aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2003-06-22 22:23:33 +0000
committerJörg Mayer <jmayer@loplof.de>2003-06-22 22:23:33 +0000
commitf8355dc7cbae9ddc964ef277145c197a270d55eb (patch)
tree90fd04f35f3987c61ea49f26c6db564dcf37cd7d
parent0afce7ca814a6fe60032a9b4178831dfb4eb3762 (diff)
Cosmetic change
svn path=/trunk/; revision=7913
-rwxr-xr-xautogen.sh11
1 files changed, 4 insertions, 7 deletions
diff --git a/autogen.sh b/autogen.sh
index a3e1fc3097..9de86fa20a 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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