]> xenbits.xensource.com Git - libvirt.git/commitdiff
build: update to latest gnulib
authorEric Blake <eblake@redhat.com>
Wed, 22 Jun 2011 14:47:11 +0000 (08:47 -0600)
committerEric Blake <eblake@redhat.com>
Thu, 23 Jun 2011 16:52:08 +0000 (10:52 -0600)
Gnulib has been busy, with 397 commits; it's easier to update now
even without any known libvirt issue to be fixed, rather than
having to analyze an even larger changeset later on.

* .gnulib: Update to latest, for lots of changes.
* bootstrap: Synchronize to upstream.

.gnulib
bootstrap

diff --git a/.gnulib b/.gnulib
index 5bf7fda437a10cc10cbd1be1bd06b374a581f0dd..478c2dcc839e5f4765e6417684ce414e2d4973a8 160000 (submodule)
--- a/.gnulib
+++ b/.gnulib
@@ -1 +1 @@
-Subproject commit 5bf7fda437a10cc10cbd1be1bd06b374a581f0dd
+Subproject commit 478c2dcc839e5f4765e6417684ce414e2d4973a8
index 522ac70a94cc2021927aa8914348407f0d2d3f45..b286beb53fb16d9bd35cc5dda50cdc76b6366083 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Print a version string.
-scriptversion=2011-05-16.16; # UTC
+scriptversion=2011-06-22.06; # UTC
 
 # Bootstrap this package from checked-out sources.
 
@@ -290,7 +290,7 @@ sort_patterns() {
     P
     x
     s/^\n//
-  }'
+  }' | sed '/^$/d'
 }
 
 # If $STR is not already on a line by itself in $FILE, insert it,