]> gitweb.michael.orlitzky.com - charm-bypass.git/commitdiff
configure.ac: check for the "xsltproc" program
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 25 Oct 2023 21:00:26 +0000 (17:00 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 25 Oct 2023 22:36:23 +0000 (18:36 -0400)
We'll need this to process our new svgclean.xsl stylesheet that cleans
up the tableau.

configure.ac

index 4905b74ff42f372fc865e72006836032986e8145..18411ea6adac751f8b0fd84c67d9c9f66a8c8a54 100644 (file)
@@ -23,4 +23,10 @@ AC_PATH_PROG(
   [AC_MSG_ERROR([scour program not found])]
 )
 
+AC_PATH_PROG(
+  [XSLTPROC],
+  [xsltproc],
+  [AC_MSG_ERROR([xsltproc program not found])]
+)
+
 AC_OUTPUT