From: Chris Larson Date: Thu, 11 Nov 2010 18:37:47 +0000 (-0700) Subject: Revert "autoconf: don't choke on m4-native in ASSUME_PROVIDED" X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc1e3efb70aeae1979e403defc2ec42c3481931c;p=openembedded.git 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. --- 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 }