Skip to content

Commit

Permalink
Merge branch 'kk/maint-prefix-in-config-mak' into maint
Browse files Browse the repository at this point in the history
* kk/maint-prefix-in-config-mak:
  config.mak.in: allow "configure --sysconfdir=/else/where"
  • Loading branch information
Junio C Hamano committed Jun 1, 2011
2 parents 6051561 + 5937b79 commit c72b914
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.mak.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ bindir = @bindir@
gitexecdir = @libexecdir@/git-core
datarootdir = @datarootdir@
template_dir = @datadir@/git-core/templates
sysconfdir = @sysconfdir@

mandir=@mandir@

Expand Down

0 comments on commit c72b914

Please sign in to comment.