1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-17 12:41:05 +03:00
Files
gnulib/modules/memmove
Bruno Haible d5df3358bd 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.
2011-06-16 00:06:29 +02:00

33 lines
353 B
Plaintext

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