diff mbox

[2/8] configure.ac: Find automake tools correctly

Message ID 20131021215052.38809.62686.stgit@manray.1015granger.net
State Accepted
Headers show

Commit Message

Chuck Lever Oct. 21, 2013, 9:50 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 7e304ce..e07f108 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,7 +28,7 @@ 
 
 AC_PREREQ([2.65])
 AC_INIT([fedfs-utils], [0.10-devel], [fedfs-utils-devel@oss.oracle.com])
-AC_CONFIG_SRCDIR([src])
+AC_CANONICAL_BUILD([])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_MACRO_DIR([m4])