Mercurial > hg > octave-kai > gnulib-hg
changeset 2125:decad920f28f
(AC_REPLACE_FUNCS):
Add these, too: stime strcspn stpcpy strstr strtol strtoul.
author | Jim Meyering <jim@meyering.net> |
---|---|
date | Sat, 15 Jan 2000 11:59:15 +0000 |
parents | 30abc8682bdf |
children | 8b5cefba81d3 |
files | m4/jm-macros.m4 |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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)