summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 69d5534..fb6da78 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -17,8 +17,8 @@ cd $ORIGDIR
set -
-echo $srcdir/configure --enable-maintainer-mode "$@"
-$srcdir/configure --enable-maintainer-mode "$@"
+echo $srcdir/configure "$@"
+$srcdir/configure "$@"
RC=$?
if test $RC -ne 0; then
echo