Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
6d750c8e
Commit
6d750c8e
authored
Jun 25, 2002
by
simonmar
Browse files
[project @ 2002-06-25 08:32:19 by simonmar]
We need Happy version 1.13 now, not 1.9
parent
bbb9f130
Changes
1
Hide whitespace changes
Inline
Side-by-side
aclocal.m4
View file @
6d750c8e
dnl $Id: aclocal.m4,v 1.10
3
2002/0
5/31 21:12:28 sof
Exp $
dnl $Id: aclocal.m4,v 1.10
4
2002/0
6/25 08:32:19 simonmar
Exp $
dnl
dnl Extra autoconf macros for the Glasgow fptools
dnl
...
...
@@ -189,7 +189,7 @@ fi
dnl
dnl Check for Happy and version. If we're building GHC, then we need
dnl at least Happy version 1.
9
. If there's no installed Happy, we look
dnl at least Happy version 1.
13
. If there's no installed Happy, we look
dnl for a happy source tree and point the build system at that instead.
dnl
AC_DEFUN(FPTOOLS_HAPPY,
...
...
@@ -215,8 +215,8 @@ fi;
changequote([, ])dnl
])
if test -d $srcdir/ghc -a ! -f $srcdir/ghc/compiler/parser/Parser.hs; then
FPTOOLS_PROG_CHECK_VERSION([$fptools_cv_happy_version],-lt,[1.
9
],
[AC_MSG_ERROR([Happy version 1.
9
or later is required to compile GHC.])])dnl
FPTOOLS_PROG_CHECK_VERSION([$fptools_cv_happy_version],-lt,[1.
13
],
[AC_MSG_ERROR([Happy version 1.
13
or later is required to compile GHC.])])dnl
fi
HappyVersion=$fptools_cv_happy_version;
AC_SUBST(HappyVersion)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment