diff options
| author | Dmitry Antipov | 2012-08-08 20:17:15 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2012-08-08 20:17:15 +0400 |
| commit | da3d210583cd7a9a22ca6a2d07cac5bbf6fca7c1 (patch) | |
| tree | adcc9e05f2b84c5f48607025c67894fb0f9f38cd /etc | |
| parent | 128a5c0d89c37958171f09558a79440bdcd564b7 (diff) | |
| download | emacs-da3d210583cd7a9a22ca6a2d07cac5bbf6fca7c1.tar.gz emacs-da3d210583cd7a9a22ca6a2d07cac5bbf6fca7c1.zip | |
Fix and document recently introduced configuration options.
* configure.ac (--disable-features): Rename to --without-all.
(OPTION_DEFAULT_ON): Change to use with_features.
* INSTALL: Fix description.
* etc/NEWS: Mention --without-all and --enable-link-time-optimization.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/NEWS | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 3d26c9a1351..40b1e086237 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | * NEWS: Mention --without-all and --enable-link-time-optimization. | ||
| 4 | |||
| 1 | 2012-07-31 Jan Djärv <jan.h.d@swipnet.se> | 5 | 2012-07-31 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 6 | ||
| 3 | * TODO (NS port): Add text about event loop. | 7 | * TODO (NS port): Add text about event loop. |
| @@ -23,6 +23,12 @@ so we will look at it and add it to the manual. | |||
| 23 | 23 | ||
| 24 | * Installation Changes in Emacs 24.2 | 24 | * Installation Changes in Emacs 24.2 |
| 25 | 25 | ||
| 26 | ** New configure option '--without-all' to disable additonal features. | ||
| 27 | This disables most of the features that are normally enabled by default. | ||
| 28 | |||
| 29 | ** New configure option '--enable-link-time-optimization' to utilize | ||
| 30 | an appropriate feature provided by GCC since version 4.5.0. | ||
| 31 | |||
| 26 | ** New configure option '--enable-gcc-warnings', intended for developers. | 32 | ** New configure option '--enable-gcc-warnings', intended for developers. |
| 27 | If building with GCC, this enables compile-time checks that warn about | 33 | If building with GCC, this enables compile-time checks that warn about |
| 28 | possibly-questionable C code. On a recent GNU system there should be | 34 | possibly-questionable C code. On a recent GNU system there should be |