posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / c32isupper
blobe10c58a2722c3fc97f875ebb831911bd294a9404
1 Description:
2 c32isupper() function: test 32-bit wide character for being uppercase.
4 Files:
5 lib/c32isupper.c
6 lib/c32is-impl.h
7 m4/mbrtoc32.m4
9 Depends-on:
10 uchar
11 wchar
12 wctype-h
13 localcharset    [test $REPLACE_MBSTATE_T = 1]
14 streq           [test $REPLACE_MBSTATE_T = 1]
15 unictype/ctype-upper
16 verify
18 configure.ac:
19 AC_REQUIRE([gl_UCHAR_H])
20 AC_REQUIRE([gl_MBRTOC32_SANITYCHECK])
21 gl_UCHAR_MODULE_INDICATOR([c32isupper])
23 Makefile.am:
24 lib_SOURCES += c32isupper.c
26 Include:
27 <uchar.h>
29 Link:
30 $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
32 License:
33 LGPLv3+ or GPLv2
35 Maintainer:
36 Bruno Haible