]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Allow NOCONFIGURE=1 to make autogen.sh skip ./configure
authorDaniel P. Berrange <berrange@redhat.com>
Thu, 21 Jun 2012 13:50:41 +0000 (14:50 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 25 Jun 2012 09:41:10 +0000 (10:41 +0100)
commit63f5c83bb0431a0cd814149cb61a64dfdc4d8d49
treede739e75b5c65df1989b1082ff5a55ef8d237122
parent3b9ca940256c8a8583f058a0604159958e172241
Allow NOCONFIGURE=1 to make autogen.sh skip ./configure

Sometimes it is useful to re-bootstrap libvirt without running
through a ./configure invocation immediately. eg if you want
to run ./configure for Mingw32 rather than native.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
autogen.sh