From 46d57b5a448b9ed435114a80584cb8773ca38a4b Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Wed, 19 Jul 2023 22:43:50 +0200 Subject: [PATCH] c32swidth, mbszero: Fix file list. * modules/c32swidth (Files): Add locale-ja.m4, locale-zh.m4, codeset.m4. * modules/mbszero (Files): Likewise. --- ChangeLog | 6 ++++++ modules/c32swidth | 3 +++ modules/mbszero | 3 +++ 3 files changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index d3ba3f2af0..ba8fc38e8a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2023-07-19 Bruno Haible + + c32swidth, mbszero: Fix file list. + * modules/c32swidth (Files): Add locale-ja.m4, locale-zh.m4, codeset.m4. + * modules/mbszero (Files): Likewise. + 2023-07-19 Bruno Haible wcsnrtombs: Fix file list. diff --git a/modules/c32swidth b/modules/c32swidth index 4861b548de..70891d9fb1 100644 --- a/modules/c32swidth +++ b/modules/c32swidth @@ -5,6 +5,9 @@ a size-bounded 32-bit wide string. Files: lib/c32swidth.c lib/wcswidth-impl.h +m4/locale-ja.m4 +m4/locale-zh.m4 +m4/codeset.m4 Depends-on: uchar diff --git a/modules/mbszero b/modules/mbszero index 002fa75014..743e539aab 100644 --- a/modules/mbszero +++ b/modules/mbszero @@ -5,6 +5,9 @@ Files: lib/mbszero.c m4/mbstate_t.m4 m4/mbrtowc.m4 +m4/locale-ja.m4 +m4/locale-zh.m4 +m4/codeset.m4 m4/musl.m4 Depends-on: -- 2.39.5