X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=autogen.sh;h=f8b7741f29255a7c68ca5ba50c80ca5f22935984;hp=3f5031ced5bbce451b8ddb11f6bc8f8ca847aa0c;hb=ada3b33b52cdc6420e3b186c0aba4dd0b0337d8c;hpb=3e8c354c09725a97b90e477a77411cc6fb306f09 diff --git a/autogen.sh b/autogen.sh index 3f5031c..f8b7741 100644 --- a/autogen.sh +++ b/autogen.sh @@ -3,13 +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 libtoolize -q -aclocal -I $PWD/config $ACLOCAL_FLAGS +aclocal -I $pw/config $ACLOCAL_FLAGS autoheader automake -a -c autoconf