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 41130aa1764f9dd801dc14e9a1698767a064825b..becededa4e4cbb97d8dc7833d488a3bd8c325d73 100644 (file)
@@ -1,4 +1,4 @@
-#serial 17
+#serial 18
 
 dnl Misc type-related macros for fileutils, sh-utils, textutils.
 
 
 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_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])
 #include <sys/stat.h>
   ])
   AC_REQUIRE([AC_STRUCT_ST_BLOCKS])
index 732eaccf31acdedad327b7b8439d51a2f9ef81ff..fa952f495d16d35ccc9a0c712e17397d7e54cb36 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.
 
 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_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.])],
                  ,
                  [AC_DEFINE(HAVE_TM_GMTOFF, 1,
                             [Define if struct tm has the tm_gmtoff member.])],
                  ,