When installing ${version}, do it replacing @version@.
This commit is contained in:
parent
48cc32f064
commit
d0536a7a73
1 changed files with 1 additions and 3 deletions
|
@ -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!
|
||||
|
|
Loading…
Add table
Reference in a new issue