From d0536a7a734cb083a96fa342e2eb0510eb5adb6a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 17 Apr 1998 04:28:29 +0000 Subject: [PATCH] When installing ${version}, do it replacing @version@. --- msdos/sed3v2.inp | 4 +--- 1 file changed, 1 insertion(+), 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! -- 2.39.2