Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
autoconf: Checks for some programs
[gitweb.git]
/
config.mak.in
diff --git
a/config.mak.in
b/config.mak.in
index 82c9781f0dab92e507f831b2bbd0efcadc4bcc0c..89520ebefe768812f9ea6dde37b830a2d00d4a48 100644
(file)
--- a/
config.mak.in
+++ b/
config.mak.in
@@
-1,6
+1,11
@@
# git Makefile configuration, included in main Makefile
# @configure_input@
+CC = @CC@
+AR = @AR@
+TAR = @TAR@
+#INSTALL = @INSTALL@ # needs install-sh or install.sh in sources
+
prefix = @prefix@
exec_prefix = @exec_prefix@
bindir = @bindir@