Remove Tcl version check in configure
commit90dc957ea55da30b02e0f2936bc106f02f5f777d
authorJacob Bachmeyer <jcb@gnu.org>
Thu, 17 Dec 2020 02:20:00 +0000 (16 20:20 -0600)
committerJacob Bachmeyer <jcb@gnu.org>
Thu, 17 Dec 2020 02:20:00 +0000 (16 20:20 -0600)
treedc8e5ead1196c26135ac867b0c0112ff3e6f8c99
parentf8434143141088750188ee9a2e966447d7f1c265
Remove Tcl version check in configure

Tcl versions old enough to be incompatible with DejaGnu are very unlikely
to be encountered "in the wild" and there were ways for configure to find
one version of Tcl, but DejaGnu to actually run with a different instance
installed somewhere else on the system.

Further, testing for specific versions is generally discouraged in favor
of testing for the features actually used.  Simply running the DejaGnu
testsuite will provide adequate assurance that the Tcl installation
found by the runtest script is sufficient for running DejaGnu.
ChangeLog
configure.ac