autoconf: Dont execute perl and m4 for target builds
authorKhem Raj <raj.khem@gmail.com>
Sat, 19 Sep 2009 23:45:32 +0000 (16:45 -0700)
committerKhem Raj <raj.khem@gmail.com>
Sat, 19 Sep 2009 23:45:32 +0000 (16:45 -0700)
commitaa0d1e870c41d3375866c8180c720cd0fc27ffcd
treec0250ec673a1c26b1914927e0154772188a45f07
parent103e2071354d88a1fd6ea34469fd972123350b72
autoconf: Dont execute perl and m4 for target builds

* configure decides to probe perl verison
  dont do that as it wont work when building
  target autoconf. So far it was executing /usr/bin/perl
  and /usr/bin/m4 which is found on most build machines
  however micro change the layout and /bin/perl and /bin/m4
  is now not found. So it brought up a hidden bug.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/autoconf/autoconf-2.61/autoconf-dont-execute-perl.patch [new file with mode: 0644]
recipes/autoconf/autoconf.inc
recipes/autoconf/autoconf_2.61.bb