test-framework-sh: Fix side effect on dfa tests (regression 2024-06-11).
[gnulib.git] / m4 / fileblocks.m4
blob721581ad7487e4f7aa13a4f612721b73dd278539
1 # fileblocks.m4
2 # serial 6
3 dnl Copyright (C) 2002, 2005-2006, 2009-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_FILEBLOCKS],
10   m4_pushdef([AC_LIBOBJ], [:])
11   dnl Note: AC_STRUCT_ST_BLOCKS does AC_LIBOBJ([fileblocks]).
12   AC_STRUCT_ST_BLOCKS
13   m4_popdef([AC_LIBOBJ])
14   dnl The stat-size module depends on this one and also assumes that
15   dnl HAVE_STRUCT_STAT_ST_BLOCKS is correctly defined.  So if you
16   dnl remove the call above, please make sure that this does not
17   dnl introduce a bug into lib/stat-size.h.
20 # Prerequisites of lib/fileblocks.c.
21 AC_DEFUN([gl_PREREQ_FILEBLOCKS], [
22   AC_CHECK_HEADERS_ONCE([sys/param.h])
23   :