From: robert.read Date: Thu, 19 Jun 2008 23:08:19 +0000 (+0000) Subject: Branch HEAD X-Git-Tag: v1_9_50~354 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=aaacd524b83c703686a5cbd35a1bd5ba4972330a Branch HEAD b=15969 Don't require libcfs in autogen.sh - this breaks non-HEAD branches. --- diff --git a/build/autogen.sh b/build/autogen.sh index 5d77897..b406459 100644 --- a/build/autogen.sh +++ b/build/autogen.sh @@ -83,7 +83,7 @@ if [ -d kernel_patches ] ; then REQUIRED_DIRS="build" CONFIGURE_DIRS="" else - REQUIRED_DIRS="build libcfs lnet lustre" + REQUIRED_DIRS="build lnet lustre" OPTIONAL_DIRS="snmp portals" CONFIGURE_DIRS="libsysio lustre-iokit ldiskfs" fi