]> xenbits.xensource.com Git - libvirt.git/commit
build: honor autogen.sh --no-git
authorEric Blake <eblake@redhat.com>
Wed, 3 Jul 2013 20:43:11 +0000 (14:43 -0600)
committerEric Blake <eblake@redhat.com>
Tue, 9 Jul 2013 22:15:29 +0000 (16:15 -0600)
commit1e503ee534af166d8bbcdd9857fa5946449634b6
treef0cb3fe90a6ff43974d9f4597e5cfab56b05bffd
parent040d3f7758b868050b0db2549d9230d2bad1f0ce
build: honor autogen.sh --no-git

Based on a report by Chandrashekar Shastri, at
https://bugzilla.redhat.com/show_bug.cgi?id=979360

On systems where git cannot access the outside world, a developer
can instead arrange to get a copy of gnulib at the right commit
via side channels (such as NFS share drives), set GNULIB_SRCDIR,
then use ./autogen.sh --no-git.  In this setup, we will now
avoid direct use of git.  Of course, this means no automatic
gnulib updates when libvirt.git updates its submodule, but it
is expected that any developer in such a situation is already
prepared to deal with the fallout.

* .gnulib: Update to latest, for bootstrap.
* bootstrap: Synchronize from gnulib.
* autogen.sh (no_git): Avoid git when requested.
* cfg.mk (_update_required): Skip automatic rerun of bootstrap if
we can't use git.
* docs/compiling.html.in: Document this setup.
* docs/hacking.html.in: Mention this.
* HACKING: Regenerate.

Signed-off-by: Eric Blake <eblake@redhat.com>
.gnulib
HACKING
autogen.sh
bootstrap
cfg.mk
docs/compiling.html.in
docs/hacking.html.in