build: Remove --enable-maintainer-mode as it's now the default

This commit is contained in:
Mukund Sivaraman
2011-09-13 00:54:26 +05:30
parent 6080c11161
commit 4c7fe3b725

View File

@ -225,7 +225,7 @@ test $TEST_TYPE $FILE || {
echo echo
echo "I am going to run ./configure with the following arguments:" echo "I am going to run ./configure with the following arguments:"
echo echo
echo " --enable-maintainer-mode $AUTOGEN_CONFIGURE_ARGS $@" echo " $AUTOGEN_CONFIGURE_ARGS $@"
echo echo
if test -z "$*"; then if test -z "$*"; then
@ -290,7 +290,7 @@ intltoolize --automake || exit $?
cd $ORIGDIR cd $ORIGDIR
$srcdir/configure --enable-maintainer-mode $AUTOGEN_CONFIGURE_ARGS "$@" $srcdir/configure $AUTOGEN_CONFIGURE_ARGS "$@"
RC=$? RC=$?
if test $RC -ne 0; then if test $RC -ne 0; then
echo echo