l...@gnu.org (Ludovic Courtès) skribis: > Andreas Enge <andr...@enge.fr> skribis: > >> On Mon, Nov 25, 2013 at 11:41:04PM +0100, Ludovic Courtès wrote: >>> I suspect this one-byte change is enough: >>> - (out-of-source? #f) >>> + (out-of-source? #t) >> >> No, because the configure in cmake-build-system does not call that of >> gnu-build-system; so this variable is not used. We would still have to >> modify cmake-build-system. > > Ah right. I think we should copy what gnu-build-system.scm does in its > ‘configure’ procedure.
Commit 977f03f does exactly that. Let me know how it works for you. Ludo’.