posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / iswdigit
blob2e62122cdd341cd5de48476290dffd69bbd92867
1 Description:
2 iswdigit() function: test wide character for being a digit.
4 Files:
5 lib/iswdigit.c
6 m4/iswdigit.m4
7 m4/locale-fr.m4
8 m4/locale-ja.m4
9 m4/locale-zh.m4
10 m4/codeset.m4
12 Depends-on:
13 wctype-h
15 configure.ac:
16 gl_FUNC_ISWDIGIT
17 if test $HAVE_ISWCNTRL = 0 || test $REPLACE_ISWCNTRL = 1; then
18   :
19 else
20   if test $REPLACE_ISWDIGIT = 1; then
21     AC_LIBOBJ([iswdigit])
22   fi
24 gl_WCTYPE_MODULE_INDICATOR([iswdigit])
26 Makefile.am:
28 Include:
29 <wctype.h>
31 License:
32 LGPLv2+
34 Maintainer:
35 Bruno Haible