Re: [PATCH v3] configure: warn if not using a separate build directory

2020-03-31 Thread Philippe Mathieu-Daudé
On 3/31/20 8:28 PM, Markus Armbruster wrote: Eric Blake writes: On 3/31/20 12:16 PM, Daniel P. Berrangé wrote: Running configure directly from the source directory is a build configuration that will go away in future. It is also not currently covered by any automated testing. Display a deprec

Re: [PATCH v3] configure: warn if not using a separate build directory

2020-03-31 Thread Markus Armbruster
Eric Blake writes: > On 3/31/20 12:16 PM, Daniel P. Berrangé wrote: >> Running configure directly from the source directory is a build >> configuration that will go away in future. It is also not currently >> covered by any automated testing. Display a deprecation warning if >> the user attempts

Re: [PATCH v3] configure: warn if not using a separate build directory

2020-03-31 Thread Eric Blake
On 3/31/20 12:16 PM, Daniel P. Berrangé wrote: Running configure directly from the source directory is a build configuration that will go away in future. It is also not currently covered by any automated testing. Display a deprecation warning if the user attempts to use an in-srcdir build setup,

[PATCH v3] configure: warn if not using a separate build directory

2020-03-31 Thread Daniel P . Berrangé
Running configure directly from the source directory is a build configuration that will go away in future. It is also not currently covered by any automated testing. Display a deprecation warning if the user attempts to use an in-srcdir build setup, so that they are aware that they're building QEMU