diff options
Diffstat (limited to 'doc/xorg-docs/configure.ac')
-rw-r--r-- | doc/xorg-docs/configure.ac | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/xorg-docs/configure.ac b/doc/xorg-docs/configure.ac index fc9b8b85e..427bfab27 100644 --- a/doc/xorg-docs/configure.ac +++ b/doc/xorg-docs/configure.ac @@ -23,7 +23,7 @@ dnl Process this file with autoconf to create configure. # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([xorg-docs], - [1.6], + [1.7], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xorg-docs]) AC_CONFIG_SRCDIR([Makefile.am]) @@ -32,16 +32,17 @@ AC_CONFIG_SRCDIR([Makefile.am]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE -# Require xorg-macros minimum of 1.10 for DocBook XML documentation +# Require xorg-macros minimum of 1.12 for XORG_WITH_XSLTPROC m4_ifndef([XORG_MACROS_VERSION], - [m4_fatal([must install xorg-macros 1.10 or later before running autoconf/autogen])]) -XORG_MACROS_VERSION(1.10) + [m4_fatal([must install xorg-macros 1.12 or later before running autoconf/autogen])]) +XORG_MACROS_VERSION(1.12) XORG_DEFAULT_OPTIONS XORG_ENABLE_DOCS XORG_ENABLE_SPECS -XORG_WITH_XMLTO(0.0.20) +XORG_WITH_XMLTO(0.0.22) +XORG_WITH_XSLTPROC XORG_WITH_FOP -XORG_CHECK_SGML_DOCTOOLS(1.5) +XORG_CHECK_SGML_DOCTOOLS(1.8) AC_CONFIG_FILES([Makefile general/Makefile |