From 488c1c703069d235e225c2f4576c65a690a0d449 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 18 Apr 2024 22:38:26 +0000 Subject: reautoconf git-svn-id: svn://tug.org/texlive/trunk@70986 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/configure | 26 -------------------------- 1 file changed, 26 deletions(-) (limited to 'Build/source/texk/configure') diff --git a/Build/source/texk/configure b/Build/source/texk/configure index f53ed198448..7c06943a2ab 100755 --- a/Build/source/texk/configure +++ b/Build/source/texk/configure @@ -751,8 +751,6 @@ enable_etex enable_etex_synctex enable_ptex enable_ptex_synctex -enable_eptex -enable_eptex_synctex enable_uptex enable_uptex_synctex enable_euptex @@ -1553,8 +1551,6 @@ Optional Features: --disable-etex-synctex build e-TeX without SyncTeX support --enable-ptex compile and install pTeX --disable-ptex-synctex build pTeX without SyncTeX support - --enable-eptex compile and install e-pTeX - --disable-eptex-synctex build e-pTeX without SyncTeX support --enable-uptex compile and install upTeX --disable-uptex-synctex build upTeX without SyncTeX support --disable-euptex do not compile and install e-upTeX @@ -4550,28 +4546,6 @@ test "x$enable_web2c:$enable_ptex" = xyes:yes && { need_ptexenc=yes need_zlib=yes } -# Check whether --enable-eptex was given. -if test ${enable_eptex+y} -then : - enableval=$enable_eptex; -fi -case $enable_eptex in #( - yes | no) : - ;; #( - *) : - enable_eptex=no ;; -esac - -# Check whether --enable-eptex-synctex was given. -if test ${enable_eptex_synctex+y} -then : - enableval=$enable_eptex_synctex; -fi - -test "x$enable_web2c:$enable_eptex" = xyes:yes && { - need_ptexenc=yes - need_zlib=yes -} # Check whether --enable-uptex was given. if test ${enable_uptex+y} then : -- cgit v1.2.3