FYI, I have just pushed the following patch. It fixes a build error since a gnulib module was renamed.
>From 9820338b6e19af403d97152b816372f012d43789 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano <[email protected]> Date: Wed, 17 Aug 2011 15:39:33 +0200 Subject: [PATCH] bootstrap: use snippet/unused-parameter instead of unused-parameter. --- ChangeLog | 5 +++++ bootstrap.conf | 2 +- 2 files changed, 6 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index 06dad03..40cd3ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-08-17 Giuseppe Scrivano <[email protected]> + + * bootstrap.conf (gnulib_modules): Use snippet/unused-parameter instead + of unused-parameter. It tracks a gnulib change. + 2011-07-28 Mats Erik Andersson <[email protected]> * ftpd/ftpd.c (getdatasock): Misnamed variable DATA_SOURCE. diff --git a/bootstrap.conf b/bootstrap.conf index f4996bd..34cf3c7 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -75,7 +75,7 @@ strnlen sysexits termios unistd-safer -unused-parameter +snippet/unused-parameter update-copyright vasnprintf version-etc-fsf -- 1.7.5.4
