From: Karl Berry Date: Thu, 19 Nov 2015 16:30:30 +0000 (-0800) Subject: autoupdate X-Git-Tag: v1.0~6892 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=71d39c1644762745b94e9449c45bfd716a79a5eb;p=gnulib.git autoupdate --- diff --git a/build-aux/config.guess b/build-aux/config.guess index b3f905370a..fba6e87a0f 100755 --- a/build-aux/config.guess +++ b/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 <