install-reloc: Support multi-binary installation.
[gnulib.git] / modules / striconveh
1 Description:
2 Character set conversion of strings with error handling, uses iconv.
3
4 Files:
5 lib/striconveh.h
6 lib/striconveh.c
7 lib/iconveh.h
8
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 strdup
19 c-strcase
20 c-strcaseeq
21 memmove
22
23 configure.ac:
24 if test $gl_cond_libtool = false; then
25   gl_ltlibdeps="$gl_ltlibdeps $LTLIBICONV"
26   gl_libdeps="$gl_libdeps $LIBICONV"
27 fi
28
29 Makefile.am:
30 lib_SOURCES += striconveh.h striconveh.c
31 if GL_COND_LIBTOOL
32 lib_LDFLAGS += $(LTLIBICONV)
33 endif
34
35 Include:
36 "striconveh.h"
37
38 Link:
39 $(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise
40
41 License:
42 LGPLv2+
43
44 Maintainer:
45 Bruno Haible
46