Whamcloud - gitweb
LU-5093 test: dir_remote.sh change stripe count
[fs/lustre-release.git] / autogen.sh
index a32c3f8..3f5031c 100644 (file)
@@ -1,2 +1,15 @@
 #!/bin/sh
-exec bash 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