# HG changeset patch # User Richard M. Stallman # Date 767657222 0 # Node ID 20f7520cf7234d8913efe90087e10674e065b473 # Parent 9f8b6ebe1d7ef2bd7ab7ad76df047eabb221ea81 Set CFLAGS=-O2, not -g. Correct for new configuration regarding utilities not to compile. Fix version number. Get rid of ^Ms. diff -r 9f8b6ebe1d7e -r 20f7520cf723 msdos/sed3.inp --- a/msdos/sed3.inp Fri Apr 29 22:06:43 1994 +0000 +++ b/msdos/sed3.inp Fri Apr 29 22:07:02 1994 +0000 @@ -1,24 +1,23 @@ -# ---------------------------------------------------------------------- -# Configuration script for lib-src/makefile -# ---------------------------------------------------------------------- -/^# DIST: /d -/^SHELL *=/s/^/# / -/^CC *=/s/=.*$/=gcc/ -/^version *=/s/=.*$/=19.17/ -/^configname *=/s/=.*$/=msdos/ -/^archlibdir *=/s!=.*$!=/emacs/bin! -/^bindir *=/s!=.*$!=/emacs/bin! -/^libdir *=/s!=.*$!=/emacs/bin! -/^srcdir *=/s!=.*$!=.! -/^VPATH *=/s!=.*$!=.! -/^CFLAGS *=/s!=.*$!=-g! -/^C_SWITCH_SYSTEM *=/s!=.*$!=-DMSDOS! -/^LOADLIBES *=/s!=.*$!=! -/^ALLOCA *=/s!=.*$!=alloca.o! -/^INSTALLABLES/s/emacsclient *// -s!^ \./! go32 ./! -/^ .*timer$/s/movemail *// -/^ .*timer$/s/fakemail *// -/^ .*timer$/s/emacsserver *// -/^ .*timer$/s/ *timer// -/^UTILITIES=/s/ wakeup// +# -sed3.inp------------------------------------------------------------- +# Configuration script for lib-src/makefile +# ---------------------------------------------------------------------- +/^# DIST: /d +/^SHELL *=/s/^/# / +/^CC *=/s/=.*$/=gcc/ +/^version *=/s/=.*$/="19.23"/ +/^configname *=/s/=.*$/=msdos/ +/^archlibdir *=/s!=.*$!=/emacs/bin! +/^bindir *=/s!=.*$!=/emacs/bin! +/^libdir *=/s!=.*$!=/emacs/bin! +/^srcdir *=/s!=.*$!=.! +/^VPATH *=/s!=.*$!=.! +/^CFLAGS *=/s!=.*$!=-O2 -g! +/^C_SWITCH_SYSTEM *=/s!=.*$!=-DMSDOS! +/^LOADLIBES *=/s!=.*$!=! +/^ALLOCA *=/s!=.*$!=alloca.o! +/^INSTALLABLES/s/emacsclient *// +s!^ \./! go32 ./! +/^UTILITIES=/s/ wakeup// +/^UTILITIES=/s/ movemail// +/^UTILITIES=/s/ emacsserver// +/^UTILITIES=/s/ timer//