From: Paul Eggert Date: Thu, 27 Mar 2014 21:29:32 +0000 (-0700) Subject: * configure.ac: Suggest './configure MAKE=gmake' in diagnostic. X-Git-Tag: emacs-25.0.90~2640^2~316 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ef9b8f2d5394f88e2170e417750ae2cc4777eb43;p=emacs.git * configure.ac: Suggest './configure MAKE=gmake' in diagnostic. This tends to work better than 'MAKE=gmake ./configure' if later builds run config.status etc. --- diff --git a/ChangeLog b/ChangeLog index b19428baa99..adc1768b0ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2014-03-27 Paul Eggert + + * 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 * configure.ac: Require GNU make. diff --git a/configure.ac b/configure.ac index 73b385f28ca..e1d6fc249a4 100644 --- a/configure.ac +++ b/configure.ac @@ -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