From ab5b43190f48148b842f5182a16a16159551126c Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 19 Sep 2021 03:11:19 +0200 Subject: string, wchar: Don't require undefined m4 macros (regr. today). Reported by Colin Watson in . * m4/string_h.m4 (gl_STRING_H_REQUIRE_DEFAULTS): Don't use m4_require directly. Instead, invoke gl_STDLIB_H_REQUIRE_DEFAULTS. * m4/wchar_h.m4 (gl_WCHAR_H_REQUIRE_DEFAULTS): Likewise. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 154678293e..6bb698433b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2021-09-18 Bruno Haible + + string, wchar: Don't require undefined m4 macros (regr. today). + Reported by Colin Watson in + . + * m4/string_h.m4 (gl_STRING_H_REQUIRE_DEFAULTS): Don't use m4_require + directly. Instead, invoke gl_STDLIB_H_REQUIRE_DEFAULTS. + * m4/wchar_h.m4 (gl_WCHAR_H_REQUIRE_DEFAULTS): Likewise. + 2021-09-18 Bruno Haible sm3-buffer tests: New module. -- cgit v1.2.1