Hash :
abc17284
Author :
Date :
2011-05-22T19:04:26
wmemcmp: Move AC_LIBOBJ invocations to module description. * m4/wmemcmp.m4 (gl_FUNC_WMEMCMP): Move AC_LIBOBJ invocation from here... * modules/wmemcmp (configure.ac): ... to here.
Description:
wmemcmp() function: compare wide character arrays.
Files:
lib/wmemcmp.c
lib/wmemcmp-impl.h
m4/wmemcmp.m4
Depends-on:
wchar
configure.ac:
gl_FUNC_WMEMCMP
if test $HAVE_WMEMCMP = 0; then
AC_LIBOBJ([wmemcmp])
fi
gl_WCHAR_MODULE_INDICATOR([wmemcmp])
Makefile.am:
Include:
<wchar.h>
License:
LGPL
Maintainer:
Bruno Haible