From: Jim Meyering Date: Sat, 15 Jan 2000 11:47:12 +0000 (+0000) Subject: (AC_REPLACE_FUNCS): Add memcpy and memset. X-Git-Tag: FILEUTILS-4_0p~199 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=48bbfe2e718adb1ff624ed1220eb26a7039dd755;p=thirdparty%2Fcoreutils.git (AC_REPLACE_FUNCS): Add memcpy and memset. --- diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index a98b2161a1..434ccf263c 100644 --- a/m4/jm-macros.m4 +++ b/m4/jm-macros.m4 @@ -46,13 +46,12 @@ AC_DEFUN(jm_MACROS, 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).