diff options
author | Karl Berry <karl@freefriends.org> | 2022-01-21 17:38:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-01-21 17:38:44 +0000 |
commit | 52cd6cd830f8fc400e58c7f0a8ef09eaaccf02b7 (patch) | |
tree | 71db6f027ba3697b37ef00b7bca71fa6354dbddc /Build | |
parent | d4696bc762d79099bd38898faea19cd7af41c1f5 (diff) |
enable hitex by default
git-svn-id: svn://tug.org/texlive/trunk@61680 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rwxr-xr-x | Build/source/configure | 4 | ||||
-rwxr-xr-x | Build/source/libs/configure | 4 | ||||
-rwxr-xr-x | Build/source/texk/configure | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/ac/web2c.ac | 2 | ||||
-rwxr-xr-x | Build/source/texk/web2c/configure | 4 | ||||
-rwxr-xr-x | Build/source/utils/configure | 4 |
7 files changed, 15 insertions, 11 deletions
diff --git a/Build/source/configure b/Build/source/configure index 3274f401ab0..1f9fe2cb845 100755 --- a/Build/source/configure +++ b/Build/source/configure @@ -1670,7 +1670,7 @@ Optional Features: --disable-euptex do not compile and install e-upTeX --disable-euptex-synctex build e-upTeX without SyncTeX support --disable-aleph do not compile and install Aleph - --enable-hitex compile and install HiTeX + --disable-hitex do not compile and install HiTeX --disable-pdftex do not compile and install pdfTeX --disable-pdftex-synctex build pdfTeX without SyncTeX support --disable-luatex do not compile and install LuaTeX @@ -5499,7 +5499,7 @@ case $enable_hitex in #( yes | no) : ;; #( *) : - enable_hitex=no ;; + enable_hitex=yes ;; esac test "x$enable_web2c:$enable_hitex" = xyes:yes && { diff --git a/Build/source/libs/configure b/Build/source/libs/configure index 57269b3d08d..48c0018cfd0 100755 --- a/Build/source/libs/configure +++ b/Build/source/libs/configure @@ -1561,7 +1561,7 @@ Optional Features: --disable-euptex do not compile and install e-upTeX --disable-euptex-synctex build e-upTeX without SyncTeX support --disable-aleph do not compile and install Aleph - --enable-hitex compile and install HiTeX + --disable-hitex do not compile and install HiTeX --disable-pdftex do not compile and install pdfTeX --disable-pdftex-synctex build pdfTeX without SyncTeX support --disable-luatex do not compile and install LuaTeX @@ -4571,7 +4571,7 @@ case $enable_hitex in #( yes | no) : ;; #( *) : - enable_hitex=no ;; + enable_hitex=yes ;; esac test "x$enable_web2c:$enable_hitex" = xyes:yes && { diff --git a/Build/source/texk/configure b/Build/source/texk/configure index 4bc1b620a62..56604ff1356 100755 --- a/Build/source/texk/configure +++ b/Build/source/texk/configure @@ -1561,7 +1561,7 @@ Optional Features: --disable-euptex do not compile and install e-upTeX --disable-euptex-synctex build e-upTeX without SyncTeX support --disable-aleph do not compile and install Aleph - --enable-hitex compile and install HiTeX + --disable-hitex do not compile and install HiTeX --disable-pdftex do not compile and install pdfTeX --disable-pdftex-synctex build pdfTeX without SyncTeX support --disable-luatex do not compile and install LuaTeX @@ -4571,7 +4571,7 @@ case $enable_hitex in #( yes | no) : ;; #( *) : - enable_hitex=no ;; + enable_hitex=yes ;; esac test "x$enable_web2c:$enable_hitex" = xyes:yes && { diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog index 2e659c43903..912987c1039 100644 --- a/Build/source/texk/web2c/ChangeLog +++ b/Build/source/texk/web2c/ChangeLog @@ -1,3 +1,7 @@ +2022-01-21 Karl Berry <karl@freefriends.org> + + * ac/web2c.ac (kpse_tex_progs): enable hitex by default. + 2022-01-18 Karl Berry <karl@freefriends.org> * doc/web2c.texi (TeX extensions): mention pdftex manual and diff --git a/Build/source/texk/web2c/ac/web2c.ac b/Build/source/texk/web2c/ac/web2c.ac index aec20a703c5..5e9bbf3cf2d 100644 --- a/Build/source/texk/web2c/ac/web2c.ac +++ b/Build/source/texk/web2c/ac/web2c.ac @@ -36,7 +36,7 @@ m4_define([kpse_tex_progs], [dnl [[uptex], [yes], [yes], [upTeX], [ptexenc zlib]], [[euptex], [yes], [yes], [e-upTeX], [ptexenc zlib]], [[aleph], [yes], [], [Aleph], []], -[[hitex], [no], [], [HiTeX], [zlib]], +[[hitex], [yes], [], [HiTeX], [zlib]], [[pdftex], [yes], [yes], [pdfTeX], [xpdf libpng zlib]], [[luatex], [yes], [], [LuaTeX], [pplib libpng zziplib lua53]], [[luajittex], [yes], [], [LuaJITTeX], [pplib libpng zziplib luajit]], diff --git a/Build/source/texk/web2c/configure b/Build/source/texk/web2c/configure index 56069488cb0..aa36ff72ee0 100755 --- a/Build/source/texk/web2c/configure +++ b/Build/source/texk/web2c/configure @@ -1787,7 +1787,7 @@ Optional Features: --disable-euptex do not compile and install e-upTeX --disable-euptex-synctex build e-upTeX without SyncTeX support --disable-aleph do not compile and install Aleph - --enable-hitex compile and install HiTeX + --disable-hitex do not compile and install HiTeX --disable-pdftex do not compile and install pdfTeX --disable-pdftex-synctex build pdfTeX without SyncTeX support --disable-luatex do not compile and install LuaTeX @@ -19824,7 +19824,7 @@ case $enable_hitex in #( yes | no) : ;; #( *) : - enable_hitex=no ;; + enable_hitex=yes ;; esac test "x$enable_web2c:$enable_hitex" = xyes:yes && { diff --git a/Build/source/utils/configure b/Build/source/utils/configure index 0baea8c6ae5..1153f2530f2 100755 --- a/Build/source/utils/configure +++ b/Build/source/utils/configure @@ -1561,7 +1561,7 @@ Optional Features: --disable-euptex do not compile and install e-upTeX --disable-euptex-synctex build e-upTeX without SyncTeX support --disable-aleph do not compile and install Aleph - --enable-hitex compile and install HiTeX + --disable-hitex do not compile and install HiTeX --disable-pdftex do not compile and install pdfTeX --disable-pdftex-synctex build pdfTeX without SyncTeX support --disable-luatex do not compile and install LuaTeX @@ -4571,7 +4571,7 @@ case $enable_hitex in #( yes | no) : ;; #( *) : - enable_hitex=no ;; + enable_hitex=yes ;; esac test "x$enable_web2c:$enable_hitex" = xyes:yes && { |