X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=configure.ac;h=27a78b12b5bc8e0a1ab8ecaee149cce850b4aae7;hb=b00784cc39b2d7b6069d382a2405fb3e117386d1;hp=b179389febd36f351cad70e0cd26e313ecc55a16;hpb=5b09a46944f164781c148cc61655dc1a8392189a;p=tig.git diff --git a/configure.ac b/configure.ac index b179389..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 subcommand git supports]) -GIT_CONFIG="repo-config" -git config --list >/dev/null && GIT_CONFIG="config" -AC_MSG_RESULT([$GIT_CONFIG]) -AC_DEFINE_UNQUOTED(GIT_CONFIG,"$GIT_CONFIG",[git config subcommand]) - AC_CHECK_PROGS(ASCIIDOC, [asciidoc false]) AC_CHECK_PROGS(XMLTO, [xmlto false]) AC_CHECK_PROGS(DOCBOOK2PDF, [docbook2pdf false])