[Xcb-commit] configure.ac
Arnaud Fontaine
arnau at kemper.freedesktop.org
Thu Feb 11 07:14:15 PST 2010
configure.ac | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 2e294f73026b783dcdd771cc49d244f7ad61b246
Author: Arnaud Fontaine <arnau at debian.org>
Date: Thu Feb 11 14:45:11 2010 +0000
Add AM_MAINTAINER_MODE for vendors
diff --git a/configure.ac b/configure.ac
index f2c2dbe..e8b48f6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,6 +3,7 @@ AC_PREREQ(2.59c)
AC_INIT([xcb-util],0.3.7,[xcb at 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
More information about the xcb-commit
mailing list