af_alg: minor style improvements
[gnulib.git] / modules / gettext
blob8c94e2d10cc7d2ab554295988eafea4cfb26efe3
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/codeset.m4
14 m4/fcntl-o.m4
15 m4/gettext.m4
16 m4/glibc2.m4
17 m4/glibc21.m4
18 m4/iconv.m4
19 m4/intdiv0.m4
20 m4/intl.m4
21 m4/intldir.m4
22 m4/intlmacosx.m4
23 m4/intmax.m4
24 m4/inttypes_h.m4
25 m4/inttypes-pri.m4
26 m4/lcmessage.m4
27 m4/lock.m4
28 m4/longlong.m4
29 m4/nls.m4
30 m4/po.m4
31 m4/printf-posix.m4
32 m4/progtest.m4
33 m4/size_max.m4
34 m4/stdint_h.m4
35 m4/threadlib.m4
36 m4/uintmax_t.m4
37 m4/visibility.m4
38 m4/wchar_t.m4
39 m4/wint_t.m4
40 m4/xsize.m4
41 build-aux/config.rpath
43 Depends-on:
44 extensions
45 gettext-h
46 havelib
48 configure.ac:
49 AM_GNU_GETTEXT([external])
50 AM_GNU_GETTEXT_VERSION([0.18.1])
52 Makefile.am:
53 # If your project uses "gettextize --intl" to put a source-code
54 # copy of libintl into the package, every Makefile.am needs
55 # -I$(top_builddir)/intl, so that <libintl.h> can be found in this directory.
56 # Here's one way to do this:
57 #AM_CPPFLAGS += -I$(top_builddir)/intl
58 # This option has no effect when the user disables NLS (because then
59 # the intl directory contains no libintl.h file).  This option is not
60 # enabled by default because the intl directory might not exist if
61 # your project does not use "gettext --intl", and some compilers
62 # complain about -I options applied to nonexistent directories.
64 Include:
65 "gettext.h"
67 Link:
68 $(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
70 License:
71 LGPLv2+
73 Maintainer:
74 all