diff options
author | Jim Meyering <jim@meyering.net> | 2000-10-21 10:36:49 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-10-21 10:36:49 +0000 |
commit | bc6477ff72c71f1afd1c8d9ec37c04e7c6bf9807 (patch) | |
tree | 86318b96b4c0f4aa19171d67122817530903d788 /m4 | |
parent | e46f105350626e7e7946b7ccbee302774dbc165b (diff) | |
download | coreutils-bc6477ff72c71f1afd1c8d9ec37c04e7c6bf9807.tar.xz |
(AC_REPLACE_FUNCS): Add memrchr.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/jm-macros.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index 8f15520e6..c4f40fa97 100644 --- a/m4/jm-macros.m4 +++ b/m4/jm-macros.m4 @@ -1,4 +1,4 @@ -#serial 25 +#serial 26 dnl Misc type-related macros for fileutils, sh-utils, textutils. @@ -116,7 +116,7 @@ AC_DEFUN(jm_MACROS, dnl used by e.g. intl/*domain.c and lib/canon-host.c AC_REPLACE_FUNCS(strdup) - AC_REPLACE_FUNCS(memchr memmove memcpy memset) + AC_REPLACE_FUNCS(memchr memcpy memmove memrchr memset) AC_CHECK_FUNCS(getpagesize) # By default, argmatch should fail calling usage (1). |