diff options
author | Jim Meyering <jim@meyering.net> | 2006-03-15 06:53:11 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-03-15 06:53:11 +0000 |
commit | bfae88c97b7ff9dc3d6b9ebb43afd2ced7eef730 (patch) | |
tree | 2620cc33e07c4c27202b7d0752506914190f9ba8 /build-aux | |
parent | 09674e19524bdd0ebcdeacf68258779f2fe3e732 (diff) | |
download | coreutils-bfae88c97b7ff9dc3d6b9ebb43afd2ced7eef730.tar.gz coreutils-bfae88c97b7ff9dc3d6b9ebb43afd2ced7eef730.tar.bz2 coreutils-bfae88c97b7ff9dc3d6b9ebb43afd2ced7eef730.zip |
update from gnulib
Diffstat (limited to 'build-aux')
-rw-r--r-- | build-aux/config.guess | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/build-aux/config.guess b/build-aux/config.guess index c38553dc7..22906b339 100644 --- a/build-aux/config.guess +++ b/build-aux/config.guess @@ -1,9 +1,10 @@ #! /bin/sh # Attempt to guess a canonical system name. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, +# Inc. -timestamp='2006-02-23' +timestamp='2006-03-13' # 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 @@ -780,9 +781,6 @@ EOF i*:MINGW*:*) echo ${UNAME_MACHINE}-pc-mingw32 exit ;; - i*:MSYS_NT-*:*:*) - echo ${UNAME_MACHINE}-pc-mingw32 - exit ;; i*:windows32*:*) # uname -m includes "-pc" on this system. echo ${UNAME_MACHINE}-mingw32 |