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:12:31 +0900
commit96b27aff93b784ed6616aa0395a46ef0e46eef26 (patch)
tree49c276f83b0f559572969e6d70ed6865b1b3a65a
parent0928bd0a482908305f8a5e9831cc84c4e4e3b67a (diff)
downloadutil-keysyms-96b27aff93b784ed6616aa0395a46ef0e46eef26.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 b04ed54..dc3be2c 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