From c80a538d9696e4e1826b6cbb68bc53fe7fd97e8c Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 21 Sep 2023 18:45:47 -0700 Subject: [PATCH] maint: prefer mcel This causes Gnulib code to also use mcel, which is more consistent. * bootstrap.conf (avoided_gnulib_modules): Avoid mbuiter and mbuiterf, since we can now just use mcel. This avoids the need to ship and compile mbchar and these modules. (gnulib_modules): Change mcel to mcel-prefer. --- bootstrap.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bootstrap.conf b/bootstrap.conf index 3ab7721f25..a15bda3417 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -20,6 +20,8 @@ avoided_gnulib_modules=' --avoid=canonicalize-lgpl --avoid=dummy + --avoid=mbuiter + --avoid=mbuiterf ' # gnulib modules used by this package. @@ -163,7 +165,7 @@ gnulib_modules=" mbschr mbslen mbswidth - mcel + mcel-prefer memcasecmp memchr memcmp2 -- 2.47.2