Mercurial > emacs
annotate msdos/sed6.inp @ 30062:9a026d470bc9
(check_memory_limits) [REL_ALLOC]: Use real_morecore
when non-NULL instead of __morecore, to take account of buffer
memory. This also solves a problem with spurious memory warnings
on Windows.
author | Andrew Innes <andrewi@gnu.org> |
---|---|
date | Wed, 05 Jul 2000 16:32:37 +0000 |
parents | b77f0b29fdb9 |
children | a4fb0c9be609 |
rev | line source |
---|---|
20283 | 1 # -sed6.inp----------------------------------------------------------- |
2 # Configuration script for man/Makefile under DJGPP v2.x | |
3 # ---------------------------------------------------------------------- | |
4 /^srcdir *=/s/@[^@\n]*@/./ | |
5 /^VPATH *=/s/@[^@\n]*@/./ | |
28972
b77f0b29fdb9
Changes to allow "make foo.dvi" on DJGPP platforms:
Eli Zaretskii <eliz@gnu.org>
parents:
20283
diff
changeset
|
6 /^ENVADD/c\ |
b77f0b29fdb9
Changes to allow "make foo.dvi" on DJGPP platforms:
Eli Zaretskii <eliz@gnu.org>
parents:
20283
diff
changeset
|
7 ENVADD =\ |
b77f0b29fdb9
Changes to allow "make foo.dvi" on DJGPP platforms:
Eli Zaretskii <eliz@gnu.org>
parents:
20283
diff
changeset
|
8 export TEXINPUTS := $(srcdir)";"$(TEXINPUTS)\ |
b77f0b29fdb9
Changes to allow "make foo.dvi" on DJGPP platforms:
Eli Zaretskii <eliz@gnu.org>
parents:
20283
diff
changeset
|
9 export MAKEINFO := $(MAKEINFO) -I$(srcdir) |