X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=distrib%2Fprep-bin-dist-mingw;h=f98bb888479c1720ba9c35fae86e6d7253896a9d;hb=d05212cf8475778cf41758c04f4eee510ae47e98;hp=55411e520af30f2956dd10fa400ee65f56601a31;hpb=eb4352ab0675309fe6cb1ad38cf070340a338e50;p=ghc-hetmet.git diff --git a/distrib/prep-bin-dist-mingw b/distrib/prep-bin-dist-mingw index 55411e5..f98bb88 100644 --- a/distrib/prep-bin-dist-mingw +++ b/distrib/prep-bin-dist-mingw @@ -115,6 +115,13 @@ if ! [ -d bin ] ; then exit 1; fi; +if [ "`$mingw_bin/windres.exe --version | sed '1p;d'`" = "GNU windres 2.17.50 20060824" ] +then + echo "Bad windres version for $mingw_bin/windres.exe." + echo "2.15.91 and 2.18.50 are known to work." + exit 1 +fi + echo "Removing configure script files...not needed" rm -f config.guess config.sub configure configure.ac mkdirhier rm -f Makefile-bin.in Makefile.in aclocal.m4 install-sh