From: Michael Vetter Date: Fri, 8 Sep 2017 14:25:29 +0000 (+0200) Subject: Add error when turning off man switch X-Git-Tag: 4.6~19^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ef6890c31d21b09e3125f88f04ebf55707ba17fc;p=shadow Add error when turning off man switch Print a warning and abort in case xsltproc is missing. --- diff --git a/configure.ac b/configure.ac index 2dcf9666..7b3480c7 100644 --- a/configure.ac +++ b/configure.ac @@ -324,6 +324,7 @@ if test "$enable_man" = "yes"; then AC_PATH_PROG([XSLTPROC], [xsltproc]) if test -z "$XSLTPROC"; then enable_man=no + AC_MSG_ERROR([xsltproc is missing.]) fi dnl check for DocBook DTD and stylesheets in the local catalog.