summaryrefslogtreecommitdiff
blob: a47f279f487e94a236f3b6615f0aa6710d0ccee4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
diff -Naur gcl-2.6.7.orig/configure.in gcl-2.6.7/configure.in
--- gcl-2.6.7.orig/configure.in	2005-01-15 20:17:17.000000000 +0100
+++ gcl-2.6.7/configure.in	2007-02-13 20:40:40.000000000 +0100
@@ -788,9 +788,9 @@
 					    int main() {symbol_info t; return 0;}],
 					AC_MSG_RESULT(yes) 
 					AC_DEFINE(NEED_CONST),
-					AC_MSG_RESULT(cannot use bfd) exit 1;,
-					AC_MSG_RESULT(cannot use bfd) exit 1;),
-				AC_MSG_RESULT(cannot use bfd) exit 1;)
+					AC_MSG_RESULT(cannot use bfd); exit 1;,
+					AC_MSG_RESULT(cannot use bfd); exit 1;),
+				AC_MSG_RESULT(cannot use bfd); exit 1;)
 			,,-liberty))
 
 	AC_DEFINE(HAVE_LIBBFD)
@@ -1252,8 +1252,14 @@
 				return fpclass(f)>=FP_NZERO || fpclass(f)<FP_NZERO ? 0 : 1;
 				}],
 		AC_DEFINE(HAVE_IEEEFP) AC_MSG_RESULT(yes),
-		HAVE_IEEEFP=0 AC_MSG_RESULT(no),HAVE_IEEEFP=0 AC_MSG_RESULT(no))
-	,HAVE_ISNORMAL=0 AC_MSG_RESULT(no),HAVE_ISNORMAL=0 AC_MSG_RESULT(no))
+		HAVE_IEEEFP=0
+		AC_MSG_RESULT(no),
+		HAVE_IEEEFP=0
+		AC_MSG_RESULT(no)),
+		HAVE_ISNORMAL=0
+		AC_MSG_RESULT(no),
+		HAVE_ISNORMAL=0
+		AC_MSG_RESULT(no))
 
 AC_MSG_CHECKING([for isfinite])
 AC_TRY_RUN([#define _GNU_SOURCE
@@ -1271,8 +1277,14 @@
 				return finite(f) || !finite(f) ? 0 : 1;
 				}],
 		AC_DEFINE(HAVE_FINITE) AC_MSG_RESULT(yes),
-		HAVE_FINITE=0 AC_MSG_RESULT(no),HAVE_FINITE=0 AC_MSG_RESULT(no))
-	,HAVE_ISFINITE=0 AC_MSG_RESULT(no),HAVE_ISFINITE=0 AC_MSG_RESULT(no))
+		HAVE_FINITE=0
+		AC_MSG_RESULT(no),
+		HAVE_FINITE=0
+		AC_MSG_RESULT(no))
+	,HAVE_ISFINITE=0
+	AC_MSG_RESULT(no),
+	HAVE_ISFINITE=0
+	AC_MSG_RESULT(no))