]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: let autobuild check more code
authorEric Blake <eblake@redhat.com>
Tue, 22 Mar 2011 15:40:35 +0000 (09:40 -0600)
committerEric Blake <eblake@redhat.com>
Fri, 16 Dec 2011 00:43:07 +0000 (17:43 -0700)
commitdaa8c962339450db56a78e0962a871fad146c86d
tree48d43713add281e60d9ff39c02ff74bf84f52334
parentd8916dc8e2f612ab3ce46f32c4bfeb0bd73f6007
build: let autobuild check more code

Some gcc warnings about no % in a printf format string only
appear under --disable-nls.  And configure.ac should automatically
be excluding modules on mingw without us having to be explicit.
Improving autobuild.sh to stress more combinations can only help.

* autobuild.sh: Add --disable-nls on first build.  Update mingw
build to rely more on configure.ac detection.
autobuild.sh