posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / mbscasestr
blobb636b4802e50b96b7c99749e1870e7cd5db35c16
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 mbuiter
10 stdbool
11 string
12 mbslen
13 malloca
14 strnlen
16 configure.ac:
17 gl_STRING_MODULE_INDICATOR([mbscasestr])
19 Makefile.am:
20 lib_SOURCES += mbscasestr.c
22 Include:
23 <string.h>
25 Link:
26 $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
27 $(LIB_MBRTOWC)
29 License:
30 LGPL
32 Maintainer:
33 all