Re: [libvirt] [PATCH] [configure] Fix libvirt dependency, and use $VAPIGEN

2011-11-08 Thread Nirbheek Chauhan
On Mon, Nov 7, 2011 at 10:10 PM, Eric Blake wrote: > To make it easier for yourself, add this to libvirt-glib/.git/config: > > [format] >        subjectprefix = libvirt-glib PATCH > > (or similarly for any other libvrit-SUB project).  Then your patches will > automatically be prefixed with designa

Re: [libvirt] [PATCH] [configure] Fix libvirt dependency, and use $VAPIGEN

2011-11-07 Thread Eric Blake
On 11/07/2011 03:03 AM, Michal Privoznik wrote: On 07.11.2011 10:25, nirbh...@gentoo.org wrote: This is a rather trivial patch to raise the minimum libvirt dependency; at least 0.9.4 is required. In addition, it fixes the direct usage of `vapigen`, and uses the result of the AC_PATH_PROG(VAPIGEN

Re: [libvirt] [PATCH] [configure] Fix libvirt dependency, and use $VAPIGEN

2011-11-07 Thread Nirbheek Chauhan
On Mon, Nov 7, 2011 at 3:33 PM, Michal Privoznik wrote: > On 07.11.2011 10:25, nirbh...@gentoo.org wrote: >> This is a rather trivial patch to raise the minimum libvirt dependency; at >> least >> 0.9.4 is required. In addition, it fixes the direct usage of `vapigen`, and >> uses >> the result of

Re: [libvirt] [PATCH] [configure] Fix libvirt dependency, and use $VAPIGEN

2011-11-07 Thread Daniel P. Berrange
On Mon, Nov 07, 2011 at 02:55:01PM +0530, nirbh...@gentoo.org wrote: > From: Nirbheek Chauhan > > libvirt-0.9.4 is needed for at least VIR_DOMAIN_EVENT_SUSPENDED_RESTORED, etc > from c1ff5dc63dc9d9ec05485bb695cbc66850759ee5 . > > $VAPIGEN from AC_PATH_PROG should be used instead of the raw binar

Re: [libvirt] [PATCH] [configure] Fix libvirt dependency, and use $VAPIGEN

2011-11-07 Thread Michal Privoznik
On 07.11.2011 10:25, nirbh...@gentoo.org wrote: > This is a rather trivial patch to raise the minimum libvirt dependency; at > least > 0.9.4 is required. In addition, it fixes the direct usage of `vapigen`, and > uses > the result of the AC_PATH_PROG(VAPIGEN ...) call earlier so that the binary t

[libvirt] [PATCH] [configure] Fix libvirt dependency, and use $VAPIGEN

2011-11-07 Thread nirbheek
From: Nirbheek Chauhan libvirt-0.9.4 is needed for at least VIR_DOMAIN_EVENT_SUSPENDED_RESTORED, etc from c1ff5dc63dc9d9ec05485bb695cbc66850759ee5 . $VAPIGEN from AC_PATH_PROG should be used instead of the raw binary `vapigen` otherwise it's not possible to override the vapigen binary to be used

[libvirt] [PATCH] [configure] Fix libvirt dependency, and use $VAPIGEN

2011-11-07 Thread nirbheek
This is a rather trivial patch to raise the minimum libvirt dependency; at least 0.9.4 is required. In addition, it fixes the direct usage of `vapigen`, and uses the result of the AC_PATH_PROG(VAPIGEN ...) call earlier so that the binary to be used can be overridden as that macro was meant to allow