X-Git-Url: https://git.distorted.org.uk/~mdw/tig/blobdiff_plain/ec31d0d018f14973d7d91084a3582f8bfd53b0ef..26a7f2718350bda0367b97d75fbc3627d4ad2a6f:/configure.ac diff --git a/configure.ac b/configure.ac index 0e06af5..f60d43e 100644 --- a/configure.ac +++ b/configure.ac @@ -48,6 +48,11 @@ then 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