# HG changeset patch # User Jim Meyering # Date 959154578 0 # Node ID 61e2a01be4a642a2ed2d02b48c3416acfbb4ad43 # Parent 7c0e1f6e6c31ab7a33852318d822eaf66d06c17e Use []-quoted list in AC_CHECK_MEMBERS, now that autoconf requires that. diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 --- a/m4/jm-macros.m4 +++ b/m4/jm-macros.m4 @@ -1,4 +1,4 @@ -#serial 17 +#serial 18 dnl Misc type-related macros for fileutils, sh-utils, textutils. @@ -232,7 +232,7 @@ 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 ]) AC_REQUIRE([AC_STRUCT_ST_BLOCKS]) diff --git a/m4/strftime.m4 b/m4/strftime.m4 --- a/m4/strftime.m4 +++ b/m4/strftime.m4 @@ -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_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.])], ,