summaryrefslogtreecommitdiff
path: root/extension/build-aux/config.guess
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-08-16 21:27:56 +0300
committerArnold D. Robbins <arnold@skeeve.com>2017-08-16 21:27:56 +0300
commitf683d7306fb09da59dd45fde03dd9bcf18be1b73 (patch)
tree9e841b298dac35eb742c1281a87c55c8085c8995 /extension/build-aux/config.guess
parente214ae0d1541e857e59dbc95d62c675bb88c593d (diff)
downloadgawk-f683d7306fb09da59dd45fde03dd9bcf18be1b73.tar.gz
Update config.guess, bump version in extension/configure.ac.
Diffstat (limited to 'extension/build-aux/config.guess')
-rwxr-xr-xextension/build-aux/config.guess5
1 files changed, 4 insertions, 1 deletions
diff --git a/extension/build-aux/config.guess b/extension/build-aux/config.guess
index 07785f54..a7448442 100755
--- a/extension/build-aux/config.guess
+++ b/extension/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)