projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41ba46c
)
(AC_CHECK_DECLS): Add strndup.
author
Jim Meyering
<jim@meyering.net>
Wed, 3 May 2000 08:37:03 +0000
(08:37 +0000)
committer
Jim Meyering
<jim@meyering.net>
Wed, 3 May 2000 08:37:03 +0000
(08:37 +0000)
m4/check-decl.m4
patch
|
blob
|
history
diff --git
a/m4/check-decl.m4
b/m4/check-decl.m4
index f9202eab7eaa7f59490475b3a8162de9fa672867..e301e44f1a950a1d65209c07cf1f8376a73d64e6 100644
(file)
--- a/
m4/check-decl.m4
+++ b/
m4/check-decl.m4
@@
-1,4
+1,4
@@
-#serial 1
0
+#serial 1
1
dnl This is just a wrapper function to encapsulate this kludge.
dnl Putting it in a separate file like this helps share it between
@@
-55,6
+55,7
@@
AC_DEFUN(jm_CHECK_DECLS,
nanosleep,
realloc,
stpcpy,
+ strndup,
strstr,
strtoul,
strtoull,