From: Richard M. Stallman Date: Sun, 8 May 1994 20:32:12 +0000 (+0000) Subject: Don't pass version to [ce]tags. X-Git-Tag: emacs-19.34~8446 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fa974a004ae8d3cc53dd4240e919898222ebbe54;p=emacs.git Don't pass version to [ce]tags. --- diff --git a/msdos/sed3.inp b/msdos/sed3.inp index 966e9509829..36ac66a05c7 100644 --- a/msdos/sed3.inp +++ b/msdos/sed3.inp @@ -4,7 +4,9 @@ /^# DIST: /d /^SHELL *=/s/^/# / /^CC *=/s/=.*$/=gcc/ -/-DVERSION=/s/"\\"\${version}\\""/\\"${version}\\"/ +# 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}\\""// /^configname *=/s/=.*$/=msdos/ /^archlibdir *=/s!=.*$!=/emacs/bin! /^bindir *=/s!=.*$!=/emacs/bin!