summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-03-11 16:22:18 +0000
committerKarl Berry <karl@freefriends.org>2019-03-11 16:22:18 +0000
commit55a2e5b76dadf5f51dd4c30f7fa7c0bf2a0ff303 (patch)
tree5ee64df68659b205ff2cbfda119fb795a3ab8490
parent190843e0851a6cffe6200e6f82cc225edee5e614 (diff)
no --enable-luatex53 option any more
git-svn-id: svn://tug.org/texlive/trunk@50336 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Build/source/texk/web2c/ChangeLog5
-rw-r--r--Build/source/texk/web2c/ac/web2c.ac9
2 files changed, 10 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog
index 6dec8c63714..9e8ccb1162e 100644
--- a/Build/source/texk/web2c/ChangeLog
+++ b/Build/source/texk/web2c/ChangeLog
@@ -1,3 +1,8 @@
+2019-03-11 Karl Berry <karl@tug.org>
+
+ * ac/web2c.ac (kpse_tex_progs) <luatex53>: remove.
+ <luatex>: depend on lua53, not lua52.
+
2019-01-19 Andreas Scherer <https://ascherer.github.io>
* help.h: Fix CTWILL '--help' text.
diff --git a/Build/source/texk/web2c/ac/web2c.ac b/Build/source/texk/web2c/ac/web2c.ac
index 27bd6bb2c8d..51736c78e5f 100644
--- a/Build/source/texk/web2c/ac/web2c.ac
+++ b/Build/source/texk/web2c/ac/web2c.ac
@@ -1,6 +1,8 @@
-## texk/web2c/ac/web2c.ac: configure.ac fragment for the TeX Live subdirectory texk/web2c/
+# $Id$
+# texk/web2c/ac/web2c.ac: configure.ac fragment for the TeX Live subdirectory texk/web2c/
dnl
-dnl Copyright (C) 2009-2015 Peter Breitenlohner <tex-live@tug.org>
+dnl Copyright 2016-2019 Karl Berry <tex-live@tug.org>
+dnl Copyright 2009-2015 Peter Breitenlohner <tex-live@tug.org>
dnl You may freely use, modify and/or distribute this file.
dnl
## configure options for TeX and MF
@@ -35,8 +37,7 @@ m4_define([kpse_tex_progs], [dnl
[[euptex], [yes], [yes], [e-upTeX], [ptexenc]],
[[aleph], [yes], [], [Aleph], []],
[[pdftex], [yes], [yes], [pdfTeX], [xpdf libpng]],
-[[luatex], [yes], [], [LuaTeX], [libpng zziplib lua52]],
-[[luatex53], [yes], [], [LuaTeX53], [libpng zziplib lua53]],
+[[luatex], [yes], [], [LuaTeX], [libpng zziplib lua53]],
[[luajittex], [yes], [], [LuaJITTeX], [libpng zziplib luajit]],
[[mp], [yes], [], [MetaPost], [mpfr cairo libpng]],
[[pmp], [yes], [], [pMetaPost], [mpfr cairo libpng ptexenc]],