]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: fix incremental autogen.sh when no AUTHORS is present
authorEric Blake <eblake@redhat.com>
Mon, 3 Dec 2012 20:12:09 +0000 (13:12 -0700)
committerCole Robinson <crobinso@redhat.com>
Sun, 9 Dec 2012 21:53:41 +0000 (16:53 -0500)
commit618740715464fbd6805c558d354e3e6336fe1ec6
treed667d182069e0b26a0a22854166cd64ce50c01a3
parent8b60ff7f103cab6c31db96386ee62e80aa5e0e45
build: fix incremental autogen.sh when no AUTHORS is present

Commit 71d1256 tried to fix a problem where rebasing an old
branch on top of newer libvirt.git resulted in automake failing
because of a missing AUTHORS file.  However, while the fix
worked for an incremental 'make', it did not work for someone
that directly reran './autogen.sh'.  Reported by Laine Stump.

* autogen.sh (autoreconf): Check for same conditions as cfg.mk.
* cfg.mk (_update_required): Add comments.
(cherry picked from commit 55dc872bd85e0756a13fc24693c4eed31d0c202f)
autogen.sh
cfg.mk