summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2010-11-04 11:28:08 -0400
committerRichard Hughes <richard@hughsie.com>2010-11-04 15:34:26 +0000
commitbb9660b2205afcc309de005365a234bf7be46ab3 (patch)
tree52107c244ec4eb3a9ba1268f4dce552a1feae973 /configure.ac
parentcf20174f337390bcb80085a76108949d6990f3ab (diff)
downloadupower-bb9660b2205afcc309de005365a234bf7be46ab3.tar.gz
Re-add AM_MAINTAINER_MODE (but enable it by default)
Using AM_MAINTAINER_MODE allows to modify the build systemd without triggering the autotools. We enable it by default so the current behaviour does not change. Signed-off-by: Richard Hughes <richard@hughsie.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index b1e89a3..581aa7e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,6 +12,7 @@ AC_CONFIG_SRCDIR(src)
AM_INIT_AUTOMAKE([1.9 tar-ustar dist-bzip2])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
+AM_MAINTAINER_MODE([enable])
GOBJECT_INTROSPECTION_CHECK([0.9.8])