X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=autogen.sh;h=f8b7741f29255a7c68ca5ba50c80ca5f22935984;hp=215f33927ec41585301ceadc4815f58f1d5b419b;hb=c14e6d47b216e6dab4b8c6ed4f491e700ce19367;hpb=5020ca0aa28feb0874549fde955e82ccf70c4b82 diff --git a/autogen.sh b/autogen.sh index 215f339..f8b7741 100644 --- a/autogen.sh +++ b/autogen.sh @@ -3,16 +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 - -cd libsysio -echo "bootstrapping in libsysio..." -sh autogen.sh