summaryrefslogtreecommitdiff
path: root/lib/config.guess
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2004-12-18 18:02:55 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2004-12-18 18:02:55 +0000
commit3d6641e042c99f5af10a38e424104b31e70a87a1 (patch)
tree95fd7edcfa3b1c87afd3bbe7ef3da0faac927ca7 /lib/config.guess
parentb0b42cd2d5c68c0a9eb5d6eaff09a5251ed89324 (diff)
downloadautomake-3d6641e042c99f5af10a38e424104b31e70a87a1.tar.gz
* lib/config-ml.in, lib/config.guess, lib/config.sub,
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 c28419dd5..822947132 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, 2004 Free Software Foundation, Inc.
-timestamp='2004-10-25'
+timestamp='2004-11-12'
# 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
@@ -319,6 +319,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
*:OS/390:*:*)
echo i370-ibm-openedition
exit 0 ;;
+ *:z/VM:*:*)
+ echo s390-ibm-zvmoe
+ exit 0 ;;
*:OS400:*:*)
echo powerpc-ibm-os400
exit 0 ;;