[PATCH libXi] doc: specify minimum version for xmlto and ascidoc
Gaetan Nadon
memsize at videotron.ca
Thu Mar 11 09:43:01 PST 2010
Specify 0.0.20 as the minimum version for xmlto.
Older versions do not have fop backend.
Specify 8.4.5 as the minimum version for ascidooc.
Older versions stop with errors.
Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
configure.ac | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/configure.ac b/configure.ac
index 8aaa9d2..01416de 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,11 +8,11 @@ AM_MAINTAINER_MODE
# Require xorg-macros: XORG_DEFAULT_OPTIONS
m4_ifndef([XORG_MACROS_VERSION],
- [m4_fatal([must install xorg-macros 1.5 or later before running autoconf/autogen])])
-XORG_MACROS_VERSION(1.5)
+ [m4_fatal([must install xorg-macros 1.6 or later before running autoconf/autogen])])
+XORG_MACROS_VERSION(1.6)
XORG_DEFAULT_OPTIONS
-XORG_WITH_XMLTO
-XORG_WITH_ASCIIDOC
+XORG_WITH_XMLTO(0.0.20)
+XORG_WITH_ASCIIDOC(8.4.5)
AM_CONFIG_HEADER(src/config.h)
# Check for progs
--
1.6.0.4
Also done for xmlto in libXcomposite, libXfont and libXtst
More information about the xorg-devel
mailing list