changeset 2895:89e7cf57fcc1

(AC_REPLACE_FUNCS): Add memrchr.
author Jim Meyering <jim@meyering.net>
date Sat, 21 Oct 2000 10:36:49 +0000
parents 0ea5fa2d1f28
children 581f9d45a0a0
files m4/jm-macros.m4
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/m4/jm-macros.m4	Sat Oct 21 10:36:32 2000 +0000
+++ b/m4/jm-macros.m4	Sat Oct 21 10:36:49 2000 +0000
@@ -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).