unistr/u8-strstr tests: Avoid test failure with ASAN.
[gnulib.git] / modules / gettext
blobf3db46dee5d0180af05729e78084376cb5302ded
1 Description:
2 Translate messages to user's native language.
4 The purpose of this module is:
5   - So that gnulib testdirs include i18n support and thus expose possible
6     link errors on non-glibc platforms. We want to detect such link
7     errors from within gnulib and fix them by adding $(LIBINTL) to
8     various <program>_LDADD variables.
9   - As a prototype if/when we someday unify gnulib-tool, libtoolize, and
10     gettextize in a single tool.
12 Status:
13 obsolete
15 Notice:
16 This module is obsolete. Use the module 'gettext-h' instead to make
17 your program capable of internationalization, when GNU gettext is also
18 used.
20 Files:
21 m4/gettext.m4
22 m4/build-to-host.m4
23 m4/host-cpu-c-abi.m4
24 m4/iconv.m4
25 m4/intl-thread-locale.m4
26 m4/intlmacosx.m4
27 m4/nls.m4
28 m4/po.m4
29 m4/progtest.m4
30 build-aux/config.rpath
32 Depends-on:
33 extensions
34 gettext-h
35 havelib
37 configure.ac:
38 AM_GNU_GETTEXT([external])
39 AM_GNU_GETTEXT_VERSION([0.22])
41 Makefile.am:
43 Include:
44 "gettext.h"
46 Link:
47 $(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
49 License:
50 LGPLv2+
52 Maintainer:
53 all