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