mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
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>
This commit is contained in:
parent
eb72952b81
commit
6aae2a2e0e
3 changed files with 7 additions and 7 deletions
2
configure
vendored
2
configure
vendored
|
@ -3022,7 +3022,7 @@ echo "bindir=$bindir" >> $config_host_mak
|
|||
echo "libdir=$libdir" >> $config_host_mak
|
||||
echo "includedir=$includedir" >> $config_host_mak
|
||||
echo "mandir=$mandir" >> $config_host_mak
|
||||
echo "datadir=$qemu_datadir" >> $config_host_mak
|
||||
echo "qemu_datadir=$qemu_datadir" >> $config_host_mak
|
||||
echo "sysconfdir=$sysconfdir" >> $config_host_mak
|
||||
echo "docdir=$qemu_docdir" >> $config_host_mak
|
||||
echo "confdir=$qemu_confdir" >> $config_host_mak
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue