Require gcl 2.6.14 or later
commit2685a367fee7b81af650f6da266287c6447f9878
authorRaymond Toy <toy.raymond@gmail.com>
Sun, 28 Jul 2024 15:03:22 +0000 (28 08:03 -0700)
committerRaymond Toy <toy.raymond@gmail.com>
Sun, 28 Jul 2024 20:21:25 +0000 (28 13:21 -0700)
treefb21c38e4a8df4a95b1e370891dc10e50719fbba
parentdb0304a649474c0a5e75523250d4448e18cba8c7
Require gcl 2.6.14 or later

Updates the check so that we require gcl 2.6.14 or later instead of
2.6.13.

This also cleans up some code.  First, remove the version check that
was done when the path to gcl was given explicitly.  The version will
be checked later anyway.

Second, take advantage of the gcl 2.6.14 having variables giving the
major, minor, and extra version numbers.  Then we don't have to do the
heuristic of extracting the version number from the
`lisp-implementation-version`.
configure.ac