Skip to content

Commit ad2c66c

Browse files
martinpittsofar
authored andcommitted
build-sys: check for xsltproc
We need it to build manpages.
1 parent fe1d6e2 commit ad2c66c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

configure.ac

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,9 @@ AC_ARG_WITH([rootlibdir],
167167
AC_SUBST([rootprefix], [$with_rootprefix])
168168
AC_SUBST([rootlibdir], [$with_rootlibdir])
169169

170+
AC_PATH_PROG([XSLTPROC], [xsltproc])
171+
AS_IF([test -z "$XSLTPROC"], AC_MSG_ERROR([*** xsltproc is required for man pages]))
172+
170173
AC_CONFIG_FILES([
171174
Makefile
172175
])

0 commit comments

Comments
 (0)