From: Ricardo M. Correia Date: Mon, 13 Dec 2010 15:56:14 +0000 (+0000) Subject: b=24300 Don't run autogen.sh in the spl and zfs repos. X-Git-Tag: 2.0.59.0~13 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=a6bd75ec2b2e071cd1991f13554e391eefe4b418 b=24300 Don't run autogen.sh in the spl and zfs repos. 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. --- diff --git a/build/autogen.sh b/build/autogen.sh index 2e73f64..775e6dd 100644 --- a/build/autogen.sh +++ b/build/autogen.sh @@ -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