~ubuntu-branches/ubuntu/saucy/nspr/saucy-updates

« back to all changes in this revision

Viewing changes to debian/patches/99_configure.patch

  • Committer: Bazaar Package Importer
  • Author(s): Chris Coulson
  • Date: 2011-01-11 14:55:23 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20110111145523-hb3ap33jpgf838lt
Tags: 4.8.7-0ubuntu1
* New upstream release v4.8.7 (NSPR_4_8_7_RTM)
* Refresh patches
  - update debian/patches/30_config_64bits.patch
  - update debian/patches/99_configure.patch
* Drop the link shuffeling now, as all upgraders to this version will be
  using a fixed package anyway
  - remove debian/libnspr4-0d.postinst
  - remove debian/libnspr4-0d.postrm
  - remove debian/libnspr4-0d.preinst
  - remove debian/libnspr4-0d.prerm
* Drop arch-specific symbols files for architectures we don't support
  - remove debian/libnspr4-0d.symbols.hurd_i386
  - remove debian/libnspr4-0d.symbols.ia64
  - remove debian/libnspr4-0d.symbols.lpia
* Ship the main SO files in an unversioned binary, as we don't have
  versioned SO's in Ubuntu. Maintain a transitional versioned binary
  package containing the versioned symlinks, to maintain compatibility with
  Debian
  - update debian/control
  - mass rename debian/libnspr4-0d* => debian/libnspr4*
  - update debian/rules
* Fix postinst-must-call-ldconfig - dh_makeshlibs doesn't seem to add
  the maintainer script hooks with the unversioned SO files, so add them
  manually
  - add debian/libnspr4.postinst
  - add debian/libnspr4.postrm

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Description: add some description
 
2
## Origin/Author: add some origin or author
 
3
## Bug: bug URL
1
4
--- a/mozilla/nsprpub/configure
2
5
+++ b/mozilla/nsprpub/configure
3
6
@@ -50,7 +50,7 @@ ac_help="$ac_help
9
12
 ac_help="$ac_help
10
13
   --enable-mdupdate       Enable use of certain compilers' mdupdate feature"
11
14
 ac_help="$ac_help
12
 
@@ -719,7 +719,7 @@ USE_PTHREADS=
 
15
@@ -720,7 +720,7 @@ USE_PTHREADS=
13
16
 USE_USER_PTHREADS=
14
17
 USE_NSPR_THREADS=
15
18
 USE_N32=
18
21
 USE_CPLUS=
19
22
 USE_IPV6=
20
23
 USE_MDUPDATE=
21
 
@@ -1040,12 +1040,44 @@ fi
 
24
@@ -1043,12 +1043,44 @@ fi
22
25
 # Check whether --enable-64bit or --disable-64bit was given.
23
26
 if test "${enable_64bit+set}" = set; then
24
27
   enableval="$enable_64bit"
33
36
 
34
37
+if test "${USE_64}"; then
35
38
+    echo $ac_n "checking for 64-bit OS""... $ac_c" 1>&6
36
 
+echo "configure:1054: checking for 64-bit OS" >&5
 
39
+echo "configure:1057: checking for 64-bit OS" >&5
37
40
+    cat > conftest.$ac_ext <<EOF
38
 
+#line 1056 "configure"
 
41
+#line 1059 "configure"
39
42
+#include "confdefs.h"
40
43
+
41
44
+int main() {
42
45
+int assert[(sizeof(long) == 8) ? 1: -1]
43
46
+; return 0; }
44
47
+EOF
45
 
