From: hno <> Date: Sun, 5 Sep 2004 02:49:29 +0000 (+0000) Subject: libTrie was only meant to be bootstrapped if not already bootstrapped.. X-Git-Tag: SQUID_3_0_PRE4~1056 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3d72dd887055502db8916a9d4fe4f8b76b1f5847;p=thirdparty%2Fsquid.git libTrie was only meant to be bootstrapped if not already bootstrapped.. --- diff --git a/bootstrap.sh b/bootstrap.sh index 989e388019..e8114d347f 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -86,8 +86,9 @@ do done echo "Autotool bootstrapping complete." -echo "bootstrapping sub projects." -if [ -d lib/libTrie ]; then + +#echo "bootstrapping sub projects." +if [ -d lib/libTrie ] && [ ! -f lib/libTrie/configure ]; then cd lib/libTrie && ./bootstrap.sh fi