]> git.ipfire.org Git - thirdparty/git.git/blame - config.mak.in
autoconf: Improvements in NO_PYTHON/PYTHON_PATH handling
[thirdparty/git.git] / config.mak.in
CommitLineData
55667714
JN
1# git Makefile configuration, included in main Makefile
2# @configure_input@
3
fd22c027
JN
4CC = @CC@
5AR = @AR@
6TAR = @TAR@
7#INSTALL = @INSTALL@ # needs install-sh or install.sh in sources
8
55667714
JN
9prefix = @prefix@
10exec_prefix = @exec_prefix@
11bindir = @bindir@
12#gitexecdir = @libexecdir@/git-core/
2d023581 13datarootdir = @datarootdir@
55667714
JN
14template_dir = @datadir@/git-core/templates/
15GIT_PYTHON_DIR = @datadir@/git-core/python
16
17mandir=@mandir@
18
19srcdir = @srcdir@
20VPATH = @srcdir@
21
22export exec_prefix mandir
23export srcdir VPATH
24