[babl] 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: [babl] build: Remove --enable-maintainer-mode as it's now the default
- Date: Mon, 12 Sep 2011 19:22:29 +0000 (UTC)
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]