Waldek,
in configure.ac there is ...
sbcl)
if echo $fricas_lisp_version | grep '^0\.' > /dev/null || \
echo $fricas_lisp_version | grep '^1\.0.[[0-6]]$' >
/dev/null ; then
AC_MSG_ERROR([sbcl $fricas_lisp_version is too old])
fi
Why is there [[0-6]] instead of just [0-6] as the regular expression.
Looks like a bug to me.
Ralf
--
You received this message because you are subscribed to the Google Groups "FriCAS -
computer algebra system" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/fricas-devel?hl=en.