# HG changeset patch # User Jim Meyering # Date 972124609 0 # Node ID 89e7cf57fcc1cbf003a628190f3a9be34b67f30c # Parent 0ea5fa2d1f287b2d8bcac6e35a144b96ef6fd356 (AC_REPLACE_FUNCS): Add memrchr. diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 --- 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 @@ 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).