]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: use autobuild module to make build logs nicer
authorEric Blake <eblake@redhat.com>
Wed, 2 Jan 2013 18:10:42 +0000 (11:10 -0700)
committerEric Blake <eblake@redhat.com>
Wed, 2 Jan 2013 23:43:58 +0000 (16:43 -0700)
commit83aca30f1e8be524780a60b9dd8a14ec5f9de878
treeeac3253219209f5bbefddc44403e11e8566535a1
parent7a74eeaf0644b042d775eecaacfc79cc2e477dc2
build: use autobuild module to make build logs nicer

A recent build failure made me realize that we could usefully add
a bit more information to configure output, for aid in analysis of
failed builds.  Pulling in the autobuild module merely adds these
four lines to configure output:

configure: autobuild project... libvirt
configure: autobuild revision... v1.0.1-113-g7a74eea
configure: autobuild hostname... myhost
configure: autobuild timestamp... 20130102T233543Z

which can be useful even if not using the Autobuild project to parse
build logs.

* bootstrap.conf (gnulib_modules): Add autobuild.
* configure.ac: Favor git version over release version, when available.
bootstrap.conf
configure.ac