aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/config.guess
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1999-01-16 08:29:29 +0000
committerWerner Koch <[email protected]>1999-01-16 08:29:29 +0000
commit29c08419dbb0828d9a17a8a8428a028c9c35d8e4 (patch)
treea30c238693ebae52c36f0f2b59137c499bbdd393 /scripts/config.guess
parentSee ChangeLog: Wed Jan 13 14:10:15 CET 1999 Werner Koch (diff)
downloadgnupg-29c08419dbb0828d9a17a8a8428a028c9c35d8e4.tar.gz
gnupg-29c08419dbb0828d9a17a8a8428a028c9c35d8e4.zip
See ChangeLog: Sat Jan 16 09:27:30 CET 1999 Werner Koch
Diffstat (limited to '')
-rwxr-xr-xscripts/config.guess4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/config.guess b/scripts/config.guess
index 6413fa44f..03db0ec08 100755
--- a/scripts/config.guess
+++ b/scripts/config.guess
@@ -1,6 +1,6 @@
#! /bin/sh
# Attempt to guess a canonical system name.
-# Copyright (C) 1992, 93, 94, 95, 96, 1997 Free Software Foundation, Inc.
+# Copyright (C) 1992, 93, 94, 95, 96, 97, 1999 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
@@ -138,7 +138,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
atari*:OpenBSD:*:*)
echo m68k-unknown-openbsd${UNAME_RELEASE}
exit 0 ;;
- atari*:[Mm]i[Nn][Tt]:*:*)
+ atari*:MiNT:*:*)
echo m68k-atari-mint
exit 0 ;;
sun3*:NetBSD:*:*)