On Sat 19 Feb 2011 15:05, Bruno Haible <[email protected]> writes: > After guile-2.0.0 is installed, $PREFIX/bin/guile-config contains a comment > "This script has been deprecated. Just use pkg-config." But the file > $PREFIX/share/aclocal/guile.m4 contains a macro GUILE_PROGS which aborts the > configuration if 'guile-config' is not found. > > So, is guile-config deprecated or not?
It is deprecated, yes. I have fixed the examples to use pkg-config. I did not fix guile.m4 though, as the current system does have the characteristic of selecting for whatever version of Guile you have installed, though not allowing you to choose. The way forward is to recommend pkg-config for do-it-yourself folk, and for the rest of us to rely on the Guile support into Automake: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7995 Ideally we can figure out a way to merge in your -rpath code into pkg.m4. Cheers, Andy -- http://wingolog.org/
