view modules/iconv @ 7871:218f86d19cfa

Clarify that <iconv.h> does not need to exist.
author Bruno Haible <bruno@clisp.org>
date Sun, 14 Jan 2007 22:21:36 +0000
parents 2cb18c08d152
children 5c79d44f739d
line wrap: on
line source

Description:
Character set conversion.

Files:
m4/iconv.m4

Depends-on:
havelib

configure.ac:
AM_ICONV

Makefile.am:

Include:
#if HAVE_ICONV
# include <iconv.h>
#endif

License:
LGPL

Maintainer:
Bruno Haible