Mercurial > emacs
comparison ChangeLog @ 108227:135e34f90ef1
Move C_SWITCH_MACHINE, C_SWITCH_SYSTEM from cpp to autoconf.
* configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output
variables, replacing c_switch_machine, c_switch_system.
* src/s/aix4-2.h (C_SWITCH_SYSTEM):
* src/m/alpha.h (C_SWITCH_MACHINE):
Move to configure.in.
* src/Makefile.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM):
New variables, set by configure.
(ALL_CFLAGS): Use $C_SWITCH_MACHINE and $C_SWITCH_SYSTEM in place of
$c_switch_machine and $c_switch_system.
* lib-src/Makefile.in: Use @C_SWITCH_SYSTEM@, @C_SWITCH_MACHINE@
rather than @c_switch_system@, @c_switch_machine@.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Mon, 03 May 2010 19:56:19 -0700 |
parents | 100210917be8 |
children | 385494b60342 |
comparison
equal
deleted
inserted
replaced
108226:9f224ef51d16 | 108227:135e34f90ef1 |
---|---|
1 2010-05-04 Glenn Morris <rgm@gnu.org> | |
2 | |
3 * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output | |
4 variables, replacing c_switch_machine, c_switch_system. | |
5 | |
1 2010-05-03 Glenn Morris <rgm@gnu.org> | 6 2010-05-03 Glenn Morris <rgm@gnu.org> |
2 | 7 |
3 * configure.in (LIBXT_OTHER, LIBX_OTHER): New output variables. | 8 * configure.in (LIBXT_OTHER, LIBX_OTHER): New output variables. |
4 | 9 |
5 * make-dist: There are no more src/m/*.inp files. | 10 * make-dist: There are no more src/m/*.inp files. |