xchat-gnome r2684 - trunk



Author: chpe
Date: Wed Sep 24 12:51:51 2008
New Revision: 2684
URL: http://svn.gnome.org/viewvc/xchat-gnome?rev=2684&view=rev

Log:
Enable maintainer mode by default

Modified:
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Wed Sep 24 12:51:51 2008
@@ -8,12 +8,16 @@
 
 AM_INIT_AUTOMAKE([1.9 foreign dist-bzip2 no-dist-gzip subdir-objects])
 
-AM_MAINTAINER_MODE
 if test "$enable_maintainer_mode" = "yes"; then
 	AC_DEFINE([MAINTAINER_MODE],[1],[Define to enable 'maintainer-only' behaviour])
 	enable_debug=yes
 fi
 
+if test -z "$enable_maintainer_mode"; then
+  enable_maintainer_mode=yes
+fi
+AM_MAINTAINER_MODE([enable])
+
 IT_PROG_INTLTOOL([0.35.0])
 
 GLIB_REQUIRED=2.18.0



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