diff options
author | Karl Berry <karl@freefriends.org> | 2015-11-21 02:17:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-11-21 02:17:17 +0000 |
commit | f037bc7ae39bc9eb9b5c600303b162a39dc05dd2 (patch) | |
tree | dcd242f07d4e95b71481296152cd3a7b7c172dcc /Build/source/build-aux | |
parent | d600f1abba80c680613a5c288be804f645c26586 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@38909 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/build-aux')
-rwxr-xr-x | Build/source/build-aux/config.guess | 5 | ||||
-rwxr-xr-x | Build/source/build-aux/config.sub | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/Build/source/build-aux/config.guess b/Build/source/build-aux/config.guess index b3f905370ac..fba6e87a0f8 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-2015 Free Software Foundation, Inc. -timestamp='2015-10-21' +timestamp='2015-11-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 @@ -1393,6 +1393,9 @@ EOF x86_64:VMkernel:*:*) echo ${UNAME_MACHINE}-unknown-esx exit ;; + amd64:Isilon\ OneFS:*:*) + echo x86_64-unknown-onefs + exit ;; esac cat >&2 <<EOF diff --git a/Build/source/build-aux/config.sub b/Build/source/build-aux/config.sub index 1acc966a33b..b8d3d80c27b 100755 --- a/Build/source/build-aux/config.sub +++ b/Build/source/build-aux/config.sub @@ -2,7 +2,7 @@ # Configuration validation subroutine script. # Copyright 1992-2015 Free Software Foundation, Inc. -timestamp='2015-08-20' +timestamp='2015-11-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 @@ -1399,7 +1399,8 @@ case $os in | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ - | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* | -tirtos*) + | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* \ + | -onefs* | -tirtos*) # Remember, each alternative MUST END IN *, to match a version number. ;; -qnx*) |