summaryrefslogtreecommitdiff
path: root/Build/source/texk/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/texk/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/texk/configure')
-rwxr-xr-xBuild/source/texk/configure32
1 files changed, 0 insertions, 32 deletions
diff --git a/Build/source/texk/configure b/Build/source/texk/configure
index 9739282d1a3..0f05f812b88 100755
--- a/Build/source/texk/configure
+++ b/Build/source/texk/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
@@ -878,7 +877,6 @@ ttfdump
xdv2pdf
xdvik
xdvipdfmx
-tetex
texlive'
# Initialize some variables set by options.
@@ -1607,7 +1605,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
@@ -4638,25 +4635,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.
@@ -6359,16 +6337,6 @@ if test -x $srcdir/xdvipdfmx/configure; then
fi
-if test -x $srcdir/tetex/configure; then
- test "x$enable_tetex" = xno || SUBTEXK="$SUBTEXK tetex"
- DIST_SUBTEXK="$DIST_SUBTEXK tetex"
- if false; then
- subdirs="$subdirs tetex"
-
- fi
-fi
-
-
if test -x $srcdir/texlive/configure; then
test "x$enable_texlive" = xno || SUBTEXK="$SUBTEXK texlive"
DIST_SUBTEXK="$DIST_SUBTEXK texlive"