# HG changeset patch # User Jim Meyering # Date 947937555 0 # Node ID decad920f28f42e55163daeef148b48b3b8babf9 # Parent 30abc8682bdf1a9e96afbf1e19a4145ad41e1d10 (AC_REPLACE_FUNCS): Add these, too: stime strcspn stpcpy strstr strtol strtoul. diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 --- a/m4/jm-macros.m4 +++ b/m4/jm-macros.m4 @@ -47,6 +47,8 @@ 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)