aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/autoconf
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2010-12-09 13:07:16 -0500
committerPhilip Balister <philip@balister.org>2010-12-09 13:07:16 -0500
commit604fe17b5407465f381dd2d4c586e621c9684e17 (patch)
treea9e222d74bcd1aa1223dc8cbb61ff33d1d625450 /recipes/autoconf
parent5f62651cbf5fd78fdb1410cd7269bbe8654ffb07 (diff)
downloadopenembedded-604fe17b5407465f381dd2d4c586e621c9684e17.tar.gz
Revert "autoconf.inc: Use 'which' to find m4"
This reverts commit 8da17586c547f365ae667eb2608ba89a1c375afc. This commit broke autoconf running on the target. I spoke with Tom Rini and he approved the revert of his commit.
Diffstat (limited to 'recipes/autoconf')
-rw-r--r--recipes/autoconf/autoconf.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/autoconf/autoconf.inc b/recipes/autoconf/autoconf.inc
index ca6504fcfb..79a81082e9 100644
--- a/recipes/autoconf/autoconf.inc
+++ b/recipes/autoconf/autoconf.inc
@@ -21,9 +21,8 @@ SUBDIRS = "bin . lib"
do_configure_prepend () {
if ${@['true', 'false'][bb.data.inherits_class('native', d)]}
then
- M4=`which m4`
export ac_cv_path_PERL="${ac_cv_path_PERL=${bindir}/perl}"
- export ac_cv_path_M4="${ac_cv_path_M4=${M4}}"
+ export ac_cv_path_M4="${ac_cv_path_M4=${bindir}/m4}"
export ac_cv_prog_gnu_m4="${ac_cv_prog_gnu_m4=yes}"
fi
}