Mercurial > hg > octave-nkf > gnulib-hg
annotate modules/uniconv/u16-strconv-to-enc @ 15836:46afe93343fd
modf: Use a .m4 file.
* m4/modf.m4: New file.
* modules/modf (Files): Add it.
(configure.ac): Just invoke gl_FUNC_MODF.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Thu, 06 Oct 2011 01:21:12 +0200 |
parents | 9ef3893d2c73 |
children | 1f14c6dd175d |
rev | line source |
---|---|
7963
b3f288f89403
New module 'uniconv/u16-strconv-to-enc'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1 Description: |
b3f288f89403
New module 'uniconv/u16-strconv-to-enc'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2 Conversion from UTF-16 to legacy encodings. |
b3f288f89403
New module 'uniconv/u16-strconv-to-enc'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3 |
b3f288f89403
New module 'uniconv/u16-strconv-to-enc'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4 Files: |
b3f288f89403
New module 'uniconv/u16-strconv-to-enc'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5 lib/uniconv/u16-strconv-to-enc.c |
b3f288f89403
New module 'uniconv/u16-strconv-to-enc'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6 lib/uniconv/u-strconv-to-enc.h |
b3f288f89403
New module 'uniconv/u16-strconv-to-enc'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7 |
b3f288f89403
New module 'uniconv/u16-strconv-to-enc'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8 Depends-on: |
b3f288f89403
New module 'uniconv/u16-strconv-to-enc'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9 uniconv/base |
b3f288f89403
New module 'uniconv/u16-strconv-to-enc'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
10 striconveha |
b3f288f89403
New module 'uniconv/u16-strconv-to-enc'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
11 uniconv/u8-strconv-to-enc |
b3f288f89403
New module 'uniconv/u16-strconv-to-enc'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
12 unistr/u16-to-u8 |
b3f288f89403
New module 'uniconv/u16-strconv-to-enc'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
13 unistr/u16-strlen |
b3f288f89403
New module 'uniconv/u16-strconv-to-enc'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
14 |
b3f288f89403
New module 'uniconv/u16-strconv-to-enc'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
15 configure.ac: |
11057
aa06a0b2d194
Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
Bruno Haible <bruno@clisp.org>
parents:
7963
diff
changeset
|
16 AC_REQUIRE([gl_BIGENDIAN]) |
13388
9ef3893d2c73
Don't use AC_LIBOBJ with file names in subdirectories.
Bruno Haible <bruno@clisp.org>
parents:
13354
diff
changeset
|
17 gl_LIBUNISTRING_MODULE([0.9], [uniconv/u16-strconv-to-enc]) |
7963
b3f288f89403
New module 'uniconv/u16-strconv-to-enc'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
18 |
b3f288f89403
New module 'uniconv/u16-strconv-to-enc'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
19 Makefile.am: |
13388
9ef3893d2c73
Don't use AC_LIBOBJ with file names in subdirectories.
Bruno Haible <bruno@clisp.org>
parents:
13354
diff
changeset
|
20 if LIBUNISTRING_COMPILE_UNICONV_U16_STRCONV_TO_ENC |
9ef3893d2c73
Don't use AC_LIBOBJ with file names in subdirectories.
Bruno Haible <bruno@clisp.org>
parents:
13354
diff
changeset
|
21 lib_SOURCES += uniconv/u16-strconv-to-enc.c |
9ef3893d2c73
Don't use AC_LIBOBJ with file names in subdirectories.
Bruno Haible <bruno@clisp.org>
parents:
13354
diff
changeset
|
22 endif |
7963
b3f288f89403
New module 'uniconv/u16-strconv-to-enc'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
23 |
b3f288f89403
New module 'uniconv/u16-strconv-to-enc'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
24 Include: |
b3f288f89403
New module 'uniconv/u16-strconv-to-enc'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
25 "uniconv.h" |
b3f288f89403
New module 'uniconv/u16-strconv-to-enc'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
26 |
b3f288f89403
New module 'uniconv/u16-strconv-to-enc'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
27 License: |
b3f288f89403
New module 'uniconv/u16-strconv-to-enc'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
28 LGPL |
b3f288f89403
New module 'uniconv/u16-strconv-to-enc'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
29 |
b3f288f89403
New module 'uniconv/u16-strconv-to-enc'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
30 Maintainer: |
b3f288f89403
New module 'uniconv/u16-strconv-to-enc'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
31 Bruno Haible |
b3f288f89403
New module 'uniconv/u16-strconv-to-enc'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
32 |