]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Don't bootstrap subdirectories unless needed
authorhno <>
Thu, 4 Aug 2005 16:58:14 +0000 (16:58 +0000)
committerhno <>
Thu, 4 Aug 2005 16:58:14 +0000 (16:58 +0000)
bootstrap.sh

index 3194fb79a95f065236380b16254a35c77dce3294..3f00440441a7f0082d83c71b87685d11aa0d0649 100755 (executable)
@@ -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