annotate modules/gettext @ 8054:aa8abb5db935

Enforce the use of gnulib modules for unportable <string.h> functions.
author Bruno Haible <bruno@clisp.org>
date Thu, 01 Feb 2007 00:29:52 +0000
parents d1f82658ae5a
children 5c79d44f739d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4110
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
4172
5321105558d8 Add module descriptions.
Bruno Haible <bruno@clisp.org>
parents: 4110
diff changeset
2 Translate messages to user's native language.
4110
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 m4/codeset.m4
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 m4/gettext.m4
5660
3f8923dcc4e6 Module 'gettext': New file glibc2.m4.
Bruno Haible <bruno@clisp.org>
parents: 5251
diff changeset
7 m4/glibc2.m4
4110
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 m4/glibc21.m4
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 m4/iconv.m4
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 m4/intdiv0.m4
7576
d1f82658ae5a Upgrade to GNU gettext 0.16.
Bruno Haible <bruno@clisp.org>
parents: 7003
diff changeset
11 m4/intl.m4
d1f82658ae5a Upgrade to GNU gettext 0.16.
Bruno Haible <bruno@clisp.org>
parents: 7003
diff changeset
12 m4/intldir.m4
4896
dccb891364fe Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4335
diff changeset
13 m4/intmax.m4
4110
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 m4/inttypes_h.m4
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 m4/inttypes-pri.m4
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 m4/lcmessage.m4
7003
2f98ed9e3c9e Upgrade to gettext-0.15.
Bruno Haible <bruno@clisp.org>
parents: 6750
diff changeset
17 m4/lock.m4
4896
dccb891364fe Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4335
diff changeset
18 m4/longdouble.m4
dccb891364fe Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4335
diff changeset
19 m4/longlong.m4
4335
3cb468809e1f Upgrade to gettext-0.12.1.
Bruno Haible <bruno@clisp.org>
parents: 4197
diff changeset
20 m4/nls.m4
3cb468809e1f Upgrade to gettext-0.12.1.
Bruno Haible <bruno@clisp.org>
parents: 4197
diff changeset
21 m4/po.m4
4896
dccb891364fe Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4335
diff changeset
22 m4/printf-posix.m4
4110
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 m4/progtest.m4
4896
dccb891364fe Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4335
diff changeset
24 m4/size_max.m4
4110
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 m4/stdint_h.m4
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26 m4/uintmax_t.m4
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27 m4/ulonglong.m4
7003
2f98ed9e3c9e Upgrade to gettext-0.15.
Bruno Haible <bruno@clisp.org>
parents: 6750
diff changeset
28 m4/visibility.m4
4896
dccb891364fe Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4335
diff changeset
29 m4/wchar_t.m4
dccb891364fe Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4335
diff changeset
30 m4/wint_t.m4
dccb891364fe Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4335
diff changeset
31 m4/xsize.m4
5762
1a0b26204be5 config -> build-aux
Paul Eggert <eggert@cs.ucla.edu>
parents: 5660
diff changeset
32 build-aux/config.rpath
4110
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
33
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
34 Depends-on:
5965
cd3c62f1332e Support programs like Emacs that use gnulib but not gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5762
diff changeset
35 gettext-h
6203
8881fbafaf38 2005-09-02 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents: 5965
diff changeset
36 havelib
4110
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
37
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
38 configure.ac:
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
39 AM_GNU_GETTEXT([external])
7003
2f98ed9e3c9e Upgrade to gettext-0.15.
Bruno Haible <bruno@clisp.org>
parents: 6750
diff changeset
40 AM_GNU_GETTEXT_VERSION([0.15])
4110
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
41
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
42 Makefile.am:
6750
608add4e5b80 Support for packages that use "gettextize --intl". From Claudio Fontana.
Bruno Haible <bruno@clisp.org>
parents: 6532
diff changeset
43 # This is for those projects which use "gettextize --intl" to put a source-code
608add4e5b80 Support for packages that use "gettextize --intl". From Claudio Fontana.
Bruno Haible <bruno@clisp.org>
parents: 6532
diff changeset
44 # copy of libintl into their package. In such projects, every Makefile.am needs
608add4e5b80 Support for packages that use "gettextize --intl". From Claudio Fontana.
Bruno Haible <bruno@clisp.org>
parents: 6532
diff changeset
45 # -I$(top_builddir)/intl, so that <libintl.h> can be found in this directory.
608add4e5b80 Support for packages that use "gettextize --intl". From Claudio Fontana.
Bruno Haible <bruno@clisp.org>
parents: 6532
diff changeset
46 # For the Makefile.ams in other directories it is the maintainer's
608add4e5b80 Support for packages that use "gettextize --intl". From Claudio Fontana.
Bruno Haible <bruno@clisp.org>
parents: 6532
diff changeset
47 # responsibility; for the one from gnulib we do it here.
608add4e5b80 Support for packages that use "gettextize --intl". From Claudio Fontana.
Bruno Haible <bruno@clisp.org>
parents: 6532
diff changeset
48 # This option has no effect when the user disables NLS (because then the intl
608add4e5b80 Support for packages that use "gettextize --intl". From Claudio Fontana.
Bruno Haible <bruno@clisp.org>
parents: 6532
diff changeset
49 # directory contains no libintl.h file) or when the project does not use
608add4e5b80 Support for packages that use "gettextize --intl". From Claudio Fontana.
Bruno Haible <bruno@clisp.org>
parents: 6532
diff changeset
50 # "gettextize --intl".
608add4e5b80 Support for packages that use "gettextize --intl". From Claudio Fontana.
Bruno Haible <bruno@clisp.org>
parents: 6532
diff changeset
51 AM_CPPFLAGS += -I$(top_builddir)/intl
4110
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
52
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
53 Include:
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
54 "gettext.h"
632b6cf5063f Module description.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
55
5251
42b53a22aee5 Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents: 4896
diff changeset
56 License:
42b53a22aee5 Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents: 4896
diff changeset
57 LGPL
42b53a22aee5 Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents: 4896
diff changeset
58
4197
3ccc6d0d52bb Add a Maintainer.
Bruno Haible <bruno@clisp.org>
parents: 4175
diff changeset
59 Maintainer:
3ccc6d0d52bb Add a Maintainer.
Bruno Haible <bruno@clisp.org>
parents: 4175
diff changeset
60 Bruno Haible