]> xenbits.xensource.com Git - libvirt.git/commit
do not require two ./autogen.sh runs to permit "make"
authorJim Meyering <meyering@redhat.com>
Tue, 16 Mar 2010 20:08:31 +0000 (21:08 +0100)
committerJim Meyering <meyering@redhat.com>
Tue, 16 Mar 2010 20:42:56 +0000 (21:42 +0100)
commitbe7780b035c19c53127e01ac1902bfd48a1a9f35
tree03e228c2ec3175b5c731380c41984577c653739d
parentfe2f1ba1dbf692bc59236a498e0e96fbd56ba595
do not require two ./autogen.sh runs to permit "make"

* autogen.sh (bootstrap_hash): New function.
Running bootstrap may update the gnulib SHA1, yet we were computing
t=$(git submodule status ...) *prior* to running bootstrap, and
then recording that sometimes-stale value in the stamp file upon
a successful bootstrap run.  That would require two (lengthy!)
bootstrap runs to update the stamp file.
autogen.sh