From a6bd75ec2b2e071cd1991f13554e391eefe4b418 Mon Sep 17 00:00:00 2001 From: "Ricardo M. Correia" Date: Mon, 13 Dec 2010 15:56:14 +0000 Subject: [PATCH] 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. --- build/autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.8.3.1