From: Paul Eggert Date: Wed, 1 Apr 2026 18:56:18 +0000 (-0700) Subject: maint: avoid Gnulib modules mbiter, mbiterf X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8a6cb568175403d50db7675e4e494a5de19934d4;p=thirdparty%2Fcoreutils.git maint: avoid Gnulib modules mbiter, mbiterf * bootstrap.conf (avoided_gnulib_modules): Avoid mbiter and mbiterf, for the same reason we avoid mbuiter and mbuiterf: these modules are not needed because (due to mcel-prefer) we use mcel in preference to mbiter/mbiterf/mbuiter/mbuiterf. --- diff --git a/bootstrap.conf b/bootstrap.conf index 6119c0f88a..cf876dc35f 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -20,6 +20,8 @@ avoided_gnulib_modules=' --avoid=canonicalize-lgpl --avoid=dummy + --avoid=mbiter + --avoid=mbiterf --avoid=mbuiter --avoid=mbuiterf '