Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2009-06-04 18:06:49 (GMT)
committer Christian Persch <chpe@gnome.org>2009-06-11 21:34:24 (GMT)
commit32662ae69e12c36c5e177dc2729a0bb6dcf9ac79 (patch)
treedb8d2a46dd31b6a4d9723395ca9d8a5f3d7c9b62 /configure.ac
parent1413376a6a077ed6151171bfee1f50a37dad2723 (diff)
Enable maintainer mode by default
Instead of disabled by default.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac11
1 files changed, 7 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 7551137..286eb7b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -41,12 +41,15 @@ m4_define([ev_binary_version],[ev_document_lt_current])
AC_PREREQ([2.57])
AC_INIT([Evince],[ev_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=evince],[evince])
-AM_INIT_AUTOMAKE([1.9 dist-bzip2 no-dist-gzip])
+AM_INIT_AUTOMAKE([1.9 foreign dist-bzip2 no-dist-gzip])
-AM_CONFIG_HEADER(config.h)
-AC_CONFIG_MACRO_DIR(m4)
+AC_CONFIG_HEADERS([config.h])
+AC_CONFIG_MACRO_DIR([m4])
-AM_MAINTAINER_MODE
+if test -z "$enable_maintainer_mode"; then
+ enable_maintainer_mode=yes
+fi
+AM_MAINTAINER_MODE([enable])
AM_PROG_LIBTOOL