From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 95163 invoked by alias); 16 Jun 2018 01:39:25 -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 95145 invoked by uid 89); 16 Jun 2018 01:39:24 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=lab, H*i:sk:df0ee0e, H*RU:74.125.83.67, Hx-spam-relays-external:74.125.83.67 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-pg0-f67.google.com Received: from mail-pg0-f67.google.com (HELO mail-pg0-f67.google.com) (74.125.83.67) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 16 Jun 2018 01:39:23 +0000 Received: by mail-pg0-f67.google.com with SMTP id c9-v6so5139341pgf.5; Fri, 15 Jun 2018 18:39:23 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=Q7/DMPPb2bxGfbMQgPq5pH5OXDCjlPEwJSayfl2L/Dc=; b=BF05mVTXVsYZfeFUTdKTQI91ckpsIhbzUk9lD7yA7vIpna2XMpQKzSdrBttXcyq3XX HCKALuvLf+N7YLEYJmTyVdym0fVMZg5vIu3mGTCA7tFrdARnVBh7f6ECvKIW5WrM/Lbi regxgjozDd338BljWPGV/7Wu0l+MtsZEVZLIwTT//tJWnxV3uuHwiUvyhetuEwjIUNzN ZCUT9NjQxylrAVtLEVbQtnb04WCUasXVqGRcs8+xfZS5t/+/xTgvhAotvOKJhGv201K/ x6csVQLSvVZT3JCYmkWQN6IppWqjaF7hWA68s4T9Q3gr+plZhfiVqKk2RrA73SVrdN8k UmpQ== X-Gm-Message-State: APt69E3yhPQC36nphVNHj+IHeMcV/bnOKawjojIS67ebP9zJrbz/Ll5C FClOVTHVE7cA2nYdYVCrByXVgg== X-Google-Smtp-Source: ADUXVKKOMutOLYCU1v62PdLaRdqQ8FHv9FMnoGaFNJM0gmAxZncThaX8LSFORw5WUaAvMrlOkPDp4Q== X-Received: by 2002:a62:418b:: with SMTP id g11-v6mr4426864pfd.51.1529113162225; Fri, 15 Jun 2018 18:39:22 -0700 (PDT) Received: from bubble.grove.modra.org ([58.175.241.133]) by smtp.gmail.com with ESMTPSA id g2-v6sm15736680pfc.4.2018.06.15.18.39.20 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 15 Jun 2018 18:39:21 -0700 (PDT) Received: by bubble.grove.modra.org (Postfix, from userid 1000) id 2188380E21; Sat, 16 Jun 2018 11:09:17 +0930 (ACST) Date: Sat, 16 Jun 2018 01:39:00 -0000 From: Alan Modra To: Nick Clifton Cc: Simon Marchi , gdb-patches@sourceware.org, binutils@sourceware.org, Simon Marchi Subject: Re: [PATCH 1/2] Bump to autoconf 2.69 and automake 1.15.1 Message-ID: <20180616013916.GW7660@bubble.grove.modra.org> References: <20180615004309.29913-1-simon.marchi@polymtl.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) X-SW-Source: 2018-06/txt/msg00415.txt.bz2 On Fri, Jun 15, 2018 at 03:22:10PM +0100, Nick Clifton wrote: > Otherwise so far, my testing has been showing no signs of any real problems. The patch looks good to me too. I did see some generated file differences, most of which disappeared when I compiled my own autoconf-2.69 rather than using the Ubuntu 18.04 version (which apparently has some patches from autoconf-2.70 applied). I applied both of your posted patches, ran autoconf in zlib since you'd said the posted patch was broken, touched all the files in the first patch, then built binutils-gdb with --enable-maintainer-mode. Apart from .pot files, these were the files that differed: bfd/doc/Makefile.in binutils/doc/Makefile.in gas/doc/Makefile.in gdb/aclocal.m4 gdb/config.in gdb/configure gdb/gnulib/aclocal.m4 gdb/gnulib/configure libdecnumber/aclocal.m4 zlib/configure -- Alan Modra Australia Development Lab, IBM