build: mark XSLTPROC with AC_ARG_VAR
authorDavid Herrmann <dh.herrmann@gmail.com>
Fri, 15 Mar 2013 15:10:07 +0000 (16:10 +0100)
committerDavid Herrmann <dh.herrmann@gmail.com>
Sun, 3 Nov 2013 11:17:18 +0000 (12:17 +0100)
This allows changing the path to XSLTPROC via the command-line option if
it cannot be found by autoconf.

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
configure.ac

index 743957d..ac942b8 100644 (file)
@@ -755,6 +755,7 @@ if test x$have_gbm = xyes ; then
 fi
 
 # check for xsltproc
+AC_ARG_VAR([XSLTPROC], [xsltproc program])
 AC_PATH_PROG(XSLTPROC, xsltproc)
 AM_CONDITIONAL([BUILD_HAVE_XSLTPROC], [test "x$XSLTPROC" != "x"])