1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-17 12:41:05 +03:00
Files
gnulib/modules/wmemcpy
Bruno Haible 091ff859e0 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.
2011-06-16 00:07:15 +02:00

29 lines
335 B
Plaintext

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