warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / wcscpy
blobd9436430f01a104319fa37e0231eddd872a3e6ff
1 Description:
2 wcscpy() function: copy a wide string.
4 Status:
5 obsolete
7 Notice:
8 This module is obsolete.
10 Files:
11 lib/wcscpy.c
12 lib/wcscpy-impl.h
13 m4/wcscpy.m4
15 Depends-on:
16 wchar
18 configure.ac:
19 gl_FUNC_WCSCPY
20 if test $HAVE_WCSCPY = 0; then
21   AC_LIBOBJ([wcscpy])
23 gl_WCHAR_MODULE_INDICATOR([wcscpy])
25 Makefile.am:
27 Include:
28 <wchar.h>
30 License:
31 LGPL
33 Maintainer:
34 all