configure: make version_ge more tolerant of shady version input
commit2df52b9bfdf0c4f4fc4103e837d6f59488832795
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 2 Feb 2021 13:39:52 +0000 (2 13:39 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 8 Feb 2021 09:41:00 +0000 (8 09:41 +0000)
treee17a409ef8e6a659f392411461bd4fb858e67007
parentddd5ed8331652cd77546c331caee49d76fffe4a4
configure: make version_ge more tolerant of shady version input

When checking GDB versions we have to tolerate all sorts of random
distro extensions to the version string. While we already attempt to
do some of that before we call version_ge is makes sense to try and
regularise the first input by stripping extraneous -'s. While we at it
convert the old-style shell quoting into a cleaner form t shut up my
editors linter lest it confuse me by underlining the whole line.

Suggested-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Tested-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-Id: <20210202134001.25738-8-alex.bennee@linaro.org>
configure