From 6aaa875dffbcc5dd2206644cfa73fdfd8ffe280f Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Wed, 6 Jun 2007 18:13:32 -0700 Subject: Convert man page to docbook/xml (thanks to doclifter) --- configure.ac | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index e7877bc..41a6d6e 100644 --- a/configure.ac +++ b/configure.ac @@ -33,6 +33,12 @@ AM_CONFIG_HEADER(config.h) AC_PROG_CC AC_PROG_LIBTOOL +# Check for xmlto for man page conversion +# (only needed by people building tarballs) +AC_ARG_VAR([XMLTO], [Path to xmlto command]) +AC_PATH_PROG([XMLTO], [xmlto]) +AM_CONDITIONAL([HAVE_XMLTO], [test "x$XMLTO" != "x"]) + # Check for dependencies PKG_CHECK_MODULES(XTST, x11 xext recordproto xextproto inputproto) -- cgit v1.2.1