diff mbox

Patch Bug #514 autotools-autoreconf in native

Message ID CACPcEYmLXLC46zyZmZSBXiBknfWW_n3YP7YAPLxt3521EEJxAw@mail.gmail.com
State Accepted
Delegated to: Esben Haabendal
Headers show

Commit Message

Yann Diorcet Feb. 18, 2014, 4:19 p.m. UTC

diff mbox

Patch

diff --git a/classes/autotools-autoreconf.oeclass b/classes/autotools-autoreconf.oeclass
index 1773ec4..abc8991 100644
--- a/classes/autotools-autoreconf.oeclass
+++ b/classes/autotools-autoreconf.oeclass
@@ -45,6 +45,7 @@  do_autoreconf () {
install -d ${STAGE_DIR}/${HOST_CROSS}${stage_datadir}/aclocal
acpaths="$acpaths -I${STAGE_DIR}/${HOST_CROSS}${stage_datadir}/aclocal"
oenote acpaths=$acpaths
+        export ACLOCAL="aclocal $acpaths"
# autoreconf is too shy to overwrite aclocal.m4 if it doesn't look
# like it was auto-generated.  Work around this by blowing it away