diff options
author | Glenn Morris <rgm@gnu.org> | 2010-05-17 19:30:13 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-05-17 19:30:13 -0700 |
commit | be4ff9dad8bf43251f78f58a9ce86cf8bb153300 (patch) | |
tree | b61fdf0af5566b9a1fde833b4beb05df4e4be863 /ChangeLog | |
parent | 5b5262f4da935f37376c548e31e234bf2073ebef (diff) | |
download | emacs-be4ff9dad8bf43251f78f58a9ce86cf8bb153300.tar.gz |
Define some malloc objects with configure, not cpp.
* configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables.
* config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc.
* src/Makefile.in (GMALLOC_OBJ, VMLIMIT_OBJ): New, set by configure.
(gmallocobj, vmlimitobj): Replace with previous two variables.
(otherobj): Use $GMALLOC_OBJ, $VMLIMIT_OBJ.
* msdos/sed1v2.inp (GMALLOC_OBJ): Edit to gmalloc.o.
(VMLIMIT_OBJ): Edit to vm-limit.o.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 88ddf0022a5..f100e0eeb2c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-05-18 Glenn Morris <rgm@gnu.org> + + * config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc. + * configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables. + 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca> * Makefile.in (src): Provide the name of the VCS file that witnesses |