posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / mbspcasecmp
blobda304ce71e92afb0fc5ce968d99899048d04b617
1 Description:
2 mbspcasecmp() function: case-insensitive string prefix comparison.
4 Files:
5 lib/mbspcasecmp.c
7 Depends-on:
8 mbuiter
9 string
11 configure.ac:
12 gl_STRING_MODULE_INDICATOR([mbspcasecmp])
14 Makefile.am:
15 lib_SOURCES += mbspcasecmp.c
17 Include:
18 <string.h>
20 Link:
21 $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
22 $(LIB_MBRTOWC)
24 License:
25 LGPL
27 Maintainer:
28 all