]> granicus.if.org Git - libexpat/commitdiff
configure.ac: Allow for custom docbook2x-man command
authorSebastian Pipping <sebastian@pipping.org>
Sat, 21 Oct 2017 17:44:16 +0000 (19:44 +0200)
committerSebastian Pipping <sebastian@pipping.org>
Sat, 21 Oct 2017 17:44:16 +0000 (19:44 +0200)
Example:
./configure DOCBOOK_TO_MAN=/bin/true

expat/configure.ac

index 1f7deded07d2a502588571b2df8c06177f1ddf4e..1f7495efe5eac72138dde86af8c0f4a42e9f817d 100644 (file)
@@ -234,7 +234,7 @@ AC_ARG_WITH([docbook],
   [],
   [with_docbook=check])
 
-DOCBOOK_TO_MAN=
+AC_ARG_VAR([DOCBOOK_TO_MAN], [docbook2x-man command])
 AS_IF([test "x$with_docbook" != xno],
   [AC_CHECK_PROGS([DOCBOOK_TO_MAN], [docbook2x-man docbook2man],
   [if test "x$with_docbook" != xcheck; then