diff -Naur rarian-0.8.1-orig/config.guess rarian-0.8.1/config.guess --- rarian-0.8.1-orig/config.guess 2008-09-01 22:44:56.000000000 +0400 +++ rarian-0.8.1/config.guess 2014-07-23 15:14:46.899800000 +0400 @@ -781,6 +781,9 @@ i*:CYGWIN*:*) echo ${UNAME_MACHINE}-pc-cygwin exit ;; + i*:MSYS*:*) + echo ${UNAME_MACHINE}-pc-msys + exit ;; *:MINGW*:*) echo ${UNAME_MACHINE}-pc-mingw32 exit ;; @@ -815,6 +818,9 @@ amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) echo x86_64-unknown-cygwin exit ;; + amd64:MSYS*:*:* | x86_64:MSYS*:*:*) + echo x86_64-unknown-msys + exit ;; p*:CYGWIN*:*) echo powerpcle-unknown-cygwin exit ;; diff -Naur rarian-0.8.1-orig/config.sub rarian-0.8.1/config.sub --- rarian-0.8.1-orig/config.sub 2008-09-01 22:44:56.000000000 +0400 +++ rarian-0.8.1/config.sub 2014-07-23 15:15:01.017800000 +0400 @@ -1217,7 +1217,7 @@ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ | -chorusos* | -chorusrdb* \ - | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ + | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \ | -uxpv* | -beos* | -mpeix* | -udk* \ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \