autoconf: no need to hardcode the full path to m4

This way autom4te uses m4 as it finds it in the PATH, rather than
hardcoding any particular path.

(From OE-Core rev: fd6c84249b7bbb5f51d829cf96cae52fe88f456c)

Signed-off-by: Christopher Larson <kergoth@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Christopher Larson 2011-10-10 14:13:06 -07:00 committed by Richard Purdie
parent 8f2f209b08
commit 4eae8b311e
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
require autoconf.inc
PR = "r2"
PR = "r3"
PARALLEL_MAKE = ""
@ -27,4 +27,6 @@ RDEPENDS_${PN}_virtclass-native = "m4-native gnu-config-native"
SRC_URI_append_virtclass-native = " file://fix_path_xtra.patch"
EXTRA_OECONF += "ac_cv_path_M4=m4"
BBCLASSEXTEND = "native"