[oe-commits] Chris Larson : autoconf: don't choke on m4-native in ASSUME_PROVIDED

git version control git at git.openembedded.org
Thu Nov 11 18:09:57 UTC 2010


Module: openembedded.git
Branch: master
Commit: 173540c96aac632de5ff1a78b25cdc49201ee27e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=173540c96aac632de5ff1a78b25cdc49201ee27e

Author: Chris Larson <chris_larson at mentor.com>
Date:   Thu Nov 11 11:03:31 2010 -0700

autoconf: don't choke on m4-native in ASSUME_PROVIDED

Signed-off-by: Chris Larson <chris_larson at mentor.com>

---

 recipes/autoconf/autoconf.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/autoconf/autoconf.inc b/recipes/autoconf/autoconf.inc
index 79a8108..b82e73c 100644
--- 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
 }





More information about the Openembedded-commits mailing list