; Improve recent change to deferred evaluation in Eshell
[emacs.git] / m4 / mempcpy.m4
blob377fda3caca680102b588d1ac5ff1f879b09786c
1 # mempcpy.m4
2 # serial 14
3 dnl Copyright (C) 2003-2004, 2006-2007, 2009-2024 Free Software Foundation,
4 dnl Inc.
5 dnl This file is free software; the Free Software Foundation
6 dnl gives unlimited permission to copy and/or distribute it,
7 dnl with or without modifications, as long as this notice is preserved.
9 AC_DEFUN([gl_FUNC_MEMPCPY],
11   dnl Persuade glibc <string.h> to declare mempcpy().
12   AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])
14   dnl The mempcpy() declaration in lib/string.in.h uses 'restrict'.
15   AC_REQUIRE([AC_C_RESTRICT])
17   AC_REQUIRE([gl_STRING_H_DEFAULTS])
18   gl_CHECK_FUNCS_ANDROID([mempcpy], [[#include <string.h>]])
19   if test $ac_cv_func_mempcpy = no; then
20     HAVE_MEMPCPY=0
21     case "$gl_cv_onwards_func_mempcpy" in
22       future*) REPLACE_MEMPCPY=1 ;;
23     esac
24   fi
27 # Prerequisites of lib/mempcpy.c.
28 AC_DEFUN([gl_PREREQ_MEMPCPY], [
29   :