diff options
| author | Glenn Morris | 2012-07-12 15:48:21 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-07-12 15:48:21 -0400 |
| commit | 3e91a053d994909287c300dc93e1f37ce6f8e44e (patch) | |
| tree | 5bca2827d49d98c432a9dba6f3172c076ce0af99 /ChangeLog | |
| parent | b300b1f42470b266e6eaabb05529a21d53e45ca0 (diff) | |
| download | emacs-3e91a053d994909287c300dc93e1f37ce6f8e44e.tar.gz emacs-3e91a053d994909287c300dc93e1f37ce6f8e44e.zip | |
Move UNIX98_PTYS from src/s to configure
* configure.ac (UNIX98_PTYS): Move here from src/s.
* src/s/gnu-linux.h (UNIX98_PTYS): Let configure set it.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -8,7 +8,7 @@ | |||
| 8 | (BROKEN_SIGPOLL, BROKEN_SIGPTY, FIRST_PTY_LETTER) | 8 | (BROKEN_SIGPOLL, BROKEN_SIGPTY, FIRST_PTY_LETTER) |
| 9 | (G_SLICE_ALWAYS_MALLOC, PREFER_VSUSP, PTY_ITERATION, PTY_OPEN) | 9 | (G_SLICE_ALWAYS_MALLOC, PREFER_VSUSP, PTY_ITERATION, PTY_OPEN) |
| 10 | (PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF, RUN_TIME_REMAP) | 10 | (PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF, RUN_TIME_REMAP) |
| 11 | (SETPGRP_RELEASES_CTTY, TAB3, TABDLY, RUN_TIME_REMAP) | 11 | (SETPGRP_RELEASES_CTTY, TAB3, TABDLY, RUN_TIME_REMAP, UNIX98_PTYS) |
| 12 | (XOS_NEEDS_TIME_H): Move here from src/s. | 12 | (XOS_NEEDS_TIME_H): Move here from src/s. |
| 13 | 13 | ||
| 14 | 2012-07-11 Glenn Morris <rgm@gnu.org> | 14 | 2012-07-11 Glenn Morris <rgm@gnu.org> |