> There is no configure script in the release tarball, so I think we
> either need this or:
Ah ok then... (zero? (system* "autoreconf" "-vfi")) might be nicer
than (system* "./bootstrap.sh") but doesn't really matter. I thought
that when you create a tarball with `make dist` the configure file is
David Craven writes:
> I don't think we need this:
>
> (arguments
> + '(#:phases
> + (modify-phases %standard-phases
> + (add-before 'configure 'bootstrap
> +(lambda _
> + (system* "./bootstrap")
> + #t)
>
>> +
I don't think we need this:
(arguments
+ '(#:phases
+ (modify-phases %standard-phases
+ (add-before 'configure 'bootstrap
+(lambda _
+ (system* "./bootstrap")
+ #t)
> +(native-inputs `(("autoconf" ,autoconf)
>