]> git.ipfire.org Git - thirdparty/git.git/blobdiff - configure.ac
autoconf: Checks for some programs
[thirdparty/git.git] / configure.ac
index d938546940347c0805221dad224d4d5fc2cff6ca..56e765f7db9b78ae91f538ee3ee72042c9b508e7 100644 (file)
@@ -22,6 +22,13 @@ AC_DEFUN([GIT_CONF_APPEND_LINE],
 
 
 ## Checks for programs.
+AC_MSG_NOTICE([CHECKS for programs])
+
+AC_PROG_CC
+#AC_PROG_INSTALL               # needs install-sh or install.sh in sources
+AC_CHECK_TOOL(AR, ar, :)
+AC_CHECK_PROGS(TAR, [gtar tar])
+
 # Define NO_PYTHON if you want to loose all benefits of the recursive merge.