* configure.ac: Suggest './configure MAKE=gmake' in diagnostic.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 27 Mar 2014 21:29:32 +0000 (14:29 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 27 Mar 2014 21:29:32 +0000 (14:29 -0700)
This tends to work better than 'MAKE=gmake ./configure' if later
builds run config.status etc.

ChangeLog
configure.ac

index b19428b..adc1768 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-03-27  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * configure.ac: Suggest './configure MAKE=gmake' in diagnostic.
+       This tends to work better than 'MAKE=gmake ./configure' if later
+       builds run config.status etc.
+
 2014-03-27  Glenn Morris  <rgm@gnu.org>
 
        * configure.ac: Require GNU make.
index 73b385f..e1d6fc2 100644 (file)
@@ -665,8 +665,8 @@ if test "x$testval" != x; then
 else
   AC_MSG_RESULT([no])
   AC_MSG_ERROR([Building Emacs requires GNU make.
-If you have it installed under a name other than 'make',
-set the MAKE environment variable, and try again.])
+If you have it installed under another name, configure with 'MAKE=...'.
+For example, run './configure MAKE=gmake'.])
 fi