Mercurial > hg > octave-kai > gnulib-hg
annotate modules/gettext @ 5660:3f8923dcc4e6
Module 'gettext': New file glibc2.m4.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Thu, 24 Feb 2005 20:14:40 +0000 |
parents | 42b53a22aee5 |
children | 1a0b26204be5 |
rev | line source |
---|---|
4110 | 1 Description: |
4172 | 2 Translate messages to user's native language. |
4110 | 3 |
4 Files: | |
5 lib/gettext.h | |
6 m4/codeset.m4 | |
7 m4/gettext.m4 | |
5660
3f8923dcc4e6
Module 'gettext': New file glibc2.m4.
Bruno Haible <bruno@clisp.org>
parents:
5251
diff
changeset
|
8 m4/glibc2.m4 |
4110 | 9 m4/glibc21.m4 |
10 m4/iconv.m4 | |
11 m4/intdiv0.m4 | |
4896 | 12 m4/intmax.m4 |
4110 | 13 m4/inttypes.m4 |
14 m4/inttypes_h.m4 | |
15 m4/inttypes-pri.m4 | |
16 m4/isc-posix.m4 | |
17 m4/lcmessage.m4 | |
18 m4/lib-ld.m4 | |
19 m4/lib-link.m4 | |
20 m4/lib-prefix.m4 | |
4896 | 21 m4/longdouble.m4 |
22 m4/longlong.m4 | |
4335 | 23 m4/nls.m4 |
24 m4/po.m4 | |
4896 | 25 m4/printf-posix.m4 |
4110 | 26 m4/progtest.m4 |
4896 | 27 m4/signed.m4 |
28 m4/size_max.m4 | |
4110 | 29 m4/stdint_h.m4 |
30 m4/uintmax_t.m4 | |
31 m4/ulonglong.m4 | |
4896 | 32 m4/wchar_t.m4 |
33 m4/wint_t.m4 | |
34 m4/xsize.m4 | |
4175
ace040a2b821
Files meant for the AUX_DIR are now in the config subdirectory.
Bruno Haible <bruno@clisp.org>
parents:
4172
diff
changeset
|
35 config/config.rpath |
4110 | 36 |
37 Depends-on: | |
38 | |
39 configure.ac: | |
40 AM_GNU_GETTEXT([external]) | |
41 | |
42 Makefile.am: | |
43 lib_SOURCES += gettext.h | |
44 | |
45 Include: | |
46 "gettext.h" | |
47 | |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4896
diff
changeset
|
48 License: |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4896
diff
changeset
|
49 LGPL |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4896
diff
changeset
|
50 |
4197 | 51 Maintainer: |
52 Bruno Haible | |
53 |