~ubuntu-branches/ubuntu/karmic/nspr/karmic

« back to all changes in this revision

Viewing changes to debian/patches/99_configure.patch

  • Committer: Bazaar Package Importer
  • Author(s): Fabien Tassin
  • Date: 2008-04-04 16:14:45 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20080404161445-n2hw85vfw8mzcbx0
Tags: 4.7.1~beta2-0ubuntu1
* New upstream release, picked from NSPR_4_7_1_BETA2 cvs tag
* 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~1.9b4/mozilla/nsprpub/configure
 
5
Index: nspr-4.7.1~beta~~cvs20080310t1054/mozilla/nsprpub/configure
6
6
===================================================================
7
 
--- nspr-4.7.0~1.9b4.orig/mozilla/nsprpub/configure
8
 
+++ nspr-4.7.0~1.9b4/mozilla/nsprpub/configure
9
 
@@ -31,17 +31,17 @@
10
 
 ac_help="$ac_help
11
 
   --enable-win32-target=\$t
12
 
                           Specify win32 flavor. (WIN95 or WINNT)"
13
 
 ac_help="$ac_help
14
 
   --enable-debug-rtl      Use the MSVC debug runtime library"
 
7
--- nspr-4.7.1~beta~~cvs20080310t1054.orig/mozilla/nsprpub/configure
 
8
+++ nspr-4.7.1~beta~~cvs20080310t1054/mozilla/nsprpub/configure
 
9
@@ -36,7 +36,7 @@
15
10
 ac_help="$ac_help
16
11
   --enable-n32            Enable n32 ABI support (IRIX only)"
17
12
 ac_help="$ac_help
20
15
 ac_help="$ac_help
21
16
   --enable-mdupdate       Enable use of certain compilers' mdupdate feature"
22
17
 ac_help="$ac_help
23
 
   --with-macos-sdk=dir    Location of platform SDK to use (Mac OS X only)"
24
 
 ac_help="$ac_help
25
 
   --enable-macos-target=VER
26
 
                           Set the minimum MacOS version needed at runtime
27
 
                           [10.2 for ppc, 10.4 for x86]"
28
 
@@ -691,17 +691,17 @@
29
 
 MOD_MINOR_VERSION=7
30
 
 MOD_PATCH_VERSION=1
31
 
 NSPR_MODNAME=nspr20
32
 
 _HAVE_PTHREADS=
33
 
 USE_PTHREADS=
 
18
@@ -696,7 +696,7 @@
34
19
 USE_USER_PTHREADS=
35
20
 USE_NSPR_THREADS=
36
21
 USE_N32=
39
24
 USE_CPLUS=
40
25
 USE_IPV6=
41
26
 USE_MDUPDATE=
42
 
 _MACOSX_DEPLOYMENT_TARGET=
43
 
 _OPTIMIZE_FLAGS=-O
44
 
 _DEBUG_FLAGS=-g
45
 
 MOZ_DEBUG=1
46
 
 MOZ_OPTIMIZE=
47
 
@@ -911,22 +911,54 @@
48
 
       fi
49
 
     fi 
50
 
 fi
51
 
 
52
 
 
 
27
@@ -916,12 +916,44 @@
53
28
 # Check whether --enable-64bit or --disable-64bit was given.
54
29
 if test "${enable_64bit+set}" = set; then
55
30
   enableval="$enable_64bit"
95
70
 # Check whether --enable-mdupdate or --disable-mdupdate was given.
96
71
 if test "${enable_mdupdate+set}" = set; then
97
72
   enableval="$enable_mdupdate"
98
 
    if test "$enableval" = "yes"; then
99
 
            USE_MDUPDATE=1
100
 
       fi 
101
 
 fi
102
 
 
103
 
@@ -1037,17 +1069,17 @@
104
 
 
105
 
     esac
106
 
 fi
107
 
 
108
 
 if test -z "$SKIP_PATH_CHECKS"; then
 
73
@@ -1051,7 +1083,7 @@
109
74
     # Extract the first word of "$WHOAMI whoami", so it can be a program name with args.
110
75
 set dummy $WHOAMI whoami; ac_word=$2
111
76
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
112
 
-echo "configure:1046: checking for $ac_word" >&5
113
 
+echo "configure:1078: checking for $ac_word" >&5
 
77
-echo "configure:1055: checking for $ac_word" >&5
 
78
+echo "configure:1087: checking for $ac_word" >&5
114
79
 if eval "test \"`echo '$''{'ac_cv_path_WHOAMI'+set}'`\" = set"; then
115
80
   echo $ac_n "(cached) $ac_c" 1>&6
116
81
 else
117
 
   case "$WHOAMI" in
118
 
   /*)
119
 
   ac_cv_path_WHOAMI="$WHOAMI" # Let the user override the test with a path.
120
 
   ;;
121
 
   ?:/*)                         
122
 
@@ -1108,23 +1140,23 @@
123
 
     echo "cross compiling from $host to $target"
124
 
     cross_compiling=yes
125
 
 
126
 
     _SAVE_CC="$CC"
127
 
     _SAVE_CFLAGS="$CFLAGS"
 
82
@@ -1122,13 +1154,13 @@
128
83
     _SAVE_LDFLAGS="$LDFLAGS"
129
84
 
130
85
     echo $ac_n "checking for $host compiler""... $ac_c" 1>&6
131
 
-echo "configure:1117: checking for $host compiler" >&5
132
 
+echo "configure:1149: checking for $host compiler" >&5
 
86
-echo "configure:1126: checking for $host compiler" >&5
 
87
+echo "configure:1158: checking for $host compiler" >&5
133
88
     for ac_prog in $HOST_CC gcc cc /usr/ucb/cc
134
89
 do
135
90
 # Extract the first word of "$ac_prog", so it can be a program name with args.
136
91
 set dummy $ac_prog; ac_word=$2
137
92
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
138
 
-echo "configure:1123: checking for $ac_word" >&5
139
 
+echo "configure:1155: checking for $ac_word" >&5
 
93
-echo "configure:1132: checking for $ac_word" >&5
 
94
+echo "configure:1164: checking for $ac_word" >&5
140
95
 if eval "test \"`echo '$''{'ac_cv_prog_HOST_CC'+set}'`\" = set"; then
141
96
   echo $ac_n "(cached) $ac_c" 1>&6
142
97
 else
143
 
   if test -n "$HOST_CC"; then
144
 
   ac_cv_prog_HOST_CC="$HOST_CC" # Let the user override the test.
145
 
 else
146
 
   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
147
 
   ac_dummy="$PATH"
148
 
@@ -1160,26 +1192,26 @@
149
 
         HOST_LDFLAGS="$LDFLAGS"
150
 
     fi
151
 
 
152
 
     CC="$HOST_CC"
153
 
     CFLAGS="$HOST_CFLAGS"
 
98
@@ -1174,16 +1206,16 @@
154
99
     LDFLAGS="$HOST_LDFLAGS"
155
100
 
156
101
     echo $ac_n "checking whether the $host compiler ($HOST_CC $HOST_CFLAGS $HOST_LDFLAGS) works""... $ac_c" 1>&6
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
 
102
-echo "configure:1178: checking whether the $host compiler ($HOST_CC $HOST_CFLAGS $HOST_LDFLAGS) works" >&5
 
103
+echo "configure:1210: checking whether the $host compiler ($HOST_CC $HOST_CFLAGS $HOST_LDFLAGS) works" >&5
159
104
     cat > conftest.$ac_ext <<EOF
160
 
-#line 1171 "configure"
161
 
+#line 1203 "configure"
 
105
-#line 1180 "configure"
 
106
+#line 1212 "configure"
162
107
 #include "confdefs.h"
163
108
 
164
109
 int main() {
165
110
 return(0);
166
111
 ; return 0; }
167
112
 EOF
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
 
113
-if { (eval echo configure:1187: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
114
+if { (eval echo configure:1219: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
170
115
   rm -rf conftest*
171
116
   ac_cv_prog_host_cc_works=1 echo "$ac_t""yes" 1>&6
172
117
 else
173
 
   echo "configure: failed program was:" >&5
174
 
   cat conftest.$ac_ext >&5
175
 
   rm -rf conftest*
176
 
   { echo "configure: error: installation or configuration problem: $host compiler $HOST_CC cannot create executables." 1>&2; exit 1; } 
177
 
 fi
178
 
@@ -1198,17 +1230,17 @@
179
 
         ;;        
180
 
     esac            
181
 
 
182
 
     for ac_prog in $CC "${target_alias}-gcc" "${target}-gcc"
183
 
 do
 
118
@@ -1212,7 +1244,7 @@
184
119
 # Extract the first word of "$ac_prog", so it can be a program name with args.
185
120
 set dummy $ac_prog; ac_word=$2
186
121
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
187
 
-echo "configure:1207: checking for $ac_word" >&5
188
 
+echo "configure:1239: checking for $ac_word" >&5
 
122
-echo "configure:1216: checking for $ac_word" >&5
 
123
+echo "configure:1248: checking for $ac_word" >&5
189
124
 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
190
125
   echo $ac_n "(cached) $ac_c" 1>&6
191
126
 else
192
 
   if test -n "$CC"; then
193
 
   ac_cv_prog_CC="$CC" # Let the user override the test.
194
 
 else
195
 
   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
196
 
   ac_dummy="$PATH"
197
 
@@ -1232,17 +1264,17 @@
198
 
 test -n "$CC" && break
199
 
 done
200
 
 test -n "$CC" || CC="echo"
201
 
 
202
 
     unset ac_cv_prog_CC
 
127
@@ -1246,7 +1278,7 @@
203
128
     # Extract the first word of "gcc", so it can be a program name with args.
204
129
 set dummy gcc; ac_word=$2
205
130
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
206
 
-echo "configure:1241: checking for $ac_word" >&5
207
 
+echo "configure:1273: checking for $ac_word" >&5
 
131
-echo "configure:1250: checking for $ac_word" >&5
 
132
+echo "configure:1282: checking for $ac_word" >&5
208
133
 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
209
134
   echo $ac_n "(cached) $ac_c" 1>&6
210
135
 else
211
 
   if test -n "$CC"; then
212
 
   ac_cv_prog_CC="$CC" # Let the user override the test.
213
 
 else
214
 
   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
215
 
   ac_dummy="$PATH"
216
 
@@ -1262,17 +1294,17 @@
217
 
 else
218
 
   echo "$ac_t""no" 1>&6
219
 
 fi
220
 
 
221
 
 if test -z "$CC"; then
 
136
@@ -1276,7 +1308,7 @@
222
137
   # Extract the first word of "cc", so it can be a program name with args.
223
138
 set dummy cc; ac_word=$2
224
139
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
225
 
-echo "configure:1271: checking for $ac_word" >&5
226
 
+echo "configure:1303: checking for $ac_word" >&5
 
140
-echo "configure:1280: checking for $ac_word" >&5
 
141
+echo "configure:1312: checking for $ac_word" >&5
227
142
 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
228
143
   echo $ac_n "(cached) $ac_c" 1>&6
229
144
 else
230
 
   if test -n "$CC"; then
231
 
   ac_cv_prog_CC="$CC" # Let the user override the test.
232
 
 else
233
 
   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
234
 
   ac_prog_rejected=no
235
 
@@ -1313,17 +1345,17 @@
236
 
 fi
237
 
 
238
 
   if test -z "$CC"; then
239
 
     case "`uname -s`" in
240
 
     *win32* | *WIN32*)
 
145
@@ -1327,7 +1359,7 @@
241
146
       # Extract the first word of "cl", so it can be a program name with args.
242
147
 set dummy cl; ac_word=$2
243
148
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
244
 
-echo "configure:1322: checking for $ac_word" >&5
245
 
+echo "configure:1354: checking for $ac_word" >&5
 
149
-echo "configure:1331: checking for $ac_word" >&5
 
150
+echo "configure:1363: checking for $ac_word" >&5
246
151
 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
247
152
   echo $ac_n "(cached) $ac_c" 1>&6
248
153
 else
249
 
   if test -n "$CC"; then
250
 
   ac_cv_prog_CC="$CC" # Let the user override the test.
251
 
 else
252
 
   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
253
 
   ac_dummy="$PATH"
254
 
@@ -1345,33 +1377,33 @@
255
 
 fi
256
 
  ;;
257
 
     esac
258
 
   fi
259
 
   test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
 
154
@@ -1359,7 +1391,7 @@
260
155
 fi
261
156
 
262
157
 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
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
 
158
-echo "configure:1363: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
 
159
+echo "configure:1395: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
265
160
 
266
161
 ac_ext=c
267
162
 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
268
 
 ac_cpp='$CPP $CPPFLAGS'
269
 
 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
270
 
 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
271
 
 cross_compiling=$ac_cv_prog_cc_cross
 
163
@@ -1370,12 +1402,12 @@
272
164
 
273
165
 cat > conftest.$ac_ext << EOF
274
166
 
275
 
-#line 1365 "configure"
276
 
+#line 1397 "configure"
 
167
-#line 1374 "configure"
 
168
+#line 1406 "configure"
277
169
 #include "confdefs.h"
278
170
 
279
171
 main(){return(0);}
280
172
 EOF
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
 
173
-if { (eval echo configure:1379: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
174
+if { (eval echo configure:1411: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
283
175
   ac_cv_prog_cc_works=yes
284
176
   # If we can't run a trivial program, we are probably using a cross compiler.
285
177
   if (./conftest; exit) 2>/dev/null; then
286
 
     ac_cv_prog_cc_cross=no
287
 
   else
288
 
     ac_cv_prog_cc_cross=yes
289
 
   fi
290
 
 else
291
 
@@ -1387,31 +1419,31 @@
292
 
 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
293
 
 cross_compiling=$ac_cv_prog_cc_cross
294
 
 
295
 
 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
296
 
 if test $ac_cv_prog_cc_works = no; then
 
178
@@ -1401,12 +1433,12 @@
297
179
   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
298
180
 fi
299
181
 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
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
 
182
-echo "configure:1405: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
 
183
+echo "configure:1437: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
302
184
 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
303
185
 cross_compiling=$ac_cv_prog_cc_cross
304
186
 
305
187
 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
306
 
-echo "configure:1401: checking whether we are using GNU C" >&5
307
 
+echo "configure:1433: checking whether we are using GNU C" >&5
 
188
-echo "configure:1410: checking whether we are using GNU C" >&5
 
189
+echo "configure:1442: checking whether we are using GNU C" >&5
308
190
 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
309
191
   echo $ac_n "(cached) $ac_c" 1>&6
310
192
 else
311
 
   cat > conftest.c <<EOF
312
 
 #ifdef __GNUC__
 
193
@@ -1415,7 +1447,7 @@
313
194
   yes;
314
195
 #endif
315
196
 EOF
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
 
197
-if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1419: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
 
198
+if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1451: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
318
199
   ac_cv_prog_gcc=yes
319
200
 else
320
201
   ac_cv_prog_gcc=no
321
 
 fi
322
 
 fi
323
 
 
324
 
 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
325
 
 
326
 
@@ -1420,17 +1452,17 @@
327
 
 else
328
 
   GCC=
329
 
 fi
330
 
 
331
 
 ac_test_CFLAGS="${CFLAGS+set}"
 
202
@@ -1434,7 +1466,7 @@
332
203
 ac_save_CFLAGS="$CFLAGS"
333
204
 CFLAGS=
334
205
 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
335
 
-echo "configure:1429: checking whether ${CC-cc} accepts -g" >&5
336
 
+echo "configure:1461: checking whether ${CC-cc} accepts -g" >&5
 
206
-echo "configure:1438: checking whether ${CC-cc} accepts -g" >&5
 
207
+echo "configure:1470: checking whether ${CC-cc} accepts -g" >&5
337
208
 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
338
209
   echo $ac_n "(cached) $ac_c" 1>&6
339
210
 else
340
 
   echo 'void f(){}' > conftest.c
341
 
 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
342
 
   ac_cv_prog_cc_g=yes
343
 
 else
344
 
   ac_cv_prog_cc_g=no
345
 
@@ -1456,17 +1488,17 @@
346
 
   fi
347
 
 fi
348
 
 
349
 
     for ac_prog in $CXX "${target_alias}-g++" "${target}-g++"
350
 
 do
351
 
 # Extract the first word of "$ac_prog", so it can be a program name with args.
352
 
 set dummy $ac_prog; ac_word=$2
353
 
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
354
 
-echo "configure:1465: checking for $ac_word" >&5
355
 
+echo "configure:1497: checking for $ac_word" >&5
356
 
 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
357
 
   echo $ac_n "(cached) $ac_c" 1>&6
358
 
 else
359
 
   if test -n "$CXX"; then
360
 
   ac_cv_prog_CXX="$CXX" # Let the user override the test.
361
 
 else
362
 
   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
363
 
   ac_dummy="$PATH"
364
 
@@ -1492,17 +1524,17 @@
365
 
 test -n "$CXX" || CXX="echo"
366
 
 
367
 
     unset ac_cv_prog_CXX
368
 
     for ac_prog in $CCC c++ g++ gcc CC cxx cc++ cl
369
 
 do
370
 
 # Extract the first word of "$ac_prog", so it can be a program name with args.
371
 
 set dummy $ac_prog; ac_word=$2
372
 
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
373
 
-echo "configure:1501: checking for $ac_word" >&5
374
 
+echo "configure:1533: checking for $ac_word" >&5
375
 
 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
376
 
   echo $ac_n "(cached) $ac_c" 1>&6
377
 
 else
378
 
   if test -n "$CXX"; then
379
 
   ac_cv_prog_CXX="$CXX" # Let the user override the test.
380
 
 else
381
 
   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
382
 
   ac_dummy="$PATH"
383
 
@@ -1524,33 +1556,33 @@
384
 
 fi
385
 
 
386
 
 test -n "$CXX" && break
387
 
 done
388
 
 test -n "$CXX" || CXX="gcc"
 
211
@@ -1471,7 +1503,7 @@
 
212
 # Extract the first word of "$ac_prog", so it can be a program name with args.
 
213
 set dummy $ac_prog; ac_word=$2
 
214
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 
215
-echo "configure:1475: checking for $ac_word" >&5
 
216
+echo "configure:1507: checking for $ac_word" >&5
 
217
 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
 
218
   echo $ac_n "(cached) $ac_c" 1>&6
 
219
 else
 
220
@@ -1507,7 +1539,7 @@
 
221
 # Extract the first word of "$ac_prog", so it can be a program name with args.
 
222
 set dummy $ac_prog; ac_word=$2
 
223
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 
224
-echo "configure:1511: checking for $ac_word" >&5
 
225
+echo "configure:1543: checking for $ac_word" >&5
 
226
 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
 
227
   echo $ac_n "(cached) $ac_c" 1>&6
 
228
 else
 
229
@@ -1539,7 +1571,7 @@
389
230
 
390
231
 
391
232
 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
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
 
233
-echo "configure:1543: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
 
234
+echo "configure:1575: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
394
235
 
395
236
 ac_ext=C
396
237
 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
397
 
 ac_cpp='$CXXCPP $CPPFLAGS'
398
 
 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
399
 
 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
400
 
 cross_compiling=$ac_cv_prog_cxx_cross
 
238
@@ -1550,12 +1582,12 @@
401
239
 
402
240
 cat > conftest.$ac_ext << EOF
403
241
 
404
 
-#line 1544 "configure"
405
 
+#line 1576 "configure"
 
242
-#line 1554 "configure"
 
243
+#line 1586 "configure"
406
244
 #include "confdefs.h"
407
245
 
408
246
 int main(){return(0);}
409
247
 EOF
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
 
248
-if { (eval echo configure:1559: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
249
+if { (eval echo configure:1591: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
412
250
   ac_cv_prog_cxx_works=yes
413
251
   # If we can't run a trivial program, we are probably using a cross compiler.
414
252
   if (./conftest; exit) 2>/dev/null; then
415
 
     ac_cv_prog_cxx_cross=no
416
 
   else
417
 
     ac_cv_prog_cxx_cross=yes
418
 
   fi
419
 
 else
420
 
@@ -1566,31 +1598,31 @@
421
 
 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
422
 
 cross_compiling=$ac_cv_prog_cc_cross
423
 
 
424
 
 echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6
425
 
 if test $ac_cv_prog_cxx_works = no; then
 
253
@@ -1581,12 +1613,12 @@
426
254
   { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
427
255
 fi
428
256
 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
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
 
257
-echo "configure:1585: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
 
258
+echo "configure:1617: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
431
259
 echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
432
260
 cross_compiling=$ac_cv_prog_cxx_cross
433
261
 
434
262
 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
435
 
-echo "configure:1580: checking whether we are using GNU C++" >&5
436
 
+echo "configure:1612: checking whether we are using GNU C++" >&5
 
263
-echo "configure:1590: checking whether we are using GNU C++" >&5
 
264
+echo "configure:1622: checking whether we are using GNU C++" >&5
437
265
 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
438
266
   echo $ac_n "(cached) $ac_c" 1>&6
439
267
 else
440
 
   cat > conftest.C <<EOF
441
 
 #ifdef __GNUC__
 
268
@@ -1595,7 +1627,7 @@
442
269
   yes;
443
270
 #endif
444
271
 EOF
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
 
272
-if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1599: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
 
273
+if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1631: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
447
274
   ac_cv_prog_gxx=yes
448
275
 else
449
276
   ac_cv_prog_gxx=no
450
 
 fi
451
 
 fi
452
 
 
453
 
 echo "$ac_t""$ac_cv_prog_gxx" 1>&6
454
 
 
455
 
@@ -1599,17 +1631,17 @@
456
 
 else
457
 
   GXX=
458
 
 fi
459
 
 
460
 
 ac_test_CXXFLAGS="${CXXFLAGS+set}"
 
277
@@ -1614,7 +1646,7 @@
461
278
 ac_save_CXXFLAGS="$CXXFLAGS"
462
279
 CXXFLAGS=
463
280
 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
464
 
-echo "configure:1608: checking whether ${CXX-g++} accepts -g" >&5
465
 
+echo "configure:1640: checking whether ${CXX-g++} accepts -g" >&5
 
281
-echo "configure:1618: checking whether ${CXX-g++} accepts -g" >&5
 
282
+echo "configure:1650: checking whether ${CXX-g++} accepts -g" >&5
466
283
 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
467
284
   echo $ac_n "(cached) $ac_c" 1>&6
468
285
 else
469
 
   echo 'void f(){}' > conftest.cc
470
 
 if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
471
 
   ac_cv_prog_cxx_g=yes
472
 
 else
473
 
   ac_cv_prog_cxx_g=no
474
 
@@ -1643,17 +1675,17 @@
475
 
         ;;
476
 
     esac
477
 
 
478
 
     for ac_prog in $RANLIB "${target_alias}-ranlib" "${target}-ranlib"
479
 
 do
 
286
@@ -1659,7 +1691,7 @@
480
287
 # Extract the first word of "$ac_prog", so it can be a program name with args.
481
288
 set dummy $ac_prog; ac_word=$2
482
289
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
483
 
-echo "configure:1652: checking for $ac_word" >&5
484
 
+echo "configure:1684: checking for $ac_word" >&5
 
290
-echo "configure:1663: checking for $ac_word" >&5
 
291
+echo "configure:1695: checking for $ac_word" >&5
485
292
 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
486
293
   echo $ac_n "(cached) $ac_c" 1>&6
487
294
 else
488
 
   if test -n "$RANLIB"; then
489
 
   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
490
 
 else
491
 
   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
492
 
   ac_dummy="$PATH"
493
 
@@ -1678,17 +1710,17 @@
494
 
 done
495
 
 test -n "$RANLIB" || RANLIB="echo"
496
 
 
497
 
     for ac_prog in $AR "${target_alias}-ar" "${target}-ar"
498
 
 do
 
295
@@ -1694,7 +1726,7 @@
499
296
 # Extract the first word of "$ac_prog", so it can be a program name with args.
500
297
 set dummy $ac_prog; ac_word=$2
501
298
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
502
 
-echo "configure:1687: checking for $ac_word" >&5
503
 
+echo "configure:1719: checking for $ac_word" >&5
 
299
-echo "configure:1698: checking for $ac_word" >&5
 
300
+echo "configure:1730: checking for $ac_word" >&5
504
301
 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
505
302
   echo $ac_n "(cached) $ac_c" 1>&6
506
303
 else
507
 
   if test -n "$AR"; then
508
 
   ac_cv_prog_AR="$AR" # Let the user override the test.
509
 
 else
510
 
   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
511
 
   ac_dummy="$PATH"
512
 
@@ -1713,17 +1745,17 @@
513
 
 done
514
 
 test -n "$AR" || AR="echo"
515
 
 
516
 
     for ac_prog in $AS "${target_alias}-as" "${target}-as"
517
 
 do
 
304
@@ -1729,7 +1761,7 @@
518
305
 # Extract the first word of "$ac_prog", so it can be a program name with args.
519
306
 set dummy $ac_prog; ac_word=$2
520
307
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
521
 
-echo "configure:1722: checking for $ac_word" >&5
522
 
+echo "configure:1754: checking for $ac_word" >&5
 
308
-echo "configure:1733: checking for $ac_word" >&5
 
309
+echo "configure:1765: checking for $ac_word" >&5
523
310
 if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then
524
311
   echo $ac_n "(cached) $ac_c" 1>&6
525
312
 else
526
 
   if test -n "$AS"; then
527
 
   ac_cv_prog_AS="$AS" # Let the user override the test.
528
 
 else
529
 
   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
530
 
   ac_dummy="$PATH"
531
 
@@ -1748,17 +1780,17 @@
532
 
 done
533
 
 test -n "$AS" || AS="echo"
534
 
 
535
 
     for ac_prog in $LD "${target_alias}-ld" "${target}-ld"
536
 
 do
 
313
@@ -1764,7 +1796,7 @@
537
314
 # Extract the first word of "$ac_prog", so it can be a program name with args.
538
315
 set dummy $ac_prog; ac_word=$2
539
316
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
540
 
-echo "configure:1757: checking for $ac_word" >&5
541
 
+echo "configure:1789: checking for $ac_word" >&5
 
317
-echo "configure:1768: checking for $ac_word" >&5
 
318
+echo "configure:1800: checking for $ac_word" >&5
542
319
 if eval "test \"`echo '$''{'ac_cv_prog_LD'+set}'`\" = set"; then
543
320
   echo $ac_n "(cached) $ac_c" 1>&6
544
321
 else
545
 
   if test -n "$LD"; then
546
 
   ac_cv_prog_LD="$LD" # Let the user override the test.
547
 
 else
548
 
   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
549
 
   ac_dummy="$PATH"
550
 
@@ -1783,17 +1815,17 @@
551
 
 done
552
 
 test -n "$LD" || LD="echo"
553
 
 
554
 
     for ac_prog in $STRIP "${target_alias}-strip" "${target}-strip"
555
 
 do
 
322
@@ -1799,7 +1831,7 @@
556
323
 # Extract the first word of "$ac_prog", so it can be a program name with args.
557
324
 set dummy $ac_prog; ac_word=$2
558
325
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
559
 
-echo "configure:1792: checking for $ac_word" >&5
560
 
+echo "configure:1824: checking for $ac_word" >&5
 
326
-echo "configure:1803: checking for $ac_word" >&5
 
327
+echo "configure:1835: checking for $ac_word" >&5
561
328
 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
562
329
   echo $ac_n "(cached) $ac_c" 1>&6
563
330
 else
564
 
   if test -n "$STRIP"; then
565
 
   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
566
 
 else
567
 
   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
568
 
   ac_dummy="$PATH"
569
 
@@ -1818,17 +1850,17 @@
570
 
 done
571
 
 test -n "$STRIP" || STRIP="echo"
572
 
 
573
 
     for ac_prog in $WINDRES "${target_alias}-windres" "${target}-windres"
574
 
 do
 
331
@@ -1834,7 +1866,7 @@
575
332
 # Extract the first word of "$ac_prog", so it can be a program name with args.
576
333
 set dummy $ac_prog; ac_word=$2
577
334
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
578
 
-echo "configure:1827: checking for $ac_word" >&5
579
 
+echo "configure:1859: checking for $ac_word" >&5
 
335
-echo "configure:1838: checking for $ac_word" >&5
 
336
+echo "configure:1870: checking for $ac_word" >&5
580
337
 if eval "test \"`echo '$''{'ac_cv_prog_WINDRES'+set}'`\" = set"; then
581
338
   echo $ac_n "(cached) $ac_c" 1>&6
582
339
 else
583
 
   if test -n "$WINDRES"; then
584
 
   ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
585
 
 else
586
 
   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
587
 
   ac_dummy="$PATH"
588
 
@@ -1855,17 +1887,17 @@
589
 
 
590
 
 
591
 
 else
592
 
     for ac_prog in $CCC c++ g++ gcc CC cxx cc++ cl
593
 
 do
594
 
 # Extract the first word of "$ac_prog", so it can be a program name with args.
595
 
 set dummy $ac_prog; ac_word=$2
596
 
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
597
 
-echo "configure:1864: checking for $ac_word" >&5
598
 
+echo "configure:1896: checking for $ac_word" >&5
599
 
 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
600
 
   echo $ac_n "(cached) $ac_c" 1>&6
601
 
 else
602
 
   if test -n "$CXX"; then
603
 
   ac_cv_prog_CXX="$CXX" # Let the user override the test.
604
 
 else
605
 
   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
606
 
   ac_dummy="$PATH"
607
 
@@ -1887,33 +1919,33 @@
608
 
 fi
609
 
 
610
 
 test -n "$CXX" && break
611
 
 done
612
 
 test -n "$CXX" || CXX="gcc"
613
 
 
614
 
 
615
 
 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
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
 
 
619
 
 ac_ext=C
620
 
 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
621
 
 ac_cpp='$CXXCPP $CPPFLAGS'
622
 
 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
623
 
 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
624
 
 cross_compiling=$ac_cv_prog_cxx_cross
625
 
 
626
 
 cat > conftest.$ac_ext << EOF
627
 
 
628
 
-#line 1907 "configure"
629
 
+#line 1939 "configure"
630
 
 #include "confdefs.h"
631
 
 
632
 
 int main(){return(0);}
633
 
 EOF
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
 
   ac_cv_prog_cxx_works=yes
637
 
   # If we can't run a trivial program, we are probably using a cross compiler.
638
 
   if (./conftest; exit) 2>/dev/null; then
639
 
     ac_cv_prog_cxx_cross=no
640
 
   else
641
 
     ac_cv_prog_cxx_cross=yes
642
 
   fi
643
 
 else
644
 
@@ -1929,31 +1961,31 @@
645
 
 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
646
 
 cross_compiling=$ac_cv_prog_cc_cross
647
 
 
648
 
 echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6
649
 
 if test $ac_cv_prog_cxx_works = no; then
650
 
   { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
651
 
 fi
652
 
 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
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
 
 echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
656
 
 cross_compiling=$ac_cv_prog_cxx_cross
657
 
 
658
 
 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
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
 
 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
662
 
   echo $ac_n "(cached) $ac_c" 1>&6
663
 
 else
664
 
   cat > conftest.C <<EOF
665
 
 #ifdef __GNUC__
666
 
   yes;
667
 
 #endif
668
 
 EOF
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
 
   ac_cv_prog_gxx=yes
672
 
 else
673
 
   ac_cv_prog_gxx=no
674
 
 fi
675
 
 fi
676
 
 
677
 
 echo "$ac_t""$ac_cv_prog_gxx" 1>&6
678
 
 
679
 
@@ -1962,17 +1994,17 @@
680
 
 else
681
 
   GXX=
682
 
 fi
683
 
 
684
 
 ac_test_CXXFLAGS="${CXXFLAGS+set}"
685
 
 ac_save_CXXFLAGS="$CXXFLAGS"
686
 
 CXXFLAGS=
687
 
 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
688
 
-echo "configure:1971: checking whether ${CXX-g++} accepts -g" >&5
689
 
+echo "configure:2003: checking whether ${CXX-g++} accepts -g" >&5
690
 
 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
691
 
   echo $ac_n "(cached) $ac_c" 1>&6
692
 
 else
693
 
   echo 'void f(){}' > conftest.cc
694
 
 if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
695
 
   ac_cv_prog_cxx_g=yes
696
 
 else
697
 
   ac_cv_prog_cxx_g=no
698
 
@@ -1999,17 +2031,17 @@
699
 
 fi
700
 
 
701
 
     if test "$CXX" = "cl" -a -z "$CC"; then
702
 
         CC=$CXX
703
 
     else        
704
 
         # Extract the first word of "gcc", so it can be a program name with args.
 
340
@@ -1869,7 +1901,7 @@
 
341
     # Extract the first word of "gcc", so it can be a program name with args.
705
342
 set dummy gcc; ac_word=$2
706
343
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
707
 
-echo "configure:2008: checking for $ac_word" >&5
708
 
+echo "configure:2040: checking for $ac_word" >&5
 
344
-echo "configure:1873: checking for $ac_word" >&5
 
345
+echo "configure:1905: checking for $ac_word" >&5
709
346
 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
710
347
   echo $ac_n "(cached) $ac_c" 1>&6
711
348
 else
712
 
   if test -n "$CC"; then
713
 
   ac_cv_prog_CC="$CC" # Let the user override the test.
714
 
 else
715
 
   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
716
 
   ac_dummy="$PATH"
717
 
@@ -2029,17 +2061,17 @@
718
 
 else
719
 
   echo "$ac_t""no" 1>&6
720
 
 fi
721
 
 
722
 
 if test -z "$CC"; then
 
349
@@ -1899,7 +1931,7 @@
723
350
   # Extract the first word of "cc", so it can be a program name with args.
724
351
 set dummy cc; ac_word=$2
725
352
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
726
 
-echo "configure:2038: checking for $ac_word" >&5
727
 
+echo "configure:2070: checking for $ac_word" >&5
 
353
-echo "configure:1903: checking for $ac_word" >&5
 
354
+echo "configure:1935: checking for $ac_word" >&5
728
355
 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
729
356
   echo $ac_n "(cached) $ac_c" 1>&6
730
357
 else
731
 
   if test -n "$CC"; then
732
 
   ac_cv_prog_CC="$CC" # Let the user override the test.
733
 
 else
734
 
   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
735
 
   ac_prog_rejected=no
736
 
@@ -2080,17 +2112,17 @@
737
 
 fi
738
 
 
739
 
   if test -z "$CC"; then
740
 
     case "`uname -s`" in
741
 
     *win32* | *WIN32*)
 
358
@@ -1950,7 +1982,7 @@
742
359
       # Extract the first word of "cl", so it can be a program name with args.
743
360
 set dummy cl; ac_word=$2
744
361
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
745
 
-echo "configure:2089: checking for $ac_word" >&5
746
 
+echo "configure:2121: checking for $ac_word" >&5
 
362
-echo "configure:1954: checking for $ac_word" >&5
 
363
+echo "configure:1986: checking for $ac_word" >&5
747
364
 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
748
365
   echo $ac_n "(cached) $ac_c" 1>&6
749
366
 else
750
 
   if test -n "$CC"; then
751
 
   ac_cv_prog_CC="$CC" # Let the user override the test.
752
 
 else
753
 
   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
754
 
   ac_dummy="$PATH"
755
 
@@ -2112,33 +2144,33 @@
756
 
 fi
757
 
  ;;
758
 
     esac
759
 
   fi
760
 
   test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
 
367
@@ -1982,7 +2014,7 @@
761
368
 fi
762
369
 
763
370
 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
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
 
371
-echo "configure:1986: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
 
372
+echo "configure:2018: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
766
373
 
767
374
 ac_ext=c
768
375
 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
769
 
 ac_cpp='$CPP $CPPFLAGS'
770
 
 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
771
 
 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
772
 
 cross_compiling=$ac_cv_prog_cc_cross
 
376
@@ -1993,12 +2025,12 @@
773
377
 
774
378
 cat > conftest.$ac_ext << EOF
775
379
 
776
 
-#line 2132 "configure"
777
 
+#line 2164 "configure"
 
380
-#line 1997 "configure"
 
381
+#line 2029 "configure"
778
382
 #include "confdefs.h"
779
383
 
780
384
 main(){return(0);}
781
385
 EOF
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
 
386
-if { (eval echo configure:2002: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
387
+if { (eval echo configure:2034: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
784
388
   ac_cv_prog_cc_works=yes
785
389
   # If we can't run a trivial program, we are probably using a cross compiler.
786
390
   if (./conftest; exit) 2>/dev/null; then
787
 
     ac_cv_prog_cc_cross=no
788
 
   else
789
 
     ac_cv_prog_cc_cross=yes
790
 
   fi
791
 
 else
792
 
@@ -2154,31 +2186,31 @@
793
 
 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
794
 
 cross_compiling=$ac_cv_prog_cc_cross
795
 
 
796
 
 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
797
 
 if test $ac_cv_prog_cc_works = no; then
 
391
@@ -2024,12 +2056,12 @@
798
392
   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
799
393
 fi
800
394
 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
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
 
395
-echo "configure:2028: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
 
396
+echo "configure:2060: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
803
397
 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
804
398
 cross_compiling=$ac_cv_prog_cc_cross
805
399
 
806
400
 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
807
 
-echo "configure:2168: checking whether we are using GNU C" >&5
808
 
+echo "configure:2200: checking whether we are using GNU C" >&5
 
401
-echo "configure:2033: checking whether we are using GNU C" >&5
 
402
+echo "configure:2065: checking whether we are using GNU C" >&5
809
403
 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
810
404
   echo $ac_n "(cached) $ac_c" 1>&6
811
405
 else
812
 
   cat > conftest.c <<EOF
813
 
 #ifdef __GNUC__
 
406
@@ -2038,7 +2070,7 @@
814
407
   yes;
815
408
 #endif
816
409
 EOF
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
 
410
-if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2042: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
 
411
+if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2074: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
819
412
   ac_cv_prog_gcc=yes
820
413
 else
821
414
   ac_cv_prog_gcc=no
822
 
 fi
823
 
 fi
824
 
 
825
 
 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
826
 
 
827
 
@@ -2187,17 +2219,17 @@
828
 
 else
829
 
   GCC=
830
 
 fi
831
 
 
832
 
 ac_test_CFLAGS="${CFLAGS+set}"
 
415
@@ -2057,7 +2089,7 @@
833
416
 ac_save_CFLAGS="$CFLAGS"
834
417
 CFLAGS=
835
418
 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
836
 
-echo "configure:2196: checking whether ${CC-cc} accepts -g" >&5
837
 
+echo "configure:2228: checking whether ${CC-cc} accepts -g" >&5
 
419
-echo "configure:2061: checking whether ${CC-cc} accepts -g" >&5
 
420
+echo "configure:2093: checking whether ${CC-cc} accepts -g" >&5
838
421
 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
839
422
   echo $ac_n "(cached) $ac_c" 1>&6
840
423
 else
841
 
   echo 'void f(){}' > conftest.c
842
 
 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
843
 
   ac_cv_prog_cc_g=yes
 
424
@@ -2097,7 +2129,7 @@
 
425
 # Extract the first word of "$ac_prog", so it can be a program name with args.
 
426
 set dummy $ac_prog; ac_word=$2
 
427
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 
428
-echo "configure:2101: checking for $ac_word" >&5
 
429
+echo "configure:2133: checking for $ac_word" >&5
 
430
 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
 
431
   echo $ac_n "(cached) $ac_c" 1>&6
844
432
 else
845
 
   ac_cv_prog_cc_g=no
846
 
@@ -2220,72 +2252,72 @@
847
 
     CFLAGS="-O2"
848
 
   else
849
 
     CFLAGS=
850
 
   fi
 
433
@@ -2129,7 +2161,7 @@
 
434
 
 
435
 
 
436
 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
 
437
-echo "configure:2133: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
 
438
+echo "configure:2165: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
 
439
 
 
440
 ac_ext=C
 
441
 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
 
442
@@ -2140,12 +2172,12 @@
 
443
 
 
444
 cat > conftest.$ac_ext << EOF
 
445
 
 
446
-#line 2144 "configure"
 
447
+#line 2176 "configure"
 
448
 #include "confdefs.h"
 
449
 
 
450
 int main(){return(0);}
 
451
 EOF
 
452
-if { (eval echo configure:2149: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
453
+if { (eval echo configure:2181: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
454
   ac_cv_prog_cxx_works=yes
 
455
   # If we can't run a trivial program, we are probably using a cross compiler.
 
456
   if (./conftest; exit) 2>/dev/null; then
 
457
@@ -2171,12 +2203,12 @@
 
458
   { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
851
459
 fi
 
460
 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
 
461
-echo "configure:2175: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
 
462
+echo "configure:2207: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
 
463
 echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
 
464
 cross_compiling=$ac_cv_prog_cxx_cross
852
465
 
 
466
 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
 
467
-echo "configure:2180: checking whether we are using GNU C++" >&5
 
468
+echo "configure:2212: checking whether we are using GNU C++" >&5
 
469
 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
 
470
   echo $ac_n "(cached) $ac_c" 1>&6
 
471
 else
 
472
@@ -2185,7 +2217,7 @@
 
473
   yes;
 
474
 #endif
 
475
 EOF
 
476
-if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:2189: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
 
477
+if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:2221: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
 
478
   ac_cv_prog_gxx=yes
 
479
 else
 
480
   ac_cv_prog_gxx=no
 
481
@@ -2204,7 +2236,7 @@
 
482
 ac_save_CXXFLAGS="$CXXFLAGS"
 
483
 CXXFLAGS=
 
484
 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
 
485
-echo "configure:2208: checking whether ${CXX-g++} accepts -g" >&5
 
486
+echo "configure:2240: checking whether ${CXX-g++} accepts -g" >&5
 
487
 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
 
488
   echo $ac_n "(cached) $ac_c" 1>&6
 
489
 else
 
490
@@ -2238,7 +2270,7 @@
 
491
         fi
853
492
     fi
854
493
     echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
855
 
-echo "configure:2229: checking how to run the C preprocessor" >&5
856
 
+echo "configure:2261: checking how to run the C preprocessor" >&5
 
494
-echo "configure:2242: checking how to run the C preprocessor" >&5
 
495
+echo "configure:2274: checking how to run the C preprocessor" >&5
857
496
 # On Suns, sometimes $CPP names a directory.
858
497
 if test -n "$CPP" && test -d "$CPP"; then
859
498
   CPP=
860
 
 fi
861
 
 if test -z "$CPP"; then
862
 
 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
863
 
   echo $ac_n "(cached) $ac_c" 1>&6
864
 
 else
865
 
     # This must be in double quotes, not single quotes, because CPP may get
866
 
   # substituted into the Makefile and "${CC-cc}" will confuse make.
867
 
   CPP="${CC-cc} -E"
 
499
@@ -2253,13 +2285,13 @@
868
500
   # On the NeXT, cc -E runs the code through the compiler's parser,
869
501
   # not just through cpp.
870
502
   cat > conftest.$ac_ext <<EOF
871
 
-#line 2244 "configure"
872
 
+#line 2276 "configure"
 
503
-#line 2257 "configure"
 
504
+#line 2289 "configure"
873
505
 #include "confdefs.h"
874
506
 #include <assert.h>
875
507
 Syntax Error
876
508
 EOF
877
509
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
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; }
 
510
-{ (eval echo configure:2263: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
511
+{ (eval echo configure:2295: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
880
512
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
881
513
 if test -z "$ac_err"; then
882
514
   :
883
 
 else
884
 
   echo "$ac_err" >&5
885
 
   echo "configure: failed program was:" >&5
886
 
   cat conftest.$ac_ext >&5
 
515
@@ -2270,13 +2302,13 @@
887
516
   rm -rf conftest*
888
517
   CPP="${CC-cc} -E -traditional-cpp"
889
518
   cat > conftest.$ac_ext <<EOF
890
 
-#line 2261 "configure"
891
 
+#line 2293 "configure"
 
519
-#line 2274 "configure"
 
520
+#line 2306 "configure"
892
521
 #include "confdefs.h"
893
522
 #include <assert.h>
894
523
 Syntax Error
895
524
 EOF
896
525
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
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; }
 
526
-{ (eval echo configure:2280: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
527
+{ (eval echo configure:2312: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
899
528
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
900
529
 if test -z "$ac_err"; then
901
530
   :
902
 
 else
903
 
   echo "$ac_err" >&5
904
 
   echo "configure: failed program was:" >&5
905
 
   cat conftest.$ac_ext >&5
 
531
@@ -2287,13 +2319,13 @@
906
532
   rm -rf conftest*
907
533
   CPP="${CC-cc} -nologo -E"
908
534
   cat > conftest.$ac_ext <<EOF
909
 
-#line 2278 "configure"
910
 
+#line 2310 "configure"
 
535
-#line 2291 "configure"
 
536
+#line 2323 "configure"
911
537
 #include "confdefs.h"
912
538
 #include <assert.h>
913
539
 Syntax Error
914
540
 EOF
915
541
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
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; }
 
542
-{ (eval echo configure:2297: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
543
+{ (eval echo configure:2329: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
918
544
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
919
545
 if test -z "$ac_err"; then
920
546
   :
921
 
 else
922
 
   echo "$ac_err" >&5
923
 
   echo "configure: failed program was:" >&5
924
 
   cat conftest.$ac_ext >&5
925
 
   rm -rf conftest*
926
 
@@ -2302,17 +2334,17 @@
927
 
 else
928
 
   ac_cv_prog_CPP="$CPP"
929
 
 fi
930
 
 echo "$ac_t""$CPP" 1>&6
931
 
 
 
547
@@ -2320,7 +2352,7 @@
932
548
     # Extract the first word of "ranlib", so it can be a program name with args.
933
549
 set dummy ranlib; ac_word=$2
934
550
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
935
 
-echo "configure:2311: checking for $ac_word" >&5
936
 
+echo "configure:2343: checking for $ac_word" >&5
 
551
-echo "configure:2324: checking for $ac_word" >&5
 
552
+echo "configure:2356: checking for $ac_word" >&5
937
553
 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
938
554
   echo $ac_n "(cached) $ac_c" 1>&6
939
555
 else
940
 
   if test -n "$RANLIB"; then
941
 
   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
942
 
 else
943
 
   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
944
 
   ac_dummy="$PATH"
945
 
@@ -2334,17 +2366,17 @@
946
 
   echo "$ac_t""no" 1>&6
947
 
 fi
948
 
 
949
 
     for ac_prog in as
950
 
 do
 
556
@@ -2352,7 +2384,7 @@
951
557
 # Extract the first word of "$ac_prog", so it can be a program name with args.
952
558
 set dummy $ac_prog; ac_word=$2
953
559
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
954
 
-echo "configure:2343: checking for $ac_word" >&5
955
 
+echo "configure:2375: checking for $ac_word" >&5
 
560
-echo "configure:2356: checking for $ac_word" >&5
 
561
+echo "configure:2388: checking for $ac_word" >&5
956
562
 if eval "test \"`echo '$''{'ac_cv_path_AS'+set}'`\" = set"; then
957
563
   echo $ac_n "(cached) $ac_c" 1>&6
958
564
 else
959
 
   case "$AS" in
960
 
   /*)
961
 
   ac_cv_path_AS="$AS" # Let the user override the test with a path.
962
 
   ;;
963
 
   ?:/*)                         
964
 
@@ -2375,17 +2407,17 @@
965
 
 done
966
 
 test -n "$AS" || AS="$CC"
967
 
 
968
 
     for ac_prog in ar
969
 
 do
 
565
@@ -2393,7 +2425,7 @@
970
566
 # Extract the first word of "$ac_prog", so it can be a program name with args.
971
567
 set dummy $ac_prog; ac_word=$2
972
568
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
973
 
-echo "configure:2384: checking for $ac_word" >&5
974
 
+echo "configure:2416: checking for $ac_word" >&5
 
569
-echo "configure:2397: checking for $ac_word" >&5
 
570
+echo "configure:2429: checking for $ac_word" >&5
975
571
 if eval "test \"`echo '$''{'ac_cv_path_AR'+set}'`\" = set"; then
976
572
   echo $ac_n "(cached) $ac_c" 1>&6
977
573
 else
978
 
   case "$AR" in
979
 
   /*)
980
 
   ac_cv_path_AR="$AR" # Let the user override the test with a path.
981
 
   ;;
982
 
   ?:/*)                         
983
 
@@ -2416,17 +2448,17 @@
984
 
 done
985
 
 test -n "$AR" || AR="echo not_ar"
986
 
 
987
 
     for ac_prog in ld link
988
 
 do
 
574
@@ -2434,7 +2466,7 @@
989
575
 # Extract the first word of "$ac_prog", so it can be a program name with args.
990
576
 set dummy $ac_prog; ac_word=$2
991
577
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
992
 
-echo "configure:2425: checking for $ac_word" >&5
993
 
+echo "configure:2457: checking for $ac_word" >&5
 
578
-echo "configure:2438: checking for $ac_word" >&5
 
579
+echo "configure:2470: checking for $ac_word" >&5
994
580
 if eval "test \"`echo '$''{'ac_cv_path_LD'+set}'`\" = set"; then
995
581
   echo $ac_n "(cached) $ac_c" 1>&6
996
582
 else
997
 
   case "$LD" in
998
 
   /*)
999
 
   ac_cv_path_LD="$LD" # Let the user override the test with a path.
1000
 
   ;;
1001
 
   ?:/*)                         
1002
 
@@ -2457,17 +2489,17 @@
1003
 
 done
1004
 
 test -n "$LD" || LD="echo not_ld"
1005
 
 
1006
 
     for ac_prog in strip
1007
 
 do
 
583
@@ -2475,7 +2507,7 @@
1008
584
 # Extract the first word of "$ac_prog", so it can be a program name with args.
1009
585
 set dummy $ac_prog; ac_word=$2
1010
586
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1011
 
-echo "configure:2466: checking for $ac_word" >&5
1012
 
+echo "configure:2498: checking for $ac_word" >&5
 
587
-echo "configure:2479: checking for $ac_word" >&5
 
588
+echo "configure:2511: checking for $ac_word" >&5
1013
589
 if eval "test \"`echo '$''{'ac_cv_path_STRIP'+set}'`\" = set"; then
1014
590
   echo $ac_n "(cached) $ac_c" 1>&6
1015
591
 else
1016
 
   case "$STRIP" in
1017
 
   /*)
1018
 
   ac_cv_path_STRIP="$STRIP" # Let the user override the test with a path.
1019
 
   ;;
1020
 
   ?:/*)                         
1021
 
@@ -2498,17 +2530,17 @@
1022
 
 done
1023
 
 test -n "$STRIP" || STRIP="echo not_strip"
1024
 
 
1025
 
     for ac_prog in windres
1026
 
 do
 
592
@@ -2516,7 +2548,7 @@
1027
593
 # Extract the first word of "$ac_prog", so it can be a program name with args.
1028
594
 set dummy $ac_prog; ac_word=$2
1029
595
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1030
 
-echo "configure:2507: checking for $ac_word" >&5
1031
 
+echo "configure:2539: checking for $ac_word" >&5
 
596
-echo "configure:2520: checking for $ac_word" >&5
 
597
+echo "configure:2552: checking for $ac_word" >&5
1032
598
 if eval "test \"`echo '$''{'ac_cv_path_WINDRES'+set}'`\" = set"; then
1033
599
   echo $ac_n "(cached) $ac_c" 1>&6
1034
600
 else
1035
 
   case "$WINDRES" in
1036
 
   /*)
1037
 
   ac_cv_path_WINDRES="$WINDRES" # Let the user override the test with a path.
1038
 
   ;;
1039
 
   ?:/*)                         
1040
 
@@ -2566,39 +2598,39 @@
1041
 
 
1042
 
 if test "$cross_compiling"  = "yes"; then
1043
 
     CROSS_COMPILE=1
1044
 
 else
1045
 
     CROSS_COMPILE=
 
601
@@ -2584,7 +2616,7 @@
1046
602
 fi
1047
603
 
1048
604
 echo $ac_n "checking for gcc -pipe support""... $ac_c" 1>&6
1049
 
-echo "configure:2575: checking for gcc -pipe support" >&5
1050
 
+echo "configure:2607: checking for gcc -pipe support" >&5
 
605
-echo "configure:2588: checking for gcc -pipe support" >&5
 
606
+echo "configure:2620: checking for gcc -pipe support" >&5
1051
607
 if test -n "$GNU_CC" && test -n "$GNU_CXX" && test -n "$GNU_AS"; then
1052
608
     echo '#include <stdio.h>' > dummy-hello.c
1053
609
     echo 'int main() { printf("Hello World\n"); return 0; }' >> dummy-hello.c
1054
 
     ${CC} -S dummy-hello.c -o dummy-hello.s 2>&5
1055
 
     cat dummy-hello.s | ${AS} -o dummy-hello.S - 2>&5
1056
 
     if test $? = 0; then
1057
 
         _res_as_stdin="yes"
1058
 
     else
1059
 
         _res_as_stdin="no"
1060
 
     fi
1061
 
     if test "$_res_as_stdin" = "yes"; then
 
610
@@ -2599,14 +2631,14 @@
1062
611
         _SAVE_CFLAGS=$CFLAGS
1063
612
         CFLAGS="$CFLAGS -pipe"
1064
613
         cat > conftest.$ac_ext <<EOF
1065
 
-#line 2590 "configure"
1066
 
+#line 2622 "configure"
 
614
-#line 2603 "configure"
 
615
+#line 2635 "configure"
1067
616
 #include "confdefs.h"
1068
617
  #include <stdio.h> 
1069
618
 int main() {
1070
619
 printf("Hello World\n");
1071
620
 ; return 0; }
1072
621
 EOF
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
 
622
-if { (eval echo configure:2610: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
623
+if { (eval echo configure:2642: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1075
624
   rm -rf conftest*
1076
625
   _res_gcc_pipe="yes"
1077
626
 else
1078
 
   echo "configure: failed program was:" >&5
1079
 
   cat conftest.$ac_ext >&5
1080
 
   rm -rf conftest*
1081
 
   _res_gcc_pipe="no" 
1082
 
 fi
1083
 
@@ -2615,17 +2647,17 @@
1084
 
     rm -f dummy-hello.c dummy-hello.s dummy-hello.S dummy-hello a.out
1085
 
     echo "$ac_t""$_res" 1>&6
1086
 
 else
1087
 
     echo "$ac_t""no" 1>&6
1088
 
 fi
 
627
@@ -2633,7 +2665,7 @@
1089
628
 
1090
629
 if test "$GNU_CC"; then
1091
630
     echo $ac_n "checking for visibility(hidden) attribute""... $ac_c" 1>&6
1092
 
-echo "configure:2624: checking for visibility(hidden) attribute" >&5
1093
 
+echo "configure:2656: checking for visibility(hidden) attribute" >&5
 
631
-echo "configure:2637: checking for visibility(hidden) attribute" >&5
 
632
+echo "configure:2669: checking for visibility(hidden) attribute" >&5
1094
633
 if eval "test \"`echo '$''{'ac_cv_visibility_hidden'+set}'`\" = set"; then
1095
634
   echo $ac_n "(cached) $ac_c" 1>&6
1096
635
 else
1097
 
   cat > conftest.c <<EOF
1098
 
         int foo __attribute__ ((visibility ("hidden"))) = 1;
1099
 
 EOF
1100
 
         ac_cv_visibility_hidden=no
1101
 
         if ${CC-cc} -Werror -S conftest.c -o conftest.s >/dev/null 2>&1; then
1102
 
@@ -2639,17 +2671,17 @@
1103
 
 
1104
 
 echo "$ac_t""$ac_cv_visibility_hidden" 1>&6
1105
 
     if test "$ac_cv_visibility_hidden" = "yes"; then
1106
 
         cat >> confdefs.h <<\EOF
1107
 
 #define HAVE_VISIBILITY_HIDDEN_ATTRIBUTE 1
 
636
@@ -2657,7 +2689,7 @@
1108
637
 EOF
1109
638
 
1110
639
         echo $ac_n "checking for visibility pragma support""... $ac_c" 1>&6
1111
 
-echo "configure:2648: checking for visibility pragma support" >&5
1112
 
+echo "configure:2680: checking for visibility pragma support" >&5
 
640
-echo "configure:2661: checking for visibility pragma support" >&5
 
641
+echo "configure:2693: checking for visibility pragma support" >&5
1113
642
 if eval "test \"`echo '$''{'ac_cv_visibility_pragma'+set}'`\" = set"; then
1114
643
   echo $ac_n "(cached) $ac_c" 1>&6
1115
644
 else
1116
 
   cat > conftest.c <<EOF
1117
 
 #pragma GCC visibility push(hidden)
1118
 
             int foo_hidden = 1;
1119
 
 #pragma GCC visibility push(default)
1120
 
             int foo_default = 1;
1121
 
@@ -2692,17 +2724,17 @@
1122
 
 fi # SKIP_COMPILER_CHECKS
1123
 
 
1124
 
 if test -z "$SKIP_PATH_CHECKS"; then
1125
 
     for ac_prog in perl5 perl
1126
 
 do
 
645
@@ -2710,7 +2742,7 @@
1127
646
 # Extract the first word of "$ac_prog", so it can be a program name with args.
1128
647
 set dummy $ac_prog; ac_word=$2
1129
648
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1130
 
-echo "configure:2701: checking for $ac_word" >&5
1131
 
+echo "configure:2733: checking for $ac_word" >&5
 
649
-echo "configure:2714: checking for $ac_word" >&5
 
650
+echo "configure:2746: checking for $ac_word" >&5
1132
651
 if eval "test \"`echo '$''{'ac_cv_path_PERL'+set}'`\" = set"; then
1133
652
   echo $ac_n "(cached) $ac_c" 1>&6
1134
653
 else
1135
 
   case "$PERL" in
1136
 
   /*)
1137
 
   ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
1138
 
   ;;
1139
 
   ?:/*)                         
1140
 
@@ -2949,27 +2981,27 @@
1141
 
 
1142
 
     cat >> confdefs.h <<\EOF
1143
 
 #define SYSV 1
1144
 
 EOF
1145
 
 
 
654
@@ -2967,17 +2999,17 @@
1146
655
     DSO_LDOPTS='-brtl -bnortllib -bM:SRE -bnoentry -bexpall -blibpath:/usr/lib:/lib'
1147
656
     ac_safe=`echo "sys/atomic_op.h" | sed 'y%./+-%__p_%'`
1148
657
 echo $ac_n "checking for sys/atomic_op.h""... $ac_c" 1>&6
1149
 
-echo "configure:2958: checking for sys/atomic_op.h" >&5
1150
 
+echo "configure:2990: checking for sys/atomic_op.h" >&5
 
658
-echo "configure:2971: checking for sys/atomic_op.h" >&5
 
659
+echo "configure:3003: checking for sys/atomic_op.h" >&5
1151
660
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1152
661
   echo $ac_n "(cached) $ac_c" 1>&6
1153
662
 else
1154
663
   cat > conftest.$ac_ext <<EOF
1155
 
-#line 2963 "configure"
1156
 
+#line 2995 "configure"
 
664
-#line 2976 "configure"
 
665
+#line 3008 "configure"
1157
666
 #include "confdefs.h"
1158
667
 #include <sys/atomic_op.h>
1159
668
 EOF
1160
669
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
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; }
 
670
-{ (eval echo configure:2981: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
671
+{ (eval echo configure:3013: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1163
672
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1164
673
 if test -z "$ac_err"; then
1165
674
   rm -rf conftest*
1166
 
   eval "ac_cv_header_$ac_safe=yes"
1167
 
 else
1168
 
   echo "$ac_err" >&5
1169
 
   echo "configure: failed program was:" >&5
1170
 
   cat conftest.$ac_ext >&5
1171
 
@@ -3116,36 +3148,36 @@
1172
 
     PR_MD_ARCH_DIR=beos
1173
 
     RESOLVE_LINK_SYMBOLS=1
1174
 
     case "${target_cpu}" in
1175
 
     i*86)
1176
 
         _OPTIMIZE_FLAGS=-O2
 
675
@@ -3134,7 +3166,7 @@
1177
676
         _DEBUG_FLAGS='-gdwarf-2 -O0'
1178
677
         MKSHLIB='$(CCC) $(DSO_LDOPTS) -o $@'
1179
678
         echo $ac_n "checking for gethostbyaddr in -lbind""... $ac_c" 1>&6
1180
 
-echo "configure:3125: checking for gethostbyaddr in -lbind" >&5
1181
 
+echo "configure:3157: checking for gethostbyaddr in -lbind" >&5
 
679
-echo "configure:3138: checking for gethostbyaddr in -lbind" >&5
 
680
+echo "configure:3170: checking for gethostbyaddr in -lbind" >&5
1182
681
 ac_lib_var=`echo bind'_'gethostbyaddr | sed 'y%./+-%__p_%'`
1183
682
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1184
683
   echo $ac_n "(cached) $ac_c" 1>&6
1185
 
 else
 
684
@@ -3142,7 +3174,7 @@
1186
685
   ac_save_LIBS="$LIBS"
1187
686
 LIBS="-lbind  $LIBS"
1188
687
 cat > conftest.$ac_ext <<EOF
1189
 
-#line 3133 "configure"
1190
 
+#line 3165 "configure"
 
688
-#line 3146 "configure"
 
689
+#line 3178 "configure"
1191
690
 #include "confdefs.h"
1192
691
 /* Override any gcc2 internal prototype to avoid an error.  */
1193
692
 /* We use char because int might match the return type of a gcc2
1194
 
     builtin and then its argument prototype would still apply.  */
1195
 
 char gethostbyaddr();
1196
 
 
1197
 
 int main() {
 
693
@@ -3153,7 +3185,7 @@
1198
694
 gethostbyaddr()
1199
695
 ; return 0; }
1200
696
 EOF
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
 
697
-if { (eval echo configure:3157: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
698
+if { (eval echo configure:3189: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1203
699
   rm -rf conftest*
1204
700
   eval "ac_cv_lib_$ac_lib_var=yes"
1205
701
 else
1206
 
   echo "configure: failed program was:" >&5
1207
 
   cat conftest.$ac_ext >&5
1208
 
   rm -rf conftest*
1209
 
   eval "ac_cv_lib_$ac_lib_var=no"
1210
 
 fi
1211
 
@@ -3261,17 +3293,17 @@
1212
 
 EOF
1213
 
 
1214
 
         cat >> confdefs.h <<\EOF
1215
 
 #define _PR_STAT_HAS_ST_ATIMESPEC 1
1216
 
 EOF
 
702
@@ -3279,7 +3311,7 @@
1217
703
 
1218
704
         MKSHLIB='$(CC) -o $@ $(DSO_LDOPTS)'
1219
705
         DSO_CFLAGS=-fPIC
1222
708
         STRIP="$STRIP -d"
1223
709
         case "$target_os" in
1224
710
         bsdi4.2* | bsdi4.3* | bsdi5.*)
1225
 
             cat >> confdefs.h <<\EOF
1226
 
 #define _PR_HAVE_GETPROTO_R 1
1227
 
 EOF
1228
 
 
1229
 
             cat >> confdefs.h <<\EOF
1230
 
@@ -3490,17 +3522,17 @@
1231
 
     MOZ_OBJFORMAT=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
1232
 
     if test "$MOZ_OBJFORMAT" = "elf"; then
1233
 
         DLL_SUFFIX=so
1234
 
     else
1235
 
         DLL_SUFFIX=so.1.0
 
711
@@ -3508,7 +3540,7 @@
1236
712
     fi
1237
713
     MKSHLIB='$(CC) $(DSO_LDOPTS) -o $@'
1238
714
     DSO_CFLAGS=-fPIC
1241
717
     MDCPUCFG_H=_freebsd.cfg
1242
718
     PR_MD_CSRCS=freebsd.c
1243
719
     ;;
1244
 
 
1245
 
 *-hpux*)
1246
 
     cat >> confdefs.h <<\EOF
1247
 
 #define XP_UNIX 1
1248
 
 EOF
1249
 
@@ -3520,17 +3552,17 @@
1250
 
     cat >> confdefs.h <<\EOF
1251
 
 #define _PR_POLL_WITH_SELECT 1
1252
 
 EOF
1253
 
 
1254
 
     cat >> confdefs.h <<\EOF
 
720
@@ -3538,7 +3570,7 @@
1255
721
 #define _USE_BIG_FDS 1
1256
722
 EOF
1257
723
 
1260
726
     PR_MD_CSRCS=hpux.c
1261
727
     if test "$OS_TEST" = "ia64"; then
1262
728
         DLL_SUFFIX=so
1263
 
         DSO_LDOPTS="$DSO_LDOPTS +b '\$\$ORIGIN'"
1264
 
         CPU_ARCH_TAG=_$OS_TEST 
1265
 
         if test -z "$USE_64"; then
1266
 
             COMPILER_TAG=_32
1267
 
         fi
1268
 
@@ -3874,17 +3906,17 @@
1269
 
         ;;
1270
 
     esac
1271
 
     CFLAGS="$CFLAGS -Wall"
1272
 
     CXXFLAGS="$CXXFLAGS -Wall"
1273
 
     MDCPUCFG_H=_linux.cfg
 
729
@@ -3892,7 +3924,7 @@
1274
730
     PR_MD_CSRCS=linux.c
1275
731
     MKSHLIB='$(CC) $(DSO_LDOPTS) -o $@'
1276
732
     DSO_CFLAGS=-fPIC
1279
735
     _OPTIMIZE_FLAGS=-O2
1280
736
     _DEBUG_FLAGS="-g -fno-inline"  # most people on linux use gcc/gdb, and that
1281
737
                                    # combo is not yet good at debugging inlined
1282
 
                                    # functions (even when using DWARF2 as the
1283
 
                                    # debugging format)
1284
 
     COMPILER_TAG=_glibc
1285
 
     if echo "$OS_TEST" | grep -c 86 >/dev/null; then
1286
 
         CPU_ARCH=x86
1287
 
@@ -4280,17 +4312,17 @@
1288
 
     if test -z "$OBJECT_FMT"; then
1289
 
         if echo __ELF__ | ${CC-cc} -E - | grep -q __ELF__ 2>/dev/null; then
1290
 
             OBJECT_FMT=a.out
1291
 
             DLL_SUFFIX=so.1.0
1292
 
             DSO_LDOPTS='-shared'
 
738
@@ -4298,7 +4330,7 @@
1293
739
         else
1294
740
             OBJECT_FMT=ELF
1295
741
             DLL_SUFFIX=so
1298
744
         fi
1299
745
     fi
1300
746
 
1301
 
     if test "$LIBRUNPATH"; then
1302
 
         DSO_LDOPTS="$DSO_LDOPTS -Wl,-R$LIBRUNPATH"
1303
 
     fi
1304
 
     ;;
1305
 
 
1306
 
@@ -4371,17 +4403,17 @@
1307
 
 EOF
1308
 
 
1309
 
     cat >> confdefs.h <<\EOF
1310
 
 #define HAVE_POINTER_LOCALTIME_R 1
1311
 
 EOF
 
747
@@ -4389,7 +4421,7 @@
1312
748
 
1313
749
     MDCPUCFG_H=_nto.cfg
1314
750
     PR_MD_CSRCS=nto.c
1317
753
     DSO_CFLAGS=-fPIC
1318
754
     DSO_LDOPTS=-shared
1319
755
     OS_LIBS="$OS_LIBS -lsocket"
1320
 
     _OPTIMIZE_FLAGS="-O1"
1321
 
     _DEBUG_FLAGS="-gstabs"
1322
 
        ;;
1323
 
 
1324
 
 *-openbsd*)
1325
 
@@ -4470,27 +4502,27 @@
1326
 
     if test -z "$GNU_CC"; then
1327
 
         CC="$CC -std1 -ieee_with_inexact"
1328
 
         if test "$OS_RELEASE" != "V2.0"; then
1329
 
             CC="$CC -readonly_strings"
1330
 
         fi
 
756
@@ -4488,17 +4520,17 @@
1331
757
         _OPTIMIZE_FLAGS="$_OPTIMIZE_FLAGS -Olimit 4000"
1332
758
         ac_safe=`echo "machine/builtins.h" | sed 'y%./+-%__p_%'`
1333
759
 echo $ac_n "checking for machine/builtins.h""... $ac_c" 1>&6
1334
 
-echo "configure:4479: checking for machine/builtins.h" >&5
1335
 
+echo "configure:4511: checking for machine/builtins.h" >&5
 
760
-echo "configure:4492: checking for machine/builtins.h" >&5
 
761
+echo "configure:4524: checking for machine/builtins.h" >&5
1336
762
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1337
763
   echo $ac_n "(cached) $ac_c" 1>&6
1338
764
 else
1339
765
   cat > conftest.$ac_ext <<EOF
1340
 
-#line 4484 "configure"
1341
 
+#line 4516 "configure"
 
766
-#line 4497 "configure"
 
767
+#line 4529 "configure"
1342
768
 #include "confdefs.h"
1343
769
 #include <machine/builtins.h>
1344
770
 EOF
1345
771
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
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; }
 
