[gjs] Make maintiner mode enabled by default



commit b7bb5b6d5f6b53ede4377ecb7d41d5e44c01488a
Author: Javier JardÃn <jjardon gnome org>
Date:   Fri Sep 9 15:48:42 2011 +0100

    Make maintiner mode enabled by default
    
    See http://blogs.gnome.org/desrt/2011/09/08/am_maintainer_mode-is-not-cool/

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 067137d..942e971 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@ GETTEXT_PACKAGE=gjs
 AC_SUBST([GETTEXT_PACKAGE])
 AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], ["$GETTEXT_PACKAGE"], [The name of the gettext domain])
 
-AM_MAINTAINER_MODE
+AM_MAINTAINER_MODE([enable])
 m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
 
 # our first pkg-config invocation is conditional, ensure macros still work



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]