From 90a59dbf5bffc7ecade7b2e3be9324e7ebfd155a Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 2 Aug 2012 02:43:22 +0000 Subject: /home/texlive/karl/Master/tlpkg/bin/tl-update-auto git-svn-id: svn://tug.org/texlive/trunk@27279 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/installer/config.guess | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Master') diff --git a/Master/tlpkg/installer/config.guess b/Master/tlpkg/installer/config.guess index 55bd246a3ba..ad5f74ab8c3 100755 --- a/Master/tlpkg/installer/config.guess +++ b/Master/tlpkg/installer/config.guess @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, # 2011, 2012 Free Software Foundation, Inc. -timestamp='2012-07-29' +timestamp='2012-07-31' # 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 @@ -805,6 +805,9 @@ EOF i*:CYGWIN*:*) echo ${UNAME_MACHINE}-pc-cygwin exit ;; + *:MINGW64*:*) + echo ${UNAME_MACHINE}-pc-mingw64 + exit ;; *:MINGW*:*) echo ${UNAME_MACHINE}-pc-mingw32 exit ;; -- cgit v1.2.3