Whamcloud - gitweb
Branch b1_4
[fs/lustre-release.git] / build / autogen.sh
index ca6572d..94e9ad3 100644 (file)
@@ -79,7 +79,7 @@ check_version() {
 
 echo "Checking for a complete tree..."
 # required directories
-for dir in build lnet portals lustre ; do
+for dir in build lnet lustre ; do
     if [ ! -d "$dir" ] ; then
        cat >&2 <<EOF
 Your tree seems to be missing $dir.
@@ -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