From: Ian Lance Taylor Date: Wed, 31 Jan 1996 19:10:52 +0000 (+0000) Subject: Recognize A/UX X-Git-Tag: emacs-19.34~1413 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ad3583e4ba9b7deef14ea092c7c68f0d3395cc68;p=emacs.git Recognize A/UX --- diff --git a/config.guess b/config.guess index 2532999b835..af106b2f8a1 100755 --- a/config.guess +++ b/config.guess @@ -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 @@ EOF 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