diff options
author | Karl Berry <karl@freefriends.org> | 2023-02-09 21:26:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-02-09 21:26:50 +0000 |
commit | 17a64c223cc48642e7e5f37094d1a75b2e111f45 (patch) | |
tree | a68db1e94b85b3c80a685641ec24dd3a24731d8c /Build/source/configure | |
parent | 1d76989ba8a9ed4861f7ae979511ada014cbabd7 (diff) |
version/NEWS preparing for 2023
git-svn-id: svn://tug.org/texlive/trunk@65770 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/configure')
-rwxr-xr-x | Build/source/configure | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Build/source/configure b/Build/source/configure index 1213d4ce2d3..91cb5dd65a7 100755 --- a/Build/source/configure +++ b/Build/source/configure @@ -1664,11 +1664,11 @@ Optional Features: --enable-tex-synctex build TeX with SyncTeX support --enable-etex compile and install e-TeX --disable-etex-synctex build e-TeX without SyncTeX support - --disable-ptex do not compile and install pTeX + --enable-ptex compile and install pTeX --disable-ptex-synctex build pTeX without SyncTeX support --disable-eptex do not compile and install e-pTeX --disable-eptex-synctex build e-pTeX without SyncTeX support - --disable-uptex do not compile and install upTeX + --enable-uptex compile and install upTeX --disable-uptex-synctex build upTeX without SyncTeX support --disable-euptex do not compile and install e-upTeX --disable-euptex-synctex build e-upTeX without SyncTeX support @@ -5408,7 +5408,7 @@ case $enable_ptex in #( yes | no) : ;; #( *) : - enable_ptex=yes ;; + enable_ptex=no ;; esac # Check whether --enable-ptex-synctex was given. @@ -5452,7 +5452,7 @@ case $enable_uptex in #( yes | no) : ;; #( *) : - enable_uptex=yes ;; + enable_uptex=no ;; esac # Check whether --enable-uptex-synctex was given. @@ -26430,11 +26430,11 @@ msg_compiling="$msg_compiling test "x$srcdir" = x. || msg_compiling="$msg_compiling from sources in $kpse_src" { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: -** Configuration summary for $PACKAGE_STRING (2023/dev$with_banner_add): +** Configuration summary for $PACKAGE_STRING (2023$with_banner_add): $msg_compiling" >&5 printf "%s\n" " -** Configuration summary for $PACKAGE_STRING (2023/dev$with_banner_add): +** Configuration summary for $PACKAGE_STRING (2023$with_banner_add): $msg_compiling" >&6; } case $kpse_src$kpse_bld in |