Mercurial > hg > octave-kai > gnulib-hg
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 |
rev | line source |
---|---|
4110 | 1 Description: |
4172 | 2 Translate messages to user's native language. |
4110 | 3 |
4 Files: | |
5 m4/codeset.m4 | |
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 | 8 m4/glibc21.m4 |
9 m4/iconv.m4 | |
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 | 13 m4/intmax.m4 |
4110 | 14 m4/inttypes_h.m4 |
15 m4/inttypes-pri.m4 | |
16 m4/lcmessage.m4 | |
7003 | 17 m4/lock.m4 |
4896 | 18 m4/longdouble.m4 |
19 m4/longlong.m4 | |
4335 | 20 m4/nls.m4 |
21 m4/po.m4 | |
4896 | 22 m4/printf-posix.m4 |
4110 | 23 m4/progtest.m4 |
4896 | 24 m4/size_max.m4 |
4110 | 25 m4/stdint_h.m4 |
26 m4/uintmax_t.m4 | |
27 m4/ulonglong.m4 | |
7003 | 28 m4/visibility.m4 |
4896 | 29 m4/wchar_t.m4 |
30 m4/wint_t.m4 | |
31 m4/xsize.m4 | |
5762 | 32 build-aux/config.rpath |
4110 | 33 |
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 | 37 |
38 configure.ac: | |
39 AM_GNU_GETTEXT([external]) | |
7003 | 40 AM_GNU_GETTEXT_VERSION([0.15]) |
4110 | 41 |
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 | 52 |
53 Include: | |
54 "gettext.h" | |
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 | 59 Maintainer: |
60 Bruno Haible |