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



commit 4a1148f9ac7686cf2e3ea8fd0a460e8841805f8c
Author: Mukund Sivaraman <muks banu com>
Date:   Tue Sep 13 00:53:44 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 b2733a6..b25b482 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -253,7 +253,7 @@ test $TEST_TYPE $FILE || {
 echo
 echo "I am going to run ./configure with the following arguments:"
 echo
-echo "  --enable-maintainer-mode --enable-debug $AUTOGEN_CONFIGURE_ARGS $@"
+echo "  --enable-debug $AUTOGEN_CONFIGURE_ARGS $@"
 echo
 
 if test -z "$*"; then
@@ -323,7 +323,7 @@ echo
 echo "Running ./configure..."
 echo
 
-$srcdir/configure --enable-debug --enable-maintainer-mode $AUTOGEN_CONFIGURE_ARGS "$@"
+$srcdir/configure --enable-debug $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]