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
|
||
|---|---|---|
| .. | ||
| bid | ||
| dpd | ||
| .gitignore | ||
| aclocal.m4 | ||
| ChangeLog | ||
| ChangeLog.jit | ||
| config.in | ||
| configure | ||
| configure.ac | ||
| dconfig.h | ||
| decBasic.c | ||
| decCommon.c | ||
| decCommonSymbols.h | ||
| decContext.c | ||
| decContext.h | ||
| decContextSymbols.h | ||
| decDouble.c | ||
| decDouble.h | ||
| decDoubleSymbols.h | ||
| decDPD.h | ||
| decDPDSymbols.h | ||
| decExcept.c | ||
| decExcept.h | ||
| decLibrary.c | ||
| decNumber.c | ||
| decNumber.h | ||
| decNumberLocal.h | ||
| decNumberSymbols.h | ||
| decPacked.c | ||
| decPacked.h | ||
| decPackedSymbols.h | ||
| decQuad.c | ||
| decQuad.h | ||
| decQuadSymbols.h | ||
| decRound.c | ||
| decRound.h | ||
| decSingle.c | ||
| decSingle.h | ||
| decSingleSymbols.h | ||
| Makefile.in | ||