warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / wmemmove
blob359e0a31a6eba4310e6ca32d07240e8d3558ce8e
1 Description:
2 wmemmove() function: copy wide character array.
4 Files:
5 lib/wmemmove.c
6 lib/wmemmove-impl.h
7 m4/wmemmove.m4
9 Depends-on:
10 wchar
12 configure.ac:
13 gl_FUNC_WMEMMOVE
14 if test $HAVE_WMEMMOVE = 0; then
15   AC_LIBOBJ([wmemmove])
17 gl_WCHAR_MODULE_INDICATOR([wmemmove])
19 Makefile.am:
21 Include:
22 <wchar.h>
24 License:
25 LGPL
27 Maintainer:
28 all