posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / gnu-make
blob8de86f07969a158902ff95103239097d1f447c3a
1 Description:
2 Determine whether recent-enough GNU Make is being used.
4 Files:
5 m4/gnu-make.m4
7 Depends-on:
9 configure.ac:
10 gl_GNU_MAKE
12 Makefile.am:
13 ##Sample usage of gnu-make module:
14 #if GNU_MAKE
15 #       [nicer features that work only with GNU Make]
16 #else
17 #       [fallback features that work in any 'make' implementation; see
18 #       https://pubs.opengroup.org/onlinepubs/9699919799/utilities/make.html
19 #       for the POSIX specification]
20 #endif
22 Include:
24 License:
25 GPLed build tool
27 Maintainer:
28 Paul Eggert