summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-05-05 01:50:45 (GMT)
committerJunio C Hamano <gitster@pobox.com>2011-05-27 20:58:31 (GMT)
commit5937b792f057c9e678a7914bf477ff8909033ea1 (patch)
treeef1681c782b6e0cf0bec46193b4ec894c6cd496e
parent9fb1e6984201892b6dfb7e1a9195e2544a5af754 (diff)
downloadgit-5937b792f057c9e678a7914bf477ff8909033ea1.zip
git-5937b792f057c9e678a7914bf477ff8909033ea1.tar.gz
git-5937b792f057c9e678a7914bf477ff8909033ea1.tar.bz2
config.mak.in: allow "configure --sysconfdir=/else/where"
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>
-rw-r--r--config.mak.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.mak.in b/config.mak.in
index 9614973..dd8f274 100644
--- a/config.mak.in
+++ b/config.mak.in
@@ -18,6 +18,7 @@ bindir = @bindir@
gitexecdir = @libexecdir@/git-core
datarootdir = @datarootdir@
template_dir = @datadir@/git-core/templates
+sysconfdir = @sysconfdir@
mandir=@mandir@