X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=autogen.sh;h=5bd10be1f482c9944a6e76db5a4cd1162d997603;hp=3a40a5e208148968a175405525ddb0ba85a6e86a;hb=ad32c0736a971f74cbf5e750c6cae90320ec2589;hpb=5fc8551aaba3bc467647d8ea549fafee039b48f9 diff --git a/autogen.sh b/autogen.sh index 3a40a5e..5bd10be 100644 --- a/autogen.sh +++ b/autogen.sh @@ -8,7 +8,7 @@ for HOOK in commit-msg prepare-commit-msg; do done echo "Checking for a complete tree..." -REQUIRED_DIRS="build libcfs lnet lustre" +REQUIRED_DIRS="libcfs lnet lustre" OPTIONAL_DIRS="snmp portals" CONFIGURE_DIRS="libsysio lustre-iokit ldiskfs" @@ -43,7 +43,7 @@ run_cmd() echo } -run_cmd "aclocal $ACLOCAL_FLAGS" +run_cmd "aclocal -I $PWD/config $ACLOCAL_FLAGS" run_cmd "autoheader" run_cmd "automake -a -c" run_cmd autoconf