diff options
| author | Paul Eggert | 2014-03-27 14:29:32 -0700 |
|---|---|---|
| committer | Paul Eggert | 2014-03-27 14:29:32 -0700 |
| commit | ef9b8f2d5394f88e2170e417750ae2cc4777eb43 (patch) | |
| tree | 8692c992181b986f598de789957d00299aa2ed80 | |
| parent | 862a4e4ae76df49444489108d2a58f9cfc36fad7 (diff) | |
| download | emacs-ef9b8f2d5394f88e2170e417750ae2cc4777eb43.tar.gz emacs-ef9b8f2d5394f88e2170e417750ae2cc4777eb43.zip | |
* configure.ac: Suggest './configure MAKE=gmake' in diagnostic.
This tends to work better than 'MAKE=gmake ./configure' if later
builds run config.status etc.
| -rw-r--r-- | ChangeLog | 6 | ||||
| -rw-r--r-- | configure.ac | 4 |
2 files changed, 8 insertions, 2 deletions
| @@ -1,3 +1,9 @@ | |||
| 1 | 2014-03-27 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * configure.ac: Suggest './configure MAKE=gmake' in diagnostic. | ||
| 4 | This tends to work better than 'MAKE=gmake ./configure' if later | ||
| 5 | builds run config.status etc. | ||
| 6 | |||
| 1 | 2014-03-27 Glenn Morris <rgm@gnu.org> | 7 | 2014-03-27 Glenn Morris <rgm@gnu.org> |
| 2 | 8 | ||
| 3 | * configure.ac: Require GNU make. | 9 | * 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 | |||
| 665 | else | 665 | else |
| 666 | AC_MSG_RESULT([no]) | 666 | AC_MSG_RESULT([no]) |
| 667 | AC_MSG_ERROR([Building Emacs requires GNU make. | 667 | AC_MSG_ERROR([Building Emacs requires GNU make. |
| 668 | If you have it installed under a name other than 'make', | 668 | If you have it installed under another name, configure with 'MAKE=...'. |
| 669 | set the MAKE environment variable, and try again.]) | 669 | For example, run './configure MAKE=gmake'.]) |
| 670 | fi | 670 | fi |
| 671 | 671 | ||
| 672 | 672 | ||