diff options
| author | Eli Zaretskii | 2010-03-12 11:34:27 -0500 |
|---|---|---|
| committer | Eli Zaretskii | 2010-03-12 11:34:27 -0500 |
| commit | 6da23aaa4fff0063dd880aee9c45544bd2488029 (patch) | |
| tree | ae9a34e6d76768cfdf4b10fdb644bfffd937241d /ChangeLog | |
| parent | 92e0131af775092ff889fb12969c06b728324f3b (diff) | |
| download | emacs-6da23aaa4fff0063dd880aee9c45544bd2488029.tar.gz emacs-6da23aaa4fff0063dd880aee9c45544bd2488029.zip | |
Don't use termcap.c on Posix platforms, only on MS-DOS.
configure.in <AC_CHECK_HEADERS>: Remove termcap.h.
configure: Regenerated.
src/Makefilie.in (termcapobj): Move termcap.o from here...
(MSDOS_OBJ): ...to here.
(termcapobj) [!LIBS_TERMCAP]: Remove specialized value, as it is
now identical to when LIBS_TERMCAP is defined.
src/term.c: Remove (ifdef'ed away) inclusion of termcap.h.
src/cm.c: Remove (ifdef'ed away) inclusion of termcap.h.
src/config.in: Regenerated.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -1,3 +1,9 @@ | |||
| 1 | 2010-03-12 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * configure.in <AC_CHECK_HEADERS>: Remove termcap.h. | ||
| 4 | |||
| 5 | * configure: Regenerated. | ||
| 6 | |||
| 1 | 2010-03-10 Chong Yidong <cyd@stupidchicken.com> | 7 | 2010-03-10 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 8 | ||
| 3 | * Branch for 23.2. | 9 | * Branch for 23.2. |