X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=autogen.sh;h=f8b7741f29255a7c68ca5ba50c80ca5f22935984;hp=1fce0a455fc75dbe6868fadaace20be4c998bef7;hb=ada3b33b52cdc6420e3b186c0aba4dd0b0337d8c;hpb=147839e23d49551ba61319b0812a3ef7e36cc80a diff --git a/autogen.sh b/autogen.sh index 1fce0a4..f8b7741 100644 --- a/autogen.sh +++ b/autogen.sh @@ -1,9 +1,15 @@ #!/bin/sh -# install Lustre Git commit hooks by default - LU-2083 -for HOOK in commit-msg prepare-commit-msg; do - [ -e .git/hooks/$HOOK ] || ln -sf ../build/$HOOK .git/hooks/ -done +# NOTE: Please avoid bashisms (bash specific syntax) in this script -exec bash build/autogen.sh $@ +set -e +pw="$PWD" +for dir in libcfs lnet lustre snmp ; do + ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I $pw/$dir/autoconf" +done +libtoolize -q +aclocal -I $pw/config $ACLOCAL_FLAGS +autoheader +automake -a -c +autoconf