diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-08-04 11:05:59 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-08-04 11:05:59 +0300 |
commit | dc0df6af2bc63b1422d76bef8e9531fed405c652 (patch) | |
tree | 23d1fe481635a6c6876ed7d9e5ba40335f61e606 /extension | |
parent | aa45176cc89b64dad4affcaaa00ea36ca871d1d0 (diff) | |
download | egawk-dc0df6af2bc63b1422d76bef8e9531fed405c652.tar.gz egawk-dc0df6af2bc63b1422d76bef8e9531fed405c652.tar.bz2 egawk-dc0df6af2bc63b1422d76bef8e9531fed405c652.zip |
Update build infrastructure files.
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 |