From dc1e3efb70aeae1979e403defc2ec42c3481931c Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Thu, 11 Nov 2010 11:37:47 -0700 Subject: Revert "autoconf: don't choke on m4-native in ASSUME_PROVIDED" Drop this for now, to avoid risk of introduction of another problem. Will revisit and verify both. This reverts commit 173540c96aac632de5ff1a78b25cdc49201ee27e. --- recipes/autoconf/autoconf.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/autoconf/autoconf.inc b/recipes/autoconf/autoconf.inc index b82e73c5cf..79a81082e9 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=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 } -- cgit 1.2.3-korg