]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Improved libtool kludge
authorFrancesco Chemolli <kinkie@squid-cache.org>
Thu, 22 Jul 2010 13:24:45 +0000 (15:24 +0200)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Thu, 22 Jul 2010 13:24:45 +0000 (15:24 +0200)
bootstrap.sh

index 63193575b9c9cc9f74272f6b6c1e1ee3139ba5cc..a96d338106cb6be3197818f387e56a27d13a3904 100755 (executable)
@@ -69,7 +69,8 @@ find_path()
   tool=$1
   path=`which $tool`
   if test $? -gt 0 ; then
-    echo "path for $tool not found. Not defining, and hoping for the best"
+    # path for $tool not found. Not defining, and hoping for the best
+    echo 
     return
   fi
   echo $(dirname $path)
@@ -142,6 +143,7 @@ AUTOCONF="autoconf${acver}" ; export AUTOCONF
 echo "automake ($amversion) : automake$amver"
 echo "autoconf ($acversion) : autoconf$acver"
 echo "libtool  ($ltversion) : libtool$ltver"
+echo "libtool path : $ltpath"
 
 for dir in \
        "" \