On 5/23/2021 6:30 PM, Michael Forney wrote:
GNU gettext introduced this change[0] in version 0.19.8 to fix
gettext detection with musl libc, since it does not define these
internal symbols.

This allows gcc to build with musl gettext rather than falling back
to the bundled version.

[0] https://git.savannah.gnu.org/gitweb/?p=gettext.git;a=commit;h=b67399b4

2021-05-23  Michael Forney  <mfor...@mforney.org>

config/ChangeLog:

         * 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.
        Backport of gettext serial 68 patch.

intl/ChangeLog:

        * configure: Regenerate.
THanks.  I've installed this on the trunk.

Jeff

Reply via email to