comparison ChangeLog @ 108635:e565448628b8

Set rallocobj with configure, not cpp. * configure.in (REL_ALLOC): Unset on gnu, gnu-linux if DOUG_LEA_MALLOC. (RALLOC_OBJ): New output variable. * config.bat (RALLOC_OBJ): Edit to empty if sys_malloc. * src/Makefile.in (RALLOC_OBJ): New, set by configure. (rallocobj): Replace with the previous variable. (otherobj): Use $RALLOC_OBJ. * src/s/gnu.h (REL_ALLOC) [DOUG_LEA_MALLOC]: * src/s/gnu-linux.h (REL_ALLOC) [DOUG_LEA_MALLOC]: Move undef to configure. * msdos/sed1v2.inp (RALLOC_OBJ): Edit to ralloc.o.
author Glenn Morris <rgm@gnu.org>
date Mon, 17 May 2010 19:44:07 -0700
parents fcdc7bb97c9e
children 3ba0676c49c9
comparison
equal deleted inserted replaced
108634:fcdc7bb97c9e 108635:e565448628b8
1 2010-05-18 Glenn Morris <rgm@gnu.org> 1 2010-05-18 Glenn Morris <rgm@gnu.org>
2
3 * config.bat (RALLOC_OBJ): Edit to empty if sys_malloc.
4 * configure.in (REL_ALLOC): Unset on gnu, gnu-linux if DOUG_LEA_MALLOC.
5 (RALLOC_OBJ): New output variable.
2 6
3 * config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc. 7 * config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc.
4 * configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables. 8 * configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables.
5 9
6 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca> 10 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>