there are two tests - and you get the failure on the 2st one, which checks for
equality of versions, in
PKG_CHECK_MODULES.
You need to change '=' there to '>='
(and ./bootstrap)
On 26 June 2024 15:30:53 BST, Michael Orlitzky wrote:
>On Wed, 2024-06-26 at 15:26 +0100, John Cremona wrote:
>> In
On Wed, 2024-06-26 at 15:26 +0100, John Cremona wrote:
> In build/pkgs/eclib/spkg-configure.m4 tere is code to check whether an
> already installed version of eclib is new enough. It use to check that the
> version agreed exactly, but now it uses [ge] ("greater or equal") to do
> this.
>
Did you