This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] gdb: Update autotools version used for gnulib import


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]