ca0b6841dc73ebbb906e1cc979cdcdbbd3825ddc
[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 # This is for those projects which use "gettextize --intl" to put a source-code
49 # copy of libintl into their package. In such projects, every Makefile.am needs
50 # -I$(top_builddir)/intl, so that <libintl.h> can be found in this directory.
51 # For the Makefile.ams in other directories it is the maintainer's
52 # responsibility; for the one from gnulib we do it here.
53 # This option has no effect when the user disables NLS (because then the intl
54 # directory contains no libintl.h file) or when the project does not use
55 # "gettextize --intl".
56 AM_CPPFLAGS += -I$(top_builddir)/intl
57
58 Include:
59 "gettext.h"
60
61 Link:
62 $(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
63
64 License:
65 LGPLv2+
66
67 Maintainer:
68 Bruno Haible