From 32662ae69e12c36c5e177dc2729a0bb6dcf9ac79 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Thu, 04 Jun 2009 18:06:49 +0000 Subject: Enable maintainer mode by default Instead of disabled by default. --- (limited to 'configure.ac') 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 -- cgit v0.9.1