aboutsummaryrefslogtreecommitdiff
path: root/config.mak.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.mak.in')
-rw-r--r--config.mak.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/config.mak.in b/config.mak.in
new file mode 100644
index 000000000..82c9781f0
--- /dev/null
+++ b/config.mak.in
@@ -0,0 +1,18 @@
+# git Makefile configuration, included in main Makefile
+# @configure_input@
+
+prefix = @prefix@
+exec_prefix = @exec_prefix@
+bindir = @bindir@
+#gitexecdir = @libexecdir@/git-core/
+template_dir = @datadir@/git-core/templates/
+GIT_PYTHON_DIR = @datadir@/git-core/python
+
+mandir=@mandir@
+
+srcdir = @srcdir@
+VPATH = @srcdir@
+
+export exec_prefix mandir
+export srcdir VPATH
+