summaryrefslogtreecommitdiff
path: root/lib/config.guess
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2003-11-25 22:10:14 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2003-11-25 22:10:14 +0000
commit022c1c7ea0f89748105f66f2b4d34b2e5e7982c2 (patch)
treeaeb69a50b35322d89d8a9ce0f893aaa465f7f2b9 /lib/config.guess
parent543554ae4dfcbc520f94b634a5b06298d1006930 (diff)
downloadautomake-022c1c7ea0f89748105f66f2b4d34b2e5e7982c2.tar.gz
* lib/config.sub, lib/config.guess, lib/texinfo.tex: New upstream
versions.
Diffstat (limited to 'lib/config.guess')
-rwxr-xr-xlib/config.guess5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/config.guess b/lib/config.guess
index 4c5bde8a2..61f2e4c60 100755
--- a/lib/config.guess
+++ b/lib/config.guess
@@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
# 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
-timestamp='2003-10-16'
+timestamp='2003-10-20'
# 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
@@ -997,6 +997,9 @@ EOF
i*86:atheos:*:*)
echo ${UNAME_MACHINE}-unknown-atheos
exit 0 ;;
+ i*86:syllable:*:*)
+ echo ${UNAME_MACHINE}-pc-syllable
+ exit 0 ;;
i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.0*:*)
echo i386-unknown-lynxos${UNAME_RELEASE}
exit 0 ;;