Hash :
09b1f9ae
Author :
Date :
2011-05-22T18:48:57
wctomb: Move AC_LIBOBJ invocations to module description. * m4/wctomb.m4 (gl_FUNC_WCTOMB): Move AC_LIBOBJ and gl_PREREQ_WCTOMB invocations from here... * modules/wctomb (configure.ac): ... to here.
Description:
wctomb() function: convert wide character to multibyte character.
Files:
lib/wctomb.c
lib/wctomb-impl.h
m4/wctomb.m4
Depends-on:
stdlib
wcrtomb [test $REPLACE_WCTOMB = 1]
wchar [test $REPLACE_WCTOMB = 1]
configure.ac:
gl_FUNC_WCTOMB
if test $REPLACE_WCTOMB = 1; then
AC_LIBOBJ([wctomb])
gl_PREREQ_WCTOMB
fi
gl_STDLIB_MODULE_INDICATOR([wctomb])
Makefile.am:
Include:
<stdlib.h>
License:
LGPLv2+
Maintainer:
Bruno Haible