gnulib-tool.py: Handle absolute path checks consistently.
[gnulib.git] / m4 / stat-size.m4
blobd30a072f07b73120792838d230d5dab3635e4c8d
1 # stat-size.m4
2 # serial 1
3 dnl Copyright (C) 2011-2024 Free Software Foundation, Inc.
4 dnl This file is free software; the Free Software Foundation
5 dnl gives unlimited permission to copy and/or distribute it,
6 dnl with or without modifications, as long as this notice is preserved.
8 AC_DEFUN([gl_STAT_SIZE],
10   # Don't call AC_STRUCT_ST_BLOCKS because it causes bugs.  Details at
11   # https://lists.gnu.org/r/bug-gnulib/2011-06/msg00051.html
12   AC_CHECK_HEADERS_ONCE([sys/param.h])