[project @ 2003-08-14 15:43:22 by simonmar]
authorsimonmar <unknown>
Thu, 14 Aug 2003 15:43:22 +0000 (15:43 +0000)
committersimonmar <unknown>
Thu, 14 Aug 2003 15:43:22 +0000 (15:43 +0000)
Don't require Alex for building GHC (yet).

aclocal.m4

index c2e50b0..37a731e 100644 (file)
@@ -1,4 +1,4 @@
-dnl $Id: aclocal.m4,v 1.123 2003/08/13 13:35:07 simonmar Exp $
+dnl $Id: aclocal.m4,v 1.124 2003/08/14 15:43:22 simonmar Exp $
 dnl 
 dnl Extra autoconf macros for the Glasgow fptools
 dnl
@@ -291,10 +291,10 @@ else
 fi;
 changequote([, ])dnl
 ])
-if test -d $srcdir/ghc -a ! -f $srcdir/ghc/compiler/parser/Lexer.hs; then
-  FPTOOLS_PROG_CHECK_VERSION([$fptools_cv_alex_version],-lt,[2.0],
-  [AC_MSG_ERROR([Alex version 2.0 or later is required to compile GHC.])])dnl
-fi
+dnl if test -d $srcdir/ghc -a ! -f $srcdir/ghc/compiler/parser/Lexer.hs; then
+dnl   FPTOOLS_PROG_CHECK_VERSION([$fptools_cv_alex_version],-lt,[2.0],
+dnl   [AC_MSG_ERROR([Alex version 2.0 or later is required to compile GHC.])])dnl
+dnl fi
 AlexVersion=$fptools_cv_alex_version;
 AC_SUBST(AlexVersion)
 ])