texlive[48947] Build/source/libs/harfbuzz: Set HAVE_ICU_BUILTIN when
commits+kakuto at tug.org
commits+kakuto at tug.org
Fri Oct 19 23:35:02 CEST 2018
Revision: 48947
http://tug.org/svn/texlive?view=revision&revision=48947
Author: kakuto
Date: 2018-10-19 23:35:02 +0200 (Fri, 19 Oct 2018)
Log Message:
-----------
Set HAVE_ICU_BUILTIN when building HarfBuzz (Khaled Hosny)
Modified Paths:
--------------
trunk/Build/source/libs/harfbuzz/ChangeLog
trunk/Build/source/libs/harfbuzz/config.h.in
trunk/Build/source/libs/harfbuzz/configure
trunk/Build/source/libs/harfbuzz/configure.ac
Modified: trunk/Build/source/libs/harfbuzz/ChangeLog
===================================================================
--- trunk/Build/source/libs/harfbuzz/ChangeLog 2018-10-19 20:36:50 UTC (rev 48946)
+++ trunk/Build/source/libs/harfbuzz/ChangeLog 2018-10-19 21:35:02 UTC (rev 48947)
@@ -1,3 +1,7 @@
+2018-10-20 Khaled Hosny <khaledhosny at eglug.org>
+
+ * configure.ac: Set HAVE_ICU_BUILTIN.
+
2018-09-11 Akira Kakuto <kakuto at fuk.kindai.ac.jp>
Import harfbuzz-1.9.0.
Modified: trunk/Build/source/libs/harfbuzz/config.h.in
===================================================================
--- trunk/Build/source/libs/harfbuzz/config.h.in 2018-10-19 20:36:50 UTC (rev 48946)
+++ trunk/Build/source/libs/harfbuzz/config.h.in 2018-10-19 21:35:02 UTC (rev 48947)
@@ -40,6 +40,9 @@
/* Use ICU library */
#undef HAVE_ICU
+/* ICU support is not a seperate library */
+#undef HAVE_ICU_BUILTIN
+
/* Use Intel __sync_* atomic primitives */
#undef HAVE_INTEL_ATOMIC_PRIMITIVES
Modified: trunk/Build/source/libs/harfbuzz/configure
===================================================================
--- trunk/Build/source/libs/harfbuzz/configure 2018-10-19 20:36:50 UTC (rev 48946)
+++ trunk/Build/source/libs/harfbuzz/configure 2018-10-19 21:35:02 UTC (rev 48947)
@@ -7545,6 +7545,9 @@
$as_echo "#define HAVE_ICU 1" >>confdefs.h
+$as_echo "#define HAVE_ICU_BUILTIN 1" >>confdefs.h
+
+
$as_echo "#define HAVE_GRAPHITE2 1" >>confdefs.h
else
Modified: trunk/Build/source/libs/harfbuzz/configure.ac
===================================================================
--- trunk/Build/source/libs/harfbuzz/configure.ac 2018-10-19 20:36:50 UTC (rev 48946)
+++ trunk/Build/source/libs/harfbuzz/configure.ac 2018-10-19 21:35:02 UTC (rev 48947)
@@ -85,6 +85,7 @@
if :; then
AC_DEFINE([HAVE_OT], 1, [Use native OpenType Layout backend])
AC_DEFINE([HAVE_ICU], 1, [Use ICU library])
+ AC_DEFINE([HAVE_ICU_BUILTIN], 1, [ICU support is not a seperate library])
AC_DEFINE([HAVE_GRAPHITE2], 1, [Use Graphite library])
else
dnl add all these to config.h.in but do not define them in config.h
More information about the tex-live-commits
mailing list