aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2016-01-16 17:20:34 +0200
committerEli Zaretskii2016-01-16 17:20:34 +0200
commite4c431cde35a345690905550eb3714dfa4ff9d30 (patch)
treee687c1c5bab9e202f7de572bb33d4ac974e11e10
parent9f493814bb40f1794ab53c84a5397aba1da58cd7 (diff)
downloademacs-e4c431cde35a345690905550eb3714dfa4ff9d30.tar.gz
emacs-e4c431cde35a345690905550eb3714dfa4ff9d30.zip
* INSTALL: Document --with-modules.
-rw-r--r--INSTALL3
-rw-r--r--etc/NEWS1
2 files changed, 4 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 37ba9d97325..6f516bd1dde 100644
--- a/INSTALL
+++ b/INSTALL
@@ -311,6 +311,9 @@ typical 32-bit host, Emacs integers have 62 bits instead of 30.
311 311
312Use --with-cairo to compile Emacs with Cairo drawing. 312Use --with-cairo to compile Emacs with Cairo drawing.
313 313
314Use --with-modules to build Emacs with support for loading dynamic
315modules.
316
314Use --enable-gcc-warnings to enable compile-time checks that warn 317Use --enable-gcc-warnings to enable compile-time checks that warn
315about possibly-questionable C code. This is intended for developers 318about possibly-questionable C code. This is intended for developers
316and is useful with GNU-compatible compilers. On a recent GNU system 319and is useful with GNU-compatible compilers. On a recent GNU system
diff --git a/etc/NEWS b/etc/NEWS
index 9dba4e58bed..18e37fa2b95 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -36,6 +36,7 @@ otherwise leave it unmarked.
36This builds Emacs with Cairo drawing. As a side effect, it provides 36This builds Emacs with Cairo drawing. As a side effect, it provides
37support for built-in printing, when Emacs was built with GTK+. 37support for built-in printing, when Emacs was built with GTK+.
38 38
39+++
39** New configure option --with-modules. 40** New configure option --with-modules.
40This enables support for loading dynamic modules; see below. 41This enables support for loading dynamic modules; see below.
41 42