changeset 19044:ca6b7b50af65

autoupdate
author Karl Berry <karl@freefriends.org>
date Wed, 09 Aug 2017 15:56:01 -0700
parents f5b344a6cf41
children bf63563adfd2
files build-aux/config.guess
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/build-aux/config.guess	Wed Aug 09 11:30:36 2017 -0700
+++ b/build-aux/config.guess	Wed Aug 09 15:56:01 2017 -0700
@@ -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 @@
     *:Sortix:*:*)
 	echo ${UNAME_MACHINE}-unknown-sortix
 	exit ;;
+    *:Redox:*:*)
+	echo ${UNAME_MACHINE}-unknown-redox
+	exit ;;
     alpha:OSF1:*:*)
 	case $UNAME_RELEASE in
 	*4.0)