On 03/19/2012 09:47 AM, Eduardo Habkost wrote:
This series change the Makefile to use $(confdir) instead of
$(sysconfdir)/qemu, and allows the full config path configurable instead of
forcing the use of $(sysconfdir)/qemu.
What's the use case here? Is this to allow $(sysconfdir)/qemu-kvm?
I'd rather we use a PACKAGE_NAME define to do that and have qemu-kvm change
PACKAGE_NAME.
Regards,
Anthony Liguori
Eduardo Habkost (3):
Makefile: use $(confdir) instead of hardcoding $(sysconfdir)/qemu
qemu-options.hx: refer to confdir instead of sysconfdir on docs
configure: make full config dir path configurable
Makefile | 4 ++--
configure | 15 ++++++++++-----
qemu-options.hx | 4 ++--
3 files changed, 14 insertions(+), 9 deletions(-)