summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh15
1 files changed, 5 insertions, 10 deletions
diff --git a/autogen.sh b/autogen.sh
index 98ed0e92f..5cd2f6302 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -83,16 +83,11 @@ if test "$DIE" -eq 1; then
exit 1
fi
-if test -z "$*"; then
- echo "**Message**: I am going to add --enable-maintainer-mode to \`configure'."
- echo "If you wish to pass any other to it, please specify them on the"
- echo \`$0\'" command line."
- echo
-
- conf_flags="--enable-maintainer-mode"
-else
- unset conf_flags
-fi
+echo "**Message**: I am going to add --enable-maintainer-mode to \`configure'."
+echo "If you wish to pass any other to it, please specify them on the"
+echo \`$0\'" command line."
+echo
+conf_flags="--enable-maintainer-mode"
case $CC in
xlc )