posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / year2038
blobaf145b8a0204cffda2cf49b7fcc5281736169999
1 Description:
2 Attempt to ensure that 'time_t' is a 64-bit type.
4 Comment:
5 This module should not be used as a dependency from a test module,
6 otherwise when this module occurs as a tests-related module, it will
7 have side effects on the compilation of the main modules in lib/.
9 Files:
10 m4/year2038.m4
12 Depends-on:
14 configure.ac-early:
15 AC_REQUIRE([gl_YEAR2038_EARLY])
17 configure.ac:
18 AC_REQUIRE([gl_YEAR2038])
20 Makefile.am:
22 Include:
24 License:
25 LGPLv2+
27 Maintainer:
28 all