comparison ChangeLog @ 108228:385494b60342

Move LD_SWITCH_SYSTEM_TEMACS from cpp to autoconf. * configure.in (LD_SWITCH_SYSTEM_TEMACS): New output variable. * src/s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in. * src/s/darwin.h (HEADERPAD_EXTRA, LIBS_NSGUI): Remove. (LD_SWITCH_SYSTEM_TEMACS): Move to configure.in. * src/Makefile.in (LD_SWITCH_SYSTEM_TEMACS): New variable, set by configure. (TEMACS_LDFLAGS): Use $LD_SWITCH_SYSTEM_TEMACS.
author Glenn Morris <rgm@gnu.org>
date Mon, 03 May 2010 20:06:27 -0700
parents 135e34f90ef1
children 0c1c81ee223e
comparison
equal deleted inserted replaced
108227:135e34f90ef1 108228:385494b60342
1 2010-05-04 Glenn Morris <rgm@gnu.org> 1 2010-05-04 Glenn Morris <rgm@gnu.org>
2
3 * configure.in (LD_SWITCH_SYSTEM_TEMACS): New output variable.
2 4
3 * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output 5 * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output
4 variables, replacing c_switch_machine, c_switch_system. 6 variables, replacing c_switch_machine, c_switch_system.
5 7
6 2010-05-03 Glenn Morris <rgm@gnu.org> 8 2010-05-03 Glenn Morris <rgm@gnu.org>