Code

config.mak.in: allow "configure --sysconfdir=/else/where"
authorJunio C Hamano <gitster@pobox.com>
Thu, 5 May 2011 01:50:45 +0000 (18:50 -0700)
committerJunio 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>
config.mak.in

index 961497305777fcbd67001fdae1335fcfe2910e88..dd8f2745a642f2be559a49df03f6eb179ef8a133 100644 (file)
@@ -18,6 +18,7 @@ bindir = @bindir@
 gitexecdir = @libexecdir@/git-core
 datarootdir = @datarootdir@
 template_dir = @datadir@/git-core/templates
+sysconfdir = @sysconfdir@
 
 mandir=@mandir@