diff options
| author | Glenn Morris | 2010-05-17 19:30:13 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-05-17 19:30:13 -0700 |
| commit | be4ff9dad8bf43251f78f58a9ce86cf8bb153300 (patch) | |
| tree | b61fdf0af5566b9a1fde833b4beb05df4e4be863 /src/ChangeLog | |
| parent | 5b5262f4da935f37376c548e31e234bf2073ebef (diff) | |
| download | emacs-be4ff9dad8bf43251f78f58a9ce86cf8bb153300.tar.gz emacs-be4ff9dad8bf43251f78f58a9ce86cf8bb153300.zip | |
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 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index eedd0474dc2..bb5d7e6d427 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2010-05-18 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (GMALLOC_OBJ, VMLIMIT_OBJ): New, set by configure. | ||
| 4 | (gmallocobj, vmlimitobj): Replace with previous two variables. | ||
| 5 | (otherobj): Use $GMALLOC_OBJ, $VMLIMIT_OBJ. | ||
| 6 | |||
| 1 | 2010-05-17 Glenn Morris <rgm@gnu.org> | 7 | 2010-05-17 Glenn Morris <rgm@gnu.org> |
| 2 | 8 | ||
| 3 | * Makefile.in (OLDXMENU_DEPS): New, set by configure. | 9 | * Makefile.in (OLDXMENU_DEPS): New, set by configure. |