comparison ChangeLog @ 108623:6b62ba6da320

Simplify temacs build rule. * configure.in (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New output variable. (START_FILES): Set to empty if NS_IMPL_GNUSTEP. (GNUSTEP_SYSTEM_HEADERS, GNUSTEP_SYSTEM_LIBRARIES): Do not output, nothing uses. * configure: Regenerate. * src/Makefile.in (GNUSTEP_SYSTEM_LIBRARIES): Remove, unused. (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New, set by configure. (LD) [NS_IMPL_GNUSTEP]: Set to $(CC) -rdynamic. (temacs${EXEEXT}): Remove $LOCALCPP, never defined or referenced. Make most of the NS_IMPL_GNUSTEP case the same as the default case. * msdos/sed1v2.inp (GNUSTEP_SYSTEM_LIBRARIES): Remove. (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): Edit to empty.
author Glenn Morris <rgm@gnu.org>
date Sun, 16 May 2010 10:58:27 -0700
parents 880007fe488b
children ecb7cdb525f0
comparison
equal deleted inserted replaced
108622:3191c35765a2 108623:6b62ba6da320
1 2010-05-16 Glenn Morris <rgm@gnu.org>
2
3 * configure.in (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New output variable.
4 (START_FILES): Set to empty if NS_IMPL_GNUSTEP.
5 (GNUSTEP_SYSTEM_HEADERS, GNUSTEP_SYSTEM_LIBRARIES): Do not output,
6 nothing uses.
7
1 2010-05-16 Dan Nicolaescu <dann@ics.uci.edu> 8 2010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
2 9
3 * configure.in: Remove references to usg5-4 and bsd-common, $opsys 10 * configure.in: Remove references to usg5-4 and bsd-common, $opsys
4 does not use them. 11 does not use them.
5 (X11R5_INHIBIT_I18N): Remove, unused. 12 (X11R5_INHIBIT_I18N): Remove, unused.