diff options
author | Karl Berry <karl@freefriends.org> | 2019-03-11 16:27:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-03-11 16:27:36 +0000 |
commit | 0d1fe251af3bfe4a6727482ebb290910f43e4e00 (patch) | |
tree | 122ffec76af29693d3712551e47673b2334ee1b0 /Build/source/configure | |
parent | 55a2e5b76dadf5f51dd4c30f7fa7c0bf2a0ff303 (diff) |
reautoconf
git-svn-id: svn://tug.org/texlive/trunk@50337 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/configure')
-rwxr-xr-x | Build/source/configure | 21 |
1 files changed, 2 insertions, 19 deletions
diff --git a/Build/source/configure b/Build/source/configure index b5c3f477da0..6ab436efb89 100755 --- a/Build/source/configure +++ b/Build/source/configure @@ -823,7 +823,6 @@ enable_aleph enable_pdftex enable_pdftex_synctex enable_luatex -enable_luatex53 enable_luajittex enable_mp enable_pmp @@ -1631,7 +1630,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 @@ -4491,7 +4489,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. @@ -4666,22 +4665,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. |