Hash :
18de46ba
Author :
Date :
2011-05-21T14:17:23
mbrlen: Move AC_LIBOBJ invocations to module description. * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Move AC_LIBOBJ and gl_PREREQ_MBRLEN invocations from here... * modules/mbrlen (configure.ac): ... to here.
Description:
mbrlen() function: recognize multibyte character.
Files:
lib/mbrlen.c
m4/mbrlen.m4
m4/mbstate_t.m4
Depends-on:
wchar
extensions
mbrtowc [test $HAVE_MBRLEN = 0 || test $REPLACE_MBRLEN = 1]
configure.ac:
gl_FUNC_MBRLEN
if test $HAVE_MBRLEN = 0 || test $REPLACE_MBRLEN = 1; then
AC_LIBOBJ([mbrlen])
gl_PREREQ_MBRLEN
fi
gl_WCHAR_MODULE_INDICATOR([mbrlen])
Makefile.am:
Include:
<wchar.h>
License:
LGPL
Maintainer:
Bruno Haible