Mercurial > emacs
diff ChangeLog @ 108185:804e9ced8374
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.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 30 Apr 2010 20:04:51 -0700 |
parents | e6f59a2ba110 |
children | f015ae3fb447 |
line wrap: on
line diff
--- a/ChangeLog Fri Apr 30 19:58:41 2010 -0700 +++ b/ChangeLog Fri Apr 30 20:04:51 2010 -0700 @@ -1,3 +1,8 @@ +2010-05-01 Glenn Morris <rgm@gnu.org> + + * configure.in (OTHER_OBJ): Remove. + (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New output variables. + 2010-04-30 Glenn Morris <rgm@gnu.org> * configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin.