
12 Feb
2011
12 Feb
'11
9:57 a.m.
2011/2/11 Eric Blake <eblake@redhat.com>:
Introduced by commit fac97c65c distributing cfg.mk, which previously could blindly assume it was in a git checkout.
* cfg.mk (_update_required): Also check for .git. * autogen.sh: Don't run bootstrap from a tarball. Reported by Daniel Veillard. ---
This should fix the issues of mistakenly running git on a tarball, as reported here: https://www.redhat.com/archives/libvir-list/2011-February/msg00371.html
It does. ACK. Matthias