Skip to content

Commit 5937b79

Browse files
committed
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 <[email protected]>
1 parent 9fb1e69 commit 5937b79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.mak.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ bindir = @bindir@
1818
gitexecdir = @libexecdir@/git-core
1919
datarootdir = @datarootdir@
2020
template_dir = @datadir@/git-core/templates
21+
sysconfdir = @sysconfdir@
2122

2223
mandir=@mandir@
2324

0 commit comments

Comments
 (0)