Aaron VanDevender <[EMAIL PROTECTED]> 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.


_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user

Reply via email to