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