Re: [Qemu-devel] [PATCH 01/14] configure: rename $datadir to $qemu_datadir

2012-04-18 Thread Eduardo Habkost
On Wed, Apr 18, 2012 at 01:57:51PM -0600, Eric Blake wrote: > On 04/18/2012 01:55 PM, Eduardo Habkost wrote: > > The variable is used for the qemu-specific directory and has a different > > meaning of the autoconf "datadir" variable (that's used for the > > $prefix/share directory, not for $prefix/

Re: [Qemu-devel] [PATCH 01/14] configure: rename $datadir to $qemu_datadir

2012-04-18 Thread Eric Blake
On 04/18/2012 01:55 PM, Eduardo Habkost wrote: > The variable is used for the qemu-specific directory and has a different > meaning of the autoconf "datadir" variable (that's used for the > $prefix/share directory, not for $prefix/share/PACKAGE). Automake uses the name $pkgdatadir for $prefix/shar

[Qemu-devel] [PATCH 01/14] configure: rename $datadir to $qemu_datadir

2012-04-18 Thread Eduardo Habkost
The variable is used for the qemu-specific directory and has a different meaning of the autoconf "datadir" variable (that's used for the $prefix/share directory, not for $prefix/share/PACKAGE). This doesn't change behavior or interfaces, it's just an internal variable rename. Signed-off-by: Eduar

[Qemu-devel] [PATCH 01/14] configure: rename $datadir to $qemu_datadir

2012-04-04 Thread Eduardo Habkost
The variable is used for the qemu-specific directory and has a different meaning of the autoconf "datadir" variable (that's used for the $prefix/share directory, not for $prefix/share/PACKAGE). This doesn't change behavior or interfaces, it's just an internal variable rename. Signed-off-by: Eduar

[Qemu-devel] [PATCH 01/14] configure: rename $datadir to $qemu_datadir

2012-03-30 Thread Eduardo Habkost
The variable is used for the qemu-specific directory and has a different meaning of the autoconf "datadir" variable (that's used for the $prefix/share directory, not for $prefix/share/PACKAGE). This doesn't change behavior or interfaces, it's just an internal variable rename. Signed-off-by: Eduar