aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@es.net>2020-05-04 15:11:05 -0700
committerBruce A. Mah <bmah@es.net>2020-05-04 15:11:05 -0700
commit06280a6d0139b314ac05de111e8d6f508b1b6a50 (patch)
treecd43404a57718eb1e3d6845059d03d5c2a38a098 /config
parent9427ecdf3c5e62e3a8340fd2226c2c2f68545254 (diff)
downloadiperf3-06280a6d0139b314ac05de111e8d6f508b1b6a50.tar.gz
Regen.
Diffstat (limited to 'config')
-rwxr-xr-xconfig/compile6
-rwxr-xr-xconfig/depcomp2
-rwxr-xr-xconfig/missing2
3 files changed, 5 insertions, 5 deletions
diff --git a/config/compile b/config/compile
index 99e5052..23fcba0 100755
--- a/config/compile
+++ b/config/compile
@@ -3,7 +3,7 @@
scriptversion=2018-03-07.03; # UTC
-# Copyright (C) 1999-2018 Free Software Foundation, Inc.
+# Copyright (C) 1999-2020 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/*)
diff --git a/config/depcomp b/config/depcomp
index 65cbf70..6b39162 100755
--- a/config/depcomp
+++ b/config/depcomp
@@ -3,7 +3,7 @@
scriptversion=2018-03-07.03; # UTC
-# Copyright (C) 1999-2018 Free Software Foundation, Inc.
+# Copyright (C) 1999-2020 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/config/missing b/config/missing
index 625aeb1..8d0eaad 100755
--- a/config/missing
+++ b/config/missing
@@ -3,7 +3,7 @@
scriptversion=2018-03-07.03; # UTC
-# Copyright (C) 1996-2018 Free Software Foundation, Inc.
+# Copyright (C) 1996-2020 Free Software Foundation, Inc.
# Originally written by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
# This program is free software; you can redistribute it and/or modify