From: Jim Meyering Date: Sat, 15 Jan 2000 11:47:12 +0000 (+0000) Subject: (AC_REPLACE_FUNCS): Add memcpy and memset. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ebdbb025bcc3f3ca5d51848bf41a02ea5daef64;p=pspp (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).