aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/autoconf
diff options
context:
space:
mode:
authorChristopher Larson <kergoth@gmail.com>2011-10-10 14:13:06 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-14 12:53:21 +0100
commitfd6c84249b7bbb5f51d829cf96cae52fe88f456c (patch)
tree0f5af339535113dbd25707ea0e5f588b452da486 /meta/recipes-devtools/autoconf
parentffb48c7b9dfbcf56c61d10f2663df245bc396496 (diff)
downloadopenembedded-core-fd6c84249b7bbb5f51d829cf96cae52fe88f456c.tar.gz
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. Signed-off-by: Christopher Larson <kergoth@gmail.com>
Diffstat (limited to 'meta/recipes-devtools/autoconf')
-rw-r--r--meta/recipes-devtools/autoconf/autoconf_2.68.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-devtools/autoconf/autoconf_2.68.bb b/meta/recipes-devtools/autoconf/autoconf_2.68.bb
index c6209a37eb..21b5fb3f24 100644
--- a/meta/recipes-devtools/autoconf/autoconf_2.68.bb
+++ b/meta/recipes-devtools/autoconf/autoconf_2.68.bb
@@ -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"