Files
third_party_gettext/gettext-runtime
Daiki Ueno b67399b40b m4: Rely less on internal symbols
* gettext-runtime/m4/gettext.m4 (AM_GNU_GETTEXT): Skip checks for the
internal symbols _nl_msg_cat_cntr, _nl_domain_bindings, and
_nl_expand_alias, if __GNU_GETTEXT_SUPPORTED_REVISION is defined.
Problem reported and fix suggested by Masanori Ogino in:
https://lists.gnu.org/archive/html/bug-gettext/2016-04/msg00000.html
The rationale behind this is: (1) those symbol checks are for detecting
certain broken implementations, namely NetBSD and Solaris 7, and
(2) __GNU_GETTEXT_SUPPORTED_REVISION is not defined in those
implementations, while it is defined on compatible implementations, such
as musl-libc which doesn't have those internal symbols.
2016-05-27 17:39:22 +09:00
..
2016-01-02 18:58:05 +09:00
2016-05-25 15:25:27 +09:00
2016-01-02 18:58:05 +09:00
2016-01-02 18:58:05 +09:00
2016-05-27 17:39:22 +09:00
2016-01-02 18:58:05 +09:00
2016-01-02 18:58:05 +09:00
2016-01-02 18:58:05 +09:00
2016-01-02 18:58:05 +09:00
2014-04-22 14:50:36 +09:00
2015-12-28 07:58:08 +09:00
2015-10-14 15:00:09 +09:00
2016-01-02 18:58:05 +09:00
2012-02-18 22:28:04 +01:00
2016-01-02 18:58:05 +09:00
2009-06-23 12:15:43 +02:00

This directory contains the runtime parts of GNU gettext, namely the libraries
for the end user, but neither documentation nor programs for the translator
or the maintainer.