diff options
| author | Richard M. Stallman | 1994-01-08 08:03:17 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-01-08 08:03:17 +0000 |
| commit | 186167e82b9fc72b9bae90ab80f10f81c4f78c87 (patch) | |
| tree | d2a34799ca60202d01725e6a554f7b2eb60ba7fb | |
| parent | de78a7baa872293027a23dbfb8b8edb3ec3c8cff (diff) | |
| download | emacs-186167e82b9fc72b9bae90ab80f10f81c4f78c87.tar.gz emacs-186167e82b9fc72b9bae90ab80f10f81c4f78c87.zip | |
entered into RCS
| -rw-r--r-- | msdos/sed3.inp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/msdos/sed3.inp b/msdos/sed3.inp index 30f4316e3f0..d6d70429597 100644 --- a/msdos/sed3.inp +++ b/msdos/sed3.inp | |||
| @@ -2,13 +2,13 @@ | |||
| 2 | # Configuration script for lib-src/makefile | 2 | # Configuration script for lib-src/makefile |
| 3 | # ---------------------------------------------------------------------- | 3 | # ---------------------------------------------------------------------- |
| 4 | /^# DIST: /d | 4 | /^# DIST: /d |
| 5 | # /^SHELL *=/s/=.*$/= command.com/ | 5 | /^SHELL *=/s/^/# / |
| 6 | /^CC *=/s/=.*$/=gcc/ | 6 | /^CC *=/s/=.*$/=gcc/ |
| 7 | /^version *=/s/=.*$/=19.17/ | 7 | /^version *=/s/=.*$/=19.17/ |
| 8 | /^configname *=/s/=.*$/=msdos/ | 8 | /^configname *=/s/=.*$/=msdos/ |
| 9 | /^archlibdir *=/s!=.*$!=c:/emacs/bin! | 9 | /^archlibdir *=/s!=.*$!=/emacs/bin! |
| 10 | /^bindir *=/s!=.*$!=c:/emacs/bin! | 10 | /^bindir *=/s!=.*$!=/emacs/bin! |
| 11 | /^libdir *=/s!=.*$!=c:/emacs/bin! | 11 | /^libdir *=/s!=.*$!=/emacs/bin! |
| 12 | /^srcdir *=/s!=.*$!=.! | 12 | /^srcdir *=/s!=.*$!=.! |
| 13 | /^VPATH *=/s!=.*$!=.! | 13 | /^VPATH *=/s!=.*$!=.! |
| 14 | /^CFLAGS *=/s!=.*$!=-g! | 14 | /^CFLAGS *=/s!=.*$!=-g! |