X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=aclocal.m4;h=d84cb99a3eebd2345535341eaaa7448f5aa62459;hb=f670c47f9f93ffd6d06b331cd40554cd5e92484c;hp=8a81f8e3b3dacf2c42d0b86ca319ad26085477b5;hpb=62b88256262035a4475126debc0dd694baa7aedb;p=ghc-hetmet.git diff --git a/aclocal.m4 b/aclocal.m4 index 8a81f8e..d84cb99 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -246,8 +246,8 @@ changequote([, ])dnl ]) if test ! -f compiler/parser/Parser.hs || test ! -f compiler/main/ParsePkgConf.hs || test ! -f compiler/cmm/CmmParse.hs || test ! -f compiler/parser/ParserCore.hs then - FP_COMPARE_VERSIONS([$fptools_cv_happy_version],[-lt],[1.15], - [AC_MSG_ERROR([Happy version 1.15 or later is required to compile GHC.])])[]dnl + FP_COMPARE_VERSIONS([$fptools_cv_happy_version],[-lt],[1.16], + [AC_MSG_ERROR([Happy version 1.16 or later is required to compile GHC.])])[] fi HappyVersion=$fptools_cv_happy_version; AC_SUBST(HappyVersion) @@ -282,7 +282,7 @@ changequote([, ])dnl if test ! -f compiler/cmm/CmmLex.hs || test ! -f compiler/parser/Lexer.hs then FP_COMPARE_VERSIONS([$fptools_cv_alex_version],[-lt],[2.1.0], - [AC_MSG_ERROR([Alex version 2.1.0 or later is required to compile GHC.])])[]dnl + [AC_MSG_ERROR([Alex version 2.1.0 or later is required to compile GHC.])])[] fi AlexVersion=$fptools_cv_alex_version; AC_SUBST(AlexVersion) @@ -322,8 +322,8 @@ then changequote([, ])dnl ]) FP_COMPARE_VERSIONS([$fptools_cv_windres_version],[-eq],[2.17.50], - [AC_MSG_ERROR([Your windres version isn't compatible with GHC. 2.15.91 and 2.18.50 are known to work.])])[]dnl - indResVersion=$fptools_cv_windres_version; + [AC_MSG_ERROR([Your windres version isn't compatible with GHC. 2.15.91 and 2.18.50 are known to work.])])[] + WindResVersion=$fptools_cv_windres_version; AC_SUBST(WindResVersion) fi ])