gnulib-tool.py: Make --megatest behaviour more similar to shell impl.
[gnulib.git] / modules / striconveha
blob32328fb1f7a8461008a0dd2fab41265bccc73007
1 Description:
2 Character set conversion of strings with error handling and autodetection,
3 uses iconv.
5 Files:
6 lib/striconveha.h
7 lib/striconveha.c
9 Depends-on:
10 stdbool
11 striconveh
12 malloca
13 strdup
14 c-strcase
16 configure.ac:
18 Makefile.am:
19 lib_SOURCES += striconveha.h striconveha.c
21 Include:
22 "striconveha.h"
24 Link:
25 $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
26 $(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise
28 License:
29 LGPLv2+
31 Maintainer:
32 all