diff options
author | Karl Berry <karl@freefriends.org> | 2017-08-11 00:21:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-08-11 00:21:23 +0000 |
commit | c6ce7fc349c98f1059e084b12025bd27d2acaa8a (patch) | |
tree | cdb0ee1d2ca43f2f94210d3d1b7d2f84e550ff69 /Build/source/build-aux/config.guess | |
parent | 1d16743ec087f4a6dba593e21ab19de8671630c9 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@45013 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/build-aux/config.guess')
-rwxr-xr-x | Build/source/build-aux/config.guess | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Build/source/build-aux/config.guess b/Build/source/build-aux/config.guess index 07785f54515..a7448442748 100755 --- a/Build/source/build-aux/config.guess +++ b/Build/source/build-aux/config.guess @@ -2,7 +2,7 @@ # Attempt to guess a canonical system name. # Copyright 1992-2017 Free Software Foundation, Inc. -timestamp='2017-07-19' +timestamp='2017-08-08' # 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 @@ -259,6 +259,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in *:Sortix:*:*) echo ${UNAME_MACHINE}-unknown-sortix exit ;; + *:Redox:*:*) + echo ${UNAME_MACHINE}-unknown-redox + exit ;; alpha:OSF1:*:*) case $UNAME_RELEASE in *4.0) |