Whamcloud - gitweb
b=24300 Don't run autogen.sh in the spl and zfs repos.
authorRicardo M. Correia <ricardo.correia@oracle.com>
Mon, 13 Dec 2010 15:56:14 +0000 (15:56 +0000)
committerVitaly Fertman <vitaly.fertman@oracle.com>
Wed, 15 Dec 2010 02:25:03 +0000 (05:25 +0300)
The SPL and ZFS repositories already come with the configure script ready to
run, therefore it's not necessary to run autogen.sh on those directories.

Furthermore, in SPL version 0.5.0 this was causing a version conflict when
regenerating the files with the autotools/libtool that come with RHEL5.

build/autogen.sh

index 2e73f64..775e6dd 100644 (file)
@@ -85,7 +85,7 @@ if [ -d kernel_patches ] ; then
 else
     REQUIRED_DIRS="build libcfs lnet lustre"
     OPTIONAL_DIRS="snmp portals"
-    CONFIGURE_DIRS="libsysio lustre-iokit ldiskfs spl zfs"
+    CONFIGURE_DIRS="libsysio lustre-iokit ldiskfs"
 fi
 
 for dir in $REQUIRED_DIRS ; do