aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorDmitry Antipov2012-08-08 20:17:15 +0400
committerDmitry Antipov2012-08-08 20:17:15 +0400
commitda3d210583cd7a9a22ca6a2d07cac5bbf6fca7c1 (patch)
treeadcc9e05f2b84c5f48607025c67894fb0f9f38cd /etc
parent128a5c0d89c37958171f09558a79440bdcd564b7 (diff)
downloademacs-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/ChangeLog4
-rw-r--r--etc/NEWS6
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 @@
12012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
2
3 * NEWS: Mention --without-all and --enable-link-time-optimization.
4
12012-07-31 Jan Djärv <jan.h.d@swipnet.se> 52012-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.
diff --git a/etc/NEWS b/etc/NEWS
index e9408ff45e0..e802340608e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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.
27This disables most of the features that are normally enabled by default.
28
29** New configure option '--enable-link-time-optimization' to utilize
30an 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.
27If building with GCC, this enables compile-time checks that warn about 33If building with GCC, this enables compile-time checks that warn about
28possibly-questionable C code. On a recent GNU system there should be 34possibly-questionable C code. On a recent GNU system there should be