* lib/string_.h: If the gnulib module XYZ is not present, undefine
[gnulib.git] / modules / iconvme
1 Description:
2 Character set conversion of strings made easy, uses iconv.
3
4 Files:
5 lib/iconvme.h
6 lib/iconvme.c
7 m4/iconvme.m4
8
9 Depends-on:
10 iconv
11 strdup
12
13 configure.ac:
14 gl_ICONVME
15 if test $gl_cond_libtool = false; then
16   gl_ltlibdeps="$gl_ltlibdeps $LTLIBICONV"
17   gl_libdeps="$gl_libdeps $LIBICONV"
18 fi
19
20 Makefile.am:
21 lib_SOURCES += iconvme.h iconvme.c
22 if GL_COND_LIBTOOL
23 lib_LDFLAGS += $(LTLIBICONV)
24 endif
25
26 Include:
27 "iconvme.h"
28
29 License:
30 LGPL
31
32 Maintainer:
33 Simon Josefsson