verify: new macro 'assume'
[gnulib.git] / modules / gettext
1 Description:
2 Translate messages to user's native language.
3
4 Notice:
5 You must add an invocation of AM_GNU_GETTEXT([external]) to configure.ac.
6
7 Files:
8 m4/codeset.m4
9 m4/fcntl-o.m4
10 m4/gettext.m4
11 m4/glibc2.m4
12 m4/glibc21.m4
13 m4/iconv.m4
14 m4/intdiv0.m4
15 m4/intl.m4
16 m4/intldir.m4
17 m4/intlmacosx.m4
18 m4/intmax.m4
19 m4/inttypes_h.m4
20 m4/inttypes-pri.m4
21 m4/lcmessage.m4
22 m4/lock.m4
23 m4/longlong.m4
24 m4/nls.m4
25 m4/po.m4
26 m4/printf-posix.m4
27 m4/progtest.m4
28 m4/size_max.m4
29 m4/stdint_h.m4
30 m4/threadlib.m4
31 m4/uintmax_t.m4
32 m4/visibility.m4
33 m4/wchar_t.m4
34 m4/wint_t.m4
35 m4/xsize.m4
36 build-aux/config.rpath
37
38 Depends-on:
39 extensions
40 gettext-h
41 havelib
42
43 configure.ac:
44 AM_GNU_GETTEXT([external])
45 AM_GNU_GETTEXT_VERSION([0.18.1])
46
47 Makefile.am:
48 # If your project uses "gettextize --intl" to put a source-code
49 # copy of libintl into the package, every Makefile.am needs
50 # -I$(top_builddir)/intl, so that <libintl.h> can be found in this directory.
51 # Here's one way to do this:
52 #AM_CPPFLAGS += -I$(top_builddir)/intl
53 # This option has no effect when the user disables NLS (because then
54 # the intl directory contains no libintl.h file).  This option is not
55 # enabled by default because the intl directory might not exist if
56 # your project does not use "gettext --intl", and some compilers
57 # complain about -I options applied to nonexistent directories.
58
59 Include:
60 "gettext.h"
61
62 Link:
63 $(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
64
65 License:
66 LGPLv2+
67
68 Maintainer:
69 Bruno Haible