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



commit 3e3f2494b56a7d9ccec170d0a5576c80085e73c0
Author: Mukund Sivaraman <muks banu com>
Date:   Tue Sep 13 00:52:06 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 41b8d64..d0b5fc5 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -154,7 +154,7 @@ fi
 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
@@ -209,7 +209,7 @@ echo
 echo "Running ./configure..."
 echo
 
-$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]