X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=aclocal.m4;h=c79cef4c414e134ceb112c3030499ad43c7fbc46;hb=c820a01d7d25013deaac45331e234bacf775a0ea;hp=c4d98590f1f6cfe64fe94fe1f128329ebe9cb22d;hpb=273e62e1dd8719a0182e8216a7189b97960bf667;p=ghc-hetmet.git diff --git a/aclocal.m4 b/aclocal.m4 index c4d9859..c79cef4 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.42 1999/06/07 10:12:52 simonmar 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 | @@ -313,7 +313,7 @@ AC_DEFUN(FPTOOLS_PROG_GNUCPP, [AC_CACHE_CHECK([how to invoke GNU cpp directly], fptools_cv_gnu_cpp, [if test "$HaveGcc" = "YES"; then echo > conftest.c - gcc -v -E conftest.c >/dev/null 2>conftest.out + $CC -v -E conftest.c >/dev/null 2>conftest.out # \x5c = backslash echo 'tr/\x5c/\//; /(\S+\/)cpp/ && print "[$]{1}cpp -iprefix [$]1";' > conftest.pl fptools_cv_gnu_cpp="`eval $PerlCmd -n conftest.pl conftest.out`"