Re: Master- patch - Fixing GUILE_PROGS wrong versioning checks

2016-06-27 Thread Andy Wingo
On Sun 26 Jun 2016 04:28, David Pirotte writes: > From 2d1593a6f9c7fc5f1636f9695e8685fcc6334cfd Mon Sep 17 00:00:00 2001 > From: David Pirotte > 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 version

Master- patch - Fixing GUILE_PROGS wrong versioning checks

2016-06-25 Thread David Pirotte
Hello, Attached. Note that the fix might be 'too strong': GUILE_PROG[2.x] will accept Guile 3.x versions ... I'm not sure about this :) feel free to update this patch in case we don't want that... Cheers, David From 2d1593a6f9c7fc5f1636f9695e8685fcc6334cfd Mon Sep 17 00:00:00 2001 From: David P