allow specifying a required version in GUILE_PROGS
authorAleix Conchillo Flaque <aconchillo@gmail.com>
Thu, 3 Oct 2013 22:49:07 +0000 (15:49 -0700)
committerLudovic Courtès <ludo@gnu.org>
Sat, 21 Dec 2013 21:01:45 +0000 (22:01 +0100)
commitecf0498df562c1e5cf5b6d585fd9e8a9fe6cebe4
tree9c5bcd332c63422107422010c41e2500dffa554d
parent0b83be7eb64eb11479d2bec867d428afb46b5f58
allow specifying a required version in GUILE_PROGS

* meta/guile.m4: GUILE_PROGS now takes an optional argument to specify a
  required Guile version. By default, it requires Guile >= 2.0. A micro
  version can also be specified (e.g. GUILE_PROGS([2.0.10])).

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
meta/guile.m4