git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c5d48e
)
autoconf: don't choke on m4-native in ASSUME_PROVIDED
author
Chris Larson
<chris_larson@mentor.com>
Thu, 11 Nov 2010 18:03:31 +0000
(11:03 -0700)
committer
Chris Larson
<chris_larson@mentor.com>
Thu, 11 Nov 2010 18:03:31 +0000
(11:03 -0700)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
recipes/autoconf/autoconf.inc
patch
|
blob
|
history
diff --git
a/recipes/autoconf/autoconf.inc
b/recipes/autoconf/autoconf.inc
index
79a8108
..
b82e73c
100644
(file)
--- a/
recipes/autoconf/autoconf.inc
+++ b/
recipes/autoconf/autoconf.inc
@@
-22,7
+22,7
@@
do_configure_prepend () {
if ${@['true', 'false'][bb.data.inherits_class('native', d)]}
then
export ac_cv_path_PERL="${ac_cv_path_PERL=${bindir}/perl}"
- export ac_cv_path_M4="${ac_cv_path_M4=
${bindir}/
m4}"
+ export ac_cv_path_M4="${ac_cv_path_M4=m4}"
export ac_cv_prog_gnu_m4="${ac_cv_prog_gnu_m4=yes}"
fi
}