From c37cd4398a684010b39e0c09f1132757e11edbf1 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Thu, 6 Dec 2018 17:21:47 +0000 Subject: Update miscellaneous files from upstream sources. This patch updates various miscellaneous files from their upstream sources. Tested for x86_64, including "make pdf". * manual/texinfo.tex: Update to version 2018-09-21.20 with trailing whitespace removed. * scripts/config.guess: Update to version 2018-11-28. * scripts/config.sub: Update to version 2018-11-28. * scripts/install-sh: Update to version 2018-03-11.20. * scripts/mkinstalldirs: Update to version 2018-03-07.03. * scripts/move-if-change: Update to version 2018-03-07 03:47. --- scripts/config.guess | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'scripts/config.guess') diff --git a/scripts/config.guess b/scripts/config.guess index 18f8edc0ff..47d7bed50c 100755 --- a/scripts/config.guess +++ b/scripts/config.guess @@ -2,7 +2,7 @@ # Attempt to guess a canonical system name. # Copyright 1992-2018 Free Software Foundation, Inc. -timestamp='2018-08-29' +timestamp='2018-11-28' # 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 @@ -1424,6 +1424,9 @@ EOF amd64:Isilon\ OneFS:*:*) echo x86_64-unknown-onefs exit ;; + *:Unleashed:*:*) + echo "$UNAME_MACHINE"-unknown-unleashed"$UNAME_RELEASE" + exit ;; esac echo "$0: unable to guess system type" >&2 -- cgit v1.2.3