diff options
author | Karl Berry <karl@freefriends.org> | 2006-12-22 09:14:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-12-22 09:14:03 +0000 |
commit | 1c4f0e242ff21e49fe19e9f86e25b297de5ba1bc (patch) | |
tree | f3b9ef47e01048fe29ac2c1371f755109beabb02 /Build/source/utils/texinfo | |
parent | f9a24f09486252d62a0e9772a72a5ce4650290bf (diff) |
/home/texlive/karl/Build/tools/update-auto
git-svn-id: svn://tug.org/texlive/trunk@2843 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/texinfo')
-rwxr-xr-x | Build/source/utils/texinfo/config.guess | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/utils/texinfo/config.guess b/Build/source/utils/texinfo/config.guess index 2b03b482280..1a695461e6a 100755 --- a/Build/source/utils/texinfo/config.guess +++ b/Build/source/utils/texinfo/config.guess @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, # Inc. -timestamp='2006-12-08' +timestamp='2006-12-22' # 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 @@ -781,7 +781,7 @@ EOF i*:CYGWIN*:*) echo ${UNAME_MACHINE}-pc-cygwin exit ;; - i*:MINGW*:*) + *:MINGW*:*) echo ${UNAME_MACHINE}-pc-mingw32 exit ;; i*:windows32*:*) |