X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=aclocal.m4;h=b5b5a2b20c50935910398c660b9bc9c5dfc2e7ec;hb=7828f22403625d456e316dfc42f5a54d33c2390d;hp=6fb47cb505163b6b53e5a75eea526c5fe48d91ca;hpb=a13a41c241bbfad4bc3be3fdd686be826e0d7ac6;p=ghc-hetmet.git diff --git a/aclocal.m4 b/aclocal.m4 index 6fb47cb..b5b5a2b 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,4 +1,4 @@ -dnl $Id: aclocal.m4,v 1.109 2002/12/11 16:37:16 simonmar Exp $ +dnl $Id: aclocal.m4,v 1.110 2002/12/19 11:28:58 simonmar Exp $ dnl dnl Extra autoconf macros for the Glasgow fptools dnl @@ -703,7 +703,6 @@ dnl This is set up so that the argument can be a shell variable. dnl AC_DEFUN(FPTOOLS_CHECK_CCONST, [ -eval "def_name=CCONST_$1" eval "cv_name=ac_cv_cconst_$1" AC_MSG_CHECKING(value of $1) AC_CACHE_VAL($cv_name, @@ -721,7 +720,7 @@ eval "$cv_name=-1", eval "$cv_name=-1")])dnl eval "fptools_check_cconst_result=`echo '$'{$cv_name}`" AC_MSG_RESULT($fptools_check_cconst_result) -AC_DEFINE_UNQUOTED($def_name, $fptools_check_cconst_result) +AC_DEFINE_UNQUOTED(CCONST_$1, $fptools_check_cconst_result) unset fptools_check_cconst_result ])