[virt-tools-list] [PATCH] add AM_MAINTAINER_MODE macro

Guido Günther agx at sigxcpu.org
Wed Sep 29 14:46:23 UTC 2010


Hi,
Please add the AM_MAINTAINER_MODE macro to configure.ac for
virt-manager. This allows downstream distributions to disable this
feature so no autotools are required to build the package. The patch
doesn't change behaviour for upstream:

    http://www.gnu.org/software/hello/manual/automake/maintainer_002dmode.html 

Cheers,
 -- Guido

# HG changeset patch
# Parent 6b82807019e67edb5c00eeef22bb0dce06d1de8c
Add AM_MAINTAINER_MODE to ease work for downstreams

diff --git a/configure.ac b/configure.ac
--- a/configure.ac
+++ b/configure.ac
@@ -3,6 +3,7 @@
 AC_CONFIG_SRCDIR(src/virt-manager.py.in)
 dnl Make automake keep quiet about wildcards & other GNUmake-isms
 AM_INIT_AUTOMAKE([-Wno-portability])
+AM_MAINTAINER_MODE([enable])
 
 ALL_LINGUAS="as bg bn_IN bs ca cs da de es fi fr gu hi hr hu is it ja kn ko ml mr ms nb nl or pa pl pt_BR pt ro ru sr at latin sr sv ta te tr uk zh_CN zh_TW"
 IT_PROG_INTLTOOL([0.35.0], [no-xml])




More information about the virt-tools-list mailing list