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 /src/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 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0675257abd3..dbcb185deb8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2010-04-27 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | Reduce CPP usage. | ||
| 4 | * Makefile.in (LIB_X11_LIB): Remove, inline in the only user. | ||
| 5 | (obj): Use autoconf for unexec instead of cpp. | ||
| 6 | |||
| 1 | 2010-04-27 Glenn Morris <rgm@gnu.org> | 7 | 2010-04-27 Glenn Morris <rgm@gnu.org> |
| 2 | 8 | ||
| 3 | * m/amdx86-64.h (START_FILES, LIB_STANDARD): Change the logic around, | 9 | * m/amdx86-64.h (START_FILES, LIB_STANDARD): Change the logic around, |