Re: [Qemu-devel] [PATCH] configure: Fix CONFIG_QEMU_HELPERDIR generation

2012-10-21 Thread Aurelien Jarno
On Sun, Oct 21, 2012 at 10:58:37PM +0400, Michael Tokarev wrote: > On 19.10.2012 23:33, Aurelien Jarno wrote: > > On Wed, Oct 17, 2012 at 07:09:25PM +0200, Jan Kiszka wrote: > >> We need to evaluate $libexecdir in configure, otherwise we literally end > >> up with "${prefix}/libexec" instead of the

Re: [Qemu-devel] [PATCH] configure: Fix CONFIG_QEMU_HELPERDIR generation

2012-10-21 Thread Michael Tokarev
On 19.10.2012 23:33, Aurelien Jarno wrote: > On Wed, Oct 17, 2012 at 07:09:25PM +0200, Jan Kiszka wrote: >> We need to evaluate $libexecdir in configure, otherwise we literally end >> up with "${prefix}/libexec" instead of the absolute path as >> CONFIG_QEMU_HELPERDIR. >> >> Signed-off-by: Jan Kisz

Re: [Qemu-devel] [PATCH] configure: Fix CONFIG_QEMU_HELPERDIR generation

2012-10-19 Thread Aurelien Jarno
On Wed, Oct 17, 2012 at 07:09:25PM +0200, Jan Kiszka wrote: > We need to evaluate $libexecdir in configure, otherwise we literally end > up with "${prefix}/libexec" instead of the absolute path as > CONFIG_QEMU_HELPERDIR. > > Signed-off-by: Jan Kiszka > --- > configure |2 +- > 1 files chang

[Qemu-devel] [PATCH] configure: Fix CONFIG_QEMU_HELPERDIR generation

2012-10-17 Thread Jan Kiszka
We need to evaluate $libexecdir in configure, otherwise we literally end up with "${prefix}/libexec" instead of the absolute path as CONFIG_QEMU_HELPERDIR. Signed-off-by: Jan Kiszka --- configure |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure b/configure inde