comparison src/ChangeLog @ 108133:d5c67777ae39

Move MOTIF_LIBW to autoconf. * configure.in (HAVE_MOTIF_2_1): Remove unused variable. (LIBXP): No longer substitute in Makefiles. (MOTIF_LIBW): New output variable. Move system-specific settings here from src/s files. * src/Makefile.in (LIBXP): Remove, since included in MOTIF_LIBW. (MOTIF_LIBW): Set with configure, not cpp. * s/aix4-2.h (LIB_MOTIF): * s/gnu-linux.h (LIB_MOTIF): * s/unixware.h (LIB_MOTIF): Move to configure.in. * admin/CPP-DEFINES: Remove LIB_MOTIF.
author Glenn Morris <rgm@gnu.org>
date Tue, 27 Apr 2010 00:02:12 -0700
parents e272dbe64cda
children 236318fbe135
comparison
equal deleted inserted replaced
108132:5e9162ac53b2 108133:d5c67777ae39
1 2010-04-27 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in (LIBXP): Remove, since included in MOTIF_LIBW.
4 (MOTIF_LIBW): Set with configure, not cpp.
5 * s/aix4-2.h (LIB_MOTIF):
6 * s/gnu-linux.h (LIB_MOTIF):
7 * s/unixware.h (LIB_MOTIF): Move to configure.in.
8
1 2010-04-27 Dan Nicolaescu <dann@ics.uci.edu> 9 2010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
2 10
3 Reduce CPP usage. 11 Reduce CPP usage.
4 * Makefile.in (LIB_X11_LIB): Remove, inline in the only user. 12 * Makefile.in (LIB_X11_LIB): Remove, inline in the only user.
5 (obj): Use autoconf for unexec instead of cpp. 13 (obj): Use autoconf for unexec instead of cpp.