X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=aclocal.m4;h=09462f05f27c568ee9a72cead02031d7d402fcae;hb=57d15e1c1b85a8ec417e843827e5c8d271f7b1da;hp=eb7b0cacee016038e871f9ac8ff9d2242e9b5476;hpb=4d6959b1a60cc8b03c76346c9a7bddfd77f4f80a;p=ghc-hetmet.git 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