diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-04-17 04:28:29 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-04-17 04:28:29 +0000 |
commit | d0536a7a734cb083a96fa342e2eb0510eb5adb6a (patch) | |
tree | 1a6eb8c6fecc12ff245cb31ca067d977f1c6242d /msdos | |
parent | 48cc32f0649fe064ff3adb66ffdaafc3b64e9c67 (diff) | |
download | emacs-d0536a7a734cb083a96fa342e2eb0510eb5adb6a.tar.gz |
When installing ${version}, do it replacing @version@.
Diffstat (limited to 'msdos')
-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 @@ /^# DIST: /d /^SHELL *=/s/^/# / /^CC *=/s/=.*$/=gcc/ -# Actually, here we should patch in the exact version number, but only -# [ce]tags uses it. Don't pass it. This is more update-resistant. -/-DVERSION=/s/-DVERSION="\\"\${version}\\""// +/-DVERSION=/s/@version@/\${version}/ /^configname *=/s/=.*$/=msdos/ /^archlibdir *=/s!=.*$!=/emacs/bin! /^bindir *=/s!=.*$!=/emacs/bin! |