]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/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)
committerEric Blake <eblake@redhat.com>
Mon, 3 Dec 2012 21:59:09 +0000 (14:59 -0700)
commit55dc872bd85e0756a13fc24693c4eed31d0c202f
tree14a9e52933337809d08b3eff28b08f1713ff87ff
parent60f0f55ee4686fecbffc5fb32f90863427d02a14
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.
autogen.sh
cfg.mk