]> git.proxmox.com Git - mirror_qemu.git/commit - configure
use --libexecdir instead of ignoring it first and reinventing it later
authorMichael Tokarev <mjt@tls.msk.ru>
Wed, 6 Jun 2012 21:11:00 +0000 (01:11 +0400)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 10 Sep 2012 15:57:52 +0000 (10:57 -0500)
commit8bf188aa18ef7a8355d9edbd43871d590468c4ed
tree3f3268a6d9c2627e08712c0ccaeaf0f37b27e6ba
parent69fc255350af9e8e39e29b4d6a84d44f0a55ebf2
use --libexecdir instead of ignoring it first and reinventing it later

Commit 7b93fadf3a38d1ed65ea5536a52efc2772c6e3b8 "Add basic version
of bridge helper" put the bridge helper executable into a fixed
${prefix}/libexec/ location, instead of using ${libexecdir} for
this.  At the same time, --libexecdir is being happily ignored
by ./configure.  Even more, the same patch sets unused $libexecdir
variable in the generated config-host.mak, and uses fixed string
(\${prefix}/libexecdir) for the bridge helper binary.

Fix this braindamage by introducing $libexecdir variable, using
it for the bridge helper binary, and recognizing --libexecdir.

This patch is applicable to stable-1.1.

Reviewed-by: Andreas Färber <afaerber@suse.de>
Reviewed-by: Corey Bryant <coreyb@linux.vnet.ibm.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Cc: Corey Bryant <coreyb@linux.vnet.ibm.com>
Cc: Richa Marwaha <rmarwah@linux.vnet.ibm.com>
Cc: qemu-stable@nongnu.org
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
configure