summaryrefslogtreecommitdiff
path: root/Build/source/configure
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-08-26 18:02:11 +0000
committerKarl Berry <karl@freefriends.org>2011-08-26 18:02:11 +0000
commit94d8eec871be0ca8f1b658e064b3786333b288ef (patch)
tree3ff9129ebe68e22df5eea8e366db439db5ecd4a2 /Build/source/configure
parent4301ee320e58fbb4194ba20b63f75085557d0766 (diff)
rm (tc)dialog, rely on system program
git-svn-id: svn://tug.org/texlive/trunk@23695 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/configure')
-rwxr-xr-xBuild/source/configure21
1 files changed, 0 insertions, 21 deletions
diff --git a/Build/source/configure b/Build/source/configure
index 715d91a1fd8..3d0a0072fe2 100755
--- a/Build/source/configure
+++ b/Build/source/configure
@@ -761,7 +761,6 @@ enable_cxx_runtime_hack
enable_libtool_hack
enable_biber
enable_chktex
-enable_dialog
enable_ps2eps
enable_psutils
enable_t1utils
@@ -1563,7 +1562,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
@@ -3882,25 +3880,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.