[project @ 2002-05-22 09:02:40 by simonmar]
[ghc-hetmet.git] / aclocal.m4
index e7dd241..8d3de51 100644 (file)
@@ -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