aboutsummaryrefslogtreecommitdiff
path: root/compile
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2021-11-05 23:31:50 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2021-11-05 23:31:50 +0000
commit02beb6330465dfd55ce605206c35780f3c390d6b (patch)
tree74e0ba4e59cf863711fdc63fe839684b6c979040 /compile
parent901931cfdad6f06e22c24beba339bb08d2265498 (diff)
downloadsg3_utils-02beb6330465dfd55ce605206c35780f3c390d6b.tar.gz
sgp_dd: add check for stdatomic.h presence in configure.ac; scripts: 55-scsi-sg3_id.rules remove outdated rule
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@918 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'compile')
-rwxr-xr-xcompile6
1 files changed, 3 insertions, 3 deletions
diff --git a/compile b/compile
index 99e50524..df363c8f 100755
--- a/compile
+++ b/compile
@@ -3,7 +3,7 @@
scriptversion=2018-03-07.03; # UTC
-# Copyright (C) 1999-2018 Free Software Foundation, Inc.
+# Copyright (C) 1999-2021 Free Software Foundation, Inc.
# Written by Tom Tromey <tromey@cygnus.com>.
#
# This program is free software; you can redistribute it and/or modify
@@ -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/*)