[Qemu-devel] [PATCH] Add support for compiling outside the source tree (try #2)

2006-03-11 Thread Anderson Lizardo
It seems my first patch didn't go through the list. Anyway, the previous one was missing one modification, so here goes a new one. Original message: The attached patch adds (or, strictly speaking, fixes, as the source tree had already initial support for this) support for compiling QEMU outside t

[Qemu-devel] [PATCH] Add support for compiling outside the source tree

2006-03-11 Thread Anderson Lizardo
Hi, The attached patch adds (or, strictly speaking, fixes, as the source tree had already initial support for this) support for compiling QEMU outside the source tree (or in a subdir). As a side effect, it also removes the requirement to call configure with an absolute path. The changes are fairly