diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2024-04-28 12:59:53 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2024-04-28 12:59:53 +0000 |
commit | a170b92562a1165f109bf8a9e401647fc0f32c6a (patch) | |
tree | 6ea514210d52e61809ea95c03d438d16c4c32775 /doc/xorg-docs/configure.ac | |
parent | a4d0efbb842e63daca630a259769368b0244ae7e (diff) |
Update to xorg-docs 1.7.3
Diffstat (limited to 'doc/xorg-docs/configure.ac')
-rw-r--r-- | doc/xorg-docs/configure.ac | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/xorg-docs/configure.ac b/doc/xorg-docs/configure.ac index e0996b330..f66033838 100644 --- a/doc/xorg-docs/configure.ac +++ b/doc/xorg-docs/configure.ac @@ -23,19 +23,19 @@ dnl Process this file with autoconf to create configure. # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([xorg-docs], - [1.7.2], - [https://gitlab.freedesktop.org/xorg/doc/xorg-docs/issues], + [1.7.3], + [https://gitlab.freedesktop.org/xorg/doc/xorg-docs/-/issues], [xorg-docs]) AC_CONFIG_SRCDIR([Makefile.am]) # Initialize Automake -AM_INIT_AUTOMAKE([foreign dist-bzip2]) +AM_INIT_AUTOMAKE([foreign dist-xz]) -# Require xorg-macros minimum of 1.12 for XORG_WITH_XSLTPROC +# Require xorg-macros minimum of 1.20 for XORG_DEFAULT_NOCODE_OPTIONS m4_ifndef([XORG_MACROS_VERSION], - [m4_fatal([must install xorg-macros 1.12 or later before running autoconf/autogen])]) -XORG_MACROS_VERSION(1.12) -XORG_DEFAULT_OPTIONS + [m4_fatal([must install xorg-macros 1.20 or later before running autoconf/autogen])]) +XORG_MACROS_VERSION(1.20) +XORG_DEFAULT_NOCODE_OPTIONS XORG_ENABLE_DOCS XORG_ENABLE_SPECS XORG_WITH_XMLTO(0.0.22) |