summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud Fontaine <arnau@debian.org>2010-02-11 14:45:11 +0000
committerArnaud Fontaine <arnau@debian.org>2010-11-14 20:17:54 +0900
commite7f60a657ea2f235a792bfe14b888eef522c7e06 (patch)
treee375e93b748c6ee9f6c06f5db76528ea2e2a288d
parente5c45a7d61119f9e16e10cf4b1abf666f3713157 (diff)
Add AM_MAINTAINER_MODE for vendors
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index cc82c06..45e3390 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,6 +3,7 @@ AC_PREREQ(2.59c)
AC_INIT([xcb-util],0.3.7,[xcb@lists.freedesktop.org])
AC_CONFIG_SRCDIR([Makefile.am])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_MAINTAINER_MODE
AC_CHECK_PROGS(M4, [m4 gm4], [no])
if test $M4 != "no" ; then