From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 78471 invoked by alias); 15 Jun 2018 14:58:20 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 78447 invoked by uid 89); 15 Jun 2018 14:58:19 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,KAM_NUMSUBJECT,SPF_HELO_PASS autolearn=no version=3.3.2 spammy= X-Spam-User: qpsmtpd, 2 recipients X-HELO: mx1.redhat.com Received: from mx3-rdu2.redhat.com (HELO mx1.redhat.com) (66.187.233.73) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 15 Jun 2018 14:58:18 +0000 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 30FEC8424E; Fri, 15 Jun 2018 14:58:17 +0000 (UTC) Received: from [10.36.118.21] (unknown [10.36.118.21]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 8A73110FD2A2; Fri, 15 Jun 2018 14:58:16 +0000 (UTC) Subject: Re: [PATCH 1/2] Bump to autoconf 2.69 and automake 1.15.1 To: Simon Marchi , Simon Marchi , gdb-patches@sourceware.org, binutils@sourceware.org References: <20180615004309.29913-1-simon.marchi@polymtl.ca> From: Nick Clifton Openpgp: preference=signencrypt Message-ID: <2845ca26-32ad-5b7f-0872-bff6c062cbe0@redhat.com> Date: Fri, 15 Jun 2018 14:58:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2018-06/txt/msg00395.txt.bz2 Hi Simon, >> Also the config/override.m4 file still contains a hard coded requirement >> for autoconf 2.64 exactly. > > Are you talking about this? > > dnl Fix 2.64 cross compile detection for AVR and RTEMS > dnl by not trying to compile fopen. > m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.64], > [m4_foreach([_GCC_LANG], [C, C++, Fortran, Fortran 77], > [m4_define([_AC_LANG_IO_PROGRAM(]_GCC_LANG[)], m4_defn([AC_LANG_PROGRAM(]_GCC_LANG[)]))])]) Nope - this: dnl Ensure exactly this Autoconf version is used m4_ifndef([_GCC_AUTOCONF_VERSION], [m4_define([_GCC_AUTOCONF_VERSION], [2.64])]) Around line 30 in /config/override.m4. Cheers Nick