Whamcloud - gitweb
LU-4943 obdclass: detach MGC dev on error
[fs/lustre-release.git] / autogen.sh
index 00f5c4b..8496f34 100644 (file)
@@ -21,7 +21,7 @@ run_cmd()
 echo "Checking for a complete tree..."
 REQUIRED_DIRS="libcfs lnet lustre"
 OPTIONAL_DIRS="snmp portals"
-CONFIGURE_DIRS="libsysio lustre-iokit ldiskfs"
+CONFIGURE_DIRS="libsysio"
 
 for dir in $REQUIRED_DIRS ; do
        test -d "$dir" || \
@@ -39,6 +39,7 @@ done
 
 PWD_SAVE=$PWD
 
+run_cmd "libtoolize -q"
 run_cmd "aclocal -I $PWD/config $ACLOCAL_FLAGS"
 run_cmd "autoheader"
 run_cmd "automake -a -c"