summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-07-07 18:00:21 -0700
committerKarl Berry <karl@freefriends.org>2021-07-07 18:00:21 -0700
commit6a986bc0547aa410ce9d1418dd2b6389a8b14490 (patch)
treec19505312929b01b9345b990ec57d5fc5d3d2076
parent35c47fb6f9b782af19dbe73f05ffb00e63e7a5cc (diff)
downloadautomake-6a986bc0547aa410ce9d1418dd2b6389a8b14490.tar.gz
maint: missed commits.
* INSTALL: Update from gnulib via make fetch. * NEWS: mention config.{guess,sub} restoration of `...`.
-rw-r--r--INSTALL6
-rw-r--r--NEWS5
2 files changed, 8 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 8865734f8..e82fd21de 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,8 +1,8 @@
Installation Instructions
*************************
- Copyright (C) 1994-1996, 1999-2002, 2004-2016 Free Software
-Foundation, Inc.
+ Copyright (C) 1994-1996, 1999-2002, 2004-2017, 2020-2021 Free
+Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
@@ -225,7 +225,7 @@ order to use an ANSI C compiler:
and if that doesn't work, install pre-built binaries of GCC for HP-UX.
- HP-UX 'make' updates targets which have the same time stamps as their
+ HP-UX 'make' updates targets which have the same timestamps as their
prerequisites, which makes it generally unusable when shipped generated
files such as 'configure' are involved. Use GNU 'make' instead.
diff --git a/NEWS b/NEWS
index a4f689bc4..0b11c2249 100644
--- a/NEWS
+++ b/NEWS
@@ -24,6 +24,11 @@ New in ?.?.?:
- test-driver less likely to clash with tests writing to the same file.
+* Distribution
+
+ - config.sub and config.guess updates include restoration of `...`
+ for maximum portability.
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
New in 1.16.3: