configure.ac: remove obsolete check for xsltproc
xsltproc was once[1] used to generate AUTHORS from xml input, but fortunately this is no longer the case. [1]: in a time when everybody thought XML would be a Good Idea (TM)
This commit is contained in:
parent
8a251023b2
commit
e1d36d3f74
@ -173,10 +173,6 @@ AC_SUBST(CPPFLAGS)
|
|||||||
AC_SUBST(LIBS)
|
AC_SUBST(LIBS)
|
||||||
AC_SUBST(ADDITIONAL_OBJECTS)
|
AC_SUBST(ADDITIONAL_OBJECTS)
|
||||||
|
|
||||||
# Check for xml tools
|
|
||||||
AC_PATH_PROG(XSLTPROC, xsltproc, no)
|
|
||||||
AM_CONDITIONAL(HAVE_XSLTPROC, test "x$XSLTPROC" != "xno")
|
|
||||||
|
|
||||||
# Check for asciidoc
|
# Check for asciidoc
|
||||||
AC_PATH_PROG(A2X, a2x, no)
|
AC_PATH_PROG(A2X, a2x, no)
|
||||||
AM_CONDITIONAL(HAVE_A2X, test "x$A2X" != "xno")
|
AM_CONDITIONAL(HAVE_A2X, test "x$A2X" != "xno")
|
||||||
|
Loading…
Reference in New Issue
Block a user