aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2013-02-25 09:01:41 -0800
committerPaul Eggert2013-02-25 09:01:41 -0800
commitaec32f66d0db82b562e904dfe7bb6d54796fe773 (patch)
tree58f8a32a5cac3c6fe05ed3197d47543700f932d4
parent0248b0d70b891c952385daa787fb00c9bdd42935 (diff)
downloademacs-aec32f66d0db82b562e904dfe7bb6d54796fe773.tar.gz
emacs-aec32f66d0db82b562e904dfe7bb6d54796fe773.zip
* NEWS: Document removal of --with-crt-dir.
-rw-r--r--etc/ChangeLog1
-rw-r--r--etc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 49d03227c48..e50d288da1c 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,6 +1,7 @@
12013-02-25 Paul Eggert <eggert@cs.ucla.edu> 12013-02-25 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Simplify data_start configuration (Bug#13783). 3 Simplify data_start configuration (Bug#13783).
4 * NEWS: Document removal of --with-crt-dir.
4 * PROBLEMS (LIBS_SYSTEM, LIBS_MACHINE, LIBS_STANDARD): Remove. 5 * PROBLEMS (LIBS_SYSTEM, LIBS_MACHINE, LIBS_STANDARD): Remove.
5 Remove legacy-systems section, as this stuff is no longer 6 Remove legacy-systems section, as this stuff is no longer
6 applicable with current linking strategies. 7 applicable with current linking strategies.
diff --git a/etc/NEWS b/etc/NEWS
index d6691ffed8f..07f52adb2b1 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -28,6 +28,9 @@ This happens by default if a suitable support library is found at
28build time, like libacl on GNU/Linux. To prevent this, use the 28build time, like libacl on GNU/Linux. To prevent this, use the
29configure option `--without-acl'. 29configure option `--without-acl'.
30 30
31** The configure option --with-crt-dir has been removed.
32It is no longer needed, as the crt*.o files are no longer linked specially.
33
31 34
32* Startup Changes in Emacs 24.4 35* Startup Changes in Emacs 24.4
33 36