diff options
author | Karl Berry <karl@freefriends.org> | 2012-12-16 01:16:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-12-16 01:16:18 +0000 |
commit | 3c610bf3d4ef6a2ec23b043c8f05427a8a73c861 (patch) | |
tree | 1c5187c54d20fb0193aa1ace4c789f286a7f39ea /Build/source/configure | |
parent | 78b57f12e537918f0e6f9f9a1d8d0017cb6c86ba (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/configure')
-rwxr-xr-x | Build/source/configure | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/Build/source/configure b/Build/source/configure index 67a44a109d1..d30c0dc5446 100755 --- a/Build/source/configure +++ b/Build/source/configure @@ -882,7 +882,6 @@ enable_xdv2pdf enable_xdvik with_xdvi_x_toolkit enable_xdvipdfmx -enable_tetex enable_texlive with_system_harfbuzz with_system_icu @@ -1686,7 +1685,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 @@ -5422,25 +5420,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. |