diff options
Diffstat (limited to 'X11/configure.ac')
-rw-r--r-- | X11/configure.ac | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/X11/configure.ac b/X11/configure.ac index 4bd61feb2..0e21f8e9c 100644 --- a/X11/configure.ac +++ b/X11/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 |