From: Mario Blättermann Date: Tue, 23 Mar 2021 20:09:22 +0000 (+0100) Subject: Define the asciidoctor command in configure.ac X-Git-Tag: v2.37-rc1~34^2~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc394b5b021f8c646a8704783e971a076b72136f;p=thirdparty%2Futil-linux.git Define the asciidoctor command in configure.ac --- diff --git a/configure.ac b/configure.ac index 7f59604bd6..946222676e 100644 --- a/configure.ac +++ b/configure.ac @@ -232,6 +232,7 @@ PKG_INSTALLDIR(['${usrlib_execdir}/pkgconfig']) GTK_DOC_CHECK([1.10]) AC_PATH_PROG([XSLTPROC], [xsltproc]) +AC_PATH_PROG([ASCIIDOCTOR], [asciidoctor]) linux_os=no bsd_os=no