Hi Zelphir,
On Tue, Feb 16, 2021 at 01:23:34AM +0100, Zelphir Kaltstahl wrote: ... > The line in the generated `configure` file looks quite simple. It is only: > > ~~~~ > GUILE_PKG(3.0 2.2 2.0) > ~~~~ > It looks like there could be a simple fix, but I do not know what to do > about this error and how that error could happen in the first place. IIUC, the macro args should be in square brackets: GUILE_PKG([3.0 2.2 2.0]) -- Vladimir