diff options
| author | Glenn Morris | 2010-05-07 19:05:24 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-05-07 19:05:24 -0700 |
| commit | 40c178792eb1464abede4fd86d3bb394f49e3131 (patch) | |
| tree | 886356df27d092af16683c8592ca23d2963fd39d /src/ChangeLog | |
| parent | ba5bf5f0f9d661602397cd690d796940b17173ba (diff) | |
| download | emacs-40c178792eb1464abede4fd86d3bb394f49e3131.tar.gz emacs-40c178792eb1464abede4fd86d3bb394f49e3131.zip | |
Move TERMINFO, LIBS_TERMCAP from cpp to configure.
* configure.in (HAVE_LIBNCURSES): New local variable.
(TERMINFO, LIBS_TERMCAP, TERMCAP_OBJ): New output variables,
replacing cpp in src/s/*.h and src/Makefile.in.
* src/Makefile.in (LIBS_TERMCAP): Set with configure, not cpp.
(TERMCAP_OBJ): New, set by configure, replacing termcapobj.
(termcapobj): Replace with TERMCAP_OBJ.
(otherobj): Use $TERMCAP_OBJ instead of $termcapobj.
(LIBES): Use LIBS_TERMCAP as a variable.
* src/s/freebsd.h (osreldate.h): No longer include, since this file
does not use __FreeBSD_version any more.
* srs/s/aix4-2.h (TERMINFO):
* srs/s/cygwin.h (TERMINFO):
* srs/s/darwin.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
* srs/s/freebsd.h (TERMINFO, LIBS_TERMCAP):
* srs/s/gnu-linux.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
* srs/s/gnu.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]:
* srs/s/hpux10-20.h (TERMINFO, LIBS_TERMCAP):
* srs/s/irix6-5.h (TERMINFO):
* srs/s/netbsd.h (LIBS_TERMCAP):
* srs/s/openbsd.h (TERMINFO, LIBS_TERMCAP):
* srs/s/sol2-6.h (LIBS_TERMCAP) [!TERMINFO]:
* srs/s/usg5-4.h (TERMINFO):
Move to configure.
* msdos/sed1v2.inp (LIBS_TERMCAP): Edit to empty.
(TERMCAP_OBJ): Edit to tparam.o.
* admin/CPP-DEFINES (LIBS_TERMCAP, TERMINFO): Remove.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 02659063c75..32044fc167b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,28 @@ | |||
| 1 | 2010-05-08 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (LIBS_TERMCAP): Set with configure, not cpp. | ||
| 4 | (TERMCAP_OBJ): New, set by configure, replacing termcapobj. | ||
| 5 | (termcapobj): Replace with TERMCAP_OBJ. | ||
| 6 | (otherobj): Use $TERMCAP_OBJ instead of $termcapobj. | ||
| 7 | (LIBES): Use LIBS_TERMCAP as a variable. | ||
| 8 | |||
| 9 | * s/freebsd.h (osreldate.h): No longer include, since this file | ||
| 10 | does not use __FreeBSD_version any more. | ||
| 11 | |||
| 12 | * s/aix4-2.h (TERMINFO): | ||
| 13 | * s/cygwin.h (TERMINFO): | ||
| 14 | * s/darwin.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]: | ||
| 15 | * s/freebsd.h (TERMINFO, LIBS_TERMCAP): | ||
| 16 | * s/gnu-linux.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]: | ||
| 17 | * s/gnu.h (TERMINFO, LIBS_TERMCAP) [HAVE_LIBNCURSES]: | ||
| 18 | * s/hpux10-20.h (TERMINFO, LIBS_TERMCAP): | ||
| 19 | * s/irix6-5.h (TERMINFO): | ||
| 20 | * s/netbsd.h (LIBS_TERMCAP): | ||
| 21 | * s/openbsd.h (TERMINFO, LIBS_TERMCAP): | ||
| 22 | * s/sol2-6.h (LIBS_TERMCAP) [!TERMINFO]: | ||
| 23 | * s/usg5-4.h (TERMINFO): | ||
| 24 | Move to configure. | ||
| 25 | |||
| 1 | 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca> | 26 | 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 27 | ||
| 3 | * eval.c (unbind_to): Don't unbind a local binding into the global | 28 | * eval.c (unbind_to): Don't unbind a local binding into the global |