diff options
| author | Richard M. Stallman | 1998-04-17 04:28:29 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-04-17 04:28:29 +0000 |
| commit | d0536a7a734cb083a96fa342e2eb0510eb5adb6a (patch) | |
| tree | 1a6eb8c6fecc12ff245cb31ca067d977f1c6242d | |
| parent | 48cc32f0649fe064ff3adb66ffdaafc3b64e9c67 (diff) | |
| download | emacs-d0536a7a734cb083a96fa342e2eb0510eb5adb6a.tar.gz emacs-d0536a7a734cb083a96fa342e2eb0510eb5adb6a.zip | |
When installing ${version}, do it replacing @version@.
| -rw-r--r-- | msdos/sed3v2.inp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/msdos/sed3v2.inp b/msdos/sed3v2.inp index ea3e3fdd3a2..ae3fa216a58 100644 --- a/msdos/sed3v2.inp +++ b/msdos/sed3v2.inp | |||
| @@ -4,9 +4,7 @@ | |||
| 4 | /^# DIST: /d | 4 | /^# DIST: /d |
| 5 | /^SHELL *=/s/^/# / | 5 | /^SHELL *=/s/^/# / |
| 6 | /^CC *=/s/=.*$/=gcc/ | 6 | /^CC *=/s/=.*$/=gcc/ |
| 7 | # Actually, here we should patch in the exact version number, but only | 7 | /-DVERSION=/s/@version@/\${version}/ |
| 8 | # [ce]tags uses it. Don't pass it. This is more update-resistant. | ||
| 9 | /-DVERSION=/s/-DVERSION="\\"\${version}\\""// | ||
| 10 | /^configname *=/s/=.*$/=msdos/ | 8 | /^configname *=/s/=.*$/=msdos/ |
| 11 | /^archlibdir *=/s!=.*$!=/emacs/bin! | 9 | /^archlibdir *=/s!=.*$!=/emacs/bin! |
| 12 | /^bindir *=/s!=.*$!=/emacs/bin! | 10 | /^bindir *=/s!=.*$!=/emacs/bin! |