diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-01-08 08:03:17 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-01-08 08:03:17 +0000 |
commit | cecca58aee68a48d054e0d0e7e2a3b17df66eb86 (patch) | |
tree | e58d8f0677fa1194846456c24ee72c19e5059e6d | |
parent | 49690ae294b80e3816aad27f42d263b96ded9440 (diff) | |
download | emacs-cecca58aee68a48d054e0d0e7e2a3b17df66eb86.tar.gz |
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 @@ # Configuration script for lib-src/makefile
# ----------------------------------------------------------------------
/^# DIST: /d
-# /^SHELL *=/s/=.*$/= command.com/
+/^SHELL *=/s/^/# /
/^CC *=/s/=.*$/=gcc/
/^version *=/s/=.*$/=19.17/
/^configname *=/s/=.*$/=msdos/
-/^archlibdir *=/s!=.*$!=c:/emacs/bin!
-/^bindir *=/s!=.*$!=c:/emacs/bin!
-/^libdir *=/s!=.*$!=c:/emacs/bin!
+/^archlibdir *=/s!=.*$!=/emacs/bin!
+/^bindir *=/s!=.*$!=/emacs/bin!
+/^libdir *=/s!=.*$!=/emacs/bin!
/^srcdir *=/s!=.*$!=.!
/^VPATH *=/s!=.*$!=.!
/^CFLAGS *=/s!=.*$!=-g!
|