X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=configure.ac;h=27a78b12b5bc8e0a1ab8ecaee149cce850b4aae7;hb=b4b46f95d548829da5317dfecde8f90310569b61;hp=6b0fc45293092be92f771f36bed28008037da2e7;hpb=7a5eba335c2a925b94c28b4ecaf013932a002f65;p=tig.git diff --git a/configure.ac b/configure.ac index 6b0fc45..27a78b1 100644 --- a/configure.ac +++ b/configure.ac @@ -23,13 +23,6 @@ AM_ICONV AC_PROG_CC -AC_CHECK_PROG(GIT, [git], [git], [AC_ERROR([git not found])]) -AC_MSG_CHECKING([which config command git supports]) -GIT_CONFIG="git repo-config" -git config --list >/dev/null && GIT_CONFIG="git config" -AC_MSG_RESULT([$GIT_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])