]> code.delx.au - gnu-emacs/commitdiff
Document that GNU Make >= 3.81 is required to build Emacs
authorEli Zaretskii <eliz@gnu.org>
Sat, 14 Nov 2015 16:12:25 +0000 (18:12 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 14 Nov 2015 16:12:25 +0000 (18:12 +0200)
* doc/lispref/internals.texi (Building Emacs): Document that GNU
Make 3.81 or later is now required.

doc/lispref/internals.texi
etc/NEWS

index e620da0b4ff8b0add9885b46e6e536c07c691b71..e111d358ba0c8d189d67df7c739ea52b14c9ed2d 100644 (file)
@@ -32,7 +32,9 @@ executable.  You don't have to know this material to build and install
 Emacs, since the makefiles do all these things automatically.  This
 information is pertinent to Emacs developers.
 
-   Compilation of the C source files in the @file{src} directory
+  Building Emacs requires GNU Make version 3.81 or later.
+
+  Compilation of the C source files in the @file{src} directory
 produces an executable file called @file{temacs}, also called a
 @dfn{bare impure Emacs}.  It contains the Emacs Lisp interpreter and
 I/O routines, but not the editing commands.
index 46910b021c7da74e94ef0f9d6da8dbb9c286dd02..82c30d47077be0000ad8ddc72b447b0f7cc58d3f 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -28,6 +28,7 @@ otherwise leave it unmarked.
 +++
 ** Building Emacs now requires C99 or later.
 
++++
 ** Building Emacs now requires GNU make, version 3.81 or later.
 
 ** New configure option --with-cairo.