OSDN Git Service

configure: use a platform-neutral prefix
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 18 Aug 2020 10:17:01 +0000 (12:17 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 30 Sep 2020 17:11:36 +0000 (19:11 +0200)
commitd17f305a2649fccdc50956b3381456a8fd318903
treedea6bf388af717b2d87228eb2246415b80bbb825
parent77d910fb6aaea60381e487073845ad2152a9e1f6
configure: use a platform-neutral prefix

Now that the installation is relocatable, there is no need to compile a
Windows-format prefix into Win32 binaries.  Instead, the prefix will
only be used to compute installation-relative paths, and it can be
any string.

Drop the "Program Files" path completely: it is only usable on English
versions of Windows; therefore, using the NSIS installer to get the
"correct" path to the Program Files folder is recommended, and NSIS
works just as well with any prefix.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
configure