On Wed, 2019-07-17 at 20:55 -0400, Jeffrey Walton wrote: > checking whether closedir returns void... no > ./configure: line 9660: PKG_PROG_PKG_CONFIG: command not found > ./configure: line 9672: syntax error near unexpected token `GUILE,' > ./configure: line 9672: ` PKG_CHECK_MODULES(GUILE, guile-2.0, > have_guile=yes,'make: *** [config.status] Error 2
The only way this error can happen as far as I can tell, is if your configure script was rebuilt (autoconf was re-run to recreate it) and you don't have pkg-config installed so those autoconf macros were not expanded. The configure script that is shipped with the release tarball will not have this issue. If you DO need to re-run autoconf for some reason you'll definitely need to have pkg-config installed, and probably a bunch of other autotools with pretty modern versions. I would try to avoid it if your goal is to build on old systems. _______________________________________________ Bug-make mailing list Bug-make@gnu.org https://lists.gnu.org/mailman/listinfo/bug-make