diff options
author | Jim Meyering <jim@meyering.net> | 2000-01-15 12:07:53 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-01-15 12:07:53 +0000 |
commit | 6a483c24a8b684fe5b4ff37f3bd1e9b6a41f2000 (patch) | |
tree | a7ef5a0c4ed63cd9f49995ea659e3fa10d84bd6b | |
parent | 590f2decc548b8d971aea659014699d6697d8875 (diff) | |
download | coreutils-6a483c24a8b684fe5b4ff37f3bd1e9b6a41f2000.tar.xz |
(AC_REPLACE_FUNCS):
Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
-rw-r--r-- | m4/jm-macros.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index 3d0ca428a..af5c7aba1 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) |