diff options
| author | Eli Zaretskii | 2016-01-16 17:20:34 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2016-01-16 17:20:34 +0200 |
| commit | e4c431cde35a345690905550eb3714dfa4ff9d30 (patch) | |
| tree | e687c1c5bab9e202f7de572bb33d4ac974e11e10 | |
| parent | 9f493814bb40f1794ab53c84a5397aba1da58cd7 (diff) | |
| download | emacs-e4c431cde35a345690905550eb3714dfa4ff9d30.tar.gz emacs-e4c431cde35a345690905550eb3714dfa4ff9d30.zip | |
* INSTALL: Document --with-modules.
| -rw-r--r-- | INSTALL | 3 | ||||
| -rw-r--r-- | etc/NEWS | 1 |
2 files changed, 4 insertions, 0 deletions
| @@ -311,6 +311,9 @@ typical 32-bit host, Emacs integers have 62 bits instead of 30. | |||
| 311 | 311 | ||
| 312 | Use --with-cairo to compile Emacs with Cairo drawing. | 312 | Use --with-cairo to compile Emacs with Cairo drawing. |
| 313 | 313 | ||
| 314 | Use --with-modules to build Emacs with support for loading dynamic | ||
| 315 | modules. | ||
| 316 | |||
| 314 | Use --enable-gcc-warnings to enable compile-time checks that warn | 317 | Use --enable-gcc-warnings to enable compile-time checks that warn |
| 315 | about possibly-questionable C code. This is intended for developers | 318 | about possibly-questionable C code. This is intended for developers |
| 316 | and is useful with GNU-compatible compilers. On a recent GNU system | 319 | and is useful with GNU-compatible compilers. On a recent GNU system |
| @@ -36,6 +36,7 @@ otherwise leave it unmarked. | |||
| 36 | This builds Emacs with Cairo drawing. As a side effect, it provides | 36 | This builds Emacs with Cairo drawing. As a side effect, it provides |
| 37 | support for built-in printing, when Emacs was built with GTK+. | 37 | support 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. |
| 40 | This enables support for loading dynamic modules; see below. | 41 | This enables support for loading dynamic modules; see below. |
| 41 | 42 | ||