From: Hans Ulrich Niedermann Date: Tue, 26 Dec 2023 22:26:20 +0000 (-0800) Subject: doc: typos in NEWS. X-Git-Tag: v1.16.90~37 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5eb995c33fd488186b30ce1733a84ba414be985a;p=thirdparty%2Fautomake.git doc: typos in NEWS. From https://lists.gnu.org/archive/html/automake/2023-12/msg00037.html. * NEWS: typos. --- diff --git a/NEWS b/NEWS index 276dcc9da..c74804d59 100644 --- a/NEWS +++ b/NEWS @@ -51,7 +51,7 @@ New in 1.17: sub-second resolution; otherwise, we fall back to one-second granularity as before. When everything is supported, a line `Features: subsecond-mtime' is now printed by automake --version - and autom4mte --version. (bug#64756, bug#67670) + and autom4te --version. (bug#64756, bug#67670) - The default value of $ARFLAGS is now "cr" instead of "cru", to better support deterministic builds. (bug#20082) @@ -388,7 +388,7 @@ New in 1.15: include $(srcdir)/fragment.am ... - If the use forgot to add data.txt and/or preproc.sh in the distribution + If the user forgot to add data.txt and/or preproc.sh in the distribution tarball, "make distcheck" would have erroneously succeeded! This issue is now fixed.