mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 08:43:40 -07:00
mend mmqa product detection via mps version string.
Changed HQNMPS to Ravenbrook MPS; see mps/master/code/version.c Copied from Perforce Change: 146031 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
5ee97a394d
commit
799b38eef2
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ sub mpslibvers {
|
|||
|
||||
if (open(STRINGS, $_)) {
|
||||
while (<STRINGS>) {
|
||||
if (/HQNMPS/) {
|
||||
if (/HQNMPS/ || /Ravenbrook MPS/) {
|
||||
if (/product\.(\w+)/) { $mpslibvers{"product"} = $1; }
|
||||
if (/variety\.(\w+)/) { $mpslibvers{"variety"} = $1; }
|
||||
if (/platform\.(\w+)/) { $mpslibvers{"platform"} = $1; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue