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. -- Eric Blake eblake@xxxxxxxxxx +1-801-349-2682 Libvirt virtualization library http://libvirt.org
Attachment:
signature.asc
Description: OpenPGP digital signature
-- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list