# HG changeset patch # User Ian Lance Taylor # Date 823115452 0 # Node ID 8cd3d7f17232f5a74bcf11f194866472a6fa415c # Parent bdff3ee6ee93055568b7d8817288044322ac8f54 Recognize A/UX diff -r bdff3ee6ee93 -r 8cd3d7f17232 config.guess --- a/config.guess Wed Jan 31 19:04:04 1996 +0000 +++ b/config.guess Wed Jan 31 19:10:52 1996 +0000 @@ -1,6 +1,6 @@ #! /bin/sh # Attempt to guess a canonical system name. -# Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation, Inc. +# Copyright (C) 1992, 93, 94, 95, 1996 Free Software Foundation, Inc. # # 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 @@ -434,6 +434,9 @@ echo ns32k-sni-sysv fi exit 0 ;; + mc68*:A/UX:*:*) + echo m68k-apple-aux${UNAME_RELEASE} + exit 0 ;; esac #echo '(No uname command or uname output not recognized.)' 1>&2