pty: Activate the signature wrapper of forkpty.
[gnulib.git] / modules / gnu-make
1 Description:
2 Determine whether recent-enough GNU Make is being used.
3
4 Files:
5 m4/gnu-make.m4
6
7 Depends-on:
8
9 configure.ac:
10 gl_GNU_MAKE
11
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 #       http://www.opengroup.org/susv3/utilities/make.html
19 #       for the 2004 POSIX specification]
20 #endif
21
22 Include:
23
24 License:
25 GPLed build tool
26
27 Maintainer:
28 Paul Eggert