gnulib-tool.py: Handle module dependencies that cannot be found.
[gnulib.git] / modules / mbscasestr
blob7b2324717cb5c8111c9a00cc79bceb98dc64ce92
1 Description:
2 mbscasestr() function: case-insensitive search for a substring in a string.
4 Files:
5 lib/mbscasestr.c
6 lib/str-kmp.h
8 Depends-on:
9 alignasof
10 mbuiter
11 stdbool
12 string
13 mbslen
14 malloca
15 c32tolower
16 strnlen
18 configure.ac:
19 gl_STRING_MODULE_INDICATOR([mbscasestr])
21 Makefile.am:
22 lib_SOURCES += mbscasestr.c
24 Include:
25 <string.h>
27 Link:
28 $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
29 $(MBRTOWC_LIB)
30 $(LTLIBC32CONV) when linking with libtool, $(LIBC32CONV) otherwise
32 License:
33 LGPL
35 Maintainer:
36 all