commit 042128b643d135a6aa8031e27784d77b2c593ef7
Author: Kornel Benko <[email protected]>
Date: Tue Nov 17 23:07:01 2020 +0100
Automake build: We are using 3rdparty iconv with version 1.15
---
config/lyxinclude.m4 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/config/lyxinclude.m4 b/config/lyxinclude.m4
index fb6525c..bffded3 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
--
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs