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