summaryrefslogtreecommitdiff
path: root/build-aux/compile
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2019-11-11 13:04:02 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2019-11-11 13:04:21 -0800
commitb3b1e95ca1de55cef8fa04b165c48b2178bb545d (patch)
tree3642dc2220d0d617a3aa24520a907503f583ea10 /build-aux/compile
parent517b54231a05dfbe296f0ed55fdade0e2fac008e (diff)
downloadgnulib-b3b1e95ca1de55cef8fa04b165c48b2178bb545d.tar.gz
autoupdate
Diffstat (limited to 'build-aux/compile')
-rwxr-xr-xbuild-aux/compile4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/compile b/build-aux/compile
index d23d320dd1..be68b4b287 100755
--- a/build-aux/compile
+++ b/build-aux/compile
@@ -53,7 +53,7 @@ func_file_conv ()
MINGW*)
file_conv=mingw
;;
- CYGWIN*)
+ CYGWIN* | MSYS*)
file_conv=cygwin
;;
*)
@@ -67,7 +67,7 @@ func_file_conv ()
mingw/*)
file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
;;
- cygwin/*)
+ cygwin/* | msys/*)
file=`cygpath -m "$file" || echo "$file"`
;;
wine/*)