]> xenbits.xensource.com Git - libvirt.git/commitdiff
Add AM_MAINTAINER_MODE
authorGuido Günther <agx@sigxcpu.org>
Fri, 7 Jan 2011 10:11:23 +0000 (11:11 +0100)
committerGuido Günther <agx@sigxcpu.org>
Fri, 7 Jan 2011 19:22:24 +0000 (20:22 +0100)
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

configure.ac

index acd30d947110b863d53281075e58d56765a7fbdd..337ce17d2ead3ed729b7e2392c2f67ca4fd93887 100644 (file)
@@ -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],[])])