diff --git a/autogen.sh b/autogen.sh index 820c457..df4cd41 100755 --- a/autogen.sh +++ b/autogen.sh @@ -115,8 +115,8 @@ $AUTOCONF cd $ORIGDIR if test -z "$AUTOGEN_SUBDIR_MODE"; then - echo Running $srcdir/configure --enable-maintainer-mode "$@" - $srcdir/configure --enable-maintainer-mode "$@" + echo Running $srcdir/configure "$@" + $srcdir/configure "$@" echo echo "Now type 'make' to compile $PROJECT."