summaryrefslogtreecommitdiff
path: root/lib/libXi
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2010-10-03 14:26:03 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2010-10-03 14:26:03 +0000
commit4134c87f26995c4bccff003d1939167473996212 (patch)
treec57c95f9810339845557cdc6ab1b8549e3379300 /lib/libXi
parentb634571787c2bfba79265a1034d2098863aa474c (diff)
Use the XORG_WITH_XMLTO and XORG_WITH_ASCIIDOC macros.
This change was apparently didn't make it upstreams into 1.3.2 and got lost.
Diffstat (limited to 'lib/libXi')
-rw-r--r--lib/libXi/configure.ac6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libXi/configure.ac b/lib/libXi/configure.ac
index f3a8bd9b1..6501cb72a 100644
--- a/lib/libXi/configure.ac
+++ b/lib/libXi/configure.ac
@@ -26,10 +26,8 @@ AC_SUBST(XI_LIBS)
# Check for xmlto and asciidoc for man page conversion
# (only needed by people building tarballs)
-AC_ARG_VAR([XMLTO], [Path to xmlto command])
-AC_PATH_PROG([XMLTO], [xmlto])
-AC_ARG_VAR([ASCIIDOC], [Path to asciidoc command])
-AC_PATH_PROG([ASCIIDOC], [asciidoc])
+XORG_WITH_XMLTO
+XORG_WITH_ASCIIDOC
if test "x$XMLTO" != "x" && test "x$ASCIIDOC" != "x"; then
have_doctools=yes
else