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