diff options
author | Pavel Roskin <proski@gnu.org> | 2006-07-15 01:29:21 -0400 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-07-14 22:33:12 -0700 |
commit | 2d023581c9a0ae5efdebfd0084d54d09669a25d5 (patch) | |
tree | 99740090a7f065e745074f5985f3759ea93bf507 /config.mak.in | |
parent | 66142aa1f53979a87678159a82734b0174d98070 (diff) | |
download | git-2d023581c9a0ae5efdebfd0084d54d09669a25d5.tar.gz |
Set datarootdir in config.mak.in
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>
Diffstat (limited to 'config.mak.in')
-rw-r--r-- | config.mak.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.mak.in b/config.mak.in index 89520ebefe..04f508ab90 100644 --- a/config.mak.in +++ b/config.mak.in @@ -10,6 +10,7 @@ prefix = @prefix@ 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 |