X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=autogen.sh;h=3f5031ced5bbce451b8ddb11f6bc8f8ca847aa0c;hp=3920385ab2dafffec2f650547f1c43e4a2ffb9b6;hb=9cb4e3fcfdd314cff77b89e36cb7138f4e409c41;hpb=f64af1d45df2a76f97337b47259363f61fab6b5f diff --git a/autogen.sh b/autogen.sh index 3920385..3f5031c 100644 --- a/autogen.sh +++ b/autogen.sh @@ -1,2 +1,15 @@ #!/bin/sh -exec sh build/autogen.sh $@ + +# NOTE: Please avoid bashisms (bash specific syntax) in this script + +set -e + +for dir in libcfs lnet lustre snmp ; do + ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I $PWD/$dir/autoconf" +done + +libtoolize -q +aclocal -I $PWD/config $ACLOCAL_FLAGS +autoheader +automake -a -c +autoconf