summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/luatexdir')
-rw-r--r--Build/source/texk/web2c/luatexdir/ChangeLog8
-rw-r--r--Build/source/texk/web2c/luatexdir/am/luatex.am6
2 files changed, 14 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/luatexdir/ChangeLog b/Build/source/texk/web2c/luatexdir/ChangeLog
index 33b871083ab..7b19467c3a5 100644
--- a/Build/source/texk/web2c/luatexdir/ChangeLog
+++ b/Build/source/texk/web2c/luatexdir/ChangeLog
@@ -1,3 +1,11 @@
+2020-03-06 Karl Berry <karl@tug.org>
+
+ * am/luatex.am (texlua[jit][c]) [LUA[JIT]HBTEX && !LUA[JIT]TEX]:
+ keep these as links to base lua[jit]tex, not overwriting
+ with links to luahb[jit]tex, unless the base luatex is not installed.
+ https://tug.org/pipermail/tex-live/2020-March/044948.html
+ (and preceding)
+
2020-02-12 Luigi Scarso <luigi.scarso@gmail.com>
* restore state for \input delimited with {}
diff --git a/Build/source/texk/web2c/luatexdir/am/luatex.am b/Build/source/texk/web2c/luatexdir/am/luatex.am
index ab48c047c06..31210a4ed74 100644
--- a/Build/source/texk/web2c/luatexdir/am/luatex.am
+++ b/Build/source/texk/web2c/luatexdir/am/luatex.am
@@ -24,7 +24,10 @@ noinst_PROGRAMS += call_luahbtex
install_exe_links += install-luahbtex-links
uninstall_exe_links += uninstall-luahbtex-links
else !WIN32
+if !LUATEX
+# keep texlua[c] as links to luatex unless luatex is not installed.
bin_links += luahbtex$(EXEEXT):texlua luahbtex$(EXEEXT):texluac
+endif !LUATEX
endif !WIN32
endif LUAHBTEX
@@ -46,7 +49,10 @@ noinst_PROGRAMS += call_luajithbtex
install_exe_links += install-luajithbtex-links
uninstall_exe_links += uninstall-luajithbtex-links
else !WIN32
+if !LUAJITTEX
+# keep texluajit[c] as links to luajittex unless luajittex is not installed.
bin_links += luajithbtex$(EXEEXT):texluajit luajithbtex$(EXEEXT):texluajitc
+endif !LUAJITTEX
endif !WIN32
endif LUAJITHBTEX