* stdbit_h.m4: Fix first-line comment.
[gnulib.git] / modules / striconveh
blob7e039ec1466081590f9f65bd780d39787b3d5c3a
1 Description:
2 Character set conversion of strings with error handling, uses iconv.
4 Files:
5 lib/striconveh.h
6 lib/striconveh.c
7 lib/iconveh.h
9 Depends-on:
10 stdbool
11 iconv
12 iconv_open
13 unistr/u8-prev
14 unistr/u8-mbtouc-unsafe
15 unistr/u8-mbtouc
16 unistr/u8-mbtoucr
17 unistr/u8-uctomb
18 free-posix
19 strdup
20 c-strcase
21 c-strcaseeq
22 memmove
24 configure.ac:
25 if test $gl_cond_libtool = false; then
26   gl_ltlibdeps="$gl_ltlibdeps $LTLIBICONV"
27   gl_libdeps="$gl_libdeps $LIBICONV"
30 Makefile.am:
31 lib_SOURCES += striconveh.h striconveh.c
32 lib_LDFLAGS += $(LTLIBICONV)
34 Include:
35 "striconveh.h"
37 Link:
38 $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
39 $(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise
41 License:
42 LGPLv2+
44 Maintainer:
45 all