summaryrefslogtreecommitdiff
path: root/Build/source/libs
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-01-07 21:44:58 +0000
committerKarl Berry <karl@freefriends.org>2024-01-07 21:44:58 +0000
commitd36a299077e13d73c7cf097784c5674fa9826e8e (patch)
treefabf369018c0a7f5a00444a68603cdb88317c023 /Build/source/libs
parent39716eb000e94233660cbfec4da9957bb47859b8 (diff)
reautoconf tree
git-svn-id: svn://tug.org/texlive/trunk@69342 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs')
-rwxr-xr-xBuild/source/libs/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/libs/configure b/Build/source/libs/configure
index a149782b0bb..af970279106 100755
--- a/Build/source/libs/configure
+++ b/Build/source/libs/configure
@@ -1550,7 +1550,7 @@ 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
- --disable-eptex do not compile and install e-pTeX
+ --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
@@ -4552,7 +4552,7 @@ case $enable_eptex in #(
yes | no) :
;; #(
*) :
- enable_eptex=yes ;;
+ enable_eptex=no ;;
esac
# Check whether --enable-eptex-synctex was given.