aboutsummaryrefslogtreecommitdiffstats
path: root/lwlib
diff options
context:
space:
mode:
authorDan Nicolaescu2010-04-26 22:24:53 -0700
committerDan Nicolaescu2010-04-26 22:24:53 -0700
commited6281b066a0c183b3bdd8473dd412ca72cb173e (patch)
tree908f94a409e601f755b0c6da347612db9a48ad00 /lwlib
parentaaa36002bef7223e1dce0b0431d54f728ef589ba (diff)
downloademacs-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 'lwlib')
-rw-r--r--lwlib/ChangeLog4
-rw-r--r--lwlib/Makefile.in1
2 files changed, 5 insertions, 0 deletions
diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog
index 52728552eac..ec764072cf1 100644
--- a/lwlib/ChangeLog
+++ b/lwlib/ChangeLog
@@ -1,3 +1,7 @@
12010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * Makefile.in (C_SWITCH_X_SYSTEM): Define using autoconf.
4
12010-04-21 Jan Djärv <jan.h.d@swipnet.se> 52010-04-21 Jan Djärv <jan.h.d@swipnet.se>
2 6
3 * xlwmenu.c (expose_cb): 7 * xlwmenu.c (expose_cb):
diff --git a/lwlib/Makefile.in b/lwlib/Makefile.in
index c79292ea59c..468d1edc50b 100644
--- a/lwlib/Makefile.in
+++ b/lwlib/Makefile.in
@@ -26,6 +26,7 @@
26srcdir=@srcdir@ 26srcdir=@srcdir@
27VPATH=@srcdir@ 27VPATH=@srcdir@
28C_SWITCH_X_SITE=@C_SWITCH_X_SITE@ 28C_SWITCH_X_SITE=@C_SWITCH_X_SITE@
29C_SWITCH_X_SYSTEM=@C_SWITCH_X_SYSTEM@
29C_SWITCH_SYSTEM=@c_switch_system@ 30C_SWITCH_SYSTEM=@c_switch_system@
30C_SWITCH_MACHINE=@c_switch_machine@ 31C_SWITCH_MACHINE=@c_switch_machine@
31 32