epiphany-extensions r1767 - trunk
- From: chpe svn gnome org
- To: svn-commits-list gnome org
- Subject: epiphany-extensions r1767 - trunk
- Date: Wed, 24 Sep 2008 12:52:06 +0000 (UTC)
Author: chpe
Date: Wed Sep 24 12:52:06 2008
New Revision: 1767
URL: http://svn.gnome.org/viewvc/epiphany-extensions?rev=1767&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:52:06 2008
@@ -39,7 +39,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])
AM_DISABLE_STATIC
AC_ENABLE_SHARED(yes)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]