gconf-editor r1458 - trunk



Author: chpe
Date: Mon Jan  5 21:33:07 2009
New Revision: 1458
URL: http://svn.gnome.org/viewvc/gconf-editor?rev=1458&view=rev

Log:
Default to enable maintainer mode

Modified:
   trunk/configure.in

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Mon Jan  5 21:33:07 2009
@@ -6,7 +6,11 @@
 
 AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-bzip2])
 AC_CONFIG_HEADERS([config.h])
-AM_MAINTAINER_MODE
+
+if test -z "$enable_maintainer_mode"; then
+  enable_maintainer_mode=yes
+fi
+AM_MAINTAINER_MODE([enable])
 
 IT_PROG_INTLTOOL([0.35.0])
 



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