On Sun 26 Jun 2016 04:28, David Pirotte <da...@altosw.be> writes: > From 2d1593a6f9c7fc5f1636f9695e8685fcc6334cfd Mon Sep 17 00:00:00 2001 > From: David Pirotte <da...@altosw.be> > Date: Sat, 25 Jun 2016 23:07:48 -0300 > Subject: [PATCH 3/3] Fixing GUILE_PROGS wrong versioning checks > > * meta/guile.m4: Fixing GUILE_PROGS versioning checks were wrong and > incomplete, leading to false errors like: "... checking for Guile > version >= 2.0.11... configure: error: Guile 2.0.11 required, but > 2.1.3 found". > > thanks to Colomban Wendling, aka b4n, who also suggested this fix > during a chat on #autotools while helping me wrt another autotool > related problem I was nvestigating.
Applied, thanks :) Andy