]> git.eshelyaron.com Git - emacs.git/commit
Try harder to find GNU Make when configuring.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 5 Jun 2014 08:03:22 +0000 (01:03 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 5 Jun 2014 08:03:22 +0000 (01:03 -0700)
commit4545be9dcbf7f10bce68db3cfba22f9cb1862dfc
tree8daa1ba95638c9cd01880f7d070ab7ef3f0baeaf
parentea633fff4c8e2e4a2b7f6117ba0a9d5a2685aecd
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.
ChangeLog
configure.ac