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 19:52:37 +0900
commit2cbc3fcce36c2f5b2c5baec39bea26744bedd4fa (patch)
treeb007d0c7800121ec0da8d508e1d90ffe5c5abe66
parentbb143c54e578f69f33dab39fbdc62d2e9bb806cc (diff)
downloadxcb-util-2cbc3fcce36c2f5b2c5baec39bea26744bedd4fa.tar.gz
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 dbfdffb..036f886 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