gnulib-tool.py: Regenerate aclocal.m4 before using 'autoconf -t ...'.
[gnulib.git] / modules / mbmemcasecoll
blob7231db71ac1cc5ab56f6d0d128dde612028fa6a6
1 Description:
2 mbmemcasecoll() function: locale dependent case-insensitive memory area
3 comparison.
5 Files:
6 lib/mbmemcasecoll.h
7 lib/mbmemcasecoll.c
9 Depends-on:
10 stdbool
11 wchar
12 uchar
13 malloca
14 mbszero
15 mbrtoc32
16 c32rtomb
17 c32tolower
18 memcmp2
19 memcoll
21 configure.ac:
23 Makefile.am:
24 lib_SOURCES += mbmemcasecoll.c
26 Include:
27 "mbmemcasecoll.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 GPL
37 Maintainer:
38 all