update from prep
authorKarl Berry <karl@freefriends.org>
Thu, 9 Jan 2003 13:16:19 +0000 (13:16 +0000)
committerKarl Berry <karl@freefriends.org>
Thu, 9 Jan 2003 13:16:19 +0000 (13:16 +0000)
config/config.guess

index e8e925934003733c1ec61fe0be82dc0ceb616080..ca12b79a540350d38d25eef58cc00d644861f911 100644 (file)
@@ -3,7 +3,7 @@
 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
 #   2000, 2001, 2002, 2003 Free Software Foundation, Inc.
 
-timestamp='2003-01-02'
+timestamp='2003-01-03'
 
 # 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
@@ -235,6 +235,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
     *:OpenBSD:*:*)
        echo ${UNAME_MACHINE}-unknown-openbsd${UNAME_RELEASE}
        exit 0 ;;
+    *:MicroBSD:*:*)
+       echo ${UNAME_MACHINE}-unknown-microbsd${UNAME_RELEASE}
+       exit 0 ;;
     alpha:OSF1:*:*)
        if test $UNAME_RELEASE = "V4.0"; then
                UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`