+if { (eval echo configure:1063: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
48
+if { (eval echo configure:1066: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
46
49
+  rm -rf conftest*
47
50
+  result="yes"
48
51
+else
64
67
 # Check whether --enable-mdupdate or --disable-mdupdate was given.
65
68
 if test "${enable_mdupdate+set}" = set; then
66
69
   enableval="$enable_mdupdate"
67
 
@@ -1179,7 +1211,7 @@ if test -z "$SKIP_PATH_CHECKS"; then
 
70
@@ -1182,7 +1214,7 @@ if test -z "$SKIP_PATH_CHECKS"; then
68
71
     # Extract the first word of "$WHOAMI whoami", so it can be a program name with args.
69
72
 set dummy $WHOAMI whoami; ac_word=$2
70
73
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
71
 
-echo "configure:1183: checking for $ac_word" >&5
72
 
+echo "configure:1215: checking for $ac_word" >&5
 
74
-echo "configure:1186: checking for $ac_word" >&5
 
75
+echo "configure:1218: checking for $ac_word" >&5
73
76
 if eval "test \"`echo '$''{'ac_cv_path_WHOAMI'+set}'`\" = set"; then
74
77
   echo $ac_n "(cached) $ac_c" 1>&6
75
78
 else
76
 
@@ -1250,13 +1282,13 @@ if test "$target" != "$host"; then
 
79
@@ -1253,13 +1285,13 @@ if test "$target" != "$host"; then
77
80
     _SAVE_LDFLAGS="$LDFLAGS"
78
81
 
79
82
     echo $ac_n "checking for $host compiler""... $ac_c" 1>&6
80
 
-echo "configure:1254: checking for $host compiler" >&5
81
 
+echo "configure:1286: checking for $host compiler" >&5
 
83
-echo "configure:1257: checking for $host compiler" >&5
 
84
+echo "configure:1289: checking for $host compiler" >&5
82
85
     for ac_prog in $HOST_CC gcc cc /usr/ucb/cc
83
86
 do
84
87
 # Extract the first word of "$ac_prog", so it can be a program name with args.
85
88
 set dummy $ac_prog; ac_word=$2
86
89
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
87
 
-echo "configure:1260: checking for $ac_word" >&5
88
 
+echo "configure:1292: checking for $ac_word" >&5
 
90
-echo "configure:1263: checking for $ac_word" >&5
 
91
+echo "configure:1295: checking for $ac_word" >&5
89
92
 if eval "test \"`echo '$''{'ac_cv_prog_HOST_CC'+set}'`\" = set"; then
90
93
   echo $ac_n "(cached) $ac_c" 1>&6
91
94
 else
92
 
@@ -1302,16 +1334,16 @@ test -n "$HOST_CC" || HOST_CC=""""
 
95
@@ -1305,16 +1337,16 @@ test -n "$HOST_CC" || HOST_CC=""""
93
96
     LDFLAGS="$HOST_LDFLAGS"
94
97
 
95
98
     echo $ac_n "checking whether the $host compiler ($HOST_CC $HOST_CFLAGS $HOST_LDFLAGS) works""... $ac_c" 1>&6
96
 
-echo "configure:1306: checking whether the $host compiler ($HOST_CC $HOST_CFLAGS $HOST_LDFLAGS) works" >&5
97
 
+echo "configure:1338: checking whether the $host compiler ($HOST_CC $HOST_CFLAGS $HOST_LDFLAGS) works" >&5
 
99
-echo "configure:1309: checking whether the $host compiler ($HOST_CC $HOST_CFLAGS $HOST_LDFLAGS) works" >&5
 
100
+echo "configure:1341: checking whether the $host compiler ($HOST_CC $HOST_CFLAGS $HOST_LDFLAGS) works" >&5
98
101
     cat > conftest.$ac_ext <<EOF
99
 
-#line 1308 "configure"
100
 
+#line 1340 "configure"
 
102
-#line 1311 "configure"
 
103
+#line 1343 "configure"
101
104
 #include "confdefs.h"
102
105
 
103
106
 int main() {
104
107
 return(0);
105
108
 ; return 0; }
106
109
 EOF
107
 
-if { (eval echo configure:1315: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
108
 
+if { (eval echo configure:1347: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
110
-if { (eval echo configure:1318: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
111
+if { (eval echo configure:1350: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
109
112
   rm -rf conftest*
110
113
   ac_cv_prog_host_cc_works=1 echo "$ac_t""yes" 1>&6
111
114
 else
112
 
@@ -1340,7 +1372,7 @@ do
 
115
@@ -1343,7 +1375,7 @@ do
113
116
 # Extract the first word of "$ac_prog", so it can be a program name with args.
114
117
 set dummy $ac_prog; ac_word=$2
115
118
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
116
 
-echo "configure:1344: checking for $ac_word" >&5
117
 
+echo "configure:1376: checking for $ac_word" >&5
 
119
-echo "configure:1347: checking for $ac_word" >&5
 
120
+echo "configure:1379: checking for $ac_word" >&5
118
121
 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
119
122
   echo $ac_n "(cached) $ac_c" 1>&6
120
123
 else
121
 
@@ -1374,7 +1406,7 @@ test -n "$CC" || CC="echo"
 
124
@@ -1377,7 +1409,7 @@ test -n "$CC" || CC="echo"
122
125
     # Extract the first word of "gcc", so it can be a program name with args.
123
126
 set dummy gcc; ac_word=$2
124
127
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
125
 
-echo "configure:1378: checking for $ac_word" >&5
126
 
+echo "configure:1410: checking for $ac_word" >&5
 
128
-echo "configure:1381: checking for $ac_word" >&5
 
129
+echo "configure:1413: checking for $ac_word" >&5
127
130
 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
128
131
   echo $ac_n "(cached) $ac_c" 1>&6
129
132
 else
130
 
@@ -1404,7 +1436,7 @@ if test -z "$CC"; then
 
133
@@ -1407,7 +1439,7 @@ if test -z "$CC"; then
131
134
   # Extract the first word of "cc", so it can be a program name with args.
132
135
 set dummy cc; ac_word=$2
133
136
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
134
 
-echo "configure:1408: checking for $ac_word" >&5
135
 
+echo "configure:1440: checking for $ac_word" >&5
 
137
-echo "configure:1411: checking for $ac_word" >&5
 
138
+echo "configure:1443: checking for $ac_word" >&5
136
139
 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
137
140
   echo $ac_n "(cached) $ac_c" 1>&6
138
141
 else
139
 
@@ -1455,7 +1487,7 @@ fi
 
142
@@ -1458,7 +1490,7 @@ fi
140
143
       # Extract the first word of "cl", so it can be a program name with args.
141
144
 set dummy cl; ac_word=$2
142
145
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
143
 
-echo "configure:1459: checking for $ac_word" >&5
144
 
+echo "configure:1491: checking for $ac_word" >&5
 
146
-echo "configure:1462: checking for $ac_word" >&5
 
147
+echo "configure:1494: checking for $ac_word" >&5
145
148
 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
146
149
   echo $ac_n "(cached) $ac_c" 1>&6
147
150
 else
148
 
@@ -1487,7 +1519,7 @@ fi
 
151
@@ -1490,7 +1522,7 @@ fi
149
152
 fi
150
153
 
151
154
 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
152
 
-echo "configure:1491: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
153
 
+echo "configure:1523: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
 
155
-echo "configure:1494: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
 
156
+echo "configure:1526: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
154
157
 
155
158
 ac_ext=c
156
159
 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
157
 
@@ -1498,12 +1530,12 @@ cross_compiling=$ac_cv_prog_cc_cross
 
160
@@ -1501,12 +1533,12 @@ cross_compiling=$ac_cv_prog_cc_cross
158
161
 
159
162
 cat > conftest.$ac_ext << EOF
160
163
 
161
 
-#line 1502 "configure"
162
 
+#line 1534 "configure"
 
164
-#line 1505 "configure"
 
165
+#line 1537 "configure"
163
166
 #include "confdefs.h"
164
167
 
165
168
 main(){return(0);}
166
169
 EOF
167
 
-if { (eval echo configure:1507: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
168
 
+if { (eval echo configure:1539: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
170
-if { (eval echo configure:1510: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
171
+if { (eval echo configure:1542: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
169
172
   ac_cv_prog_cc_works=yes
170
173
   # If we can't run a trivial program, we are probably using a cross compiler.
171
174
   if (./conftest; exit) 2>/dev/null; then
172
 
@@ -1529,12 +1561,12 @@ if test $ac_cv_prog_cc_works = no; then
 
175
@@ -1532,12 +1564,12 @@ if test $ac_cv_prog_cc_works = no; then
173
176
   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
174
177
 fi
175
178
 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
176
 
-echo "configure:1533: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
177
 
+echo "configure:1565: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
 
179
-echo "configure:1536: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
 
180
+echo "configure:1568: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
178
181
 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
179
182
 cross_compiling=$ac_cv_prog_cc_cross
180
183
 
181
184
 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
182
 
-echo "configure:1538: checking whether we are using GNU C" >&5
183
 
+echo "configure:1570: checking whether we are using GNU C" >&5
 
185
-echo "configure:1541: checking whether we are using GNU C" >&5
 
186
+echo "configure:1573: checking whether we are using GNU C" >&5
184
187
 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
185
188
   echo $ac_n "(cached) $ac_c" 1>&6
186
189
 else
187
 
@@ -1543,7 +1575,7 @@ else
 
190
@@ -1546,7 +1578,7 @@ else
188
191
   yes;
189
192
 #endif
190
193
 EOF
191
 
-if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1547: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
192
 
+if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1579: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
 
194
-if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1550: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
 
195
+if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1582: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
193
196
   ac_cv_prog_gcc=yes
194
197
 else
195
198
   ac_cv_prog_gcc=no
196
 
@@ -1562,7 +1594,7 @@ ac_test_CFLAGS="${CFLAGS+set}"
 
199
@@ -1565,7 +1597,7 @@ ac_test_CFLAGS="${CFLAGS+set}"
197
200
 ac_save_CFLAGS="$CFLAGS"
198
201
 CFLAGS=
199
202
 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
200
 
-echo "configure:1566: checking whether ${CC-cc} accepts -g" >&5
201
 
+echo "configure:1598: checking whether ${CC-cc} accepts -g" >&5
 
203
-echo "configure:1569: checking whether ${CC-cc} accepts -g" >&5
 
204
+echo "configure:1601: checking whether ${CC-cc} accepts -g" >&5
202
205
 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
203
206
   echo $ac_n "(cached) $ac_c" 1>&6
204
207
 else
205
 
@@ -1599,7 +1631,7 @@ do
206
 
 # Extract the first word of "$ac_prog", so it can be a program name with args.
207
 
 set dummy $ac_prog; ac_word=$2
208
 
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
209
 
-echo "configure:1603: checking for $ac_word" >&5
210
 
+echo "configure:1635: checking for $ac_word" >&5
211
 
 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
212
 
   echo $ac_n "(cached) $ac_c" 1>&6
213
 
 else
214
 
@@ -1635,7 +1667,7 @@ do
215
 
 # Extract the first word of "$ac_prog", so it can be a program name with args.
216
 
 set dummy $ac_prog; ac_word=$2
217
 
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
218
 
-echo "configure:1639: checking for $ac_word" >&5
219
 
+echo "configure:1671: checking for $ac_word" >&5
220
 
 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
221
 
   echo $ac_n "(cached) $ac_c" 1>&6
222
 
 else
223
 
@@ -1667,7 +1699,7 @@ test -n "$CXX" || CXX="gcc"
 
208
@@ -1602,7 +1634,7 @@ do
 
209
 # Extract the first word of "$ac_prog", so it can be a program name with args.
 
210
 set dummy $ac_prog; ac_word=$2
 
211
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 
212
-echo "configure:1606: checking for $ac_word" >&5
 
213
+echo "configure:1638: checking for $ac_word" >&5
 
214
 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
 
215
   echo $ac_n "(cached) $ac_c" 1>&6
 
216
 else
 
217
@@ -1638,7 +1670,7 @@ do
 
218
 # Extract the first word of "$ac_prog", so it can be a program name with args.
 
219
 set dummy $ac_prog; ac_word=$2
 
220
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 
221
-echo "configure:1642: checking for $ac_word" >&5
 
222
+echo "configure:1674: checking for $ac_word" >&5
 
223
 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
 
224
   echo $ac_n "(cached) $ac_c" 1>&6
 
225
 else
 
226
@@ -1670,7 +1702,7 @@ test -n "$CXX" || CXX="gcc"
224
227
 
225
228
 
226
229
 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
227
 
-echo "configure:1671: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
228
 
+echo "configure:1703: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
 
230
-echo "configure:1674: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
 
231
+echo "configure:1706: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
229
232
 
230
233
 ac_ext=C
231
234
 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
232
 
@@ -1678,12 +1710,12 @@ cross_compiling=$ac_cv_prog_cxx_cross
 
235
@@ -1681,12 +1713,12 @@ cross_compiling=$ac_cv_prog_cxx_cross
233
236
 
234
237
 cat > conftest.$ac_ext << EOF
235
238
 
236
 
-#line 1682 "configure"
237
 
+#line 1714 "configure"
 
239
-#line 1685 "configure"
 
240
+#line 1717 "configure"
238
241
 #include "confdefs.h"
239
242
 
240
243
 int main(){return(0);}
241
244
 EOF
242
 
-if { (eval echo configure:1687: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
243
 
+if { (eval echo configure:1719: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
245
-if { (eval echo configure:1690: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
246
+if { (eval echo configure:1722: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
244
247
   ac_cv_prog_cxx_works=yes
245
248
   # If we can't run a trivial program, we are probably using a cross compiler.
246
249
   if (./conftest; exit) 2>/dev/null; then
247
 
@@ -1709,12 +1741,12 @@ if test $ac_cv_prog_cxx_works = no; then
 
250
@@ -1712,12 +1744,12 @@ if test $ac_cv_prog_cxx_works = no; then
248
251
   { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
249
252
 fi
250
253
 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
251
 
-echo "configure:1713: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
252
 
+echo "configure:1745: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
 
254
-echo "configure:1716: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
 
255
+echo "configure:1748: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
253
256
 echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
254
257
 cross_compiling=$ac_cv_prog_cxx_cross
255
258
 
256
259
 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
257
 
-echo "configure:1718: checking whether we are using GNU C++" >&5
258
 
+echo "configure:1750: checking whether we are using GNU C++" >&5
 
260
-echo "configure:1721: checking whether we are using GNU C++" >&5
 
261
+echo "configure:1753: checking whether we are using GNU C++" >&5
259
262
 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
260
263
   echo $ac_n "(cached) $ac_c" 1>&6
261
264
 else
262
 
@@ -1723,7 +1755,7 @@ else
 
265
@@ -1726,7 +1758,7 @@ else
263
266
   yes;
264
267
 #endif
265
268
 EOF
266
 
-if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1727: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
267
 
+if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1759: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
 
269
-if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1730: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
 
270
+if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1762: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
268
271
   ac_cv_prog_gxx=yes
269
272
 else
270
273
   ac_cv_prog_gxx=no
271
 
@@ -1742,7 +1774,7 @@ ac_test_CXXFLAGS="${CXXFLAGS+set}"
 
274
@@ -1745,7 +1777,7 @@ ac_test_CXXFLAGS="${CXXFLAGS+set}"
272
275
 ac_save_CXXFLAGS="$CXXFLAGS"
273
276
 CXXFLAGS=
274
277
 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
275
 
-echo "configure:1746: checking whether ${CXX-g++} accepts -g" >&5
276
 
+echo "configure:1778: checking whether ${CXX-g++} accepts -g" >&5
 
278
-echo "configure:1749: checking whether ${CXX-g++} accepts -g" >&5
 
279
+echo "configure:1781: checking whether ${CXX-g++} accepts -g" >&5
277
280
 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
278
281
   echo $ac_n "(cached) $ac_c" 1>&6
279
282
 else
280
 
@@ -1787,7 +1819,7 @@ do
 
283
@@ -1790,7 +1822,7 @@ do
281
284
 # Extract the first word of "$ac_prog", so it can be a program name with args.
282
285
 set dummy $ac_prog; ac_word=$2
283
286
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
284
 
-echo "configure:1791: checking for $ac_word" >&5
285
 
+echo "configure:1823: checking for $ac_word" >&5
 
287
-echo "configure:1794: checking for $ac_word" >&5
 
288
+echo "configure:1826: checking for $ac_word" >&5
286
289
 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
287
290
   echo $ac_n "(cached) $ac_c" 1>&6
288
291
 else
289
 
@@ -1822,7 +1854,7 @@ do
 
292
@@ -1825,7 +1857,7 @@ do
290
293
 # Extract the first word of "$ac_prog", so it can be a program name with args.
291
294
 set dummy $ac_prog; ac_word=$2
292
295
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
293
 
-echo "configure:1826: checking for $ac_word" >&5
294
 
+echo "configure:1858: checking for $ac_word" >&5
 
296
-echo "configure:1829: checking for $ac_word" >&5
 
297
+echo "configure:1861: checking for $ac_word" >&5
295
298
 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
296
299
   echo $ac_n "(cached) $ac_c" 1>&6
297
300
 else
298
 
@@ -1857,7 +1889,7 @@ do
 
301
@@ -1860,7 +1892,7 @@ do
299
302
 # Extract the first word of "$ac_prog", so it can be a program name with args.
300
303
 set dummy $ac_prog; ac_word=$2
301
304
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
302
 
-echo "configure:1861: checking for $ac_word" >&5
303
 
+echo "configure:1893: checking for $ac_word" >&5
 
305
-echo "configure:1864: checking for $ac_word" >&5
 
306
+echo "configure:1896: checking for $ac_word" >&5
304
307
 if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then
305
308
   echo $ac_n "(cached) $ac_c" 1>&6
306
309
 else
307
 
@@ -1892,7 +1924,7 @@ do
 
310
@@ -1895,7 +1927,7 @@ do
308
311
 # Extract the first word of "$ac_prog", so it can be a program name with args.
309
312
 set dummy $ac_prog; ac_word=$2
310
313
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
311
 
-echo "configure:1896: checking for $ac_word" >&5
312
 
+echo "configure:1928: checking for $ac_word" >&5
 
314
-echo "configure:1899: checking for $ac_word" >&5
 
315
+echo "configure:1931: checking for $ac_word" >&5
313
316
 if eval "test \"`echo '$''{'ac_cv_prog_LD'+set}'`\" = set"; then
314
317
   echo $ac_n "(cached) $ac_c" 1>&6
315
318
 else
316
 
@@ -1927,7 +1959,7 @@ do
 
319
@@ -1930,7 +1962,7 @@ do
317
320
 # Extract the first word of "$ac_prog", so it can be a program name with args.
318
321
 set dummy $ac_prog; ac_word=$2
319
322
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
320
 
-echo "configure:1931: checking for $ac_word" >&5
321
 
+echo "configure:1963: checking for $ac_word" >&5
 
323
-echo "configure:1934: checking for $ac_word" >&5
 
324
+echo "configure:1966: checking for $ac_word" >&5
322
325
 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
323
326
   echo $ac_n "(cached) $ac_c" 1>&6
324
327
 else
325
 
@@ -1962,7 +1994,7 @@ do
 
328
@@ -1965,7 +1997,7 @@ do
326
329
 # Extract the first word of "$ac_prog", so it can be a program name with args.
327
330
 set dummy $ac_prog; ac_word=$2
328
331
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
329
 
-echo "configure:1966: checking for $ac_word" >&5
330
 
+echo "configure:1998: checking for $ac_word" >&5
 
332
-echo "configure:1969: checking for $ac_word" >&5
 
333
+echo "configure:2001: checking for $ac_word" >&5
331
334
 if eval "test \"`echo '$''{'ac_cv_prog_WINDRES'+set}'`\" = set"; then
332
335
   echo $ac_n "(cached) $ac_c" 1>&6
333
336
 else
334
 
@@ -1997,7 +2029,7 @@ else
 
337
@@ -2000,7 +2032,7 @@ else
335
338
     # Extract the first word of "gcc", so it can be a program name with args.
336
339
 set dummy gcc; ac_word=$2
337
340
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
338
 
-echo "configure:2001: checking for $ac_word" >&5
339
 
+echo "configure:2033: checking for $ac_word" >&5
 
341
-echo "configure:2004: checking for $ac_word" >&5
 
342
+echo "configure:2036: checking for $ac_word" >&5
340
343
 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
341
344
   echo $ac_n "(cached) $ac_c" 1>&6
342
345
 else
343
 
@@ -2027,7 +2059,7 @@ if test -z "$CC"; then
 
346
@@ -2030,7 +2062,7 @@ if test -z "$CC"; then
344
347
   # Extract the first word of "cc", so it can be a program name with args.
345
348
 set dummy cc; ac_word=$2
346
349
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
347
 
-echo "configure:2031: checking for $ac_word" >&5
348
 
+echo "configure:2063: checking for $ac_word" >&5
 
350
-echo "configure:2034: checking for $ac_word" >&5
 
351
+echo "configure:2066: checking for $ac_word" >&5
349
352
 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
350
353
   echo $ac_n "(cached) $ac_c" 1>&6
351
354
 else
352
 
@@ -2078,7 +2110,7 @@ fi
 
355
@@ -2081,7 +2113,7 @@ fi
353
356
       # Extract the first word of "cl", so it can be a program name with args.
354
357
 set dummy cl; ac_word=$2
355
358
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
356
 
-echo "configure:2082: checking for $ac_word" >&5
357
 
+echo "configure:2114: checking for $ac_word" >&5
 
359
-echo "configure:2085: checking for $ac_word" >&5
 
360
+echo "configure:2117: checking for $ac_word" >&5
358
361
 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
359
362
   echo $ac_n "(cached) $ac_c" 1>&6
360
363
 else
361
 
@@ -2110,7 +2142,7 @@ fi
 
364
@@ -2113,7 +2145,7 @@ fi
362
365
 fi
363
366
 
364
367
 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
365
 
-echo "configure:2114: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
366
 
+echo "configure:2146: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
 
368
-echo "configure:2117: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
 
369
+echo "configure:2149: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
367
370
 
368
371
 ac_ext=c
369
372
 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
370
 
@@ -2121,12 +2153,12 @@ cross_compiling=$ac_cv_prog_cc_cross
 
373
@@ -2124,12 +2156,12 @@ cross_compiling=$ac_cv_prog_cc_cross
371
374
 
372
375
 cat > conftest.$ac_ext << EOF
373
376
 
374
 
-#line 2125 "configure"
375
 
+#line 2157 "configure"
 
377
-#line 2128 "configure"
 
378
+#line 2160 "configure"
376
379
 #include "confdefs.h"
377
380
 
378
381
 main(){return(0);}
379
382
 EOF
380
 
-if { (eval echo configure:2130: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
381
 
+if { (eval echo configure:2162: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
383
-if { (eval echo configure:2133: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
384
+if { (eval echo configure:2165: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
382
385
   ac_cv_prog_cc_works=yes
383
386
   # If we can't run a trivial program, we are probably using a cross compiler.
384
387
   if (./conftest; exit) 2>/dev/null; then
385
 
@@ -2152,12 +2184,12 @@ if test $ac_cv_prog_cc_works = no; then
 
388
@@ -2155,12 +2187,12 @@ if test $ac_cv_prog_cc_works = no; then
386
389
   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
387
390
 fi
388
391
 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
389
 
-echo "configure:2156: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
390
 
+echo "configure:2188: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
 
392
-echo "configure:2159: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
 
393
+echo "configure:2191: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
391
394
 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
392
395
 cross_compiling=$ac_cv_prog_cc_cross
393
396
 
394
397
 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
395
 
-echo "configure:2161: checking whether we are using GNU C" >&5
396
 
+echo "configure:2193: checking whether we are using GNU C" >&5
 
398
-echo "configure:2164: checking whether we are using GNU C" >&5
 
399
+echo "configure:2196: checking whether we are using GNU C" >&5
397
400
 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
398
401
   echo $ac_n "(cached) $ac_c" 1>&6
399
402
 else
400
 
@@ -2166,7 +2198,7 @@ else
 
403
@@ -2169,7 +2201,7 @@ else
401
404
   yes;
402
405
 #endif
403
406
 EOF
404
 
-if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2170: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
405
 
+if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2202: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
 
407
-if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2173: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
 
408
+if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2205: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
406
409
   ac_cv_prog_gcc=yes
407
410
 else
408
411
   ac_cv_prog_gcc=no
409
 
@@ -2185,7 +2217,7 @@ ac_test_CFLAGS="${CFLAGS+set}"
 
412
@@ -2188,7 +2220,7 @@ ac_test_CFLAGS="${CFLAGS+set}"
410
413
 ac_save_CFLAGS="$CFLAGS"
411
414
 CFLAGS=
412
415
 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
413
 
-echo "configure:2189: checking whether ${CC-cc} accepts -g" >&5
414
 
+echo "configure:2221: checking whether ${CC-cc} accepts -g" >&5
 
416
-echo "configure:2192: checking whether ${CC-cc} accepts -g" >&5
 
417
+echo "configure:2224: checking whether ${CC-cc} accepts -g" >&5
415
418
 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
416
419
   echo $ac_n "(cached) $ac_c" 1>&6
417
420
 else
418
 
@@ -2225,7 +2257,7 @@ do
 
421
@@ -2228,7 +2260,7 @@ do
419
422
 # Extract the first word of "$ac_prog", so it can be a program name with args.
420
423
 set dummy $ac_prog; ac_word=$2
421
424
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
422
 
-echo "configure:2229: checking for $ac_word" >&5
423
 
+echo "configure:2261: checking for $ac_word" >&5
 
425
-echo "configure:2232: checking for $ac_word" >&5
 
426
+echo "configure:2264: checking for $ac_word" >&5
424
427
 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
425
428
   echo $ac_n "(cached) $ac_c" 1>&6
426
429
 else
427
 
@@ -2257,7 +2289,7 @@ test -n "$CXX" || CXX="gcc"
 
430
@@ -2260,7 +2292,7 @@ test -n "$CXX" || CXX="gcc"
428
431
 
429
432
 
430
433
 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
431
 
-echo "configure:2261: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
432
 
+echo "configure:2293: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
 
434
-echo "configure:2264: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
 
435
+echo "configure:2296: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
433
436
 
434
437
 ac_ext=C
435
438
 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
436
 
@@ -2268,12 +2300,12 @@ cross_compiling=$ac_cv_prog_cxx_cross
 
439
@@ -2271,12 +2303,12 @@ cross_compiling=$ac_cv_prog_cxx_cross
437
440
 
438
441
 cat > conftest.$ac_ext << EOF
439
442
 
440
 
-#line 2272 "configure"
441
 
+#line 2304 "configure"
 
443
-#line 2275 "configure"
 
444
+#line 2307 "configure"
442
445
 #include "confdefs.h"
443
446
 
444
447
 int main(){return(0);}
445
448
 EOF
446
 
-if { (eval echo configure:2277: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
447
 
+if { (eval echo configure:2309: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
449
-if { (eval echo configure:2280: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
450
+if { (eval echo configure:2312: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
448
451
   ac_cv_prog_cxx_works=yes
449
452
   # If we can't run a trivial program, we are probably using a cross compiler.
450
453
   if (./conftest; exit) 2>/dev/null; then
451
 
@@ -2299,12 +2331,12 @@ if test $ac_cv_prog_cxx_works = no; then
 
454
@@ -2302,12 +2334,12 @@ if test $ac_cv_prog_cxx_works = no; then
452
455
   { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
453
456
 fi
454
457
 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
455
 
-echo "configure:2303: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
456
 
+echo "configure:2335: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
 
458
-echo "configure:2306: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
 
459
+echo "configure:2338: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
457
460
 echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
458
461
 cross_compiling=$ac_cv_prog_cxx_cross
459
462
 
460
463
 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
461
 
-echo "configure:2308: checking whether we are using GNU C++" >&5
462
 
+echo "configure:2340: checking whether we are using GNU C++" >&5
 
464
-echo "configure:2311: checking whether we are using GNU C++" >&5
 
465
+echo "configure:2343: checking whether we are using GNU C++" >&5
463
466
 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
464
467
   echo $ac_n "(cached) $ac_c" 1>&6
465
468
 else
466
 
@@ -2313,7 +2345,7 @@ else
 
469
@@ -2316,7 +2348,7 @@ else
467
470
   yes;
468
471
 #endif
469
472
 EOF
470
 
-if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:2317: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
471
 
+if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:2349: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
 
473
-if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:2320: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
 
474
+if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:2352: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
472
475
   ac_cv_prog_gxx=yes
473
476
 else
474
477
   ac_cv_prog_gxx=no
475
 
@@ -2332,7 +2364,7 @@ ac_test_CXXFLAGS="${CXXFLAGS+set}"
 
478
@@ -2335,7 +2367,7 @@ ac_test_CXXFLAGS="${CXXFLAGS+set}"
476
479
 ac_save_CXXFLAGS="$CXXFLAGS"
477
480
 CXXFLAGS=
478
481
 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
479
 
-echo "configure:2336: checking whether ${CXX-g++} accepts -g" >&5
480
 
+echo "configure:2368: checking whether ${CXX-g++} accepts -g" >&5
 
482
-echo "configure:2339: checking whether ${CXX-g++} accepts -g" >&5
 
483
+echo "configure:2371: checking whether ${CXX-g++} accepts -g" >&5
481
484
 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
482
485
   echo $ac_n "(cached) $ac_c" 1>&6
483
486
 else
484
 
@@ -2366,7 +2398,7 @@ fi
 
487
@@ -2369,7 +2401,7 @@ fi
485
488
         fi
486
489
     fi
487
490
     echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
488
 
-echo "configure:2370: checking how to run the C preprocessor" >&5
489
 
+echo "configure:2402: checking how to run the C preprocessor" >&5
 
491
-echo "configure:2373: checking how to run the C preprocessor" >&5
 
492
+echo "configure:2405: checking how to run the C preprocessor" >&5
490
493
 # On Suns, sometimes $CPP names a directory.
491
494
 if test -n "$CPP" && test -d "$CPP"; then
492
495
   CPP=
493
 
@@ -2381,13 +2413,13 @@ else
 
496
@@ -2384,13 +2416,13 @@ else
494
497
   # On the NeXT, cc -E runs the code through the compiler's parser,
495
498
   # not just through cpp.
496
499
   cat > conftest.$ac_ext <<EOF
497
 
-#line 2385 "configure"
498
 
+#line 2417 "configure"
 
500
-#line 2388 "configure"
 
501
+#line 2420 "configure"
499
502
 #include "confdefs.h"
500
503
 #include <assert.h>
501
504
 Syntax Error
502
505
 EOF
503
506
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
504
 
-{ (eval echo configure:2391: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
505
 
+{ (eval echo configure:2423: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
507
-{ (eval echo configure:2394: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
508
+{ (eval echo configure:2426: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
506
509
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
507
510
 if test -z "$ac_err"; then
508
511
   :
509
 
@@ -2398,13 +2430,13 @@ else
 
512
@@ -2401,13 +2433,13 @@ else
510
513
   rm -rf conftest*
511
514
   CPP="${CC-cc} -E -traditional-cpp"
512
515
   cat > conftest.$ac_ext <<EOF
513
 
-#line 2402 "configure"
514
 
+#line 2434 "configure"
 
516
-#line 2405 "configure"
 
517
+#line 2437 "configure"
515
518
 #include "confdefs.h"
516
519
 #include <assert.h>
517
520
 Syntax Error
518
521
 EOF
519
522
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
520
 
-{ (eval echo configure:2408: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
521
 
+{ (eval echo configure:2440: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
523
-{ (eval echo configure:2411: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
524
+{ (eval echo configure:2443: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
522
525
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
523
526
 if test -z "$ac_err"; then
524
527
   :
525
 
@@ -2415,13 +2447,13 @@ else
 
528
@@ -2418,13 +2450,13 @@ else
526
529
   rm -rf conftest*
527
530
   CPP="${CC-cc} -nologo -E"
528
531
   cat > conftest.$ac_ext <<EOF
529
 
-#line 2419 "configure"
530
 
+#line 2451 "configure"
 
532
-#line 2422 "configure"
 
533
+#line 2454 "configure"
531
534
 #include "confdefs.h"
532
535
 #include <assert.h>
533
536
 Syntax Error
534
537
 EOF
535
538
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
536
 
-{ (eval echo configure:2425: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
537
 
+{ (eval echo configure:2457: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
539
-{ (eval echo configure:2428: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
540
+{ (eval echo configure:2460: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
538
541
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
539
542
 if test -z "$ac_err"; then
540
543
   :
541
 
@@ -2448,7 +2480,7 @@ echo "$ac_t""$CPP" 1>&6
 
544
@@ -2451,7 +2483,7 @@ echo "$ac_t""$CPP" 1>&6
542
545
     # Extract the first word of "ranlib", so it can be a program name with args.
543
546
 set dummy ranlib; ac_word=$2
544
547
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
545
 
-echo "configure:2452: checking for $ac_word" >&5
546
 
+echo "configure:2484: checking for $ac_word" >&5
 
548
-echo "configure:2455: checking for $ac_word" >&5
 
549
+echo "configure:2487: checking for $ac_word" >&5
547
550
 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
548
551
   echo $ac_n "(cached) $ac_c" 1>&6
549
552
 else
550
 
@@ -2480,7 +2512,7 @@ do
 
553
@@ -2483,7 +2515,7 @@ do
551
554
 # Extract the first word of "$ac_prog", so it can be a program name with args.
552
555
 set dummy $ac_prog; ac_word=$2
553
556
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
554
 
-echo "configure:2484: checking for $ac_word" >&5
555
 
+echo "configure:2516: checking for $ac_word" >&5
 
557
-echo "configure:2487: checking for $ac_word" >&5
 
558
+echo "configure:2519: checking for $ac_word" >&5
556
559
 if eval "test \"`echo '$''{'ac_cv_path_AS'+set}'`\" = set"; then
557
560
   echo $ac_n "(cached) $ac_c" 1>&6
558
561
 else
559
 
@@ -2521,7 +2553,7 @@ do
 
562
@@ -2524,7 +2556,7 @@ do
560
563
 # Extract the first word of "$ac_prog", so it can be a program name with args.
561
564
 set dummy $ac_prog; ac_word=$2
562
565
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
563
 
-echo "configure:2525: checking for $ac_word" >&5
564
 
+echo "configure:2557: checking for $ac_word" >&5
 
566
-echo "configure:2528: checking for $ac_word" >&5
 
567
+echo "configure:2560: checking for $ac_word" >&5
565
568
 if eval "test \"`echo '$''{'ac_cv_path_AR'+set}'`\" = set"; then
566
569
   echo $ac_n "(cached) $ac_c" 1>&6
567
570
 else
568
 
@@ -2562,7 +2594,7 @@ do
 
571
@@ -2565,7 +2597,7 @@ do
569
572
 # Extract the first word of "$ac_prog", so it can be a program name with args.
570
573
 set dummy $ac_prog; ac_word=$2
571
574
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
572
 
-echo "configure:2566: checking for $ac_word" >&5
573
 
+echo "configure:2598: checking for $ac_word" >&5
 
575
-echo "configure:2569: checking for $ac_word" >&5
 
576
+echo "configure:2601: checking for $ac_word" >&5
574
577
 if eval "test \"`echo '$''{'ac_cv_path_LD'+set}'`\" = set"; then
575
578
   echo $ac_n "(cached) $ac_c" 1>&6
576
579
 else
577
 
@@ -2603,7 +2635,7 @@ do
 
580
@@ -2606,7 +2638,7 @@ do
578
581
 # Extract the first word of "$ac_prog", so it can be a program name with args.
579
582
 set dummy $ac_prog; ac_word=$2
580
583
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
581
 
-echo "configure:2607: checking for $ac_word" >&5
582
 
+echo "configure:2639: checking for $ac_word" >&5
 
584
-echo "configure:2610: checking for $ac_word" >&5
 
585
+echo "configure:2642: checking for $ac_word" >&5
583
586
 if eval "test \"`echo '$''{'ac_cv_path_STRIP'+set}'`\" = set"; then
584
587
   echo $ac_n "(cached) $ac_c" 1>&6
585
588
 else
586
 
@@ -2644,7 +2676,7 @@ do
 
589
@@ -2647,7 +2679,7 @@ do
587
590
 # Extract the first word of "$ac_prog", so it can be a program name with args.
588
591
 set dummy $ac_prog; ac_word=$2
589
592
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
590
 
-echo "configure:2648: checking for $ac_word" >&5
591
 
+echo "configure:2680: checking for $ac_word" >&5
 
593
-echo "configure:2651: checking for $ac_word" >&5
 
594
+echo "configure:2683: checking for $ac_word" >&5
592
595
 if eval "test \"`echo '$''{'ac_cv_path_WINDRES'+set}'`\" = set"; then
593
596
   echo $ac_n "(cached) $ac_c" 1>&6
594
597
 else
595
 
@@ -2712,7 +2744,7 @@ else
 
598
@@ -2715,7 +2747,7 @@ else
596
599
 fi
597
600
 
598
601
 echo $ac_n "checking for gcc -pipe support""... $ac_c" 1>&6
599
 
-echo "configure:2716: checking for gcc -pipe support" >&5
600
 
+echo "configure:2748: checking for gcc -pipe support" >&5
 
602
-echo "configure:2719: checking for gcc -pipe support" >&5
 
603
+echo "configure:2751: checking for gcc -pipe support" >&5
601
604
 if test -n "$GNU_CC" && test -n "$GNU_CXX" && test -n "$GNU_AS"; then
602
605
     echo '#include <stdio.h>' > dummy-hello.c
603
606
     echo 'int main() { printf("Hello World\n"); return 0; }' >> dummy-hello.c
604
 
@@ -2727,14 +2759,14 @@ if test -n "$GNU_CC" && test -n "$GNU_CX
 
607
@@ -2730,14 +2762,14 @@ if test -n "$GNU_CC" && test -n "$GNU_CX
605
608
         _SAVE_CFLAGS=$CFLAGS
606
609
         CFLAGS="$CFLAGS -pipe"
607
610
         cat > conftest.$ac_ext <<EOF
608
 
-#line 2731 "configure"
609
 
+#line 2763 "configure"
 
611
-#line 2734 "configure"
 
612
+#line 2766 "configure"
610
613
 #include "confdefs.h"
611
614
  #include <stdio.h> 
612
615
 int main() {
613
616
 printf("Hello World\n");
614
617
 ; return 0; }
615
618
 EOF
616
 
-if { (eval echo configure:2738: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
617
 
+if { (eval echo configure:2770: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
619
-if { (eval echo configure:2741: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
620
+if { (eval echo configure:2773: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
618
621
   rm -rf conftest*
619
622
   _res_gcc_pipe="yes"
620
623
 else
621
 
@@ -2764,16 +2796,16 @@ _SAVE_CFLAGS="$CFLAGS"
 
624
@@ -2767,16 +2799,16 @@ _SAVE_CFLAGS="$CFLAGS"
622
625
 CFLAGS="$CFLAGS -fprofile-generate -fprofile-correction"
623
626
 
624
627
 echo $ac_n "checking whether C compiler supports -fprofile-generate""... $ac_c" 1>&6
625
 
-echo "configure:2768: checking whether C compiler supports -fprofile-generate" >&5
626
 
+echo "configure:2800: checking whether C compiler supports -fprofile-generate" >&5
 
628
-echo "configure:2771: checking whether C compiler supports -fprofile-generate" >&5
 
629
+echo "configure:2803: checking whether C compiler supports -fprofile-generate" >&5
627
630
 cat > conftest.$ac_ext <<EOF
628
 
-#line 2770 "configure"
629
 
+#line 2802 "configure"
 
631
-#line 2773 "configure"
 
632
+#line 2805 "configure"
630
633
 #include "confdefs.h"
631
634
 
632
635
 int main() {
633
636
 return 0;
634
637
 ; return 0; }
635
638
 EOF
636
 
-if { (eval echo configure:2777: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
637
 
+if { (eval echo configure:2809: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
639
-if { (eval echo configure:2780: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
640
+if { (eval echo configure:2812: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
638
641
   rm -rf conftest*
639
642
    PROFILE_GEN_CFLAGS="-fprofile-generate"
640
643
                  result="yes" 
641
 
@@ -2796,7 +2828,7 @@ CFLAGS="$_SAVE_CFLAGS"
 
644
@@ -2799,7 +2831,7 @@ CFLAGS="$_SAVE_CFLAGS"
642
645
 
643
646
 if test "$GNU_CC"; then
644
647
     echo $ac_n "checking for visibility(hidden) attribute""... $ac_c" 1>&6
645
 
-echo "configure:2800: checking for visibility(hidden) attribute" >&5
646
 
+echo "configure:2832: checking for visibility(hidden) attribute" >&5
 
648
-echo "configure:2803: checking for visibility(hidden) attribute" >&5
 
649
+echo "configure:2835: checking for visibility(hidden) attribute" >&5
647
650
 if eval "test \"`echo '$''{'ac_cv_visibility_hidden'+set}'`\" = set"; then
648
651
   echo $ac_n "(cached) $ac_c" 1>&6
649
652
 else
650
 
@@ -2820,7 +2852,7 @@ echo "$ac_t""$ac_cv_visibility_hidden" 1
 
653
@@ -2823,7 +2855,7 @@ echo "$ac_t""$ac_cv_visibility_hidden" 1
651
654
 EOF
652
655
 
653
656
         echo $ac_n "checking for visibility pragma support""... $ac_c" 1>&6
654
 
-echo "configure:2824: checking for visibility pragma support" >&5
655
 
+echo "configure:2856: checking for visibility pragma support" >&5
 
657
-echo "configure:2827: checking for visibility pragma support" >&5
 
658
+echo "configure:2859: checking for visibility pragma support" >&5
656
659
 if eval "test \"`echo '$''{'ac_cv_visibility_pragma'+set}'`\" = set"; then
657
660
   echo $ac_n "(cached) $ac_c" 1>&6
658
661
 else
659
 
@@ -2873,7 +2905,7 @@ do
 
662
@@ -2876,7 +2908,7 @@ do
660
663
 # Extract the first word of "$ac_prog", so it can be a program name with args.
661
664
 set dummy $ac_prog; ac_word=$2
662
665
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
663
 
-echo "configure:2877: checking for $ac_word" >&5
664
 
+echo "configure:2909: checking for $ac_word" >&5
 
666
-echo "configure:2880: checking for $ac_word" >&5
 
667
+echo "configure:2912: checking for $ac_word" >&5
665
668
 if eval "test \"`echo '$''{'ac_cv_path_PERL'+set}'`\" = set"; then
666
669
   echo $ac_n "(cached) $ac_c" 1>&6
667
670
 else
668
 
@@ -3149,17 +3181,17 @@ EOF
 
671
@@ -3162,17 +3194,17 @@ EOF
669
672
     DSO_LDOPTS='-brtl -bnortllib -bM:SRE -bnoentry -bexpall -blibpath:/usr/lib:/lib'
670
673
     ac_safe=`echo "sys/atomic_op.h" | sed 'y%./+-%__p_%'`
671
674
 echo $ac_n "checking for sys/atomic_op.h""... $ac_c" 1>&6
672
 
-echo "configure:3153: checking for sys/atomic_op.h" >&5
673
 
+echo "configure:3185: checking for sys/atomic_op.h" >&5
 
675
-echo "configure:3166: checking for sys/atomic_op.h" >&5
 
676
+echo "configure:3198: checking for sys/atomic_op.h" >&5
674
677
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
675
678
   echo $ac_n "(cached) $ac_c" 1>&6
676
679
 else
677
680
   cat > conftest.$ac_ext <<EOF
678
 
-#line 3158 "configure"
679
 
+#line 3190 "configure"
 
681
-#line 3171 "configure"
 
682
+#line 3203 "configure"
680
683
 #include "confdefs.h"
681
684
 #include <sys/atomic_op.h>
682
685
 EOF
683
686
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
684
 
-{ (eval echo configure:3163: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
685
 
+{ (eval echo configure:3195: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
687
-{ (eval echo configure:3176: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
688
+{ (eval echo configure:3208: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
686
689
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
687
690
 if test -z "$ac_err"; then
688
691
   rm -rf conftest*
689
 
@@ -3316,7 +3348,7 @@ EOF
 
692
@@ -3329,7 +3361,7 @@ EOF
690
693
         _DEBUG_FLAGS='-gdwarf-2 -O0'
691
694
         MKSHLIB='$(CCC) $(DSO_LDOPTS) -o $@'
692
695
         echo $ac_n "checking for gethostbyaddr in -lbind""... $ac_c" 1>&6
693
 
-echo "configure:3320: checking for gethostbyaddr in -lbind" >&5
694
 
+echo "configure:3352: checking for gethostbyaddr in -lbind" >&5
 
696
-echo "configure:3333: checking for gethostbyaddr in -lbind" >&5
 
697
+echo "configure:3365: checking for gethostbyaddr in -lbind" >&5
695
698
 ac_lib_var=`echo bind'_'gethostbyaddr | sed 'y%./+-%__p_%'`
696
699
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
697
700
   echo $ac_n "(cached) $ac_c" 1>&6
698
 
@@ -3324,7 +3356,7 @@ else
 
701
@@ -3337,7 +3369,7 @@ else
699
702
   ac_save_LIBS="$LIBS"
700
703
 LIBS="-lbind  $LIBS"
701
704
 cat > conftest.$ac_ext <<EOF
702
 
-#line 3328 "configure"
703
 
+#line 3360 "configure"
 
705
-#line 3341 "configure"
 
706
+#line 3373 "configure"
704
707
 #include "confdefs.h"
705
708
 /* Override any gcc2 internal prototype to avoid an error.  */
706
709
 /* We use char because int might match the return type of a gcc2
707
 
@@ -3335,7 +3367,7 @@ int main() {
 
710
@@ -3348,7 +3380,7 @@ int main() {
708
711
 gethostbyaddr()
709
712
 ; return 0; }
710
713
 EOF
711
 
-if { (eval echo configure:3339: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
712
 
+if { (eval echo configure:3371: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
714
-if { (eval echo configure:3352: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
715
+if { (eval echo configure:3384: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
713
716
   rm -rf conftest*
714
717
   eval "ac_cv_lib_$ac_lib_var=yes"
715
718
 else
716
 
@@ -4710,17 +4742,17 @@ EOF
 
719
@@ -4739,17 +4771,17 @@ EOF
717
720
         _OPTIMIZE_FLAGS="$_OPTIMIZE_FLAGS -Olimit 4000"
718
721
         ac_safe=`echo "machine/builtins.h" | sed 'y%./+-%__p_%'`
719
722
 echo $ac_n "checking for machine/builtins.h""... $ac_c" 1>&6
720
 
-echo "configure:4714: checking for machine/builtins.h" >&5
721
 
+echo "configure:4746: checking for machine/builtins.h" >&5
 
723
-echo "configure:4743: checking for machine/builtins.h" >&5
 
724
+echo "configure:4775: checking for machine/builtins.h" >&5
722
725
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
723
726
   echo $ac_n "(cached) $ac_c" 1>&6
724
727
 else
725
728
   cat > conftest.$ac_ext <<EOF
726
 
-#line 4719 "configure"
727
 
+#line 4751 "configure"
 
729
-#line 4748 "configure"
 
730
+#line 4780 "configure"
728
731
 #include "confdefs.h"
729
732
 #include <machine/builtins.h>
730
733
 EOF
731
734
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
732
 
-{ (eval echo configure:4724: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
733
 
+{ (eval echo configure:4756: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
735
-{ (eval echo configure:4753: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
736
+{ (eval echo configure:4785: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
734
737
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
735
738
 if test -z "$ac_err"; then
736
739
   rm -rf conftest*
737
 
@@ -5369,7 +5401,7 @@ case $target in
 
740
@@ -5398,7 +5430,7 @@ case $target in
738
741
     ;;
739
742
 *)
740
743
     echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
741
 
-echo "configure:5373: checking for dlopen in -ldl" >&5
742
 
+echo "configure:5405: checking for dlopen in -ldl" >&5
 
744
-echo "configure:5402: checking for dlopen in -ldl" >&5
 
745
+echo "configure:5434: checking for dlopen in -ldl" >&5
743
746
 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
744
747
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
745
748
   echo $ac_n "(cached) $ac_c" 1>&6
746
 
@@ -5377,7 +5409,7 @@ else
 
749
@@ -5406,7 +5438,7 @@ else
747
750
   ac_save_LIBS="$LIBS"
748
751
 LIBS="-ldl  $LIBS"
749
752
 cat > conftest.$ac_ext <<EOF
750
 
-#line 5381 "configure"
751
 
+#line 5413 "configure"
 
753
-#line 5410 "configure"
 
754
+#line 5442 "configure"
752
755
 #include "confdefs.h"
753
756
 /* Override any gcc2 internal prototype to avoid an error.  */
754
757
 /* We use char because int might match the return type of a gcc2
755
 
@@ -5388,7 +5420,7 @@ int main() {
 
758
@@ -5417,7 +5449,7 @@ int main() {
756
759
 dlopen()
757
760
 ; return 0; }
758
761
 EOF
759
 
-if { (eval echo configure:5392: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
760
 
+if { (eval echo configure:5424: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
762
-if { (eval echo configure:5421: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
763
+if { (eval echo configure:5453: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
761
764
   rm -rf conftest*
762
765
   eval "ac_cv_lib_$ac_lib_var=yes"
763
766
 else
764
 
@@ -5405,17 +5437,17 @@ if eval "test \"`echo '$ac_cv_lib_'$ac_l
 
767
@@ -5434,17 +5466,17 @@ if eval "test \"`echo '$ac_cv_lib_'$ac_l
765
768
   echo "$ac_t""yes" 1>&6
766
769
   ac_safe=`echo "dlfcn.h" | sed 'y%./+-%__p_%'`
767
770
 echo $ac_n "checking for dlfcn.h""... $ac_c" 1>&6
768
 
-echo "configure:5409: checking for dlfcn.h" >&5
769
 
+echo "configure:5441: checking for dlfcn.h" >&5
 
771
-echo "configure:5438: checking for dlfcn.h" >&5
 
772
+echo "configure:5470: checking for dlfcn.h" >&5
770
773
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
771
774
   echo $ac_n "(cached) $ac_c" 1>&6
772
775
 else
773
776
   cat > conftest.$ac_ext <<EOF
774
 
-#line 5414 "configure"
775
 
+#line 5446 "configure"
 
777
-#line 5443 "configure"
 
778
+#line 5475 "configure"
776
779
 #include "confdefs.h"
777
780
 #include <dlfcn.h>
778
781
 EOF
779
782
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
780
 
-{ (eval echo configure:5419: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
781
 
+{ (eval echo configure:5451: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
783
-{ (eval echo configure:5448: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
784
+{ (eval echo configure:5480: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
782
785
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
783
786
 if test -z "$ac_err"; then
784
787
   rm -rf conftest*
785
 
@@ -5448,13 +5480,13 @@ esac
 
788
@@ -5477,13 +5509,13 @@ esac
786
789
 
787
790
 if test $ac_cv_prog_gcc = yes; then
788
791
     echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
789
 
-echo "configure:5452: checking whether ${CC-cc} needs -traditional" >&5
790
 
+echo "configure:5484: checking whether ${CC-cc} needs -traditional" >&5
 
792
-echo "configure:5481: checking whether ${CC-cc} needs -traditional" >&5
 
793
+echo "configure:5513: checking whether ${CC-cc} needs -traditional" >&5
791
794
 if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
792
795
   echo $ac_n "(cached) $ac_c" 1>&6
793
796
 else
794
797
     ac_pattern="Autoconf.*'x'"
795
798
   cat > conftest.$ac_ext <<EOF
796
 
-#line 5458 "configure"
797
 
+#line 5490 "configure"
 
799
-#line 5487 "configure"
 
800
+#line 5519 "configure"
798
801
 #include "confdefs.h"
799
802
 #include <sgtty.h>
800
803
 Autoconf TIOCGETP
801
 
@@ -5472,7 +5504,7 @@ rm -f conftest*
 
804
@@ -5501,7 +5533,7 @@ rm -f conftest*
802
805
 
803
806
   if test $ac_cv_prog_gcc_traditional = no; then
804
807
     cat > conftest.$ac_ext <<EOF
805
 
-#line 5476 "configure"
806
 
+#line 5508 "configure"
 
808
-#line 5505 "configure"
 
809
+#line 5537 "configure"
807
810
 #include "confdefs.h"
808
811
 #include <termio.h>
809
812
 Autoconf TCGETA
810
 
@@ -5496,12 +5528,12 @@ fi
 
813
@@ -5525,12 +5557,12 @@ fi
811
814
 for ac_func in lchown strerror
812
815
 do
813
816
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
814
 
-echo "configure:5500: checking for $ac_func" >&5
815
 
+echo "configure:5532: checking for $ac_func" >&5
 
817
-echo "configure:5529: checking for $ac_func" >&5
 
818
+echo "configure:5561: checking for $ac_func" >&5
816
819
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
817
820
   echo $ac_n "(cached) $ac_c" 1>&6
818
821
 else
819
822
   cat > conftest.$ac_ext <<EOF
820
 
-#line 5505 "configure"
821
 
+#line 5537 "configure"
 
823
-#line 5534 "configure"
 
824
+#line 5566 "configure"
822
825
 #include "confdefs.h"
823
826
 /* System header to define __stub macros and hopefully few prototypes,
824
827
     which can conflict with char $ac_func(); below.  */
825
 
@@ -5524,7 +5556,7 @@ $ac_func();
 
828
@@ -5553,7 +5585,7 @@ $ac_func();
826
829
 
827
830
 ; return 0; }
828
831
 EOF
829
 
-if { (eval echo configure:5528: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
830
 
+if { (eval echo configure:5560: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
832
-if { (eval echo configure:5557: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
833
+if { (eval echo configure:5589: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
831
834
   rm -rf conftest*
832
835
   eval "ac_cv_func_$ac_func=yes"
833
836
 else
834
 
@@ -5565,7 +5597,7 @@ hpux*)
 
837
@@ -5604,7 +5636,7 @@ do
 
838
 # Extract the first word of "$ac_prog", so it can be a program name with args.
 
839
 set dummy $ac_prog; ac_word=$2
 
840
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 
841
-echo "configure:5608: checking for $ac_word" >&5
 
842
+echo "configure:5640: checking for $ac_word" >&5
 
843
 if eval "test \"`echo '$''{'ac_cv_path_CCACHE'+set}'`\" = set"; then
 
844
   echo $ac_n "(cached) $ac_c" 1>&6
 
845
 else
 
846
@@ -5663,7 +5695,7 @@ hpux*)
835
847
 if test -z "$GNU_CC"; then
836
848
 
837
849
     echo $ac_n "checking for +Olit support""... $ac_c" 1>&6
838
 
-echo "configure:5569: checking for +Olit support" >&5
839
 
+echo "configure:5601: checking for +Olit support" >&5
 
850
-echo "configure:5667: checking for +Olit support" >&5
 
851
+echo "configure:5699: checking for +Olit support" >&5
840
852
 if eval "test \"`echo '$''{'ac_cv_hpux_usable_olit_option'+set}'`\" = set"; then
841
853
   echo $ac_n "(cached) $ac_c" 1>&6
842
854
 else
843
 
@@ -5607,7 +5639,7 @@ wince*)
 
855
@@ -5705,7 +5737,7 @@ wince*)
844
856
 *)
845
857
     
846
858
 echo $ac_n "checking for pthread_create in -lpthreads""... $ac_c" 1>&6
847
 
-echo "configure:5611: checking for pthread_create in -lpthreads" >&5
848
 
+echo "configure:5643: checking for pthread_create in -lpthreads" >&5
 
859
-echo "configure:5709: checking for pthread_create in -lpthreads" >&5
 
860
+echo "configure:5741: checking for pthread_create in -lpthreads" >&5
849
861
 echo "
850
862
     #include <pthread.h> 
851
863
     void *foo(void *v) { return v; } 
852
 
@@ -5629,7 +5661,7 @@ echo "
 
864
@@ -5727,7 +5759,7 @@ echo "
853
865
         echo "$ac_t""no" 1>&6
854
866
         
855
867
 echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6
856
 
-echo "configure:5633: checking for pthread_create in -lpthread" >&5
857
 
+echo "configure:5665: checking for pthread_create in -lpthread" >&5
 
868
-echo "configure:5731: checking for pthread_create in -lpthread" >&5
 
869
+echo "configure:5763: checking for pthread_create in -lpthread" >&5
858
870
 echo "
859
871
     #include <pthread.h> 
860
872
     void *foo(void *v) { return v; } 
861
 
@@ -5651,7 +5683,7 @@ echo "
 
873
@@ -5749,7 +5781,7 @@ echo "
862
874
         echo "$ac_t""no" 1>&6
863
875
         
864
876
 echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6
865
 
-echo "configure:5655: checking for pthread_create in -lc_r" >&5
866
 
+echo "configure:5687: checking for pthread_create in -lc_r" >&5
 
877
-echo "configure:5753: checking for pthread_create in -lc_r" >&5
 
878
+echo "configure:5785: checking for pthread_create in -lc_r" >&5
867
879
 echo "
868
880
     #include <pthread.h> 
869
881
     void *foo(void *v) { return v; } 
870
 
@@ -5673,7 +5705,7 @@ echo "
 
882
@@ -5771,7 +5803,7 @@ echo "
871
883
         echo "$ac_t""no" 1>&6
872
884
         
873
885
 echo $ac_n "checking for pthread_create in -lc""... $ac_c" 1>&6
874
 
-echo "configure:5677: checking for pthread_create in -lc" >&5
875
 
+echo "configure:5709: checking for pthread_create in -lc" >&5
 
886
-echo "configure:5775: checking for pthread_create in -lc" >&5
 
887
+echo "configure:5807: checking for pthread_create in -lc" >&5
876
888
 echo "
877
889
     #include <pthread.h> 
878
890
     void *foo(void *v) { return v; } 
879
 
@@ -5805,7 +5837,7 @@ if test -n "$USE_PTHREADS"; then
 
891
@@ -5889,7 +5921,7 @@ if test -n "$USE_PTHREADS"; then
880
892
       rm -f conftest*
881
893
    ac_cv_have_dash_pthread=no
882
894
    echo $ac_n "checking whether ${CC-cc} accepts -pthread""... $ac_c" 1>&6
883
 
-echo "configure:5809: checking whether ${CC-cc} accepts -pthread" >&5
884
 
+echo "configure:5841: checking whether ${CC-cc} accepts -pthread" >&5
 
895
-echo "configure:5893: checking whether ${CC-cc} accepts -pthread" >&5
 
896
+echo "configure:5925: checking whether ${CC-cc} accepts -pthread" >&5
885
897
    echo 'int main() { return 0; }' | cat > conftest.c
886
898
    ${CC-cc} -pthread -o conftest conftest.c > conftest.out 2>&1
887
899
    if test $? -eq 0; then
888
 
@@ -5828,7 +5860,7 @@ echo "configure:5809: checking whether $
 
900
@@ -5912,7 +5944,7 @@ echo "configure:5893: checking whether $
889
901
                            ac_cv_have_dash_pthreads=no
890
902
     if test "$ac_cv_have_dash_pthread" = "no"; then
891
903
            echo $ac_n "checking whether ${CC-cc} accepts -pthreads""... $ac_c" 1>&6
892
 
-echo "configure:5832: checking whether ${CC-cc} accepts -pthreads" >&5
893
 
+echo "configure:5864: checking whether ${CC-cc} accepts -pthreads" >&5
 
904
-echo "configure:5916: checking whether ${CC-cc} accepts -pthreads" >&5
 
905
+echo "configure:5948: checking whether ${CC-cc} accepts -pthreads" >&5
894
906
        echo 'int main() { return 0; }' | cat > conftest.c
895
907
            ${CC-cc} -pthreads -o conftest conftest.c > conftest.out 2>&1
896
908
        if test $? -eq 0; then
897
 
@@ -6279,6 +6311,7 @@ config/autoconf.mk
 
909
@@ -6362,6 +6394,7 @@ config/autoconf.mk
898
910
 config/nsprincl.mk
899
911
 config/nsprincl.sh
900
912
 config/nspr-config
902
914
 lib/Makefile 
903
915
 lib/ds/Makefile 
904
916
 lib/libc/Makefile 
905
 
@@ -6396,7 +6429,7 @@ s%\[%\\&%g
 
917
@@ -6479,7 +6512,7 @@ s%\[%\\&%g
906
918
 s%\]%\\&%g
907
919
 s%\$%$$%g
908
920
 EOF