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 /config.guess | |
parent | aa45176cc89b64dad4affcaaa00ea36ca871d1d0 (diff) | |
download | egawk-dc0df6af2bc63b1422d76bef8e9531fed405c652.tar.gz egawk-dc0df6af2bc63b1422d76bef8e9531fed405c652.tar.bz2 egawk-dc0df6af2bc63b1422d76bef8e9531fed405c652.zip |
Update build infrastructure files.
Diffstat (limited to 'config.guess')
-rwxr-xr-x | config.guess | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config.guess b/config.guess index 2193702b..07785f54 100755 --- a/config.guess +++ b/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 |