guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Better support for transition to guile-1.6


From: Thomas Wawrzinek
Subject: Re: Better support for transition to guile-1.6
Date: Mon, 15 Oct 2001 09:26:10 +0200 (MEST)

Hi!

address@hidden wrote:
 > For this case, how do we write an autoconf macro to help check that
 > the installed Guile is new enough?

Martin Grabmueller's original srfi-13 implementation for guile has
this in configure.in:

if test "`guile -c '(display (string>=? (version) "1.4.1"))'`" != "#t"; then
  AC_MSG_ERROR([Your Guile is too old.  You need CVS Guile January 2001 or
  later.])
fi

Maybe this could serve as a basis.

Regards,

                        Thomas



reply via email to

[Prev in Thread] Current Thread [Next in Thread]