Skip Menu |
 

To: krb5-bugs@MIT.EDU
Subject: don't build po/ if msgfmt is missing
From: Tom Yu <tlyu@MIT.EDU>
Date: Mon, 31 Oct 2011 15:12:00 -0400
Don't build the po/ subdirectory if msgfmt is missing. On some
systems, such as Ubuntu Lucid, it's plausible to have libintl.h and
dgettext() (from the libc6-dev package) without having the msgfmt
utility (which needs the gettext package).
From: ghudson@mit.edu
Subject: SVN Commit

Conditionalize po subdir on msgfmt, not dgetext

The presence of dgettext in libc or libintl doesn't imply that msgfmt
is installed, so conditionalize building the po subdir on whether
msgfmt is installed.

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

pull up r25425 from trunk

------------------------------------------------------------------------
r25425 | ghudson | 2011-10-31 23:49:16 -0400 (Mon, 31 Oct 2011) | 10 lines

ticket: 6997
target_version: 1.10
tags: pullup

Conditionalize po subdir on msgfmt, not dgetext

The presence of dgettext in libc or libintl doesn't imply that msgfmt
is installed, so conditionalize building the po subdir on whether
msgfmt is installed.

https://github.com/krb5/krb5/commit/eeeb5819eee5a60efadd1dc4f6f134eb996bc9cd
Commit By: tlyu
Revision: 25451
Changed Files:
U branches/krb5-1-10/src/configure.in