[gimp] build: Remove --enable-maintainer-mode as it's now the default
- From: Mukund Sivaraman <muks src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] build: Remove --enable-maintainer-mode as it's now the default
- Date: Mon, 12 Sep 2011 19:24:40 +0000 (UTC)
commit 4c7fe3b725638e6e4cd4389bb7270cfd6f2d6ccc
Author: Mukund Sivaraman <muks banu com>
Date: Tue Sep 13 00:54:26 2011 +0530
build: Remove --enable-maintainer-mode as it's now the default
autogen.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index e464296..e5d0c54 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]