view modules/uniconv/u16-strconv-to-enc @ 15187:8f6c698d0789

crc: Move AC_LIBOBJ invocations to module description. * m4/crc.m4: Remove file. * modules/crc (Files): Remove it. (configure.ac): Remove gl_CRC call. (Makefile.am): Augment lib_SOURCES.
author Bruno Haible <bruno@clisp.org>
date Mon, 23 May 2011 22:51:09 +0200
parents 9ef3893d2c73
children
line wrap: on
line source

Description:
Conversion from UTF-16 to legacy encodings.

Files:
lib/uniconv/u16-strconv-to-enc.c
lib/uniconv/u-strconv-to-enc.h

Depends-on:
uniconv/base
striconveha
uniconv/u8-strconv-to-enc
unistr/u16-to-u8
unistr/u16-strlen

configure.ac:
AC_REQUIRE([gl_BIGENDIAN])
gl_LIBUNISTRING_MODULE([0.9], [uniconv/u16-strconv-to-enc])

Makefile.am:
if LIBUNISTRING_COMPILE_UNICONV_U16_STRCONV_TO_ENC
lib_SOURCES += uniconv/u16-strconv-to-enc.c
endif

Include:
"uniconv.h"

License:
LGPL

Maintainer:
Bruno Haible