Skip Menu |
 

Subject: Build system uses @localedir@ without requiring autoconf 2.60
src/config/pre.in uses @localedir@ in the definition of KRB5_LOCALEDIR.
This variable was added in autoconf 2.60, but we only require autoconf
2.52 in our AC_PREREQ.

There are several choices for fixing this: we could start requiring
autoconf 2.60, we could use $(datadir)/locale instead of @localedir@ in
the definition of KRB_LOCALEDIR, or we could make configure.in define
localedir for autoconf 2.5x.
From: ghudson@mit.edu
Subject: SVN Commit

Make localedir work in build with autoconf 2.5x

autoconf 2.5x does not define localedir, so we have to detect that and
do it ourselves.

https://github.com/krb5/krb5/commit/6abd6ef1d125af12dcf061d677e4315195be4e27
Commit By: ghudson
Revision: 25777
Changed Files:
U trunk/src/configure.in
From: tlyu@mit.edu
Subject: SVN Commit

Make localedir work in build with autoconf 2.5x

autoconf 2.5x does not define localedir, so we have to detect that and
do it ourselves.

(backported from commit 6abd6ef1d125af12dcf061d677e4315195be4e27)

https://github.com/krb5/krb5/commit/d6186968eaaa0ae4da5605d1f14c1eb38d5f7ad5
Author: Greg Hudson <ghudson@mit.edu>
Committer: Tom Yu <tlyu@mit.edu>
Commit: d6186968eaaa0ae4da5605d1f14c1eb38d5f7ad5
src/configure.in | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)