]> git.ipfire.org Git - thirdparty/gettext.git/commit
intl: Drop argz processing outside of glibc.
authorBruno Haible <bruno@clisp.org>
Sun, 12 Apr 2020 17:29:36 +0000 (19:29 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 12 Apr 2020 17:29:36 +0000 (19:29 +0200)
commit95a60ed2265e4eccc2380eab522c84f2cf93709d
tree99f69a1145527b0b8420bb551031fbf1118f329b
parenteeca68a1683d0686517bd569ed4066d8b21d4a6a
intl: Drop argz processing outside of glibc.

* gettext-runtime/intl/l10nflist.c: Don't test HAVE_ARGZ_H.
(__argz_count, __argz_stringify, __argz_next): Remove definitions.
(_nl_make_l10nflist): Simplify !_LIBC case.
* gettext-runtime/m4/intl.m4 (gt_INTL_SUBDIR_CORE): Don't test for <argz.h>,
argz_count, argz_stringify, argz_next.
gettext-runtime/intl/l10nflist.c
gettext-runtime/m4/intl.m4