guile.m4 allows selection of guile 2.0, 1.8, etc.
authorAndy Wingo <wingo@pobox.com>
Fri, 30 Mar 2012 18:04:16 +0000 (20:04 +0200)
committerAndy Wingo <wingo@pobox.com>
Sun, 10 Mar 2013 22:34:50 +0000 (23:34 +0100)
commitccd0ae1fbb1c8c942a89bf84272377b341739e0f
treeb0d7dec194e322f1239cbbfe28c643771149086d
parent988ca6b212fce6d9419d1ffce8f115425ade3a9f
guile.m4 allows selection of guile 2.0, 1.8, etc.

* meta/guile.m4 (GUILE_PKG): New macro, chooses a version of Guile
  against which to compile.
  (GUILE_FLAGS, GUILE_PROGS): Rewrite to call GUILE_PKG as necessary, to
  respect any previous call to GUILE_PKG, and to not require
  guile-tools.
meta/guile.m4