1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-13 21:49:04 +02:00

(jm_CHECK_DECLS): Use []-quoted list in AC_CHECK_DECLS,

now that autoconf requires that.
This commit is contained in:
Jim Meyering
2000-05-24 07:46:55 +00:00
parent 449fa131d6
commit 3ed09573d7
+3 -3
View File
@@ -1,4 +1,4 @@
#serial 11
#serial 12
dnl This is just a wrapper function to encapsulate this kludge.
dnl Putting it in a separate file like this helps share it between
@@ -43,7 +43,7 @@ AC_DEFUN(jm_CHECK_DECLS,
#endif
'
AC_CHECK_DECLS((
AC_CHECK_DECLS([
free,
getenv,
geteuid,
@@ -59,7 +59,7 @@ AC_DEFUN(jm_CHECK_DECLS,
strstr,
strtoul,
strtoull,
ttyname), , , $headers)
ttyname], , , $headers)
])
dnl FIXME: when autoconf has support for it.