X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/a005a9c4dc5588fc017a1cb1d19c1560e0e68943..691972493bfba4fc784549dfd0c4c6fb41af2dc7:/configure.ac diff --git a/configure.ac b/configure.ac index ecdb662e..5e4da1ff 100644 --- a/configure.ac +++ b/configure.ac @@ -92,6 +92,8 @@ if test x"$ac_cv_prog_gnu_m4" != xyes; then fi AC_DEFINE_UNQUOTED([M4], ["$M4"], [Define to the GNU M4 executable name.]) AM_MISSING_PROG([HELP2MAN], [help2man]) +AC_PATH_PROG([XSLTPROC], [xsltproc]) +AC_SUBST([XSLTPROC]) # Checks for header files. AC_CHECK_HEADERS_ONCE([locale.h])