]> code.delx.au - gnu-emacs/commitdiff
* INSTALL: Document --with-modules.
authorEli Zaretskii <eliz@gnu.org>
Sat, 16 Jan 2016 15:20:34 +0000 (17:20 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 16 Jan 2016 15:20:34 +0000 (17:20 +0200)
INSTALL
etc/NEWS

diff --git a/INSTALL b/INSTALL
index 37ba9d97325a34bbd25ed5b04f629c1fb0de7e5b..6f516bd1dde7a755df33a2b0df1599c7c8c59a0b 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -311,6 +311,9 @@ typical 32-bit host, Emacs integers have 62 bits instead of 30.
 
 Use --with-cairo to compile Emacs with Cairo drawing.
 
+Use --with-modules to build Emacs with support for loading dynamic
+modules.
+
 Use --enable-gcc-warnings to enable compile-time checks that warn
 about possibly-questionable C code.  This is intended for developers
 and is useful with GNU-compatible compilers.  On a recent GNU system
index 9dba4e58bed8a33c06a2c58d0f5586eb4dc0e31b..18e37fa2b9551b74239a8f59bbdee053253d6935 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -36,6 +36,7 @@ otherwise leave it unmarked.
 This builds Emacs with Cairo drawing.  As a side effect, it provides
 support for built-in printing, when Emacs was built with GTK+.
 
++++
 ** New configure option --with-modules.
 This enables support for loading dynamic modules; see below.