When installing ${version}, do it replacing @version@.

This commit is contained in:
Richard M. Stallman 1998-04-17 04:28:29 +00:00
parent 48cc32f064
commit d0536a7a73

View file

@ -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!