aboutsummaryrefslogtreecommitdiff
path: root/libdecnumber/aclocal.m4
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@efficios.com>2020-07-29 16:02:57 -0400
committerSimon Marchi <simon.marchi@efficios.com>2020-07-29 16:03:55 -0400
commitf693213d126a823f7c81e61f3ef05b501b862bce (patch)
treed6b6dd730c0aa6f1c0b31318895176b5ba018965 /libdecnumber/aclocal.m4
parentc77cb2a09c5532ad6d3b94fccca93eb02f7cc0d8 (diff)
downloadgdb-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 'libdecnumber/aclocal.m4')
-rw-r--r--libdecnumber/aclocal.m41
1 files changed, 0 insertions, 1 deletions
diff --git a/libdecnumber/aclocal.m4 b/libdecnumber/aclocal.m4
index 2c10b39..749c903 100644
--- a/libdecnumber/aclocal.m4
+++ b/libdecnumber/aclocal.m4
@@ -13,6 +13,5 @@
m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
m4_include([../config/dfp.m4])
-m4_include([../config/override.m4])
m4_include([../config/stdint.m4])
m4_include([../config/warnings.m4])