diff mbox

export ACLOCAL in autotools-autoreconf

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

Commit Message

Yann Diorcet Dec. 10, 2013, 11:52 a.m. UTC
Hi,

Here a patch for the issue for http://oe-lite.org/redmine/issues/514

Regards,

Comments

Esben Haabendal Dec. 11, 2013, 9:07 a.m. UTC | #1
Yann Diorcet <diorcet.yann@gmail.com> writes:

> Here a patch for the issue for http://oe-lite.org/redmine/issues/514

Thanks. I have applied it and will push to master when buildbot has had
a chance to rebuild (the) universe with it.

/Esben
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