From: Jim Meyering Date: Sun, 2 Apr 2000 21:00:24 +0000 (+0000) Subject: (jm_CHECK_ALL_TYPES): Include X-Git-Tag: FILEUTILS-4_0r~160 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=527fd8d7d2c5e3db77a0553f9ffbdffcb7079638;p=thirdparty%2Fcoreutils.git (jm_CHECK_ALL_TYPES): Include before checking struct stat.st_blksize, so that HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly. --- diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index a991628ee4..2ed57dcae2 100644 --- a/m4/jm-macros.m4 +++ b/m4/jm-macros.m4 @@ -1,4 +1,4 @@ -#serial 13 +#serial 14 dnl Misc type-related macros for fileutils, sh-utils, textutils. @@ -204,7 +204,9 @@ AC_DEFUN(jm_CHECK_ALL_TYPES, AC_REQUIRE([AC_HEADER_DIRENT]) AC_REQUIRE([AC_HEADER_STDC]) - AC_CHECK_MEMBERS((struct stat.st_blksize)) + AC_CHECK_MEMBERS((struct stat.st_blksize),,,[$ac_includes_default +#include + ]) AC_REQUIRE([AC_STRUCT_ST_BLOCKS]) AC_REQUIRE([AC_STRUCT_TM])