Define some malloc objects with configure, not cpp.
authorGlenn Morris <rgm@gnu.org>
Tue, 18 May 2010 02:30:13 +0000 (19:30 -0700)
committerGlenn Morris <rgm@gnu.org>
Tue, 18 May 2010 02:30:13 +0000 (19:30 -0700)
commitbe4ff9dad8bf43251f78f58a9ce86cf8bb153300
treeb61fdf0af5566b9a1fde833b4beb05df4e4be863
parent5b5262f4da935f37376c548e31e234bf2073ebef
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.
ChangeLog
config.bat
configure.in
msdos/ChangeLog
msdos/sed1v2.inp
src/ChangeLog
src/Makefile.in