verify: new macro 'assume'
[gnulib.git] / modules / striconv
1 Description:
2 Character set conversion of strings made easy, uses iconv.
3
4 Files:
5 lib/striconv.h
6 lib/striconv.c
7
8 Depends-on:
9 iconv
10 iconv_open
11 strdup
12 c-strcase
13
14 configure.ac:
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 += striconv.h striconv.c
22 if GL_COND_LIBTOOL
23 lib_LDFLAGS += $(LTLIBICONV)
24 endif
25
26 Include:
27 "striconv.h"
28
29 Link:
30 $(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise
31
32 License:
33 LGPLv2+
34
35 Maintainer:
36 Bruno Haible, Simon Josefsson
37