summaryrefslogtreecommitdiffstats
path: root/rules/host-autotools-autoconf.in
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@pengutronix.de>2014-04-07 09:55:17 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-04-08 17:43:07 +0200
commitdb749feb97c5753c96e9975b8b751ba9a34ecb3a (patch)
treee6f164fcd96660a48f15b1555ce9ac929c6206b3 /rules/host-autotools-autoconf.in
parent5977ca82cc354cdfa22ad6efb29db3726a93be43 (diff)
downloadptxdist-db749feb97c5753c96e9975b8b751ba9a34ecb3a.tar.gz
ptxdist-db749feb97c5753c96e9975b8b751ba9a34ecb3a.tar.xz
host-m4: provide a recent version to make the autotools happy
Since commit 5ef597fcaa290267e8cffe33b60b870cda0d52fa the autotools-autoconf package forces a very specific and recent M4 version. Otherwise it fails with: checking for GNU M4 that supports accurate traces... configure: error: no acceptable m4 could be found in $PATH. GNU M4 1.4.6 or later is required; 1.4.16 or newer is recommended. GNU M4 1.4.15 uses a buggy replacement strstr on some systems. Glibc 2.9 - 2.12 and GNU M4 1.4.11 - 1.4.15 have another strstr bug. Signed-off-by: Juergen Beisert <jbe@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-autotools-autoconf.in')
-rw-r--r--rules/host-autotools-autoconf.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/host-autotools-autoconf.in b/rules/host-autotools-autoconf.in
index 2af70dfc4..dbb7dce8b 100644
--- a/rules/host-autotools-autoconf.in
+++ b/rules/host-autotools-autoconf.in
@@ -3,4 +3,5 @@
config HOST_AUTOTOOLS_AUTOCONF
bool
select HOST_SYSTEM_PERL
+ select HOST_M4
default y