build: Remove --enable-maintainer-mode as it's now the default
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user