Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / gnu-make
blob6d1c63a24b227084749c7b076184e17424696be6
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 #       http://www.opengroup.org/susv3/utilities/make.html
19 #       for the 2004 POSIX specification]
20 #endif
22 Include:
24 License:
25 GPLed build tool
27 Maintainer:
28 Paul Eggert