Hash :
a2447dd9
Author :
Date :
2011-05-22T17:58:43
wcpncpy: Move AC_LIBOBJ invocations to module description. * m4/wcpncpy.m4 (gl_FUNC_WCPNCPY): Move AC_LIBOBJ invocation from here... * modules/wcpncpy (configure.ac): ... to here.
Description:
wcpncpy() function: copy a size-bounded wide string.
Files:
lib/wcpncpy.c
lib/wcpncpy-impl.h
m4/wcpncpy.m4
Depends-on:
extensions
wchar
configure.ac:
gl_FUNC_WCPNCPY
if test $HAVE_WCPNCPY = 0; then
AC_LIBOBJ([wcpncpy])
fi
gl_WCHAR_MODULE_INDICATOR([wcpncpy])
Makefile.am:
Include:
<wchar.h>
License:
LGPL
Maintainer:
Bruno Haible