guile-user
[Top][All Lists]
Advanced

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

Re: guile.m4


From: Kevin Ryde
Subject: Re: guile.m4
Date: Thu, 15 Jun 2006 10:57:22 +1000
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

Aaron VanDevender <address@hidden> writes:
>
> +# GUILE_CHECK_VERSION -- check for a particular Guile version
> +#
> +# Usage: GUILE_CHECK_VERSION(MIN-VERSION, [ACTION-IF-FOUND], 
> [ACTION-IF-NOTFOUND])

The autoconf philosophy is usually not to check version numbers
explicitly if it can be avoided, better to check for desired
feature(s).

Since guile is interpreted you can do a lot at runtime instead of
worrying about it during configure too.




reply via email to

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