summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Dew <marcoz@osource.org>2011-10-29 23:12:32 -0600
committerMatt Dew <marcoz@osource.org>2011-10-29 23:12:32 -0600
commit6846169d84a9f778a387fbb06faf3760c505f1fd (patch)
tree2a9ed81c2a6670063c794c136dce91d6cc1ad6ab
parentba6dd48929114560d838aa29ce4111d8fdbf96e1 (diff)
Update configurate.ac for docbook support
-rw-r--r--configure.ac8
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>]))