X-Git-Url: https://git.distorted.org.uk/~mdw/tig/blobdiff_plain/96e58f5bdc9c8c7ab3c3f07087a13c3959dcb2bd..c692b4e4a2fcddbde05187d2d37c228f91d36274:/configure.ac diff --git a/configure.ac b/configure.ac index 0c060ce..f60d43e 100644 --- a/configure.ac +++ b/configure.ac @@ -50,6 +50,9 @@ fi AC_PROG_CC AC_CHECK_PROGS(GIT_CONFIG, [git-config git-repo-config]) AC_DEFINE_UNQUOTED(GIT_CONFIG,"$GIT_CONFIG",[git config program]) +AC_CHECK_PROGS(ASCIIDOC, [asciidoc false]) +AC_CHECK_PROGS(XMLTO, [xmlto false]) +AC_CHECK_PROGS(DOCBOOK2PDF, [docbook2pdf false]) AC_CONFIG_FILES([config.make]) AC_OUTPUT