changeset 2122:69a05feed6fe

(AC_REPLACE_FUNCS): Add memcpy and memset.
author Jim Meyering <jim@meyering.net>
date Sat, 15 Jan 2000 11:47:12 +0000
parents 4358910ed436
children 25058bed1548
files m4/jm-macros.m4
diffstat 1 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/m4/jm-macros.m4
+++ b/m4/jm-macros.m4
@@ -46,13 +46,12 @@
 
   AC_REPLACE_FUNCS(strcasecmp strncasecmp)
   AC_REPLACE_FUNCS(dup2)
-  AC_REPLACE_FUNCS(gethostbyname gethostbyaddr)
-
+  AC_REPLACE_FUNCS(
+gethostbyname and gethostbyaddr.
   dnl used by e.g. intl/*domain.c and lib/canon-host.c
   AC_REPLACE_FUNCS(strdup)
 
-  AC_REPLACE_FUNCS(memchr)
-  AC_REPLACE_FUNCS(memmove)
+  AC_REPLACE_FUNCS(memchr memmove memcpy memset)
   AC_CHECK_FUNCS(getpagesize)
 
   # By default, argmatch should fail calling usage (1).