log4cpp: fix autoreconf

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>
This commit is contained in:
Ross Burton 2025-02-26 14:47:38 +00:00
parent b3ac051874
commit 1b9570533e

View File

@ -12,6 +12,8 @@ S = "${WORKDIR}/${BPN}"
inherit autotools pkgconfig
EXTRA_AUTORECONF += "-I m4"
EXTRA_OECONF = "\
--enable-doxygen=no \
--enable-dot=no \