From: sof Date: Wed, 7 Nov 2001 20:13:26 +0000 (+0000) Subject: [project @ 2001-11-07 20:13:26 by sof] X-Git-Tag: Approximately_9120_patches~611 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=7315c334c62e36f3adf1563b6472a009d679f0bd [project @ 2001-11-07 20:13:26 by sof] FPTOOLS_HAPPY: have it subst default HappyOpts too --- diff --git a/aclocal.m4 b/aclocal.m4 index eb7b0ca..09462f0 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,4 +1,4 @@ -dnl $Id: aclocal.m4,v 1.86 2001/10/24 09:43:47 simonmar Exp $ +dnl $Id: aclocal.m4,v 1.87 2001/11/07 20:13:26 sof Exp $ dnl dnl Extra autoconf macros for the Glasgow fptools dnl @@ -216,6 +216,11 @@ if test -d $srcdir/ghc; then fi HappyVersion=$fptools_cv_happy_version; AC_SUBST(HappyVersion) + +# 1.9 and later is required, assume that we can use +# the "-agc" options. +HappyOpts="-agc" +AC_SUBST(HappyOpts) ]) dnl