autoconf: Mangle to use /usr/bin/env perl
authorTom Rini <tom_rini@mentor.com>
Thu, 6 Jan 2011 21:21:19 +0000 (14:21 -0700)
committerTom Rini <tom_rini@mentor.com>
Thu, 6 Jan 2011 21:21:19 +0000 (14:21 -0700)
commit36636be6efabf88ec4a99526e9b16ce182f0b32d
tree6e52e8c97f452a49e3a6e6d1cf2709507165992e
parent147981c7993d5789370b5e58d4067bc2995f47b6
autoconf: Mangle to use /usr/bin/env perl

On the host side we can have the full path exceed the limit for the #!
method.  On the target side, we already had to play a game to ensure
the path would be valid.  So we change to using /usr/bin/env there
as well, which is safe.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/autoconf/autoconf.inc