summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-07-20 17:06:50 +0000
committerJim Meyering <jim@meyering.net>1999-07-20 17:06:50 +0000
commit9c2d071799fbc1b469c603d6f60c2142ae2f39a0 (patch)
tree11f1f298f4b06e8ef75fec7091bd128ff9fa4038 /m4
parent35c14d81cf768669b82c1ef77ed24e17daedee40 (diff)
downloadcoreutils-9c2d071799fbc1b469c603d6f60c2142ae2f39a0.tar.xz
(AC_REPLACE_FUNCS): Add memmove.
Diffstat (limited to 'm4')
-rw-r--r--m4/jm-macros.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4
index 551c9fdb1..134301009 100644
--- a/m4/jm-macros.m4
+++ b/m4/jm-macros.m4
@@ -41,6 +41,7 @@ AC_DEFUN(jm_MACROS,
AC_REPLACE_FUNCS(strcasecmp strncasecmp)
AC_REPLACE_FUNCS(dup2)
AC_REPLACE_FUNCS(memchr)
+ AC_REPLACE_FUNCS(memmove)
AC_CHECK_FUNCS(getpagesize)
# By default, argmatch should fail calling usage (1).