build: update to latest gnulib

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.
This commit is contained in:
Eric Blake 2011-06-22 08:47:11 -06:00
parent f7ed693666
commit 290247c753
2 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 5bf7fda437a10cc10cbd1be1bd06b374a581f0dd
Subproject commit 478c2dcc839e5f4765e6417684ce414e2d4973a8

View File

@ -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,