Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-12-31 03:22:10 +0300
committerMike Frysinger <vapier@gentoo.org>2022-01-15 03:10:38 +0300
commit20e3103471f552f0a0d2b1f738213992dcf03657 (patch)
tree6938ff81fc32f4731ad2633b1991eb8d4edb3305 /newlib/README
parenta100e80fc9a9243c913035c3d40bf8ec4dc5c6fc (diff)
newlib: update to automake-1.15
This matches what the other GNU toolchain projects have done already. The generated diff in practice isn't terribly large. This will allow more use of subdir local.mk includes due to fixes & improvements that came after the 1.11 release series.
Diffstat (limited to 'newlib/README')
-rw-r--r--newlib/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/README b/newlib/README
index f60b294ff..c025cb38d 100644
--- a/newlib/README
+++ b/newlib/README
@@ -607,8 +607,8 @@ After creating a new configure.ac and Makefile.am file, you would issue:
from newlib/libc/machine/XXXX
It is strongly advised that you use an adequate version of autotools.
-For this latest release, the following were used: autoconf 2.69, aclocal 1.13.4, and
-automake 1.13.4.
+For this latest release, the following were used: autoconf 2.69, aclocal 1.15.1,
+and automake 1.15.1.
Reporting Bugs
==============