]> xenbits.xensource.com Git - libvirt.git/commit
build: mandate use of a build dir != src dir
authorPavel Hrdina <phrdina@redhat.com>
Wed, 6 Nov 2019 14:55:12 +0000 (15:55 +0100)
committerPavel Hrdina <phrdina@redhat.com>
Fri, 8 Nov 2019 16:07:35 +0000 (17:07 +0100)
commitf96395e78eaccffbf128336382c74b1250f04032
treeea9cc5c4552b3bddba159b530c18ac5d27841be8
parent3d46d684d15d557ddbbf8ec20f12facd828495ad
build: mandate use of a build dir != src dir

Historically we've allowed builds in the main src dir, but meson does
not support this. Explicitly force separate build dir in autotools to
align with meson. We must re-enable dependency tracking which the RPM
%configure macro turns off. Without this, the build dir doesn't get
the source directory tree mirrored.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
.travis.yml
README-hacking
README.md
bootstrap.conf
configure.ac
docs/compiling.html.in
docs/windows.html.in
libvirt.spec.in