diff options
author | Alexander Dunlap <alexander.dunlap@gmail.com> | 2009-08-01 01:23:35 +0000 |
---|---|---|
committer | Alexander Dunlap <alexander.dunlap@gmail.com> | 2009-08-01 01:23:35 +0000 |
commit | 644270783cbdea9beafab3886afdf7807b8a23b0 (patch) | |
tree | 2504a910e103859a436fece07404ab4e65ec6866 /aclocal.m4 | |
parent | b3bd828c358cbd79887dbd873357e265d8d6060a (diff) | |
download | haskell-644270783cbdea9beafab3886afdf7807b8a23b0.tar.gz |
FIX BUILD: Remove harmful dnls and identifier typo in aclocal.m4
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/aclocal.m4 b/aclocal.m4 index 8a81f8e3b3..10b94bf6be 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -247,7 +247,7 @@ 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 + [AC_MSG_ERROR([Happy version 1.15 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 ]) |