Whamcloud - gitweb
LU-2687 test: add b2_4 zfs image for conf-sanity test_32a
[fs/lustre-release.git] / autogen.sh
index 1fce0a4..215f339 100644 (file)
@@ -1,9 +1,18 @@
 #!/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/
+# 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
 
-exec bash build/autogen.sh $@ 
+aclocal -I $PWD/config $ACLOCAL_FLAGS
+autoheader
+automake -a -c
+autoconf
 
+cd libsysio
+echo "bootstrapping in libsysio..."
+sh autogen.sh