Use []-quoted list in AC_CHECK_MEMBERS, now that autoconf requires that.
authorJim Meyering <jim@meyering.net>
Wed, 24 May 2000 07:49:38 +0000 (07:49 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 24 May 2000 07:49:38 +0000 (07:49 +0000)
m4/jm-macros.m4
m4/strftime.m4

index 41130aa..beceded 100644 (file)
@@ -1,4 +1,4 @@
-#serial 17
+#serial 18
 
 dnl Misc type-related macros for fileutils, sh-utils, textutils.
 
@@ -232,7 +232,7 @@ AC_DEFUN(jm_CHECK_ALL_TYPES,
 
   AC_REQUIRE([AC_HEADER_DIRENT])
   AC_REQUIRE([AC_HEADER_STDC])
-  AC_CHECK_MEMBERS((struct stat.st_blksize),,,[$ac_includes_default
+  AC_CHECK_MEMBERS([struct stat.st_blksize],,,[$ac_includes_default
 #include <sys/stat.h>
   ])
   AC_REQUIRE([AC_STRUCT_ST_BLOCKS])
index 732eacc..fa952f4 100644 (file)
@@ -1,4 +1,4 @@
-#serial 13
+#serial 14
 
 dnl This macro is intended to be used solely in this file.
 dnl These are the prerequisite macros for GNU's strftime.c replacement.
@@ -16,7 +16,7 @@ AC_DEFUN(_jm_STRFTIME_PREREQS,
 
  AC_CHECK_FUNCS(mblen mbrlen)
 
- AC_CHECK_MEMBER(struct tm.tm_gmtoff,
+ AC_CHECK_MEMBER([struct tm.tm_gmtoff],
                  [AC_DEFINE(HAVE_TM_GMTOFF, 1,
                             [Define if struct tm has the tm_gmtoff member.])],
                  ,