From 644270783cbdea9beafab3886afdf7807b8a23b0 Mon Sep 17 00:00:00 2001 From: Alexander Dunlap Date: Sat, 1 Aug 2009 01:23:35 +0000 Subject: [PATCH] FIX BUILD: Remove harmful dnls and identifier typo in aclocal.m4 --- aclocal.m4 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/aclocal.m4 b/aclocal.m4 index 8a81f8e..10b94bf 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 ]) -- 1.7.10.4