Cosmetic change
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 22 Jun 2003 22:23:33 +0000 (22:23 +0000)
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 22 Jun 2003 22:23:33 +0000 (22:23 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7913 f5534014-38df-0310-8fa8-9805f1628bb7

autogen.sh

index a3e1fc3097a387cd5fcf865e7eaf3effbaa62185..9de86fa20a283d485f4363fc329203c945948cca 100755 (executable)
@@ -2,7 +2,7 @@
 #
 # Run this to generate all the initial makefiles.
 #
-# $Id: autogen.sh,v 1.24 2003/06/19 00:28:14 guy Exp $
+# $Id: autogen.sh,v 1.25 2003/06/22 22:23:33 jmayer Exp $
 
 DIE=true
 PROJECT="Ethereal"
@@ -92,16 +92,13 @@ $DIE
 #
 mv config.guess config.guess.save-libtool
 mv config.sub config.sub.save-libtool
-$LIBTOOLIZE --copy --force || exit 1
+LTARGS=" --copy --force"
+echo $LIBTOOLIZE $LTARGS
+$LIBTOOLIZE $LTARGS || exit 1
 rm -f config.guess config.sub
 mv config.guess.save-libtool config.guess
 mv config.sub.save-libtool config.sub
 
-#if test -z "$*"; then
-#      echo "Running ./configure with no arguments. If you wish to pass any,"
-#      echo "please specify them on the $0 command line."
-#fi
-
 if glib-config --version >/dev/null 2>&1 ; then
        rm -f aclocal-missing/glib.m4
 else