1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

Add some debug tracing

This commit is contained in:
Yang Tse 2009-06-06 20:24:58 +00:00
parent 9ab89734de
commit 2df75e84e7

View File

@ -228,6 +228,25 @@ fi
echo "buildconf: libtool version $lt_version (ok)" echo "buildconf: libtool version $lt_version (ok)"
dbg1=`$libtool --version 2>/dev/null|head -n 1`
dbg2=`$libtool --version 2>/dev/null|head -n 1|sed -e "s/(.*)//"`
dbg3=`$libtool --version 2>/dev/null|head -n 1|sed -e "s/(.*)//" -e "s/^[^0-9]*//g"`
dbg4=`$libtool --version 2>/dev/null|head -n 1|sed -e "s/(.*)//" -e "s/^[^0-9]*//g" -e "s/[- ].*//"`
dbg5=`echo $dbg4|sed -e "s/\([a-z]*\)$//"`
old_IFS=$IFS; IFS='.'; set $dbg5; IFS=$old_IFS
dbg6=$1
dbg7=$2
dbg8=$3
echo "dbg1 = $dbg1"
echo "dbg2 = $dbg2"
echo "dbg3 = $dbg3"
echo "dbg4 = $dbg4"
echo "dbg5 = $dbg5"
echo "dbg6 = $dbg6"
echo "dbg7 = $dbg7"
echo "dbg8 = $dbg8"
if test -f "$libtoolize"; then if test -f "$libtoolize"; then
echo "buildconf: libtoolize found" echo "buildconf: libtoolize found"
else else