]> git.ipfire.org Git - thirdparty/libvirt.git/commit
run bootstrap if .gnulib is not present
authorHu Tao <hutao@cn.fujitsu.com>
Fri, 9 Nov 2012 08:47:04 +0000 (16:47 +0800)
committerEric Blake <eblake@redhat.com>
Wed, 21 Nov 2012 14:09:05 +0000 (07:09 -0700)
commitf2f9ae426acf6c786684b2ddd9f5d9a58d2187ba
treed63a71485074e1a698984dcf80c14f55c5feeb73
parent283aafdb2907ff0c92ef26d0cfb29cc03de88912
run bootstrap if .gnulib is not present

If .gnulib is deleted unexpectedly, autogen.sh will fail with message:

fatal: ambiguous argument '.gnulib': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'

which is actually given by git diff .gnulib, which doesn't exist.

In the case to run bootstrap to create .gnulib.
autogen.sh