Support for packages that use "gettextize --intl". From Claudio Fontana.
[gnulib.git] / modules / gettext
1 Description:
2 Translate messages to user's native language.
3
4 Files:
5 m4/codeset.m4
6 m4/gettext.m4
7 m4/glibc2.m4
8 m4/glibc21.m4
9 m4/iconv.m4
10 m4/intdiv0.m4
11 m4/intmax.m4
12 m4/inttypes.m4
13 m4/inttypes_h.m4
14 m4/inttypes-pri.m4
15 m4/isc-posix.m4
16 m4/lcmessage.m4
17 m4/longdouble.m4
18 m4/longlong.m4
19 m4/nls.m4
20 m4/po.m4
21 m4/printf-posix.m4
22 m4/progtest.m4
23 m4/signed.m4
24 m4/size_max.m4
25 m4/stdint_h.m4
26 m4/uintmax_t.m4
27 m4/ulonglong.m4
28 m4/wchar_t.m4
29 m4/wint_t.m4
30 m4/xsize.m4
31 build-aux/config.rpath
32
33 Depends-on:
34 gettext-h
35 havelib
36
37 configure.ac:
38 AM_GNU_GETTEXT([external])
39 AM_GNU_GETTEXT_VERSION([0.14.5])
40
41 Makefile.am:
42 # This is for those projects which use "gettextize --intl" to put a source-code
43 # copy of libintl into their package. In such projects, every Makefile.am needs
44 # -I$(top_builddir)/intl, so that <libintl.h> can be found in this directory.
45 # For the Makefile.ams in other directories it is the maintainer's
46 # responsibility; for the one from gnulib we do it here.
47 # This option has no effect when the user disables NLS (because then the intl
48 # directory contains no libintl.h file) or when the project does not use
49 # "gettextize --intl".
50 AM_CPPFLAGS += -I$(top_builddir)/intl
51
52 Include:
53 "gettext.h"
54
55 License:
56 LGPL
57
58 Maintainer:
59 Bruno Haible