diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-04-29 22:07:02 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-04-29 22:07:02 +0000 |
commit | 8c9bc1f8166609344d4c250a93632a2e233ffc7d (patch) | |
tree | 435619a7491e299d49118f077d97f984b15f079d /msdos/sed3.inp | |
parent | 32b0abf74b4f7ef4964d4c627c828ad2c35e1651 (diff) | |
download | emacs-8c9bc1f8166609344d4c250a93632a2e233ffc7d.tar.gz |
Set CFLAGS=-O2, not -g. Correct for
new configuration regarding utilities not to compile.
Fix version number. Get rid of ^Ms.
Diffstat (limited to 'msdos/sed3.inp')
-rw-r--r-- | msdos/sed3.inp | 47 |
1 files changed, 23 insertions, 24 deletions
diff --git a/msdos/sed3.inp b/msdos/sed3.inp index d6d70429597..d8c3f2d5571 100644 --- a/msdos/sed3.inp +++ b/msdos/sed3.inp @@ -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// |