From 0583d8fee17163e90f463ea72f2f20d1d776027c Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 15 Jan 2000 11:59:15 +0000 Subject: [PATCH] (AC_REPLACE_FUNCS): Add these, too: stime strcspn stpcpy strstr strtol strtoul. --- m4/jm-macros.m4 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index e64896c206..641f3f8d83 100644 --- a/m4/jm-macros.m4 +++ b/m4/jm-macros.m4 @@ -47,6 +47,8 @@ AC_DEFUN(jm_MACROS, AC_REPLACE_FUNCS(strcasecmp strncasecmp) AC_REPLACE_FUNCS(dup2) AC_REPLACE_FUNCS(gethostbyname gethostbyaddr) + AC_REPLACE_FUNCS(stime strcspn stpcpy strstr strtol strtoul) + dnl used by e.g. intl/*domain.c and lib/canon-host.c AC_REPLACE_FUNCS(strdup) -- 2.30.2