--- config/config.guess.orig Mon Feb 20 04:29:30 2006 +++ config/config.guess Tue Feb 28 11:02:15 2006 @@ -780,6 +780,9 @@ i*:MINGW*:*) echo ${UNAME_MACHINE}-pc-mingw32 exit ;; + i*:MSYS*:*) + echo ${UNAME_MACHINE}-pc-msys + exit 0 ;; i*:windows32*:*) # uname -m includes "-pc" on this system. echo ${UNAME_MACHINE}-mingw32 --- config/config.sub.orig Mon Feb 20 04:29:31 2006 +++ config/config.sub Tue Feb 28 12:42:24 2006 @@ -683,6 +683,10 @@ basic_machine=i386-pc os=-mingw32 ;; + msys*) + basic_machine=i386-pc + os=-msys + ;; miniframe) basic_machine=m68000-convergent ;; @@ -1207,7 +1211,7 @@ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ | -chorusos* | -chorusrdb* \ | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ - | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \ + | -mingw32* | -msys* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \ | -uxpv* | -beos* | -mpeix* | -udk* \ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \