From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 82513 invoked by alias); 7 May 2018 06:15:42 -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 82467 invoked by uid 89); 7 May 2018 06:15:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=01, 0.1, sk:update-, sk:update X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-pf0-f182.google.com Received: from mail-pf0-f182.google.com (HELO mail-pf0-f182.google.com) (209.85.192.182) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 07 May 2018 06:15:36 +0000 Received: by mail-pf0-f182.google.com with SMTP id j20so7706101pff.10; Sun, 06 May 2018 23:15:35 -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=0b3+JZWQJIM5e5uv7pCQD1of0PbbokJe7aZVnVXBzyw=; b=uVSh5BSZFAsx9fy0SJLzvIFvJ4Da5i5sdiqaIWMDqPMI/FUozanfa1nTX91D6ErGA2 Oi6DG3SO7Hu/ggp9jVVizP7y8itsNnOTp6pzUKIRRrNoKLE4Yj4p6wBPqw8ddxHLPIfR 2fm+U16k3TzkjK6tK2CtjxWa6o7qhW3MAdpQKMquVm4E9Nvav8t3XCKdXCfxajvuf0Mq ARibqY+k6R75dmGzFnjlThhbobm0T7ytKhnGr/uiohKNKoMz2/1ggwEpdVaQGxAC2Yba kZ2AFT3HaYU//NPYdoJI0fqegAb2PvghlQGL+Gry/JJu9JB61Ta3+ZH+CFvDEuNkXuF/ T83g== X-Gm-Message-State: ALQs6tBhAudUMlGuKp2Xkk+pyyi6tFEmyXN+lNjgBJsM9E01LFNexc5d S4AlM16ZfEy9+1Od+0YCFkr6UA== X-Google-Smtp-Source: AB8JxZqGtu4zNPMCM1r9sgbhlZartXLVqfynfzVH4ZG3we5I+QEZQZ3gcdveO2HV3aT40mBDd+Idtg== X-Received: by 10.167.131.134 with SMTP id u6mr18070336pfm.253.1525673733952; Sun, 06 May 2018 23:15:33 -0700 (PDT) Received: from bubble.grove.modra.org (CPE-58-175-241-133.hdcz1.win.bigpond.net.au. [58.175.241.133]) by smtp.gmail.com with ESMTPSA id o88sm45092324pfa.29.2018.05.06.23.15.32 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sun, 06 May 2018 23:15:33 -0700 (PDT) Received: by bubble.grove.modra.org (Postfix, from userid 1000) id 13B5887DED; Mon, 7 May 2018 15:45:29 +0930 (ACST) Date: Mon, 07 May 2018 06:15:00 -0000 From: Alan Modra To: Simon Marchi Cc: gdb-patches@sourceware.org, binutils@sourceware.org Subject: Re: [PATCH] gdb: Update autotools version used for gnulib import Message-ID: <20180507061528.GR28782@bubble.grove.modra.org> References: <1525459337-26977-1-git-send-email-simon.marchi@ericsson.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1525459337-26977-1-git-send-email-simon.marchi@ericsson.com> User-Agent: Mutt/1.9.4 (2018-02-28) X-SW-Source: 2018-05/txt/msg00164.txt.bz2 On Fri, May 04, 2018 at 02:42:17PM -0400, Simon Marchi wrote: > ChangeLog: > > * ar-lib: New file. > > gdb/ChangeLog: > > * update-gnulib.sh (AUTOCONF_VERSION): Bump to 2.69. > (AUTOMAKE_VERSION): Bump to 1.16.1. > * configure.ac: Modernize usage of AM_INIT_AUTOMAKE. > (AC_PREREQ): Bump to 2.69. > * import/Makefile.in: Re-generate. > * aclocal.m4: Re-generate. > * config.in: Re-generate. > * configure: Re-generate. If this goes in you'll need two versions of autotools for gdb, the new one for gdb and the old one for bfd, opcodes, and other dirs. I'm not against the patch BTW, just that it would make sense to update all of binutils-gdb. $ find . -name configure | xargs grep 'Generated by GNU Autoconf' ./sim/microblaze/configure:# Generated by GNU Autoconf 2.64. ./sim/m68hc11/configure:# Generated by GNU Autoconf 2.64. ./sim/msp430/configure:# Generated by GNU Autoconf 2.64. ./sim/cris/configure:# Generated by GNU Autoconf 2.64. ./sim/testsuite/d10v-elf/configure:# Generated by GNU Autoconf 2.64. ./sim/testsuite/frv-elf/configure:# Generated by GNU Autoconf 2.64. ./sim/testsuite/mips64el-elf/configure:# Generated by GNU Autoconf 2.64. ./sim/testsuite/configure:# Generated by GNU Autoconf 2.64. ./sim/testsuite/m32r-elf/configure:# Generated by GNU Autoconf 2.64. ./sim/ppc/configure:# Generated by GNU Autoconf 2.64. ./sim/mips/configure:# Generated by GNU Autoconf 2.64. ./sim/moxie/configure:# Generated by GNU Autoconf 2.64. ./sim/h8300/configure:# Generated by GNU Autoconf 2.64. ./sim/mn10300/configure:# Generated by GNU Autoconf 2.64. ./sim/lm32/configure:# Generated by GNU Autoconf 2.64. ./sim/iq2000/configure:# Generated by GNU Autoconf 2.64. ./sim/erc32/configure:# Generated by GNU Autoconf 2.64. ./sim/avr/configure:# Generated by GNU Autoconf 2.64. ./sim/frv/configure:# Generated by GNU Autoconf 2.64. ./sim/v850/configure:# Generated by GNU Autoconf 2.64. ./sim/bfin/configure:# Generated by GNU Autoconf 2.64. ./sim/configure:# Generated by GNU Autoconf 2.64. ./sim/sh64/configure:# Generated by GNU Autoconf 2.64. ./sim/mcore/configure:# Generated by GNU Autoconf 2.64. ./sim/aarch64/configure:# Generated by GNU Autoconf 2.64. ./sim/rx/configure:# Generated by GNU Autoconf 2.64. ./sim/or1k/configure:# Generated by GNU Autoconf 2.69. ./sim/m32c/configure:# Generated by GNU Autoconf 2.64. ./sim/rl78/configure:# Generated by GNU Autoconf 2.64. ./sim/d10v/configure:# Generated by GNU Autoconf 2.64. ./sim/ft32/configure:# Generated by GNU Autoconf 2.64. ./sim/m32r/configure:# Generated by GNU Autoconf 2.64. ./sim/igen/configure:# Generated by GNU Autoconf 2.64. ./sim/sh/configure:# Generated by GNU Autoconf 2.64. ./sim/cr16/configure:# Generated by GNU Autoconf 2.64. ./sim/arm/configure:# Generated by GNU Autoconf 2.64. ./sim/common/configure:# Generated by GNU Autoconf 2.64. ./etc/configure:# Generated by GNU Autoconf 2.64. ./bfd/configure:# Generated by GNU Autoconf 2.64 for bfd 2.30.51. ./gdb/testsuite/configure:# Generated by GNU Autoconf 2.64. ./gdb/gdbserver/configure:# Generated by GNU Autoconf 2.64. ./gdb/configure:# Generated by GNU Autoconf 2.64. ./gdb/gnulib/configure:# Generated by GNU Autoconf 2.64. ./gold/configure:# Generated by GNU Autoconf 2.64 for gold 0.1. ./ld/configure:# Generated by GNU Autoconf 2.64 for ld 2.30.51. ./binutils/configure:# Generated by GNU Autoconf 2.64 for binutils 2.30.51. ./gas/configure:# Generated by GNU Autoconf 2.64 for gas 2.30.51. ./gprof/configure:# Generated by GNU Autoconf 2.64 for gprof 2.30.51. ./configure:# Generated by GNU Autoconf 2.64. ./zlib/configure:# Generated by GNU Autoconf 2.64. ./libdecnumber/configure:# Generated by GNU Autoconf 2.64 for libdecnumber . ./opcodes/configure:# Generated by GNU Autoconf 2.64 for opcodes 2.30.51. ./libiberty/configure:# Generated by GNU Autoconf 2.64. ./readline/examples/rlfe/configure:# Generated by GNU Autoconf 2.63. ./readline/configure:# Generated by GNU Autoconf 2.64 for readline 6.2. ./intl/configure:# Generated by GNU Autoconf 2.64. $ find . -name Makefile.in | xargs grep 'generated by automake' ./bfd/Makefile.in:# Makefile.in generated by automake 1.11.6 from Makefile.am. ./bfd/doc/Makefile.in:# Makefile.in generated by automake 1.11.6 from Makefile.am. ./gdb/gnulib/import/Makefile.in:# Makefile.in generated by automake 1.11.1 from Makefile.am. ./gold/testsuite/Makefile.in:# Makefile.in generated by automake 1.11.6 from Makefile.am. ./gold/testsuite/Makefile.in:# CXXCOMPILE and CXXLINK generated by automake 1.11.1. FIXME: they should ./gold/Makefile.in:# Makefile.in generated by automake 1.11.6 from Makefile.am. ./ld/Makefile.in:# Makefile.in generated by automake 1.11.6 from Makefile.am. ./binutils/Makefile.in:# Makefile.in generated by automake 1.11.6 from Makefile.am. ./binutils/doc/Makefile.in:# Makefile.in generated by automake 1.11.6 from Makefile.am. ./gas/Makefile.in:# Makefile.in generated by automake 1.11.6 from Makefile.am. ./gas/doc/Makefile.in:# Makefile.in generated by automake 1.11.6 from Makefile.am. ./gprof/Makefile.in:# Makefile.in generated by automake 1.11.6 from Makefile.am. ./zlib/Makefile.in:# Makefile.in generated by automake 1.11.6 from Makefile.am. ./opcodes/Makefile.in:# Makefile.in generated by automake 1.11.6 from Makefile.am. -- Alan Modra Australia Development Lab, IBM