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
|
||||||
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
|
||||||
|
Reference in New Issue
Block a user