summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-03-14 06:04:56 -0700
committerKarl Berry <karl@freefriends.org>2014-03-14 06:04:56 -0700
commit907c843671bac10dd47d44dbd8494dce7ccdf700 (patch)
treeade40599a4ac0c1f1154084e7c28f3f98f040d5b /build-aux
parent24379a9217fa4bd62685795aaaa010fd90ced9e3 (diff)
downloadgnulib-907c843671bac10dd47d44dbd8494dce7ccdf700.tar.gz
autoupdate
Diffstat (limited to 'build-aux')
-rwxr-xr-xbuild-aux/config.guess4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/config.guess b/build-aux/config.guess
index 72625d40c0..71f8f7a66e 100755
--- a/build-aux/config.guess
+++ b/build-aux/config.guess
@@ -2,7 +2,7 @@
# Attempt to guess a canonical system name.
# Copyright 1992-2014 Free Software Foundation, Inc.
-timestamp='2014-02-12'
+timestamp='2014-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
@@ -826,7 +826,7 @@ EOF
*:MINGW*:*)
echo ${UNAME_MACHINE}-pc-mingw32
exit ;;
- i*:MSYS*:*)
+ *:MSYS*:*)
echo ${UNAME_MACHINE}-pc-msys
exit ;;
i*:windows32*:*)