aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2014-06-05 01:03:22 -0700
committerPaul Eggert2014-06-05 01:03:22 -0700
commit4545be9dcbf7f10bce68db3cfba22f9cb1862dfc (patch)
tree8daa1ba95638c9cd01880f7d070ab7ef3f0baeaf /ChangeLog
parentea633fff4c8e2e4a2b7f6117ba0a9d5a2685aecd (diff)
downloademacs-4545be9dcbf7f10bce68db3cfba22f9cb1862dfc.tar.gz
emacs-4545be9dcbf7f10bce68db3cfba22f9cb1862dfc.zip
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 721ab3193b4..52266b07e53 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
12014-06-05 Paul Eggert <eggert@cs.ucla.edu>
2
3 Try harder to find GNU Make when configuring.
4 * configure.ac (AC_PROG_MAKE_SET): Define a dummy.
5 (MAKE): Set it to GNU Make, if one can be found.
6 Search PATH for 'make', 'gmake', 'gnumake'.
7 This works better on platforms like AIX, where GNU Make
8 might be in /opt/freeware/bin/make, and reside
9 behind /usr/bin/make in the PATH.
10
12014-06-05 Dmitry Antipov <dmantipov@yandex.ru> 112014-06-05 Dmitry Antipov <dmantipov@yandex.ru>
2 12
3 * configure.ac (POLL_FOR_INPUT): Define with HAVE_WINDOW_SYSTEM. 13 * configure.ac (POLL_FOR_INPUT): Define with HAVE_WINDOW_SYSTEM.