Ludovic Courtès writes: > That macro is provided by pkg.m4, from the ‘pkg-config’ package. Thus, > if you install ‘pkg-config’, Autoconf should automatically find it.
Aaaahhhh..... Of course I thought about pkg-config. But I thought I had installed it. Which I had - through apt-get. And then autoconf via guix, so autoconf can't possibly know about pkg-config. First lesson about Guix ;-) With that out of the way, and lots of other stuff installed via Guix (gcc, glibc, guile, bzip2, sqlite, and perhaps a few more), "configure" runs to the end without complaining. But then "make" fails: make: *** No rule to make target `nix/libstore/schema.sql', needed by `nix/libstore/schema.sql.hh'. Stop. SQL isn't my strong point either :-( Konrad.
