From: Alan Modra <amodra@gmail.com>
To: Simon Marchi <simon.marchi@ericsson.com>
Cc: gdb-patches@sourceware.org, binutils@sourceware.org
Subject: Re: [PATCH] gdb: Update autotools version used for gnulib import
Date: Mon, 07 May 2018 06:15:00 -0000 [thread overview]
Message-ID: <20180507061528.GR28782@bubble.grove.modra.org> (raw)
In-Reply-To: <1525459337-26977-1-git-send-email-simon.marchi@ericsson.com>
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
next prev parent reply other threads:[~2018-05-07 6:15 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-04 18:44 Simon Marchi
2018-05-04 19:34 ` Simon Marchi
2018-05-07 6:15 ` Alan Modra [this message]
2018-05-07 14:28 ` Simon Marchi
2018-05-08 2:30 ` Update autotools version for gdb and binutils Alan Modra
2018-05-08 20:39 ` Matt Rice
2018-05-08 22:12 ` Joseph Myers
2018-05-09 15:46 ` Simon Marchi
2018-05-10 14:40 ` Alan Modra
2018-06-15 0:49 ` Simon Marchi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180507061528.GR28782@bubble.grove.modra.org \
--to=amodra@gmail.com \
--cc=binutils@sourceware.org \
--cc=gdb-patches@sourceware.org \
--cc=simon.marchi@ericsson.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox