aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb@gnu.org>2020-12-16 21:22:35 -0500
committerJacob Bachmeyer <jcb@gnu.org>2020-12-16 21:22:35 -0500
commit775278e054845015254643b1ff16e0b993ce4036 (patch)
tree14128629af612588c7897c10aa7bfca4ded457da /configure
parent90dc957ea55da30b02e0f2936bc106f02f5f777d (diff)
downloaddejagnu-775278e054845015254643b1ff16e0b993ce4036.zip
dejagnu-775278e054845015254643b1ff16e0b993ce4036.tar.gz
dejagnu-775278e054845015254643b1ff16e0b993ce4036.tar.bz2
Regenerate build system files
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure19
1 files changed, 0 insertions, 19 deletions
diff --git a/configure b/configure
index 56add24..c2a509a 100755
--- a/configure
+++ b/configure
@@ -3977,25 +3977,6 @@ if test -z "$AWK"; then
as_fn_error $? "AWK not installed" "$LINENO" 5
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking Tcl version 8.5 or greater" >&5
-$as_echo_n "checking Tcl version 8.5 or greater... " >&6; }
-if ${ac_cv_dg_tcl_modern+:} false; then :
- $as_echo_n "(cached) " >&6
-else
-
- ac_cv_dg_tcl_modern=`$EXPECT << EOF
-if [ expr \\${tcl_version} >= 8.5 ] then { puts yes } else { puts no }
-EOF`
-
-fi
-
-if test x${ac_cv_dg_tcl_modern} = xyes ; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_cv_dg_tcl_modern}" >&5
-$as_echo "${ac_cv_dg_tcl_modern}" >&6; }
-else
- as_fn_error $? "Tcl 8.5 or greater is required" "$LINENO" 5
-fi
-
if test x"$DEJAGNU" = x
then
DEJAGNU="/dev/null"