diff options
| author | Glenn Morris | 2010-04-27 01:09:01 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-04-27 01:09:01 -0700 |
| commit | 8fdac2c337db94e64bbb679cac3efdc533168e9a (patch) | |
| tree | c721dc94ac52088e3dd43599073722e676fe23e8 /ChangeLog | |
| parent | c82a724450cefb1fb095eec7b229186ab13d3dce (diff) | |
| download | emacs-8fdac2c337db94e64bbb679cac3efdc533168e9a.tar.gz emacs-8fdac2c337db94e64bbb679cac3efdc533168e9a.zip | |
Move LIBXTR6 from cpp to autoconf.
* configure.in (LIBXTR6): New output variable. Move unixware special
case here from src/s/unixware.h.
* src/Makefile.in (LIBXTR6): Set with configure, not cpp.
* src/s/unixware.h (NEED_LIBW): Remove definition.
* admin/CPP-DEFINES: Remove NEED_LIBW.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -1,5 +1,8 @@ | |||
| 1 | 2010-04-27 Glenn Morris <rgm@gnu.org> | 1 | 2010-04-27 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * configure.in (LIBXTR6): New output variable. Move unixware special | ||
| 4 | case here from src/s/unixware.h. | ||
| 5 | |||
| 3 | * configure.in (LUCID_LIBW, MOTIF_LIBW): No longer substitute | 6 | * configure.in (LUCID_LIBW, MOTIF_LIBW): No longer substitute |
| 4 | in Makefiles. | 7 | in Makefiles. |
| 5 | (TOOLKIT_LIBW): New output variable, replacing LUCID_LIBW/MOTIF_LIBW. | 8 | (TOOLKIT_LIBW): New output variable, replacing LUCID_LIBW/MOTIF_LIBW. |