On Fri, Jul 01, 2011 at 08:57:35AM -0600, Eric Blake wrote:
On 07/01/2011 01:08 AM, Daniel Veillard wrote:
>>>>> another way would be to launch python directly giving the path to
the
>>>>> python script, this is likely to solve the issue there.
>>>
>> I was wondering if this issue was addressed in the upcoming release?
>
> Oops, no but it should be as simple as the following patch, we should
> be able to get this fixed in time !
>
> diff --git a/docs/Makefile.am b/docs/Makefile.am
> index 689fe32..050ebe1 100644
> --- a/docs/Makefile.am
> +++ b/docs/Makefile.am
> @@ -181,7 +181,7 @@ $(python_generated_files): $(srcdir)/apibuild.py \
> $(srcdir)/../include/libvirt/*.h \
> $(srcdir)/../src/libvirt.c \
> $(srcdir)/../src/util/virterror.c
> - $(AM_V_GEN)srcdir=$(srcdir) $(srcdir)/apibuild.py
> + $(AM_V_GEN)srcdir=$(srcdir) $(PYTHON) $(srcdir)/apibuild.py
>
> check-local: all
>
ACK.
Thanks ! pushed :-)
Daniel
--
Daniel Veillard | libxml Gnome XML XSLT toolkit
http://xmlsoft.org/
daniel(a)veillard.com | Rpmfind RPM search engine
http://rpmfind.net/
http://veillard.com/ | virtualization library
http://libvirt.org/