diff options
| author | Dan Nicolaescu | 2010-04-11 13:04:24 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-04-11 13:04:24 -0700 |
| commit | 8d9c8ece918ed3f363f094526b358bcccb90dda5 (patch) | |
| tree | 7bc33150a7df4cdff670426dbc2d7f2b775a8d5e /src/ChangeLog | |
| parent | 1ecb2d3f03cc83ce7fa3349458f8cf83c97181f2 (diff) | |
| download | emacs-8d9c8ece918ed3f363f094526b358bcccb90dda5.tar.gz emacs-8d9c8ece918ed3f363f094526b358bcccb90dda5.zip | |
Use autoconf, not cpp for some variables.
* Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE)
(C_SWITCH_X_SITE): Define using autoconf, not cpp.
(ALL_CFLAGS): Use them as make variables.
(really-lwlib, really-oldXMenu): Do not pass them.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 476f68e142b..3813ba047dd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2010-04-11 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | Use autoconf, not cpp for some variables. | ||
| 4 | * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE) | ||
| 5 | (C_SWITCH_X_SITE): Define using autoconf, not cpp. | ||
| 6 | (ALL_CFLAGS): Use them as make variables. | ||
| 7 | (really-lwlib, really-oldXMenu): Do not pass them. | ||
| 8 | |||
| 1 | 2010-04-11 Jan Djärv <jan.h.d@swipnet.se> | 9 | 2010-04-11 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 10 | ||
| 3 | * xmenu.c (apply_systemfont_to_dialog): New. | 11 | * xmenu.c (apply_systemfont_to_dialog): New. |