ssfmalloc: Portability to Cygwin.
[gnulib.git] / modules / gettext
blob06572691d73d77be892dfa9e3a9cbb5f1d8ffc8c
1 Description:
2 Translate messages to user's native language.
4 Status:
5 obsolete
7 Notice:
8 This module is obsolete. Use the module 'gettext-h' instead to make
9 your program capable of internationalization, when GNU gettext is also
10 used.
12 Files:
13 m4/gettext.m4
14 m4/host-cpu-c-abi.m4
15 m4/iconv.m4
16 m4/intl-thread-locale.m4
17 m4/intlmacosx.m4
18 m4/nls.m4
19 m4/po.m4
20 m4/progtest.m4
21 build-aux/config.rpath
23 Depends-on:
24 extensions
25 gettext-h
26 havelib
28 configure.ac:
29 AM_GNU_GETTEXT([external])
30 AM_GNU_GETTEXT_VERSION([0.20])
32 Makefile.am:
33 # If your project uses "gettextize --intl" to put a source-code
34 # copy of libintl into the package, every Makefile.am needs
35 # -I$(top_builddir)/intl, so that <libintl.h> can be found in this directory.
36 # Here's one way to do this:
37 #AM_CPPFLAGS += -I$(top_builddir)/intl
38 # This option has no effect when the user disables NLS (because then
39 # the intl directory contains no libintl.h file).  This option is not
40 # enabled by default because the intl directory might not exist if
41 # your project does not use "gettext --intl", and some compilers
42 # complain about -I options applied to nonexistent directories.
44 Include:
45 "gettext.h"
47 Link:
48 $(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
50 License:
51 LGPLv2+
53 Maintainer:
54 all