Mercurial > hg > octave-shane > gnulib-hg
annotate modules/uniconv/u32-strconv-to-locale @ 13388:9ef3893d2c73
Don't use AC_LIBOBJ with file names in subdirectories.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Fri, 04 Jun 2010 00:21:14 +0200 |
parents | 86634e33e086 |
children |
rev | line source |
---|---|
7972
366c7c4c2e0d
New module 'uniconv/u32-strconv-to-locale'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1 Description: |
366c7c4c2e0d
New module 'uniconv/u32-strconv-to-locale'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2 Conversion from UTF-32 to the locale encoding. |
366c7c4c2e0d
New module 'uniconv/u32-strconv-to-locale'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3 |
366c7c4c2e0d
New module 'uniconv/u32-strconv-to-locale'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4 Files: |
366c7c4c2e0d
New module 'uniconv/u32-strconv-to-locale'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5 lib/uniconv/u32-strconv-to-locale.c |
366c7c4c2e0d
New module 'uniconv/u32-strconv-to-locale'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6 |
366c7c4c2e0d
New module 'uniconv/u32-strconv-to-locale'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7 Depends-on: |
366c7c4c2e0d
New module 'uniconv/u32-strconv-to-locale'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8 uniconv/base |
366c7c4c2e0d
New module 'uniconv/u32-strconv-to-locale'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9 uniconv/u32-strconv-to-enc |
366c7c4c2e0d
New module 'uniconv/u32-strconv-to-locale'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
10 localcharset |
366c7c4c2e0d
New module 'uniconv/u32-strconv-to-locale'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
11 |
366c7c4c2e0d
New module 'uniconv/u32-strconv-to-locale'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
12 configure.ac: |
13388
9ef3893d2c73
Don't use AC_LIBOBJ with file names in subdirectories.
Bruno Haible <bruno@clisp.org>
parents:
13354
diff
changeset
|
13 gl_LIBUNISTRING_MODULE([0.9], [uniconv/u32-strconv-to-locale]) |
7972
366c7c4c2e0d
New module 'uniconv/u32-strconv-to-locale'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
14 |
366c7c4c2e0d
New module 'uniconv/u32-strconv-to-locale'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
15 Makefile.am: |
13388
9ef3893d2c73
Don't use AC_LIBOBJ with file names in subdirectories.
Bruno Haible <bruno@clisp.org>
parents:
13354
diff
changeset
|
16 if LIBUNISTRING_COMPILE_UNICONV_U32_STRCONV_TO_LOCALE |
9ef3893d2c73
Don't use AC_LIBOBJ with file names in subdirectories.
Bruno Haible <bruno@clisp.org>
parents:
13354
diff
changeset
|
17 lib_SOURCES += uniconv/u32-strconv-to-locale.c |
9ef3893d2c73
Don't use AC_LIBOBJ with file names in subdirectories.
Bruno Haible <bruno@clisp.org>
parents:
13354
diff
changeset
|
18 endif |
7972
366c7c4c2e0d
New module 'uniconv/u32-strconv-to-locale'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
19 |
366c7c4c2e0d
New module 'uniconv/u32-strconv-to-locale'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
20 Include: |
366c7c4c2e0d
New module 'uniconv/u32-strconv-to-locale'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
21 "uniconv.h" |
366c7c4c2e0d
New module 'uniconv/u32-strconv-to-locale'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
22 |
366c7c4c2e0d
New module 'uniconv/u32-strconv-to-locale'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
23 License: |
366c7c4c2e0d
New module 'uniconv/u32-strconv-to-locale'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
24 LGPL |
366c7c4c2e0d
New module 'uniconv/u32-strconv-to-locale'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
25 |
366c7c4c2e0d
New module 'uniconv/u32-strconv-to-locale'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
26 Maintainer: |
366c7c4c2e0d
New module 'uniconv/u32-strconv-to-locale'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
27 Bruno Haible |
366c7c4c2e0d
New module 'uniconv/u32-strconv-to-locale'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
28 |