summaryrefslogtreecommitdiff
path: root/oldXMenu
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2010-04-11 13:17:24 -0700
committerDan Nicolaescu <dann@ics.uci.edu>2010-04-11 13:17:24 -0700
commit76bd82023f5cc53d6ca40f33d87a10c26e5e9821 (patch)
tree7dfcdd79c1f470ae208860578c430761645746a0 /oldXMenu
parent8d9c8ece918ed3f363f094526b358bcccb90dda5 (diff)
downloademacs-76bd82023f5cc53d6ca40f33d87a10c26e5e9821.tar.gz
Use autoconf, not cpp for some variables.
* Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE) (C_SWITCH_X_SITE): Define using autoconf. * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE) (C_SWITCH_X_SITE): Define using autoconf. * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE): Define using autoconf, not cpp. (ALL_CFLAGS): Use them as make variables.
Diffstat (limited to 'oldXMenu')
-rw-r--r--oldXMenu/ChangeLog5
-rw-r--r--oldXMenu/Makefile.in2
2 files changed, 7 insertions, 0 deletions
diff --git a/oldXMenu/ChangeLog b/oldXMenu/ChangeLog
index e39f931e6e4..1dd1e1bdd9a 100644
--- a/oldXMenu/ChangeLog
+++ b/oldXMenu/ChangeLog
@@ -1,3 +1,8 @@
+2010-04-11 Dan Nicolaescu <dann@ics.uci.edu>
+
+ * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE)
+ (C_SWITCH_X_SITE): Define using autoconf.
+
2010-03-10 Chong Yidong <cyd@stupidchicken.com>
* Branch for 23.2.
diff --git a/oldXMenu/Makefile.in b/oldXMenu/Makefile.in
index a4a2d52b156..2e253ab5714 100644
--- a/oldXMenu/Makefile.in
+++ b/oldXMenu/Makefile.in
@@ -46,6 +46,8 @@
srcdir=@srcdir@
VPATH=@srcdir@
C_SWITCH_X_SITE=@C_SWITCH_X_SITE@
+C_SWITCH_SYSTEM=@c_switch_system@
+C_SWITCH_MACHINE=@c_switch_machine@
EXTRA=insque.o
CC=@CC@