aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2010-04-26 20:47:47 -0700
committerDan Nicolaescu2010-04-26 20:47:47 -0700
commitaaa36002bef7223e1dce0b0431d54f728ef589ba (patch)
tree400345a8c530aab9ce268471273dc0fd659441a2 /ChangeLog
parent8ea5f2d92ff7d9d3c243e76c67ed99f25c2bdae2 (diff)
downloademacs-aaa36002bef7223e1dce0b0431d54f728ef589ba.tar.gz
emacs-aaa36002bef7223e1dce0b0431d54f728ef589ba.zip
Reduce CPP usage.
* Makefile.in (LIB_X11_LIB): Remove, inline in the only user. (obj): Use autoconf for unexec instead of cpp. * configure.in (LIB_X11_LIB): Remove, inline in the only user. (unexec): Define unconditionally, all platforms define UNEXEC. AC_SUBST it. (UNEXEC_SRC): Remove, unused.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2a70a00484a..dd9b04f4244 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
12010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
2
3 Reduce CPP usage.
4 * configure.in (LIB_X11_LIB): Remove, inline in the only user.
5 (unexec): Define unconditionally, all platforms define
6 UNEXEC. AC_SUBST it.
7 (UNEXEC_SRC): Remove, unused.
8
12010-04-27 Glenn Morris <rgm@gnu.org> 92010-04-27 Glenn Morris <rgm@gnu.org>
2 10
3 * configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs, 11 * configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs,