~ubuntu-branches/ubuntu/precise/nspr/precise-proposed

« back to all changes in this revision

Viewing changes to debian/patches/99_configure.patch

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2008-03-11 01:47:11 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20080311014711-13cn64rw58l5aktu
Tags: 4.7.0~1.9b4-0ubuntu1
* New upstream release, picked from FIREFOX_3_0b4_RELEASE cvs tag
* update configure patch
  - update debian/patches/99_configure.patch
* bump shlibs requirements
  - update debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 mozilla/nsprpub/configure |  255 +++++++++++++++++++++++++---------------------
3
3
 1 file changed, 144 insertions(+), 111 deletions(-)
4
4
 
5
 
Index: nspr-4.7.0~cvs20080129t1533/mozilla/nsprpub/configure
 
5
Index: nspr-4.7.0~1.9b4/mozilla/nsprpub/configure
6
6
===================================================================
7
 
--- nspr-4.7.0~cvs20080129t1533.orig/mozilla/nsprpub/configure
8
 
+++ nspr-4.7.0~cvs20080129t1533/mozilla/nsprpub/configure
 
7
--- nspr-4.7.0~1.9b4.orig/mozilla/nsprpub/configure
 
8
+++ nspr-4.7.0~1.9b4/mozilla/nsprpub/configure
9
9
@@ -31,17 +31,17 @@
10
10
 ac_help="$ac_help
11
11
   --enable-win32-target=\$t
27
27
                           [10.2 for ppc, 10.4 for x86]"
28
28
@@ -691,17 +691,17 @@
29
29
 MOD_MINOR_VERSION=7
30
 
 MOD_PATCH_VERSION=0
 
30
 MOD_PATCH_VERSION=1
31
31
 NSPR_MODNAME=nspr20
32
32
 _HAVE_PTHREADS=
33
33
 USE_PTHREADS=
44
44
 _DEBUG_FLAGS=-g
45
45
 MOZ_DEBUG=1
46
46
 MOZ_OPTIMIZE=
47
 
@@ -910,22 +910,54 @@
 
47
@@ -911,22 +911,54 @@
48
48
       fi
49
49
     fi 
50
50
 fi
64
64
 
65
65
+if test "${USE_64}"; then
66
66
+    echo $ac_n "checking for 64-bit OS""... $ac_c" 1>&6
67
 
+echo "configure:929: checking for 64-bit OS" >&5
 
67
+echo "configure:930: checking for 64-bit OS" >&5
68
68
+    cat > conftest.$ac_ext <<EOF
69
 
+#line 931 "configure"
 
69
+#line 932 "configure"
70
70
+#include "confdefs.h"
71
71
+
72
72
+int main() {
73
73
+int assert[(sizeof(long) == 8) ? 1: -1]
74
74
+; return 0; }
75
75
+EOF
76
 
+if { (eval echo configure:938: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
76
+if { (eval echo configure:939: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
77
77
+  rm -rf conftest*
78
78
+  result="yes"
79
79
+else
100
100
       fi 
101
101
 fi
102
102
 
103
 
@@ -1036,17 +1068,17 @@
 
103
@@ -1037,17 +1069,17 @@
104
104
 
105
105
     esac
106
106
 fi
109
109
     # Extract the first word of "$WHOAMI whoami", so it can be a program name with args.
110
110
 set dummy $WHOAMI whoami; ac_word=$2
111
111
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
112
 
-echo "configure:1045: checking for $ac_word" >&5
113
 
+echo "configure:1077: checking for $ac_word" >&5
 
112
-echo "configure:1046: checking for $ac_word" >&5
 
113
+echo "configure:1078: checking for $ac_word" >&5
114
114
 if eval "test \"`echo '$''{'ac_cv_path_WHOAMI'+set}'`\" = set"; then
115
115
   echo $ac_n "(cached) $ac_c" 1>&6
116
116
 else
119
119
   ac_cv_path_WHOAMI="$WHOAMI" # Let the user override the test with a path.
120
120
   ;;
121
121
   ?:/*)                         
122
 
@@ -1107,23 +1139,23 @@
 
122
@@ -1108,23 +1140,23 @@
123
123
     echo "cross compiling from $host to $target"
124
124
     cross_compiling=yes
125
125
 
128
128
     _SAVE_LDFLAGS="$LDFLAGS"
129
129
 
130
130
     echo $ac_n "checking for $host compiler""... $ac_c" 1>&6
131
 
-echo "configure:1116: checking for $host compiler" >&5
132
 
+echo "configure:1148: checking for $host compiler" >&5
 
131
-echo "configure:1117: checking for $host compiler" >&5
 
132
+echo "configure:1149: checking for $host compiler" >&5
133
133
     for ac_prog in $HOST_CC gcc cc /usr/ucb/cc
134
134
 do
135
135
 # Extract the first word of "$ac_prog", so it can be a program name with args.
136
136
 set dummy $ac_prog; ac_word=$2
137
137
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
138
 
-echo "configure:1122: checking for $ac_word" >&5
139
 
+echo "configure:1154: checking for $ac_word" >&5
 
138
-echo "configure:1123: checking for $ac_word" >&5
 
139
+echo "configure:1155: checking for $ac_word" >&5
140
140
 if eval "test \"`echo '$''{'ac_cv_prog_HOST_CC'+set}'`\" = set"; then
141
141
   echo $ac_n "(cached) $ac_c" 1>&6
142
142
 else
145
145
 else
146
146
   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
147
147
   ac_dummy="$PATH"
148
 
@@ -1159,26 +1191,26 @@
 
148
@@ -1160,26 +1192,26 @@
149
149
         HOST_LDFLAGS="$LDFLAGS"
150
150
     fi
151
151
 
154
154
     LDFLAGS="$HOST_LDFLAGS"
155
155
 
156
156
     echo $ac_n "checking whether the $host compiler ($HOST_CC $HOST_CFLAGS $HOST_LDFLAGS) works""... $ac_c" 1>&6
157
 
-echo "configure:1168: checking whether the $host compiler ($HOST_CC $HOST_CFLAGS $HOST_LDFLAGS) works" >&5
158
 
+echo "configure:1200: checking whether the $host compiler ($HOST_CC $HOST_CFLAGS $HOST_LDFLAGS) works" >&5
 
157
-echo "configure:1169: checking whether the $host compiler ($HOST_CC $HOST_CFLAGS $HOST_LDFLAGS) works" >&5
 
158
+echo "configure:1201: checking whether the $host compiler ($HOST_CC $HOST_CFLAGS $HOST_LDFLAGS) works" >&5
159
159
     cat > conftest.$ac_ext <<EOF
160
 
-#line 1170 "configure"
161
 
+#line 1202 "configure"
 
160
-#line 1171 "configure"
 
161
+#line 1203 "configure"
162
162
 #include "confdefs.h"
163
163
 
164
164
 int main() {
165
165
 return(0);
166
166
 ; return 0; }
167
167
 EOF
168
 
-if { (eval echo configure:1177: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
169
 
+if { (eval echo configure:1209: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
168
-if { (eval echo configure:1178: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
169
+if { (eval echo configure:1210: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
170
170
   rm -rf conftest*
171
171
   ac_cv_prog_host_cc_works=1 echo "$ac_t""yes" 1>&6
172
172
 else
175
175
   rm -rf conftest*
176
176
   { echo "configure: error: installation or configuration problem: $host compiler $HOST_CC cannot create executables." 1>&2; exit 1; } 
177
177
 fi
178
 
@@ -1197,17 +1229,17 @@
 
178
@@ -1198,17 +1230,17 @@
179
179
         ;;        
180
180
     esac            
181
181
 
184
184
 # Extract the first word of "$ac_prog", so it can be a program name with args.
185
185
 set dummy $ac_prog; ac_word=$2
186
186
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
187
 
-echo "configure:1206: checking for $ac_word" >&5
188
 
+echo "configure:1238: checking for $ac_word" >&5
 
187
-echo "configure:1207: checking for $ac_word" >&5
 
188
+echo "configure:1239: checking for $ac_word" >&5
189
189
 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
190
190
   echo $ac_n "(cached) $ac_c" 1>&6
191
191
 else
194
194
 else
195
195
   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
196
196
   ac_dummy="$PATH"
197
 
@@ -1231,17 +1263,17 @@
 
197
@@ -1232,17 +1264,17 @@
198
198
 test -n "$CC" && break
199
199
 done
200
200
 test -n "$CC" || CC="echo"
203
203
     # Extract the first word of "gcc", so it can be a program name with args.
204
204
 set dummy gcc; ac_word=$2
205
205
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
206
 
-echo "configure:1240: checking for $ac_word" >&5
207
 
+echo "configure:1272: checking for $ac_word" >&5
 
206
-echo "configure:1241: checking for $ac_word" >&5
 
207
+echo "configure:1273: checking for $ac_word" >&5
208
208
 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
209
209
   echo $ac_n "(cached) $ac_c" 1>&6
210
210
 else
213
213
 else
214
214
   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
215
215
   ac_dummy="$PATH"
216
 
@@ -1261,17 +1293,17 @@
 
216
@@ -1262,17 +1294,17 @@
217
217
 else
218
218
   echo "$ac_t""no" 1>&6
219
219
 fi
222
222
   # Extract the first word of "cc", so it can be a program name with args.
223
223
 set dummy cc; ac_word=$2
224
224
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
225
 
-echo "configure:1270: checking for $ac_word" >&5
226
 
+echo "configure:1302: checking for $ac_word" >&5
 
225
-echo "configure:1271: checking for $ac_word" >&5
 
226
+echo "configure:1303: checking for $ac_word" >&5
227
227
 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
228
228
   echo $ac_n "(cached) $ac_c" 1>&6
229
229
 else
232
232
 else
233
233
   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
234
234
   ac_prog_rejected=no
235
 
@@ -1312,17 +1344,17 @@
 
235
@@ -1313,17 +1345,17 @@
236
236
 fi
237
237
 
238
238
   if test -z "$CC"; then
241
241
       # Extract the first word of "cl", so it can be a program name with args.
242
242
 set dummy cl; ac_word=$2
243
243
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
244
 
-echo "configure:1321: checking for $ac_word" >&5
245
 
+echo "configure:1353: checking for $ac_word" >&5
 
244
-echo "configure:1322: checking for $ac_word" >&5
 
245
+echo "configure:1354: checking for $ac_word" >&5
246
246
 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
247
247
   echo $ac_n "(cached) $ac_c" 1>&6
248
248
 else
251
251
 else
252
252
   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
253
253
   ac_dummy="$PATH"
254
 
@@ -1344,33 +1376,33 @@
 
254
@@ -1345,33 +1377,33 @@
255
255
 fi
256
256
  ;;
257
257
     esac
260
260
 fi
261
261
 
262
262
 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
263
 
-echo "configure:1353: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
264
 
+echo "configure:1385: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
 
263
-echo "configure:1354: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
 
264
+echo "configure:1386: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
265
265
 
266
266
 ac_ext=c
267
267
 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
272
272
 
273
273
 cat > conftest.$ac_ext << EOF
274
274
 
275
 
-#line 1364 "configure"
276
 
+#line 1396 "configure"
 
275
-#line 1365 "configure"
 
276
+#line 1397 "configure"
277
277
 #include "confdefs.h"
278
278
 
279
279
 main(){return(0);}
280
280
 EOF
281
 
-if { (eval echo configure:1369: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
282
 
+if { (eval echo configure:1401: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
281
-if { (eval echo configure:1370: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
282
+if { (eval echo configure:1402: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
283
283
   ac_cv_prog_cc_works=yes
284
284
   # If we can't run a trivial program, we are probably using a cross compiler.
285
285
   if (./conftest; exit) 2>/dev/null; then
288
288
     ac_cv_prog_cc_cross=yes
289
289
   fi
290
290
 else
291
 
@@ -1386,31 +1418,31 @@
 
291
@@ -1387,31 +1419,31 @@
292
292
 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
293
293
 cross_compiling=$ac_cv_prog_cc_cross
294
294
 
297
297
   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
298
298
 fi
299
299
 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
300
 
-echo "configure:1395: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
301
 
+echo "configure:1427: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
 
300
-echo "configure:1396: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
 
301
+echo "configure:1428: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
302
302
 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
303
303
 cross_compiling=$ac_cv_prog_cc_cross
304
304
 
305
305
 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
306
 
-echo "configure:1400: checking whether we are using GNU C" >&5
307
 
+echo "configure:1432: checking whether we are using GNU C" >&5
 
306
-echo "configure:1401: checking whether we are using GNU C" >&5
 
307
+echo "configure:1433: checking whether we are using GNU C" >&5
308
308
 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
309
309
   echo $ac_n "(cached) $ac_c" 1>&6
310
310
 else
313
313
   yes;
314
314
 #endif
315
315
 EOF
316
 
-if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1409: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
317
 
+if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1441: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
 
316
-if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1410: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
 
317
+if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1442: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
318
318
   ac_cv_prog_gcc=yes
319
319
 else
320
320
   ac_cv_prog_gcc=no
323
323
 
324
324
 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
325
325
 
326
 
@@ -1419,17 +1451,17 @@
 
326
@@ -1420,17 +1452,17 @@
327
327
 else
328
328
   GCC=
329
329
 fi
332
332
 ac_save_CFLAGS="$CFLAGS"
333
333
 CFLAGS=
334
334
 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
335
 
-echo "configure:1428: checking whether ${CC-cc} accepts -g" >&5
336
 
+echo "configure:1460: checking whether ${CC-cc} accepts -g" >&5
 
335
-echo "configure:1429: checking whether ${CC-cc} accepts -g" >&5
 
336
+echo "configure:1461: checking whether ${CC-cc} accepts -g" >&5
337
337
 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
338
338
   echo $ac_n "(cached) $ac_c" 1>&6
339
339
 else
342
342
   ac_cv_prog_cc_g=yes
343
343
 else
344
344
   ac_cv_prog_cc_g=no
345
 
@@ -1455,17 +1487,17 @@
 
345
@@ -1456,17 +1488,17 @@
346
346
   fi
347
347
 fi
348
348
 
351
351
 # Extract the first word of "$ac_prog", so it can be a program name with args.
352
352
 set dummy $ac_prog; ac_word=$2
353
353
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
354
 
-echo "configure:1464: checking for $ac_word" >&5
355
 
+echo "configure:1496: checking for $ac_word" >&5
 
354
-echo "configure:1465: checking for $ac_word" >&5
 
355
+echo "configure:1497: checking for $ac_word" >&5
356
356
 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
357
357
   echo $ac_n "(cached) $ac_c" 1>&6
358
358
 else
361
361
 else
362
362
   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
363
363
   ac_dummy="$PATH"
364
 
@@ -1491,17 +1523,17 @@
 
364
@@ -1492,17 +1524,17 @@
365
365
 test -n "$CXX" || CXX="echo"
366
366
 
367
367
     unset ac_cv_prog_CXX
370
370
 # Extract the first word of "$ac_prog", so it can be a program name with args.
371
371
 set dummy $ac_prog; ac_word=$2
372
372
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
373
 
-echo "configure:1500: checking for $ac_word" >&5
374
 
+echo "configure:1532: checking for $ac_word" >&5
 
373
-echo "configure:1501: checking for $ac_word" >&5
 
374
+echo "configure:1533: checking for $ac_word" >&5
375
375
 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
376
376
   echo $ac_n "(cached) $ac_c" 1>&6
377
377
 else
380
380
 else
381
381
   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
382
382
   ac_dummy="$PATH"
383
 
@@ -1523,33 +1555,33 @@
 
383
@@ -1524,33 +1556,33 @@
384
384
 fi
385
385
 
386
386
 test -n "$CXX" && break
389
389
 
390
390
 
391
391
 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
392
 
-echo "configure:1532: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
393
 
+echo "configure:1564: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
 
392
-echo "configure:1533: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
 
393
+echo "configure:1565: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
394
394
 
395
395
 ac_ext=C
396
396
 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
401
401
 
402
402
 cat > conftest.$ac_ext << EOF
403
403
 
404
 
-#line 1543 "configure"
405
 
+#line 1575 "configure"
 
404
-#line 1544 "configure"
 
405
+#line 1576 "configure"
406
406
 #include "confdefs.h"
407
407
 
408
408
 int main(){return(0);}
409
409
 EOF
410
 
-if { (eval echo configure:1548: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
411
 
+if { (eval echo configure:1580: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
410
-if { (eval echo configure:1549: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
411
+if { (eval echo configure:1581: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
412
412
   ac_cv_prog_cxx_works=yes
413
413
   # If we can't run a trivial program, we are probably using a cross compiler.
414
414
   if (./conftest; exit) 2>/dev/null; then
417
417
     ac_cv_prog_cxx_cross=yes
418
418
   fi
419
419
 else
420
 
@@ -1565,31 +1597,31 @@
 
420
@@ -1566,31 +1598,31 @@
421
421
 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
422
422
 cross_compiling=$ac_cv_prog_cc_cross
423
423
 
426
426
   { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
427
427
 fi
428
428
 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
429
 
-echo "configure:1574: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
430
 
+echo "configure:1606: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
 
429
-echo "configure:1575: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
 
430
+echo "configure:1607: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
431
431
 echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
432
432
 cross_compiling=$ac_cv_prog_cxx_cross
433
433
 
434
434
 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
435
 
-echo "configure:1579: checking whether we are using GNU C++" >&5
436
 
+echo "configure:1611: checking whether we are using GNU C++" >&5
 
435
-echo "configure:1580: checking whether we are using GNU C++" >&5
 
436
+echo "configure:1612: checking whether we are using GNU C++" >&5
437
437
 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
438
438
   echo $ac_n "(cached) $ac_c" 1>&6
439
439
 else
442
442
   yes;
443
443
 #endif
444
444
 EOF
445
 
-if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1588: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
446
 
+if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1620: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
 
445
-if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1589: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
 
446
+if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1621: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
447
447
   ac_cv_prog_gxx=yes
448
448
 else
449
449
   ac_cv_prog_gxx=no
452
452
 
453
453
 echo "$ac_t""$ac_cv_prog_gxx" 1>&6
454
454
 
455
 
@@ -1598,17 +1630,17 @@
 
455
@@ -1599,17 +1631,17 @@
456
456
 else
457
457
   GXX=
458
458
 fi
461
461
 ac_save_CXXFLAGS="$CXXFLAGS"
462
462
 CXXFLAGS=
463
463
 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
464
 
-echo "configure:1607: checking whether ${CXX-g++} accepts -g" >&5
465
 
+echo "configure:1639: checking whether ${CXX-g++} accepts -g" >&5
 
464
-echo "configure:1608: checking whether ${CXX-g++} accepts -g" >&5
 
465
+echo "configure:1640: checking whether ${CXX-g++} accepts -g" >&5
466
466
 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
467
467
   echo $ac_n "(cached) $ac_c" 1>&6
468
468
 else
471
471
   ac_cv_prog_cxx_g=yes
472
472
 else
473
473
   ac_cv_prog_cxx_g=no
474
 
@@ -1642,17 +1674,17 @@
 
474
@@ -1643,17 +1675,17 @@
475
475
         ;;
476
476
     esac
477
477
 
480
480
 # Extract the first word of "$ac_prog", so it can be a program name with args.
481
481
 set dummy $ac_prog; ac_word=$2
482
482
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
483
 
-echo "configure:1651: checking for $ac_word" >&5
484
 
+echo "configure:1683: checking for $ac_word" >&5
 
483
-echo "configure:1652: checking for $ac_word" >&5
 
484
+echo "configure:1684: checking for $ac_word" >&5
485
485
 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
486
486
   echo $ac_n "(cached) $ac_c" 1>&6
487
487
 else
490
490
 else
491
491
   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
492
492
   ac_dummy="$PATH"
493
 
@@ -1677,17 +1709,17 @@
 
493
@@ -1678,17 +1710,17 @@
494
494
 done
495
495
 test -n "$RANLIB" || RANLIB="echo"
496
496
 
499
499
 # Extract the first word of "$ac_prog", so it can be a program name with args.
500
500
 set dummy $ac_prog; ac_word=$2
501
501
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
502
 
-echo "configure:1686: checking for $ac_word" >&5
503
 
+echo "configure:1718: checking for $ac_word" >&5
 
502
-echo "configure:1687: checking for $ac_word" >&5
 
503
+echo "configure:1719: checking for $ac_word" >&5
504
504
 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
505
505
   echo $ac_n "(cached) $ac_c" 1>&6
506
506
 else
509
509
 else
510
510
   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
511
511
   ac_dummy="$PATH"
512
 
@@ -1712,17 +1744,17 @@
 
512
@@ -1713,17 +1745,17 @@
513
513
 done
514
514
 test -n "$AR" || AR="echo"
515
515
 
518
518
 # Extract the first word of "$ac_prog", so it can be a program name with args.
519
519
 set dummy $ac_prog; ac_word=$2
520
520
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
521
 
-echo "configure:1721: checking for $ac_word" >&5
522
 
+echo "configure:1753: checking for $ac_word" >&5
 
521
-echo "configure:1722: checking for $ac_word" >&5
 
522
+echo "configure:1754: checking for $ac_word" >&5
523
523
 if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then
524
524
   echo $ac_n "(cached) $ac_c" 1>&6
525
525
 else
528
528
 else
529
529
   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
530
530
   ac_dummy="$PATH"
531
 
@@ -1747,17 +1779,17 @@
 
531
@@ -1748,17 +1780,17 @@
532
532
 done
533
533
 test -n "$AS" || AS="echo"
534
534
 
537
537
 # Extract the first word of "$ac_prog", so it can be a program name with args.
538
538
 set dummy $ac_prog; ac_word=$2
539
539
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
540
 
-echo "configure:1756: checking for $ac_word" >&5
541
 
+echo "configure:1788: checking for $ac_word" >&5
 
540
-echo "configure:1757: checking for $ac_word" >&5
 
541
+echo "configure:1789: checking for $ac_word" >&5
542
542
 if eval "test \"`echo '$''{'ac_cv_prog_LD'+set}'`\" = set"; then
543
543
   echo $ac_n "(cached) $ac_c" 1>&6
544
544
 else
547
547
 else
548
548
   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
549
549
   ac_dummy="$PATH"
550
 
@@ -1782,17 +1814,17 @@
 
550
@@ -1783,17 +1815,17 @@
551
551
 done
552
552
 test -n "$LD" || LD="echo"
553
553
 
556
556
 # Extract the first word of "$ac_prog", so it can be a program name with args.
557
557
 set dummy $ac_prog; ac_word=$2
558
558
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
559
 
-echo "configure:1791: checking for $ac_word" >&5
560
 
+echo "configure:1823: checking for $ac_word" >&5
 
559
-echo "configure:1792: checking for $ac_word" >&5
 
560
+echo "configure:1824: checking for $ac_word" >&5
561
561
 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
562
562
   echo $ac_n "(cached) $ac_c" 1>&6
563
563
 else
566
566
 else
567
567
   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
568
568
   ac_dummy="$PATH"
569
 
@@ -1817,17 +1849,17 @@
 
569
@@ -1818,17 +1850,17 @@
570
570
 done
571
571
 test -n "$STRIP" || STRIP="echo"
572
572
 
575
575
 # Extract the first word of "$ac_prog", so it can be a program name with args.
576
576
 set dummy $ac_prog; ac_word=$2
577
577
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
578
 
-echo "configure:1826: checking for $ac_word" >&5
579
 
+echo "configure:1858: checking for $ac_word" >&5
 
578
-echo "configure:1827: checking for $ac_word" >&5
 
579
+echo "configure:1859: checking for $ac_word" >&5
580
580
 if eval "test \"`echo '$''{'ac_cv_prog_WINDRES'+set}'`\" = set"; then
581
581
   echo $ac_n "(cached) $ac_c" 1>&6
582
582
 else
585
585
 else
586
586
   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
587
587
   ac_dummy="$PATH"
588
 
@@ -1854,17 +1886,17 @@
 
588
@@ -1855,17 +1887,17 @@
589
589
 
590
590
 
591
591
 else
594
594
 # Extract the first word of "$ac_prog", so it can be a program name with args.
595
595
 set dummy $ac_prog; ac_word=$2
596
596
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
597
 
-echo "configure:1863: checking for $ac_word" >&5
598
 
+echo "configure:1895: checking for $ac_word" >&5
 
597
-echo "configure:1864: checking for $ac_word" >&5
 
598
+echo "configure:1896: checking for $ac_word" >&5
599
599
 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
600
600
   echo $ac_n "(cached) $ac_c" 1>&6
601
601
 else
604
604
 else
605
605
   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
606
606
   ac_dummy="$PATH"
607
 
@@ -1886,33 +1918,33 @@
 
607
@@ -1887,33 +1919,33 @@
608
608
 fi
609
609
 
610
610
 test -n "$CXX" && break
613
613
 
614
614
 
615
615
 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
616
 
-echo "configure:1895: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
617
 
+echo "configure:1927: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
 
616
-echo "configure:1896: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
 
617
+echo "configure:1928: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
618
618
 
619
619
 ac_ext=C
620
620
 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
625
625
 
626
626
 cat > conftest.$ac_ext << EOF
627
627
 
628
 
-#line 1906 "configure"
629
 
+#line 1938 "configure"
 
628
-#line 1907 "configure"
 
629
+#line 1939 "configure"
630
630
 #include "confdefs.h"
631
631
 
632
632
 int main(){return(0);}
633
633
 EOF
634
 
-if { (eval echo configure:1911: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
635
 
+if { (eval echo configure:1943: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
634
-if { (eval echo configure:1912: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
635
+if { (eval echo configure:1944: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
636
636
   ac_cv_prog_cxx_works=yes
637
637
   # If we can't run a trivial program, we are probably using a cross compiler.
638
638
   if (./conftest; exit) 2>/dev/null; then
641
641
     ac_cv_prog_cxx_cross=yes
642
642
   fi
643
643
 else
644
 
@@ -1928,31 +1960,31 @@
 
644
@@ -1929,31 +1961,31 @@
645
645
 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
646
646
 cross_compiling=$ac_cv_prog_cc_cross
647
647
 
650
650
   { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
651
651
 fi
652
652
 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
653
 
-echo "configure:1937: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
654
 
+echo "configure:1969: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
 
653
-echo "configure:1938: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
 
654
+echo "configure:1970: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
655
655
 echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
656
656
 cross_compiling=$ac_cv_prog_cxx_cross
657
657
 
658
658
 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
659
 
-echo "configure:1942: checking whether we are using GNU C++" >&5
660
 
+echo "configure:1974: checking whether we are using GNU C++" >&5
 
659
-echo "configure:1943: checking whether we are using GNU C++" >&5
 
660
+echo "configure:1975: checking whether we are using GNU C++" >&5
661
661
 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
662
662
   echo $ac_n "(cached) $ac_c" 1>&6
663
663
 else
666
666
   yes;
667
667
 #endif
668
668
 EOF
669
 
-if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1951: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
670
 
+if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1983: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
 
669
-if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1952: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
 
670
+if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1984: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
671
671
   ac_cv_prog_gxx=yes
672
672
 else
673
673
   ac_cv_prog_gxx=no
676
676
 
677
677
 echo "$ac_t""$ac_cv_prog_gxx" 1>&6
678
678
 
679
 
@@ -1961,17 +1993,17 @@
 
679
@@ -1962,17 +1994,17 @@
680
680
 else
681
681
   GXX=
682
682
 fi
685
685
 ac_save_CXXFLAGS="$CXXFLAGS"
686
686
 CXXFLAGS=
687
687
 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
688
 
-echo "configure:1970: checking whether ${CXX-g++} accepts -g" >&5
689
 
+echo "configure:2002: checking whether ${CXX-g++} accepts -g" >&5
 
688
-echo "configure:1971: checking whether ${CXX-g++} accepts -g" >&5
 
689
+echo "configure:2003: checking whether ${CXX-g++} accepts -g" >&5
690
690
 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
691
691
   echo $ac_n "(cached) $ac_c" 1>&6
692
692
 else
695
695
   ac_cv_prog_cxx_g=yes
696
696
 else
697
697
   ac_cv_prog_cxx_g=no
698
 
@@ -1998,17 +2030,17 @@
 
698
@@ -1999,17 +2031,17 @@
699
699
 fi
700
700
 
701
701
     if test "$CXX" = "cl" -a -z "$CC"; then
704
704
         # Extract the first word of "gcc", so it can be a program name with args.
705
705
 set dummy gcc; ac_word=$2
706
706
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
707
 
-echo "configure:2007: checking for $ac_word" >&5
708
 
+echo "configure:2039: checking for $ac_word" >&5
 
707
-echo "configure:2008: checking for $ac_word" >&5
 
708
+echo "configure:2040: checking for $ac_word" >&5
709
709
 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
710
710
   echo $ac_n "(cached) $ac_c" 1>&6
711
711
 else
714
714
 else
715
715
   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
716
716
   ac_dummy="$PATH"
717
 
@@ -2028,17 +2060,17 @@
 
717
@@ -2029,17 +2061,17 @@
718
718
 else
719
719
   echo "$ac_t""no" 1>&6
720
720
 fi
723
723
   # Extract the first word of "cc", so it can be a program name with args.
724
724
 set dummy cc; ac_word=$2
725
725
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
726
 
-echo "configure:2037: checking for $ac_word" >&5
727
 
+echo "configure:2069: checking for $ac_word" >&5
 
726
-echo "configure:2038: checking for $ac_word" >&5
 
727
+echo "configure:2070: checking for $ac_word" >&5
728
728
 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
729
729
   echo $ac_n "(cached) $ac_c" 1>&6
730
730
 else
733
733
 else
734
734
   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
735
735
   ac_prog_rejected=no
736
 
@@ -2079,17 +2111,17 @@
 
736
@@ -2080,17 +2112,17 @@
737
737
 fi
738
738
 
739
739
   if test -z "$CC"; then
742
742
       # Extract the first word of "cl", so it can be a program name with args.
743
743
 set dummy cl; ac_word=$2
744
744
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
745
 
-echo "configure:2088: checking for $ac_word" >&5
746
 
+echo "configure:2120: checking for $ac_word" >&5
 
745
-echo "configure:2089: checking for $ac_word" >&5
 
746
+echo "configure:2121: checking for $ac_word" >&5
747
747
 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
748
748
   echo $ac_n "(cached) $ac_c" 1>&6
749
749
 else
752
752
 else
753
753
   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
754
754
   ac_dummy="$PATH"
755
 
@@ -2111,33 +2143,33 @@
 
755
@@ -2112,33 +2144,33 @@
756
756
 fi
757
757
  ;;
758
758
     esac
761
761
 fi
762
762
 
763
763
 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
764
 
-echo "configure:2120: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
765
 
+echo "configure:2152: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
 
764
-echo "configure:2121: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
 
765
+echo "configure:2153: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
766
766
 
767
767
 ac_ext=c
768
768
 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
773
773
 
774
774
 cat > conftest.$ac_ext << EOF
775
775
 
776
 
-#line 2131 "configure"
777
 
+#line 2163 "configure"
 
776
-#line 2132 "configure"
 
777
+#line 2164 "configure"
778
778
 #include "confdefs.h"
779
779
 
780
780
 main(){return(0);}
781
781
 EOF
782
 
-if { (eval echo configure:2136: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
783
 
+if { (eval echo configure:2168: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
782
-if { (eval echo configure:2137: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
783
+if { (eval echo configure:2169: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
784
784
   ac_cv_prog_cc_works=yes
785
785
   # If we can't run a trivial program, we are probably using a cross compiler.
786
786
   if (./conftest; exit) 2>/dev/null; then
789
789
     ac_cv_prog_cc_cross=yes
790
790
   fi
791
791
 else
792
 
@@ -2153,31 +2185,31 @@
 
792
@@ -2154,31 +2186,31 @@
793
793
 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
794
794
 cross_compiling=$ac_cv_prog_cc_cross
795
795
 
798
798
   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
799
799
 fi
800
800
 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
801
 
-echo "configure:2162: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
802
 
+echo "configure:2194: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
 
801
-echo "configure:2163: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
 
802
+echo "configure:2195: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
803
803
 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
804
804
 cross_compiling=$ac_cv_prog_cc_cross
805
805
 
806
806
 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
807
 
-echo "configure:2167: checking whether we are using GNU C" >&5
808
 
+echo "configure:2199: checking whether we are using GNU C" >&5
 
807
-echo "configure:2168: checking whether we are using GNU C" >&5
 
808
+echo "configure:2200: checking whether we are using GNU C" >&5
809
809
 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
810
810
   echo $ac_n "(cached) $ac_c" 1>&6
811
811
 else
814
814
   yes;
815
815
 #endif
816
816
 EOF
817
 
-if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2176: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
818
 
+if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2208: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
 
817
-if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2177: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
 
818
+if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2209: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
819
819
   ac_cv_prog_gcc=yes
820
820
 else
821
821
   ac_cv_prog_gcc=no
824
824
 
825
825
 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
826
826
 
827
 
@@ -2186,17 +2218,17 @@
 
827
@@ -2187,17 +2219,17 @@
828
828
 else
829
829
   GCC=
830
830
 fi
833
833
 ac_save_CFLAGS="$CFLAGS"
834
834
 CFLAGS=
835
835
 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
836
 
-echo "configure:2195: checking whether ${CC-cc} accepts -g" >&5
837
 
+echo "configure:2227: checking whether ${CC-cc} accepts -g" >&5
 
836
-echo "configure:2196: checking whether ${CC-cc} accepts -g" >&5
 
837
+echo "configure:2228: checking whether ${CC-cc} accepts -g" >&5
838
838
 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
839
839
   echo $ac_n "(cached) $ac_c" 1>&6
840
840
 else
843
843
   ac_cv_prog_cc_g=yes
844
844
 else
845
845
   ac_cv_prog_cc_g=no
846
 
@@ -2219,72 +2251,72 @@
 
846
@@ -2220,72 +2252,72 @@
847
847
     CFLAGS="-O2"
848
848
   else
849
849
     CFLAGS=
852
852
 
853
853
     fi
854
854
     echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
855
 
-echo "configure:2228: checking how to run the C preprocessor" >&5
856
 
+echo "configure:2260: checking how to run the C preprocessor" >&5
 
855
-echo "configure:2229: checking how to run the C preprocessor" >&5
 
856
+echo "configure:2261: checking how to run the C preprocessor" >&5
857
857
 # On Suns, sometimes $CPP names a directory.
858
858
 if test -n "$CPP" && test -d "$CPP"; then
859
859
   CPP=
868
868
   # On the NeXT, cc -E runs the code through the compiler's parser,
869
869
   # not just through cpp.
870
870
   cat > conftest.$ac_ext <<EOF
871
 
-#line 2243 "configure"
872
 
+#line 2275 "configure"
 
871
-#line 2244 "configure"
 
872
+#line 2276 "configure"
873
873
 #include "confdefs.h"
874
874
 #include <assert.h>
875
875
 Syntax Error
876
876
 EOF
877
877
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
878
 
-{ (eval echo configure:2249: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
879
 
+{ (eval echo configure:2281: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
878
-{ (eval echo configure:2250: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
879
+{ (eval echo configure:2282: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
880
880
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
881
881
 if test -z "$ac_err"; then
882
882
   :
887
887
   rm -rf conftest*
888
888
   CPP="${CC-cc} -E -traditional-cpp"
889
889
   cat > conftest.$ac_ext <<EOF
890
 
-#line 2260 "configure"
891
 
+#line 2292 "configure"
 
890
-#line 2261 "configure"
 
891
+#line 2293 "configure"
892
892
 #include "confdefs.h"
893
893
 #include <assert.h>
894
894
 Syntax Error
895
895
 EOF
896
896
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
897
 
-{ (eval echo configure:2266: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
898
 
+{ (eval echo configure:2298: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
897
-{ (eval echo configure:2267: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
898
+{ (eval echo configure:2299: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
899
899
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
900
900
 if test -z "$ac_err"; then
901
901
   :
906
906
   rm -rf conftest*
907
907
   CPP="${CC-cc} -nologo -E"
908
908
   cat > conftest.$ac_ext <<EOF
909
 
-#line 2277 "configure"
910
 
+#line 2309 "configure"
 
909
-#line 2278 "configure"
 
910
+#line 2310 "configure"
911
911
 #include "confdefs.h"
912
912
 #include <assert.h>
913
913
 Syntax Error
914
914
 EOF
915
915
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
916
 
-{ (eval echo configure:2283: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
917
 
+{ (eval echo configure:2315: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
916
-{ (eval echo configure:2284: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
917
+{ (eval echo configure:2316: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
918
918
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
919
919
 if test -z "$ac_err"; then
920
920
   :
923
923
   echo "configure: failed program was:" >&5
924
924
   cat conftest.$ac_ext >&5
925
925
   rm -rf conftest*
926
 
@@ -2301,17 +2333,17 @@
 
926
@@ -2302,17 +2334,17 @@
927
927
 else
928
928
   ac_cv_prog_CPP="$CPP"
929
929
 fi
932
932
     # Extract the first word of "ranlib", so it can be a program name with args.
933
933
 set dummy ranlib; ac_word=$2
934
934
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
935
 
-echo "configure:2310: checking for $ac_word" >&5
936
 
+echo "configure:2342: checking for $ac_word" >&5
 
935
-echo "configure:2311: checking for $ac_word" >&5
 
936
+echo "configure:2343: checking for $ac_word" >&5
937
937
 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
938
938
   echo $ac_n "(cached) $ac_c" 1>&6
939
939
 else
942
942
 else
943
943
   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
944
944
   ac_dummy="$PATH"
945
 
@@ -2333,17 +2365,17 @@
 
945
@@ -2334,17 +2366,17 @@
946
946
   echo "$ac_t""no" 1>&6
947
947
 fi
948
948
 
951
951
 # Extract the first word of "$ac_prog", so it can be a program name with args.
952
952
 set dummy $ac_prog; ac_word=$2
953
953
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
954
 
-echo "configure:2342: checking for $ac_word" >&5
955
 
+echo "configure:2374: checking for $ac_word" >&5
 
954
-echo "configure:2343: checking for $ac_word" >&5
 
955
+echo "configure:2375: checking for $ac_word" >&5
956
956
 if eval "test \"`echo '$''{'ac_cv_path_AS'+set}'`\" = set"; then
957
957
   echo $ac_n "(cached) $ac_c" 1>&6
958
958
 else
961
961
   ac_cv_path_AS="$AS" # Let the user override the test with a path.
962
962
   ;;
963
963
   ?:/*)                         
964
 
@@ -2374,17 +2406,17 @@
 
964
@@ -2375,17 +2407,17 @@
965
965
 done
966
966
 test -n "$AS" || AS="$CC"
967
967
 
970
970
 # Extract the first word of "$ac_prog", so it can be a program name with args.
971
971
 set dummy $ac_prog; ac_word=$2
972
972
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
973
 
-echo "configure:2383: checking for $ac_word" >&5
974
 
+echo "configure:2415: checking for $ac_word" >&5
 
973
-echo "configure:2384: checking for $ac_word" >&5
 
974
+echo "configure:2416: checking for $ac_word" >&5
975
975
 if eval "test \"`echo '$''{'ac_cv_path_AR'+set}'`\" = set"; then
976
976
   echo $ac_n "(cached) $ac_c" 1>&6
977
977
 else
980
980
   ac_cv_path_AR="$AR" # Let the user override the test with a path.
981
981
   ;;
982
982
   ?:/*)                         
983
 
@@ -2415,17 +2447,17 @@
 
983
@@ -2416,17 +2448,17 @@
984
984
 done
985
985
 test -n "$AR" || AR="echo not_ar"
986
986
 
989
989
 # Extract the first word of "$ac_prog", so it can be a program name with args.
990
990
 set dummy $ac_prog; ac_word=$2
991
991
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
992
 
-echo "configure:2424: checking for $ac_word" >&5
993
 
+echo "configure:2456: checking for $ac_word" >&5
 
992
-echo "configure:2425: checking for $ac_word" >&5
 
993
+echo "configure:2457: checking for $ac_word" >&5
994
994
 if eval "test \"`echo '$''{'ac_cv_path_LD'+set}'`\" = set"; then
995
995
   echo $ac_n "(cached) $ac_c" 1>&6
996
996
 else
999
999
   ac_cv_path_LD="$LD" # Let the user override the test with a path.
1000
1000
   ;;
1001
1001
   ?:/*)                         
1002
 
@@ -2456,17 +2488,17 @@
 
1002
@@ -2457,17 +2489,17 @@
1003
1003
 done
1004
1004
 test -n "$LD" || LD="echo not_ld"
1005
1005
 
1008
1008
 # Extract the first word of "$ac_prog", so it can be a program name with args.
1009
1009
 set dummy $ac_prog; ac_word=$2
1010
1010
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1011
 
-echo "configure:2465: checking for $ac_word" >&5
1012
 
+echo "configure:2497: checking for $ac_word" >&5
 
1011
-echo "configure:2466: checking for $ac_word" >&5
 
1012
+echo "configure:2498: checking for $ac_word" >&5
1013
1013
 if eval "test \"`echo '$''{'ac_cv_path_STRIP'+set}'`\" = set"; then
1014
1014
   echo $ac_n "(cached) $ac_c" 1>&6
1015
1015
 else
1018
1018
   ac_cv_path_STRIP="$STRIP" # Let the user override the test with a path.
1019
1019
   ;;
1020
1020
   ?:/*)                         
1021
 
@@ -2497,17 +2529,17 @@
 
1021
@@ -2498,17 +2530,17 @@
1022
1022
 done
1023
1023
 test -n "$STRIP" || STRIP="echo not_strip"
1024
1024
 
1027
1027
 # Extract the first word of "$ac_prog", so it can be a program name with args.
1028
1028
 set dummy $ac_prog; ac_word=$2
1029
1029
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1030
 
-echo "configure:2506: checking for $ac_word" >&5
1031
 
+echo "configure:2538: checking for $ac_word" >&5
 
1030
-echo "configure:2507: checking for $ac_word" >&5
 
1031
+echo "configure:2539: checking for $ac_word" >&5
1032
1032
 if eval "test \"`echo '$''{'ac_cv_path_WINDRES'+set}'`\" = set"; then
1033
1033
   echo $ac_n "(cached) $ac_c" 1>&6
1034
1034
 else
1037
1037
   ac_cv_path_WINDRES="$WINDRES" # Let the user override the test with a path.
1038
1038
   ;;
1039
1039
   ?:/*)                         
1040
 
@@ -2565,39 +2597,39 @@
 
1040
@@ -2566,39 +2598,39 @@
1041
1041
 
1042
1042
 if test "$cross_compiling"  = "yes"; then
1043
1043
     CROSS_COMPILE=1
1046
1046
 fi
1047
1047
 
1048
1048
 echo $ac_n "checking for gcc -pipe support""... $ac_c" 1>&6
1049
 
-echo "configure:2574: checking for gcc -pipe support" >&5
1050
 
+echo "configure:2606: checking for gcc -pipe support" >&5
 
1049
-echo "configure:2575: checking for gcc -pipe support" >&5
 
1050
+echo "configure:2607: checking for gcc -pipe support" >&5
1051
1051
 if test -n "$GNU_CC" && test -n "$GNU_CXX" && test -n "$GNU_AS"; then
1052
1052
     echo '#include <stdio.h>' > dummy-hello.c
1053
1053
     echo 'int main() { printf("Hello World\n"); return 0; }' >> dummy-hello.c
1062
1062
         _SAVE_CFLAGS=$CFLAGS
1063
1063
         CFLAGS="$CFLAGS -pipe"
1064
1064
         cat > conftest.$ac_ext <<EOF
1065
 
-#line 2589 "configure"
1066
 
+#line 2621 "configure"
 
1065
-#line 2590 "configure"
 
1066
+#line 2622 "configure"
1067
1067
 #include "confdefs.h"
1068
1068
  #include <stdio.h> 
1069
1069
 int main() {
1070
1070
 printf("Hello World\n");
1071
1071
 ; return 0; }
1072
1072
 EOF
1073
 
-if { (eval echo configure:2596: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1074
 
+if { (eval echo configure:2628: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
1073
-if { (eval echo configure:2597: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
1074
+if { (eval echo configure:2629: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1075
1075
   rm -rf conftest*
1076
1076
   _res_gcc_pipe="yes"
1077
1077
 else
1080
1080
   rm -rf conftest*
1081
1081
   _res_gcc_pipe="no" 
1082
1082
 fi
1083
 
@@ -2614,17 +2646,17 @@
 
1083
@@ -2615,17 +2647,17 @@
1084
1084
     rm -f dummy-hello.c dummy-hello.s dummy-hello.S dummy-hello a.out
1085
1085
     echo "$ac_t""$_res" 1>&6
1086
1086
 else
1089
1089
 
1090
1090
 if test "$GNU_CC"; then
1091
1091
     echo $ac_n "checking for visibility(hidden) attribute""... $ac_c" 1>&6
1092
 
-echo "configure:2623: checking for visibility(hidden) attribute" >&5
1093
 
+echo "configure:2655: checking for visibility(hidden) attribute" >&5
 
1092
-echo "configure:2624: checking for visibility(hidden) attribute" >&5
 
1093
+echo "configure:2656: checking for visibility(hidden) attribute" >&5
1094
1094
 if eval "test \"`echo '$''{'ac_cv_visibility_hidden'+set}'`\" = set"; then
1095
1095
   echo $ac_n "(cached) $ac_c" 1>&6
1096
1096
 else
1099
1099
 EOF
1100
1100
         ac_cv_visibility_hidden=no
1101
1101
         if ${CC-cc} -Werror -S conftest.c -o conftest.s >/dev/null 2>&1; then
1102
 
@@ -2638,17 +2670,17 @@
 
1102
@@ -2639,17 +2671,17 @@
1103
1103
 
1104
1104
 echo "$ac_t""$ac_cv_visibility_hidden" 1>&6
1105
1105
     if test "$ac_cv_visibility_hidden" = "yes"; then
1108
1108
 EOF
1109
1109
 
1110
1110
         echo $ac_n "checking for visibility pragma support""... $ac_c" 1>&6
1111
 
-echo "configure:2647: checking for visibility pragma support" >&5
1112
 
+echo "configure:2679: checking for visibility pragma support" >&5
 
1111
-echo "configure:2648: checking for visibility pragma support" >&5
 
1112
+echo "configure:2680: checking for visibility pragma support" >&5
1113
1113
 if eval "test \"`echo '$''{'ac_cv_visibility_pragma'+set}'`\" = set"; then
1114
1114
   echo $ac_n "(cached) $ac_c" 1>&6
1115
1115
 else
1118
1118
             int foo_hidden = 1;
1119
1119
 #pragma GCC visibility push(default)
1120
1120
             int foo_default = 1;
1121
 
@@ -2691,17 +2723,17 @@
 
1121
@@ -2692,17 +2724,17 @@
1122
1122
 fi # SKIP_COMPILER_CHECKS
1123
1123
 
1124
1124
 if test -z "$SKIP_PATH_CHECKS"; then
1127
1127
 # Extract the first word of "$ac_prog", so it can be a program name with args.
1128
1128
 set dummy $ac_prog; ac_word=$2
1129
1129
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1130
 
-echo "configure:2700: checking for $ac_word" >&5
1131
 
+echo "configure:2732: checking for $ac_word" >&5
 
1130
-echo "configure:2701: checking for $ac_word" >&5
 
1131
+echo "configure:2733: checking for $ac_word" >&5
1132
1132
 if eval "test \"`echo '$''{'ac_cv_path_PERL'+set}'`\" = set"; then
1133
1133
   echo $ac_n "(cached) $ac_c" 1>&6
1134
1134
 else
1137
1137
   ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
1138
1138
   ;;
1139
1139
   ?:/*)                         
1140
 
@@ -2948,27 +2980,27 @@
 
1140
@@ -2949,27 +2981,27 @@
1141
1141
 
1142
1142
     cat >> confdefs.h <<\EOF
1143
1143
 #define SYSV 1
1146
1146
     DSO_LDOPTS='-brtl -bnortllib -bM:SRE -bnoentry -bexpall -blibpath:/usr/lib:/lib'
1147
1147
     ac_safe=`echo "sys/atomic_op.h" | sed 'y%./+-%__p_%'`
1148
1148
 echo $ac_n "checking for sys/atomic_op.h""... $ac_c" 1>&6
1149
 
-echo "configure:2957: checking for sys/atomic_op.h" >&5
1150
 
+echo "configure:2989: checking for sys/atomic_op.h" >&5
 
1149
-echo "configure:2958: checking for sys/atomic_op.h" >&5
 
1150
+echo "configure:2990: checking for sys/atomic_op.h" >&5
1151
1151
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1152
1152
   echo $ac_n "(cached) $ac_c" 1>&6
1153
1153
 else
1154
1154
   cat > conftest.$ac_ext <<EOF
1155
 
-#line 2962 "configure"
1156
 
+#line 2994 "configure"
 
1155
-#line 2963 "configure"
 
1156
+#line 2995 "configure"
1157
1157
 #include "confdefs.h"
1158
1158
 #include <sys/atomic_op.h>
1159
1159
 EOF
1160
1160
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1161
 
-{ (eval echo configure:2967: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1162
 
+{ (eval echo configure:2999: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
1161
-{ (eval echo configure:2968: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
1162
+{ (eval echo configure:3000: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1163
1163
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1164
1164
 if test -z "$ac_err"; then
1165
1165
   rm -rf conftest*
1168
1168
   echo "$ac_err" >&5
1169
1169
   echo "configure: failed program was:" >&5
1170
1170
   cat conftest.$ac_ext >&5
1171
 
@@ -3115,36 +3147,36 @@
 
1171
@@ -3116,36 +3148,36 @@
1172
1172
     PR_MD_ARCH_DIR=beos
1173
1173
     RESOLVE_LINK_SYMBOLS=1
1174
1174
     case "${target_cpu}" in
1177
1177
         _DEBUG_FLAGS='-gdwarf-2 -O0'
1178
1178
         MKSHLIB='$(CCC) $(DSO_LDOPTS) -o $@'
1179
1179
         echo $ac_n "checking for gethostbyaddr in -lbind""... $ac_c" 1>&6
1180
 
-echo "configure:3124: checking for gethostbyaddr in -lbind" >&5
1181
 
+echo "configure:3156: checking for gethostbyaddr in -lbind" >&5
 
1180
-echo "configure:3125: checking for gethostbyaddr in -lbind" >&5
 
1181
+echo "configure:3157: checking for gethostbyaddr in -lbind" >&5
1182
1182
 ac_lib_var=`echo bind'_'gethostbyaddr | sed 'y%./+-%__p_%'`
1183
1183
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1184
1184
   echo $ac_n "(cached) $ac_c" 1>&6
1186
1186
   ac_save_LIBS="$LIBS"
1187
1187
 LIBS="-lbind  $LIBS"
1188
1188
 cat > conftest.$ac_ext <<EOF
1189
 
-#line 3132 "configure"
1190
 
+#line 3164 "configure"
 
1189
-#line 3133 "configure"
 
1190
+#line 3165 "configure"
1191
1191
 #include "confdefs.h"
1192
1192
 /* Override any gcc2 internal prototype to avoid an error.  */
1193
1193
 /* We use char because int might match the return type of a gcc2
1198
1198
 gethostbyaddr()
1199
1199
 ; return 0; }
1200
1200
 EOF
1201
 
-if { (eval echo configure:3143: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1202
 
+if { (eval echo configure:3175: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
1201
-if { (eval echo configure:3144: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
1202
+if { (eval echo configure:3176: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1203
1203
   rm -rf conftest*
1204
1204
   eval "ac_cv_lib_$ac_lib_var=yes"
1205
1205
 else
1208
1208
   rm -rf conftest*
1209
1209
   eval "ac_cv_lib_$ac_lib_var=no"
1210
1210
 fi
1211
 
@@ -3260,17 +3292,17 @@
 
1211
@@ -3261,17 +3293,17 @@
1212
1212
 EOF
1213
1213
 
1214
1214
         cat >> confdefs.h <<\EOF
1227
1227
 EOF
1228
1228
 
1229
1229
             cat >> confdefs.h <<\EOF
1230
 
@@ -3489,17 +3521,17 @@
 
1230
@@ -3490,17 +3522,17 @@
1231
1231
     MOZ_OBJFORMAT=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
1232
1232
     if test "$MOZ_OBJFORMAT" = "elf"; then
1233
1233
         DLL_SUFFIX=so
1246
1246
     cat >> confdefs.h <<\EOF
1247
1247
 #define XP_UNIX 1
1248
1248
 EOF
1249
 
@@ -3519,17 +3551,17 @@
 
1249
@@ -3520,17 +3552,17 @@
1250
1250
     cat >> confdefs.h <<\EOF
1251
1251
 #define _PR_POLL_WITH_SELECT 1
1252
1252
 EOF
1265
1265
         if test -z "$USE_64"; then
1266
1266
             COMPILER_TAG=_32
1267
1267
         fi
1268
 
@@ -3873,17 +3905,17 @@
 
1268
@@ -3874,17 +3906,17 @@
1269
1269
         ;;
1270
1270
     esac
1271
1271
     CFLAGS="$CFLAGS -Wall"
1284
1284
     COMPILER_TAG=_glibc
1285
1285
     if echo "$OS_TEST" | grep -c 86 >/dev/null; then
1286
1286
         CPU_ARCH=x86
1287
 
@@ -4279,17 +4311,17 @@
 
1287
@@ -4280,17 +4312,17 @@
1288
1288
     if test -z "$OBJECT_FMT"; then
1289
1289
         if echo __ELF__ | ${CC-cc} -E - | grep -q __ELF__ 2>/dev/null; then
1290
1290
             OBJECT_FMT=a.out
1303
1303
     fi
1304
1304
     ;;
1305
1305
 
1306
 
@@ -4370,17 +4402,17 @@
 
1306
@@ -4371,17 +4403,17 @@
1307
1307
 EOF
1308
1308
 
1309
1309
     cat >> confdefs.h <<\EOF
1322
1322
        ;;
1323
1323
 
1324
1324
 *-openbsd*)
1325
 
@@ -4469,27 +4501,27 @@
 
1325
@@ -4470,27 +4502,27 @@
1326
1326
     if test -z "$GNU_CC"; then
1327
1327
         CC="$CC -std1 -ieee_with_inexact"
1328
1328
         if test "$OS_RELEASE" != "V2.0"; then
1331
1331
         _OPTIMIZE_FLAGS="$_OPTIMIZE_FLAGS -Olimit 4000"
1332
1332
         ac_safe=`echo "machine/builtins.h" | sed 'y%./+-%__p_%'`
1333
1333
 echo $ac_n "checking for machine/builtins.h""... $ac_c" 1>&6
1334
 
-echo "configure:4478: checking for machine/builtins.h" >&5
1335
 
+echo "configure:4510: checking for machine/builtins.h" >&5
 
1334
-echo "configure:4479: checking for machine/builtins.h" >&5
 
1335
+echo "configure:4511: checking for machine/builtins.h" >&5
1336
1336
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1337
1337
   echo $ac_n "(cached) $ac_c" 1>&6
1338
1338
 else
1339
1339
   cat > conftest.$ac_ext <<EOF
1340
 
-#line 4483 "configure"
1341
 
+#line 4515 "configure"
 
1340
-#line 4484 "configure"
 
1341
+#line 4516 "configure"
1342
1342
 #include "confdefs.h"
1343
1343
 #include <machine/builtins.h>
1344
1344
 EOF
1345
1345
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1346
 
-{ (eval echo configure:4488: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1347
 
+{ (eval echo configure:4520: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
1346
-{ (eval echo configure:4489: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
1347
+{ (eval echo configure:4521: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1348
1348
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1349
1349
 if test -z "$ac_err"; then
1350
1350
   rm -rf conftest*
1353
1353
   echo "$ac_err" >&5
1354
1354
   echo "configure: failed program was:" >&5
1355
1355
   cat conftest.$ac_ext >&5
1356
 
@@ -4529,17 +4561,17 @@
 
1356
@@ -4530,17 +4562,17 @@
1357
1357
 
1358
1358
     fi
1359
1359
     if echo $OS_RELEASE | grep -c V4.0 >/dev/null; then
1372
1372
     cat >> confdefs.h <<\EOF
1373
1373
 #define XP_UNIX 1
1374
1374
 EOF
1375
 
@@ -4652,17 +4684,17 @@
 
1375
@@ -4653,17 +4685,17 @@
1376
1376
             LD=gld
1377
1377
         fi
1378
1378
         CFLAGS="$CFLAGS -Wall -Wno-format"
1391
1391
 
1392
1392
     fi
1393
1393
 
1394
 
@@ -4738,20 +4770,20 @@
 
1394
@@ -4739,20 +4771,20 @@
1395
1395
     LD=/usr/ccs/bin/ld
1396
1396
     MKSHLIB='$(CC) $(DSO_LDOPTS) -o $@'
1397
1397
     RESOLVE_LINK_SYMBOLS=1
1414
1414
             CFLAGS="$CFLAGS -MDupdate \$(DEPENDENCIES)"
1415
1415
             CXXFLAGS="$CXXFLAGS -MDupdate \$(DEPENDENCIES)"
1416
1416
         fi
1417
 
@@ -5049,63 +5081,63 @@
 
1417
@@ -5050,63 +5082,63 @@
1418
1418
 
1419
1419
 
1420
1420
 
1423
1423
     ;;
1424
1424
 *)
1425
1425
     echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
1426
 
-echo "configure:5058: checking for dlopen in -ldl" >&5
1427
 
+echo "configure:5090: checking for dlopen in -ldl" >&5
 
1426
-echo "configure:5059: checking for dlopen in -ldl" >&5
 
1427
+echo "configure:5091: checking for dlopen in -ldl" >&5
1428
1428
 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
1429
1429
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1430
1430
   echo $ac_n "(cached) $ac_c" 1>&6
1432
1432
   ac_save_LIBS="$LIBS"
1433
1433
 LIBS="-ldl  $LIBS"
1434
1434
 cat > conftest.$ac_ext <<EOF
1435
 
-#line 5066 "configure"
1436
 
+#line 5098 "configure"
 
1435
-#line 5067 "configure"
 
1436
+#line 5099 "configure"
1437
1437
 #include "confdefs.h"
1438
1438
 /* Override any gcc2 internal prototype to avoid an error.  */
1439
1439
 /* We use char because int might match the return type of a gcc2
1444
1444
 dlopen()
1445
1445
 ; return 0; }
1446
1446
 EOF
1447
 
-if { (eval echo configure:5077: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1448
 
+if { (eval echo configure:5109: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
1447
-if { (eval echo configure:5078: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
1448
+if { (eval echo configure:5110: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1449
1449
   rm -rf conftest*
1450
1450
   eval "ac_cv_lib_$ac_lib_var=yes"
1451
1451
 else
1462
1462
   echo "$ac_t""yes" 1>&6
1463
1463
   ac_safe=`echo "dlfcn.h" | sed 'y%./+-%__p_%'`
1464
1464
 echo $ac_n "checking for dlfcn.h""... $ac_c" 1>&6
1465
 
-echo "configure:5094: checking for dlfcn.h" >&5
1466
 
+echo "configure:5126: checking for dlfcn.h" >&5
 
1465
-echo "configure:5095: checking for dlfcn.h" >&5
 
1466
+echo "configure:5127: checking for dlfcn.h" >&5
1467
1467
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1468
1468
   echo $ac_n "(cached) $ac_c" 1>&6
1469
1469
 else
1470
1470
   cat > conftest.$ac_ext <<EOF
1471
 
-#line 5099 "configure"
1472
 
+#line 5131 "configure"
 
1471
-#line 5100 "configure"
 
1472
+#line 5132 "configure"
1473
1473
 #include "confdefs.h"
1474
1474
 #include <dlfcn.h>
1475
1475
 EOF
1476
1476
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1477
 
-{ (eval echo configure:5104: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1478
 
+{ (eval echo configure:5136: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
1477
-{ (eval echo configure:5105: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
1478
+{ (eval echo configure:5137: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1479
1479
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1480
1480
 if test -z "$ac_err"; then
1481
1481
   rm -rf conftest*
1484
1484
   echo "$ac_err" >&5
1485
1485
   echo "configure: failed program was:" >&5
1486
1486
   cat conftest.$ac_ext >&5
1487
 
@@ -5128,23 +5160,23 @@
 
1487
@@ -5129,23 +5161,23 @@
1488
1488
     ;;
1489
1489
 esac
1490
1490
 
1493
1493
 
1494
1494
 if test $ac_cv_prog_gcc = yes; then
1495
1495
     echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
1496
 
-echo "configure:5137: checking whether ${CC-cc} needs -traditional" >&5
1497
 
+echo "configure:5169: checking whether ${CC-cc} needs -traditional" >&5
 
1496
-echo "configure:5138: checking whether ${CC-cc} needs -traditional" >&5
 
1497
+echo "configure:5170: checking whether ${CC-cc} needs -traditional" >&5
1498
1498
 if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
1499
1499
   echo $ac_n "(cached) $ac_c" 1>&6
1500
1500
 else
1501
1501
     ac_pattern="Autoconf.*'x'"
1502
1502
   cat > conftest.$ac_ext <<EOF
1503
 
-#line 5143 "configure"
1504
 
+#line 5175 "configure"
 
1503
-#line 5144 "configure"
 
1504
+#line 5176 "configure"
1505
1505
 #include "confdefs.h"
1506
1506
 #include <sgtty.h>
1507
1507
 Autoconf TIOCGETP
1510
1510
   egrep "$ac_pattern" >/dev/null 2>&1; then
1511
1511
   rm -rf conftest*
1512
1512
   ac_cv_prog_gcc_traditional=yes
1513
 
@@ -5152,17 +5184,17 @@
 
1513
@@ -5153,17 +5185,17 @@
1514
1514
   rm -rf conftest*
1515
1515
   ac_cv_prog_gcc_traditional=no
1516
1516
 fi
1519
1519
 
1520
1520
   if test $ac_cv_prog_gcc_traditional = no; then
1521
1521
     cat > conftest.$ac_ext <<EOF
1522
 
-#line 5161 "configure"
1523
 
+#line 5193 "configure"
 
1522
-#line 5162 "configure"
 
1523
+#line 5194 "configure"
1524
1524
 #include "confdefs.h"
1525
1525
 #include <termio.h>
1526
1526
 Autoconf TCGETA
1529
1529
   egrep "$ac_pattern" >/dev/null 2>&1; then
1530
1530
   rm -rf conftest*
1531
1531
   ac_cv_prog_gcc_traditional=yes
1532
 
@@ -5176,22 +5208,22 @@
 
1532
@@ -5177,22 +5209,22 @@
1533
1533
   if test $ac_cv_prog_gcc_traditional = yes; then
1534
1534
     CC="$CC -traditional"
1535
1535
   fi
1538
1538
 for ac_func in lchown strerror
1539
1539
 do
1540
1540
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
1541
 
-echo "configure:5185: checking for $ac_func" >&5
1542
 
+echo "configure:5217: checking for $ac_func" >&5
 
1541
-echo "configure:5186: checking for $ac_func" >&5
 
1542
+echo "configure:5218: checking for $ac_func" >&5
1543
1543
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
1544
1544
   echo $ac_n "(cached) $ac_c" 1>&6
1545
1545
 else
1546
1546
   cat > conftest.$ac_ext <<EOF
1547
 
-#line 5190 "configure"
1548
 
+#line 5222 "configure"
 
1547
-#line 5191 "configure"
 
1548
+#line 5223 "configure"
1549
1549
 #include "confdefs.h"
1550
1550
 /* System header to define __stub macros and hopefully few prototypes,
1551
1551
     which can conflict with char $ac_func(); below.  */
1554
1554
 /* We use char because int might match the return type of a gcc2
1555
1555
     builtin and then its argument prototype would still apply.  */
1556
1556
 char $ac_func();
1557
 
@@ -5204,17 +5236,17 @@
 
1557
@@ -5205,17 +5237,17 @@
1558
1558
 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
1559
1559
 choke me
1560
1560
 #else
1563
1563
 
1564
1564
 ; return 0; }
1565
1565
 EOF
1566
 
-if { (eval echo configure:5213: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1567
 
+if { (eval echo configure:5245: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
1566
-if { (eval echo configure:5214: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
1567
+if { (eval echo configure:5246: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1568
1568
   rm -rf conftest*
1569
1569
   eval "ac_cv_func_$ac_func=yes"
1570
1570
 else
1573
1573
   rm -rf conftest*
1574
1574
   eval "ac_cv_func_$ac_func=no"
1575
1575
 fi
1576
 
@@ -5245,17 +5277,17 @@
 
1576
@@ -5246,17 +5278,17 @@
1577
1577
 fi
1578
1578
 
1579
1579
 
1582
1582
 if test -z "$GNU_CC"; then
1583
1583
 
1584
1584
     echo $ac_n "checking for +Olit support""... $ac_c" 1>&6
1585
 
-echo "configure:5254: checking for +Olit support" >&5
1586
 
+echo "configure:5286: checking for +Olit support" >&5
 
1585
-echo "configure:5255: checking for +Olit support" >&5
 
1586
+echo "configure:5287: checking for +Olit support" >&5
1587
1587
 if eval "test \"`echo '$''{'ac_cv_hpux_usable_olit_option'+set}'`\" = set"; then
1588
1588
   echo $ac_n "(cached) $ac_c" 1>&6
1589
1589
 else
1592
1592
         echo 'int main() { return 0; }' | cat > conftest.c
1593
1593
         ${CC-cc} ${CFLAGS} +Olit=all -o conftest conftest.c > conftest.out 2>&1
1594
1594
         if test $? -eq 0; then
1595
 
@@ -5284,17 +5316,17 @@
 
1595
@@ -5285,17 +5317,17 @@
1596
1596
 
1597
1597
 case "$target_os" in
1598
1598
 darwin*)
1601
1601
 *)
1602
1602
     
1603
1603
 echo $ac_n "checking for pthread_create in -lpthreads""... $ac_c" 1>&6
1604
 
-echo "configure:5293: checking for pthread_create in -lpthreads" >&5
1605
 
+echo "configure:5325: checking for pthread_create in -lpthreads" >&5
 
1604
-echo "configure:5294: checking for pthread_create in -lpthreads" >&5
 
1605
+echo "configure:5326: checking for pthread_create in -lpthreads" >&5
1606
1606
 echo "
1607
1607
     #include <pthread.h> 
1608
1608
     void *foo(void *v) { return v; } 
1611
1611
         if (!pthread_create(&t, 0, &foo, 0)) {
1612
1612
             pthread_join(t, 0);
1613
1613
         }
1614
 
@@ -5306,17 +5338,17 @@
 
1614
@@ -5307,17 +5339,17 @@
1615
1615
     rm -f dummy.c dummy${ac_exeext} ;
1616
1616
     if test "$_res" = "0"; then
1617
1617
         echo "$ac_t""yes" 1>&6
1620
1620
         echo "$ac_t""no" 1>&6
1621
1621
         
1622
1622
 echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6
1623
 
-echo "configure:5315: checking for pthread_create in -lpthread" >&5
1624
 
+echo "configure:5347: checking for pthread_create in -lpthread" >&5
 
1623
-echo "configure:5316: checking for pthread_create in -lpthread" >&5
 
1624
+echo "configure:5348: checking for pthread_create in -lpthread" >&5
1625
1625
 echo "
1626
1626
     #include <pthread.h> 
1627
1627
     void *foo(void *v) { return v; } 
1630
1630
         if (!pthread_create(&t, 0, &foo, 0)) {
1631
1631
             pthread_join(t, 0);
1632
1632
         }
1633
 
@@ -5328,17 +5360,17 @@
 
1633
@@ -5329,17 +5361,17 @@
1634
1634
     rm -f dummy.c dummy${ac_exeext} ;
1635
1635
     if test "$_res" = "0"; then
1636
1636
         echo "$ac_t""yes" 1>&6
1639
1639
         echo "$ac_t""no" 1>&6
1640
1640
         
1641
1641
 echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6
1642
 
-echo "configure:5337: checking for pthread_create in -lc_r" >&5
1643
 
+echo "configure:5369: checking for pthread_create in -lc_r" >&5
 
1642
-echo "configure:5338: checking for pthread_create in -lc_r" >&5
 
1643
+echo "configure:5370: checking for pthread_create in -lc_r" >&5
1644
1644
 echo "
1645
1645
     #include <pthread.h> 
1646
1646
     void *foo(void *v) { return v; } 
1649
1649
         if (!pthread_create(&t, 0, &foo, 0)) {
1650
1650
             pthread_join(t, 0);
1651
1651
         }
1652
 
@@ -5350,17 +5382,17 @@
 
1652
@@ -5351,17 +5383,17 @@
1653
1653
     rm -f dummy.c dummy${ac_exeext} ;
1654
1654
     if test "$_res" = "0"; then
1655
1655
         echo "$ac_t""yes" 1>&6
1658
1658
         echo "$ac_t""no" 1>&6
1659
1659
         
1660
1660
 echo $ac_n "checking for pthread_create in -lc""... $ac_c" 1>&6
1661
 
-echo "configure:5359: checking for pthread_create in -lc" >&5
1662
 
+echo "configure:5391: checking for pthread_create in -lc" >&5
 
1661
-echo "configure:5360: checking for pthread_create in -lc" >&5
 
1662
+echo "configure:5392: checking for pthread_create in -lc" >&5
1663
1663
 echo "
1664
1664
     #include <pthread.h> 
1665
1665
     void *foo(void *v) { return v; } 
1668
1668
         if (!pthread_create(&t, 0, &foo, 0)) {
1669
1669
             pthread_join(t, 0);
1670
1670
         }
1671
 
@@ -5504,17 +5536,17 @@
 
1671
@@ -5505,17 +5537,17 @@
1672
1672
     fi
1673
1673
 fi
1674
1674
 
1677
1677
       rm -f conftest*
1678
1678
    ac_cv_have_dash_pthread=no
1679
1679
    echo $ac_n "checking whether ${CC-cc} accepts -pthread""... $ac_c" 1>&6
1680
 
-echo "configure:5513: checking whether ${CC-cc} accepts -pthread" >&5
1681
 
+echo "configure:5545: checking whether ${CC-cc} accepts -pthread" >&5
 
1680
-echo "configure:5514: checking whether ${CC-cc} accepts -pthread" >&5
 
1681
+echo "configure:5546: checking whether ${CC-cc} accepts -pthread" >&5
1682
1682
    echo 'int main() { return 0; }' | cat > conftest.c
1683
1683
    ${CC-cc} -pthread -o conftest conftest.c > conftest.out 2>&1
1684
1684
    if test $? -eq 0; then
1687
1687
                case "$target_os" in
1688
1688
            freebsd*)
1689
1689
 # Freebsd doesn't use -pthread for compiles, it uses them for linking
1690
 
@@ -5527,17 +5559,17 @@
 
1690
@@ -5528,17 +5560,17 @@
1691
1691
        fi
1692
1692
     fi
1693
1693
     rm -f conftest*
1696
1696
                            ac_cv_have_dash_pthreads=no
1697
1697
     if test "$ac_cv_have_dash_pthread" = "no"; then
1698
1698
            echo $ac_n "checking whether ${CC-cc} accepts -pthreads""... $ac_c" 1>&6
1699
 
-echo "configure:5536: checking whether ${CC-cc} accepts -pthreads" >&5
1700
 
+echo "configure:5568: checking whether ${CC-cc} accepts -pthreads" >&5
 
1699
-echo "configure:5537: checking whether ${CC-cc} accepts -pthreads" >&5
 
1700
+echo "configure:5569: checking whether ${CC-cc} accepts -pthreads" >&5
1701
1701
        echo 'int main() { return 0; }' | cat > conftest.c
1702
1702
            ${CC-cc} -pthreads -o conftest conftest.c > conftest.out 2>&1
1703
1703
        if test $? -eq 0; then
1706
1706
                            CFLAGS="$CFLAGS -pthreads"
1707
1707
                            CXXFLAGS="$CXXFLAGS -pthreads"
1708
1708
                    fi
1709
 
@@ -5954,16 +5986,17 @@
 
1709
@@ -5955,16 +5987,17 @@
1710
1710
 
1711
1711
 MAKEFILES="
1712
1712
 Makefile 
1724
1724
 lib/tests/Makefile
1725
1725
 pkg/Makefile
1726
1726
 pkg/linux/Makefile
1727
 
@@ -6071,17 +6104,17 @@
 
1727
@@ -6072,17 +6105,17 @@
1728
1728
 # Protect against Makefile macro expansion.
1729
1729
 cat > conftest.defs <<\EOF
1730
1730
 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g