]> xenbits.xensource.com Git - libvirt.git/commitdiff
maint: update to latest gnulib
authorEric Blake <eblake@redhat.com>
Tue, 24 Feb 2015 15:58:46 +0000 (08:58 -0700)
committerEric Blake <eblake@redhat.com>
Thu, 26 Mar 2015 15:41:55 +0000 (09:41 -0600)
Usual update to latest gnulib status.  In particular this update
fixes at least one issue that can be seen in libvirt, by silencing
a valgrind detection of uninitialized memory:
https://bugzilla.redhat.com/show_bug.cgi?id=1174147

* .gnulib: Update to latest.
* bootstrap: Resync to gnulib.

Signed-off-by: Eric Blake <eblake@redhat.com>
.gnulib
bootstrap

diff --git a/.gnulib b/.gnulib
index c27f1a356f2f321daa7f971ef276a1dbfa873bf8..106a3866d01f9dd57ab4f10dbeb0d5a8db73a9f7 160000 (submodule)
--- a/.gnulib
+++ b/.gnulib
@@ -1 +1 @@
-Subproject commit c27f1a356f2f321daa7f971ef276a1dbfa873bf8
+Subproject commit 106a3866d01f9dd57ab4f10dbeb0d5a8db73a9f7
index 2fdf267473bdae320c2c260df0e6f50127790929..e72894c15c9c98a2517b78f88c0ad5de5c75ed65 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -915,7 +915,8 @@ if test $use_libtool = 1; then
   esac
 fi
 echo "$0: $gnulib_tool $gnulib_tool_options --import ..."
-$gnulib_tool $gnulib_tool_options --import $gnulib_modules &&
+$gnulib_tool $gnulib_tool_options --import $gnulib_modules \
+  || die "gnulib-tool failed"
 
 for file in $gnulib_files; do
   symlink_to_dir "$GNULIB_SRCDIR" $file \