diff options
| author | Dan Nicolaescu | 2010-04-26 22:24:53 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-04-26 22:24:53 -0700 |
| commit | ed6281b066a0c183b3bdd8473dd412ca72cb173e (patch) | |
| tree | 908f94a409e601f755b0c6da347612db9a48ad00 /oldXMenu | |
| parent | aaa36002bef7223e1dce0b0431d54f728ef589ba (diff) | |
| download | emacs-ed6281b066a0c183b3bdd8473dd412ca72cb173e.tar.gz emacs-ed6281b066a0c183b3bdd8473dd412ca72cb173e.zip | |
Reduce CPP usage.
* Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE, C_SWITCH_X_SITE): Remove
definitions and undefs. Inline definitions in the only user.
(ALL_CFLAGS): Substitute C_SWITCH_X_SYSTEM using autoconf.
* Makefile.in (C_SWITCH_X_SYSTEM): Define using autoconf.
* Makefile.in (C_SWITCH_X_SYSTEM): Define using autoconf.
* configure.in (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
Diffstat (limited to 'oldXMenu')
| -rw-r--r-- | oldXMenu/ChangeLog | 4 | ||||
| -rw-r--r-- | oldXMenu/Makefile.in | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/oldXMenu/ChangeLog b/oldXMenu/ChangeLog index 48e7a30020e..49569e5f79b 100644 --- a/oldXMenu/ChangeLog +++ b/oldXMenu/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-04-27 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * Makefile.in (C_SWITCH_X_SYSTEM): Define using autoconf. | ||
| 4 | |||
| 1 | 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu> | 5 | 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 6 | ||
| 3 | * Makefile.in (ALL_CFLAGS): Remove C_SWITCH_X_MACHINE, unused. | 7 | * Makefile.in (ALL_CFLAGS): Remove C_SWITCH_X_MACHINE, unused. |
diff --git a/oldXMenu/Makefile.in b/oldXMenu/Makefile.in index b729f34ee93..52c6fe97428 100644 --- a/oldXMenu/Makefile.in +++ b/oldXMenu/Makefile.in | |||
| @@ -46,6 +46,7 @@ | |||
| 46 | srcdir=@srcdir@ | 46 | srcdir=@srcdir@ |
| 47 | VPATH=@srcdir@ | 47 | VPATH=@srcdir@ |
| 48 | C_SWITCH_X_SITE=@C_SWITCH_X_SITE@ | 48 | C_SWITCH_X_SITE=@C_SWITCH_X_SITE@ |
| 49 | C_SWITCH_X_SYSTEM=@C_SWITCH_X_SYSTEM@ | ||
| 49 | C_SWITCH_SYSTEM=@c_switch_system@ | 50 | C_SWITCH_SYSTEM=@c_switch_system@ |
| 50 | C_SWITCH_MACHINE=@c_switch_machine@ | 51 | C_SWITCH_MACHINE=@c_switch_machine@ |
| 51 | 52 | ||