From: Bruno Haible Date: Wed, 17 Sep 2025 16:33:18 +0000 (+0200) Subject: gen-uni-tables: Fix module description (left-over from 2025-05-11). X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=055d5f02b85c7138c4f0d405f11654d30e5d9190;p=thirdparty%2Fgnulib.git gen-uni-tables: Fix module description (left-over from 2025-05-11). Reported by Paul Eggert in . * modules/gen-uni-tables (Depends-on): Remove str_startswith, str_endswith. --- diff --git a/ChangeLog b/ChangeLog index c241bf45e4..0be6c8855c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2025-09-17 Bruno Haible + + gen-uni-tables: Fix module description (left-over from 2025-05-11). + Reported by Paul Eggert in + . + * modules/gen-uni-tables (Depends-on): Remove str_startswith, + str_endswith. + 2025-09-17 Bruno Haible Add copyright notices. diff --git a/modules/gen-uni-tables b/modules/gen-uni-tables index 5808aef3ad..c61d34194c 100644 --- a/modules/gen-uni-tables +++ b/modules/gen-uni-tables @@ -12,8 +12,6 @@ memcmp bool strdup strstr-simple -str_startswith -str_endswith configure.ac: AC_REQUIRE([AC_C_INLINE])