From: hno <> Date: Mon, 27 Sep 2004 23:35:35 +0000 (+0000) Subject: It was correct to begin with... X-Git-Tag: SQUID_3_0_PRE4~1037 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=98c7875eaa139174c64ec9f113e68d32e5572d47;p=thirdparty%2Fsquid.git It was correct to begin with... --- diff --git a/bootstrap.sh b/bootstrap.sh index a9f29a29e4..00a0556c93 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -68,6 +68,7 @@ for dir in \ lib/cppunit-1.10.0 do if [ -z "$dir" ] || [ -d $dir ] && [ ! -f $dir/configure ]; then + if ( echo "Bootstrapping $dir" cd ./$dir # Bootstrap the autotool subsystems @@ -84,6 +85,7 @@ do else exit 1 fi + fi done echo "Autotool bootstrapping complete."