Re: DejaGnu: configure and runtest don't detect TCL version
Ben Elliston <[email protected]>
| Newsgroups | gmane.comp.sysutils.dejagnu.bugs |
|---|---|
| Message-ID | <[email protected]> |
Richard Dawe <[email protected]> writes: > Perhaps either configure or runtest should detect which version of > TCL is available. configure could fail, if the minimum version were > not available. runtest could abort, if the minimum version were not > available. I've committed the following patch to the trunk: * configure.ac: Ensure Tcl is at version 8.3 or greater. * configure: Regenerate. Thanks for the report. Ben