Whamcloud - gitweb
LU-16367 utils: clean up ldiskfs feature handling
[fs/lustre-release.git] / autogen.sh
index 3920385..40b05bf 100644 (file)
@@ -1,2 +1,12 @@
-#!/bin/sh
-exec sh build/autogen.sh $@ 
+#!/bin/bash
+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