summaryrefslogtreecommitdiff
path: root/Build/source/texk/configure
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-03-11 16:27:36 +0000
committerKarl Berry <karl@freefriends.org>2019-03-11 16:27:36 +0000
commit0d1fe251af3bfe4a6727482ebb290910f43e4e00 (patch)
tree122ffec76af29693d3712551e47673b2334ee1b0 /Build/source/texk/configure
parent55a2e5b76dadf5f51dd4c30f7fa7c0bf2a0ff303 (diff)
reautoconf
git-svn-id: svn://tug.org/texlive/trunk@50337 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/configure')
-rwxr-xr-xBuild/source/texk/configure21
1 files changed, 2 insertions, 19 deletions
diff --git a/Build/source/texk/configure b/Build/source/texk/configure
index 40979d3ac30..f46b282f239 100755
--- a/Build/source/texk/configure
+++ b/Build/source/texk/configure
@@ -732,7 +732,6 @@ enable_aleph
enable_pdftex
enable_pdftex_synctex
enable_luatex
-enable_luatex53
enable_luajittex
enable_mp
enable_pmp
@@ -1518,7 +1517,6 @@ Optional Features:
--disable-pdftex do not compile and install pdfTeX
--disable-pdftex-synctex build pdfTeX without SyncTeX support
--disable-luatex do not compile and install LuaTeX
- --disable-luatex53 do not compile and install LuaTeX53
--disable-luajittex do not compile and install LuaJITTeX
--disable-mp do not compile and install MetaPost
--disable-pmp do not compile and install pMetaPost
@@ -3671,7 +3669,8 @@ test "x$enable_web2c" = xno || {
need_zlib=yes
}
-## texk/web2c/ac/web2c.ac: configure.ac fragment for the TeX Live subdirectory texk/web2c/
+# $Id: web2c.ac 50336 2019-03-11 16:22:18Z karl $
+# texk/web2c/ac/web2c.ac: configure.ac fragment for the TeX Live subdirectory texk/web2c/
## configure options for TeX and MF
# Check whether --with-banner-add was given.
@@ -3846,22 +3845,6 @@ esac
test "x$enable_web2c:$enable_luatex" = xyes:yes && {
need_libpng=yes
need_zziplib=yes
- need_lua52=yes
-}
-# Check whether --enable-luatex53 was given.
-if test "${enable_luatex53+set}" = set; then :
- enableval=$enable_luatex53;
-fi
-case $enable_luatex53 in #(
- yes | no) :
- ;; #(
- *) :
- enable_luatex53=yes ;;
-esac
-
-test "x$enable_web2c:$enable_luatex53" = xyes:yes && {
- need_libpng=yes
- need_zziplib=yes
need_lua53=yes
}
# Check whether --enable-luajittex was given.