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