From: adilger Date: Thu, 4 May 2006 22:08:42 +0000 (+0000) Subject: Branch b1_4 X-Git-Tag: v1_7_100~485 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=700d6e26810976f2feaec346b8603df7391332b5;hp=cfaab28bf36e5728986c5aea372f3ff73afc1a43 Branch b1_4 Add portals back as an "optional" directory, so build doesn't fail when it is already checked out. --- diff --git a/build/autogen.sh b/build/autogen.sh index e32e26a..94e9ad3 100644 --- a/build/autogen.sh +++ b/build/autogen.sh @@ -90,7 +90,7 @@ EOF ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I $PWD/$dir/autoconf" done # some are optional -for dir in snmp ; do +for dir in snmp portals; do if [ -d "$dir" ] ; then ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I $PWD/$dir/autoconf" fi