posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / mbscasecmp
blobb02b28830b41afc802c38e8f5de3c2367e025593
1 Description:
2 mbscasecmp() function: case-insensitive string comparison.
4 Files:
5 lib/mbscasecmp.c
7 Depends-on:
8 mbuiter
9 string
11 configure.ac:
12 gl_STRING_MODULE_INDICATOR([mbscasecmp])
14 Makefile.am:
15 lib_SOURCES += mbscasecmp.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