]> xenbits.xensource.com Git - libvirt.git/commit
build: avoid problems with autogen.sh runs from tarball
authorEric Blake <eblake@redhat.com>
Fri, 11 Feb 2011 17:35:54 +0000 (10:35 -0700)
committerEric Blake <eblake@redhat.com>
Sat, 12 Feb 2011 13:28:28 +0000 (06:28 -0700)
commit3a97fa28e47756659b6e08a12a4469a60e2c42ea
treebb1ab61bbce9f1ddc6e64b5b82fd11d5d71bf575
parent117b2a6756bc4991fb3af21c76adf060f180c619
build: avoid problems with autogen.sh runs from tarball

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.
autogen.sh
cfg.mk