From: simonm Date: Mon, 17 May 1999 14:48:30 +0000 (+0000) Subject: [project @ 1999-05-17 14:48:30 by simonm] X-Git-Tag: Approximately_9120_patches~6208 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=1068d91c583fd1de05ddd40316d33644bb8824ea [project @ 1999-05-17 14:48:30 by simonm] Workarond apparent bug in FreeBSD 'sh'. --- diff --git a/aclocal.m4 b/aclocal.m4 index c4d9859..f5c1561 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,4 +1,4 @@ -dnl $Id: aclocal.m4,v 1.40 1999/03/27 12:48:25 sof Exp $ +dnl $Id: aclocal.m4,v 1.41 1999/05/17 14:48:30 simonm Exp $ dnl dnl Extra autoconf macros for the Glasgow fptools dnl @@ -137,7 +137,7 @@ dnl dnl Check for Happy and version. dnl AC_DEFUN(FPTOOLS_HAPPY, -[AC_PATH_PROG(HappyCmd,happy,,$PATH:${hardtop}/happy/src) +[AC_PATH_PROG(HappyCmd,happy,,$PATH ${hardtop}/happy/src) AC_CACHE_CHECK([for version of happy], fptools_cv_happy_version, [if test x"$HappyCmd" != x; then fptools_cv_happy_version="`$HappyCmd -v |