Mercurial > emacs
diff ChangeLog @ 108278:9c003610b6fc
Move LD_SWITCH_SYSTEM from cpp to configure.
* configure.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
Merges logic from src/s/* and src/Makefile.in.
(LD_SWITCH_SYSTEM_TEMACS): New output variable.
* src/Makefile.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
(LD_SWITCH_SYSTEM_EXTRA): New variable, set by configure.
(TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM and $LD_SWITCH_SYSTEM_EXTRA,
move out of cpp section.
* src/s/freebsd.h (LD_SWITCH_SYSTEM):
* src/s/gnu-linux.h (LD_SWITCH_SYSTEM):
* src/s/netbsd.h (LD_SWITCH_SYSTEM):
* admin/CPP-DEFINES: Remove LD_SWITCH_SYSTEM.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 06 May 2010 19:55:47 -0700 |
parents | 8416c8d075e3 |
children | e514622e9d11 |
line wrap: on
line diff
--- a/ChangeLog Fri May 07 02:50:26 2010 +0200 +++ b/ChangeLog Thu May 06 19:55:47 2010 -0700 @@ -1,3 +1,9 @@ +2010-05-07 Glenn Morris <rgm@gnu.org> + + * configure.in (LD_SWITCH_SYSTEM): Set with configure, not cpp. + Merges logic from src/s/* and src/Makefile.in. + (LD_SWITCH_SYSTEM_TEMACS): New output variable. + 2010-05-07 Dan Nicolaescu <dann@ics.uci.edu> Define START_FILES and LIB_STANDARD using autoconf.