From eeefc6bc7d0b3af828a0c623ff63020b19d3bdcd Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Sun, 14 Aug 2011 14:23:26 +0000 Subject: upTeX and e-upTeX (preliminary) git-svn-id: svn://tug.org/texlive/trunk@23549 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/libs/configure | 46 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) (limited to 'Build/source/libs/configure') diff --git a/Build/source/libs/configure b/Build/source/libs/configure index 110566bbd54..0e36c89b340 100755 --- a/Build/source/libs/configure +++ b/Build/source/libs/configure @@ -699,6 +699,10 @@ enable_ptex enable_ptex_synctex enable_eptex enable_eptex_synctex +enable_uptex +enable_uptex_synctex +enable_euptex +enable_euptex_synctex enable_aleph enable_pdftex enable_pdftex_synctex @@ -1485,6 +1489,10 @@ Optional Features: --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 + --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 --disable-aleph do not compile and install Aleph --disable-pdftex do not compile and install pdfTeX --disable-pdftex-synctex build pdfTeX without SyncTeX support @@ -3547,6 +3555,44 @@ fi test "x$enable_web2c:$enable_eptex" = xyes:yes && { need_ptexenc=yes } +# Check whether --enable-uptex was given. +if test "${enable_uptex+set}" = set; then : + enableval=$enable_uptex; +fi +case $enable_uptex in #( + yes | no) : + ;; #( + *) : + enable_uptex=yes ;; +esac + +# Check whether --enable-uptex-synctex was given. +if test "${enable_uptex_synctex+set}" = set; then : + enableval=$enable_uptex_synctex; +fi + +test "x$enable_web2c:$enable_uptex" = xyes:yes && { + need_ptexenc=yes +} +# Check whether --enable-euptex was given. +if test "${enable_euptex+set}" = set; then : + enableval=$enable_euptex; +fi +case $enable_euptex in #( + yes | no) : + ;; #( + *) : + enable_euptex=yes ;; +esac + +# Check whether --enable-euptex-synctex was given. +if test "${enable_euptex_synctex+set}" = set; then : + enableval=$enable_euptex_synctex; +fi + +test "x$enable_web2c:$enable_euptex" = xyes:yes && { + need_ptexenc=yes +} # Check whether --enable-aleph was given. if test "${enable_aleph+set}" = set; then : enableval=$enable_aleph; -- cgit v1.2.3