Hash :
9f35d916
Author :
Date :
2011-05-22T18:53:14
wctype: Move AC_LIBOBJ invocations to module description. * m4/wctype.m4 (gl_FUNC_WCTYPE): Set HAVE_WCTYPE. Move AC_LIBOBJ invocation from here... * modules/wctype (configure.ac): ... to here. (Depends-on): Update conditions.
Description:
wctype() function: get descriptor for a wide character property.
Status:
obsolete
Notice:
This module is obsolete.
Files:
lib/wctype.c
lib/wctype-impl.h
m4/wctype.m4
Depends-on:
wctype-h
iswblank [test $HAVE_WCTYPE = 0]
configure.ac:
gl_FUNC_WCTYPE
if test $HAVE_WCTYPE = 0; then
AC_LIBOBJ([wctype])
fi
gl_WCTYPE_MODULE_INDICATOR([wctype])
Makefile.am:
Include:
<wctype.h>
License:
LGPL
Maintainer:
Bruno Haible