Hash :
6189b9d7
Author :
Date :
2011-05-22T19:06:38
wmemmove: Move AC_LIBOBJ invocations to module description. * m4/wmemmove.m4 (gl_FUNC_WMEMMOVE): Move AC_LIBOBJ invocation from here... * modules/wmemmove (configure.ac): ... to here.
Description:
wmemmove() function: copy wide character array.
Files:
lib/wmemmove.c
lib/wmemmove-impl.h
m4/wmemmove.m4
Depends-on:
wchar
configure.ac:
gl_FUNC_WMEMMOVE
if test $HAVE_WMEMMOVE = 0; then
AC_LIBOBJ([wmemmove])
fi
gl_WCHAR_MODULE_INDICATOR([wmemmove])
Makefile.am:
Include:
<wchar.h>
License:
LGPL
Maintainer:
Bruno Haible