mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
* 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.
33 lines
353 B
Plaintext
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
|