Mercurial > hg > octave-kai > gnulib-hg
annotate modules/unicodeio @ 7089:537f18903d33
Make pkgdata_DATA a cumulative variable. From Ralf Wildenhues.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Mon, 07 Aug 2006 12:17:26 +0000 |
parents | cd3c62f1332e |
children | c92d7e507345 |
rev | line source |
---|---|
4110 | 1 Description: |
4172 | 2 Unicode character output to streams with locale dependent encoding. |
4110 | 3 |
4 Files: | |
5 lib/unicodeio.h | |
6 lib/unicodeio.c | |
7 m4/unicodeio.m4 | |
8 | |
9 Depends-on: | |
10 iconv | |
5965
cd3c62f1332e
Support programs like Emacs that use gnulib but not gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5251
diff
changeset
|
11 gettext-h |
4110 | 12 localcharset |
4115 | 13 error |
4110 | 14 |
15 configure.ac: | |
16 gl_UNICODEIO | |
17 | |
18 Makefile.am: | |
19 lib_SOURCES += unicodeio.h unicodeio.c | |
20 | |
21 Include: | |
22 "unicodeio.h" | |
23 | |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
24 License: |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
25 GPL |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
26 |
4197 | 27 Maintainer: |
28 Bruno Haible | |
29 |