Hi John, John Darrington <[email protected]> skribis:
> I try to avoid pkg-config if at all possible. It is a source of constant > aggrevation. It’s the recommended method to check for Guile. > +PKG_PROG_PKG_CONFIG This line is unnecessary because PKG_CHECK_MODULES starts with: AC_REQUIRE([PKG_PROG_PKG_CONFIG]) > +m4_pattern_forbid([PKG_CHECK_MODULES]) > + > PKG_CHECK_MODULES([GUILE], [guile-2.0 >= 2.0.5]) Indeed, makes sense. I’ve applied added that line, thanks! Ludo’.
