Yet another missing piece of C_SWITCH commit.
authorGlenn Morris <rgm@gnu.org>
Tue, 4 May 2010 03:26:38 +0000 (20:26 -0700)
committerGlenn Morris <rgm@gnu.org>
Tue, 4 May 2010 03:26:38 +0000 (20:26 -0700)
* Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than
@c_switch_system@.

* oldXMenu/Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE): Use
@C_SWITCH_SYSTEM@, @C_SWITCH_MACHINE@ rather than
@c_switch_system@, @c_switch_machine@.

ChangeLog
Makefile.in
oldXMenu/ChangeLog
oldXMenu/Makefile.in

index c35a18a..3edff34 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,8 @@
 
        * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output
        variables, replacing c_switch_machine, c_switch_system.
+       * Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than
+       @c_switch_system@.
 
 2010-05-03  Glenn Morris  <rgm@gnu.org>
 
index 8942bc6..cd60e9e 100644 (file)
@@ -70,7 +70,7 @@ CDPATH=
 
 CC=@CC@
 CPP=@CPP@
-C_SWITCH_SYSTEM=@c_switch_system@
+C_SWITCH_SYSTEM=@C_SWITCH_SYSTEM@
 ALLOCA=@ALLOCA@
 LN_S=@LN_S@
 CFLAGS=@CFLAGS@
index 49569e5..bf7f7a7 100644 (file)
@@ -1,3 +1,9 @@
+2010-05-04  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE): Use
+       @C_SWITCH_SYSTEM@, @C_SWITCH_MACHINE@ rather than
+       @c_switch_system@, @c_switch_machine@.
+
 2010-04-27  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * Makefile.in (C_SWITCH_X_SYSTEM): Define using autoconf.
index 52c6fe9..bdaa876 100644 (file)
@@ -47,8 +47,8 @@ srcdir=@srcdir@
 VPATH=@srcdir@
 C_SWITCH_X_SITE=@C_SWITCH_X_SITE@
 C_SWITCH_X_SYSTEM=@C_SWITCH_X_SYSTEM@
-C_SWITCH_SYSTEM=@c_switch_system@
-C_SWITCH_MACHINE=@c_switch_machine@
+C_SWITCH_SYSTEM=@C_SWITCH_SYSTEM@
+C_SWITCH_MACHINE=@C_SWITCH_MACHINE@
 
 EXTRA=insque.o
 CC=@CC@