From c967a54e648292f79d9480a95ff1e9e87323530c Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 5 Dec 2001 17:21:43 +0000 Subject: [PATCH] [project @ 2001-12-05 17:21:43 by simonmar] Add -s flag to Happy if we have version 1.12+ --- aclocal.m4 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/aclocal.m4 b/aclocal.m4 index 09462f0..565e19b 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,4 +1,4 @@ -dnl $Id: aclocal.m4,v 1.87 2001/11/07 20:13:26 sof Exp $ +dnl $Id: aclocal.m4,v 1.88 2001/12/05 17:21:43 simonmar Exp $ dnl dnl Extra autoconf macros for the Glasgow fptools dnl @@ -220,6 +220,10 @@ AC_SUBST(HappyVersion) # 1.9 and later is required, assume that we can use # the "-agc" options. HappyOpts="-agc" + +FPTOOLS_PROG_CHECK_VERSION([$fptools_cv_happy_version],-gt,[1.11], + [HappyOpts=-agcs]) + AC_SUBST(HappyOpts) ]) -- 1.7.10.4