From: Jim Meyering Date: Sat, 15 Jan 2000 12:07:53 +0000 (+0000) Subject: (AC_REPLACE_FUNCS): X-Git-Tag: FILEUTILS-4_0p~191 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6a483c24a8b684fe5b4ff37f3bd1e9b6a41f2000;p=thirdparty%2Fcoreutils.git (AC_REPLACE_FUNCS): Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp. --- diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index 3d0ca428a9..af5c7aba1b 100644 --- a/m4/jm-macros.m4 +++ b/m4/jm-macros.m4 @@ -49,6 +49,7 @@ AC_DEFUN(jm_MACROS, 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)