comparison 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
comparison
equal deleted inserted replaced
108277:77714da1307b 108278:9c003610b6fc
1 2010-05-07 Glenn Morris <rgm@gnu.org>
2
3 * configure.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
4 Merges logic from src/s/* and src/Makefile.in.
5 (LD_SWITCH_SYSTEM_TEMACS): New output variable.
6
1 2010-05-07 Dan Nicolaescu <dann@ics.uci.edu> 7 2010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
2 8
3 Define START_FILES and LIB_STANDARD using autoconf. 9 Define START_FILES and LIB_STANDARD using autoconf.
4 * configure.in (START_FILES, LIB_STANDARD): New definitions, moved 10 * configure.in (START_FILES, LIB_STANDARD): New definitions, moved
5 here from src/s/*.h. 11 here from src/s/*.h.