[jhbuild] Use maintainer mode by default



commit 916bcd0353cd6b86f923aed22a47a8bb3f00b91e
Author: Javier JardÃn <jjardon gnome org>
Date:   Tue Oct 4 23:57:02 2011 +0100

    Use maintainer mode by default
    
    See
    http://mail.gnome.org/archives/desktop-devel-list/2011-September/msg00064.html

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 357a7b1..eaa6b21 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_INIT([jhbuild], [3.2.0],
 AC_CONFIG_SRCDIR(jhbuild/main.py)
 AM_INIT_AUTOMAKE([1.11 -Wno-portability foreign no-define tar-ustar no-dist-gzip dist-xz])
 GNOME_COMMON_INIT
-AM_MAINTAINER_MODE
+AM_MAINTAINER_MODE([enable])
 AC_PREFIX_DEFAULT(~/.local/)
 
 AM_PATH_PYTHON



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