diff options
| author | Paul Eggert | 2013-02-25 09:01:41 -0800 |
|---|---|---|
| committer | Paul Eggert | 2013-02-25 09:01:41 -0800 |
| commit | aec32f66d0db82b562e904dfe7bb6d54796fe773 (patch) | |
| tree | 58f8a32a5cac3c6fe05ed3197d47543700f932d4 | |
| parent | 0248b0d70b891c952385daa787fb00c9bdd42935 (diff) | |
| download | emacs-aec32f66d0db82b562e904dfe7bb6d54796fe773.tar.gz emacs-aec32f66d0db82b562e904dfe7bb6d54796fe773.zip | |
* NEWS: Document removal of --with-crt-dir.
| -rw-r--r-- | etc/ChangeLog | 1 | ||||
| -rw-r--r-- | etc/NEWS | 3 |
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 @@ | |||
| 1 | 2013-02-25 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2013-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. |
| @@ -28,6 +28,9 @@ This happens by default if a suitable support library is found at | |||
| 28 | build time, like libacl on GNU/Linux. To prevent this, use the | 28 | build time, like libacl on GNU/Linux. To prevent this, use the |
| 29 | configure option `--without-acl'. | 29 | configure option `--without-acl'. |
| 30 | 30 | ||
| 31 | ** The configure option --with-crt-dir has been removed. | ||
| 32 | It 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 | ||