Mercurial > emacs
comparison ChangeLog @ 108634:fcdc7bb97c9e
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.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Mon, 17 May 2010 19:30:13 -0700 |
parents | 745476df64ef |
children | e565448628b8 |
comparison
equal
deleted
inserted
replaced
108633:745476df64ef | 108634:fcdc7bb97c9e |
---|---|
1 2010-05-18 Glenn Morris <rgm@gnu.org> | |
2 | |
3 * config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc. | |
4 * configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables. | |
5 | |
1 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca> | 6 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | 7 |
3 * Makefile.in (src): Provide the name of the VCS file that witnesses | 8 * Makefile.in (src): Provide the name of the VCS file that witnesses |
4 a pull. | 9 a pull. |
5 ($(srcdir)/src/config.in): Handle accidental removal of src/config.in. | 10 ($(srcdir)/src/config.in): Handle accidental removal of src/config.in. |