autoreconf needs to be told where to find macros as the Makefile.am does not do this. Signed-off-by: Ross Burton <ross.burton@arm.com>
@@ -12,6 +12,8 @@ S = "${WORKDIR}/${BPN}"
inherit autotools pkgconfig
+EXTRA_AUTORECONF += "-I m4"
+
EXTRA_OECONF = "\
--enable-doxygen=no \
--enable-dot=no \