Revert "autoconf: don't choke on m4-native in ASSUME_PROVIDED"
authorChris Larson <chris_larson@mentor.com>
Thu, 11 Nov 2010 18:37:47 +0000 (11:37 -0700)
committerChris Larson <chris_larson@mentor.com>
Thu, 11 Nov 2010 18:37:47 +0000 (11:37 -0700)
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

index b82e73c..79a8108 100644 (file)
@@ -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
 }