summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 66142aa)
raw | patch | inline | side by side (parent: 66142aa)
author | Pavel Roskin <proski@gnu.org> | |
Sat, 15 Jul 2006 05:29:21 +0000 (01:29 -0400) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sat, 15 Jul 2006 05:33:12 +0000 (22:33 -0700) |
Autoconf 2.60 expresses datadir in terms of datarootdir. If datarootdir
is not substituted, configure issues a warning and uses a compatibility
substitution for datadir.
Signed-off-by: Pavel Roskin <proski@gnu.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
is not substituted, configure issues a warning and uses a compatibility
substitution for datadir.
Signed-off-by: Pavel Roskin <proski@gnu.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
config.mak.in | patch | blob | history |
diff --git a/config.mak.in b/config.mak.in
index 89520ebefe768812f9ea6dde37b830a2d00d4a48..04f508ab90527f5d71462b245b6b598d689c1853 100644 (file)
--- a/config.mak.in
+++ b/config.mak.in
exec_prefix = @exec_prefix@
bindir = @bindir@
#gitexecdir = @libexecdir@/git-core/
+datarootdir = @datarootdir@
template_dir = @datadir@/git-core/templates/
GIT_PYTHON_DIR = @datadir@/git-core/python