Paul Emsley writes:
> Would you accept a patch?
Yes of course! :-)
Since it will probably count as "legally significant", you'll have to
assign copyright to the FSF, though. Please email me off-line for the
details if you're willing to do it.
Thanks,
Ludo'.
Linas Vepstas gmail.com> writes:
> 2009/8/8 Peter TB Brett peter-b.co.uk>:
> > Hi everyone,
> >
> > Currently, there appear to be two ways to check for the presence of
> > Guile:
> >
> > PKG_CHECK_MODULES(GUILE, [guile-1.8])
>
> I believe that the following should work:
>
> PKG_CHECK_MODULES(G
2009/8/8 Peter TB Brett :
> Hi everyone,
>
> Currently, there appear to be two ways to check for the presence of
> Guile:
>
> PKG_CHECK_MODULES(GUILE, [guile-1.8])
I believe that the following should work:
PKG_CHECK_MODULES(GUILE, guile >= 1.8.3)
or something like that. Grepping various configu