mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
* m4/wmemcpy.m4 (gl_FUNC_WMEMCPY): Move AC_LIBOBJ invocation from here... * modules/wmemcpy (configure.ac): ... to here.
29 lines
335 B
Plaintext
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
|