On 4 July 2013 16:13, Radu Moisan wrote:
> do_configure_prepend () {
> - cp aclocal.m4 acinclude.m4
> + cp ${S}/aclocal.m4 ${S}/acinclude.m4
> }
That's the right fix. The rationale for this pattern is that
aclocal.m4 is a generated file, created by the aclocal binary, which
contain
do_configure was initially failing because could not stat aclocal.m4,
prepended ${S} so that it could find the file, however I don't know
the reasoning for do_configure_prepend in this recipe, it also builds
fine without it
Signed-off-by: Radu Moisan
---
.../rxvt.desktop