]> git.ipfire.org Git - thirdparty/libvirt.git/commit
autogen: Handle case when libvirt's submodule
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 19 Jul 2013 07:07:56 +0000 (09:07 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 19 Jul 2013 11:45:22 +0000 (13:45 +0200)
commit5cfe0d37cd0be7088bb8d92d965980c1ee18f4a2
tree56c959d6d032fc901e8ba5f96818c05ad4edda3e
parentd21d40bf0cbc6e4641418d5fec8830f49f5732cf
autogen: Handle case when libvirt's submodule

Currently, in the autogen.sh script we check whether .git is an existing
directory in which case bootstrap is run. However, if libvirt is a
submodule, then the .git is just a file (with reference to the topmost
.git directory). However, our submodule routines work well. So there's
no real reason why we should prohibit users to build libvirt from
submodule.
autogen.sh