From 41f3206b3db4b0e4317836cb1fb40b235f238954 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Thu, 18 Feb 2016 06:58:51 +1100 Subject: * configure.ac: Require Tcl version 8.6 at a minimum. * configure: Regenerate. --- configure.ac | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'configure.ac') 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 -- cgit v1.1