From e1d36d3f74f02b74429d92dd9af6fcab05038dad Mon Sep 17 00:00:00 2001 From: rofl0r Date: Tue, 11 Aug 2020 23:35:50 +0100 Subject: [PATCH] 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) --- configure.ac | 4 ---- 1 file changed, 4 deletions(-) diff --git a/configure.ac b/configure.ac index 850eca5..9623754 100644 --- a/configure.ac +++ b/configure.ac @@ -173,10 +173,6 @@ AC_SUBST(CPPFLAGS) AC_SUBST(LIBS) 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 AC_PATH_PROG(A2X, a2x, no) AM_CONDITIONAL(HAVE_A2X, test "x$A2X" != "xno")