diff options
| author | Paul Eggert | 2014-06-05 01:03:22 -0700 |
|---|---|---|
| committer | Paul Eggert | 2014-06-05 01:03:22 -0700 |
| commit | 4545be9dcbf7f10bce68db3cfba22f9cb1862dfc (patch) | |
| tree | 8daa1ba95638c9cd01880f7d070ab7ef3f0baeaf /ChangeLog | |
| parent | ea633fff4c8e2e4a2b7f6117ba0a9d5a2685aecd (diff) | |
| download | emacs-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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
| @@ -1,3 +1,13 @@ | |||
| 1 | 2014-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 | |||
| 1 | 2014-06-05 Dmitry Antipov <dmantipov@yandex.ru> | 11 | 2014-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. |