From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ptx.hi.pengutronix.de ([2001:6f8:1178:2:5054:ff:fec0:8e10] ident=Debian-exim) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1WY9eP-0008MP-U4 for ptxdist@pengutronix.de; Thu, 10 Apr 2014 09:43:57 +0200 Received: from mol by ptx.hi.pengutronix.de with local (Exim 4.80) (envelope-from ) id 1WY9eP-0005ou-SJ for ptxdist@pengutronix.de; Thu, 10 Apr 2014 09:43:57 +0200 Date: Thu, 10 Apr 2014 09:43:57 +0200 From: Michael Olbrich Message-ID: <20140410074357.GC19292@pengutronix.de> References: <201404070955.17020.jbe@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <201404070955.17020.jbe@pengutronix.de> Subject: Re: [ptxdist] [PATCH] host-m4: provide a recent version to make the autotools happy Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de On Mon, Apr 07, 2014 at 09:55:17AM +0200, Juergen Beisert wrote: > Since commit 5ef597fcaa290267e8cffe33b60b870cda0d52fa the autotools-autoc= onf > 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 Thanks, applied. Michael > = > diff --git a/rules/host-autotools-autoconf.in b/rules/host-autotools-auto= conf.in > index 2af70df..dbb7dce 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 > diff --git a/rules/host-m4.in b/rules/host-m4.in > new file mode 100644 > index 0000000..b135d22 > --- /dev/null > +++ b/rules/host-m4.in > @@ -0,0 +1,4 @@ > +## SECTION=3Dhosttools_noprompt > + > +config HOST_M4 > + bool > diff --git a/rules/host-m4.make b/rules/host-m4.make > new file mode 100644 > index 0000000..dd168fe > --- /dev/null > +++ b/rules/host-m4.make > @@ -0,0 +1,36 @@ > +# -*-makefile-*- > +# > +# Copyright (C) 2014 by Juergen Beisert > +# > +# See CREDITS for details about who has contributed to this project. > +# > +# For further information about the PTXdist project and license conditio= ns > +# see the README file. > +# > + > +# > +# We provide this package > +# > +HOST_PACKAGES-$(PTXCONF_HOST_M4) +=3D host-m4 > + > +# > +# Paths and names > +# > +HOST_M4_VERSION :=3D 1.4.17 > +HOST_M4_MD5 :=3D 12a3c829301a4fd6586a57d3fcf196dc > +HOST_M4 :=3D m4-$(HOST_M4_VERSION) > +HOST_M4_SUFFIX :=3D tar.xz > +HOST_M4_URL :=3D http://ftp.gnu.org/gnu/m4/$(HOST_M4).$(HOST_M4_SUFFIX) > +HOST_M4_SOURCE :=3D $(SRCDIR)/$(HOST_M4).$(HOST_M4_SUFFIX) > +HOST_M4_DIR :=3D $(HOST_BUILDDIR)/$(HOST_M4) > + > +# ----------------------------------------------------------------------= ------ > +# Prepare > +# ----------------------------------------------------------------------= ------ > + > +# > +# autoconf > +# > +HOST_M4_CONF_TOOL :=3D autoconf > + > +# vim: syntax=3Dmake > = > -- = > Pengutronix e.K. =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0| Juergen Beisert =A0 =A0 =A0 =A0 =A0 =A0 | > Linux Solutions for Science and Industry =A0 =A0 =A0| http://www.pengutro= nix.de/ | > = > -- = > ptxdist mailing list > ptxdist@pengutronix.de > = -- = Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- = ptxdist mailing list ptxdist@pengutronix.de