From a1abed73e5894c41bf330d6d55368025d3f782f2 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 31 Jan 2021 13:03:23 +0100 Subject: [PATCH] Update after gnulib changed on 2020-08-26. --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5a1e806..50b6bee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2021-01-31 Bruno Haible + Update after gnulib changed on 2020-08-26. + * configure.ac: Test $iconv_arg1, not $am_cv_proto_iconv_arg1. + +2021-01-31 Bruno Haible + Switch to autoconf 2.71. * autogen.sh: Update comment. * configure.ac: Use AS_HELP_STRING instead of AC_HELP_STRING. Invoke diff --git a/configure.ac b/configure.ac index 43ec5ca..6fe4a7e 100644 --- a/configure.ac +++ b/configure.ac @@ -105,7 +105,7 @@ gt_TYPE_WCHAR_T dnl checks for header files, functions and declarations -if test "$am_cv_func_iconv" = yes -a -n "$am_cv_proto_iconv_arg1"; then +if test "$am_cv_func_iconv" = yes -a -n "$iconv_arg1"; then ICONV_CONST="const" else ICONV_CONST="" -- 2.11.4.GIT