aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2003-02-15 03:17:17 +0000
committerJörg Mayer <jmayer@loplof.de>2003-02-15 03:17:17 +0000
commit99209e365160b387784db3e809cebe2141efffab (patch)
treeaa0bc31b00276627562e2e54eccbe51f1d6360f4
parente236ed8c57a5356d590fa34ce036d07fd9786d87 (diff)
Comment out usage for obsolete configure args support
svn path=/trunk/; revision=7155
-rwxr-xr-xautogen.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/autogen.sh b/autogen.sh
index 7bf6a93fa1..7cb0e5d41c 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -2,7 +2,7 @@
#
# Run this to generate all the initial makefiles.
#
-# $Id: autogen.sh,v 1.22 2003/01/22 00:19:00 jmayer Exp $
+# $Id: autogen.sh,v 1.23 2003/02/15 03:17:17 jmayer Exp $
DIE=true
PROJECT="Ethereal"
@@ -82,10 +82,10 @@ 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 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