From: Pavel Roskin Date: Sat, 15 Jul 2006 05:29:21 +0000 (-0400) Subject: Set datarootdir in config.mak.in X-Git-Tag: v1.4.2-rc3~36^2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=2d023581c9a0ae5efdebfd0084d54d09669a25d5;p=git.git 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 Signed-off-by: Junio C Hamano --- diff --git a/config.mak.in b/config.mak.in index 89520ebef..04f508ab9 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