Skip to content

Commit 10535e3

Browse files
committed
Update build_aux
1 parent 981e7ad commit 10535e3

File tree

8 files changed

+5700
-4109
lines changed

8 files changed

+5700
-4109
lines changed

build_aux/compile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
scriptversion=2018-03-07.03; # UTC
55

6-
# Copyright (C) 1999-2018 Free Software Foundation, Inc.
6+
# Copyright (C) 1999-2020 Free Software Foundation, Inc.
77
# Written by Tom Tromey <tromey@cygnus.com>.
88
#
99
# This program is free software; you can redistribute it and/or modify
@@ -53,7 +53,7 @@ func_file_conv ()
5353
MINGW*)
5454
file_conv=mingw
5555
;;
56-
CYGWIN*)
56+
CYGWIN* | MSYS*)
5757
file_conv=cygwin
5858
;;
5959
*)
@@ -67,7 +67,7 @@ func_file_conv ()
6767
mingw/*)
6868
file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
6969
;;
70-
cygwin/*)
70+
cygwin/* | msys/*)
7171
file=`cygpath -m "$file" || echo "$file"`
7272
;;
7373
wine/*)

0 commit comments

Comments
 (0)