add m4/threadlib.m4 to the gettext module
[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/intl.m4
12 m4/intldir.m4
13 m4/intlmacosx.m4
14 m4/intmax.m4
15 m4/inttypes_h.m4
16 m4/inttypes-pri.m4
17 m4/lcmessage.m4
18 m4/lock.m4
19 m4/longlong.m4
20 m4/nls.m4
21 m4/po.m4
22 m4/printf-posix.m4
23 m4/progtest.m4
24 m4/size_max.m4
25 m4/stdint_h.m4
26 m4/threadlib.m4
27 m4/uintmax_t.m4
28 m4/visibility.m4
29 m4/wchar_t.m4
30 m4/wint_t.m4
31 m4/xsize.m4
32 build-aux/config.rpath
33
34 Depends-on:
35 extensions
36 gettext-h
37 havelib
38
39 configure.ac:
40 AM_GNU_GETTEXT([external])
41 AM_GNU_GETTEXT_VERSION([0.17])
42
43 Makefile.am:
44 # This is for those projects which use "gettextize --intl" to put a source-code
45 # copy of libintl into their package. In such projects, every Makefile.am needs
46 # -I$(top_builddir)/intl, so that <libintl.h> can be found in this directory.
47 # For the Makefile.ams in other directories it is the maintainer's
48 # responsibility; for the one from gnulib we do it here.
49 # This option has no effect when the user disables NLS (because then the intl
50 # directory contains no libintl.h file) or when the project does not use
51 # "gettextize --intl".
52 AM_CPPFLAGS += -I$(top_builddir)/intl
53
54 Include:
55 "gettext.h"
56
57 Link:
58 $(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
59
60 License:
61 LGPLv2+
62
63 Maintainer:
64 Bruno Haible