gnome-games r7939 - trunk



Author: chpe
Date: Sat Sep 27 13:11:54 2008
New Revision: 7939
URL: http://svn.gnome.org/viewvc/gnome-games?rev=7939&view=rev

Log:
Default to enable maintainer mode

Modified:
   trunk/configure.in

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Sat Sep 27 13:11:54 2008
@@ -23,7 +23,10 @@
 
 AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2 foreign])
 
-AM_MAINTAINER_MODE
+if test -z "$enable_maintainer_mode"; then
+  enable_maintainer_mode=yes
+fi
+AM_MAINTAINER_MODE([enable])
 
 # First parse the list of enabled games, so we know which options
 # we support and which features to check for



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