From a835b18383ee113a048d6af8e98d017f11931bb0 Mon Sep 17 00:00:00 2001 From: Jan Kneschke Date: Thu, 3 Mar 2005 23:52:17 +0000 Subject: removed called configure directly. git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@87 152afb58-edef-0310-8abb-c4023f1b3aa9 --- autogen.sh | 7 ------- 1 file changed, 7 deletions(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index b4df1928..7d1cbd37 100755 --- a/autogen.sh +++ b/autogen.sh @@ -13,12 +13,6 @@ ARGV0=$0 set -e -if [ -z "$*" ]; then - echo "$ARGV0: Note: \`./configure' will be run without arguments." - echo " If you wish to pass any to it, please specify them on the" - echo " \`$0' command line." - echo -fi run() { echo "$ARGV0: running \`$@'" @@ -30,5 +24,4 @@ run $ACLOCAL $ACLOCAL_FLAGS run $AUTOHEADER run $AUTOMAKE $AUTOMAKE_FLAGS run $AUTOCONF -run ./configure --enable-maintainer-mode "$@" echo "Now type \`make' to compile." -- cgit v1.2.1