From: sof Date: Sat, 27 Mar 1999 12:48:25 +0000 (+0000) Subject: [project @ 1999-03-27 12:48:25 by sof] X-Git-Tag: Approximately_9120_patches~6343 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=273e62e1dd8719a0182e8216a7189b97960bf667;p=ghc-hetmet.git [project @ 1999-03-27 12:48:25 by sof] Look inside build tree too for happy binary --- diff --git a/aclocal.m4 b/aclocal.m4 index 17215a3..c4d9859 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,4 +1,4 @@ -dnl $Id: aclocal.m4,v 1.39 1999/03/01 17:39:54 simonm Exp $ +dnl $Id: aclocal.m4,v 1.40 1999/03/27 12:48:25 sof 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) +[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 |