posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / c32ispunct
blob72373c847377c3b99d00b3ad8dea8a150413a014
1 Description:
2 c32ispunct() function: test 32-bit wide character for being a punctuation or
3 symbol character.
5 Files:
6 lib/c32ispunct.c
7 lib/c32is-impl.h
8 m4/mbrtoc32.m4
10 Depends-on:
11 uchar
12 wchar
13 wctype-h
14 localcharset    [test $REPLACE_MBSTATE_T = 1]
15 streq           [test $REPLACE_MBSTATE_T = 1]
16 unictype/ctype-punct
17 verify
19 configure.ac:
20 AC_REQUIRE([gl_UCHAR_H])
21 AC_REQUIRE([gl_MBRTOC32_SANITYCHECK])
22 gl_UCHAR_MODULE_INDICATOR([c32ispunct])
24 Makefile.am:
25 lib_SOURCES += c32ispunct.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