]> Savannah Git Hosting - gnulib.git/commitdiff
autoupdate
authorKarl Berry <karl@freefriends.org>
Sun, 26 Apr 2020 16:03:54 +0000 (09:03 -0700)
committerKarl Berry <karl@freefriends.org>
Sun, 26 Apr 2020 16:03:54 +0000 (09:03 -0700)
build-aux/config.guess
doc/standards.texi

index 45001cfecde8f3e0716992163e3e211b6997f749..11fda528bc7b15f6a8a963a20c06cd9a6dbe5d6b 100755 (executable)
@@ -2,7 +2,7 @@
 # Attempt to guess a canonical system name.
 #   Copyright 1992-2020 Free Software Foundation, Inc.
 
-timestamp='2020-01-01'
+timestamp='2020-04-26'
 
 # 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
@@ -1629,6 +1629,12 @@ copies of config.guess and config.sub with the latest versions from:
   https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess
 and
   https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub
+EOF
+
+year=`echo $timestamp | sed 's,-.*,,'`
+# shellcheck disable=SC2003
+if test "`expr "\`date +%Y\`" - "$year"`" -lt 3 ; then
+   cat >&2 <<EOF
 
 If $0 has already been updated, send the following data and any
 information you think might be pertinent to config-patches@gnu.org to
@@ -1656,6 +1662,7 @@ UNAME_RELEASE = "$UNAME_RELEASE"
 UNAME_SYSTEM  = "$UNAME_SYSTEM"
 UNAME_VERSION = "$UNAME_VERSION"
 EOF
+fi
 
 exit 1
 
index 6dbbc1c593ac3edf76d58a9fc116ebcfdb8855d5..5c2d97c0d29e736b99580ceb6d0203e36167c98a 100644 (file)
@@ -3,7 +3,7 @@
 @setfilename standards.info
 @settitle GNU Coding Standards
 @c This date is automagically updated when you save this file:
-@set lastupdate November 17, 2019
+@set lastupdate April 24, 2020
 @c %**end of header
 
 @dircategory GNU organization
@@ -886,7 +886,7 @@ that name in the directories in @env{PATH}, interpreting @file{.} as
 the working directory that was current when the program started.
 
 If this procedure finds the executable, we call the directory it was
-found in the @dfn{iinvocation directory}.  The program should check
+found in the @dfn{invocation directory}.  The program should check
 for the presence in that directory of the associated files it needs.
 
 If the program's executable is normally built in a subdirectory of the