gnulib-tool.py: Regenerate aclocal.m4 before using 'autoconf -t ...'.
[gnulib.git] / modules / mbspcasecmp
blobffb58bc4f6fc8aa9ee0490dec4047737054c1c46
1 Description:
2 mbspcasecmp() function: case-insensitive string prefix comparison.
4 Files:
5 lib/mbspcasecmp.c
7 Depends-on:
8 c32tolower
9 mbuiterf
10 string
12 configure.ac:
13 gl_STRING_MODULE_INDICATOR([mbspcasecmp])
15 Makefile.am:
16 lib_SOURCES += mbspcasecmp.c
18 Include:
19 <string.h>
21 Link:
22 $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
23 $(MBRTOWC_LIB)
24 $(LTLIBC32CONV) when linking with libtool, $(LIBC32CONV) otherwise
26 License:
27 LGPL
29 Maintainer:
30 all