Re: guile and libtool

2009-08-08 Thread Ludovic Courtès
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'.

Re: Checking for guile from configure -- forward compat.

2009-08-08 Thread Peter TB Brett
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

Re: Checking for guile from configure -- forward compat.

2009-08-08 Thread Linas Vepstas
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