emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116891: * configure.ac: Suggest './configure MAKE=g


From: Paul Eggert
Subject: [Emacs-diffs] trunk r116891: * configure.ac: Suggest './configure MAKE=gmake' in diagnostic.
Date: Thu, 27 Mar 2014 21:29:35 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116891
revision-id: address@hidden
parent: address@hidden
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Thu 2014-03-27 14:29:32 -0700
message:
  * configure.ac: Suggest './configure MAKE=gmake' in diagnostic.
  
  This tends to work better than 'MAKE=gmake ./configure' if later
  builds run config.status etc.
modified:
  ChangeLog                      changelog-20091113204419-o5vbwnq5f7feedwu-1538
  configure.ac                   
configure.in-20091113204419-o5vbwnq5f7feedwu-783
=== modified file 'ChangeLog'
--- a/ChangeLog 2014-03-27 19:41:57 +0000
+++ b/ChangeLog 2014-03-27 21:29:32 +0000
@@ -1,3 +1,9 @@
+2014-03-27  Paul Eggert  <address@hidden>
+
+       * 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  <address@hidden>
 
        * configure.ac: Require GNU make.

=== modified file 'configure.ac'
--- a/configure.ac      2014-03-27 19:41:57 +0000
+++ b/configure.ac      2014-03-27 21:29:32 +0000
@@ -665,8 +665,8 @@
 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
 
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]