From: sewardj Date: Thu, 4 Nov 1999 15:09:09 +0000 (+0000) Subject: [project @ 1999-11-04 15:09:09 by sewardj] X-Git-Tag: Approximately_9120_patches~5601 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=26bced60abe26e8fa6a529dd17788ecaef226a21 [project @ 1999-11-04 15:09:09 by sewardj] Fix wibble in setting of HappyCmd. --- diff --git a/aclocal.m4 b/aclocal.m4 index a5716cb..85523c6 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,4 +1,4 @@ -dnl $Id: aclocal.m4,v 1.44 1999/08/02 13:11:02 simonmar Exp $ +dnl $Id: aclocal.m4,v 1.45 1999/11/04 15:09:09 sewardj 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 |