From: Junio C Hamano Date: Thu, 5 May 2011 01:50:45 +0000 (-0700) Subject: config.mak.in: allow "configure --sysconfdir=/else/where" X-Git-Tag: v1.7.5.4~5^2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5937b792f057c9e678a7914bf477ff8909033ea1;p=git.git 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 --- diff --git a/config.mak.in b/config.mak.in index 961497305..dd8f2745a 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@