From: Eli Zaretskii Date: Sat, 16 Jan 2016 15:20:34 +0000 (+0200) Subject: * INSTALL: Document --with-modules. X-Git-Tag: emacs-25.0.90~148 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/e4c431cde35a345690905550eb3714dfa4ff9d30 * INSTALL: Document --with-modules. --- diff --git a/INSTALL b/INSTALL index 37ba9d9732..6f516bd1dd 100644 --- 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 diff --git a/etc/NEWS b/etc/NEWS index 9dba4e58be..18e37fa2b9 100644 --- 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.