diff options
| author | Glenn Morris | 2012-07-12 00:43:05 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-07-12 00:43:05 -0700 |
| commit | 3f922c3769247bef882fb399abcb601a066f4a31 (patch) | |
| tree | 05a41e428449fc846c155959a03788507ec757e6 /ChangeLog | |
| parent | 0ab7b23ae0a12669fef7f5939fbb0161f29280a2 (diff) | |
| download | emacs-3f922c3769247bef882fb399abcb601a066f4a31.tar.gz emacs-3f922c3769247bef882fb399abcb601a066f4a31.zip | |
Move PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF from src/s to configure
* configure.ac (PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF): Move here from src/s.
* src/s/aix4-2.h, src/s/cygwin.h, src/s/darwin.h:
* src/s/gnu-linux.h, src/s/hpux10-20.h, src/s/irix6-5.h:
* src/s/sol2-6.h, src/s/unixware.h, src/s/usg5-4-common.h:
Move PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF to configure.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -7,7 +7,8 @@ | |||
| 7 | (BROKEN_FIONREAD, BROKEN_PTY_READ_AFTER_EAGAIN, BROKEN_SIGAIO) | 7 | (BROKEN_FIONREAD, BROKEN_PTY_READ_AFTER_EAGAIN, BROKEN_SIGAIO) |
| 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 | (RUN_TIME_REMAP, SETPGRP_RELEASES_CTTY, TAB3, TABDLY, RUN_TIME_REMAP | 10 | (PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF, RUN_TIME_REMAP) |
| 11 | (SETPGRP_RELEASES_CTTY, TAB3, TABDLY, RUN_TIME_REMAP) | ||
| 11 | (XOS_NEEDS_TIME_H): Move here from src/s. | 12 | (XOS_NEEDS_TIME_H): Move here from src/s. |
| 12 | 13 | ||
| 13 | 2012-07-11 Glenn Morris <rgm@gnu.org> | 14 | 2012-07-11 Glenn Morris <rgm@gnu.org> |