projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b61bd7
)
(AC_REPLACE_FUNCS): Add memrchr.
author
Jim Meyering
<jim@meyering.net>
Sat, 21 Oct 2000 10:36:49 +0000
(10:36 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sat, 21 Oct 2000 10:36:49 +0000
(10:36 +0000)
m4/jm-macros.m4
patch
|
blob
|
history
diff --git
a/m4/jm-macros.m4
b/m4/jm-macros.m4
index 8f15520e68c90636fc1e5fe56579071245f0c3fe..c4f40fa9798709ea2a898231a2019c1044498739 100644
(file)
--- a/
m4/jm-macros.m4
+++ b/
m4/jm-macros.m4
@@
-1,4
+1,4
@@
-#serial 2
5
+#serial 2
6
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 mem
move memcpy
memset)
+ AC_REPLACE_FUNCS(memchr mem
cpy memmove memrchr
memset)
AC_CHECK_FUNCS(getpagesize)
# By default, argmatch should fail calling usage (1).