X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=autogen.sh;h=f8b7741f29255a7c68ca5ba50c80ca5f22935984;hp=50b5424bb3111bc1ce210da58f0b3de7e88c1cf6;hb=d6604b4a7d147602b4cab14e2353f860ba0f422e;hpb=6a2a17345af332af31d31c6c7b9ec369b17729e4 diff --git a/autogen.sh b/autogen.sh index 50b5424..f8b7741 100644 --- a/autogen.sh +++ b/autogen.sh @@ -3,12 +3,13 @@ # NOTE: Please avoid bashisms (bash specific syntax) in this script set -e - +pw="$PWD" for dir in libcfs lnet lustre snmp ; do - ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I $PWD/$dir/autoconf" + ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I $pw/$dir/autoconf" done -aclocal -I $PWD/config $ACLOCAL_FLAGS +libtoolize -q +aclocal -I $pw/config $ACLOCAL_FLAGS autoheader automake -a -c autoconf