summaryrefslogtreecommitdiff
path: root/Build/source/libs/configure
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-12-16 01:16:18 +0000
committerKarl Berry <karl@freefriends.org>2012-12-16 01:16:18 +0000
commit3c610bf3d4ef6a2ec23b043c8f05427a8a73c861 (patch)
tree1c5187c54d20fb0193aa1ace4c789f286a7f39ea /Build/source/libs/configure
parent78b57f12e537918f0e6f9f9a1d8d0017cb6c86ba (diff)
remove texk/tetex directory (at last)
git-svn-id: svn://tug.org/texlive/trunk@28543 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/configure')
-rwxr-xr-xBuild/source/libs/configure21
1 files changed, 0 insertions, 21 deletions
diff --git a/Build/source/libs/configure b/Build/source/libs/configure
index da57d86c6a6..2824ab91655 100755
--- a/Build/source/libs/configure
+++ b/Build/source/libs/configure
@@ -793,7 +793,6 @@ enable_xdv2pdf
enable_xdvik
with_xdvi_x_toolkit
enable_xdvipdfmx
-enable_tetex
enable_texlive
with_system_harfbuzz
with_system_icu
@@ -1589,7 +1588,6 @@ Optional Features:
--disable-xdv2pdf do not build the xdv2pdf package
--disable-xdvik do not build the xdvik package
--disable-xdvipdfmx do not build the xdvipdfmx package
- --disable-tetex do not build the tetex (teTeX scripts) package
--disable-texlive do not build the texlive (TeX Live scripts) package
--disable-mktexmf-default do not run mktexmf if MF source missing
--disable-mktexpk-default do not run mktexpk if PK font missing
@@ -4620,25 +4618,6 @@ test "x$enable_xdvipdfmx" = xno || {
}
-## texk/tetex/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/tetex/
-## configure options and TL libraries required for tetex
-# Check whether --enable-tetex was given.
-if test "${enable_tetex+set}" = set; then :
- enableval=$enable_tetex;
-fi
-case $enable_tetex in #(
- yes|no) :
- ;; #(
- *) :
-
- enable_tetex=$enable_all_pkgs
- { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming \`--enable-tetex=$enable_tetex'" >&5
-$as_echo "$as_me: Assuming \`--enable-tetex=$enable_tetex'" >&6;}
- ac_configure_args="$ac_configure_args '--enable-tetex=$enable_tetex'"
- ;;
-esac
-
-
## texk/texlive/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/texlive/
## configure options and TL libraries required for texlive
# Check whether --enable-texlive was given.