projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71fb085
)
whoops. Add commas in parenthesized list of functions in call
author
Jim Meyering
<jim@meyering.net>
Sat, 26 Feb 2000 21:28:10 +0000
(21:28 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sat, 26 Feb 2000 21:28:10 +0000
(21:28 +0000)
to AC_CHECK_DECLS.
m4/check-decl.m4
patch
|
blob
|
history
diff --git
a/m4/check-decl.m4
b/m4/check-decl.m4
index f07d11180d1d5c142cc02c9850614e06a13024df..544f15d66bd84738631760d0db3eea9df99966ca 100644
(file)
--- a/
m4/check-decl.m4
+++ b/
m4/check-decl.m4
@@
-39,9
+39,9
@@
AC_DEFUN(jm_CHECK_DECLS,
#endif
'
- AC_CHECK_DECLS(
-
(free lseek malloc memchr nanosleep realloc stpcpy strstr strtoul
strtoull),
- , , $headers)
+ AC_CHECK_DECLS(
(free, lseek, malloc, memchr, nanosleep,
+
realloc, stpcpy, strstr, strtoul,
strtoull),
+
, , $headers)
])
dnl FIXME: when autoconf has support for it.