Re: PATCH: Detect missing pkg.m4

2013-11-23 Thread Ludovic Courtès
Hi John, John Darrington 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_CONF

PATCH: Detect missing pkg.m4

2013-11-23 Thread John Darrington
configure.ac depends on pkg-config I try to avoid pkg-config if at all possible. It is a source of constant aggrevation. However, if it is absolutely unavoidable I recommend the attached patch. It detects pkg-config problems early in the bootstrap process, rather than delaying their discove