Configure: fix handling of build.info attributes with value
authorRichard Levitte <levitte@openssl.org>
Wed, 1 Jul 2020 22:08:45 +0000 (00:08 +0200)
committerRichard Levitte <levitte@openssl.org>
Fri, 3 Jul 2020 07:12:07 +0000 (09:12 +0200)
commitea4ee152a7aa022dd87f193cc6e16a7ffbfb455a
tree4f1b51ce6cd33f86f7badf3743cb85750d5bd7c1
parente7869ef137491213753166edd23f7ba33fb34446
Configure: fix handling of build.info attributes with value

This line wasn't properly handled:

    SCRIPTS{misc,linkname=tsget}=tsget.pl

It generated an attribute "linkname=tsget" with the value 1, instead of
what it should have, an attribute "linkname" with the value "tsget".

Fixes #12341

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/12344)
Configure