772
-{ (eval echo configure:4502: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
773
+{ (eval echo configure:4534: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1348
774
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1349
775
 if test -z "$ac_err"; then
1350
776
   rm -rf conftest*
1351
 
   eval "ac_cv_header_$ac_safe=yes"
1352
 
 else
1353
 
   echo "$ac_err" >&5
1354
 
   echo "configure: failed program was:" >&5
1355
 
   cat conftest.$ac_ext >&5
1356
 
@@ -4530,17 +4562,17 @@
1357
 
 
1358
 
     fi
1359
 
     if echo $OS_RELEASE | grep -c V4.0 >/dev/null; then
1360
 
         cat >> confdefs.h <<\EOF
1361
 
 #define OSF1V4_MAP_PRIVATE_BUG 1
 
777
@@ -4548,7 +4580,7 @@
1362
778
 EOF
1363
779
 
1364
780
     fi
1367
783
     MDCPUCFG_H=_osf1.cfg
1368
784
     PR_MD_CSRCS=osf1.c
1369
785
     ;;
1370
 
 
1371
 
 *-qnx*)
1372
 
     cat >> confdefs.h <<\EOF
1373
 
 #define XP_UNIX 1
1374
 
 EOF
1375
 
@@ -4653,17 +4685,17 @@
1376
 
             LD=gld
1377
 
         fi
1378
 
         CFLAGS="$CFLAGS -Wall -Wno-format"
1379
 
     else
1380
 
         AS='/usr/bin/cc'
 
786
@@ -4671,7 +4703,7 @@
1381
787
         _OPTIMIZE_FLAGS='-O -F Olimit,4000'
1382
788
     fi
1383
789
 
1386
792
 
1387
793
     if test "$OS_RELEASE" = "5.43"; then
1388
794
         cat >> confdefs.h <<\EOF
1389
 
 #define IP_MULTICAST 1
1390
 
 EOF
1391
 
 
1392
 
     fi
1393
 
 
1394
 
@@ -4739,20 +4771,20 @@
1395
 
     LD=/usr/ccs/bin/ld
1396
 
     MKSHLIB='$(CC) $(DSO_LDOPTS) -o $@'
1397
 
     RESOLVE_LINK_SYMBOLS=1
1398
 
     if test -n "$GNU_CC"; then
1399
 
         DSO_CFLAGS=-fPIC
 
795
@@ -4757,10 +4789,10 @@
1400
796
         if `$CC -print-prog-name=ld` -v 2>&1 | grep -c GNU >/dev/null; then
1401
797
             GCC_USE_GNU_LD=1
1402
798
         fi
1409
805
     fi
1410
806
     if test -n "$GNU_CC"; then
1411
807
         CFLAGS="$CFLAGS -Wall"
1412
 
         CXXFLAGS="$CXXFLAGS -Wall"
1413
 
         if test -n "$USE_MDUPDATE"; then
1414
 
             CFLAGS="$CFLAGS -MDupdate \$(DEPENDENCIES)"
1415
 
             CXXFLAGS="$CXXFLAGS -MDupdate \$(DEPENDENCIES)"
1416
 
         fi
1417
 
@@ -5050,63 +5082,63 @@
1418
 
 
1419
 
 
1420
 
 
1421
 
 case $target in
1422
 
 *-darwin*|*-beos*)
 
808
@@ -5068,7 +5100,7 @@
1423
809
     ;;
1424
810
 *)
1425
811
     echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
1426
 
-echo "configure:5059: checking for dlopen in -ldl" >&5
1427
 
+echo "configure:5091: checking for dlopen in -ldl" >&5
 
812
-echo "configure:5072: checking for dlopen in -ldl" >&5
 
813
+echo "configure:5104: checking for dlopen in -ldl" >&5
1428
814
 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
1429
815
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1430
816
   echo $ac_n "(cached) $ac_c" 1>&6
1431
 
 else
 
817
@@ -5076,7 +5108,7 @@
1432
818
   ac_save_LIBS="$LIBS"
1433
819
 LIBS="-ldl  $LIBS"
1434
820
 cat > conftest.$ac_ext <<EOF
1435
 
-#line 5067 "configure"
1436
 
+#line 5099 "configure"
 
821
-#line 5080 "configure"
 
822
+#line 5112 "configure"
1437
823
 #include "confdefs.h"
1438
824
 /* Override any gcc2 internal prototype to avoid an error.  */
1439
825
 /* We use char because int might match the return type of a gcc2
1440
 
     builtin and then its argument prototype would still apply.  */
1441
 
 char dlopen();
1442
 
 
1443
 
 int main() {
 
826
@@ -5087,7 +5119,7 @@
1444
827
 dlopen()
1445
828
 ; return 0; }
1446
829
 EOF
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
 
830
-if { (eval echo configure:5091: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
831
+if { (eval echo configure:5123: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1449
832
   rm -rf conftest*
1450
833
   eval "ac_cv_lib_$ac_lib_var=yes"
1451
834
 else
1452
 
   echo "configure: failed program was:" >&5
1453
 
   cat conftest.$ac_ext >&5
1454
 
   rm -rf conftest*
1455
 
   eval "ac_cv_lib_$ac_lib_var=no"
1456
 
 fi
1457
 
 rm -f conftest*
1458
 
 LIBS="$ac_save_LIBS"
1459
 
 
1460
 
 fi
1461
 
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
 
835
@@ -5104,17 +5136,17 @@
1462
836
   echo "$ac_t""yes" 1>&6
1463
837
   ac_safe=`echo "dlfcn.h" | sed 'y%./+-%__p_%'`
1464
838
 echo $ac_n "checking for dlfcn.h""... $ac_c" 1>&6
1465
 
-echo "configure:5095: checking for dlfcn.h" >&5
1466
 
+echo "configure:5127: checking for dlfcn.h" >&5
 
839
-echo "configure:5108: checking for dlfcn.h" >&5
 
840
+echo "configure:5140: checking for dlfcn.h" >&5
1467
841
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1468
842
   echo $ac_n "(cached) $ac_c" 1>&6
1469
843
 else
1470
844
   cat > conftest.$ac_ext <<EOF
1471
 
-#line 5100 "configure"
1472
 
+#line 5132 "configure"
 
845
-#line 5113 "configure"
 
846
+#line 5145 "configure"
1473
847
 #include "confdefs.h"
1474
848
 #include <dlfcn.h>
1475
849
 EOF
1476
850
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
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; }
 
851
-{ (eval echo configure:5118: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
852
+{ (eval echo configure:5150: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1479
853
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1480
854
 if test -z "$ac_err"; then
1481
855
   rm -rf conftest*
1482
 
   eval "ac_cv_header_$ac_safe=yes"
1483
 
 else
1484
 
   echo "$ac_err" >&5
1485
 
   echo "configure: failed program was:" >&5
1486
 
   cat conftest.$ac_ext >&5
1487
 
@@ -5129,23 +5161,23 @@
1488
 
     ;;
1489
 
 esac
1490
 
 
1491
 
 
1492
 
 
 
856
@@ -5147,13 +5179,13 @@
1493
857
 
1494
858
 if test $ac_cv_prog_gcc = yes; then
1495
859
     echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
1496
 
-echo "configure:5138: checking whether ${CC-cc} needs -traditional" >&5
1497
 
+echo "configure:5170: checking whether ${CC-cc} needs -traditional" >&5
 
860
-echo "configure:5151: checking whether ${CC-cc} needs -traditional" >&5
 
861
+echo "configure:5183: checking whether ${CC-cc} needs -traditional" >&5
1498
862
 if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
1499
863
   echo $ac_n "(cached) $ac_c" 1>&6
1500
864
 else
1501
865
     ac_pattern="Autoconf.*'x'"
1502
866
   cat > conftest.$ac_ext <<EOF
1503
 
-#line 5144 "configure"
1504
 
+#line 5176 "configure"
 
867
-#line 5157 "configure"
 
868
+#line 5189 "configure"
1505
869
 #include "confdefs.h"
1506
870
 #include <sgtty.h>
1507
871
 Autoconf TIOCGETP
1508
 
 EOF
1509
 
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1510
 
   egrep "$ac_pattern" >/dev/null 2>&1; then
1511
 
   rm -rf conftest*
1512
 
   ac_cv_prog_gcc_traditional=yes
1513
 
@@ -5153,17 +5185,17 @@
1514
 
   rm -rf conftest*
1515
 
   ac_cv_prog_gcc_traditional=no
1516
 
 fi
1517
 
 rm -f conftest*
1518
 
 
 
872
@@ -5171,7 +5203,7 @@
1519
873
 
1520
874
   if test $ac_cv_prog_gcc_traditional = no; then
1521
875
     cat > conftest.$ac_ext <<EOF
1522
 
-#line 5162 "configure"
1523
 
+#line 5194 "configure"
 
876
-#line 5175 "configure"
 
877
+#line 5207 "configure"
1524
878
 #include "confdefs.h"
1525
879
 #include <termio.h>
1526
880
 Autoconf TCGETA
1527
 
 EOF
1528
 
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1529
 
   egrep "$ac_pattern" >/dev/null 2>&1; then
1530
 
   rm -rf conftest*
1531
 
   ac_cv_prog_gcc_traditional=yes
1532
 
@@ -5177,22 +5209,22 @@
1533
 
   if test $ac_cv_prog_gcc_traditional = yes; then
1534
 
     CC="$CC -traditional"
1535
 
   fi
1536
 
 fi
1537
 
 
 
881
@@ -5195,12 +5227,12 @@
1538
882
 for ac_func in lchown strerror
1539
883
 do
1540
884
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
1541
 
-echo "configure:5186: checking for $ac_func" >&5
1542
 
+echo "configure:5218: checking for $ac_func" >&5
 
885
-echo "configure:5199: checking for $ac_func" >&5
 
886
+echo "configure:5231: checking for $ac_func" >&5
1543
887
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
1544
888
   echo $ac_n "(cached) $ac_c" 1>&6
1545
889
 else
1546
890
   cat > conftest.$ac_ext <<EOF
1547
 
-#line 5191 "configure"
1548
 
+#line 5223 "configure"
 
891
-#line 5204 "configure"
 
892
+#line 5236 "configure"
1549
893
 #include "confdefs.h"
1550
894
 /* System header to define __stub macros and hopefully few prototypes,
1551
895
     which can conflict with char $ac_func(); below.  */
1552
 
 #include <assert.h>
1553
 
 /* Override any gcc2 internal prototype to avoid an error.  */
1554
 
 /* We use char because int might match the return type of a gcc2
1555
 
     builtin and then its argument prototype would still apply.  */
1556
 
 char $ac_func();
1557
 
@@ -5205,17 +5237,17 @@
1558
 
 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
1559
 
 choke me
1560
 
 #else
1561
 
 $ac_func();
1562
 
 #endif
 
896
@@ -5223,7 +5255,7 @@
1563
897
 
1564
898
 ; return 0; }
1565
899
 EOF
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
 
900
-if { (eval echo configure:5227: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
901
+if { (eval echo configure:5259: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1568
902
   rm -rf conftest*
1569
903
   eval "ac_cv_func_$ac_func=yes"
1570
904
 else
1571
 
   echo "configure: failed program was:" >&5
1572
 
   cat conftest.$ac_ext >&5
1573
 
   rm -rf conftest*
1574
 
   eval "ac_cv_func_$ac_func=no"
1575
 
 fi
1576
 
@@ -5246,17 +5278,17 @@
1577
 
 fi
1578
 
 
1579
 
 
1580
 
 case "${target_os}" in
1581
 
 hpux*)
 
905
@@ -5264,7 +5296,7 @@
1582
906
 if test -z "$GNU_CC"; then
1583
907
 
1584
908
     echo $ac_n "checking for +Olit support""... $ac_c" 1>&6
1585
 
-echo "configure:5255: checking for +Olit support" >&5
1586
 
+echo "configure:5287: checking for +Olit support" >&5
 
909
-echo "configure:5268: checking for +Olit support" >&5
 
910
+echo "configure:5300: checking for +Olit support" >&5
1587
911
 if eval "test \"`echo '$''{'ac_cv_hpux_usable_olit_option'+set}'`\" = set"; then
1588
912
   echo $ac_n "(cached) $ac_c" 1>&6
1589
913
 else
1590
 
                   ac_cv_hpux_usable_olit_option=no
1591
 
         rm -f conftest*
1592
 
         echo 'int main() { return 0; }' | cat > conftest.c
1593
 
         ${CC-cc} ${CFLAGS} +Olit=all -o conftest conftest.c > conftest.out 2>&1
1594
 
         if test $? -eq 0; then
1595
 
@@ -5285,17 +5317,17 @@
1596
 
 
1597
 
 case "$target_os" in
1598
 
 darwin*)
1599
 
     _HAVE_PTHREADS=1
1600
 
     ;;
 
914
@@ -5303,7 +5335,7 @@
1601
915
 *)
1602
916
     
1603
917
 echo $ac_n "checking for pthread_create in -lpthreads""... $ac_c" 1>&6
1604
 
-echo "configure:5294: checking for pthread_create in -lpthreads" >&5
1605
 
+echo "configure:5326: checking for pthread_create in -lpthreads" >&5
 
918
-echo "configure:5307: checking for pthread_create in -lpthreads" >&5
 
919
+echo "configure:5339: checking for pthread_create in -lpthreads" >&5
1606
920
 echo "
1607
921
     #include <pthread.h> 
1608
922
     void *foo(void *v) { return v; } 
1609
 
     int main() { 
1610
 
         pthread_t t;
1611
 
         if (!pthread_create(&t, 0, &foo, 0)) {
1612
 
             pthread_join(t, 0);
1613
 
         }
1614
 
@@ -5307,17 +5339,17 @@
1615
 
     rm -f dummy.c dummy${ac_exeext} ;
1616
 
     if test "$_res" = "0"; then
1617
 
         echo "$ac_t""yes" 1>&6
1618
 
         _HAVE_PTHREADS=1 _PTHREAD_LDFLAGS="-lpthreads"
1619
 
     else
 
923
@@ -5325,7 +5357,7 @@
1620
924
         echo "$ac_t""no" 1>&6
1621
925
         
1622
926
 echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6
1623
 
-echo "configure:5316: checking for pthread_create in -lpthread" >&5
1624
 
+echo "configure:5348: checking for pthread_create in -lpthread" >&5
 
927
-echo "configure:5329: checking for pthread_create in -lpthread" >&5
 
928
+echo "configure:5361: checking for pthread_create in -lpthread" >&5
1625
929
 echo "
1626
930
     #include <pthread.h> 
1627
931
     void *foo(void *v) { return v; } 
1628
 
     int main() { 
1629
 
         pthread_t t;
1630
 
         if (!pthread_create(&t, 0, &foo, 0)) {
1631
 
             pthread_join(t, 0);
1632
 
         }
1633
 
@@ -5329,17 +5361,17 @@
1634
 
     rm -f dummy.c dummy${ac_exeext} ;
1635
 
     if test "$_res" = "0"; then
1636
 
         echo "$ac_t""yes" 1>&6
1637
 
         _HAVE_PTHREADS=1 _PTHREAD_LDFLAGS="-lpthread"
1638
 
     else
 
932
@@ -5347,7 +5379,7 @@
1639
933
         echo "$ac_t""no" 1>&6
1640
934
         
1641
935
 echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6
1642
 
-echo "configure:5338: checking for pthread_create in -lc_r" >&5
1643
 
+echo "configure:5370: checking for pthread_create in -lc_r" >&5
 
936
-echo "configure:5351: checking for pthread_create in -lc_r" >&5
 
937
+echo "configure:5383: checking for pthread_create in -lc_r" >&5
1644
938
 echo "
1645
939
     #include <pthread.h> 
1646
940
     void *foo(void *v) { return v; } 
1647
 
     int main() { 
1648
 
         pthread_t t;
1649
 
         if (!pthread_create(&t, 0, &foo, 0)) {
1650
 
             pthread_join(t, 0);
1651
 
         }
1652
 
@@ -5351,17 +5383,17 @@
1653
 
     rm -f dummy.c dummy${ac_exeext} ;
1654
 
     if test "$_res" = "0"; then
1655
 
         echo "$ac_t""yes" 1>&6
1656
 
         _HAVE_PTHREADS=1 _PTHREAD_LDFLAGS="-lc_r"
1657
 
     else
 
941
@@ -5369,7 +5401,7 @@
1658
942
         echo "$ac_t""no" 1>&6
1659
943
         
1660
944
 echo $ac_n "checking for pthread_create in -lc""... $ac_c" 1>&6
1661
 
-echo "configure:5360: checking for pthread_create in -lc" >&5
1662
 
+echo "configure:5392: checking for pthread_create in -lc" >&5
 
945
-echo "configure:5373: checking for pthread_create in -lc" >&5
 
946
+echo "configure:5405: checking for pthread_create in -lc" >&5
1663
947
 echo "
1664
948
     #include <pthread.h> 
1665
949
     void *foo(void *v) { return v; } 
1666
 
     int main() { 
1667
 
         pthread_t t;
1668
 
         if (!pthread_create(&t, 0, &foo, 0)) {
1669
 
             pthread_join(t, 0);
1670
 
         }
1671
 
@@ -5505,17 +5537,17 @@
1672
 
     fi
1673
 
 fi
1674
 
 
1675
 
 
1676
 
 if test -n "$USE_PTHREADS"; then
 
950
@@ -5514,7 +5546,7 @@
1677
951
       rm -f conftest*
1678
952
    ac_cv_have_dash_pthread=no
1679
953
    echo $ac_n "checking whether ${CC-cc} accepts -pthread""... $ac_c" 1>&6
1680
 
-echo "configure:5514: checking whether ${CC-cc} accepts -pthread" >&5
1681
 
+echo "configure:5546: checking whether ${CC-cc} accepts -pthread" >&5
 
954
-echo "configure:5518: checking whether ${CC-cc} accepts -pthread" >&5
 
955
+echo "configure:5550: checking whether ${CC-cc} accepts -pthread" >&5
1682
956
    echo 'int main() { return 0; }' | cat > conftest.c
1683
957
    ${CC-cc} -pthread -o conftest conftest.c > conftest.out 2>&1
1684
958
    if test $? -eq 0; then
1685
 
        if test -z "`egrep -i '(unrecognize|unknown)' conftest.out | grep pthread`" && test -z "`egrep -i '(error|incorrect)' conftest.out`" ; then
1686
 
            ac_cv_have_dash_pthread=yes
1687
 
                case "$target_os" in
1688
 
            freebsd*)
1689
 
 # Freebsd doesn't use -pthread for compiles, it uses them for linking
1690
 
@@ -5528,17 +5560,17 @@
1691
 
        fi
1692
 
     fi
1693
 
     rm -f conftest*
1694
 
     echo "$ac_t""$ac_cv_have_dash_pthread" 1>&6
1695
 
 
 
959
@@ -5537,7 +5569,7 @@
1696
960
                            ac_cv_have_dash_pthreads=no
1697
961
     if test "$ac_cv_have_dash_pthread" = "no"; then
1698
962
            echo $ac_n "checking whether ${CC-cc} accepts -pthreads""... $ac_c" 1>&6
1699
 
-echo "configure:5537: checking whether ${CC-cc} accepts -pthreads" >&5
1700
 
+echo "configure:5569: checking whether ${CC-cc} accepts -pthreads" >&5
 
963
-echo "configure:5541: checking whether ${CC-cc} accepts -pthreads" >&5
 
964
+echo "configure:5573: checking whether ${CC-cc} accepts -pthreads" >&5
1701
965
        echo 'int main() { return 0; }' | cat > conftest.c
1702
966
            ${CC-cc} -pthreads -o conftest conftest.c > conftest.out 2>&1
1703
967
        if test $? -eq 0; then
1704
 
                if test -z "`egrep -i '(unrecognize|unknown)' conftest.out | grep pthreads`" && test -z "`egrep -i '(error|incorrect)' conftest.out`" ; then
1705
 
                            ac_cv_have_dash_pthreads=yes
1706
 
                            CFLAGS="$CFLAGS -pthreads"
1707
 
                            CXXFLAGS="$CXXFLAGS -pthreads"
1708
 
                    fi
1709
 
@@ -5955,16 +5987,17 @@
1710
 
 
1711
 
 MAKEFILES="
1712
 
 Makefile 
1713
 
 config/Makefile
1714
 
 config/autoconf.mk
 
968
@@ -5964,6 +5996,7 @@
1715
969
 config/nsprincl.mk
1716
970
 config/nsprincl.sh
1717
971
 config/nspr-config
1719
973
 lib/Makefile 
1720
974
 lib/ds/Makefile 
1721
975
 lib/libc/Makefile 
1722
 
 lib/libc/include/Makefile 
1723
 
 lib/libc/src/Makefile 
1724
 
 lib/tests/Makefile
1725
 
 pkg/Makefile
1726
 
 pkg/linux/Makefile
1727
 
@@ -6072,17 +6105,17 @@
1728
 
 # Protect against Makefile macro expansion.
1729
 
 cat > conftest.defs <<\EOF
1730
 
 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g
1731
 
 s%[    `~#$^&*(){}\\|;'"<>?]%\\&%g
1732
 
 s%\[%\\&%g
 
976
@@ -6081,7 +6114,7 @@
1733
977
 s%\]%\\&%g
1734
978
 s%\$%$$%g
1735
979
 EOF
1738
982
 rm -f conftest.defs
1739
983
 
1740
984
 
1741
 
 # Without the "./", some shells look in PATH for config.status.
1742
 
 : ${CONFIG_STATUS=./config.status}
1743
 
 
1744
 
 echo creating $CONFIG_STATUS
1745
 
 rm -f $CONFIG_STATUS