From e4d46f96d5158c0d6b997c52896c94397ecb6ffc Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 12 Jan 2022 00:49:17 +0000 Subject: tl-update-auto git-svn-id: svn://tug.org/texlive/trunk@61579 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/build-aux/config.guess | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'Build/source/build-aux') diff --git a/Build/source/build-aux/config.guess b/Build/source/build-aux/config.guess index fb195112f94..7f76b6228f7 100755 --- a/Build/source/build-aux/config.guess +++ b/Build/source/build-aux/config.guess @@ -1,10 +1,10 @@ #! /bin/sh # Attempt to guess a canonical system name. -# Copyright 1992-2021 Free Software Foundation, Inc. +# Copyright 1992-2022 Free Software Foundation, Inc. # shellcheck disable=SC2006,SC2268 # see below for rationale -timestamp='2021-11-30' +timestamp='2022-01-09' # 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 @@ -60,7 +60,7 @@ version="\ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright 1992-2021 Free Software Foundation, Inc. +Copyright 1992-2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -929,6 +929,9 @@ EOF i*:PW*:*) GUESS=$UNAME_MACHINE-pc-pw32 ;; + *:SerenityOS:*:*) + GUESS=$UNAME_MACHINE-pc-serenity + ;; *:Interix*:*) case $UNAME_MACHINE in x86) -- cgit v1.2.3