aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <[email protected]>2014-06-05 01:03:22 -0700
committerPaul Eggert <[email protected]>2014-06-05 01:03:22 -0700
commit4545be9dcbf7f10bce68db3cfba22f9cb1862dfc (patch)
tree8daa1ba95638c9cd01880f7d070ab7ef3f0baeaf /ChangeLog
parentea633fff4c8e2e4a2b7f6117ba0a9d5a2685aecd (diff)
Try harder to find GNU Make when configuring.
* configure.ac (AC_PROG_MAKE_SET): Define a dummy. (MAKE): Set it to GNU Make, if one can be found. Search PATH for 'make', 'gmake', 'gnumake'. This works better on platforms like AIX, where GNU Make might be in /opt/freeware/bin/make, and reside behind /usr/bin/make in the PATH.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 721ab3193b..52266b07e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2014-06-05 Paul Eggert <[email protected]>
+
+ Try harder to find GNU Make when configuring.
+ * configure.ac (AC_PROG_MAKE_SET): Define a dummy.
+ (MAKE): Set it to GNU Make, if one can be found.
+ Search PATH for 'make', 'gmake', 'gnumake'.
+ This works better on platforms like AIX, where GNU Make
+ might be in /opt/freeware/bin/make, and reside
+ behind /usr/bin/make in the PATH.
+
2014-06-05 Dmitry Antipov <[email protected]>
* configure.ac (POLL_FOR_INPUT): Define with HAVE_WINDOW_SYSTEM.