From: Kornel Benko Date: Tue, 17 Nov 2020 22:07:01 +0000 (+0100) Subject: Automake build: We are using 3rdparty iconv with version 1.15 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=042128b643d135a6aa8031e27784d77b2c593ef7;p=features.git Automake build: We are using 3rdparty iconv with version 1.15 --- diff --git a/config/lyxinclude.m4 b/config/lyxinclude.m4 index fb6525c7ad..bffded3ae4 100644 --- a/config/lyxinclude.m4 +++ b/config/lyxinclude.m4 @@ -539,7 +539,7 @@ dnl Some bits from libiconv configure.ac to avoid a nested configure call: AC_EILSEQ AC_TYPE_MBSTATE_T AC_CHECK_FUNCS([getc_unlocked mbrtowc wcrtomb mbsinit setlocale]) -dnl Ymbstate_t is used if HAVE_WCRTOMB || HAVE_MBRTOWC, see 3rdparty/libiconv/1.14/lib/loop_wchar.h. +dnl Ymbstate_t is used if HAVE_WCRTOMB || HAVE_MBRTOWC, see 3rdparty/libiconv/1.15/lib/loop_wchar.h. if test $ac_cv_func_wcrtomb = yes || test $ac_cv_func_mbrtowc = yes; then USE_MBSTATE_T=1 else @@ -569,9 +569,9 @@ dnl we want const correctness dnl we build a static lib DLL_VARIABLE= AC_SUBST([DLL_VARIABLE]) - ICONV_INCLUDES='-I$(top_srcdir)/3rdparty/libiconv/1.14 -I$(top_builddir)/3rdparty/libiconv' + ICONV_INCLUDES='-I$(top_srcdir)/3rdparty/libiconv/1.15 -I$(top_builddir)/3rdparty/libiconv' ICONV_LIBS='\$(top_builddir)/3rdparty/libiconv/liblyxiconv.a' - ICONV_ICONV_H_IN=3rdparty/libiconv/iconv.h:3rdparty/libiconv/1.14/include/iconv.h.in + ICONV_ICONV_H_IN=3rdparty/libiconv/iconv.h:3rdparty/libiconv/1.15/include/iconv.h.in else ICONV_INCLUDES= AM_ICONV