Whamcloud - gitweb
Branch b1_4
authoradilger <adilger>
Thu, 4 May 2006 22:08:42 +0000 (22:08 +0000)
committeradilger <adilger>
Thu, 4 May 2006 22:08:42 +0000 (22:08 +0000)
Add portals back as an "optional" directory, so build doesn't fail when
it is already checked out.

build/autogen.sh

index e32e26a..94e9ad3 100644 (file)
@@ -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