diff mbox

[1/3] configure.ac: Find automake tools correctly

Message ID 20131007163605.3621.60805.stgit@seurat.1015granger.net
State Accepted
Headers show

Commit Message

Chuck Lever Oct. 7, 2013, 4:36 p.m. UTC
The configure script wasn't setting aux_srcdir correctly, causing
Makefiles to look for libtool files in the builder's home directory
instead of in the fedfs-utils top-level directory.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
---
 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/configure.ac b/configure.ac
index 09aa1fd..0be52f8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,7 +28,7 @@ 
 
 AC_PREREQ([2.65])
 AC_INIT([fedfs-utils], [0.9.3], [fedfs-utils-devel@oss.oracle.com])
-AC_CONFIG_SRCDIR([src])
+AC_CANONICAL_BUILD([])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_MACRO_DIR([m4])