diff options
| author | Dan Nicolaescu | 2010-04-26 20:47:47 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-04-26 20:47:47 -0700 |
| commit | aaa36002bef7223e1dce0b0431d54f728ef589ba (patch) | |
| tree | 400345a8c530aab9ce268471273dc0fd659441a2 /ChangeLog | |
| parent | 8ea5f2d92ff7d9d3c243e76c67ed99f25c2bdae2 (diff) | |
| download | emacs-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -1,3 +1,11 @@ | |||
| 1 | 2010-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 | |||
| 1 | 2010-04-27 Glenn Morris <rgm@gnu.org> | 9 | 2010-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, |