diff options
Diffstat (limited to 'extension')
-rw-r--r-- | extension/ChangeLog | 4 | ||||
-rw-r--r-- | extension/Makefile.am | 2 | ||||
-rw-r--r-- | extension/Makefile.in | 2 | ||||
-rw-r--r-- | extension/build-aux/ChangeLog | 4 | ||||
-rwxr-xr-x | extension/build-aux/config.guess | 6 |
5 files changed, 13 insertions, 5 deletions
diff --git a/extension/ChangeLog b/extension/ChangeLog index 8bb97590..8e6daab6 100644 --- a/extension/ChangeLog +++ b/extension/ChangeLog @@ -1,3 +1,7 @@ +2017-08-04 Arnold D. Robbins <arnold@skeeve.com> + + * Makefile.am: Update copyright year. + 2017-06-22 Andrew J. Schorr <aschorr@telemetry-investments.com> * rwarray.c (read_value): Use malloc instead of calloc, since diff --git a/extension/Makefile.am b/extension/Makefile.am index 6ea16f5d..92787923 100644 --- a/extension/Makefile.am +++ b/extension/Makefile.am @@ -1,7 +1,7 @@ # # extension/Makefile.am --- automake input file for gawk # -# Copyright (C) 1995-2006, 2012-2015 the Free Software Foundation, Inc. +# Copyright (C) 1995-2006, 2012-2015, 2017 the Free Software Foundation, Inc. # # This file is part of GAWK, the GNU implementation of the # AWK Programming Language. diff --git a/extension/Makefile.in b/extension/Makefile.in index c0e2676b..f6e5abd1 100644 --- a/extension/Makefile.in +++ b/extension/Makefile.in @@ -17,7 +17,7 @@ # # extension/Makefile.am --- automake input file for gawk # -# Copyright (C) 1995-2006, 2012-2015 the Free Software Foundation, Inc. +# Copyright (C) 1995-2006, 2012-2015, 2017 the Free Software Foundation, Inc. # # This file is part of GAWK, the GNU implementation of the # AWK Programming Language. diff --git a/extension/build-aux/ChangeLog b/extension/build-aux/ChangeLog index 4e4f0387..777c2719 100644 --- a/extension/build-aux/ChangeLog +++ b/extension/build-aux/ChangeLog @@ -1,3 +1,7 @@ +2017-08-04 Arnold D. Robbins <arnold@skeeve.com> + + * config.guess: Updated from GNULIB. + 2017-06-18 Arnold D. Robbins <arnold@skeeve.com> * config.guess, config.sub: Update to latest from GNULIB. diff --git a/extension/build-aux/config.guess b/extension/build-aux/config.guess index 2193702b..07785f54 100755 --- a/extension/build-aux/config.guess +++ b/extension/build-aux/config.guess @@ -2,7 +2,7 @@ # Attempt to guess a canonical system name. # Copyright 1992-2017 Free Software Foundation, Inc. -timestamp='2017-05-27' +timestamp='2017-07-19' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -1429,8 +1429,8 @@ cat >&2 <<EOF $0: unable to guess system type This script (version $timestamp), has failed to recognize the -operating system you are using. If your script is old, overwrite -config.guess and config.sub with the latest versions from: +operating system you are using. If your script is old, overwrite *all* +copies of config.guess and config.sub with the latest versions from: http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess and |