Hash :
2d8eeb44
Author :
Date :
2011-05-22T18:51:09
wctrans: Move AC_LIBOBJ invocations to module description. * m4/wctrans.m4 (gl_FUNC_WCTRANS): Set HAVE_WCTRANS. Move AC_LIBOBJ invocation from here... * modules/wctrans (configure.ac): ... to here.
Description:
wctrans() function: get descriptor for a wide character case conversion.
Files:
lib/wctrans.c
lib/wctrans-impl.h
m4/wctrans.m4
Depends-on:
wctype-h
configure.ac:
gl_FUNC_WCTRANS
if test $HAVE_WCTRANS = 0; then
AC_LIBOBJ([wctrans])
fi
gl_WCTYPE_MODULE_INDICATOR([wctrans])
Makefile.am:
Include:
<wctype.h>
License:
LGPL
Maintainer:
Bruno Haible