Selaa lähdekoodia

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>
Ross Burton 3 kuukautta sitten
vanhempi
commit
1b9570533e
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      meta-oe/recipes-support/log4cpp/log4cpp_1.1.4.bb

+ 2 - 0
meta-oe/recipes-support/log4cpp/log4cpp_1.1.4.bb

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