config: Clarify which destination files have a different basename.
[gnulib.git] / modules / mbsnrtoc32s
blob4134968a94cfa4979989c4a2aaf890746f108738
1 Description:
2 mbsnrtoc32s() function: convert string to 32-bit wide string.
4 Files:
5 lib/mbsnrtoc32s.c
6 lib/mbsnrtowcs-impl.h
7 lib/mbsrtoc32s-state.c
9 Depends-on:
10 uchar
11 wchar
12 assert-h
13 mbrtoc32
14 minmax
15 strnlen1
16 mbsnrtowcs      [test $SMALL_WCHAR_T = 0]
18 configure.ac:
19 AC_REQUIRE([gl_UCHAR_H])
20 AC_LIBOBJ([mbsrtoc32s-state])
21 gl_UCHAR_MODULE_INDICATOR([mbsnrtoc32s])
23 Makefile.am:
24 lib_SOURCES += mbsnrtoc32s.c
26 Include:
27 <uchar.h>
29 Link:
30 $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
31 $(MBRTOWC_LIB)
32 $(LTLIBC32CONV) when linking with libtool, $(LIBC32CONV) otherwise
34 License:
35 LGPL
37 Maintainer:
38 Bruno Haible