From 99209e365160b387784db3e809cebe2141efffab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Sat, 15 Feb 2003 03:17:17 +0000 Subject: Comment out usage for obsolete configure args support svn path=/trunk/; revision=7155 --- autogen.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'autogen.sh') 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 -- cgit v1.2.3