summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/am
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-03-06 21:48:55 +0000
committerKarl Berry <karl@freefriends.org>2020-03-06 21:48:55 +0000
commit16f14fe0b00458538de43c834ca44e1be3158491 (patch)
treeccb386b798e9c8c39ce09ae2fb59099ef9a9ec66 /Build/source/texk/web2c/luatexdir/am
parent8d0b48395cc85cdba5ee1fbde8fa1692af8a8fbc (diff)
keep texlua[jit][c] as links to base lua[jit]tex
git-svn-id: svn://tug.org/texlive/trunk@54133 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/am')
-rw-r--r--Build/source/texk/web2c/luatexdir/am/luatex.am6
1 files changed, 6 insertions, 0 deletions
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