diff options
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. |