aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2003-02-15 03:17:17 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2003-02-15 03:17:17 +0000
commit6952aec7c5b070053cc793c56dbf9f38753b9725 (patch)
treeaa0bc31b00276627562e2e54eccbe51f1d6360f4 /autogen.sh
parent7c19a2af87a321b4e19fa7d2b4f407394584ffe8 (diff)
Comment out usage for obsolete configure args support
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7155 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'autogen.sh')
-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