From 5c7eeb55c2bf835288ef156822fd9ecf5e87756b Mon Sep 17 00:00:00 2001 From: sof Date: Mon, 7 Jan 2002 20:46:52 +0000 Subject: [PATCH] [project @ 2002-01-07 20:46:52 by sof] remove debugging bits --- aclocal.m4 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/aclocal.m4 b/aclocal.m4 index d468f77..ccb9a64 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,4 +1,4 @@ -dnl $Id: aclocal.m4,v 1.91 2002/01/07 20:24:23 sof Exp $ +dnl $Id: aclocal.m4,v 1.92 2002/01/07 20:46:52 sof Exp $ dnl dnl Extra autoconf macros for the Glasgow fptools dnl @@ -636,7 +636,7 @@ AC_CACHE_VAL(AC_CV_NAME, typedef $1 testing; main() { - FILE *f=fopen("conftestval2", "w"); + FILE *f=fopen("conftestval", "w"); if (!f) exit(1); if (((testing)((int)((testing)1.4))) == ((testing)1.4)) { fprintf(f, "%s%d\n", @@ -649,8 +649,7 @@ main() { } fclose(f); exit(0); -}], AC_CV_NAME=`cat conftestval2`, -echo $AC_CV_NAME +}], AC_CV_NAME=`cat conftestval`, ifelse([$2], , AC_CV_NAME=NotReallyAType, AC_CV_NAME=$2), ifelse([$3], , AC_CV_NAME=NotReallyATypeCross, AC_CV_NAME=$3))]) dnl AC_MSG_RESULT($AC_CV_NAME) -- 1.7.10.4