From: panne Date: Sun, 5 May 2002 17:03:54 +0000 (+0000) Subject: [project @ 2002-05-05 17:03:54 by panne] X-Git-Tag: Approx_11550_changesets_converted~2055 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=93c8ce7647a3e546ac1273af12d24e5383d3cd04;p=ghc-hetmet.git [project @ 2002-05-05 17:03:54 by panne] Simon Sez: "Don't use -s!" --- diff --git a/aclocal.m4 b/aclocal.m4 index 3a79ef8..e7dd241 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,4 +1,4 @@ -dnl $Id: aclocal.m4,v 1.99 2002/04/10 09:41:16 simonmar Exp $ +dnl $Id: aclocal.m4,v 1.100 2002/05/05 17:03:54 panne Exp $ dnl dnl Extra autoconf macros for the Glasgow fptools dnl @@ -221,13 +221,10 @@ fi HappyVersion=$fptools_cv_happy_version; AC_SUBST(HappyVersion) -# 1.9 and later is required, assume that we can use -# the "-agc" options. +# 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" - -FPTOOLS_PROG_CHECK_VERSION([$fptools_cv_happy_version],-gt,[1.11], - [HappyOpts=-agcs]) - AC_SUBST(HappyOpts) ])