Hash :
beb9fe0c
Author :
Date :
2011-05-21T15:09:15
memcpy: Move AC_LIBOBJ invocations to module description. * m4/memcpy.m4 (gl_FUNC_MEMCPY): Call AC_CHECK_FUNCS instead of AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_MEMCPY invocations from here... * modules/memcpy (configure.ac): ... to here.
Description:
memcpy() function: copy memory area.
Status:
obsolete
Notice:
This module is obsolete.
Files:
lib/memcpy.c
m4/memcpy.m4
Depends-on:
configure.ac:
gl_FUNC_MEMCPY
if test $ac_cv_func_memcpy = no; then
AC_LIBOBJ([memcpy])
gl_PREREQ_MEMCPY
fi
Makefile.am:
Include:
<string.h>
License:
GPL
Maintainer:
Jim Meyering