diff options
| author | Glenn Morris | 2010-05-13 20:05:00 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-05-13 20:05:00 -0700 |
| commit | 11842bd8ae675adb79d1a7ed75f16fef176cbfe9 (patch) | |
| tree | 0b55773c3415dc4e32dbf8cc57bd2f31de34185d /src/ChangeLog | |
| parent | 2633ef942080bd6ddf157ed821c1ac98f472914d (diff) | |
| download | emacs-11842bd8ae675adb79d1a7ed75f16fef176cbfe9.tar.gz emacs-11842bd8ae675adb79d1a7ed75f16fef176cbfe9.zip | |
Define MOUSE_, TOOLTIP_, WINDOW_SUPPORT with configure.
* configure.in (GPM_MOUSE_SUPPORT): Remove.
(MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): New output variables.
(HAVE_WINDOW_SYSTEM, HAVE_MOUSE): Move out of AC_BOTTOM.
* src/Makefile.in (REAL_MOUSE_SUPPORT): New constant.
(GPM_MOUSE_SUPPORT): Now it's a constant.
(MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): Set with configure, not cpp.
* msdos/sed2x.inp (HAVE_WINDOW_SYSTEM): Define.
* msdos/sed1x.inp (TOOLTIP_SUPPORT): Edit to ${lispsource}tooltip.elc.
(WINDOW_SUPPORT): Edit to $(BASE_WINDOW_SUPPORT) $(X_WINDOW_SUPPORT).
* msdos/sed1v2.inp (MOUSE_SUPPORT): Edit to $(REAL_MOUSE_SUPPORT).
(TOOLTIP_SUPPORT, WINDOW_SUPPORT): Edit to empty.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e329313237c..cfa1d1e2403 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2010-05-14 Glenn Morris <rgm@gnu.org> | 1 | 2010-05-14 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * Makefile.in (REAL_MOUSE_SUPPORT): New constant. | ||
| 4 | (GPM_MOUSE_SUPPORT): Now it's a constant. | ||
| 5 | (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): Set with configure, | ||
| 6 | not cpp. | ||
| 7 | |||
| 3 | * Makefile.in (@NS_IMPL_GNUSTEP_INC@): Use in place of #ifdef. | 8 | * Makefile.in (@NS_IMPL_GNUSTEP_INC@): Use in place of #ifdef. |
| 4 | (ns_appresdir): Remove, unused. | 9 | (ns_appresdir): Remove, unused. |
| 5 | 10 | ||