remove the '--enable-maintainer-mode' arguments in autogen.sh

This commit is contained in:
Charles Kerr 2010-11-25 01:06:59 +00:00
parent 9469e7cb31
commit 4f3ea71479
1 changed files with 2 additions and 2 deletions

View File

@ -40,8 +40,8 @@ fi
cd "$ORIGDIR" || exit $?
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."