]> git.ipfire.org Git - thirdparty/git.git/commit - configure.ac
autoconf: Checks for some programs
authorJakub Narebski <jnareb@gmail.com>
Sat, 8 Jul 2006 21:07:13 +0000 (23:07 +0200)
committerJunio C Hamano <junkio@cox.net>
Sun, 9 Jul 2006 09:20:57 +0000 (02:20 -0700)
commitfd22c0271b33227e651be456beb4cead934f5624
tree85802bb4616aa688e3b62d32b4f200671dfbb8f0
parentebdf53210ca30eaaa6cf5f555200678bf5f256ac
autoconf: Checks for some programs

./configure script checks now for the following programs:
 * CC  - using AC_PROG_CC
 * AR  - using AC_CHECK_TOOL among ar
 * TAR - among gtar, tar

Checks not implemented:
 * INSTALL  - needs install-sh or install.sh in sources
 * RPMBUILD - not known alternatives for rpmbuild
 * PYTHON   - no PYTHON variable in Makefile,
              has to set NO_PYTHON if not present

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
config.mak.in
configure.ac