diff options
Diffstat (limited to 'extension')
-rw-r--r-- | extension/build-aux/ChangeLog | 4 | ||||
-rwxr-xr-x | extension/build-aux/config.guess | 6 |
2 files changed, 7 insertions, 3 deletions
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 |