From 6f0c342317455f6f3d5cee243f9a6e9f097cd5a4 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 8 Sep 2016 13:32:17 -0700 Subject: [PATCH] maint: fix build failure due to missing lib/assert.h in gnulib/ * bootstrap.conf (gnulib_modules): Add assert-h. This arose due to what may be a weakness in gnulib-tool and the fact that a new test (getprogname) uses gnulib's assert-h module, yet the top-level project did not specify that module. However, many coreutils programs include , so we should be using assert-h, regardless. Reported by Assaf Gordon in https://lists.gnu.org/archive/html/coreutils/2016-09/msg00016.html --- bootstrap.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap.conf b/bootstrap.conf index 8a0ff31..152a4e0 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -33,6 +33,7 @@ gnulib_modules=" argmatch argv-iter assert + assert-h autobuild backupfile base64 -- 2.7.4