From 0d1fe251af3bfe4a6727482ebb290910f43e4e00 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 11 Mar 2019 16:27:36 +0000 Subject: reautoconf git-svn-id: svn://tug.org/texlive/trunk@50337 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/libs/configure | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) (limited to 'Build/source/libs') diff --git a/Build/source/libs/configure b/Build/source/libs/configure index 96c7e105c85..a49e1e1a477 100755 --- a/Build/source/libs/configure +++ b/Build/source/libs/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. @@ -3844,22 +3843,6 @@ case $enable_luatex in #( 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 -- cgit v1.2.3