X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=aclocal.m4;h=8d3de51e8c33f6c0e3470cb0464da79812ccefa9;hb=8911f9eaec0b082228104ca92100f2714f5da061;hp=e7dd2415df3f8a616f6708f1fcbe3a2d74baa2a9;hpb=93c8ce7647a3e546ac1273af12d24e5383d3cd04;p=ghc-hetmet.git diff --git a/aclocal.m4 b/aclocal.m4 index e7dd241..8d3de51 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,4 +1,4 @@ -dnl $Id: aclocal.m4,v 1.100 2002/05/05 17:03:54 panne Exp $ +dnl $Id: aclocal.m4,v 1.102 2002/05/22 09:02:40 simonmar Exp $ dnl dnl Extra autoconf macros for the Glasgow fptools dnl @@ -220,12 +220,6 @@ if test -d $srcdir/ghc -a ! -f $srcdir/ghc/compiler/parser/Parser.hs; then fi HappyVersion=$fptools_cv_happy_version; AC_SUBST(HappyVersion) - -# 1.9 and later is required, assume that we can use the -# "-agc" options. NOTE: The Master of Happy-ness says: -# "Don't use -s! (yet)" -HappyOpts="-agc" -AC_SUBST(HappyOpts) ]) dnl