comparison ChangeLog @ 108129:e272dbe64cda

Reduce CPP usage. * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE, C_SWITCH_X_SITE): Remove definitions and undefs. Inline definitions in the only user. (ALL_CFLAGS): Substitute C_SWITCH_X_SYSTEM using autoconf. * Makefile.in (C_SWITCH_X_SYSTEM): Define using autoconf. * Makefile.in (C_SWITCH_X_SYSTEM): Define using autoconf. * configure.in (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 26 Apr 2010 22:24:53 -0700
parents 1e7aaadc50e8
children d5c67777ae39
comparison
equal deleted inserted replaced
108128:1e7aaadc50e8 108129:e272dbe64cda
3 Reduce CPP usage. 3 Reduce CPP usage.
4 * configure.in (LIB_X11_LIB): Remove, inline in the only user. 4 * configure.in (LIB_X11_LIB): Remove, inline in the only user.
5 (unexec): Define unconditionally, all platforms define 5 (unexec): Define unconditionally, all platforms define
6 UNEXEC. AC_SUBST it. 6 UNEXEC. AC_SUBST it.
7 (UNEXEC_SRC): Remove, unused. 7 (UNEXEC_SRC): Remove, unused.
8 (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
8 9
9 2010-04-27 Glenn Morris <rgm@gnu.org> 10 2010-04-27 Glenn Morris <rgm@gnu.org>
10 11
11 * configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs, 12 * configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs,
12 replaced by LIBXP. 13 replaced by LIBXP.