summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorJan Kneschke <jan@kneschke.de>2005-03-03 23:52:17 +0000
committerJan Kneschke <jan@kneschke.de>2005-03-03 23:52:17 +0000
commita835b18383ee113a048d6af8e98d017f11931bb0 (patch)
tree68a89980a6c264dfbe3710d822dc989c4a158844 /autogen.sh
parentf91a8d8f63af48baf05ae04dd5e8ac75a3c2ed47 (diff)
downloadlighttpd-git-a835b18383ee113a048d6af8e98d017f11931bb0.tar.gz
removed called configure directly.
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@87 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh7
1 files changed, 0 insertions, 7 deletions
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."