]> code.ossystems Code Review - openembedded-core.git/commitdiff
autoconf: no need to hardcode the full path to m4
authorChristopher Larson <kergoth@gmail.com>
Mon, 10 Oct 2011 21:13:06 +0000 (14:13 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 14 Oct 2011 11:53:21 +0000 (12:53 +0100)
This way autom4te uses m4 as it finds it in the PATH, rather than
hardcoding any particular path.

Signed-off-by: Christopher Larson <kergoth@gmail.com>
meta/recipes-devtools/autoconf/autoconf_2.68.bb

index c6209a37eb10d389f6aad95ef84a9d378f66ec14..21b5fb3f24b791479d0ee9b89e615b09554b52f6 100644 (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"