From 6f8fd6411e022200c743d8e500fcc0bae91f1d76 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 26 Jul 2020 01:45:32 +0200 Subject: Small autoconf macro improvements. * m4/mktime.m4 (gl_FUNC_MKTIME_WORKS): Make it possible for the user to override the value of gl_cv_func_working_mktime. * m4/multiarch.m4 (gl_MULTIARCH): Show a line "checking whether the compiler produces multi-arch binaries..." in the configure output. * m4/size_max.m4 (gl_SIZE_MAX): When not found, say "no". * m4/parse-datetime.m4 (gl_C_COMPOUND_LITERALS): Improve indentation. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8d8508941a..d81a1d7019 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2020-07-25 Bruno Haible + + Small autoconf macro improvements. + * m4/mktime.m4 (gl_FUNC_MKTIME_WORKS): Make it possible for the user to + override the value of gl_cv_func_working_mktime. + * m4/multiarch.m4 (gl_MULTIARCH): Show a line "checking whether the + compiler produces multi-arch binaries..." in the configure output. + * m4/size_max.m4 (gl_SIZE_MAX): When not found, say "no". + * m4/parse-datetime.m4 (gl_C_COMPOUND_LITERALS): Improve indentation. + 2020-07-25 Bruno Haible doc: Update for NetBSD 7.1, 8.0, 9.0. -- cgit v1.2.1