diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2013-04-28 16:53:27 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2013-04-28 16:53:27 +0000 |
commit | 53ebe6270c1b1d9bddca8f89386433f823c784a9 (patch) | |
tree | 9c3181be2bebad8b85c6f52b46d2b196b51e79fd /proto/x11proto/configure.ac | |
parent | 5634736e3a8dbfeb02c82d858fa6e9348c7ac7ef (diff) |
Update to xproto 7.0.24
Diffstat (limited to 'proto/x11proto/configure.ac')
-rw-r--r-- | proto/x11proto/configure.ac | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/proto/x11proto/configure.ac b/proto/x11proto/configure.ac index 4bd61feb2..0e21f8e9c 100644 --- a/proto/x11proto/configure.ac +++ b/proto/x11proto/configure.ac @@ -1,8 +1,7 @@ AC_PREREQ([2.60]) -AC_INIT([Xproto], [7.0.23], +AC_INIT([Xproto], [7.0.24], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) -AM_MAINTAINER_MODE # Require xorg-macros minimum of 1.12 for DocBook external references m4_ifndef([XORG_MACROS_VERSION], @@ -15,8 +14,8 @@ XORG_WITH_FOP XORG_WITH_XSLTPROC XORG_CHECK_SGML_DOCTOOLS(1.8) -AC_CONFIG_HEADER([do-not-use-config.h]) -AC_CONFIG_HEADER([Xfuncproto.h]) +AC_CONFIG_HEADERS([do-not-use-config.h]) +AC_CONFIG_HEADERS([Xfuncproto.h]) AC_CANONICAL_HOST |