From 290247c75336053d1f09522ee87cd0d27cf4d301 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Wed, 22 Jun 2011 08:47:11 -0600 Subject: [PATCH] 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. --- .gnulib | 2 +- bootstrap | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gnulib b/.gnulib index 5bf7fda437..478c2dcc83 160000 --- a/.gnulib +++ b/.gnulib @@ -1 +1 @@ -Subproject commit 5bf7fda437a10cc10cbd1be1bd06b374a581f0dd +Subproject commit 478c2dcc839e5f4765e6417684ce414e2d4973a8 diff --git a/bootstrap b/bootstrap index 522ac70a94..b286beb53f 100755 --- 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,