From 700d6e26810976f2feaec346b8603df7391332b5 Mon Sep 17 00:00:00 2001 From: adilger Date: Thu, 4 May 2006 22:08:42 +0000 Subject: [PATCH 1/1] Branch b1_4 Add portals back as an "optional" directory, so build doesn't fail when it is already checked out. --- build/autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.8.3.1