bootstrap: Avoid failure when gnulib-tool removed gettext.m4.
[gnulib.git] / modules / iswdigit
blobafa30b8de5f6b8edd6307f2651dc44e40cca5829
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 gl_CONDITIONAL([GL_COND_OBJ_ISWDIGIT],
18                [! { test $HAVE_ISWCNTRL = 0 || test $REPLACE_ISWCNTRL = 1; } && test $REPLACE_ISWDIGIT = 1])
19 gl_WCTYPE_MODULE_INDICATOR([iswdigit])
21 Makefile.am:
22 if GL_COND_OBJ_ISWDIGIT
23 lib_SOURCES += iswdigit.c
24 endif
26 Include:
27 <wctype.h>
29 License:
30 LGPLv2+
32 Maintainer:
33 Bruno Haible