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