gucharmap r1920 - trunk



Author: chpe
Date: Wed Sep 24 12:52:25 2008
New Revision: 1920
URL: http://svn.gnome.org/viewvc/gucharmap?rev=1920&view=rev

Log:
Default to enable maintainer mode

Modified:
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Wed Sep 24 12:52:25 2008
@@ -47,7 +47,10 @@
 
 AM_INIT_AUTOMAKE([1.9 foreign dist-bzip2 no-dist-gzip])
 
-AM_MAINTAINER_MODE
+if test -z "$enable_maintainer_mode"; then
+  enable_maintainer_mode=yes
+fi
+AM_MAINTAINER_MODE([enable])
 
 # checks for progs
 AC_PROG_CC



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