summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-01-15 11:59:15 +0000
committerJim Meyering <jim@meyering.net>2000-01-15 11:59:15 +0000
commitb6040be40a477f255a6bdaea73bca40340775f86 (patch)
tree955e4b77c4ea3cda2df2b8e3d95bf26d2d3ab5c8 /m4
parent116bfa584deb60f3685b86b0db87bacfe7e0d257 (diff)
downloadcoreutils-b6040be40a477f255a6bdaea73bca40340775f86.tar.xz
(AC_REPLACE_FUNCS):
Add these, too: stime strcspn stpcpy strstr strtol strtoul.
Diffstat (limited to 'm4')
-rw-r--r--m4/jm-macros.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4
index e64896c20..641f3f8d8 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)