summaryrefslogtreecommitdiff
path: root/Build/source/configure
diff options
context:
space:
mode:
authorLuigi Scarso <luigi.scarso@gmail.com>2019-07-08 06:07:11 +0000
committerLuigi Scarso <luigi.scarso@gmail.com>2019-07-08 06:07:11 +0000
commitf93b62903a20648ab4328443b88495da81f70909 (patch)
tree6a870996cc04dca9a1ae3dbbc334b4c2a1385711 /Build/source/configure
parent54d39e16610eee4dde770b0a6b569203c79abde8 (diff)
sync with luatex rev.7174: luatex and luahbtex and jit variants
git-svn-id: svn://tug.org/texlive/trunk@51577 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/configure')
-rwxr-xr-xBuild/source/configure40
1 files changed, 39 insertions, 1 deletions
diff --git a/Build/source/configure b/Build/source/configure
index c18873391aa..f0166e2c107 100755
--- a/Build/source/configure
+++ b/Build/source/configure
@@ -824,6 +824,8 @@ enable_pdftex
enable_pdftex_synctex
enable_luatex
enable_luajittex
+enable_luahbtex
+enable_luajithbtex
enable_mp
enable_pmp
enable_upmp
@@ -1631,6 +1633,8 @@ Optional Features:
--disable-pdftex-synctex build pdfTeX without SyncTeX support
--disable-luatex do not compile and install LuaTeX
--disable-luajittex do not compile and install LuaJITTeX
+ --disable-luahbtex do not compile and install LuaHBTeX
+ --disable-luajithbtex do not compile and install LuaHBJITTeX
--disable-mp do not compile and install MetaPost
--disable-pmp do not compile and install pMetaPost
--disable-upmp do not compile and install upMetaPost
@@ -4489,7 +4493,7 @@ test "x$enable_web2c" = xno || {
need_zlib=yes
}
-# $Id: web2c.ac 50341 2019-03-11 22:04:24Z karl $
+# $Id: web2c.ac 50341M 2019-07-07 22:53:58Z (local) $
# texk/web2c/ac/web2c.ac: configure.ac fragment for the TeX Live subdirectory texk/web2c/
## configure options for TeX and MF
@@ -4683,6 +4687,40 @@ test "x$enable_web2c:$enable_luajittex" = xyes:yes && {
need_zziplib=yes
need_luajit=yes
}
+# Check whether --enable-luahbtex was given.
+if test "${enable_luahbtex+set}" = set; then :
+ enableval=$enable_luahbtex;
+fi
+case $enable_luahbtex in #(
+ yes | no) :
+ ;; #(
+ *) :
+ enable_luahbtex=yes ;;
+esac
+
+test "x$enable_web2c:$enable_luahbtex" = xyes:yes && {
+ need_libpng=yes
+ need_zziplib=yes
+ need_lua53=yes
+ need_harfbuzz=yes
+}
+# Check whether --enable-luajithbtex was given.
+if test "${enable_luajithbtex+set}" = set; then :
+ enableval=$enable_luajithbtex;
+fi
+case $enable_luajithbtex in #(
+ yes | no) :
+ ;; #(
+ *) :
+ enable_luajithbtex=yes ;;
+esac
+
+test "x$enable_web2c:$enable_luajithbtex" = xyes:yes && {
+ need_libpng=yes
+ need_zziplib=yes
+ need_luajit=yes
+ need_harfbuzz=yes
+}
# Check whether --enable-mp was given.
if test "${enable_mp+set}" = set; then :
enableval=$enable_mp;