I installed this so that coreutils will bootstrap from the latest gnulib's implementation of ftoastr etc.
>From 3292610bce67b331d7a99adc0171ed8b1b2f9b15 Mon Sep 17 00:00:00 2001 From: Paul Eggert <[email protected]> Date: Tue, 11 Jan 2011 17:52:40 -0800 Subject: [PATCH 1/2] build: update gnulib submodule to latest --- gnulib | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gnulib b/gnulib index b3bff7a..104aca8 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit b3bff7a868656967a8007faa831a89f3a1601eb2 +Subproject commit 104aca8300d01a80889f70f41a4dce7e044f9476 -- 1.7.3 >From 11d864b36d83c7a60971b792581a5e61dab8bb40 Mon Sep 17 00:00:00 2001 From: Paul Eggert <[email protected]> Date: Tue, 11 Jan 2011 18:07:15 -0800 Subject: [PATCH 2/2] gnulib: Also use dtoastr and ldtoastr modules. This adjusts to the recent splitting of the ftoastr module into 3 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00199.html>. * bootstrap.conf (gnulib_modules): Add dtoastr, ldtoastr, as coreutils needs all 3 modules now. --- bootstrap.conf | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/bootstrap.conf b/bootstrap.conf index 5f8171f..d994f52 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -61,6 +61,7 @@ gnulib_modules=" dirfd dirname do-release-commit-and-tag + dtoastr dup2 environ error @@ -124,6 +125,7 @@ gnulib_modules=" isblank lchmod lchown + ldtoastr lib-ignore linebuffer link -- 1.7.3
