Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'kk/maint-prefix-in-config-mak' into maint
author
Junio C Hamano
<gitster@pobox.com>
Wed, 1 Jun 2011 21:02:39 +0000
(14:02 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 1 Jun 2011 21:02:39 +0000
(14:02 -0700)
* kk/maint-prefix-in-config-mak:
config.mak.in: allow "configure --sysconfdir=/else/where"
1
2
config.mak.in
patch
|
diff1
|
diff2
|
blob
|
history
raw
|
compact
(merge:
6051561
5937b79
)
diff --combined
config.mak.in
index e378534cbd57add4a6c75b8eb45353e8a9322914,dd8f2745a642f2be559a49df03f6eb179ef8a133..1258528a267a48b4114e89eab56e8c901d6816fe
---
1
/
config.mak.in
---
2
/
config.mak.in
+++ b/
config.mak.in
@@@
-18,6
-18,7
+18,7
@@@
bindir = @bindir
gitexecdir = @libexecdir@/git-core
datarootdir = @datarootdir@
template_dir = @datadir@/git-core/templates
+ sysconfdir = @sysconfdir@
mandir=@mandir@
@@@
-43,6
-44,7
+44,6
@@@
NO_D_INO_IN_DIRENT=@NO_D_INO_IN_DIRENT
NO_D_TYPE_IN_DIRENT=@NO_D_TYPE_IN_DIRENT@
NO_SOCKADDR_STORAGE=@NO_SOCKADDR_STORAGE@
NO_IPV6=@NO_IPV6@
-NO_C99_FORMAT=@NO_C99_FORMAT@
NO_HSTRERROR=@NO_HSTRERROR@
NO_STRCASESTR=@NO_STRCASESTR@
NO_STRTOK_R=@NO_STRTOK_R@