Re: [Qemu-devel] [PATCH 00/14] configure: --with-confsuffix option

2012-04-04 Thread Paolo Bonzini
Il 30/03/2012 19:32, Eduardo Habkost ha scritto: > This series is the third version of the --confsuffix/--confdir changes I have > submitted before. Now it does two interface changes: > > - Changes --datadir meaning to match Autoconf convention >(meaning that it should point to /usr/share, no

[Qemu-devel] [PATCH 00/14] configure: --with-confsuffix option

2012-03-30 Thread Eduardo Habkost
This series is the third version of the --confsuffix/--confdir changes I have submitted before. Now it does two interface changes: - Changes --datadir meaning to match Autoconf convention (meaning that it should point to /usr/share, not /usr/share/qemu). NOTE: this breaks compatibility.