configure: Clarify URL to source downloads
commita3e3b5217b35424e8c28c573a425c5e5c9b4f59d
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 22 Jul 2019 13:07:39 +0000 (22 14:07 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 22 Jul 2019 13:07:39 +0000 (22 14:07 +0100)
treeaaab83629ffe85dc8b87f4147b588b43490b2309
parent8f4821d77e465bc2ef77302d47640d5a43d92b30
configure: Clarify URL to source downloads

If configure detects that it's being run on a source tree which
is missing git modules, it prints an error messages suggesting
that the user downloads a correct source archive from the project
website. However https://www.qemu.org/download/ is a link to a
page with multiple tabs, with the default being the one telling
users how to get binaries from their distro. Clarify the URL
we print to include the #source anchor, so that the browser will
go directly to the source-tarball instructions.

Reported-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Stefan Weil <sw@weilnetz.de>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20190718131659.20783-1-peter.maydell@linaro.org
Suggested-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
configure