Re: [Qemu-devel] [PATCH 2/9] configure: add logging

2010-08-19 Thread Gerd Hoffmann
On 08/19/10 16:05, Anthony Liguori wrote: On 08/19/2010 07:40 AM, Gerd Hoffmann wrote: Write compile commands and messages to config.log. Useful for debugging configure. Signed-off-by: Gerd Hoffmann Indeed. Acked-by: Anthony Liguori Given the large nature of spice, I suggest that you setup

Re: [Qemu-devel] [PATCH 2/9] configure: add logging

2010-08-19 Thread Anthony Liguori
On 08/19/2010 07:40 AM, Gerd Hoffmann wrote: Write compile commands and messages to config.log. Useful for debugging configure. Signed-off-by: Gerd Hoffmann Indeed. Acked-by: Anthony Liguori Given the large nature of spice, I suggest that you setup a subtree for it and do a pull reques

[Qemu-devel] [PATCH 2/9] configure: add logging

2010-08-19 Thread Gerd Hoffmann
Write compile commands and messages to config.log. Useful for debugging configure. Signed-off-by: Gerd Hoffmann --- configure |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/configure b/configure index a20371c..13d8be0 100755 --- a/configure +++ b/configure @@ -16,