diff options
Diffstat (limited to 'Build/source/texk/configure')
-rwxr-xr-x | Build/source/texk/configure | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/Build/source/texk/configure b/Build/source/texk/configure index 2522a02e72f..1bd477f63cb 100755 --- a/Build/source/texk/configure +++ b/Build/source/texk/configure @@ -672,7 +672,6 @@ enable_cxx_runtime_hack enable_libtool_hack enable_biber enable_chktex -enable_dialog enable_ps2eps enable_psutils enable_t1utils @@ -1483,7 +1482,6 @@ Optional Features: --enable-libtool-hack ignore libtool dependency_libs --disable-biber do not build the biber package --disable-chktex do not build the chktex package - --disable-dialog do not build the dialog package --disable-ps2eps do not build the ps2eps package --disable-psutils do not build the psutils package --disable-t1utils do not build the t1utils package @@ -3235,25 +3233,6 @@ $as_echo "$as_me: Assuming \`--enable-chktex=$enable_chktex'" >&6;} esac -## utils/dialog/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory utils/dialog/ -## configure options and TL libraries required for dialog -# Check whether --enable-dialog was given. -if test "${enable_dialog+set}" = set; then : - enableval=$enable_dialog; -fi -case $enable_dialog in #( - yes|no) : - ;; #( - *) : - - enable_dialog=$enable_all_pkgs - { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming \`--enable-dialog=$enable_dialog'" >&5 -$as_echo "$as_me: Assuming \`--enable-dialog=$enable_dialog'" >&6;} - ac_configure_args="$ac_configure_args '--enable-dialog=$enable_dialog'" - ;; -esac - - ## utils/ps2eps/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory utils/ps2eps/ ## configure options and TL libraries required for ps2eps # Check whether --enable-ps2eps was given. |