posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / wctype
blobe653f62748bfd2e70745cb5348fbc21b3459bfff
1 Description:
2 wctype() function: get descriptor for a wide character property.
4 Status:
5 obsolete
7 Notice:
8 This module is obsolete.
10 Files:
11 lib/wctype.c
12 lib/wctype-impl.h
13 m4/wctype.m4
15 Depends-on:
16 wctype-h
17 iswblank        [test $HAVE_WCTYPE = 0]
18 iswdigit        [test $HAVE_WCTYPE = 0]
19 iswxdigit       [test $HAVE_WCTYPE = 0]
21 configure.ac:
22 gl_FUNC_WCTYPE
23 if test $HAVE_WCTYPE = 0; then
24   AC_LIBOBJ([wctype])
26 gl_WCTYPE_MODULE_INDICATOR([wctype])
28 Makefile.am:
30 Include:
31 <wctype.h>
33 License:
34 LGPL
36 Maintainer:
37 all