whoops. Add commas in parenthesized list of functions in call
authorJim Meyering <jim@meyering.net>
Sat, 26 Feb 2000 21:28:10 +0000 (21:28 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 26 Feb 2000 21:28:10 +0000 (21:28 +0000)
to AC_CHECK_DECLS.

m4/check-decl.m4

index f07d11180d1d5c142cc02c9850614e06a13024df..544f15d66bd84738631760d0db3eea9df99966ca 100644 (file)
@@ -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.