MSYS2-packages/automake1.16/automake-1.16.1-msys2.patch
Biswapriyo Nath 0cde43cd07
automake: update to 1.16.2 (#2013)
msys2 platform was added, remove msys-ize changes
2020-06-15 08:09:06 +03:00

18 lines
517 B
Diff

diff -Naur automake-1.16-orig/t/compile5.sh automake-1.16/t/compile5.sh
--- automake-1.16-orig/t/compile5.sh 2014-12-30 16:49:41.000000000 +0300
+++ automake-1.16/t/compile5.sh 2015-01-07 10:48:12.160000000 +0300
@@ -47,11 +47,11 @@
;;
esac
case @build_os@ in
- mingw* | cygwin*)
+ mingw* | cygwin* | msys*)
;;
*)
winepath -w / \
- || skip_ "not on MinGW or Cygwin, and winepath not available"
+ || skip_ "not on MinGW or Cygwin or MSYS, and winepath not available"
;;
esac
END