diff options
| author | Glenn Morris | 2010-04-27 00:02:12 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-04-27 00:02:12 -0700 |
| commit | c6ea2936cc41ada03967fc7b89c49b012e44aceb (patch) | |
| tree | 3be1a4c350b1d0e7e7b69d9b524478513e6361c1 /ChangeLog | |
| parent | 7dd7fbb97528d964a25566a55b590a5a5774809b (diff) | |
| download | emacs-c6ea2936cc41ada03967fc7b89c49b012e44aceb.tar.gz emacs-c6ea2936cc41ada03967fc7b89c49b012e44aceb.zip | |
Move MOTIF_LIBW to autoconf.
* configure.in (HAVE_MOTIF_2_1): Remove unused variable.
(LIBXP): No longer substitute in Makefiles.
(MOTIF_LIBW): New output variable. Move system-specific settings here
from src/s files.
* src/Makefile.in (LIBXP): Remove, since included in MOTIF_LIBW.
(MOTIF_LIBW): Set with configure, not cpp.
* s/aix4-2.h (LIB_MOTIF):
* s/gnu-linux.h (LIB_MOTIF):
* s/unixware.h (LIB_MOTIF): Move to configure.in.
* admin/CPP-DEFINES: Remove LIB_MOTIF.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -1,3 +1,10 @@ | |||
| 1 | 2010-04-27 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * configure.in (HAVE_MOTIF_2_1): Remove unused variable. | ||
| 4 | (LIBXP): No longer substitute in Makefiles. | ||
| 5 | (MOTIF_LIBW): New output variable. Move system-specific settings here | ||
| 6 | from src/s files. | ||
| 7 | |||
| 1 | 2010-04-27 Dan Nicolaescu <dann@ics.uci.edu> | 8 | 2010-04-27 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 9 | ||
| 3 | Reduce CPP usage. | 10 | Reduce CPP usage. |