From b6a6644e371192be281ff96c59aa39f32ba64a84 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Sat, 26 Jun 2010 13:36:29 -0400 Subject: doc: replace groff input format with docbook xml format Initial version of xtestlib and recordlib docbook xml. recordlib is missing and will be added later Requires util-macros 1.10 Signed-off-by: Gaetan Nadon --- configure.ac | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 08ec061..a747151 100644 --- a/configure.ac +++ b/configure.ac @@ -27,14 +27,15 @@ AC_INIT(libXtst, 1.1.0, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE -# Require xorg-macros: XORG_DEFAULT_OPTIONS +# Require xorg-macros minimum of 1.10 for DocBook XML documentation m4_ifndef([XORG_MACROS_VERSION], - [m4_fatal([must install xorg-macros 1.6 or later before running autoconf/autogen])]) -XORG_MACROS_VERSION(1.6) + [m4_fatal([must install xorg-macros 1.10 or later before running autoconf/autogen])]) +XORG_MACROS_VERSION(1.10) XORG_DEFAULT_OPTIONS XORG_ENABLE_SPECS XORG_WITH_XMLTO(0.0.20) -XORG_WITH_GROFF +XORG_WITH_FOP +XORG_CHECK_SGML_DOCTOOLS(1.5) AM_CONFIG_HEADER(config.h) # Check for progs -- cgit v1.2.3