(AC_REPLACE_FUNCS): Add memrchr.
authorJim Meyering <jim@meyering.net>
Sat, 21 Oct 2000 10:36:49 +0000 (10:36 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 21 Oct 2000 10:36:49 +0000 (10:36 +0000)
m4/jm-macros.m4

index 8f15520..c4f40fa 100644 (file)
@@ -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).