git-merge-changelog: Simplify installation instructions.
[gnulib.git] / modules / c32isxdigit
blob9447744bb7f720a0b3dcbae51c7077bebd27eb82
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
9 m4/c32rtomb.m4
10 m4/mbrtowc.m4
11 m4/locale-fr.m4
12 m4/locale-ja.m4
13 m4/locale-zh.m4
14 m4/codeset.m4
16 Depends-on:
17 uchar
18 wchar
19 wctype-h
20 iswxdigit
21 localcharset    [test $REPLACE_MBSTATE_T = 1]
22 streq           [test $REPLACE_MBSTATE_T = 1]
23 unictype/ctype-xdigit
24 assert-h
26 configure.ac:
27 AC_REQUIRE([gl_UCHAR_H])
28 dnl Determine REPLACE_MBSTATE_T, from which GNULIB_defined_mbstate_t is
29 dnl determined.  It describes how mbrtoc32 is implemented.
30 AC_REQUIRE([gl_MBSTATE_T_BROKEN])
31 AC_REQUIRE([gl_MBRTOC32_SANITYCHECK])
32 AC_REQUIRE([gl_C32RTOMB_SANITYCHECK])
33 gl_UCHAR_MODULE_INDICATOR([c32isxdigit])
35 Makefile.am:
36 lib_SOURCES += c32isxdigit.c
38 Include:
39 <uchar.h>
41 Link:
42 $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
43 $(LTLIBC32CONV) when linking with libtool, $(LIBC32CONV) otherwise
45 License:
46 LGPLv2+
48 Maintainer:
49 Bruno Haible