view 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
line wrap: on
line source

Description:
Conversion from UTF-32 to the locale encoding.

Files:
lib/uniconv/u32-strconv-to-locale.c

Depends-on:
uniconv/base
uniconv/u32-strconv-to-enc
localcharset

configure.ac:
gl_LIBUNISTRING_MODULE([0.9], [uniconv/u32-strconv-to-locale])

Makefile.am:
if LIBUNISTRING_COMPILE_UNICONV_U32_STRCONV_TO_LOCALE
lib_SOURCES += uniconv/u32-strconv-to-locale.c
endif

Include:
"uniconv.h"

License:
LGPL

Maintainer:
Bruno Haible