Mercurial > hg > octave-lojdl > gnulib-hg
view modules/striconveh @ 8703:0f394f9a6ffe
Port to Solaris/SPARC64.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Mon, 23 Apr 2007 08:01:35 +0000 |
parents | c92d7e507345 |
children | 7581db129a32 |
line wrap: on
line source
Description: Character set conversion of strings with error handling, uses iconv. Files: lib/striconveh.h lib/striconveh.c Depends-on: stdbool iconv iconv_open unistr/u8-prev unistr/u8-mbtouc-unsafe unistr/u8-mbtouc unistr/u8-mbtoucr unistr/u8-uctomb strdup c-strcase c-strcaseeq configure.ac: if test $gl_cond_libtool = false; then gl_ltlibdeps="$gl_ltlibdeps $LTLIBICONV" gl_libdeps="$gl_libdeps $LIBICONV" fi Makefile.am: lib_SOURCES += striconveh.h striconveh.c if GL_COND_LIBTOOL lib_LDFLAGS += $(LTLIBICONV) endif Include: "striconveh.h" License: LGPL Maintainer: Bruno Haible