Re: [Qemu-devel] [PATCH] configure: Add missing configure options to help text

2018-04-05 Thread Paolo Bonzini
On 27/03/2018 17:09, Thomas Huth wrote: > We forgot to mention --with-git, --libexecdir and --with-pkgversion > so far. > > Signed-off-by: Thomas Huth > --- > configure | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/configure b/configure > index 4d0e92c..a473609

Re: [Qemu-devel] [PATCH] configure: Add missing configure options to help text

2018-03-31 Thread no-reply
] configure: Add missing configure options to help text === TEST SCRIPT BEGIN === #!/bin/bash set -e git submodule update --init dtc # Let docker tests dump environment info export SHOW_ENV=1 export J=8 time make docker-test-build@min-glib === TEST SCRIPT END === Updating

[Qemu-devel] [PATCH] configure: Add missing configure options to help text

2018-03-27 Thread Thomas Huth
We forgot to mention --with-git, --libexecdir and --with-pkgversion so far. Signed-off-by: Thomas Huth --- configure | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure b/configure index 4d0e92c..a473609 100755 --- a/configure +++ b/configure @@ -1497,16 +1497,19