From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 76451 invoked by alias); 15 Jun 2018 14:22:18 -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 76429 invoked by uid 89); 15 Jun 2018 14:22:17 -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:22:13 +0000 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 7F56B81A3245; Fri, 15 Jun 2018 14:22:12 +0000 (UTC) Received: from [10.36.118.21] (unknown [10.36.118.21]) by smtp.corp.redhat.com (Postfix) with ESMTPS id D515D2026DEF; Fri, 15 Jun 2018 14:22:11 +0000 (UTC) To: Simon Marchi , gdb-patches@sourceware.org, binutils@sourceware.org Cc: Simon Marchi References: <20180615004309.29913-1-simon.marchi@polymtl.ca> From: Nick Clifton Openpgp: preference=signencrypt Subject: Re: [PATCH 1/2] Bump to autoconf 2.69 and automake 1.15.1 Message-ID: Date: Fri, 15 Jun 2018 14:22: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: <20180615004309.29913-1-simon.marchi@polymtl.ca> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-SW-Source: 2018-06/txt/msg00393.txt.bz2 Hi Simon, > And to avoid requiring multiple > builds of autoconf/automake, it was suggested that we bump the required > version of those tools for all binutils-gdb. Thanks very much for taking on this task. You do not appear to have updated the AC_PREREQ macro statements in the various */configure.ac files. Is this intentional ? Also the config/override.m4 file still contains a hard coded requirement for autoconf 2.64 exactly. The patch did not include renamed *.texinfo files, although that was simple enough to fix. Otherwise so far, my testing has been showing no signs of any real problems. Cheers Nick