Whamcloud - gitweb
LU-5781 osc: osc_lock_weight endless loop fix
[fs/lustre-release.git] / autogen.sh
index 3920385..3f5031c 100644 (file)
@@ -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