Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
5c7eeb55
Commit
5c7eeb55
authored
Jan 07, 2002
by
sof
Browse files
[project @ 2002-01-07 20:46:52 by sof]
remove debugging bits
parent
e1cb5367
Changes
1
Show whitespace changes
Inline
Side-by-side
aclocal.m4
View file @
5c7eeb55
dnl $Id: aclocal.m4,v 1.9
1
2002/01/07 20:
24:23
sof Exp $
dnl $Id: aclocal.m4,v 1.9
2
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("conftestval
2
", "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)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment