aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-01-07 11:11:23 +0100
committerGuido Günther <agx@sigxcpu.org>2011-01-07 20:22:24 +0100
commitdda24845fe232a81e6f8b2596bf21df7a9d74d5a (patch)
tree14f4f93b8fc1b69e61ec4004e1b5229cea3f331c /configure.ac
parentesx: Move occurrence check into esxVI_LookupObjectContentByType (diff)
downloadlibvirt-dda24845fe232a81e6f8b2596bf21df7a9d74d5a.tar.gz
libvirt-dda24845fe232a81e6f8b2596bf21df7a9d74d5a.tar.bz2
libvirt-dda24845fe232a81e6f8b2596bf21df7a9d74d5a.zip
Add AM_MAINTAINER_MODE
and keep it enabled by default. This allows downstreams to turn it off via: ./configure --disable-maintainer-mode as discussed in https://www.redhat.com/archives/virt-tools-list/2010-October/msg00049.html
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 acd30d947..337ce17d2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,6 +7,7 @@ AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
dnl Make automake keep quiet about wildcards & other GNUmake-isms
AM_INIT_AUTOMAKE([-Wno-portability])
+AM_MAINTAINER_MODE([enable])
# Use the silent-rules feature when possible.
m4_ifndef([AM_SILENT_RULES], [m4_define([AM_SILENT_RULES],[])])