This tends to work better than 'MAKE=gmake ./configure' if later
builds run config.status etc.
+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.
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