From: michaelw Date: Tue, 11 Jul 2000 21:25:37 +0000 (+0000) Subject: [project @ 2000-07-11 21:25:37 by michaelw] X-Git-Tag: Approximately_9120_patches~4030 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=db27f931017d98e4927f5638726f85368396d5a1 [project @ 2000-07-11 21:25:37 by michaelw] updated comments --- diff --git a/aclocal.m4 b/aclocal.m4 index ea2e92e..b1c87ea 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,4 +1,4 @@ -dnl $Id: aclocal.m4,v 1.53 2000/07/11 10:47:06 simonmar Exp $ +dnl $Id: aclocal.m4,v 1.54 2000/07/11 21:25:37 michaelw Exp $ dnl dnl Extra autoconf macros for the Glasgow fptools dnl @@ -350,14 +350,14 @@ fi rm -fr conftest* ]) -dnl Test for version of installed ghc. Uses $GHC. Largely pinched from c2hs. -dnl dnl dnl FPTOOLS_GHC_VERSION dnl FPTOOLS_GHC_VERSION(version) dnl FPTOOLS_GHC_VERSION(major, minor [, patchlevel]) +dnl FPTOOLS_GHC_VERSION(version, major, minor, patchlevel) dnl dnl Test for version of installed ghc. Uses $GHC. +dnl [original version pinched from c2hs] dnl AC_DEFUN(FPTOOLS_GHC_VERSION, [define([FPTOOLS_CV_GHC_VERSION], [fptools_cv_ghc_version])dnl