diff options
| author | Glenn Morris | 2010-04-30 20:04:51 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-04-30 20:04:51 -0700 |
| commit | 7acac9f4ce1b49c8d953b80b83c4ecd7dd919676 (patch) | |
| tree | ad5b4475397bed5fbbb412bc39907bc2ea839db6 /ChangeLog | |
| parent | 45841e65c92834e743320ca54d14dd0887671c25 (diff) | |
| download | emacs-7acac9f4ce1b49c8d953b80b83c4ecd7dd919676.tar.gz emacs-7acac9f4ce1b49c8d953b80b83c4ecd7dd919676.zip | |
Rework previous autoconf changes, hopefully to make clearer.
* configure.in (OTHER_OBJ): Remove.
(PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New output variables.
* configure: Regenerate.
* src/Makefile.in (gmallocobj, rallocobj, vmlimitobj): Initialize to null,
for clarity.
(OTHER_OBJ): Remove.
(PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New, set by configure.
(otherobj): Use PRE_ALLOC_OBJ, POST_ALLOC_OBJ rather than OTHER_OBJ.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -1,3 +1,8 @@ | |||
| 1 | 2010-05-01 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * configure.in (OTHER_OBJ): Remove. | ||
| 4 | (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New output variables. | ||
| 5 | |||
| 1 | 2010-04-30 Glenn Morris <rgm@gnu.org> | 6 | 2010-04-30 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin. | 8 | * configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin. |