changeset 2128:8615064e4ec0

(AC_REPLACE_FUNCS): Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
author Jim Meyering <jim@meyering.net>
date Sat, 15 Jan 2000 12:07:53 +0000
parents 6b46eea065fa
children 3e90f4f70b81
files m4/jm-macros.m4
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/m4/jm-macros.m4
+++ b/m4/jm-macros.m4
@@ -49,6 +49,7 @@
   AC_REPLACE_FUNCS(gethostbyname gethostbyaddr)
   AC_REPLACE_FUNCS(stime strcspn stpcpy strstr strtol strtoul)
   AC_REPLACE_FUNCS(stpbrk)
+  AC_REPLACE_FUNCS(euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp)
 
   dnl used by e.g. intl/*domain.c and lib/canon-host.c
   AC_REPLACE_FUNCS(strdup)