summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
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."