diff options
author | Simon Marchi <simon.marchi@efficios.com> | 2020-07-29 16:02:57 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@efficios.com> | 2020-07-29 16:03:55 -0400 |
commit | f693213d126a823f7c81e61f3ef05b501b862bce (patch) | |
tree | d6b6dd730c0aa6f1c0b31318895176b5ba018965 /sim/erc32 | |
parent | c77cb2a09c5532ad6d3b94fccca93eb02f7cc0d8 (diff) | |
download | gdb-f693213d126a823f7c81e61f3ef05b501b862bce.zip gdb-f693213d126a823f7c81e61f3ef05b501b862bce.tar.gz gdb-f693213d126a823f7c81e61f3ef05b501b862bce.tar.bz2 |
Run `autoreconf -vf` throughout
I ran
for i in $(find . -name configure.ac); do pushd $(dirname $i); autoreconf -vf; popd; done
to re-generate all automake/autoconf files throughout the repo (with
upstream autoconf 2.69 and automake 1.15.1). These were the changes
that came out. I am pushing this as obvious.
libdecnumber/ChangeLog:
* aclocal.m4, configure: Re-generate.
sim/bfin/ChangeLog:
* aclocal.m4, configure: Re-generate.
sim/erc32/ChangeLog:
* configure: Re-generate.
sim/mips/ChangeLog:
* configure: Re-generate.
sim/testsuite/ChangeLog:
* configure: Re-generate.
Change-Id: I97335c09972d25cc5f6fd8da4db4ffe4a0348787
Diffstat (limited to 'sim/erc32')
-rw-r--r-- | sim/erc32/ChangeLog | 4 | ||||
-rwxr-xr-x | sim/erc32/configure | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/sim/erc32/ChangeLog b/sim/erc32/ChangeLog index 088a2a4..f69d0bc 100644 --- a/sim/erc32/ChangeLog +++ b/sim/erc32/ChangeLog @@ -1,3 +1,7 @@ +2020-07-29 Simon Marchi <simon.marchi@efficios.com> + + * configure: Re-generate. + 2018-10-30 Joel Sherrill <joel@rtems.org> * configure.ac: Remove the Cygwin-specific libtermcap.a hack diff --git a/sim/erc32/configure b/sim/erc32/configure index 4efb9b6..7c410fa 100755 --- a/sim/erc32/configure +++ b/sim/erc32/configure @@ -13548,7 +13548,6 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_cv_os_cygwin" >&5 $as_echo "$sim_cv_os_cygwin" >&6; } - # Keep in sync with gdb's configure.ac list. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing tgetent" >&5 $as_echo_n "checking for library containing tgetent... " >&6; } |