From: Richard M. Stallman Date: Sat, 30 Apr 1994 20:28:50 +0000 (+0000) Subject: We don't have to have the version number in here anymore. X-Git-Tag: emacs-19.34~8622 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=68afdd56d42977828c21051b44b0c647465878be;p=emacs.git We don't have to have the version number in here anymore. Instead we patch the way it is passed from make to the C compiler. --- diff --git a/msdos/sed3.inp b/msdos/sed3.inp index d8c3f2d5571..966e9509829 100644 --- a/msdos/sed3.inp +++ b/msdos/sed3.inp @@ -4,7 +4,7 @@ /^# DIST: /d /^SHELL *=/s/^/# / /^CC *=/s/=.*$/=gcc/ -/^version *=/s/=.*$/="19.23"/ +/-DVERSION=/s/"\\"\${version}\\""/\\"${version}\\"/ /^configname *=/s/=.*$/=msdos/ /^archlibdir *=/s!=.*$!=/emacs/bin! /^bindir *=/s!=.*$!=/emacs/bin!