From: hno <> Date: Thu, 4 Aug 2005 16:58:14 +0000 (+0000) Subject: Don't bootstrap subdirectories unless needed X-Git-Tag: SQUID_3_0_PRE4~695 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d00560c10332c48873d4b82a87a22072d9ae826;p=thirdparty%2Fsquid.git Don't bootstrap subdirectories unless needed --- diff --git a/bootstrap.sh b/bootstrap.sh index 3194fb79a9..3f00440441 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -75,7 +75,7 @@ do cd ./$dir if [ -n "$dir" ] && [ -f bootstrap.sh ]; then ./bootstrap.sh - else + elif [ ! -f $dir/configure ]; then # Make sure cfgaux exists mkdir -p cfgaux