warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / iswctype
blob2f6c8a0b288e901418e2520e08d643e20cf59ba5
1 Description:
2 iswctype() function: test whether a wide character has a given property.
4 Status:
5 obsolete
7 Notice:
8 This module is obsolete.
10 Files:
11 lib/iswctype.c
12 lib/iswctype-impl.h
13 m4/iswctype.m4
15 Depends-on:
16 wctype-h
18 configure.ac:
19 gl_FUNC_ISWCTYPE
20 if test $HAVE_WCTYPE_T = 0; then
21   AC_LIBOBJ([iswctype])
23 gl_WCTYPE_MODULE_INDICATOR([iswctype])
25 Makefile.am:
27 Include:
28 <wctype.h>
30 License:
31 LGPL
33 Maintainer:
34 all