diff options
| author | Glenn Morris | 2010-04-27 00:33:35 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-04-27 00:33:35 -0700 |
| commit | 986fb647cc1df1edeeaa2c0e7cb34c100eb9efb9 (patch) | |
| tree | ff31c46f33ca23bf6d9e1cc4e8c945a5c9198871 /src/ChangeLog | |
| parent | c6ea2936cc41ada03967fc7b89c49b012e44aceb (diff) | |
| download | emacs-986fb647cc1df1edeeaa2c0e7cb34c100eb9efb9.tar.gz emacs-986fb647cc1df1edeeaa2c0e7cb34c100eb9efb9.zip | |
Replace LUCID_LIBW, MOTIF_LIBW with TOOLKIT_LIBW.
* configure.in (LUCID_LIBW, MOTIF_LIBW): No longer substitute in Makefiles.
(TOOLKIT_LIBW): New output variable, replacing LUCID_LIBW/MOTIF_LIBW.
* src/Makefile.in (LUCID_LIBW, MOTIF_LIBW): Remove, replacing by...
(TOOLKIT_LIBW): New, set by configure.
(@X_TOOLKIT_TYPE@): No longer define it.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 41d0fb414f7..cb9fefea39b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2010-04-27 Glenn Morris <rgm@gnu.org> | 1 | 2010-04-27 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * Makefile.in (LUCID_LIBW, MOTIF_LIBW): Remove, replacing by... | ||
| 4 | (TOOLKIT_LIBW): New, set by configure. | ||
| 5 | (@X_TOOLKIT_TYPE@): No longer define it. | ||
| 6 | |||
| 3 | * Makefile.in (LIBXP): Remove, since included in MOTIF_LIBW. | 7 | * Makefile.in (LIBXP): Remove, since included in MOTIF_LIBW. |
| 4 | (MOTIF_LIBW): Set with configure, not cpp. | 8 | (MOTIF_LIBW): Set with configure, not cpp. |
| 5 | * s/aix4-2.h (LIB_MOTIF): | 9 | * s/aix4-2.h (LIB_MOTIF): |