Mercurial > hg > octave-nkf > gnulib-hg
view modules/uniconv/u16-strconv-to-enc @ 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 | 1f14c6dd175d |
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