]> git.proxmox.com Git - mirror_qemu.git/commit - Makefile.target
config-host.mak: rename datadir to qemu_datadir
authorEduardo Habkost <ehabkost@redhat.com>
Wed, 18 Apr 2012 19:55:41 +0000 (16:55 -0300)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 24 Apr 2012 14:50:30 +0000 (09:50 -0500)
commit6aae2a2e0e3c43e479f889389074cda8bef3a580
tree13066132b1b7933a31e7745825fb7e058d31bc90
parenteb72952b81f254e39c21f892b6109f09a762c313
config-host.mak: rename datadir to qemu_datadir

Autoconf concept of "datadir" is supposed to be "$prefix/share", not
"$prefix/share/PACKAGE", so using datadir for the Qemu-specific
directory is confusing.

The current C code that uses CONFIG_QEMU_DATADIR should be safe, as now
create_config generates the same #define name (CONFIG_QEMU_DATADIR) for
both "datadir" and "qemu_datadir" variables.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Makefile
Makefile.target
configure