[vala] build: Enable maintainer mode by default
- From: JÃrg Billeter <juergbi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] build: Enable maintainer mode by default
- Date: Fri, 9 Sep 2011 15:16:28 +0000 (UTC)
commit 33e1a287a78f27ddd8d0598cfc01c7d9439ba108
Author: JÃrg Billeter <j bitron ch>
Date: Fri Sep 9 17:15:04 2011 +0200
build: Enable maintainer mode by default
autogen.sh | 2 +-
configure.ac | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 7d48667..d73d92d 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -25,5 +25,5 @@ autoreconf -v --install || exit 1
cd $ORIGDIR || exit $?
if test -z "$NOCONFIGURE"; then
- $srcdir/configure --enable-maintainer-mode "$@"
+ $srcdir/configure "$@"
fi
diff --git a/configure.ac b/configure.ac
index b6403df..e17bb22 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([1.11 dist-bzip2])
-AM_MAINTAINER_MODE
+AM_MAINTAINER_MODE([enable])
PACKAGE_SUFFIX=-0.14
AC_SUBST(PACKAGE_SUFFIX)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]