diff options
| author | Glenn Morris | 2012-07-11 22:14:29 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-07-11 22:14:29 -0400 |
| commit | 42bd17194ca4b88032fb8b74aaf33b94b4353703 (patch) | |
| tree | 341d6029243129f5c4aa1e5c6bee8ba6cc1d7e1f /src/ChangeLog | |
| parent | 7ccad0028b6c1ee6c694332f70cb067a8169ab1e (diff) | |
| download | emacs-42bd17194ca4b88032fb8b74aaf33b94b4353703.tar.gz emacs-42bd17194ca4b88032fb8b74aaf33b94b4353703.zip | |
Move more things from src/s to configure
* configure.ac (BROKEN_GET_CURRENT_DIR_NAME, BROKEN_PTY_READ_AFTER_EAGAIN)
(G_SLICE_ALWAYS_MALLOC): Move here from src/s.
* src/s/freebsd.h (BROKEN_PTY_READ_AFTER_EAGAIN):
* src/s/cygwin.h (G_SLICE_ALWAYS_MALLOC):
* src/s/aix4-2.h (BROKEN_GET_CURRENT_DIR_NAME): Let configure set them.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6aa14c96198..52e9364f6ea 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2012-07-12 Glenn Morris <rgm@gnu.org> | 1 | 2012-07-12 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * s/cygwin.h (G_SLICE_ALWAYS_MALLOC): | ||
| 4 | * s/freebsd.h (BROKEN_PTY_READ_AFTER_EAGAIN): | ||
| 3 | * s/irix6-5.h (SETPGRP_RELEASES_CTTY, PREFER_VSUSP): | 5 | * s/irix6-5.h (SETPGRP_RELEASES_CTTY, PREFER_VSUSP): |
| 4 | * s/hpux10-20.h (RUN_TIME_REMAP): | 6 | * s/hpux10-20.h (RUN_TIME_REMAP): |
| 5 | * s/bsd-common.h (TABDLY): Move to configure. | 7 | * s/bsd-common.h (TABDLY): Move to configure. |
| @@ -9,7 +11,7 @@ | |||
| 9 | * s/bsd-common.h, s/darwin.h: Move TAB3 to configure. | 11 | * s/bsd-common.h, s/darwin.h: Move TAB3 to configure. |
| 10 | 12 | ||
| 11 | * s/aix4-2.h (BROKEN_FIONREAD, BROKEN_SIGAIO, BROKEN_SIGPTY) | 13 | * s/aix4-2.h (BROKEN_FIONREAD, BROKEN_SIGAIO, BROKEN_SIGPTY) |
| 12 | (BROKEN_SIGPOLL): Let configure set them. | 14 | (BROKEN_SIGPOLL, BROKEN_GET_CURRENT_DIR_NAME): Let configure set them. |
| 13 | 15 | ||
| 14 | * s/darwin.h (NO_ABORT, NO_MATHERR): Let configure set them. | 16 | * s/darwin.h (NO_ABORT, NO_MATHERR): Let configure set them. |
| 15 | 17 | ||