epiphany-extensions r1768 - branches/gnome-2-24
- From: chpe svn gnome org
- To: svn-commits-list gnome org
- Subject: epiphany-extensions r1768 - branches/gnome-2-24
- Date: Wed, 24 Sep 2008 12:59:37 +0000 (UTC)
Author: chpe
Date: Wed Sep 24 12:59:37 2008
New Revision: 1768
URL: http://svn.gnome.org/viewvc/epiphany-extensions?rev=1768&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:37 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]