epiphany r8539 - branches/gnome-2-24



Author: chpe
Date: Wed Sep 24 12:59:10 2008
New Revision: 8539
URL: http://svn.gnome.org/viewvc/epiphany?rev=8539&view=rev

Log:
Default to enable maintainer mode

Modified:
   branches/gnome-2-24/configure.ac

Modified: branches/gnome-2-24/configure.ac
==============================================================================
--- branches/gnome-2-24/configure.ac	(original)
+++ branches/gnome-2-24/configure.ac	Wed Sep 24 12:59:10 2008
@@ -59,7 +59,10 @@
 
 AM_INIT_AUTOMAKE([1.9 foreign dist-bzip2 no-dist-gzip tar-ustar])
 
-AM_MAINTAINER_MODE
+if test -z "$enable_maintainer_mode"; then
+  enable_maintainer_mode=yes
+fi
+AM_MAINTAINER_MODE([enable])
 
 AC_ENABLE_SHARED([yes])
 AC_ENABLE_STATIC([no])



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