summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9fb1e69)
raw | patch | inline | side by side (parent: 9fb1e69)
author | Junio C Hamano <gitster@pobox.com> | |
Thu, 5 May 2011 01:50:45 +0000 (18:50 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 27 May 2011 20:58:31 +0000 (13:58 -0700) |
We do allow vanilla Makefile users to say make sysconfdir=/else/where
and config.mak can also be tweaked manually for the same effect. Give
the same configurablity to ./configure users as well.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
and config.mak can also be tweaked manually for the same effect. Give
the same configurablity to ./configure users as well.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
config.mak.in | patch | blob | history |
diff --git a/config.mak.in b/config.mak.in
index 961497305777fcbd67001fdae1335fcfe2910e88..dd8f2745a642f2be559a49df03f6eb179ef8a133 100644 (file)
--- a/config.mak.in
+++ b/config.mak.in
gitexecdir = @libexecdir@/git-core
datarootdir = @datarootdir@
template_dir = @datadir@/git-core/templates
+sysconfdir = @sysconfdir@
mandir=@mandir@