diff options
author | Matt Dew <marcoz@osource.org> | 2011-12-28 20:34:51 -0700 |
---|---|---|
committer | Matt Dew <marcoz@osource.org> | 2011-12-28 20:34:51 -0700 |
commit | b8818e1233b75c6bd47a6d2197fabf3a036a2119 (patch) | |
tree | b2d5563cee3b4dcda51b5dd5c7af52c058260fe8 /configure.ac | |
parent | fd0da0d44a8501edaac3be7fac9449ad730d8bf4 (diff) |
Initial docbook conversion.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 84a9f4f..3a1ab7e 100644 --- a/configure.ac +++ b/configure.ac @@ -41,6 +41,14 @@ m4_ifndef([XORG_MACROS_VERSION], XORG_MACROS_VERSION(1.13) XORG_DEFAULT_OPTIONS XORG_CHECK_MALLOC_ZERO +XORG_ENABLE_SPECS +XORG_WITH_XMLTO(0.0.20) +XORG_WITH_FOP +XORG_WITH_XSLTPROC +XORG_CHECK_SGML_DOCTOOLS(1.01) +XORG_PROG_RAWCPP +XORG_WITH_PERL + # Checks for header files. AC_CHECK_HEADER([alloca.h], AC_DEFINE(INCLUDE_ALLOCA_H, 1, [Define to 1 if Xalloca.h should include <alloca.h>])) |