diff options
| author | Glenn Morris | 2010-05-03 19:56:19 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-05-03 19:56:19 -0700 |
| commit | 496287859b525d24bf38ef19a38ea2fd7d309bd1 (patch) | |
| tree | 834b0172fea80021902a60f2febec10d6a709706 /src/ChangeLog | |
| parent | 7dff330b76dd3421febadb5e11509d36ddaf39ed (diff) | |
| download | emacs-496287859b525d24bf38ef19a38ea2fd7d309bd1.tar.gz emacs-496287859b525d24bf38ef19a38ea2fd7d309bd1.zip | |
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@.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ab5780106b7..33d550e7824 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2010-05-04 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * s/aix4-2.h (C_SWITCH_SYSTEM): | ||
| 4 | * m/alpha.h (C_SWITCH_MACHINE): | ||
| 5 | Move to configure.in. | ||
| 6 | * Makefile.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): | ||
| 7 | New variables, set by configure. | ||
| 8 | (ALL_CFLAGS): Use $C_SWITCH_MACHINE and $C_SWITCH_SYSTEM in place of | ||
| 9 | $c_switch_machine and $c_switch_system. | ||
| 10 | |||
| 1 | 2010-05-04 Dan Nicolaescu <dann@ics.uci.edu> | 11 | 2010-05-04 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 12 | ||
| 3 | * s/hpux10-20.h (LIB_STANDARD): New definition. | 13 | * s/hpux10-20.h (LIB_STANDARD): New definition. |