From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 86195 invoked by alias); 16 Jun 2018 03:56:02 -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 86170 invoked by uid 89); 16 Jun 2018 03:56:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,KAM_NUMSUBJECT,SPF_HELO_PASS,SPF_PASS autolearn=no version=3.3.2 spammy= X-Spam-User: qpsmtpd, 2 recipients X-HELO: smtp.polymtl.ca Received: from smtp.polymtl.ca (HELO smtp.polymtl.ca) (132.207.4.11) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 16 Jun 2018 03:55:54 +0000 Received: from simark.ca (simark.ca [158.69.221.121]) (authenticated bits=0) by smtp.polymtl.ca (8.14.7/8.14.7) with ESMTP id w5G3tfYN021505 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 15 Jun 2018 23:55:46 -0400 Received: from [10.0.0.11] (unknown [192.222.164.54]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id 0CA191E529; Fri, 15 Jun 2018 23:55:41 -0400 (EDT) Subject: Re: [PATCH 1/2] Bump to autoconf 2.69 and automake 1.15.1 To: Alan Modra , Nick Clifton Cc: gdb-patches@sourceware.org, binutils@sourceware.org, Simon Marchi References: <20180615004309.29913-1-simon.marchi@polymtl.ca> <20180616013916.GW7660@bubble.grove.modra.org> From: Simon Marchi Message-ID: <8b17a501-41ca-4a7e-ba4d-bc498eb27d85@polymtl.ca> Date: Sat, 16 Jun 2018 03:56: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: <20180616013916.GW7660@bubble.grove.modra.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Poly-FromMTA: (simark.ca [158.69.221.121]) at Sat, 16 Jun 2018 03:55:41 +0000 X-IsSubscribed: yes X-SW-Source: 2018-06/txt/msg00422.txt.bz2 On 2018-06-15 09:39 PM, Alan Modra wrote: > 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 1. About aclocal.m4's, there are a bunch more generated from other versions of automake than 1.15.1: $ grep -rn "generated automatically by aclocal" | grep -v 1.15.1 gdb/aclocal.m4:1:# generated automatically by aclocal 1.11.6 -*- Autoconf -*- gdb/gdbserver/aclocal.m4:1:# generated automatically by aclocal 1.11.1 -*- Autoconf -*- intl/aclocal.m4:1:# generated automatically by aclocal 1.11.6 -*- Autoconf -*- sim/arm/aclocal.m4:1:# generated automatically by aclocal 1.11.1 -*- Autoconf -*- sim/common/aclocal.m4:1:# generated automatically by aclocal 1.11.1 -*- Autoconf -*- sim/d10v/aclocal.m4:1:# generated automatically by aclocal 1.11.1 -*- Autoconf -*- sim/erc32/aclocal.m4:1:# generated automatically by aclocal 1.11.1 -*- Autoconf -*- sim/h8300/aclocal.m4:1:# generated automatically by aclocal 1.11.1 -*- Autoconf -*- sim/m32r/aclocal.m4:1:# generated automatically by aclocal 1.11.1 -*- Autoconf -*- sim/mcore/aclocal.m4:1:# generated automatically by aclocal 1.11.1 -*- Autoconf -*- sim/mips/aclocal.m4:1:# generated automatically by aclocal 1.11.1 -*- Autoconf -*- sim/mn10300/aclocal.m4:1:# generated automatically by aclocal 1.11.1 -*- Autoconf -*- sim/sh/aclocal.m4:1:# generated automatically by aclocal 1.11.1 -*- Autoconf -*- sim/v850/aclocal.m4:1:# generated automatically by aclocal 1.11.1 -*- Autoconf -*- sim/cr16/aclocal.m4:1:# generated automatically by aclocal 1.11.1 -*- Autoconf -*- sim/cris/aclocal.m4:1:# generated automatically by aclocal 1.11.1 -*- Autoconf -*- sim/frv/aclocal.m4:1:# generated automatically by aclocal 1.11.1 -*- Autoconf -*- sim/iq2000/aclocal.m4:1:# generated automatically by aclocal 1.11.1 -*- Autoconf -*- sim/m32c/aclocal.m4:1:# generated automatically by aclocal 1.11.1 -*- Autoconf -*- sim/m68hc11/aclocal.m4:1:# generated automatically by aclocal 1.11.1 -*- Autoconf -*- sim/sh64/aclocal.m4:1:# generated automatically by aclocal 1.11.1 -*- Autoconf -*- sim/aarch64/aclocal.m4:1:# generated automatically by aclocal 1.11.6 -*- Autoconf -*- sim/avr/aclocal.m4:1:# generated automatically by aclocal 1.11.1 -*- Autoconf -*- sim/bfin/aclocal.m4:1:# generated automatically by aclocal 1.11.1 -*- Autoconf -*- sim/ft32/aclocal.m4:1:# generated automatically by aclocal 1.11.1 -*- Autoconf -*- sim/lm32/aclocal.m4:1:# generated automatically by aclocal 1.11.1 -*- Autoconf -*- sim/microblaze/aclocal.m4:1:# generated automatically by aclocal 1.11.1 -*- Autoconf -*- sim/moxie/aclocal.m4:1:# generated automatically by aclocal 1.11.1 -*- Autoconf -*- sim/msp430/aclocal.m4:1:# generated automatically by aclocal 1.11.1 -*- Autoconf -*- sim/rl78/aclocal.m4:1:# generated automatically by aclocal 1.11.1 -*- Autoconf -*- sim/rx/aclocal.m4:1:# generated automatically by aclocal 1.11.1 -*- Autoconf -*- sim/or1k/aclocal.m4:1:# generated automatically by aclocal 1.15 -*- Autoconf -*- libdecnumber/aclocal.m4:1:# generated automatically by aclocal 1.11.1 -*- Autoconf -*- Should I make sure to re-generate all of them? I was running "autoconf" only, but it seems like running "autoreconf" will also update aclocal.m4 and config.in if needed. 2. How do I update those */doc/Makefile.in? When I try to run automake in these directories, I get: automake: error: 'configure.ac' is required and indeed, there is no configure.ac in the doc directories. Simon