aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2016-02-18 06:58:51 +1100
committerBen Elliston <bje@gnu.org>2016-02-18 06:58:51 +1100
commit41f3206b3db4b0e4317836cb1fb40b235f238954 (patch)
tree8971d5cc0535562716f29eb8673125d421abf2dd /configure.ac
parentf84f9a283c700c290c8bb492ef9ad03b7835a8ec (diff)
downloaddejagnu-41f3206b3db4b0e4317836cb1fb40b235f238954.zip
dejagnu-41f3206b3db4b0e4317836cb1fb40b235f238954.tar.gz
dejagnu-41f3206b3db4b0e4317836cb1fb40b235f238954.tar.bz2
* configure.ac: Require Tcl version 8.6 at a minimum.
* configure: Regenerate.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 6f44113..e51aa9a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -43,17 +43,17 @@ if test -z $ac_cv_path_EXPECT ; then
AC_MSG_ERROR([unable to locate expect])
fi
-dnl Check the Tcl version is >= 8.3.
-AC_MSG_CHECKING([Tcl version 8.3 or greater])
+dnl Check the Tcl version is >= 8.6.
+AC_MSG_CHECKING([Tcl version 8.6 or greater])
AC_CACHE_VAL(ac_cv_dg_tcl_modern,[
ac_cv_dg_tcl_modern=`$EXPECT << EOF
-if @<:@ expr \\${tcl_version} >= 8.3 @:>@ then { puts yes } else { puts no }
+if @<:@ expr \\${tcl_version} >= 8.6 @:>@ then { puts yes } else { puts no }
EOF`
])
if test x${ac_cv_dg_tcl_modern} = xyes ; then
AC_MSG_RESULT(${ac_cv_dg_tcl_modern})
else
- AC_MSG_ERROR([Tcl 8.3 or greater is required])
+ AC_MSG_ERROR([Tcl 8.6 or greater is required])
fi
if test x"$DEJAGNU" = x