~ubuntu-branches/ubuntu/intrepid/swi-prolog/intrepid

« back to all changes in this revision

Viewing changes to debian/patches/03_hppa_shared_library.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Chris Lamb
  • Date: 2008-05-14 02:47:49 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20080514024749-out53uysriunvn32
Tags: 5.6.55-1
* New upstream release.
* Use correct shared object file extension on HPPA to fix FTBFS on this
  architecture since 5.6.53-2. Patch backported from upstream repository.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh /usr/share/dpatch/dpatch-run
 
2
## hppa-shared-library.dpatch by Chris Lamb <chris@chris-lamb.co.uk>
 
3
##
 
4
## DP: Backport commit deedc0df566e63f855e53d17af8135d5f4257442 from Git to fix
 
5
## DP: FTBFS on hppa due to incorrect shared object file extension.
 
6
 
 
7
@DPATCH@
 
8
diff -urNad pl-5.6.55~/src/configure.in pl-5.6.55/src/configure.in
 
9
--- pl-5.6.55~/src/configure.in 2008-05-12 20:57:45.000000000 +0100
 
10
+++ pl-5.6.55/src/configure.in  2008-05-14 01:41:29.000000000 +0100
 
11
@@ -433,7 +433,7 @@
 
12
            SO_PIC="-KPIC"
 
13
        fi
 
14
        ;;
 
15
-  *hppa*|*hpux*)
 
16
+  *hpux*)
 
17
        SO_EXT="sl"
 
18
        LDFLAGS="$LDFLAGS -Wl,-E"
 
19
        if test "$GCC" != "yes"; then
 
20
@@ -459,7 +459,7 @@
 
21
            SO_LDFLAGS="-bI:$PLBASE/include/SWI-Exports"
 
22
        fi
 
23
        ;;
 
24
-  *x86_64*linux)
 
25
+  *x86_64*linux|*hppa*linux)
 
26
        if test "x$MKSHARED" = "x"; then
 
27
            MKSHARED=yes
 
28
        fi
 
29
diff -urNad pl-5.6.55~/src/configure pl-5.6.55/src/configure
 
30
--- pl-5.6.55~/src/configure    2008-05-12 20:57:45.000000000 +0100
 
31
+++ pl-5.6.55/src/configure     2008-05-14 01:41:29.000000000 +0100
 
32
@@ -1,6 +1,6 @@
 
33
 #! /bin/sh
 
34
 # Guess values for system-dependent variables and create Makefiles.
 
35
-# Generated by GNU Autoconf 2.60.
 
36
+# Generated by GNU Autoconf 2.61.
 
37
 #
 
38
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
 
39
 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
 
40
@@ -10,7 +10,8 @@
 
41
 ## M4sh Initialization.  ##
 
42
 ## --------------------- ##
 
43
 
 
44
-# Be Bourne compatible
 
45
+# Be more Bourne compatible
 
46
+DUALCASE=1; export DUALCASE # for MKS sh
 
47
 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 
48
   emulate sh
 
49
   NULLCMD=:
 
50
@@ -19,10 +20,13 @@
 
51
   alias -g '${1+"$@"}'='"$@"'
 
52
   setopt NO_GLOB_SUBST
 
53
 else
 
54
-  case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
 
55
+  case `(set -o) 2>/dev/null` in
 
56
+  *posix*) set -o posix ;;
 
57
+esac
 
58
+
 
59
 fi
 
60
-BIN_SH=xpg4; export BIN_SH # for Tru64
 
61
-DUALCASE=1; export DUALCASE # for MKS sh
 
62
+
 
63
+
 
64
 
 
65
 
 
66
 # PATH needs CR
 
67
@@ -215,7 +219,7 @@
 
68
 else
 
69
   as_candidate_shells=
 
70
     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
71
-for as_dir in /usr/bin/posix$PATH_SEPARATOR/bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
 
72
+for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
 
73
 do
 
74
   IFS=$as_save_IFS
 
75
   test -z "$as_dir" && as_dir=.
 
76
@@ -233,7 +237,6 @@
 
77
         # Try only shells that exist, to save several forks.
 
78
         if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
 
79
                { ("$as_shell") 2> /dev/null <<\_ASEOF
 
80
-# Be Bourne compatible
 
81
 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 
82
   emulate sh
 
83
   NULLCMD=:
 
84
@@ -242,10 +245,12 @@
 
85
   alias -g '${1+"$@"}'='"$@"'
 
86
   setopt NO_GLOB_SUBST
 
87
 else
 
88
-  case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
 
89
+  case `(set -o) 2>/dev/null` in
 
90
+  *posix*) set -o posix ;;
 
91
+esac
 
92
+
 
93
 fi
 
94
-BIN_SH=xpg4; export BIN_SH # for Tru64
 
95
-DUALCASE=1; export DUALCASE # for MKS sh
 
96
+
 
97
 
 
98
 :
 
99
 _ASEOF
 
100
@@ -253,7 +258,6 @@
 
101
   CONFIG_SHELL=$as_shell
 
102
               as_have_required=yes
 
103
               if { "$as_shell" 2> /dev/null <<\_ASEOF
 
104
-# Be Bourne compatible
 
105
 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 
106
   emulate sh
 
107
   NULLCMD=:
 
108
@@ -262,10 +266,12 @@
 
109
   alias -g '${1+"$@"}'='"$@"'
 
110
   setopt NO_GLOB_SUBST
 
111
 else
 
112
-  case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
 
113
+  case `(set -o) 2>/dev/null` in
 
114
+  *posix*) set -o posix ;;
 
115
+esac
 
116
+
 
117
 fi
 
118
-BIN_SH=xpg4; export BIN_SH # for Tru64
 
119
-DUALCASE=1; export DUALCASE # for MKS sh
 
120
+
 
121
 
 
122
 :
 
123
 (as_func_return () {
 
124
@@ -512,19 +518,28 @@
 
125
   as_mkdir_p=false
 
126
 fi
 
127
 
 
128
-# Find out whether ``test -x'' works.  Don't use a zero-byte file, as
 
129
-# systems may use methods other than mode bits to determine executability.
 
130
-cat >conf$$.file <<_ASEOF
 
131
-#! /bin/sh
 
132
-exit 0
 
133
-_ASEOF
 
134
-chmod +x conf$$.file
 
135
-if test -x conf$$.file >/dev/null 2>&1; then
 
136
-  as_executable_p="test -x"
 
137
+if test -x / >/dev/null 2>&1; then
 
138
+  as_test_x='test -x'
 
139
 else
 
140
-  as_executable_p=:
 
141
+  if ls -dL / >/dev/null 2>&1; then
 
142
+    as_ls_L_option=L
 
143
+  else
 
144
+    as_ls_L_option=
 
145
+  fi
 
146
+  as_test_x='
 
147
+    eval sh -c '\''
 
148
+      if test -d "$1"; then
 
149
+        test -d "$1/.";
 
150
+      else
 
151
+       case $1 in
 
152
+        -*)set "./$1";;
 
153
+       esac;
 
154
+       case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
 
155
+       ???[sx]*):;;*)false;;esac;fi
 
156
+    '\'' sh
 
157
+  '
 
158
 fi
 
159
-rm -f conf$$.file
 
160
+as_executable_p=$as_test_x
 
161
 
 
162
 # Sed expression to map a string onto a valid CPP name.
 
163
 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
 
164
@@ -565,36 +580,36 @@
 
165
 # Factoring default headers for most tests.
 
166
 ac_includes_default="\
 
167
 #include <stdio.h>
 
168
-#if HAVE_SYS_TYPES_H
 
169
+#ifdef HAVE_SYS_TYPES_H
 
170
 # include <sys/types.h>
 
171
 #endif
 
172
-#if HAVE_SYS_STAT_H
 
173
+#ifdef HAVE_SYS_STAT_H
 
174
 # include <sys/stat.h>
 
175
 #endif
 
176
-#if STDC_HEADERS
 
177
+#ifdef STDC_HEADERS
 
178
 # include <stdlib.h>
 
179
 # include <stddef.h>
 
180
 #else
 
181
-# if HAVE_STDLIB_H
 
182
+# ifdef HAVE_STDLIB_H
 
183
 #  include <stdlib.h>
 
184
 # endif
 
185
 #endif
 
186
-#if HAVE_STRING_H
 
187
-# if !STDC_HEADERS && HAVE_MEMORY_H
 
188
+#ifdef HAVE_STRING_H
 
189
+# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
 
190
 #  include <memory.h>
 
191
 # endif
 
192
 # include <string.h>
 
193
 #endif
 
194
-#if HAVE_STRINGS_H
 
195
+#ifdef HAVE_STRINGS_H
 
196
 # include <strings.h>
 
197
 #endif
 
198
-#if HAVE_INTTYPES_H
 
199
+#ifdef HAVE_INTTYPES_H
 
200
 # include <inttypes.h>
 
201
 #endif
 
202
-#if HAVE_STDINT_H
 
203
+#ifdef HAVE_STDINT_H
 
204
 # include <stdint.h>
 
205
 #endif
 
206
-#if HAVE_UNISTD_H
 
207
+#ifdef HAVE_UNISTD_H
 
208
 # include <unistd.h>
 
209
 #endif"
 
210
 
 
211
@@ -701,6 +716,7 @@
 
212
 CC
 
213
 CFLAGS
 
214
 LDFLAGS
 
215
+LIBS
 
216
 CPPFLAGS
 
217
 CPP'
 
218
 
 
219
@@ -808,10 +824,10 @@
 
220
   -disable-* | --disable-*)
 
221
     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
 
222
     # Reject names that are not valid shell variable names.
 
223
-    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
 
224
+    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
 
225
       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
 
226
    { (exit 1); exit 1; }; }
 
227
-    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
 
228
+    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
 
229
     eval enable_$ac_feature=no ;;
 
230
 
 
231
   -docdir | --docdir | --docdi | --doc | --do)
 
232
@@ -827,10 +843,10 @@
 
233
   -enable-* | --enable-*)
 
234
     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
 
235
     # Reject names that are not valid shell variable names.
 
236
-    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
 
237
+    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
 
238
       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
 
239
    { (exit 1); exit 1; }; }
 
240
-    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
 
241
+    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
 
242
     eval enable_$ac_feature=\$ac_optarg ;;
 
243
 
 
244
   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
 
245
@@ -1024,19 +1040,19 @@
 
246
   -with-* | --with-*)
 
247
     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
 
248
     # Reject names that are not valid shell variable names.
 
249
-    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
 
250
+    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
 
251
       { echo "$as_me: error: invalid package name: $ac_package" >&2
 
252
    { (exit 1); exit 1; }; }
 
253
-    ac_package=`echo $ac_package| sed 's/-/_/g'`
 
254
+    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
 
255
     eval with_$ac_package=\$ac_optarg ;;
 
256
 
 
257
   -without-* | --without-*)
 
258
     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
 
259
     # Reject names that are not valid shell variable names.
 
260
-    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
 
261
+    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
 
262
       { echo "$as_me: error: invalid package name: $ac_package" >&2
 
263
    { (exit 1); exit 1; }; }
 
264
-    ac_package=`echo $ac_package | sed 's/-/_/g'`
 
265
+    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
 
266
     eval with_$ac_package=no ;;
 
267
 
 
268
   --x)
 
269
@@ -1290,6 +1306,7 @@
 
270
   CFLAGS      C compiler flags
 
271
   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
 
272
               nonstandard directory <lib dir>
 
273
+  LIBS        libraries to pass to the linker, e.g. -l<library>
 
274
   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
 
275
               you have headers in a nonstandard directory <include dir>
 
276
   CPP         C preprocessor
 
277
@@ -1358,7 +1375,7 @@
 
278
 if $ac_init_version; then
 
279
   cat <<\_ACEOF
 
280
 configure
 
281
-generated by GNU Autoconf 2.60
 
282
+generated by GNU Autoconf 2.61
 
283
 
 
284
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
 
285
 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
 
286
@@ -1372,7 +1389,7 @@
 
287
 running configure, to aid debugging if configure makes a mistake.
 
288
 
 
289
 It was created by $as_me, which was
 
290
-generated by GNU Autoconf 2.60.  Invocation command line was
 
291
+generated by GNU Autoconf 2.61.  Invocation command line was
 
292
 
 
293
   $ $0 $@
 
294
 
 
295
@@ -1807,7 +1824,7 @@
 
296
   IFS=$as_save_IFS
 
297
   test -z "$as_dir" && as_dir=.
 
298
   for ac_exec_ext in '' $ac_executable_extensions; do
 
299
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
 
300
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
301
     ac_cv_prog_CC="${ac_tool_prefix}gcc"
 
302
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
303
     break 2
 
304
@@ -1847,7 +1864,7 @@
 
305
   IFS=$as_save_IFS
 
306
   test -z "$as_dir" && as_dir=.
 
307
   for ac_exec_ext in '' $ac_executable_extensions; do
 
308
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
 
309
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
310
     ac_cv_prog_ac_ct_CC="gcc"
 
311
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
312
     break 2
 
313
@@ -1904,7 +1921,7 @@
 
314
   IFS=$as_save_IFS
 
315
   test -z "$as_dir" && as_dir=.
 
316
   for ac_exec_ext in '' $ac_executable_extensions; do
 
317
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
 
318
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
319
     ac_cv_prog_CC="${ac_tool_prefix}cc"
 
320
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
321
     break 2
 
322
@@ -1945,7 +1962,7 @@
 
323
   IFS=$as_save_IFS
 
324
   test -z "$as_dir" && as_dir=.
 
325
   for ac_exec_ext in '' $ac_executable_extensions; do
 
326
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
 
327
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
328
     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
 
329
        ac_prog_rejected=yes
 
330
        continue
 
331
@@ -2003,7 +2020,7 @@
 
332
   IFS=$as_save_IFS
 
333
   test -z "$as_dir" && as_dir=.
 
334
   for ac_exec_ext in '' $ac_executable_extensions; do
 
335
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
 
336
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
337
     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
 
338
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
339
     break 2
 
340
@@ -2047,7 +2064,7 @@
 
341
   IFS=$as_save_IFS
 
342
   test -z "$as_dir" && as_dir=.
 
343
   for ac_exec_ext in '' $ac_executable_extensions; do
 
344
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
 
345
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
346
     ac_cv_prog_ac_ct_CC="$ac_prog"
 
347
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
348
     break 2
 
349
@@ -2188,7 +2205,7 @@
 
350
 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
 
351
 # so that the user can short-circuit this test for compilers unknown to
 
352
 # Autoconf.
 
353
-for ac_file in $ac_files
 
354
+for ac_file in $ac_files ''
 
355
 do
 
356
   test -f "$ac_file" || continue
 
357
   case $ac_file in
 
358
@@ -2216,6 +2233,12 @@
 
359
 test "$ac_cv_exeext" = no && ac_cv_exeext=
 
360
 
 
361
 else
 
362
+  ac_file=''
 
363
+fi
 
364
+
 
365
+{ echo "$as_me:$LINENO: result: $ac_file" >&5
 
366
+echo "${ECHO_T}$ac_file" >&6; }
 
367
+if test -z "$ac_file"; then
 
368
   echo "$as_me: failed program was:" >&5
 
369
 sed 's/^/| /' conftest.$ac_ext >&5
 
370
 
 
371
@@ -2227,8 +2250,6 @@
 
372
 fi
 
373
 
 
374
 ac_exeext=$ac_cv_exeext
 
375
-{ echo "$as_me:$LINENO: result: $ac_file" >&5
 
376
-echo "${ECHO_T}$ac_file" >&6; }
 
377
 
 
378
 # Check that the compiler produces executables we can run.  If not, either
 
379
 # the compiler is broken, or we cross compile.
 
380
@@ -2406,27 +2427,10 @@
 
381
   rm -f conftest.er1
 
382
   cat conftest.err >&5
 
383
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
384
-  (exit $ac_status); } &&
 
385
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
386
-  { (case "(($ac_try" in
 
387
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
388
-  *) ac_try_echo=$ac_try;;
 
389
-esac
 
390
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
391
-  (eval "$ac_try") 2>&5
 
392
-  ac_status=$?
 
393
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
394
-  (exit $ac_status); }; } &&
 
395
-        { ac_try='test -s conftest.$ac_objext'
 
396
-  { (case "(($ac_try" in
 
397
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
398
-  *) ac_try_echo=$ac_try;;
 
399
-esac
 
400
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
401
-  (eval "$ac_try") 2>&5
 
402
-  ac_status=$?
 
403
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
404
-  (exit $ac_status); }; }; then
 
405
+  (exit $ac_status); } && {
 
406
+        test -z "$ac_c_werror_flag" ||
 
407
+        test ! -s conftest.err
 
408
+       } && test -s conftest.$ac_objext; then
 
409
   ac_compiler_gnu=yes
 
410
 else
 
411
   echo "$as_me: failed program was:" >&5
 
412
@@ -2481,27 +2485,10 @@
 
413
   rm -f conftest.er1
 
414
   cat conftest.err >&5
 
415
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
416
-  (exit $ac_status); } &&
 
417
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
418
-  { (case "(($ac_try" in
 
419
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
420
-  *) ac_try_echo=$ac_try;;
 
421
-esac
 
422
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
423
-  (eval "$ac_try") 2>&5
 
424
-  ac_status=$?
 
425
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
426
-  (exit $ac_status); }; } &&
 
427
-        { ac_try='test -s conftest.$ac_objext'
 
428
-  { (case "(($ac_try" in
 
429
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
430
-  *) ac_try_echo=$ac_try;;
 
431
-esac
 
432
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
433
-  (eval "$ac_try") 2>&5
 
434
-  ac_status=$?
 
435
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
436
-  (exit $ac_status); }; }; then
 
437
+  (exit $ac_status); } && {
 
438
+        test -z "$ac_c_werror_flag" ||
 
439
+        test ! -s conftest.err
 
440
+       } && test -s conftest.$ac_objext; then
 
441
   ac_cv_prog_cc_g=yes
 
442
 else
 
443
   echo "$as_me: failed program was:" >&5
 
444
@@ -2536,27 +2523,10 @@
 
445
   rm -f conftest.er1
 
446
   cat conftest.err >&5
 
447
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
448
-  (exit $ac_status); } &&
 
449
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
450
-  { (case "(($ac_try" in
 
451
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
452
-  *) ac_try_echo=$ac_try;;
 
453
-esac
 
454
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
455
-  (eval "$ac_try") 2>&5
 
456
-  ac_status=$?
 
457
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
458
-  (exit $ac_status); }; } &&
 
459
-        { ac_try='test -s conftest.$ac_objext'
 
460
-  { (case "(($ac_try" in
 
461
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
462
-  *) ac_try_echo=$ac_try;;
 
463
-esac
 
464
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
465
-  (eval "$ac_try") 2>&5
 
466
-  ac_status=$?
 
467
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
468
-  (exit $ac_status); }; }; then
 
469
+  (exit $ac_status); } && {
 
470
+        test -z "$ac_c_werror_flag" ||
 
471
+        test ! -s conftest.err
 
472
+       } && test -s conftest.$ac_objext; then
 
473
   :
 
474
 else
 
475
   echo "$as_me: failed program was:" >&5
 
476
@@ -2592,27 +2562,10 @@
 
477
   rm -f conftest.er1
 
478
   cat conftest.err >&5
 
479
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
480
-  (exit $ac_status); } &&
 
481
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
482
-  { (case "(($ac_try" in
 
483
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
484
-  *) ac_try_echo=$ac_try;;
 
485
-esac
 
486
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
487
-  (eval "$ac_try") 2>&5
 
488
-  ac_status=$?
 
489
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
490
-  (exit $ac_status); }; } &&
 
491
-        { ac_try='test -s conftest.$ac_objext'
 
492
-  { (case "(($ac_try" in
 
493
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
494
-  *) ac_try_echo=$ac_try;;
 
495
-esac
 
496
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
497
-  (eval "$ac_try") 2>&5
 
498
-  ac_status=$?
 
499
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
500
-  (exit $ac_status); }; }; then
 
501
+  (exit $ac_status); } && {
 
502
+        test -z "$ac_c_werror_flag" ||
 
503
+        test ! -s conftest.err
 
504
+       } && test -s conftest.$ac_objext; then
 
505
   ac_cv_prog_cc_g=yes
 
506
 else
 
507
   echo "$as_me: failed program was:" >&5
 
508
@@ -2728,27 +2681,10 @@
 
509
   rm -f conftest.er1
 
510
   cat conftest.err >&5
 
511
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
512
-  (exit $ac_status); } &&
 
513
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
514
-  { (case "(($ac_try" in
 
515
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
516
-  *) ac_try_echo=$ac_try;;
 
517
-esac
 
518
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
519
-  (eval "$ac_try") 2>&5
 
520
-  ac_status=$?
 
521
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
522
-  (exit $ac_status); }; } &&
 
523
-        { ac_try='test -s conftest.$ac_objext'
 
524
-  { (case "(($ac_try" in
 
525
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
526
-  *) ac_try_echo=$ac_try;;
 
527
-esac
 
528
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
529
-  (eval "$ac_try") 2>&5
 
530
-  ac_status=$?
 
531
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
532
-  (exit $ac_status); }; }; then
 
533
+  (exit $ac_status); } && {
 
534
+        test -z "$ac_c_werror_flag" ||
 
535
+        test ! -s conftest.err
 
536
+       } && test -s conftest.$ac_objext; then
 
537
   ac_cv_prog_cc_c89=$ac_arg
 
538
 else
 
539
   echo "$as_me: failed program was:" >&5
 
540
@@ -2803,7 +2739,7 @@
 
541
   IFS=$as_save_IFS
 
542
   test -z "$as_dir" && as_dir=.
 
543
   for ac_exec_ext in '' $ac_executable_extensions; do
 
544
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
 
545
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
546
     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
 
547
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
548
     break 2
 
549
@@ -2843,7 +2779,7 @@
 
550
   IFS=$as_save_IFS
 
551
   test -z "$as_dir" && as_dir=.
 
552
   for ac_exec_ext in '' $ac_executable_extensions; do
 
553
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
 
554
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
555
     ac_cv_prog_ac_ct_RANLIB="ranlib"
 
556
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
557
     break 2
 
558
@@ -3095,7 +3031,7 @@
 
559
   IFS=$as_save_IFS
 
560
   test -z "$as_dir" && as_dir=.
 
561
   for ac_exec_ext in '' $ac_executable_extensions; do
 
562
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
 
563
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
564
     ac_cv_prog_MAKE="$ac_prog"
 
565
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
566
     break 2
 
567
@@ -3163,7 +3099,7 @@
 
568
   IFS=$as_save_IFS
 
569
   test -z "$as_dir" && as_dir=.
 
570
   for ac_exec_ext in '' $ac_executable_extensions; do
 
571
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
 
572
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
573
     ac_cv_prog_AR="ar"
 
574
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
575
     break 2
 
576
@@ -3203,7 +3139,7 @@
 
577
   IFS=$as_save_IFS
 
578
   test -z "$as_dir" && as_dir=.
 
579
   for ac_exec_ext in '' $ac_executable_extensions; do
 
580
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
 
581
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
582
     ac_cv_prog_ETAGS="$ac_prog"
 
583
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
584
     break 2
 
585
@@ -3246,7 +3182,7 @@
 
586
   IFS=$as_save_IFS
 
587
   test -z "$as_dir" && as_dir=.
 
588
   for ac_exec_ext in '' $ac_executable_extensions; do
 
589
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
 
590
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
591
     ac_cv_prog_AWK="$ac_prog"
 
592
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
593
     break 2
 
594
@@ -3288,7 +3224,7 @@
 
595
   IFS=$as_save_IFS
 
596
   test -z "$as_dir" && as_dir=.
 
597
   for ac_exec_ext in '' $ac_executable_extensions; do
 
598
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
 
599
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
600
     ac_cv_path_SED="$as_dir/$ac_word$ac_exec_ext"
 
601
     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
602
     break 2
 
603
@@ -3347,7 +3283,7 @@
 
604
     # by default.
 
605
     for ac_prog in ginstall scoinst install; do
 
606
       for ac_exec_ext in '' $ac_executable_extensions; do
 
607
-       if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; }; then
 
608
+       if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
 
609
          if test $ac_prog = install &&
 
610
            grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
 
611
            # AIX install.  It has an incompatible calling convention.
 
612
@@ -3455,17 +3391,10 @@
 
613
   rm -f conftest.er1
 
614
   cat conftest.err >&5
 
615
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
616
-  (exit $ac_status); } >/dev/null; then
 
617
-  if test -s conftest.err; then
 
618
-    ac_cpp_err=$ac_c_preproc_warn_flag
 
619
-    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
 
620
-  else
 
621
-    ac_cpp_err=
 
622
-  fi
 
623
-else
 
624
-  ac_cpp_err=yes
 
625
-fi
 
626
-if test -z "$ac_cpp_err"; then
 
627
+  (exit $ac_status); } >/dev/null && {
 
628
+        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
629
+        test ! -s conftest.err
 
630
+       }; then
 
631
   :
 
632
 else
 
633
   echo "$as_me: failed program was:" >&5
 
634
@@ -3499,17 +3428,10 @@
 
635
   rm -f conftest.er1
 
636
   cat conftest.err >&5
 
637
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
638
-  (exit $ac_status); } >/dev/null; then
 
639
-  if test -s conftest.err; then
 
640
-    ac_cpp_err=$ac_c_preproc_warn_flag
 
641
-    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
 
642
-  else
 
643
-    ac_cpp_err=
 
644
-  fi
 
645
-else
 
646
-  ac_cpp_err=yes
 
647
-fi
 
648
-if test -z "$ac_cpp_err"; then
 
649
+  (exit $ac_status); } >/dev/null && {
 
650
+        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
651
+        test ! -s conftest.err
 
652
+       }; then
 
653
   # Broken: success on invalid input.
 
654
 continue
 
655
 else
 
656
@@ -3574,17 +3496,10 @@
 
657
   rm -f conftest.er1
 
658
   cat conftest.err >&5
 
659
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
660
-  (exit $ac_status); } >/dev/null; then
 
661
-  if test -s conftest.err; then
 
662
-    ac_cpp_err=$ac_c_preproc_warn_flag
 
663
-    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
 
664
-  else
 
665
-    ac_cpp_err=
 
666
-  fi
 
667
-else
 
668
-  ac_cpp_err=yes
 
669
-fi
 
670
-if test -z "$ac_cpp_err"; then
 
671
+  (exit $ac_status); } >/dev/null && {
 
672
+        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
673
+        test ! -s conftest.err
 
674
+       }; then
 
675
   :
 
676
 else
 
677
   echo "$as_me: failed program was:" >&5
 
678
@@ -3618,17 +3533,10 @@
 
679
   rm -f conftest.er1
 
680
   cat conftest.err >&5
 
681
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
682
-  (exit $ac_status); } >/dev/null; then
 
683
-  if test -s conftest.err; then
 
684
-    ac_cpp_err=$ac_c_preproc_warn_flag
 
685
-    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
 
686
-  else
 
687
-    ac_cpp_err=
 
688
-  fi
 
689
-else
 
690
-  ac_cpp_err=yes
 
691
-fi
 
692
-if test -z "$ac_cpp_err"; then
 
693
+  (exit $ac_status); } >/dev/null && {
 
694
+        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
695
+        test ! -s conftest.err
 
696
+       }; then
 
697
   # Broken: success on invalid input.
 
698
 continue
 
699
 else
 
700
@@ -3715,27 +3623,11 @@
 
701
   rm -f conftest.er1
 
702
   cat conftest.err >&5
 
703
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
704
-  (exit $ac_status); } &&
 
705
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
706
-  { (case "(($ac_try" in
 
707
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
708
-  *) ac_try_echo=$ac_try;;
 
709
-esac
 
710
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
711
-  (eval "$ac_try") 2>&5
 
712
-  ac_status=$?
 
713
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
714
-  (exit $ac_status); }; } &&
 
715
-        { ac_try='test -s conftest$ac_exeext'
 
716
-  { (case "(($ac_try" in
 
717
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
718
-  *) ac_try_echo=$ac_try;;
 
719
-esac
 
720
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
721
-  (eval "$ac_try") 2>&5
 
722
-  ac_status=$?
 
723
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
724
-  (exit $ac_status); }; }; then
 
725
+  (exit $ac_status); } && {
 
726
+        test -z "$ac_c_werror_flag" ||
 
727
+        test ! -s conftest.err
 
728
+       } && test -s conftest$ac_exeext &&
 
729
+       $as_test_x conftest$ac_exeext; then
 
730
   ac_cv_search_strerror=$ac_res
 
731
 else
 
732
   echo "$as_me: failed program was:" >&5
 
733
@@ -3744,7 +3636,7 @@
 
734
 
 
735
 fi
 
736
 
 
737
-rm -f core conftest.err conftest.$ac_objext \
 
738
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
739
       conftest$ac_exeext
 
740
   if test "${ac_cv_search_strerror+set}" = set; then
 
741
   break
 
742
@@ -3788,7 +3680,7 @@
 
743
   for ac_prog in grep ggrep; do
 
744
   for ac_exec_ext in '' $ac_executable_extensions; do
 
745
     ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
 
746
-    { test -f "$ac_path_GREP" && $as_executable_p "$ac_path_GREP"; } || continue
 
747
+    { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
 
748
     # Check for GNU ac_path_GREP and select it if it is found.
 
749
   # Check for GNU $ac_path_GREP
 
750
 case `"$ac_path_GREP" --version 2>&1` in
 
751
@@ -3870,7 +3762,7 @@
 
752
   for ac_prog in egrep; do
 
753
   for ac_exec_ext in '' $ac_executable_extensions; do
 
754
     ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
 
755
-    { test -f "$ac_path_EGREP" && $as_executable_p "$ac_path_EGREP"; } || continue
 
756
+    { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
 
757
     # Check for GNU ac_path_EGREP and select it if it is found.
 
758
   # Check for GNU $ac_path_EGREP
 
759
 case `"$ac_path_EGREP" --version 2>&1` in
 
760
@@ -3966,27 +3858,10 @@
 
761
   rm -f conftest.er1
 
762
   cat conftest.err >&5
 
763
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
764
-  (exit $ac_status); } &&
 
765
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
766
-  { (case "(($ac_try" in
 
767
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
768
-  *) ac_try_echo=$ac_try;;
 
769
-esac
 
770
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
771
-  (eval "$ac_try") 2>&5
 
772
-  ac_status=$?
 
773
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
774
-  (exit $ac_status); }; } &&
 
775
-        { ac_try='test -s conftest.$ac_objext'
 
776
-  { (case "(($ac_try" in
 
777
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
778
-  *) ac_try_echo=$ac_try;;
 
779
-esac
 
780
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
781
-  (eval "$ac_try") 2>&5
 
782
-  ac_status=$?
 
783
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
784
-  (exit $ac_status); }; }; then
 
785
+  (exit $ac_status); } && {
 
786
+        test -z "$ac_c_werror_flag" ||
 
787
+        test ! -s conftest.err
 
788
+       } && test -s conftest.$ac_objext; then
 
789
   ac_cv_header_stdc=yes
 
790
 else
 
791
   echo "$as_me: failed program was:" >&5
 
792
@@ -4174,27 +4049,10 @@
 
793
   rm -f conftest.er1
 
794
   cat conftest.err >&5
 
795
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
796
-  (exit $ac_status); } &&
 
797
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
798
-  { (case "(($ac_try" in
 
799
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
800
-  *) ac_try_echo=$ac_try;;
 
801
-esac
 
802
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
803
-  (eval "$ac_try") 2>&5
 
804
-  ac_status=$?
 
805
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
806
-  (exit $ac_status); }; } &&
 
807
-        { ac_try='test -s conftest.$ac_objext'
 
808
-  { (case "(($ac_try" in
 
809
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
810
-  *) ac_try_echo=$ac_try;;
 
811
-esac
 
812
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
813
-  (eval "$ac_try") 2>&5
 
814
-  ac_status=$?
 
815
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
816
-  (exit $ac_status); }; }; then
 
817
+  (exit $ac_status); } && {
 
818
+        test -z "$ac_c_werror_flag" ||
 
819
+        test ! -s conftest.err
 
820
+       } && test -s conftest.$ac_objext; then
 
821
   break
 
822
 else
 
823
   echo "$as_me: failed program was:" >&5
 
824
@@ -4218,27 +4076,10 @@
 
825
   rm -f conftest.er1
 
826
   cat conftest.err >&5
 
827
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
828
-  (exit $ac_status); } &&
 
829
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
830
-  { (case "(($ac_try" in
 
831
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
832
-  *) ac_try_echo=$ac_try;;
 
833
-esac
 
834
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
835
-  (eval "$ac_try") 2>&5
 
836
-  ac_status=$?
 
837
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
838
-  (exit $ac_status); }; } &&
 
839
-        { ac_try='test -s conftest.$ac_objext'
 
840
-  { (case "(($ac_try" in
 
841
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
842
-  *) ac_try_echo=$ac_try;;
 
843
-esac
 
844
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
845
-  (eval "$ac_try") 2>&5
 
846
-  ac_status=$?
 
847
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
848
-  (exit $ac_status); }; }; then
 
849
+  (exit $ac_status); } && {
 
850
+        test -z "$ac_c_werror_flag" ||
 
851
+        test ! -s conftest.err
 
852
+       } && test -s conftest.$ac_objext; then
 
853
   ac_cv_sys_largefile_CC=' -n32'; break
 
854
 else
 
855
   echo "$as_me: failed program was:" >&5
 
856
@@ -4266,7 +4107,6 @@
 
857
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
858
 else
 
859
   while :; do
 
860
-  ac_cv_sys_file_offset_bits=no
 
861
   cat >conftest.$ac_ext <<_ACEOF
 
862
 /* confdefs.h.  */
 
863
 _ACEOF
 
864
@@ -4303,28 +4143,11 @@
 
865
   rm -f conftest.er1
 
866
   cat conftest.err >&5
 
867
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
868
-  (exit $ac_status); } &&
 
869
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
870
-  { (case "(($ac_try" in
 
871
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
872
-  *) ac_try_echo=$ac_try;;
 
873
-esac
 
874
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
875
-  (eval "$ac_try") 2>&5
 
876
-  ac_status=$?
 
877
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
878
-  (exit $ac_status); }; } &&
 
879
-        { ac_try='test -s conftest.$ac_objext'
 
880
-  { (case "(($ac_try" in
 
881
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
882
-  *) ac_try_echo=$ac_try;;
 
883
-esac
 
884
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
885
-  (eval "$ac_try") 2>&5
 
886
-  ac_status=$?
 
887
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
888
-  (exit $ac_status); }; }; then
 
889
-  break
 
890
+  (exit $ac_status); } && {
 
891
+        test -z "$ac_c_werror_flag" ||
 
892
+        test ! -s conftest.err
 
893
+       } && test -s conftest.$ac_objext; then
 
894
+  ac_cv_sys_file_offset_bits=no; break
 
895
 else
 
896
   echo "$as_me: failed program was:" >&5
 
897
 sed 's/^/| /' conftest.$ac_ext >&5
 
898
@@ -4370,27 +4193,10 @@
 
899
   rm -f conftest.er1
 
900
   cat conftest.err >&5
 
901
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
902
-  (exit $ac_status); } &&
 
903
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
904
-  { (case "(($ac_try" in
 
905
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
906
-  *) ac_try_echo=$ac_try;;
 
907
-esac
 
908
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
909
-  (eval "$ac_try") 2>&5
 
910
-  ac_status=$?
 
911
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
912
-  (exit $ac_status); }; } &&
 
913
-        { ac_try='test -s conftest.$ac_objext'
 
914
-  { (case "(($ac_try" in
 
915
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
916
-  *) ac_try_echo=$ac_try;;
 
917
-esac
 
918
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
919
-  (eval "$ac_try") 2>&5
 
920
-  ac_status=$?
 
921
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
922
-  (exit $ac_status); }; }; then
 
923
+  (exit $ac_status); } && {
 
924
+        test -z "$ac_c_werror_flag" ||
 
925
+        test ! -s conftest.err
 
926
+       } && test -s conftest.$ac_objext; then
 
927
   ac_cv_sys_file_offset_bits=64; break
 
928
 else
 
929
   echo "$as_me: failed program was:" >&5
 
930
@@ -4400,26 +4206,28 @@
 
931
 fi
 
932
 
 
933
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
934
+  ac_cv_sys_file_offset_bits=unknown
 
935
   break
 
936
 done
 
937
 fi
 
938
 { echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
 
939
 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6; }
 
940
-if test "$ac_cv_sys_file_offset_bits" != no; then
 
941
-
 
942
+case $ac_cv_sys_file_offset_bits in #(
 
943
+  no | unknown) ;;
 
944
+  *)
 
945
 cat >>confdefs.h <<_ACEOF
 
946
 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
 
947
 _ACEOF
 
948
-
 
949
-fi
 
950
+;;
 
951
+esac
 
952
 rm -f conftest*
 
953
-  { echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
 
954
+  if test $ac_cv_sys_file_offset_bits = unknown; then
 
955
+    { echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
 
956
 echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6; }
 
957
 if test "${ac_cv_sys_large_files+set}" = set; then
 
958
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
959
 else
 
960
   while :; do
 
961
-  ac_cv_sys_large_files=no
 
962
   cat >conftest.$ac_ext <<_ACEOF
 
963
 /* confdefs.h.  */
 
964
 _ACEOF
 
965
@@ -4456,28 +4264,11 @@
 
966
   rm -f conftest.er1
 
967
   cat conftest.err >&5
 
968
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
969
-  (exit $ac_status); } &&
 
970
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
971
-  { (case "(($ac_try" in
 
972
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
973
-  *) ac_try_echo=$ac_try;;
 
974
-esac
 
975
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
976
-  (eval "$ac_try") 2>&5
 
977
-  ac_status=$?
 
978
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
979
-  (exit $ac_status); }; } &&
 
980
-        { ac_try='test -s conftest.$ac_objext'
 
981
-  { (case "(($ac_try" in
 
982
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
983
-  *) ac_try_echo=$ac_try;;
 
984
-esac
 
985
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
986
-  (eval "$ac_try") 2>&5
 
987
-  ac_status=$?
 
988
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
989
-  (exit $ac_status); }; }; then
 
990
-  break
 
991
+  (exit $ac_status); } && {
 
992
+        test -z "$ac_c_werror_flag" ||
 
993
+        test ! -s conftest.err
 
994
+       } && test -s conftest.$ac_objext; then
 
995
+  ac_cv_sys_large_files=no; break
 
996
 else
 
997
   echo "$as_me: failed program was:" >&5
 
998
 sed 's/^/| /' conftest.$ac_ext >&5
 
999
@@ -4523,27 +4314,10 @@
 
1000
   rm -f conftest.er1
 
1001
   cat conftest.err >&5
 
1002
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1003
-  (exit $ac_status); } &&
 
1004
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
1005
-  { (case "(($ac_try" in
 
1006
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
1007
-  *) ac_try_echo=$ac_try;;
 
1008
-esac
 
1009
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
1010
-  (eval "$ac_try") 2>&5
 
1011
-  ac_status=$?
 
1012
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1013
-  (exit $ac_status); }; } &&
 
1014
-        { ac_try='test -s conftest.$ac_objext'
 
1015
-  { (case "(($ac_try" in
 
1016
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
1017
-  *) ac_try_echo=$ac_try;;
 
1018
-esac
 
1019
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
1020
-  (eval "$ac_try") 2>&5
 
1021
-  ac_status=$?
 
1022
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1023
-  (exit $ac_status); }; }; then
 
1024
+  (exit $ac_status); } && {
 
1025
+        test -z "$ac_c_werror_flag" ||
 
1026
+        test ! -s conftest.err
 
1027
+       } && test -s conftest.$ac_objext; then
 
1028
   ac_cv_sys_large_files=1; break
 
1029
 else
 
1030
   echo "$as_me: failed program was:" >&5
 
1031
@@ -4553,19 +4327,22 @@
 
1032
 fi
 
1033
 
 
1034
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
1035
+  ac_cv_sys_large_files=unknown
 
1036
   break
 
1037
 done
 
1038
 fi
 
1039
 { echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
 
1040
 echo "${ECHO_T}$ac_cv_sys_large_files" >&6; }
 
1041
-if test "$ac_cv_sys_large_files" != no; then
 
1042
-
 
1043
+case $ac_cv_sys_large_files in #(
 
1044
+  no | unknown) ;;
 
1045
+  *)
 
1046
 cat >>confdefs.h <<_ACEOF
 
1047
 #define _LARGE_FILES $ac_cv_sys_large_files
 
1048
 _ACEOF
 
1049
-
 
1050
-fi
 
1051
+;;
 
1052
+esac
 
1053
 rm -f conftest*
 
1054
+  fi
 
1055
 fi
 
1056
 
 
1057
 
 
1058
@@ -4633,27 +4410,10 @@
 
1059
   rm -f conftest.er1
 
1060
   cat conftest.err >&5
 
1061
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1062
-  (exit $ac_status); } &&
 
1063
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
1064
-  { (case "(($ac_try" in
 
1065
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
1066
-  *) ac_try_echo=$ac_try;;
 
1067
-esac
 
1068
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
1069
-  (eval "$ac_try") 2>&5
 
1070
-  ac_status=$?
 
1071
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1072
-  (exit $ac_status); }; } &&
 
1073
-        { ac_try='test -s conftest.$ac_objext'
 
1074
-  { (case "(($ac_try" in
 
1075
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
1076
-  *) ac_try_echo=$ac_try;;
 
1077
-esac
 
1078
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
1079
-  (eval "$ac_try") 2>&5
 
1080
-  ac_status=$?
 
1081
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1082
-  (exit $ac_status); }; }; then
 
1083
+  (exit $ac_status); } && {
 
1084
+        test -z "$ac_c_werror_flag" ||
 
1085
+        test ! -s conftest.err
 
1086
+       } && test -s conftest.$ac_objext; then
 
1087
   CMFLAGS="$CMFLAGS -belf"
 
1088
        { echo "$as_me:$LINENO: result: yes" >&5
 
1089
 echo "${ECHO_T}yes" >&6; }
 
1090
@@ -4710,27 +4470,10 @@
 
1091
   rm -f conftest.er1
 
1092
   cat conftest.err >&5
 
1093
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1094
-  (exit $ac_status); } &&
 
1095
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
1096
-  { (case "(($ac_try" in
 
1097
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
1098
-  *) ac_try_echo=$ac_try;;
 
1099
-esac
 
1100
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
1101
-  (eval "$ac_try") 2>&5
 
1102
-  ac_status=$?
 
1103
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1104
-  (exit $ac_status); }; } &&
 
1105
-        { ac_try='test -s conftest.$ac_objext'
 
1106
-  { (case "(($ac_try" in
 
1107
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
1108
-  *) ac_try_echo=$ac_try;;
 
1109
-esac
 
1110
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
1111
-  (eval "$ac_try") 2>&5
 
1112
-  ac_status=$?
 
1113
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1114
-  (exit $ac_status); }; }; then
 
1115
+  (exit $ac_status); } && {
 
1116
+        test -z "$ac_c_werror_flag" ||
 
1117
+        test ! -s conftest.err
 
1118
+       } && test -s conftest.$ac_objext; then
 
1119
   ac_cv_c_inline=$ac_kw
 
1120
 else
 
1121
   echo "$as_me: failed program was:" >&5
 
1122
@@ -4805,27 +4548,10 @@
 
1123
   rm -f conftest.er1
 
1124
   cat conftest.err >&5
 
1125
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1126
-  (exit $ac_status); } &&
 
1127
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
1128
-  { (case "(($ac_try" in
 
1129
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
1130
-  *) ac_try_echo=$ac_try;;
 
1131
-esac
 
1132
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
1133
-  (eval "$ac_try") 2>&5
 
1134
-  ac_status=$?
 
1135
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1136
-  (exit $ac_status); }; } &&
 
1137
-        { ac_try='test -s conftest.$ac_objext'
 
1138
-  { (case "(($ac_try" in
 
1139
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
1140
-  *) ac_try_echo=$ac_try;;
 
1141
-esac
 
1142
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
1143
-  (eval "$ac_try") 2>&5
 
1144
-  ac_status=$?
 
1145
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1146
-  (exit $ac_status); }; }; then
 
1147
+  (exit $ac_status); } && {
 
1148
+        test -z "$ac_c_werror_flag" ||
 
1149
+        test ! -s conftest.err
 
1150
+       } && test -s conftest.$ac_objext; then
 
1151
   eval "$as_ac_Header=yes"
 
1152
 else
 
1153
   echo "$as_me: failed program was:" >&5
 
1154
@@ -4885,27 +4611,11 @@
 
1155
   rm -f conftest.er1
 
1156
   cat conftest.err >&5
 
1157
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1158
-  (exit $ac_status); } &&
 
1159
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
1160
-  { (case "(($ac_try" in
 
1161
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
1162
-  *) ac_try_echo=$ac_try;;
 
1163
-esac
 
1164
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
1165
-  (eval "$ac_try") 2>&5
 
1166
-  ac_status=$?
 
1167
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1168
-  (exit $ac_status); }; } &&
 
1169
-        { ac_try='test -s conftest$ac_exeext'
 
1170
-  { (case "(($ac_try" in
 
1171
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
1172
-  *) ac_try_echo=$ac_try;;
 
1173
-esac
 
1174
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
1175
-  (eval "$ac_try") 2>&5
 
1176
-  ac_status=$?
 
1177
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1178
-  (exit $ac_status); }; }; then
 
1179
+  (exit $ac_status); } && {
 
1180
+        test -z "$ac_c_werror_flag" ||
 
1181
+        test ! -s conftest.err
 
1182
+       } && test -s conftest$ac_exeext &&
 
1183
+       $as_test_x conftest$ac_exeext; then
 
1184
   ac_cv_working_alloca_h=yes
 
1185
 else
 
1186
   echo "$as_me: failed program was:" >&5
 
1187
@@ -4914,7 +4624,7 @@
 
1188
        ac_cv_working_alloca_h=no
 
1189
 fi
 
1190
 
 
1191
-rm -f core conftest.err conftest.$ac_objext \
 
1192
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
1193
       conftest$ac_exeext conftest.$ac_ext
 
1194
 fi
 
1195
 { echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
 
1196
@@ -4945,7 +4655,7 @@
 
1197
 #  include <malloc.h>
 
1198
 #  define alloca _alloca
 
1199
 # else
 
1200
-#  if HAVE_ALLOCA_H
 
1201
+#  ifdef HAVE_ALLOCA_H
 
1202
 #   include <alloca.h>
 
1203
 #  else
 
1204
 #   ifdef _AIX
 
1205
@@ -4981,27 +4691,11 @@
 
1206
   rm -f conftest.er1
 
1207
   cat conftest.err >&5
 
1208
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1209
-  (exit $ac_status); } &&
 
1210
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
1211
-  { (case "(($ac_try" in
 
1212
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
1213
-  *) ac_try_echo=$ac_try;;
 
1214
-esac
 
1215
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
1216
-  (eval "$ac_try") 2>&5
 
1217
-  ac_status=$?
 
1218
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1219
-  (exit $ac_status); }; } &&
 
1220
-        { ac_try='test -s conftest$ac_exeext'
 
1221
-  { (case "(($ac_try" in
 
1222
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
1223
-  *) ac_try_echo=$ac_try;;
 
1224
-esac
 
1225
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
1226
-  (eval "$ac_try") 2>&5
 
1227
-  ac_status=$?
 
1228
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1229
-  (exit $ac_status); }; }; then
 
1230
+  (exit $ac_status); } && {
 
1231
+        test -z "$ac_c_werror_flag" ||
 
1232
+        test ! -s conftest.err
 
1233
+       } && test -s conftest$ac_exeext &&
 
1234
+       $as_test_x conftest$ac_exeext; then
 
1235
   ac_cv_func_alloca_works=yes
 
1236
 else
 
1237
   echo "$as_me: failed program was:" >&5
 
1238
@@ -5010,7 +4704,7 @@
 
1239
        ac_cv_func_alloca_works=no
 
1240
 fi
 
1241
 
 
1242
-rm -f core conftest.err conftest.$ac_objext \
 
1243
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
1244
       conftest$ac_exeext conftest.$ac_ext
 
1245
 fi
 
1246
 { echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
 
1247
@@ -5130,27 +4824,11 @@
 
1248
   rm -f conftest.er1
 
1249
   cat conftest.err >&5
 
1250
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1251
-  (exit $ac_status); } &&
 
1252
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
1253
-  { (case "(($ac_try" in
 
1254
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
1255
-  *) ac_try_echo=$ac_try;;
 
1256
-esac
 
1257
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
1258
-  (eval "$ac_try") 2>&5
 
1259
-  ac_status=$?
 
1260
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1261
-  (exit $ac_status); }; } &&
 
1262
-        { ac_try='test -s conftest$ac_exeext'
 
1263
-  { (case "(($ac_try" in
 
1264
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
1265
-  *) ac_try_echo=$ac_try;;
 
1266
-esac
 
1267
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
1268
-  (eval "$ac_try") 2>&5
 
1269
-  ac_status=$?
 
1270
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1271
-  (exit $ac_status); }; }; then
 
1272
+  (exit $ac_status); } && {
 
1273
+        test -z "$ac_c_werror_flag" ||
 
1274
+        test ! -s conftest.err
 
1275
+       } && test -s conftest$ac_exeext &&
 
1276
+       $as_test_x conftest$ac_exeext; then
 
1277
   eval "$as_ac_var=yes"
 
1278
 else
 
1279
   echo "$as_me: failed program was:" >&5
 
1280
@@ -5159,7 +4837,7 @@
 
1281
        eval "$as_ac_var=no"
 
1282
 fi
 
1283
 
 
1284
-rm -f core conftest.err conftest.$ac_objext \
 
1285
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
1286
       conftest$ac_exeext conftest.$ac_ext
 
1287
 fi
 
1288
 ac_res=`eval echo '${'$as_ac_var'}'`
 
1289
@@ -5274,7 +4952,8 @@
 
1290
 int
 
1291
 main ()
 
1292
 {
 
1293
-#if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
 
1294
+#if  ! (defined BYTE_ORDER && defined BIG_ENDIAN && defined LITTLE_ENDIAN \
 
1295
+       && BYTE_ORDER && BIG_ENDIAN && LITTLE_ENDIAN)
 
1296
  bogus endian macros
 
1297
 #endif
 
1298
 
 
1299
@@ -5295,27 +4974,10 @@
 
1300
   rm -f conftest.er1
 
1301
   cat conftest.err >&5
 
1302
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1303
-  (exit $ac_status); } &&
 
1304
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
1305
-  { (case "(($ac_try" in
 
1306
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
1307
-  *) ac_try_echo=$ac_try;;
 
1308
-esac
 
1309
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
1310
-  (eval "$ac_try") 2>&5
 
1311
-  ac_status=$?
 
1312
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1313
-  (exit $ac_status); }; } &&
 
1314
-        { ac_try='test -s conftest.$ac_objext'
 
1315
-  { (case "(($ac_try" in
 
1316
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
1317
-  *) ac_try_echo=$ac_try;;
 
1318
-esac
 
1319
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
1320
-  (eval "$ac_try") 2>&5
 
1321
-  ac_status=$?
 
1322
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1323
-  (exit $ac_status); }; }; then
 
1324
+  (exit $ac_status); } && {
 
1325
+        test -z "$ac_c_werror_flag" ||
 
1326
+        test ! -s conftest.err
 
1327
+       } && test -s conftest.$ac_objext; then
 
1328
   # It does; now see whether it defined to BIG_ENDIAN or not.
 
1329
 cat >conftest.$ac_ext <<_ACEOF
 
1330
 /* confdefs.h.  */
 
1331
@@ -5350,27 +5012,10 @@
 
1332
   rm -f conftest.er1
 
1333
   cat conftest.err >&5
 
1334
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1335
-  (exit $ac_status); } &&
 
1336
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
1337
-  { (case "(($ac_try" in
 
1338
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
1339
-  *) ac_try_echo=$ac_try;;
 
1340
-esac
 
1341
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
1342
-  (eval "$ac_try") 2>&5
 
1343
-  ac_status=$?
 
1344
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1345
-  (exit $ac_status); }; } &&
 
1346
-        { ac_try='test -s conftest.$ac_objext'
 
1347
-  { (case "(($ac_try" in
 
1348
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
1349
-  *) ac_try_echo=$ac_try;;
 
1350
-esac
 
1351
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
1352
-  (eval "$ac_try") 2>&5
 
1353
-  ac_status=$?
 
1354
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1355
-  (exit $ac_status); }; }; then
 
1356
+  (exit $ac_status); } && {
 
1357
+        test -z "$ac_c_werror_flag" ||
 
1358
+        test ! -s conftest.err
 
1359
+       } && test -s conftest.$ac_objext; then
 
1360
   ac_cv_c_bigendian=yes
 
1361
 else
 
1362
   echo "$as_me: failed program was:" >&5
 
1363
@@ -5421,27 +5066,10 @@
 
1364
   rm -f conftest.er1
 
1365
   cat conftest.err >&5
 
1366
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1367
-  (exit $ac_status); } &&
 
1368
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
1369
-  { (case "(($ac_try" in
 
1370
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
1371
-  *) ac_try_echo=$ac_try;;
 
1372
-esac
 
1373
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
1374
-  (eval "$ac_try") 2>&5
 
1375
-  ac_status=$?
 
1376
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1377
-  (exit $ac_status); }; } &&
 
1378
-        { ac_try='test -s conftest.$ac_objext'
 
1379
-  { (case "(($ac_try" in
 
1380
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
1381
-  *) ac_try_echo=$ac_try;;
 
1382
-esac
 
1383
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
1384
-  (eval "$ac_try") 2>&5
 
1385
-  ac_status=$?
 
1386
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1387
-  (exit $ac_status); }; }; then
 
1388
+  (exit $ac_status); } && {
 
1389
+        test -z "$ac_c_werror_flag" ||
 
1390
+        test ! -s conftest.err
 
1391
+       } && test -s conftest.$ac_objext; then
 
1392
   if grep BIGenDianSyS conftest.$ac_objext >/dev/null ; then
 
1393
   ac_cv_c_bigendian=yes
 
1394
 fi
 
1395
@@ -5661,27 +5289,10 @@
 
1396
   rm -f conftest.er1
 
1397
   cat conftest.err >&5
 
1398
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1399
-  (exit $ac_status); } &&
 
1400
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
1401
-  { (case "(($ac_try" in
 
1402
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
1403
-  *) ac_try_echo=$ac_try;;
 
1404
-esac
 
1405
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
1406
-  (eval "$ac_try") 2>&5
 
1407
-  ac_status=$?
 
1408
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1409
-  (exit $ac_status); }; } &&
 
1410
-        { ac_try='test -s conftest.$ac_objext'
 
1411
-  { (case "(($ac_try" in
 
1412
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
1413
-  *) ac_try_echo=$ac_try;;
 
1414
-esac
 
1415
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
1416
-  (eval "$ac_try") 2>&5
 
1417
-  ac_status=$?
 
1418
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1419
-  (exit $ac_status); }; }; then
 
1420
+  (exit $ac_status); } && {
 
1421
+        test -z "$ac_c_werror_flag" ||
 
1422
+        test ! -s conftest.err
 
1423
+       } && test -s conftest.$ac_objext; then
 
1424
   ac_header_compiler=yes
 
1425
 else
 
1426
   echo "$as_me: failed program was:" >&5
 
1427
@@ -5717,17 +5328,10 @@
 
1428
   rm -f conftest.er1
 
1429
   cat conftest.err >&5
 
1430
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1431
-  (exit $ac_status); } >/dev/null; then
 
1432
-  if test -s conftest.err; then
 
1433
-    ac_cpp_err=$ac_c_preproc_warn_flag
 
1434
-    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
 
1435
-  else
 
1436
-    ac_cpp_err=
 
1437
-  fi
 
1438
-else
 
1439
-  ac_cpp_err=yes
 
1440
-fi
 
1441
-if test -z "$ac_cpp_err"; then
 
1442
+  (exit $ac_status); } >/dev/null && {
 
1443
+        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
1444
+        test ! -s conftest.err
 
1445
+       }; then
 
1446
   ac_header_preproc=yes
 
1447
 else
 
1448
   echo "$as_me: failed program was:" >&5
 
1449
@@ -5829,27 +5433,11 @@
 
1450
   rm -f conftest.er1
 
1451
   cat conftest.err >&5
 
1452
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1453
-  (exit $ac_status); } &&
 
1454
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
1455
-  { (case "(($ac_try" in
 
1456
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
1457
-  *) ac_try_echo=$ac_try;;
 
1458
-esac
 
1459
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
1460
-  (eval "$ac_try") 2>&5
 
1461
-  ac_status=$?
 
1462
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1463
-  (exit $ac_status); }; } &&
 
1464
-        { ac_try='test -s conftest$ac_exeext'
 
1465
-  { (case "(($ac_try" in
 
1466
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
1467
-  *) ac_try_echo=$ac_try;;
 
1468
-esac
 
1469
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
1470
-  (eval "$ac_try") 2>&5
 
1471
-  ac_status=$?
 
1472
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1473
-  (exit $ac_status); }; }; then
 
1474
+  (exit $ac_status); } && {
 
1475
+        test -z "$ac_c_werror_flag" ||
 
1476
+        test ! -s conftest.err
 
1477
+       } && test -s conftest$ac_exeext &&
 
1478
+       $as_test_x conftest$ac_exeext; then
 
1479
   ac_cv_lib_dl_dlopen=yes
 
1480
 else
 
1481
   echo "$as_me: failed program was:" >&5
 
1482
@@ -5858,7 +5446,7 @@
 
1483
        ac_cv_lib_dl_dlopen=no
 
1484
 fi
 
1485
 
 
1486
-rm -f core conftest.err conftest.$ac_objext \
 
1487
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
1488
       conftest$ac_exeext conftest.$ac_ext
 
1489
 LIBS=$ac_check_lib_save_LIBS
 
1490
 fi
 
1491
@@ -5941,27 +5529,11 @@
 
1492
   rm -f conftest.er1
 
1493
   cat conftest.err >&5
 
1494
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1495
-  (exit $ac_status); } &&
 
1496
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
1497
-  { (case "(($ac_try" in
 
1498
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
1499
-  *) ac_try_echo=$ac_try;;
 
1500
-esac
 
1501
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
1502
-  (eval "$ac_try") 2>&5
 
1503
-  ac_status=$?
 
1504
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1505
-  (exit $ac_status); }; } &&
 
1506
-        { ac_try='test -s conftest$ac_exeext'
 
1507
-  { (case "(($ac_try" in
 
1508
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
1509
-  *) ac_try_echo=$ac_try;;
 
1510
-esac
 
1511
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
1512
-  (eval "$ac_try") 2>&5
 
1513
-  ac_status=$?
 
1514
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1515
-  (exit $ac_status); }; }; then
 
1516
+  (exit $ac_status); } && {
 
1517
+        test -z "$ac_c_werror_flag" ||
 
1518
+        test ! -s conftest.err
 
1519
+       } && test -s conftest$ac_exeext &&
 
1520
+       $as_test_x conftest$ac_exeext; then
 
1521
   eval "$as_ac_var=yes"
 
1522
 else
 
1523
   echo "$as_me: failed program was:" >&5
 
1524
@@ -5970,7 +5542,7 @@
 
1525
        eval "$as_ac_var=no"
 
1526
 fi
 
1527
 
 
1528
-rm -f core conftest.err conftest.$ac_objext \
 
1529
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
1530
       conftest$ac_exeext conftest.$ac_ext
 
1531
 fi
 
1532
 ac_res=`eval echo '${'$as_ac_var'}'`
 
1533
@@ -6028,27 +5600,11 @@
 
1534
   rm -f conftest.er1
 
1535
   cat conftest.err >&5
 
1536
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1537
-  (exit $ac_status); } &&
 
1538
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
1539
-  { (case "(($ac_try" in
 
1540
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
1541
-  *) ac_try_echo=$ac_try;;
 
1542
-esac
 
1543
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
1544
-  (eval "$ac_try") 2>&5
 
1545
-  ac_status=$?
 
1546
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1547
-  (exit $ac_status); }; } &&
 
1548
-        { ac_try='test -s conftest$ac_exeext'
 
1549
-  { (case "(($ac_try" in
 
1550
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
1551
-  *) ac_try_echo=$ac_try;;
 
1552
-esac
 
1553
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
1554
-  (eval "$ac_try") 2>&5
 
1555
-  ac_status=$?
 
1556
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1557
-  (exit $ac_status); }; }; then
 
1558
+  (exit $ac_status); } && {
 
1559
+        test -z "$ac_c_werror_flag" ||
 
1560
+        test ! -s conftest.err
 
1561
+       } && test -s conftest$ac_exeext &&
 
1562
+       $as_test_x conftest$ac_exeext; then
 
1563
   ac_cv_lib_dld_shl_load=yes
 
1564
 else
 
1565
   echo "$as_me: failed program was:" >&5
 
1566
@@ -6057,7 +5613,7 @@
 
1567
        ac_cv_lib_dld_shl_load=no
 
1568
 fi
 
1569
 
 
1570
-rm -f core conftest.err conftest.$ac_objext \
 
1571
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
1572
       conftest$ac_exeext conftest.$ac_ext
 
1573
 LIBS=$ac_check_lib_save_LIBS
 
1574
 fi
 
1575
@@ -6139,27 +5695,11 @@
 
1576
   rm -f conftest.er1
 
1577
   cat conftest.err >&5
 
1578
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1579
-  (exit $ac_status); } &&
 
1580
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
1581
-  { (case "(($ac_try" in
 
1582
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
1583
-  *) ac_try_echo=$ac_try;;
 
1584
-esac
 
1585
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
1586
-  (eval "$ac_try") 2>&5
 
1587
-  ac_status=$?
 
1588
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1589
-  (exit $ac_status); }; } &&
 
1590
-        { ac_try='test -s conftest$ac_exeext'
 
1591
-  { (case "(($ac_try" in
 
1592
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
1593
-  *) ac_try_echo=$ac_try;;
 
1594
-esac
 
1595
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
1596
-  (eval "$ac_try") 2>&5
 
1597
-  ac_status=$?
 
1598
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1599
-  (exit $ac_status); }; }; then
 
1600
+  (exit $ac_status); } && {
 
1601
+        test -z "$ac_c_werror_flag" ||
 
1602
+        test ! -s conftest.err
 
1603
+       } && test -s conftest$ac_exeext &&
 
1604
+       $as_test_x conftest$ac_exeext; then
 
1605
   eval "$as_ac_var=yes"
 
1606
 else
 
1607
   echo "$as_me: failed program was:" >&5
 
1608
@@ -6168,7 +5708,7 @@
 
1609
        eval "$as_ac_var=no"
 
1610
 fi
 
1611
 
 
1612
-rm -f core conftest.err conftest.$ac_objext \
 
1613
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
1614
       conftest$ac_exeext conftest.$ac_ext
 
1615
 fi
 
1616
 ac_res=`eval echo '${'$as_ac_var'}'`
 
1617
@@ -6225,27 +5765,10 @@
 
1618
   rm -f conftest.er1
 
1619
   cat conftest.err >&5
 
1620
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1621
-  (exit $ac_status); } &&
 
1622
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
1623
-  { (case "(($ac_try" in
 
1624
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
1625
-  *) ac_try_echo=$ac_try;;
 
1626
-esac
 
1627
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
1628
-  (eval "$ac_try") 2>&5
 
1629
-  ac_status=$?
 
1630
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1631
-  (exit $ac_status); }; } &&
 
1632
-        { ac_try='test -s conftest.$ac_objext'
 
1633
-  { (case "(($ac_try" in
 
1634
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
1635
-  *) ac_try_echo=$ac_try;;
 
1636
-esac
 
1637
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
1638
-  (eval "$ac_try") 2>&5
 
1639
-  ac_status=$?
 
1640
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1641
-  (exit $ac_status); }; }; then
 
1642
+  (exit $ac_status); } && {
 
1643
+        test -z "$ac_c_werror_flag" ||
 
1644
+        test ! -s conftest.err
 
1645
+       } && test -s conftest.$ac_objext; then
 
1646
   ac_cv_func_dlopen=yes
 
1647
 
 
1648
 cat >>confdefs.h <<\_ACEOF
 
1649
@@ -6422,7 +5945,7 @@
 
1650
            SO_PIC="-KPIC"
 
1651
        fi
 
1652
        ;;
 
1653
-  *hppa*|*hpux*)
 
1654
+  *hpux*)
 
1655
        SO_EXT="sl"
 
1656
        LDFLAGS="$LDFLAGS -Wl,-E"
 
1657
        if test "$GCC" != "yes"; then
 
1658
@@ -6471,27 +5994,11 @@
 
1659
   rm -f conftest.er1
 
1660
   cat conftest.err >&5
 
1661
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1662
-  (exit $ac_status); } &&
 
1663
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
1664
-  { (case "(($ac_try" in
 
1665
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
1666
-  *) ac_try_echo=$ac_try;;
 
1667
-esac
 
1668
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
1669
-  (eval "$ac_try") 2>&5
 
1670
-  ac_status=$?
 
1671
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1672
-  (exit $ac_status); }; } &&
 
1673
-        { ac_try='test -s conftest$ac_exeext'
 
1674
-  { (case "(($ac_try" in
 
1675
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
1676
-  *) ac_try_echo=$ac_try;;
 
1677
-esac
 
1678
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
1679
-  (eval "$ac_try") 2>&5
 
1680
-  ac_status=$?
 
1681
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1682
-  (exit $ac_status); }; }; then
 
1683
+  (exit $ac_status); } && {
 
1684
+        test -z "$ac_c_werror_flag" ||
 
1685
+        test ! -s conftest.err
 
1686
+       } && test -s conftest$ac_exeext &&
 
1687
+       $as_test_x conftest$ac_exeext; then
 
1688
   ac_cv_lib_exc_main=yes
 
1689
 else
 
1690
   echo "$as_me: failed program was:" >&5
 
1691
@@ -6500,7 +6007,7 @@
 
1692
        ac_cv_lib_exc_main=no
 
1693
 fi
 
1694
 
 
1695
-rm -f core conftest.err conftest.$ac_objext \
 
1696
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
1697
       conftest$ac_exeext conftest.$ac_ext
 
1698
 LIBS=$ac_check_lib_save_LIBS
 
1699
 fi
 
1700
@@ -6528,7 +6035,7 @@
 
1701
            SO_LDFLAGS="-bI:$PLBASE/include/SWI-Exports"
 
1702
        fi
 
1703
        ;;
 
1704
-  *x86_64*linux)
 
1705
+  *x86_64*linux|*hppa*linux)
 
1706
        if test "x$MKSHARED" = "x"; then
 
1707
            MKSHARED=yes
 
1708
        fi
 
1709
@@ -6679,27 +6186,11 @@
 
1710
   rm -f conftest.er1
 
1711
   cat conftest.err >&5
 
1712
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1713
-  (exit $ac_status); } &&
 
1714
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
1715
-  { (case "(($ac_try" in
 
1716
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
1717
-  *) ac_try_echo=$ac_try;;
 
1718
-esac
 
1719
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
1720
-  (eval "$ac_try") 2>&5
 
1721
-  ac_status=$?
 
1722
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1723
-  (exit $ac_status); }; } &&
 
1724
-        { ac_try='test -s conftest$ac_exeext'
 
1725
-  { (case "(($ac_try" in
 
1726
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
1727
-  *) ac_try_echo=$ac_try;;
 
1728
-esac
 
1729
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
1730
-  (eval "$ac_try") 2>&5
 
1731
-  ac_status=$?
 
1732
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1733
-  (exit $ac_status); }; }; then
 
1734
+  (exit $ac_status); } && {
 
1735
+        test -z "$ac_c_werror_flag" ||
 
1736
+        test ! -s conftest.err
 
1737
+       } && test -s conftest$ac_exeext &&
 
1738
+       $as_test_x conftest$ac_exeext; then
 
1739
   pthread_ok=true
 
1740
                  CMFLAGS="$CMFLAGS $PTHREAD"
 
1741
                  LDFLAGS="$LDFLAGS $PTHREAD"
 
1742
@@ -6714,7 +6205,7 @@
 
1743
 echo "${ECHO_T}no" >&6; }
 
1744
 fi
 
1745
 
 
1746
-rm -f core conftest.err conftest.$ac_objext \
 
1747
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
1748
       conftest$ac_exeext conftest.$ac_ext
 
1749
       fi
 
1750
     done
 
1751
@@ -6758,27 +6249,11 @@
 
1752
   rm -f conftest.er1
 
1753
   cat conftest.err >&5
 
1754
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1755
-  (exit $ac_status); } &&
 
1756
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
1757
-  { (case "(($ac_try" in
 
1758
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
1759
-  *) ac_try_echo=$ac_try;;
 
1760
-esac
 
1761
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
1762
-  (eval "$ac_try") 2>&5
 
1763
-  ac_status=$?
 
1764
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1765
-  (exit $ac_status); }; } &&
 
1766
-        { ac_try='test -s conftest$ac_exeext'
 
1767
-  { (case "(($ac_try" in
 
1768
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
1769
-  *) ac_try_echo=$ac_try;;
 
1770
-esac
 
1771
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
1772
-  (eval "$ac_try") 2>&5
 
1773
-  ac_status=$?
 
1774
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1775
-  (exit $ac_status); }; }; then
 
1776
+  (exit $ac_status); } && {
 
1777
+        test -z "$ac_c_werror_flag" ||
 
1778
+        test ! -s conftest.err
 
1779
+       } && test -s conftest$ac_exeext &&
 
1780
+       $as_test_x conftest$ac_exeext; then
 
1781
   ac_cv_lib_pthread_main=yes
 
1782
 else
 
1783
   echo "$as_me: failed program was:" >&5
 
1784
@@ -6787,7 +6262,7 @@
 
1785
        ac_cv_lib_pthread_main=no
 
1786
 fi
 
1787
 
 
1788
-rm -f core conftest.err conftest.$ac_objext \
 
1789
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
1790
       conftest$ac_exeext conftest.$ac_ext
 
1791
 LIBS=$ac_check_lib_save_LIBS
 
1792
 fi
 
1793
@@ -6859,27 +6334,11 @@
 
1794
   rm -f conftest.er1
 
1795
   cat conftest.err >&5
 
1796
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1797
-  (exit $ac_status); } &&
 
1798
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
1799
-  { (case "(($ac_try" in
 
1800
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
1801
-  *) ac_try_echo=$ac_try;;
 
1802
-esac
 
1803
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
1804
-  (eval "$ac_try") 2>&5
 
1805
-  ac_status=$?
 
1806
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1807
-  (exit $ac_status); }; } &&
 
1808
-        { ac_try='test -s conftest$ac_exeext'
 
1809
-  { (case "(($ac_try" in
 
1810
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
1811
-  *) ac_try_echo=$ac_try;;
 
1812
-esac
 
1813
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
1814
-  (eval "$ac_try") 2>&5
 
1815
-  ac_status=$?
 
1816
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1817
-  (exit $ac_status); }; }; then
 
1818
+  (exit $ac_status); } && {
 
1819
+        test -z "$ac_c_werror_flag" ||
 
1820
+        test ! -s conftest.err
 
1821
+       } && test -s conftest$ac_exeext &&
 
1822
+       $as_test_x conftest$ac_exeext; then
 
1823
   ac_cv_lib_rt_sem_init=yes
 
1824
 else
 
1825
   echo "$as_me: failed program was:" >&5
 
1826
@@ -6888,7 +6347,7 @@
 
1827
        ac_cv_lib_rt_sem_init=no
 
1828
 fi
 
1829
 
 
1830
-rm -f core conftest.err conftest.$ac_objext \
 
1831
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
1832
       conftest$ac_exeext conftest.$ac_ext
 
1833
 LIBS=$ac_check_lib_save_LIBS
 
1834
 fi
 
1835
@@ -6970,27 +6429,11 @@
 
1836
   rm -f conftest.er1
 
1837
   cat conftest.err >&5
 
1838
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1839
-  (exit $ac_status); } &&
 
1840
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
1841
-  { (case "(($ac_try" in
 
1842
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
1843
-  *) ac_try_echo=$ac_try;;
 
1844
-esac
 
1845
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
1846
-  (eval "$ac_try") 2>&5
 
1847
-  ac_status=$?
 
1848
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1849
-  (exit $ac_status); }; } &&
 
1850
-        { ac_try='test -s conftest$ac_exeext'
 
1851
-  { (case "(($ac_try" in
 
1852
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
1853
-  *) ac_try_echo=$ac_try;;
 
1854
-esac
 
1855
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
1856
-  (eval "$ac_try") 2>&5
 
1857
-  ac_status=$?
 
1858
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1859
-  (exit $ac_status); }; }; then
 
1860
+  (exit $ac_status); } && {
 
1861
+        test -z "$ac_c_werror_flag" ||
 
1862
+        test ! -s conftest.err
 
1863
+       } && test -s conftest$ac_exeext &&
 
1864
+       $as_test_x conftest$ac_exeext; then
 
1865
   eval "$as_ac_var=yes"
 
1866
 else
 
1867
   echo "$as_me: failed program was:" >&5
 
1868
@@ -6999,7 +6442,7 @@
 
1869
        eval "$as_ac_var=no"
 
1870
 fi
 
1871
 
 
1872
-rm -f core conftest.err conftest.$ac_objext \
 
1873
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
1874
       conftest$ac_exeext conftest.$ac_ext
 
1875
 fi
 
1876
 ac_res=`eval echo '${'$as_ac_var'}'`
 
1877
@@ -7057,27 +6500,11 @@
 
1878
   rm -f conftest.er1
 
1879
   cat conftest.err >&5
 
1880
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1881
-  (exit $ac_status); } &&
 
1882
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
1883
-  { (case "(($ac_try" in
 
1884
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
1885
-  *) ac_try_echo=$ac_try;;
 
1886
-esac
 
1887
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
1888
-  (eval "$ac_try") 2>&5
 
1889
-  ac_status=$?
 
1890
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1891
-  (exit $ac_status); }; } &&
 
1892
-        { ac_try='test -s conftest$ac_exeext'
 
1893
-  { (case "(($ac_try" in
 
1894
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
1895
-  *) ac_try_echo=$ac_try;;
 
1896
-esac
 
1897
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
1898
-  (eval "$ac_try") 2>&5
 
1899
-  ac_status=$?
 
1900
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1901
-  (exit $ac_status); }; }; then
 
1902
+  (exit $ac_status); } && {
 
1903
+        test -z "$ac_c_werror_flag" ||
 
1904
+        test ! -s conftest.err
 
1905
+       } && test -s conftest$ac_exeext &&
 
1906
+       $as_test_x conftest$ac_exeext; then
 
1907
   ac_cv_lib_thread_sema_init=yes
 
1908
 else
 
1909
   echo "$as_me: failed program was:" >&5
 
1910
@@ -7086,7 +6513,7 @@
 
1911
        ac_cv_lib_thread_sema_init=no
 
1912
 fi
 
1913
 
 
1914
-rm -f core conftest.err conftest.$ac_objext \
 
1915
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
1916
       conftest$ac_exeext conftest.$ac_ext
 
1917
 LIBS=$ac_check_lib_save_LIBS
 
1918
 fi
 
1919
@@ -7168,27 +6595,11 @@
 
1920
   rm -f conftest.er1
 
1921
   cat conftest.err >&5
 
1922
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1923
-  (exit $ac_status); } &&
 
1924
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
1925
-  { (case "(($ac_try" in
 
1926
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
1927
-  *) ac_try_echo=$ac_try;;
 
1928
-esac
 
1929
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
1930
-  (eval "$ac_try") 2>&5
 
1931
-  ac_status=$?
 
1932
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1933
-  (exit $ac_status); }; } &&
 
1934
-        { ac_try='test -s conftest$ac_exeext'
 
1935
-  { (case "(($ac_try" in
 
1936
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
1937
-  *) ac_try_echo=$ac_try;;
 
1938
-esac
 
1939
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
1940
-  (eval "$ac_try") 2>&5
 
1941
-  ac_status=$?
 
1942
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1943
-  (exit $ac_status); }; }; then
 
1944
+  (exit $ac_status); } && {
 
1945
+        test -z "$ac_c_werror_flag" ||
 
1946
+        test ! -s conftest.err
 
1947
+       } && test -s conftest$ac_exeext &&
 
1948
+       $as_test_x conftest$ac_exeext; then
 
1949
   eval "$as_ac_var=yes"
 
1950
 else
 
1951
   echo "$as_me: failed program was:" >&5
 
1952
@@ -7197,7 +6608,7 @@
 
1953
        eval "$as_ac_var=no"
 
1954
 fi
 
1955
 
 
1956
-rm -f core conftest.err conftest.$ac_objext \
 
1957
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
1958
       conftest$ac_exeext conftest.$ac_ext
 
1959
 fi
 
1960
 ac_res=`eval echo '${'$as_ac_var'}'`
 
1961
@@ -7280,27 +6691,11 @@
 
1962
   rm -f conftest.er1
 
1963
   cat conftest.err >&5
 
1964
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1965
-  (exit $ac_status); } &&
 
1966
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
1967
-  { (case "(($ac_try" in
 
1968
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
1969
-  *) ac_try_echo=$ac_try;;
 
1970
-esac
 
1971
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
1972
-  (eval "$ac_try") 2>&5
 
1973
-  ac_status=$?
 
1974
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1975
-  (exit $ac_status); }; } &&
 
1976
-        { ac_try='test -s conftest$ac_exeext'
 
1977
-  { (case "(($ac_try" in
 
1978
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
1979
-  *) ac_try_echo=$ac_try;;
 
1980
-esac
 
1981
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
1982
-  (eval "$ac_try") 2>&5
 
1983
-  ac_status=$?
 
1984
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
1985
-  (exit $ac_status); }; }; then
 
1986
+  (exit $ac_status); } && {
 
1987
+        test -z "$ac_c_werror_flag" ||
 
1988
+        test ! -s conftest.err
 
1989
+       } && test -s conftest$ac_exeext &&
 
1990
+       $as_test_x conftest$ac_exeext; then
 
1991
   eval "$as_ac_var=yes"
 
1992
 else
 
1993
   echo "$as_me: failed program was:" >&5
 
1994
@@ -7309,7 +6704,7 @@
 
1995
        eval "$as_ac_var=no"
 
1996
 fi
 
1997
 
 
1998
-rm -f core conftest.err conftest.$ac_objext \
 
1999
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
2000
       conftest$ac_exeext conftest.$ac_ext
 
2001
 fi
 
2002
 ac_res=`eval echo '${'$as_ac_var'}'`
 
2003
@@ -7390,27 +6785,11 @@
 
2004
   rm -f conftest.er1
 
2005
   cat conftest.err >&5
 
2006
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2007
-  (exit $ac_status); } &&
 
2008
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
2009
-  { (case "(($ac_try" in
 
2010
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2011
-  *) ac_try_echo=$ac_try;;
 
2012
-esac
 
2013
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2014
-  (eval "$ac_try") 2>&5
 
2015
-  ac_status=$?
 
2016
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2017
-  (exit $ac_status); }; } &&
 
2018
-        { ac_try='test -s conftest$ac_exeext'
 
2019
-  { (case "(($ac_try" in
 
2020
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2021
-  *) ac_try_echo=$ac_try;;
 
2022
-esac
 
2023
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2024
-  (eval "$ac_try") 2>&5
 
2025
-  ac_status=$?
 
2026
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2027
-  (exit $ac_status); }; }; then
 
2028
+  (exit $ac_status); } && {
 
2029
+        test -z "$ac_c_werror_flag" ||
 
2030
+        test ! -s conftest.err
 
2031
+       } && test -s conftest$ac_exeext &&
 
2032
+       $as_test_x conftest$ac_exeext; then
 
2033
   eval "$as_ac_var=yes"
 
2034
 else
 
2035
   echo "$as_me: failed program was:" >&5
 
2036
@@ -7419,7 +6798,7 @@
 
2037
        eval "$as_ac_var=no"
 
2038
 fi
 
2039
 
 
2040
-rm -f core conftest.err conftest.$ac_objext \
 
2041
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
2042
       conftest$ac_exeext conftest.$ac_ext
 
2043
 fi
 
2044
 ac_res=`eval echo '${'$as_ac_var'}'`
 
2045
@@ -7518,27 +6897,11 @@
 
2046
   rm -f conftest.er1
 
2047
   cat conftest.err >&5
 
2048
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2049
-  (exit $ac_status); } &&
 
2050
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
2051
-  { (case "(($ac_try" in
 
2052
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2053
-  *) ac_try_echo=$ac_try;;
 
2054
-esac
 
2055
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2056
-  (eval "$ac_try") 2>&5
 
2057
-  ac_status=$?
 
2058
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2059
-  (exit $ac_status); }; } &&
 
2060
-        { ac_try='test -s conftest$ac_exeext'
 
2061
-  { (case "(($ac_try" in
 
2062
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2063
-  *) ac_try_echo=$ac_try;;
 
2064
-esac
 
2065
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2066
-  (eval "$ac_try") 2>&5
 
2067
-  ac_status=$?
 
2068
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2069
-  (exit $ac_status); }; }; then
 
2070
+  (exit $ac_status); } && {
 
2071
+        test -z "$ac_c_werror_flag" ||
 
2072
+        test ! -s conftest.err
 
2073
+       } && test -s conftest$ac_exeext &&
 
2074
+       $as_test_x conftest$ac_exeext; then
 
2075
   eval "$as_ac_var=yes"
 
2076
 else
 
2077
   echo "$as_me: failed program was:" >&5
 
2078
@@ -7547,7 +6910,7 @@
 
2079
        eval "$as_ac_var=no"
 
2080
 fi
 
2081
 
 
2082
-rm -f core conftest.err conftest.$ac_objext \
 
2083
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
2084
       conftest$ac_exeext conftest.$ac_ext
 
2085
 fi
 
2086
 ac_res=`eval echo '${'$as_ac_var'}'`
 
2087
@@ -7602,27 +6965,10 @@
 
2088
   rm -f conftest.er1
 
2089
   cat conftest.err >&5
 
2090
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2091
-  (exit $ac_status); } &&
 
2092
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
2093
-  { (case "(($ac_try" in
 
2094
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2095
-  *) ac_try_echo=$ac_try;;
 
2096
-esac
 
2097
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2098
-  (eval "$ac_try") 2>&5
 
2099
-  ac_status=$?
 
2100
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2101
-  (exit $ac_status); }; } &&
 
2102
-        { ac_try='test -s conftest.$ac_objext'
 
2103
-  { (case "(($ac_try" in
 
2104
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2105
-  *) ac_try_echo=$ac_try;;
 
2106
-esac
 
2107
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2108
-  (eval "$ac_try") 2>&5
 
2109
-  ac_status=$?
 
2110
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2111
-  (exit $ac_status); }; }; then
 
2112
+  (exit $ac_status); } && {
 
2113
+        test -z "$ac_c_werror_flag" ||
 
2114
+        test ! -s conftest.err
 
2115
+       } && test -s conftest.$ac_objext; then
 
2116
   ac_header_compiler=yes
 
2117
 else
 
2118
   echo "$as_me: failed program was:" >&5
 
2119
@@ -7658,17 +7004,10 @@
 
2120
   rm -f conftest.er1
 
2121
   cat conftest.err >&5
 
2122
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2123
-  (exit $ac_status); } >/dev/null; then
 
2124
-  if test -s conftest.err; then
 
2125
-    ac_cpp_err=$ac_c_preproc_warn_flag
 
2126
-    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
 
2127
-  else
 
2128
-    ac_cpp_err=
 
2129
-  fi
 
2130
-else
 
2131
-  ac_cpp_err=yes
 
2132
-fi
 
2133
-if test -z "$ac_cpp_err"; then
 
2134
+  (exit $ac_status); } >/dev/null && {
 
2135
+        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
2136
+        test ! -s conftest.err
 
2137
+       }; then
 
2138
   ac_header_preproc=yes
 
2139
 else
 
2140
   echo "$as_me: failed program was:" >&5
 
2141
@@ -7834,27 +7173,11 @@
 
2142
   rm -f conftest.er1
 
2143
   cat conftest.err >&5
 
2144
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2145
-  (exit $ac_status); } &&
 
2146
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
2147
-  { (case "(($ac_try" in
 
2148
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2149
-  *) ac_try_echo=$ac_try;;
 
2150
-esac
 
2151
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2152
-  (eval "$ac_try") 2>&5
 
2153
-  ac_status=$?
 
2154
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2155
-  (exit $ac_status); }; } &&
 
2156
-        { ac_try='test -s conftest$ac_exeext'
 
2157
-  { (case "(($ac_try" in
 
2158
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2159
-  *) ac_try_echo=$ac_try;;
 
2160
-esac
 
2161
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2162
-  (eval "$ac_try") 2>&5
 
2163
-  ac_status=$?
 
2164
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2165
-  (exit $ac_status); }; }; then
 
2166
+  (exit $ac_status); } && {
 
2167
+        test -z "$ac_c_werror_flag" ||
 
2168
+        test ! -s conftest.err
 
2169
+       } && test -s conftest$ac_exeext &&
 
2170
+       $as_test_x conftest$ac_exeext; then
 
2171
   ac_cv_lib_m_main=yes
 
2172
 else
 
2173
   echo "$as_me: failed program was:" >&5
 
2174
@@ -7863,7 +7186,7 @@
 
2175
        ac_cv_lib_m_main=no
 
2176
 fi
 
2177
 
 
2178
-rm -f core conftest.err conftest.$ac_objext \
 
2179
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
2180
       conftest$ac_exeext conftest.$ac_ext
 
2181
 LIBS=$ac_check_lib_save_LIBS
 
2182
 fi
 
2183
@@ -7915,27 +7238,11 @@
 
2184
   rm -f conftest.er1
 
2185
   cat conftest.err >&5
 
2186
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2187
-  (exit $ac_status); } &&
 
2188
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
2189
-  { (case "(($ac_try" in
 
2190
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2191
-  *) ac_try_echo=$ac_try;;
 
2192
-esac
 
2193
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2194
-  (eval "$ac_try") 2>&5
 
2195
-  ac_status=$?
 
2196
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2197
-  (exit $ac_status); }; } &&
 
2198
-        { ac_try='test -s conftest$ac_exeext'
 
2199
-  { (case "(($ac_try" in
 
2200
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2201
-  *) ac_try_echo=$ac_try;;
 
2202
-esac
 
2203
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2204
-  (eval "$ac_try") 2>&5
 
2205
-  ac_status=$?
 
2206
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2207
-  (exit $ac_status); }; }; then
 
2208
+  (exit $ac_status); } && {
 
2209
+        test -z "$ac_c_werror_flag" ||
 
2210
+        test ! -s conftest.err
 
2211
+       } && test -s conftest$ac_exeext &&
 
2212
+       $as_test_x conftest$ac_exeext; then
 
2213
   ac_cv_lib_ncursesw_main=yes
 
2214
 else
 
2215
   echo "$as_me: failed program was:" >&5
 
2216
@@ -7944,7 +7251,7 @@
 
2217
        ac_cv_lib_ncursesw_main=no
 
2218
 fi
 
2219
 
 
2220
-rm -f core conftest.err conftest.$ac_objext \
 
2221
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
2222
       conftest$ac_exeext conftest.$ac_ext
 
2223
 LIBS=$ac_check_lib_save_LIBS
 
2224
 fi
 
2225
@@ -7997,27 +7304,11 @@
 
2226
   rm -f conftest.er1
 
2227
   cat conftest.err >&5
 
2228
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2229
-  (exit $ac_status); } &&
 
2230
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
2231
-  { (case "(($ac_try" in
 
2232
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2233
-  *) ac_try_echo=$ac_try;;
 
2234
-esac
 
2235
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2236
-  (eval "$ac_try") 2>&5
 
2237
-  ac_status=$?
 
2238
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2239
-  (exit $ac_status); }; } &&
 
2240
-        { ac_try='test -s conftest$ac_exeext'
 
2241
-  { (case "(($ac_try" in
 
2242
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2243
-  *) ac_try_echo=$ac_try;;
 
2244
-esac
 
2245
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2246
-  (eval "$ac_try") 2>&5
 
2247
-  ac_status=$?
 
2248
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2249
-  (exit $ac_status); }; }; then
 
2250
+  (exit $ac_status); } && {
 
2251
+        test -z "$ac_c_werror_flag" ||
 
2252
+        test ! -s conftest.err
 
2253
+       } && test -s conftest$ac_exeext &&
 
2254
+       $as_test_x conftest$ac_exeext; then
 
2255
   ac_cv_lib_ncurses_main=yes
 
2256
 else
 
2257
   echo "$as_me: failed program was:" >&5
 
2258
@@ -8026,7 +7317,7 @@
 
2259
        ac_cv_lib_ncurses_main=no
 
2260
 fi
 
2261
 
 
2262
-rm -f core conftest.err conftest.$ac_objext \
 
2263
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
2264
       conftest$ac_exeext conftest.$ac_ext
 
2265
 LIBS=$ac_check_lib_save_LIBS
 
2266
 fi
 
2267
@@ -8079,27 +7370,11 @@
 
2268
   rm -f conftest.er1
 
2269
   cat conftest.err >&5
 
2270
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2271
-  (exit $ac_status); } &&
 
2272
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
2273
-  { (case "(($ac_try" in
 
2274
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2275
-  *) ac_try_echo=$ac_try;;
 
2276
-esac
 
2277
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2278
-  (eval "$ac_try") 2>&5
 
2279
-  ac_status=$?
 
2280
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2281
-  (exit $ac_status); }; } &&
 
2282
-        { ac_try='test -s conftest$ac_exeext'
 
2283
-  { (case "(($ac_try" in
 
2284
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2285
-  *) ac_try_echo=$ac_try;;
 
2286
-esac
 
2287
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2288
-  (eval "$ac_try") 2>&5
 
2289
-  ac_status=$?
 
2290
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2291
-  (exit $ac_status); }; }; then
 
2292
+  (exit $ac_status); } && {
 
2293
+        test -z "$ac_c_werror_flag" ||
 
2294
+        test ! -s conftest.err
 
2295
+       } && test -s conftest$ac_exeext &&
 
2296
+       $as_test_x conftest$ac_exeext; then
 
2297
   ac_cv_lib_curses_main=yes
 
2298
 else
 
2299
   echo "$as_me: failed program was:" >&5
 
2300
@@ -8108,7 +7383,7 @@
 
2301
        ac_cv_lib_curses_main=no
 
2302
 fi
 
2303
 
 
2304
-rm -f core conftest.err conftest.$ac_objext \
 
2305
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
2306
       conftest$ac_exeext conftest.$ac_ext
 
2307
 LIBS=$ac_check_lib_save_LIBS
 
2308
 fi
 
2309
@@ -8161,27 +7436,11 @@
 
2310
   rm -f conftest.er1
 
2311
   cat conftest.err >&5
 
2312
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2313
-  (exit $ac_status); } &&
 
2314
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
2315
-  { (case "(($ac_try" in
 
2316
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2317
-  *) ac_try_echo=$ac_try;;
 
2318
-esac
 
2319
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2320
-  (eval "$ac_try") 2>&5
 
2321
-  ac_status=$?
 
2322
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2323
-  (exit $ac_status); }; } &&
 
2324
-        { ac_try='test -s conftest$ac_exeext'
 
2325
-  { (case "(($ac_try" in
 
2326
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2327
-  *) ac_try_echo=$ac_try;;
 
2328
-esac
 
2329
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2330
-  (eval "$ac_try") 2>&5
 
2331
-  ac_status=$?
 
2332
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2333
-  (exit $ac_status); }; }; then
 
2334
+  (exit $ac_status); } && {
 
2335
+        test -z "$ac_c_werror_flag" ||
 
2336
+        test ! -s conftest.err
 
2337
+       } && test -s conftest$ac_exeext &&
 
2338
+       $as_test_x conftest$ac_exeext; then
 
2339
   ac_cv_lib_termcap_main=yes
 
2340
 else
 
2341
   echo "$as_me: failed program was:" >&5
 
2342
@@ -8190,7 +7449,7 @@
 
2343
        ac_cv_lib_termcap_main=no
 
2344
 fi
 
2345
 
 
2346
-rm -f core conftest.err conftest.$ac_objext \
 
2347
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
2348
       conftest$ac_exeext conftest.$ac_ext
 
2349
 LIBS=$ac_check_lib_save_LIBS
 
2350
 fi
 
2351
@@ -8237,27 +7496,11 @@
 
2352
   rm -f conftest.er1
 
2353
   cat conftest.err >&5
 
2354
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2355
-  (exit $ac_status); } &&
 
2356
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
2357
-  { (case "(($ac_try" in
 
2358
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2359
-  *) ac_try_echo=$ac_try;;
 
2360
-esac
 
2361
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2362
-  (eval "$ac_try") 2>&5
 
2363
-  ac_status=$?
 
2364
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2365
-  (exit $ac_status); }; } &&
 
2366
-        { ac_try='test -s conftest$ac_exeext'
 
2367
-  { (case "(($ac_try" in
 
2368
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2369
-  *) ac_try_echo=$ac_try;;
 
2370
-esac
 
2371
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2372
-  (eval "$ac_try") 2>&5
 
2373
-  ac_status=$?
 
2374
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2375
-  (exit $ac_status); }; }; then
 
2376
+  (exit $ac_status); } && {
 
2377
+        test -z "$ac_c_werror_flag" ||
 
2378
+        test ! -s conftest.err
 
2379
+       } && test -s conftest$ac_exeext &&
 
2380
+       $as_test_x conftest$ac_exeext; then
 
2381
   { echo "$as_me:$LINENO: result: no" >&5
 
2382
 echo "${ECHO_T}no" >&6; }
 
2383
                    true
 
2384
@@ -8270,7 +7513,7 @@
 
2385
                    checkucb=yes
 
2386
 fi
 
2387
 
 
2388
-rm -f core conftest.err conftest.$ac_objext \
 
2389
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
2390
       conftest$ac_exeext conftest.$ac_ext
 
2391
       fi
 
2392
     fi
 
2393
@@ -8321,27 +7564,11 @@
 
2394
   rm -f conftest.er1
 
2395
   cat conftest.err >&5
 
2396
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2397
-  (exit $ac_status); } &&
 
2398
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
2399
-  { (case "(($ac_try" in
 
2400
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2401
-  *) ac_try_echo=$ac_try;;
 
2402
-esac
 
2403
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2404
-  (eval "$ac_try") 2>&5
 
2405
-  ac_status=$?
 
2406
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2407
-  (exit $ac_status); }; } &&
 
2408
-        { ac_try='test -s conftest$ac_exeext'
 
2409
-  { (case "(($ac_try" in
 
2410
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2411
-  *) ac_try_echo=$ac_try;;
 
2412
-esac
 
2413
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2414
-  (eval "$ac_try") 2>&5
 
2415
-  ac_status=$?
 
2416
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2417
-  (exit $ac_status); }; }; then
 
2418
+  (exit $ac_status); } && {
 
2419
+        test -z "$ac_c_werror_flag" ||
 
2420
+        test ! -s conftest.err
 
2421
+       } && test -s conftest$ac_exeext &&
 
2422
+       $as_test_x conftest$ac_exeext; then
 
2423
   ac_cv_lib_ucb_rindex=yes
 
2424
 else
 
2425
   echo "$as_me: failed program was:" >&5
 
2426
@@ -8350,7 +7577,7 @@
 
2427
        ac_cv_lib_ucb_rindex=no
 
2428
 fi
 
2429
 
 
2430
-rm -f core conftest.err conftest.$ac_objext \
 
2431
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
2432
       conftest$ac_exeext conftest.$ac_ext
 
2433
 LIBS=$ac_check_lib_save_LIBS
 
2434
 fi
 
2435
@@ -8467,27 +7694,11 @@
 
2436
   rm -f conftest.er1
 
2437
   cat conftest.err >&5
 
2438
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2439
-  (exit $ac_status); } &&
 
2440
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
2441
-  { (case "(($ac_try" in
 
2442
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2443
-  *) ac_try_echo=$ac_try;;
 
2444
-esac
 
2445
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2446
-  (eval "$ac_try") 2>&5
 
2447
-  ac_status=$?
 
2448
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2449
-  (exit $ac_status); }; } &&
 
2450
-        { ac_try='test -s conftest$ac_exeext'
 
2451
-  { (case "(($ac_try" in
 
2452
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2453
-  *) ac_try_echo=$ac_try;;
 
2454
-esac
 
2455
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2456
-  (eval "$ac_try") 2>&5
 
2457
-  ac_status=$?
 
2458
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2459
-  (exit $ac_status); }; }; then
 
2460
+  (exit $ac_status); } && {
 
2461
+        test -z "$ac_c_werror_flag" ||
 
2462
+        test ! -s conftest.err
 
2463
+       } && test -s conftest$ac_exeext &&
 
2464
+       $as_test_x conftest$ac_exeext; then
 
2465
   eval "$as_ac_var=yes"
 
2466
 else
 
2467
   echo "$as_me: failed program was:" >&5
 
2468
@@ -8496,7 +7707,7 @@
 
2469
        eval "$as_ac_var=no"
 
2470
 fi
 
2471
 
 
2472
-rm -f core conftest.err conftest.$ac_objext \
 
2473
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
2474
       conftest$ac_exeext conftest.$ac_ext
 
2475
 fi
 
2476
 ac_res=`eval echo '${'$as_ac_var'}'`
 
2477
@@ -8579,27 +7790,11 @@
 
2478
   rm -f conftest.er1
 
2479
   cat conftest.err >&5
 
2480
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2481
-  (exit $ac_status); } &&
 
2482
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
2483
-  { (case "(($ac_try" in
 
2484
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2485
-  *) ac_try_echo=$ac_try;;
 
2486
-esac
 
2487
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2488
-  (eval "$ac_try") 2>&5
 
2489
-  ac_status=$?
 
2490
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2491
-  (exit $ac_status); }; } &&
 
2492
-        { ac_try='test -s conftest$ac_exeext'
 
2493
-  { (case "(($ac_try" in
 
2494
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2495
-  *) ac_try_echo=$ac_try;;
 
2496
-esac
 
2497
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2498
-  (eval "$ac_try") 2>&5
 
2499
-  ac_status=$?
 
2500
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2501
-  (exit $ac_status); }; }; then
 
2502
+  (exit $ac_status); } && {
 
2503
+        test -z "$ac_c_werror_flag" ||
 
2504
+        test ! -s conftest.err
 
2505
+       } && test -s conftest$ac_exeext &&
 
2506
+       $as_test_x conftest$ac_exeext; then
 
2507
   eval "$as_ac_var=yes"
 
2508
 else
 
2509
   echo "$as_me: failed program was:" >&5
 
2510
@@ -8608,7 +7803,7 @@
 
2511
        eval "$as_ac_var=no"
 
2512
 fi
 
2513
 
 
2514
-rm -f core conftest.err conftest.$ac_objext \
 
2515
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
2516
       conftest$ac_exeext conftest.$ac_ext
 
2517
 fi
 
2518
 ac_res=`eval echo '${'$as_ac_var'}'`
 
2519
@@ -8690,27 +7885,11 @@
 
2520
   rm -f conftest.er1
 
2521
   cat conftest.err >&5
 
2522
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2523
-  (exit $ac_status); } &&
 
2524
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
2525
-  { (case "(($ac_try" in
 
2526
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2527
-  *) ac_try_echo=$ac_try;;
 
2528
-esac
 
2529
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2530
-  (eval "$ac_try") 2>&5
 
2531
-  ac_status=$?
 
2532
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2533
-  (exit $ac_status); }; } &&
 
2534
-        { ac_try='test -s conftest$ac_exeext'
 
2535
-  { (case "(($ac_try" in
 
2536
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2537
-  *) ac_try_echo=$ac_try;;
 
2538
-esac
 
2539
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2540
-  (eval "$ac_try") 2>&5
 
2541
-  ac_status=$?
 
2542
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2543
-  (exit $ac_status); }; }; then
 
2544
+  (exit $ac_status); } && {
 
2545
+        test -z "$ac_c_werror_flag" ||
 
2546
+        test ! -s conftest.err
 
2547
+       } && test -s conftest$ac_exeext &&
 
2548
+       $as_test_x conftest$ac_exeext; then
 
2549
   eval "$as_ac_var=yes"
 
2550
 else
 
2551
   echo "$as_me: failed program was:" >&5
 
2552
@@ -8719,7 +7898,7 @@
 
2553
        eval "$as_ac_var=no"
 
2554
 fi
 
2555
 
 
2556
-rm -f core conftest.err conftest.$ac_objext \
 
2557
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
2558
       conftest$ac_exeext conftest.$ac_ext
 
2559
 fi
 
2560
 ac_res=`eval echo '${'$as_ac_var'}'`
 
2561
@@ -8800,27 +7979,11 @@
 
2562
   rm -f conftest.er1
 
2563
   cat conftest.err >&5
 
2564
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2565
-  (exit $ac_status); } &&
 
2566
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
2567
-  { (case "(($ac_try" in
 
2568
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2569
-  *) ac_try_echo=$ac_try;;
 
2570
-esac
 
2571
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2572
-  (eval "$ac_try") 2>&5
 
2573
-  ac_status=$?
 
2574
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2575
-  (exit $ac_status); }; } &&
 
2576
-        { ac_try='test -s conftest$ac_exeext'
 
2577
-  { (case "(($ac_try" in
 
2578
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2579
-  *) ac_try_echo=$ac_try;;
 
2580
-esac
 
2581
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2582
-  (eval "$ac_try") 2>&5
 
2583
-  ac_status=$?
 
2584
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2585
-  (exit $ac_status); }; }; then
 
2586
+  (exit $ac_status); } && {
 
2587
+        test -z "$ac_c_werror_flag" ||
 
2588
+        test ! -s conftest.err
 
2589
+       } && test -s conftest$ac_exeext &&
 
2590
+       $as_test_x conftest$ac_exeext; then
 
2591
   eval "$as_ac_var=yes"
 
2592
 else
 
2593
   echo "$as_me: failed program was:" >&5
 
2594
@@ -8829,7 +7992,7 @@
 
2595
        eval "$as_ac_var=no"
 
2596
 fi
 
2597
 
 
2598
-rm -f core conftest.err conftest.$ac_objext \
 
2599
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
2600
       conftest$ac_exeext conftest.$ac_ext
 
2601
 fi
 
2602
 ac_res=`eval echo '${'$as_ac_var'}'`
 
2603
@@ -8890,27 +8053,11 @@
 
2604
   rm -f conftest.er1
 
2605
   cat conftest.err >&5
 
2606
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2607
-  (exit $ac_status); } &&
 
2608
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
2609
-  { (case "(($ac_try" in
 
2610
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2611
-  *) ac_try_echo=$ac_try;;
 
2612
-esac
 
2613
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2614
-  (eval "$ac_try") 2>&5
 
2615
-  ac_status=$?
 
2616
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2617
-  (exit $ac_status); }; } &&
 
2618
-        { ac_try='test -s conftest$ac_exeext'
 
2619
-  { (case "(($ac_try" in
 
2620
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2621
-  *) ac_try_echo=$ac_try;;
 
2622
-esac
 
2623
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2624
-  (eval "$ac_try") 2>&5
 
2625
-  ac_status=$?
 
2626
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2627
-  (exit $ac_status); }; }; then
 
2628
+  (exit $ac_status); } && {
 
2629
+        test -z "$ac_c_werror_flag" ||
 
2630
+        test ! -s conftest.err
 
2631
+       } && test -s conftest$ac_exeext &&
 
2632
+       $as_test_x conftest$ac_exeext; then
 
2633
   ac_cv_lib_readline_main=yes
 
2634
 else
 
2635
   echo "$as_me: failed program was:" >&5
 
2636
@@ -8919,7 +8066,7 @@
 
2637
        ac_cv_lib_readline_main=no
 
2638
 fi
 
2639
 
 
2640
-rm -f core conftest.err conftest.$ac_objext \
 
2641
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
2642
       conftest$ac_exeext conftest.$ac_ext
 
2643
 LIBS=$ac_check_lib_save_LIBS
 
2644
 fi
 
2645
@@ -8974,27 +8121,10 @@
 
2646
   rm -f conftest.er1
 
2647
   cat conftest.err >&5
 
2648
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2649
-  (exit $ac_status); } &&
 
2650
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
2651
-  { (case "(($ac_try" in
 
2652
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2653
-  *) ac_try_echo=$ac_try;;
 
2654
-esac
 
2655
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2656
-  (eval "$ac_try") 2>&5
 
2657
-  ac_status=$?
 
2658
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2659
-  (exit $ac_status); }; } &&
 
2660
-        { ac_try='test -s conftest.$ac_objext'
 
2661
-  { (case "(($ac_try" in
 
2662
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2663
-  *) ac_try_echo=$ac_try;;
 
2664
-esac
 
2665
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2666
-  (eval "$ac_try") 2>&5
 
2667
-  ac_status=$?
 
2668
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2669
-  (exit $ac_status); }; }; then
 
2670
+  (exit $ac_status); } && {
 
2671
+        test -z "$ac_c_werror_flag" ||
 
2672
+        test ! -s conftest.err
 
2673
+       } && test -s conftest.$ac_objext; then
 
2674
   ac_header_compiler=yes
 
2675
 else
 
2676
   echo "$as_me: failed program was:" >&5
 
2677
@@ -9030,17 +8160,10 @@
 
2678
   rm -f conftest.er1
 
2679
   cat conftest.err >&5
 
2680
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2681
-  (exit $ac_status); } >/dev/null; then
 
2682
-  if test -s conftest.err; then
 
2683
-    ac_cpp_err=$ac_c_preproc_warn_flag
 
2684
-    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
 
2685
-  else
 
2686
-    ac_cpp_err=
 
2687
-  fi
 
2688
-else
 
2689
-  ac_cpp_err=yes
 
2690
-fi
 
2691
-if test -z "$ac_cpp_err"; then
 
2692
+  (exit $ac_status); } >/dev/null && {
 
2693
+        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
2694
+        test ! -s conftest.err
 
2695
+       }; then
 
2696
   ac_header_preproc=yes
 
2697
 else
 
2698
   echo "$as_me: failed program was:" >&5
 
2699
@@ -9141,27 +8264,10 @@
 
2700
   rm -f conftest.er1
 
2701
   cat conftest.err >&5
 
2702
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2703
-  (exit $ac_status); } &&
 
2704
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
2705
-  { (case "(($ac_try" in
 
2706
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2707
-  *) ac_try_echo=$ac_try;;
 
2708
-esac
 
2709
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2710
-  (eval "$ac_try") 2>&5
 
2711
-  ac_status=$?
 
2712
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2713
-  (exit $ac_status); }; } &&
 
2714
-        { ac_try='test -s conftest.$ac_objext'
 
2715
-  { (case "(($ac_try" in
 
2716
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2717
-  *) ac_try_echo=$ac_try;;
 
2718
-esac
 
2719
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2720
-  (eval "$ac_try") 2>&5
 
2721
-  ac_status=$?
 
2722
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2723
-  (exit $ac_status); }; }; then
 
2724
+  (exit $ac_status); } && {
 
2725
+        test -z "$ac_c_werror_flag" ||
 
2726
+        test ! -s conftest.err
 
2727
+       } && test -s conftest.$ac_objext; then
 
2728
   ac_header_compiler=yes
 
2729
 else
 
2730
   echo "$as_me: failed program was:" >&5
 
2731
@@ -9197,17 +8303,10 @@
 
2732
   rm -f conftest.er1
 
2733
   cat conftest.err >&5
 
2734
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2735
-  (exit $ac_status); } >/dev/null; then
 
2736
-  if test -s conftest.err; then
 
2737
-    ac_cpp_err=$ac_c_preproc_warn_flag
 
2738
-    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
 
2739
-  else
 
2740
-    ac_cpp_err=
 
2741
-  fi
 
2742
-else
 
2743
-  ac_cpp_err=yes
 
2744
-fi
 
2745
-if test -z "$ac_cpp_err"; then
 
2746
+  (exit $ac_status); } >/dev/null && {
 
2747
+        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
2748
+        test ! -s conftest.err
 
2749
+       }; then
 
2750
   ac_header_preproc=yes
 
2751
 else
 
2752
   echo "$as_me: failed program was:" >&5
 
2753
@@ -9313,27 +8412,10 @@
 
2754
   rm -f conftest.er1
 
2755
   cat conftest.err >&5
 
2756
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2757
-  (exit $ac_status); } &&
 
2758
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
2759
-  { (case "(($ac_try" in
 
2760
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2761
-  *) ac_try_echo=$ac_try;;
 
2762
-esac
 
2763
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2764
-  (eval "$ac_try") 2>&5
 
2765
-  ac_status=$?
 
2766
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2767
-  (exit $ac_status); }; } &&
 
2768
-        { ac_try='test -s conftest.$ac_objext'
 
2769
-  { (case "(($ac_try" in
 
2770
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2771
-  *) ac_try_echo=$ac_try;;
 
2772
-esac
 
2773
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2774
-  (eval "$ac_try") 2>&5
 
2775
-  ac_status=$?
 
2776
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2777
-  (exit $ac_status); }; }; then
 
2778
+  (exit $ac_status); } && {
 
2779
+        test -z "$ac_c_werror_flag" ||
 
2780
+        test ! -s conftest.err
 
2781
+       } && test -s conftest.$ac_objext; then
 
2782
   ac_header_compiler=yes
 
2783
 else
 
2784
   echo "$as_me: failed program was:" >&5
 
2785
@@ -9369,17 +8451,10 @@
 
2786
   rm -f conftest.er1
 
2787
   cat conftest.err >&5
 
2788
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2789
-  (exit $ac_status); } >/dev/null; then
 
2790
-  if test -s conftest.err; then
 
2791
-    ac_cpp_err=$ac_c_preproc_warn_flag
 
2792
-    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
 
2793
-  else
 
2794
-    ac_cpp_err=
 
2795
-  fi
 
2796
-else
 
2797
-  ac_cpp_err=yes
 
2798
-fi
 
2799
-if test -z "$ac_cpp_err"; then
 
2800
+  (exit $ac_status); } >/dev/null && {
 
2801
+        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
2802
+        test ! -s conftest.err
 
2803
+       }; then
 
2804
   ac_header_preproc=yes
 
2805
 else
 
2806
   echo "$as_me: failed program was:" >&5
 
2807
@@ -9509,27 +8584,11 @@
 
2808
   rm -f conftest.er1
 
2809
   cat conftest.err >&5
 
2810
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2811
-  (exit $ac_status); } &&
 
2812
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
2813
-  { (case "(($ac_try" in
 
2814
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2815
-  *) ac_try_echo=$ac_try;;
 
2816
-esac
 
2817
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2818
-  (eval "$ac_try") 2>&5
 
2819
-  ac_status=$?
 
2820
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2821
-  (exit $ac_status); }; } &&
 
2822
-        { ac_try='test -s conftest$ac_exeext'
 
2823
-  { (case "(($ac_try" in
 
2824
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2825
-  *) ac_try_echo=$ac_try;;
 
2826
-esac
 
2827
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2828
-  (eval "$ac_try") 2>&5
 
2829
-  ac_status=$?
 
2830
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2831
-  (exit $ac_status); }; }; then
 
2832
+  (exit $ac_status); } && {
 
2833
+        test -z "$ac_c_werror_flag" ||
 
2834
+        test ! -s conftest.err
 
2835
+       } && test -s conftest$ac_exeext &&
 
2836
+       $as_test_x conftest$ac_exeext; then
 
2837
   eval "$as_ac_var=yes"
 
2838
 else
 
2839
   echo "$as_me: failed program was:" >&5
 
2840
@@ -9538,7 +8597,7 @@
 
2841
        eval "$as_ac_var=no"
 
2842
 fi
 
2843
 
 
2844
-rm -f core conftest.err conftest.$ac_objext \
 
2845
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
2846
       conftest$ac_exeext conftest.$ac_ext
 
2847
 fi
 
2848
 ac_res=`eval echo '${'$as_ac_var'}'`
 
2849
@@ -9621,27 +8680,11 @@
 
2850
   rm -f conftest.er1
 
2851
   cat conftest.err >&5
 
2852
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2853
-  (exit $ac_status); } &&
 
2854
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
2855
-  { (case "(($ac_try" in
 
2856
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2857
-  *) ac_try_echo=$ac_try;;
 
2858
-esac
 
2859
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2860
-  (eval "$ac_try") 2>&5
 
2861
-  ac_status=$?
 
2862
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2863
-  (exit $ac_status); }; } &&
 
2864
-        { ac_try='test -s conftest$ac_exeext'
 
2865
-  { (case "(($ac_try" in
 
2866
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2867
-  *) ac_try_echo=$ac_try;;
 
2868
-esac
 
2869
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2870
-  (eval "$ac_try") 2>&5
 
2871
-  ac_status=$?
 
2872
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2873
-  (exit $ac_status); }; }; then
 
2874
+  (exit $ac_status); } && {
 
2875
+        test -z "$ac_c_werror_flag" ||
 
2876
+        test ! -s conftest.err
 
2877
+       } && test -s conftest$ac_exeext &&
 
2878
+       $as_test_x conftest$ac_exeext; then
 
2879
   eval "$as_ac_var=yes"
 
2880
 else
 
2881
   echo "$as_me: failed program was:" >&5
 
2882
@@ -9650,7 +8693,7 @@
 
2883
        eval "$as_ac_var=no"
 
2884
 fi
 
2885
 
 
2886
-rm -f core conftest.err conftest.$ac_objext \
 
2887
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
2888
       conftest$ac_exeext conftest.$ac_ext
 
2889
 fi
 
2890
 ac_res=`eval echo '${'$as_ac_var'}'`
 
2891
@@ -9732,27 +8775,11 @@
 
2892
   rm -f conftest.er1
 
2893
   cat conftest.err >&5
 
2894
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2895
-  (exit $ac_status); } &&
 
2896
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
2897
-  { (case "(($ac_try" in
 
2898
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2899
-  *) ac_try_echo=$ac_try;;
 
2900
-esac
 
2901
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2902
-  (eval "$ac_try") 2>&5
 
2903
-  ac_status=$?
 
2904
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2905
-  (exit $ac_status); }; } &&
 
2906
-        { ac_try='test -s conftest$ac_exeext'
 
2907
-  { (case "(($ac_try" in
 
2908
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2909
-  *) ac_try_echo=$ac_try;;
 
2910
-esac
 
2911
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2912
-  (eval "$ac_try") 2>&5
 
2913
-  ac_status=$?
 
2914
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2915
-  (exit $ac_status); }; }; then
 
2916
+  (exit $ac_status); } && {
 
2917
+        test -z "$ac_c_werror_flag" ||
 
2918
+        test ! -s conftest.err
 
2919
+       } && test -s conftest$ac_exeext &&
 
2920
+       $as_test_x conftest$ac_exeext; then
 
2921
   eval "$as_ac_var=yes"
 
2922
 else
 
2923
   echo "$as_me: failed program was:" >&5
 
2924
@@ -9761,7 +8788,7 @@
 
2925
        eval "$as_ac_var=no"
 
2926
 fi
 
2927
 
 
2928
-rm -f core conftest.err conftest.$ac_objext \
 
2929
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
2930
       conftest$ac_exeext conftest.$ac_ext
 
2931
 fi
 
2932
 ac_res=`eval echo '${'$as_ac_var'}'`
 
2933
@@ -9842,27 +8869,11 @@
 
2934
   rm -f conftest.er1
 
2935
   cat conftest.err >&5
 
2936
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2937
-  (exit $ac_status); } &&
 
2938
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
2939
-  { (case "(($ac_try" in
 
2940
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2941
-  *) ac_try_echo=$ac_try;;
 
2942
-esac
 
2943
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2944
-  (eval "$ac_try") 2>&5
 
2945
-  ac_status=$?
 
2946
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2947
-  (exit $ac_status); }; } &&
 
2948
-        { ac_try='test -s conftest$ac_exeext'
 
2949
-  { (case "(($ac_try" in
 
2950
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2951
-  *) ac_try_echo=$ac_try;;
 
2952
-esac
 
2953
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2954
-  (eval "$ac_try") 2>&5
 
2955
-  ac_status=$?
 
2956
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2957
-  (exit $ac_status); }; }; then
 
2958
+  (exit $ac_status); } && {
 
2959
+        test -z "$ac_c_werror_flag" ||
 
2960
+        test ! -s conftest.err
 
2961
+       } && test -s conftest$ac_exeext &&
 
2962
+       $as_test_x conftest$ac_exeext; then
 
2963
   eval "$as_ac_var=yes"
 
2964
 else
 
2965
   echo "$as_me: failed program was:" >&5
 
2966
@@ -9871,7 +8882,7 @@
 
2967
        eval "$as_ac_var=no"
 
2968
 fi
 
2969
 
 
2970
-rm -f core conftest.err conftest.$ac_objext \
 
2971
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
2972
       conftest$ac_exeext conftest.$ac_ext
 
2973
 fi
 
2974
 ac_res=`eval echo '${'$as_ac_var'}'`
 
2975
@@ -9954,27 +8965,10 @@
 
2976
   rm -f conftest.er1
 
2977
   cat conftest.err >&5
 
2978
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2979
-  (exit $ac_status); } &&
 
2980
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
2981
-  { (case "(($ac_try" in
 
2982
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2983
-  *) ac_try_echo=$ac_try;;
 
2984
-esac
 
2985
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2986
-  (eval "$ac_try") 2>&5
 
2987
-  ac_status=$?
 
2988
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2989
-  (exit $ac_status); }; } &&
 
2990
-        { ac_try='test -s conftest.$ac_objext'
 
2991
-  { (case "(($ac_try" in
 
2992
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
2993
-  *) ac_try_echo=$ac_try;;
 
2994
-esac
 
2995
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
2996
-  (eval "$ac_try") 2>&5
 
2997
-  ac_status=$?
 
2998
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2999
-  (exit $ac_status); }; }; then
 
3000
+  (exit $ac_status); } && {
 
3001
+        test -z "$ac_c_werror_flag" ||
 
3002
+        test ! -s conftest.err
 
3003
+       } && test -s conftest.$ac_objext; then
 
3004
   ac_header_compiler=yes
 
3005
 else
 
3006
   echo "$as_me: failed program was:" >&5
 
3007
@@ -10010,17 +9004,10 @@
 
3008
   rm -f conftest.er1
 
3009
   cat conftest.err >&5
 
3010
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3011
-  (exit $ac_status); } >/dev/null; then
 
3012
-  if test -s conftest.err; then
 
3013
-    ac_cpp_err=$ac_c_preproc_warn_flag
 
3014
-    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
 
3015
-  else
 
3016
-    ac_cpp_err=
 
3017
-  fi
 
3018
-else
 
3019
-  ac_cpp_err=yes
 
3020
-fi
 
3021
-if test -z "$ac_cpp_err"; then
 
3022
+  (exit $ac_status); } >/dev/null && {
 
3023
+        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
3024
+        test ! -s conftest.err
 
3025
+       }; then
 
3026
   ac_header_preproc=yes
 
3027
 else
 
3028
   echo "$as_me: failed program was:" >&5
 
3029
@@ -10121,27 +9108,10 @@
 
3030
   rm -f conftest.er1
 
3031
   cat conftest.err >&5
 
3032
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3033
-  (exit $ac_status); } &&
 
3034
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
3035
-  { (case "(($ac_try" in
 
3036
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3037
-  *) ac_try_echo=$ac_try;;
 
3038
-esac
 
3039
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3040
-  (eval "$ac_try") 2>&5
 
3041
-  ac_status=$?
 
3042
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3043
-  (exit $ac_status); }; } &&
 
3044
-        { ac_try='test -s conftest.$ac_objext'
 
3045
-  { (case "(($ac_try" in
 
3046
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3047
-  *) ac_try_echo=$ac_try;;
 
3048
-esac
 
3049
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3050
-  (eval "$ac_try") 2>&5
 
3051
-  ac_status=$?
 
3052
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3053
-  (exit $ac_status); }; }; then
 
3054
+  (exit $ac_status); } && {
 
3055
+        test -z "$ac_c_werror_flag" ||
 
3056
+        test ! -s conftest.err
 
3057
+       } && test -s conftest.$ac_objext; then
 
3058
   ac_header_compiler=yes
 
3059
 else
 
3060
   echo "$as_me: failed program was:" >&5
 
3061
@@ -10177,17 +9147,10 @@
 
3062
   rm -f conftest.er1
 
3063
   cat conftest.err >&5
 
3064
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3065
-  (exit $ac_status); } >/dev/null; then
 
3066
-  if test -s conftest.err; then
 
3067
-    ac_cpp_err=$ac_c_preproc_warn_flag
 
3068
-    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
 
3069
-  else
 
3070
-    ac_cpp_err=
 
3071
-  fi
 
3072
-else
 
3073
-  ac_cpp_err=yes
 
3074
-fi
 
3075
-if test -z "$ac_cpp_err"; then
 
3076
+  (exit $ac_status); } >/dev/null && {
 
3077
+        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
3078
+        test ! -s conftest.err
 
3079
+       }; then
 
3080
   ac_header_preproc=yes
 
3081
 else
 
3082
   echo "$as_me: failed program was:" >&5
 
3083
@@ -10287,27 +9250,10 @@
 
3084
   rm -f conftest.er1
 
3085
   cat conftest.err >&5
 
3086
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3087
-  (exit $ac_status); } &&
 
3088
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
3089
-  { (case "(($ac_try" in
 
3090
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3091
-  *) ac_try_echo=$ac_try;;
 
3092
-esac
 
3093
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3094
-  (eval "$ac_try") 2>&5
 
3095
-  ac_status=$?
 
3096
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3097
-  (exit $ac_status); }; } &&
 
3098
-        { ac_try='test -s conftest.$ac_objext'
 
3099
-  { (case "(($ac_try" in
 
3100
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3101
-  *) ac_try_echo=$ac_try;;
 
3102
-esac
 
3103
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3104
-  (eval "$ac_try") 2>&5
 
3105
-  ac_status=$?
 
3106
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3107
-  (exit $ac_status); }; }; then
 
3108
+  (exit $ac_status); } && {
 
3109
+        test -z "$ac_c_werror_flag" ||
 
3110
+        test ! -s conftest.err
 
3111
+       } && test -s conftest.$ac_objext; then
 
3112
   ac_header_compiler=yes
 
3113
 else
 
3114
   echo "$as_me: failed program was:" >&5
 
3115
@@ -10343,17 +9289,10 @@
 
3116
   rm -f conftest.er1
 
3117
   cat conftest.err >&5
 
3118
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3119
-  (exit $ac_status); } >/dev/null; then
 
3120
-  if test -s conftest.err; then
 
3121
-    ac_cpp_err=$ac_c_preproc_warn_flag
 
3122
-    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
 
3123
-  else
 
3124
-    ac_cpp_err=
 
3125
-  fi
 
3126
-else
 
3127
-  ac_cpp_err=yes
 
3128
-fi
 
3129
-if test -z "$ac_cpp_err"; then
 
3130
+  (exit $ac_status); } >/dev/null && {
 
3131
+        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
3132
+        test ! -s conftest.err
 
3133
+       }; then
 
3134
   ac_header_preproc=yes
 
3135
 else
 
3136
   echo "$as_me: failed program was:" >&5
 
3137
@@ -10454,27 +9393,10 @@
 
3138
   rm -f conftest.er1
 
3139
   cat conftest.err >&5
 
3140
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3141
-  (exit $ac_status); } &&
 
3142
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
3143
-  { (case "(($ac_try" in
 
3144
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3145
-  *) ac_try_echo=$ac_try;;
 
3146
-esac
 
3147
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3148
-  (eval "$ac_try") 2>&5
 
3149
-  ac_status=$?
 
3150
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3151
-  (exit $ac_status); }; } &&
 
3152
-        { ac_try='test -s conftest.$ac_objext'
 
3153
-  { (case "(($ac_try" in
 
3154
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3155
-  *) ac_try_echo=$ac_try;;
 
3156
-esac
 
3157
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3158
-  (eval "$ac_try") 2>&5
 
3159
-  ac_status=$?
 
3160
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3161
-  (exit $ac_status); }; }; then
 
3162
+  (exit $ac_status); } && {
 
3163
+        test -z "$ac_c_werror_flag" ||
 
3164
+        test ! -s conftest.err
 
3165
+       } && test -s conftest.$ac_objext; then
 
3166
   ac_header_compiler=yes
 
3167
 else
 
3168
   echo "$as_me: failed program was:" >&5
 
3169
@@ -10510,17 +9432,10 @@
 
3170
   rm -f conftest.er1
 
3171
   cat conftest.err >&5
 
3172
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3173
-  (exit $ac_status); } >/dev/null; then
 
3174
-  if test -s conftest.err; then
 
3175
-    ac_cpp_err=$ac_c_preproc_warn_flag
 
3176
-    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
 
3177
-  else
 
3178
-    ac_cpp_err=
 
3179
-  fi
 
3180
-else
 
3181
-  ac_cpp_err=yes
 
3182
-fi
 
3183
-if test -z "$ac_cpp_err"; then
 
3184
+  (exit $ac_status); } >/dev/null && {
 
3185
+        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
3186
+        test ! -s conftest.err
 
3187
+       }; then
 
3188
   ac_header_preproc=yes
 
3189
 else
 
3190
   echo "$as_me: failed program was:" >&5
 
3191
@@ -10619,27 +9534,10 @@
 
3192
   rm -f conftest.er1
 
3193
   cat conftest.err >&5
 
3194
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3195
-  (exit $ac_status); } &&
 
3196
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
3197
-  { (case "(($ac_try" in
 
3198
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3199
-  *) ac_try_echo=$ac_try;;
 
3200
-esac
 
3201
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3202
-  (eval "$ac_try") 2>&5
 
3203
-  ac_status=$?
 
3204
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3205
-  (exit $ac_status); }; } &&
 
3206
-        { ac_try='test -s conftest.$ac_objext'
 
3207
-  { (case "(($ac_try" in
 
3208
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3209
-  *) ac_try_echo=$ac_try;;
 
3210
-esac
 
3211
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3212
-  (eval "$ac_try") 2>&5
 
3213
-  ac_status=$?
 
3214
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3215
-  (exit $ac_status); }; }; then
 
3216
+  (exit $ac_status); } && {
 
3217
+        test -z "$ac_c_werror_flag" ||
 
3218
+        test ! -s conftest.err
 
3219
+       } && test -s conftest.$ac_objext; then
 
3220
   ac_header_compiler=yes
 
3221
 else
 
3222
   echo "$as_me: failed program was:" >&5
 
3223
@@ -10675,17 +9573,10 @@
 
3224
   rm -f conftest.er1
 
3225
   cat conftest.err >&5
 
3226
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3227
-  (exit $ac_status); } >/dev/null; then
 
3228
-  if test -s conftest.err; then
 
3229
-    ac_cpp_err=$ac_c_preproc_warn_flag
 
3230
-    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
 
3231
-  else
 
3232
-    ac_cpp_err=
 
3233
-  fi
 
3234
-else
 
3235
-  ac_cpp_err=yes
 
3236
-fi
 
3237
-if test -z "$ac_cpp_err"; then
 
3238
+  (exit $ac_status); } >/dev/null && {
 
3239
+        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
3240
+        test ! -s conftest.err
 
3241
+       }; then
 
3242
   ac_header_preproc=yes
 
3243
 else
 
3244
   echo "$as_me: failed program was:" >&5
 
3245
@@ -10786,27 +9677,10 @@
 
3246
   rm -f conftest.er1
 
3247
   cat conftest.err >&5
 
3248
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3249
-  (exit $ac_status); } &&
 
3250
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
3251
-  { (case "(($ac_try" in
 
3252
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3253
-  *) ac_try_echo=$ac_try;;
 
3254
-esac
 
3255
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3256
-  (eval "$ac_try") 2>&5
 
3257
-  ac_status=$?
 
3258
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3259
-  (exit $ac_status); }; } &&
 
3260
-        { ac_try='test -s conftest.$ac_objext'
 
3261
-  { (case "(($ac_try" in
 
3262
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3263
-  *) ac_try_echo=$ac_try;;
 
3264
-esac
 
3265
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3266
-  (eval "$ac_try") 2>&5
 
3267
-  ac_status=$?
 
3268
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3269
-  (exit $ac_status); }; }; then
 
3270
+  (exit $ac_status); } && {
 
3271
+        test -z "$ac_c_werror_flag" ||
 
3272
+        test ! -s conftest.err
 
3273
+       } && test -s conftest.$ac_objext; then
 
3274
   ac_header_compiler=yes
 
3275
 else
 
3276
   echo "$as_me: failed program was:" >&5
 
3277
@@ -10842,17 +9716,10 @@
 
3278
   rm -f conftest.er1
 
3279
   cat conftest.err >&5
 
3280
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3281
-  (exit $ac_status); } >/dev/null; then
 
3282
-  if test -s conftest.err; then
 
3283
-    ac_cpp_err=$ac_c_preproc_warn_flag
 
3284
-    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
 
3285
-  else
 
3286
-    ac_cpp_err=
 
3287
-  fi
 
3288
-else
 
3289
-  ac_cpp_err=yes
 
3290
-fi
 
3291
-if test -z "$ac_cpp_err"; then
 
3292
+  (exit $ac_status); } >/dev/null && {
 
3293
+        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
3294
+        test ! -s conftest.err
 
3295
+       }; then
 
3296
   ac_header_preproc=yes
 
3297
 else
 
3298
   echo "$as_me: failed program was:" >&5
 
3299
@@ -10986,27 +9853,11 @@
 
3300
   rm -f conftest.er1
 
3301
   cat conftest.err >&5
 
3302
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3303
-  (exit $ac_status); } &&
 
3304
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
3305
-  { (case "(($ac_try" in
 
3306
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3307
-  *) ac_try_echo=$ac_try;;
 
3308
-esac
 
3309
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3310
-  (eval "$ac_try") 2>&5
 
3311
-  ac_status=$?
 
3312
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3313
-  (exit $ac_status); }; } &&
 
3314
-        { ac_try='test -s conftest$ac_exeext'
 
3315
-  { (case "(($ac_try" in
 
3316
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3317
-  *) ac_try_echo=$ac_try;;
 
3318
-esac
 
3319
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3320
-  (eval "$ac_try") 2>&5
 
3321
-  ac_status=$?
 
3322
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3323
-  (exit $ac_status); }; }; then
 
3324
+  (exit $ac_status); } && {
 
3325
+        test -z "$ac_c_werror_flag" ||
 
3326
+        test ! -s conftest.err
 
3327
+       } && test -s conftest$ac_exeext &&
 
3328
+       $as_test_x conftest$ac_exeext; then
 
3329
   eval "$as_ac_var=yes"
 
3330
 else
 
3331
   echo "$as_me: failed program was:" >&5
 
3332
@@ -11015,7 +9866,7 @@
 
3333
        eval "$as_ac_var=no"
 
3334
 fi
 
3335
 
 
3336
-rm -f core conftest.err conftest.$ac_objext \
 
3337
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
3338
       conftest$ac_exeext conftest.$ac_ext
 
3339
 fi
 
3340
 ac_res=`eval echo '${'$as_ac_var'}'`
 
3341
@@ -11101,27 +9952,11 @@
 
3342
   rm -f conftest.er1
 
3343
   cat conftest.err >&5
 
3344
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3345
-  (exit $ac_status); } &&
 
3346
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
3347
-  { (case "(($ac_try" in
 
3348
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3349
-  *) ac_try_echo=$ac_try;;
 
3350
-esac
 
3351
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3352
-  (eval "$ac_try") 2>&5
 
3353
-  ac_status=$?
 
3354
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3355
-  (exit $ac_status); }; } &&
 
3356
-        { ac_try='test -s conftest$ac_exeext'
 
3357
-  { (case "(($ac_try" in
 
3358
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3359
-  *) ac_try_echo=$ac_try;;
 
3360
-esac
 
3361
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3362
-  (eval "$ac_try") 2>&5
 
3363
-  ac_status=$?
 
3364
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3365
-  (exit $ac_status); }; }; then
 
3366
+  (exit $ac_status); } && {
 
3367
+        test -z "$ac_c_werror_flag" ||
 
3368
+        test ! -s conftest.err
 
3369
+       } && test -s conftest$ac_exeext &&
 
3370
+       $as_test_x conftest$ac_exeext; then
 
3371
   eval "$as_ac_var=yes"
 
3372
 else
 
3373
   echo "$as_me: failed program was:" >&5
 
3374
@@ -11130,7 +9965,7 @@
 
3375
        eval "$as_ac_var=no"
 
3376
 fi
 
3377
 
 
3378
-rm -f core conftest.err conftest.$ac_objext \
 
3379
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
3380
       conftest$ac_exeext conftest.$ac_ext
 
3381
 fi
 
3382
 ac_res=`eval echo '${'$as_ac_var'}'`
 
3383
@@ -11218,27 +10053,11 @@
 
3384
   rm -f conftest.er1
 
3385
   cat conftest.err >&5
 
3386
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3387
-  (exit $ac_status); } &&
 
3388
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
3389
-  { (case "(($ac_try" in
 
3390
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3391
-  *) ac_try_echo=$ac_try;;
 
3392
-esac
 
3393
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3394
-  (eval "$ac_try") 2>&5
 
3395
-  ac_status=$?
 
3396
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3397
-  (exit $ac_status); }; } &&
 
3398
-        { ac_try='test -s conftest$ac_exeext'
 
3399
-  { (case "(($ac_try" in
 
3400
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3401
-  *) ac_try_echo=$ac_try;;
 
3402
-esac
 
3403
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3404
-  (eval "$ac_try") 2>&5
 
3405
-  ac_status=$?
 
3406
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3407
-  (exit $ac_status); }; }; then
 
3408
+  (exit $ac_status); } && {
 
3409
+        test -z "$ac_c_werror_flag" ||
 
3410
+        test ! -s conftest.err
 
3411
+       } && test -s conftest$ac_exeext &&
 
3412
+       $as_test_x conftest$ac_exeext; then
 
3413
   eval "$as_ac_var=yes"
 
3414
 else
 
3415
   echo "$as_me: failed program was:" >&5
 
3416
@@ -11247,7 +10066,7 @@
 
3417
        eval "$as_ac_var=no"
 
3418
 fi
 
3419
 
 
3420
-rm -f core conftest.err conftest.$ac_objext \
 
3421
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
3422
       conftest$ac_exeext conftest.$ac_ext
 
3423
 fi
 
3424
 ac_res=`eval echo '${'$as_ac_var'}'`
 
3425
@@ -11335,27 +10154,11 @@
 
3426
   rm -f conftest.er1
 
3427
   cat conftest.err >&5
 
3428
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3429
-  (exit $ac_status); } &&
 
3430
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
3431
-  { (case "(($ac_try" in
 
3432
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3433
-  *) ac_try_echo=$ac_try;;
 
3434
-esac
 
3435
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3436
-  (eval "$ac_try") 2>&5
 
3437
-  ac_status=$?
 
3438
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3439
-  (exit $ac_status); }; } &&
 
3440
-        { ac_try='test -s conftest$ac_exeext'
 
3441
-  { (case "(($ac_try" in
 
3442
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3443
-  *) ac_try_echo=$ac_try;;
 
3444
-esac
 
3445
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3446
-  (eval "$ac_try") 2>&5
 
3447
-  ac_status=$?
 
3448
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3449
-  (exit $ac_status); }; }; then
 
3450
+  (exit $ac_status); } && {
 
3451
+        test -z "$ac_c_werror_flag" ||
 
3452
+        test ! -s conftest.err
 
3453
+       } && test -s conftest$ac_exeext &&
 
3454
+       $as_test_x conftest$ac_exeext; then
 
3455
   eval "$as_ac_var=yes"
 
3456
 else
 
3457
   echo "$as_me: failed program was:" >&5
 
3458
@@ -11364,7 +10167,7 @@
 
3459
        eval "$as_ac_var=no"
 
3460
 fi
 
3461
 
 
3462
-rm -f core conftest.err conftest.$ac_objext \
 
3463
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
3464
       conftest$ac_exeext conftest.$ac_ext
 
3465
 fi
 
3466
 ac_res=`eval echo '${'$as_ac_var'}'`
 
3467
@@ -11451,27 +10254,11 @@
 
3468
   rm -f conftest.er1
 
3469
   cat conftest.err >&5
 
3470
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3471
-  (exit $ac_status); } &&
 
3472
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
3473
-  { (case "(($ac_try" in
 
3474
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3475
-  *) ac_try_echo=$ac_try;;
 
3476
-esac
 
3477
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3478
-  (eval "$ac_try") 2>&5
 
3479
-  ac_status=$?
 
3480
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3481
-  (exit $ac_status); }; } &&
 
3482
-        { ac_try='test -s conftest$ac_exeext'
 
3483
-  { (case "(($ac_try" in
 
3484
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3485
-  *) ac_try_echo=$ac_try;;
 
3486
-esac
 
3487
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3488
-  (eval "$ac_try") 2>&5
 
3489
-  ac_status=$?
 
3490
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3491
-  (exit $ac_status); }; }; then
 
3492
+  (exit $ac_status); } && {
 
3493
+        test -z "$ac_c_werror_flag" ||
 
3494
+        test ! -s conftest.err
 
3495
+       } && test -s conftest$ac_exeext &&
 
3496
+       $as_test_x conftest$ac_exeext; then
 
3497
   eval "$as_ac_var=yes"
 
3498
 else
 
3499
   echo "$as_me: failed program was:" >&5
 
3500
@@ -11480,7 +10267,7 @@
 
3501
        eval "$as_ac_var=no"
 
3502
 fi
 
3503
 
 
3504
-rm -f core conftest.err conftest.$ac_objext \
 
3505
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
3506
       conftest$ac_exeext conftest.$ac_ext
 
3507
 fi
 
3508
 ac_res=`eval echo '${'$as_ac_var'}'`
 
3509
@@ -11569,27 +10356,11 @@
 
3510
   rm -f conftest.er1
 
3511
   cat conftest.err >&5
 
3512
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3513
-  (exit $ac_status); } &&
 
3514
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
3515
-  { (case "(($ac_try" in
 
3516
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3517
-  *) ac_try_echo=$ac_try;;
 
3518
-esac
 
3519
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3520
-  (eval "$ac_try") 2>&5
 
3521
-  ac_status=$?
 
3522
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3523
-  (exit $ac_status); }; } &&
 
3524
-        { ac_try='test -s conftest$ac_exeext'
 
3525
-  { (case "(($ac_try" in
 
3526
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3527
-  *) ac_try_echo=$ac_try;;
 
3528
-esac
 
3529
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3530
-  (eval "$ac_try") 2>&5
 
3531
-  ac_status=$?
 
3532
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3533
-  (exit $ac_status); }; }; then
 
3534
+  (exit $ac_status); } && {
 
3535
+        test -z "$ac_c_werror_flag" ||
 
3536
+        test ! -s conftest.err
 
3537
+       } && test -s conftest$ac_exeext &&
 
3538
+       $as_test_x conftest$ac_exeext; then
 
3539
   eval "$as_ac_var=yes"
 
3540
 else
 
3541
   echo "$as_me: failed program was:" >&5
 
3542
@@ -11598,7 +10369,7 @@
 
3543
        eval "$as_ac_var=no"
 
3544
 fi
 
3545
 
 
3546
-rm -f core conftest.err conftest.$ac_objext \
 
3547
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
3548
       conftest$ac_exeext conftest.$ac_ext
 
3549
 fi
 
3550
 ac_res=`eval echo '${'$as_ac_var'}'`
 
3551
@@ -11685,27 +10456,11 @@
 
3552
   rm -f conftest.er1
 
3553
   cat conftest.err >&5
 
3554
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3555
-  (exit $ac_status); } &&
 
3556
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
3557
-  { (case "(($ac_try" in
 
3558
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3559
-  *) ac_try_echo=$ac_try;;
 
3560
-esac
 
3561
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3562
-  (eval "$ac_try") 2>&5
 
3563
-  ac_status=$?
 
3564
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3565
-  (exit $ac_status); }; } &&
 
3566
-        { ac_try='test -s conftest$ac_exeext'
 
3567
-  { (case "(($ac_try" in
 
3568
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3569
-  *) ac_try_echo=$ac_try;;
 
3570
-esac
 
3571
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3572
-  (eval "$ac_try") 2>&5
 
3573
-  ac_status=$?
 
3574
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3575
-  (exit $ac_status); }; }; then
 
3576
+  (exit $ac_status); } && {
 
3577
+        test -z "$ac_c_werror_flag" ||
 
3578
+        test ! -s conftest.err
 
3579
+       } && test -s conftest$ac_exeext &&
 
3580
+       $as_test_x conftest$ac_exeext; then
 
3581
   eval "$as_ac_var=yes"
 
3582
 else
 
3583
   echo "$as_me: failed program was:" >&5
 
3584
@@ -11714,7 +10469,7 @@
 
3585
        eval "$as_ac_var=no"
 
3586
 fi
 
3587
 
 
3588
-rm -f core conftest.err conftest.$ac_objext \
 
3589
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
3590
       conftest$ac_exeext conftest.$ac_ext
 
3591
 fi
 
3592
 ac_res=`eval echo '${'$as_ac_var'}'`
 
3593
@@ -11799,27 +10554,11 @@
 
3594
   rm -f conftest.er1
 
3595
   cat conftest.err >&5
 
3596
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3597
-  (exit $ac_status); } &&
 
3598
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
3599
-  { (case "(($ac_try" in
 
3600
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3601
-  *) ac_try_echo=$ac_try;;
 
3602
-esac
 
3603
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3604
-  (eval "$ac_try") 2>&5
 
3605
-  ac_status=$?
 
3606
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3607
-  (exit $ac_status); }; } &&
 
3608
-        { ac_try='test -s conftest$ac_exeext'
 
3609
-  { (case "(($ac_try" in
 
3610
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3611
-  *) ac_try_echo=$ac_try;;
 
3612
-esac
 
3613
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3614
-  (eval "$ac_try") 2>&5
 
3615
-  ac_status=$?
 
3616
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3617
-  (exit $ac_status); }; }; then
 
3618
+  (exit $ac_status); } && {
 
3619
+        test -z "$ac_c_werror_flag" ||
 
3620
+        test ! -s conftest.err
 
3621
+       } && test -s conftest$ac_exeext &&
 
3622
+       $as_test_x conftest$ac_exeext; then
 
3623
   eval "$as_ac_var=yes"
 
3624
 else
 
3625
   echo "$as_me: failed program was:" >&5
 
3626
@@ -11828,7 +10567,7 @@
 
3627
        eval "$as_ac_var=no"
 
3628
 fi
 
3629
 
 
3630
-rm -f core conftest.err conftest.$ac_objext \
 
3631
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
3632
       conftest$ac_exeext conftest.$ac_ext
 
3633
 fi
 
3634
 ac_res=`eval echo '${'$as_ac_var'}'`
 
3635
@@ -11915,27 +10654,11 @@
 
3636
   rm -f conftest.er1
 
3637
   cat conftest.err >&5
 
3638
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3639
-  (exit $ac_status); } &&
 
3640
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
3641
-  { (case "(($ac_try" in
 
3642
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3643
-  *) ac_try_echo=$ac_try;;
 
3644
-esac
 
3645
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3646
-  (eval "$ac_try") 2>&5
 
3647
-  ac_status=$?
 
3648
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3649
-  (exit $ac_status); }; } &&
 
3650
-        { ac_try='test -s conftest$ac_exeext'
 
3651
-  { (case "(($ac_try" in
 
3652
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3653
-  *) ac_try_echo=$ac_try;;
 
3654
-esac
 
3655
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3656
-  (eval "$ac_try") 2>&5
 
3657
-  ac_status=$?
 
3658
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3659
-  (exit $ac_status); }; }; then
 
3660
+  (exit $ac_status); } && {
 
3661
+        test -z "$ac_c_werror_flag" ||
 
3662
+        test ! -s conftest.err
 
3663
+       } && test -s conftest$ac_exeext &&
 
3664
+       $as_test_x conftest$ac_exeext; then
 
3665
   eval "$as_ac_var=yes"
 
3666
 else
 
3667
   echo "$as_me: failed program was:" >&5
 
3668
@@ -11944,7 +10667,7 @@
 
3669
        eval "$as_ac_var=no"
 
3670
 fi
 
3671
 
 
3672
-rm -f core conftest.err conftest.$ac_objext \
 
3673
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
3674
       conftest$ac_exeext conftest.$ac_ext
 
3675
 fi
 
3676
 ac_res=`eval echo '${'$as_ac_var'}'`
 
3677
@@ -12028,27 +10751,11 @@
 
3678
   rm -f conftest.er1
 
3679
   cat conftest.err >&5
 
3680
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3681
-  (exit $ac_status); } &&
 
3682
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
3683
-  { (case "(($ac_try" in
 
3684
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3685
-  *) ac_try_echo=$ac_try;;
 
3686
-esac
 
3687
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3688
-  (eval "$ac_try") 2>&5
 
3689
-  ac_status=$?
 
3690
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3691
-  (exit $ac_status); }; } &&
 
3692
-        { ac_try='test -s conftest$ac_exeext'
 
3693
-  { (case "(($ac_try" in
 
3694
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3695
-  *) ac_try_echo=$ac_try;;
 
3696
-esac
 
3697
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3698
-  (eval "$ac_try") 2>&5
 
3699
-  ac_status=$?
 
3700
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3701
-  (exit $ac_status); }; }; then
 
3702
+  (exit $ac_status); } && {
 
3703
+        test -z "$ac_c_werror_flag" ||
 
3704
+        test ! -s conftest.err
 
3705
+       } && test -s conftest$ac_exeext &&
 
3706
+       $as_test_x conftest$ac_exeext; then
 
3707
   eval "$as_ac_var=yes"
 
3708
 else
 
3709
   echo "$as_me: failed program was:" >&5
 
3710
@@ -12057,7 +10764,7 @@
 
3711
        eval "$as_ac_var=no"
 
3712
 fi
 
3713
 
 
3714
-rm -f core conftest.err conftest.$ac_objext \
 
3715
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
3716
       conftest$ac_exeext conftest.$ac_ext
 
3717
 fi
 
3718
 ac_res=`eval echo '${'$as_ac_var'}'`
 
3719
@@ -12108,27 +10815,10 @@
 
3720
   rm -f conftest.er1
 
3721
   cat conftest.err >&5
 
3722
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3723
-  (exit $ac_status); } &&
 
3724
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
3725
-  { (case "(($ac_try" in
 
3726
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3727
-  *) ac_try_echo=$ac_try;;
 
3728
-esac
 
3729
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3730
-  (eval "$ac_try") 2>&5
 
3731
-  ac_status=$?
 
3732
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3733
-  (exit $ac_status); }; } &&
 
3734
-        { ac_try='test -s conftest.$ac_objext'
 
3735
-  { (case "(($ac_try" in
 
3736
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3737
-  *) ac_try_echo=$ac_try;;
 
3738
-esac
 
3739
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3740
-  (eval "$ac_try") 2>&5
 
3741
-  ac_status=$?
 
3742
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3743
-  (exit $ac_status); }; }; then
 
3744
+  (exit $ac_status); } && {
 
3745
+        test -z "$ac_c_werror_flag" ||
 
3746
+        test ! -s conftest.err
 
3747
+       } && test -s conftest.$ac_objext; then
 
3748
   ac_cv_header_time=yes
 
3749
 else
 
3750
   echo "$as_me: failed program was:" >&5
 
3751
@@ -12193,27 +10883,10 @@
 
3752
   rm -f conftest.er1
 
3753
   cat conftest.err >&5
 
3754
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3755
-  (exit $ac_status); } &&
 
3756
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
3757
-  { (case "(($ac_try" in
 
3758
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3759
-  *) ac_try_echo=$ac_try;;
 
3760
-esac
 
3761
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3762
-  (eval "$ac_try") 2>&5
 
3763
-  ac_status=$?
 
3764
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3765
-  (exit $ac_status); }; } &&
 
3766
-        { ac_try='test -s conftest.$ac_objext'
 
3767
-  { (case "(($ac_try" in
 
3768
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3769
-  *) ac_try_echo=$ac_try;;
 
3770
-esac
 
3771
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3772
-  (eval "$ac_try") 2>&5
 
3773
-  ac_status=$?
 
3774
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3775
-  (exit $ac_status); }; }; then
 
3776
+  (exit $ac_status); } && {
 
3777
+        test -z "$ac_c_werror_flag" ||
 
3778
+        test ! -s conftest.err
 
3779
+       } && test -s conftest.$ac_objext; then
 
3780
   eval "$as_ac_Header=yes"
 
3781
 else
 
3782
   echo "$as_me: failed program was:" >&5
 
3783
@@ -12286,27 +10959,11 @@
 
3784
   rm -f conftest.er1
 
3785
   cat conftest.err >&5
 
3786
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3787
-  (exit $ac_status); } &&
 
3788
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
3789
-  { (case "(($ac_try" in
 
3790
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3791
-  *) ac_try_echo=$ac_try;;
 
3792
-esac
 
3793
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3794
-  (eval "$ac_try") 2>&5
 
3795
-  ac_status=$?
 
3796
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3797
-  (exit $ac_status); }; } &&
 
3798
-        { ac_try='test -s conftest$ac_exeext'
 
3799
-  { (case "(($ac_try" in
 
3800
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3801
-  *) ac_try_echo=$ac_try;;
 
3802
-esac
 
3803
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3804
-  (eval "$ac_try") 2>&5
 
3805
-  ac_status=$?
 
3806
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3807
-  (exit $ac_status); }; }; then
 
3808
+  (exit $ac_status); } && {
 
3809
+        test -z "$ac_c_werror_flag" ||
 
3810
+        test ! -s conftest.err
 
3811
+       } && test -s conftest$ac_exeext &&
 
3812
+       $as_test_x conftest$ac_exeext; then
 
3813
   ac_cv_search_opendir=$ac_res
 
3814
 else
 
3815
   echo "$as_me: failed program was:" >&5
 
3816
@@ -12315,7 +10972,7 @@
 
3817
 
 
3818
 fi
 
3819
 
 
3820
-rm -f core conftest.err conftest.$ac_objext \
 
3821
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
3822
       conftest$ac_exeext
 
3823
   if test "${ac_cv_search_opendir+set}" = set; then
 
3824
   break
 
3825
@@ -12386,27 +11043,11 @@
 
3826
   rm -f conftest.er1
 
3827
   cat conftest.err >&5
 
3828
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3829
-  (exit $ac_status); } &&
 
3830
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
3831
-  { (case "(($ac_try" in
 
3832
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3833
-  *) ac_try_echo=$ac_try;;
 
3834
-esac
 
3835
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3836
-  (eval "$ac_try") 2>&5
 
3837
-  ac_status=$?
 
3838
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3839
-  (exit $ac_status); }; } &&
 
3840
-        { ac_try='test -s conftest$ac_exeext'
 
3841
-  { (case "(($ac_try" in
 
3842
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3843
-  *) ac_try_echo=$ac_try;;
 
3844
-esac
 
3845
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3846
-  (eval "$ac_try") 2>&5
 
3847
-  ac_status=$?
 
3848
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3849
-  (exit $ac_status); }; }; then
 
3850
+  (exit $ac_status); } && {
 
3851
+        test -z "$ac_c_werror_flag" ||
 
3852
+        test ! -s conftest.err
 
3853
+       } && test -s conftest$ac_exeext &&
 
3854
+       $as_test_x conftest$ac_exeext; then
 
3855
   ac_cv_search_opendir=$ac_res
 
3856
 else
 
3857
   echo "$as_me: failed program was:" >&5
 
3858
@@ -12415,7 +11056,7 @@
 
3859
 
 
3860
 fi
 
3861
 
 
3862
-rm -f core conftest.err conftest.$ac_objext \
 
3863
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
3864
       conftest$ac_exeext
 
3865
   if test "${ac_cv_search_opendir+set}" = set; then
 
3866
   break
 
3867
@@ -12482,27 +11123,10 @@
 
3868
   rm -f conftest.er1
 
3869
   cat conftest.err >&5
 
3870
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3871
-  (exit $ac_status); } &&
 
3872
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
3873
-  { (case "(($ac_try" in
 
3874
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3875
-  *) ac_try_echo=$ac_try;;
 
3876
-esac
 
3877
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3878
-  (eval "$ac_try") 2>&5
 
3879
-  ac_status=$?
 
3880
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3881
-  (exit $ac_status); }; } &&
 
3882
-        { ac_try='test -s conftest.$ac_objext'
 
3883
-  { (case "(($ac_try" in
 
3884
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3885
-  *) ac_try_echo=$ac_try;;
 
3886
-esac
 
3887
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3888
-  (eval "$ac_try") 2>&5
 
3889
-  ac_status=$?
 
3890
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3891
-  (exit $ac_status); }; }; then
 
3892
+  (exit $ac_status); } && {
 
3893
+        test -z "$ac_c_werror_flag" ||
 
3894
+        test ! -s conftest.err
 
3895
+       } && test -s conftest.$ac_objext; then
 
3896
   ac_cv_header_sys_wait_h=yes
 
3897
 else
 
3898
   echo "$as_me: failed program was:" >&5
 
3899
@@ -12560,27 +11184,10 @@
 
3900
   rm -f conftest.er1
 
3901
   cat conftest.err >&5
 
3902
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3903
-  (exit $ac_status); } &&
 
3904
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
3905
-  { (case "(($ac_try" in
 
3906
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3907
-  *) ac_try_echo=$ac_try;;
 
3908
-esac
 
3909
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3910
-  (eval "$ac_try") 2>&5
 
3911
-  ac_status=$?
 
3912
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3913
-  (exit $ac_status); }; } &&
 
3914
-        { ac_try='test -s conftest.$ac_objext'
 
3915
-  { (case "(($ac_try" in
 
3916
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3917
-  *) ac_try_echo=$ac_try;;
 
3918
-esac
 
3919
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3920
-  (eval "$ac_try") 2>&5
 
3921
-  ac_status=$?
 
3922
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3923
-  (exit $ac_status); }; }; then
 
3924
+  (exit $ac_status); } && {
 
3925
+        test -z "$ac_c_werror_flag" ||
 
3926
+        test ! -s conftest.err
 
3927
+       } && test -s conftest.$ac_objext; then
 
3928
   ac_cv_type_pid_t=yes
 
3929
 else
 
3930
   echo "$as_me: failed program was:" >&5
 
3931
@@ -12642,27 +11249,10 @@
 
3932
   rm -f conftest.er1
 
3933
   cat conftest.err >&5
 
3934
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3935
-  (exit $ac_status); } &&
 
3936
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
3937
-  { (case "(($ac_try" in
 
3938
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3939
-  *) ac_try_echo=$ac_try;;
 
3940
-esac
 
3941
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3942
-  (eval "$ac_try") 2>&5
 
3943
-  ac_status=$?
 
3944
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3945
-  (exit $ac_status); }; } &&
 
3946
-        { ac_try='test -s conftest.$ac_objext'
 
3947
-  { (case "(($ac_try" in
 
3948
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3949
-  *) ac_try_echo=$ac_try;;
 
3950
-esac
 
3951
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3952
-  (eval "$ac_try") 2>&5
 
3953
-  ac_status=$?
 
3954
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3955
-  (exit $ac_status); }; }; then
 
3956
+  (exit $ac_status); } && {
 
3957
+        test -z "$ac_c_werror_flag" ||
 
3958
+        test ! -s conftest.err
 
3959
+       } && test -s conftest.$ac_objext; then
 
3960
   ac_header_compiler=yes
 
3961
 else
 
3962
   echo "$as_me: failed program was:" >&5
 
3963
@@ -12698,17 +11288,10 @@
 
3964
   rm -f conftest.er1
 
3965
   cat conftest.err >&5
 
3966
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3967
-  (exit $ac_status); } >/dev/null; then
 
3968
-  if test -s conftest.err; then
 
3969
-    ac_cpp_err=$ac_c_preproc_warn_flag
 
3970
-    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
 
3971
-  else
 
3972
-    ac_cpp_err=
 
3973
-  fi
 
3974
-else
 
3975
-  ac_cpp_err=yes
 
3976
-fi
 
3977
-if test -z "$ac_cpp_err"; then
 
3978
+  (exit $ac_status); } >/dev/null && {
 
3979
+        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
3980
+        test ! -s conftest.err
 
3981
+       }; then
 
3982
   ac_header_preproc=yes
 
3983
 else
 
3984
   echo "$as_me: failed program was:" >&5
 
3985
@@ -12835,27 +11418,11 @@
 
3986
   rm -f conftest.er1
 
3987
   cat conftest.err >&5
 
3988
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3989
-  (exit $ac_status); } &&
 
3990
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
3991
-  { (case "(($ac_try" in
 
3992
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3993
-  *) ac_try_echo=$ac_try;;
 
3994
-esac
 
3995
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
3996
-  (eval "$ac_try") 2>&5
 
3997
-  ac_status=$?
 
3998
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3999
-  (exit $ac_status); }; } &&
 
4000
-        { ac_try='test -s conftest$ac_exeext'
 
4001
-  { (case "(($ac_try" in
 
4002
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4003
-  *) ac_try_echo=$ac_try;;
 
4004
-esac
 
4005
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4006
-  (eval "$ac_try") 2>&5
 
4007
-  ac_status=$?
 
4008
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4009
-  (exit $ac_status); }; }; then
 
4010
+  (exit $ac_status); } && {
 
4011
+        test -z "$ac_c_werror_flag" ||
 
4012
+        test ! -s conftest.err
 
4013
+       } && test -s conftest$ac_exeext &&
 
4014
+       $as_test_x conftest$ac_exeext; then
 
4015
   eval "$as_ac_var=yes"
 
4016
 else
 
4017
   echo "$as_me: failed program was:" >&5
 
4018
@@ -12864,7 +11431,7 @@
 
4019
        eval "$as_ac_var=no"
 
4020
 fi
 
4021
 
 
4022
-rm -f core conftest.err conftest.$ac_objext \
 
4023
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
4024
       conftest$ac_exeext conftest.$ac_ext
 
4025
 fi
 
4026
 ac_res=`eval echo '${'$as_ac_var'}'`
 
4027
@@ -12977,7 +11544,7 @@
 
4028
 /* Thanks to Paul Eggert for this test.  */
 
4029
 $ac_includes_default
 
4030
 #include <sys/wait.h>
 
4031
-#if HAVE_VFORK_H
 
4032
+#ifdef HAVE_VFORK_H
 
4033
 # include <vfork.h>
 
4034
 #endif
 
4035
 /* On some sparc systems, changes by the child to local and incoming
 
4036
@@ -13167,27 +11734,10 @@
 
4037
   rm -f conftest.er1
 
4038
   cat conftest.err >&5
 
4039
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4040
-  (exit $ac_status); } &&
 
4041
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
4042
-  { (case "(($ac_try" in
 
4043
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4044
-  *) ac_try_echo=$ac_try;;
 
4045
-esac
 
4046
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4047
-  (eval "$ac_try") 2>&5
 
4048
-  ac_status=$?
 
4049
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4050
-  (exit $ac_status); }; } &&
 
4051
-        { ac_try='test -s conftest.$ac_objext'
 
4052
-  { (case "(($ac_try" in
 
4053
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4054
-  *) ac_try_echo=$ac_try;;
 
4055
-esac
 
4056
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4057
-  (eval "$ac_try") 2>&5
 
4058
-  ac_status=$?
 
4059
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4060
-  (exit $ac_status); }; }; then
 
4061
+  (exit $ac_status); } && {
 
4062
+        test -z "$ac_c_werror_flag" ||
 
4063
+        test ! -s conftest.err
 
4064
+       } && test -s conftest.$ac_objext; then
 
4065
   ac_cv_type_intptr_t=yes
 
4066
 else
 
4067
   echo "$as_me: failed program was:" >&5
 
4068
@@ -13236,27 +11786,10 @@
 
4069
   rm -f conftest.er1
 
4070
   cat conftest.err >&5
 
4071
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4072
-  (exit $ac_status); } &&
 
4073
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
4074
-  { (case "(($ac_try" in
 
4075
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4076
-  *) ac_try_echo=$ac_try;;
 
4077
-esac
 
4078
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4079
-  (eval "$ac_try") 2>&5
 
4080
-  ac_status=$?
 
4081
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4082
-  (exit $ac_status); }; } &&
 
4083
-        { ac_try='test -s conftest.$ac_objext'
 
4084
-  { (case "(($ac_try" in
 
4085
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4086
-  *) ac_try_echo=$ac_try;;
 
4087
-esac
 
4088
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4089
-  (eval "$ac_try") 2>&5
 
4090
-  ac_status=$?
 
4091
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4092
-  (exit $ac_status); }; }; then
 
4093
+  (exit $ac_status); } && {
 
4094
+        test -z "$ac_c_werror_flag" ||
 
4095
+        test ! -s conftest.err
 
4096
+       } && test -s conftest.$ac_objext; then
 
4097
   { echo "$as_me:$LINENO: result: no" >&5
 
4098
 echo "${ECHO_T}no" >&6; }
 
4099
 else
 
4100
@@ -13314,27 +11847,10 @@
 
4101
   rm -f conftest.er1
 
4102
   cat conftest.err >&5
 
4103
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4104
-  (exit $ac_status); } &&
 
4105
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
4106
-  { (case "(($ac_try" in
 
4107
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4108
-  *) ac_try_echo=$ac_try;;
 
4109
-esac
 
4110
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4111
-  (eval "$ac_try") 2>&5
 
4112
-  ac_status=$?
 
4113
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4114
-  (exit $ac_status); }; } &&
 
4115
-        { ac_try='test -s conftest.$ac_objext'
 
4116
-  { (case "(($ac_try" in
 
4117
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4118
-  *) ac_try_echo=$ac_try;;
 
4119
-esac
 
4120
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4121
-  (eval "$ac_try") 2>&5
 
4122
-  ac_status=$?
 
4123
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4124
-  (exit $ac_status); }; }; then
 
4125
+  (exit $ac_status); } && {
 
4126
+        test -z "$ac_c_werror_flag" ||
 
4127
+        test ! -s conftest.err
 
4128
+       } && test -s conftest.$ac_objext; then
 
4129
   ac_header_compiler=yes
 
4130
 else
 
4131
   echo "$as_me: failed program was:" >&5
 
4132
@@ -13370,17 +11886,10 @@
 
4133
   rm -f conftest.er1
 
4134
   cat conftest.err >&5
 
4135
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4136
-  (exit $ac_status); } >/dev/null; then
 
4137
-  if test -s conftest.err; then
 
4138
-    ac_cpp_err=$ac_c_preproc_warn_flag
 
4139
-    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
 
4140
-  else
 
4141
-    ac_cpp_err=
 
4142
-  fi
 
4143
-else
 
4144
-  ac_cpp_err=yes
 
4145
-fi
 
4146
-if test -z "$ac_cpp_err"; then
 
4147
+  (exit $ac_status); } >/dev/null && {
 
4148
+        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
4149
+        test ! -s conftest.err
 
4150
+       }; then
 
4151
   ac_header_preproc=yes
 
4152
 else
 
4153
   echo "$as_me: failed program was:" >&5
 
4154
@@ -13506,27 +12015,11 @@
 
4155
   rm -f conftest.er1
 
4156
   cat conftest.err >&5
 
4157
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4158
-  (exit $ac_status); } &&
 
4159
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
4160
-  { (case "(($ac_try" in
 
4161
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4162
-  *) ac_try_echo=$ac_try;;
 
4163
-esac
 
4164
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4165
-  (eval "$ac_try") 2>&5
 
4166
-  ac_status=$?
 
4167
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4168
-  (exit $ac_status); }; } &&
 
4169
-        { ac_try='test -s conftest$ac_exeext'
 
4170
-  { (case "(($ac_try" in
 
4171
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4172
-  *) ac_try_echo=$ac_try;;
 
4173
-esac
 
4174
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4175
-  (eval "$ac_try") 2>&5
 
4176
-  ac_status=$?
 
4177
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4178
-  (exit $ac_status); }; }; then
 
4179
+  (exit $ac_status); } && {
 
4180
+        test -z "$ac_c_werror_flag" ||
 
4181
+        test ! -s conftest.err
 
4182
+       } && test -s conftest$ac_exeext &&
 
4183
+       $as_test_x conftest$ac_exeext; then
 
4184
   eval "$as_ac_var=yes"
 
4185
 else
 
4186
   echo "$as_me: failed program was:" >&5
 
4187
@@ -13535,7 +12028,7 @@
 
4188
        eval "$as_ac_var=no"
 
4189
 fi
 
4190
 
 
4191
-rm -f core conftest.err conftest.$ac_objext \
 
4192
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
4193
       conftest$ac_exeext conftest.$ac_ext
 
4194
 fi
 
4195
 ac_res=`eval echo '${'$as_ac_var'}'`
 
4196
@@ -13581,27 +12074,10 @@
 
4197
   rm -f conftest.er1
 
4198
   cat conftest.err >&5
 
4199
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4200
-  (exit $ac_status); } &&
 
4201
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
4202
-  { (case "(($ac_try" in
 
4203
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4204
-  *) ac_try_echo=$ac_try;;
 
4205
-esac
 
4206
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4207
-  (eval "$ac_try") 2>&5
 
4208
-  ac_status=$?
 
4209
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4210
-  (exit $ac_status); }; } &&
 
4211
-        { ac_try='test -s conftest.$ac_objext'
 
4212
-  { (case "(($ac_try" in
 
4213
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4214
-  *) ac_try_echo=$ac_try;;
 
4215
-esac
 
4216
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4217
-  (eval "$ac_try") 2>&5
 
4218
-  ac_status=$?
 
4219
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4220
-  (exit $ac_status); }; }; then
 
4221
+  (exit $ac_status); } && {
 
4222
+        test -z "$ac_c_werror_flag" ||
 
4223
+        test ! -s conftest.err
 
4224
+       } && test -s conftest.$ac_objext; then
 
4225
   { echo "$as_me:$LINENO: result: yes" >&5
 
4226
 echo "${ECHO_T}yes" >&6; }
 
4227
 else
 
4228
@@ -13646,27 +12122,10 @@
 
4229
   rm -f conftest.er1
 
4230
   cat conftest.err >&5
 
4231
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4232
-  (exit $ac_status); } &&
 
4233
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
4234
-  { (case "(($ac_try" in
 
4235
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4236
-  *) ac_try_echo=$ac_try;;
 
4237
-esac
 
4238
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4239
-  (eval "$ac_try") 2>&5
 
4240
-  ac_status=$?
 
4241
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4242
-  (exit $ac_status); }; } &&
 
4243
-        { ac_try='test -s conftest.$ac_objext'
 
4244
-  { (case "(($ac_try" in
 
4245
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4246
-  *) ac_try_echo=$ac_try;;
 
4247
-esac
 
4248
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4249
-  (eval "$ac_try") 2>&5
 
4250
-  ac_status=$?
 
4251
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4252
-  (exit $ac_status); }; }; then
 
4253
+  (exit $ac_status); } && {
 
4254
+        test -z "$ac_c_werror_flag" ||
 
4255
+        test ! -s conftest.err
 
4256
+       } && test -s conftest.$ac_objext; then
 
4257
   ac_syscall_gettid="yes"
 
4258
    { echo "$as_me:$LINENO: result: yes" >&5
 
4259
 echo "${ECHO_T}yes" >&6; }
 
4260
@@ -13723,27 +12182,10 @@
 
4261
   rm -f conftest.er1
 
4262
   cat conftest.err >&5
 
4263
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4264
-  (exit $ac_status); } &&
 
4265
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
4266
-  { (case "(($ac_try" in
 
4267
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4268
-  *) ac_try_echo=$ac_try;;
 
4269
-esac
 
4270
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4271
-  (eval "$ac_try") 2>&5
 
4272
-  ac_status=$?
 
4273
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4274
-  (exit $ac_status); }; } &&
 
4275
-        { ac_try='test -s conftest.$ac_objext'
 
4276
-  { (case "(($ac_try" in
 
4277
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4278
-  *) ac_try_echo=$ac_try;;
 
4279
-esac
 
4280
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4281
-  (eval "$ac_try") 2>&5
 
4282
-  ac_status=$?
 
4283
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4284
-  (exit $ac_status); }; }; then
 
4285
+  (exit $ac_status); } && {
 
4286
+        test -z "$ac_c_werror_flag" ||
 
4287
+        test ! -s conftest.err
 
4288
+       } && test -s conftest.$ac_objext; then
 
4289
 
 
4290
 cat >>confdefs.h <<\_ACEOF
 
4291
 #define HAVE_GETTID_MACRO 1
 
4292
@@ -13805,27 +12247,11 @@
 
4293
   rm -f conftest.er1
 
4294
   cat conftest.err >&5
 
4295
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4296
-  (exit $ac_status); } &&
 
4297
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
4298
-  { (case "(($ac_try" in
 
4299
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4300
-  *) ac_try_echo=$ac_try;;
 
4301
-esac
 
4302
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4303
-  (eval "$ac_try") 2>&5
 
4304
-  ac_status=$?
 
4305
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4306
-  (exit $ac_status); }; } &&
 
4307
-        { ac_try='test -s conftest$ac_exeext'
 
4308
-  { (case "(($ac_try" in
 
4309
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4310
-  *) ac_try_echo=$ac_try;;
 
4311
-esac
 
4312
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4313
-  (eval "$ac_try") 2>&5
 
4314
-  ac_status=$?
 
4315
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4316
-  (exit $ac_status); }; }; then
 
4317
+  (exit $ac_status); } && {
 
4318
+        test -z "$ac_c_werror_flag" ||
 
4319
+        test ! -s conftest.err
 
4320
+       } && test -s conftest$ac_exeext &&
 
4321
+       $as_test_x conftest$ac_exeext; then
 
4322
   ac_cv_lib_rt_clock_gettime=yes
 
4323
 else
 
4324
   echo "$as_me: failed program was:" >&5
 
4325
@@ -13834,7 +12260,7 @@
 
4326
        ac_cv_lib_rt_clock_gettime=no
 
4327
 fi
 
4328
 
 
4329
-rm -f core conftest.err conftest.$ac_objext \
 
4330
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
4331
       conftest$ac_exeext conftest.$ac_ext
 
4332
 LIBS=$ac_check_lib_save_LIBS
 
4333
 fi
 
4334
@@ -13916,27 +12342,11 @@
 
4335
   rm -f conftest.er1
 
4336
   cat conftest.err >&5
 
4337
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4338
-  (exit $ac_status); } &&
 
4339
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
4340
-  { (case "(($ac_try" in
 
4341
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4342
-  *) ac_try_echo=$ac_try;;
 
4343
-esac
 
4344
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4345
-  (eval "$ac_try") 2>&5
 
4346
-  ac_status=$?
 
4347
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4348
-  (exit $ac_status); }; } &&
 
4349
-        { ac_try='test -s conftest$ac_exeext'
 
4350
-  { (case "(($ac_try" in
 
4351
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4352
-  *) ac_try_echo=$ac_try;;
 
4353
-esac
 
4354
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4355
-  (eval "$ac_try") 2>&5
 
4356
-  ac_status=$?
 
4357
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4358
-  (exit $ac_status); }; }; then
 
4359
+  (exit $ac_status); } && {
 
4360
+        test -z "$ac_c_werror_flag" ||
 
4361
+        test ! -s conftest.err
 
4362
+       } && test -s conftest$ac_exeext &&
 
4363
+       $as_test_x conftest$ac_exeext; then
 
4364
   eval "$as_ac_var=yes"
 
4365
 else
 
4366
   echo "$as_me: failed program was:" >&5
 
4367
@@ -13945,7 +12355,7 @@
 
4368
        eval "$as_ac_var=no"
 
4369
 fi
 
4370
 
 
4371
-rm -f core conftest.err conftest.$ac_objext \
 
4372
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
4373
       conftest$ac_exeext conftest.$ac_ext
 
4374
 fi
 
4375
 ac_res=`eval echo '${'$as_ac_var'}'`
 
4376
@@ -14063,27 +12473,10 @@
 
4377
   rm -f conftest.er1
 
4378
   cat conftest.err >&5
 
4379
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4380
-  (exit $ac_status); } &&
 
4381
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
4382
-  { (case "(($ac_try" in
 
4383
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4384
-  *) ac_try_echo=$ac_try;;
 
4385
-esac
 
4386
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4387
-  (eval "$ac_try") 2>&5
 
4388
-  ac_status=$?
 
4389
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4390
-  (exit $ac_status); }; } &&
 
4391
-        { ac_try='test -s conftest.$ac_objext'
 
4392
-  { (case "(($ac_try" in
 
4393
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4394
-  *) ac_try_echo=$ac_try;;
 
4395
-esac
 
4396
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4397
-  (eval "$ac_try") 2>&5
 
4398
-  ac_status=$?
 
4399
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4400
-  (exit $ac_status); }; }; then
 
4401
+  (exit $ac_status); } && {
 
4402
+        test -z "$ac_c_werror_flag" ||
 
4403
+        test ! -s conftest.err
 
4404
+       } && test -s conftest.$ac_objext; then
 
4405
   { echo "$as_me:$LINENO: result: yes" >&5
 
4406
 echo "${ECHO_T}yes" >&6; }
 
4407
 else
 
4408
@@ -14215,27 +12608,10 @@
 
4409
   rm -f conftest.er1
 
4410
   cat conftest.err >&5
 
4411
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4412
-  (exit $ac_status); } &&
 
4413
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
4414
-  { (case "(($ac_try" in
 
4415
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4416
-  *) ac_try_echo=$ac_try;;
 
4417
-esac
 
4418
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4419
-  (eval "$ac_try") 2>&5
 
4420
-  ac_status=$?
 
4421
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4422
-  (exit $ac_status); }; } &&
 
4423
-        { ac_try='test -s conftest.$ac_objext'
 
4424
-  { (case "(($ac_try" in
 
4425
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4426
-  *) ac_try_echo=$ac_try;;
 
4427
-esac
 
4428
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4429
-  (eval "$ac_try") 2>&5
 
4430
-  ac_status=$?
 
4431
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4432
-  (exit $ac_status); }; }; then
 
4433
+  (exit $ac_status); } && {
 
4434
+        test -z "$ac_c_werror_flag" ||
 
4435
+        test ! -s conftest.err
 
4436
+       } && test -s conftest.$ac_objext; then
 
4437
   ac_sc_nprocessors_conf="yes"
 
4438
    { echo "$as_me:$LINENO: result: yes" >&5
 
4439
 echo "${ECHO_T}yes" >&6; }
 
4440
@@ -14311,27 +12687,10 @@
 
4441
   rm -f conftest.er1
 
4442
   cat conftest.err >&5
 
4443
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4444
-  (exit $ac_status); } &&
 
4445
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
4446
-  { (case "(($ac_try" in
 
4447
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4448
-  *) ac_try_echo=$ac_try;;
 
4449
-esac
 
4450
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4451
-  (eval "$ac_try") 2>&5
 
4452
-  ac_status=$?
 
4453
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4454
-  (exit $ac_status); }; } &&
 
4455
-        { ac_try='test -s conftest.$ac_objext'
 
4456
-  { (case "(($ac_try" in
 
4457
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4458
-  *) ac_try_echo=$ac_try;;
 
4459
-esac
 
4460
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4461
-  (eval "$ac_try") 2>&5
 
4462
-  ac_status=$?
 
4463
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4464
-  (exit $ac_status); }; }; then
 
4465
+  (exit $ac_status); } && {
 
4466
+        test -z "$ac_c_werror_flag" ||
 
4467
+        test ! -s conftest.err
 
4468
+       } && test -s conftest.$ac_objext; then
 
4469
   ac_cv_type_voidp=yes
 
4470
 else
 
4471
   echo "$as_me: failed program was:" >&5
 
4472
@@ -14345,16 +12704,15 @@
 
4473
 { echo "$as_me:$LINENO: result: $ac_cv_type_voidp" >&5
 
4474
 echo "${ECHO_T}$ac_cv_type_voidp" >&6; }
 
4475
 
 
4476
+# The cast to long int works around a bug in the HP C Compiler
 
4477
+# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
 
4478
+# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
 
4479
+# This bug is HP SR number 8606223364.
 
4480
 { echo "$as_me:$LINENO: checking size of void*" >&5
 
4481
 echo $ECHO_N "checking size of void*... $ECHO_C" >&6; }
 
4482
 if test "${ac_cv_sizeof_voidp+set}" = set; then
 
4483
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
4484
 else
 
4485
-  if test "$ac_cv_type_voidp" = yes; then
 
4486
-  # The cast to long int works around a bug in the HP C Compiler
 
4487
-  # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
 
4488
-  # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
 
4489
-  # This bug is HP SR number 8606223364.
 
4490
   if test "$cross_compiling" = yes; then
 
4491
   # Depending upon the size, compute the lo and hi bounds.
 
4492
 cat >conftest.$ac_ext <<_ACEOF
 
4493
@@ -14364,7 +12722,7 @@
 
4494
 cat >>conftest.$ac_ext <<_ACEOF
 
4495
 /* end confdefs.h.  */
 
4496
 $ac_includes_default
 
4497
-                  typedef void* ac__type_sizeof_;
 
4498
+   typedef void* ac__type_sizeof_;
 
4499
 int
 
4500
 main ()
 
4501
 {
 
4502
@@ -14388,27 +12746,10 @@
 
4503
   rm -f conftest.er1
 
4504
   cat conftest.err >&5
 
4505
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4506
-  (exit $ac_status); } &&
 
4507
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
4508
-  { (case "(($ac_try" in
 
4509
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4510
-  *) ac_try_echo=$ac_try;;
 
4511
-esac
 
4512
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4513
-  (eval "$ac_try") 2>&5
 
4514
-  ac_status=$?
 
4515
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4516
-  (exit $ac_status); }; } &&
 
4517
-        { ac_try='test -s conftest.$ac_objext'
 
4518
-  { (case "(($ac_try" in
 
4519
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4520
-  *) ac_try_echo=$ac_try;;
 
4521
-esac
 
4522
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4523
-  (eval "$ac_try") 2>&5
 
4524
-  ac_status=$?
 
4525
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4526
-  (exit $ac_status); }; }; then
 
4527
+  (exit $ac_status); } && {
 
4528
+        test -z "$ac_c_werror_flag" ||
 
4529
+        test ! -s conftest.err
 
4530
+       } && test -s conftest.$ac_objext; then
 
4531
   ac_lo=0 ac_mid=0
 
4532
   while :; do
 
4533
     cat >conftest.$ac_ext <<_ACEOF
 
4534
@@ -14418,7 +12759,7 @@
 
4535
 cat >>conftest.$ac_ext <<_ACEOF
 
4536
 /* end confdefs.h.  */
 
4537
 $ac_includes_default
 
4538
-                  typedef void* ac__type_sizeof_;
 
4539
+   typedef void* ac__type_sizeof_;
 
4540
 int
 
4541
 main ()
 
4542
 {
 
4543
@@ -14442,27 +12783,10 @@
 
4544
   rm -f conftest.er1
 
4545
   cat conftest.err >&5
 
4546
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4547
-  (exit $ac_status); } &&
 
4548
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
4549
-  { (case "(($ac_try" in
 
4550
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4551
-  *) ac_try_echo=$ac_try;;
 
4552
-esac
 
4553
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4554
-  (eval "$ac_try") 2>&5
 
4555
-  ac_status=$?
 
4556
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4557
-  (exit $ac_status); }; } &&
 
4558
-        { ac_try='test -s conftest.$ac_objext'
 
4559
-  { (case "(($ac_try" in
 
4560
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4561
-  *) ac_try_echo=$ac_try;;
 
4562
-esac
 
4563
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4564
-  (eval "$ac_try") 2>&5
 
4565
-  ac_status=$?
 
4566
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4567
-  (exit $ac_status); }; }; then
 
4568
+  (exit $ac_status); } && {
 
4569
+        test -z "$ac_c_werror_flag" ||
 
4570
+        test ! -s conftest.err
 
4571
+       } && test -s conftest.$ac_objext; then
 
4572
   ac_hi=$ac_mid; break
 
4573
 else
 
4574
   echo "$as_me: failed program was:" >&5
 
4575
@@ -14489,7 +12813,7 @@
 
4576
 cat >>conftest.$ac_ext <<_ACEOF
 
4577
 /* end confdefs.h.  */
 
4578
 $ac_includes_default
 
4579
-                  typedef void* ac__type_sizeof_;
 
4580
+   typedef void* ac__type_sizeof_;
 
4581
 int
 
4582
 main ()
 
4583
 {
 
4584
@@ -14513,27 +12837,10 @@
 
4585
   rm -f conftest.er1
 
4586
   cat conftest.err >&5
 
4587
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4588
-  (exit $ac_status); } &&
 
4589
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
4590
-  { (case "(($ac_try" in
 
4591
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4592
-  *) ac_try_echo=$ac_try;;
 
4593
-esac
 
4594
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4595
-  (eval "$ac_try") 2>&5
 
4596
-  ac_status=$?
 
4597
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4598
-  (exit $ac_status); }; } &&
 
4599
-        { ac_try='test -s conftest.$ac_objext'
 
4600
-  { (case "(($ac_try" in
 
4601
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4602
-  *) ac_try_echo=$ac_try;;
 
4603
-esac
 
4604
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4605
-  (eval "$ac_try") 2>&5
 
4606
-  ac_status=$?
 
4607
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4608
-  (exit $ac_status); }; }; then
 
4609
+  (exit $ac_status); } && {
 
4610
+        test -z "$ac_c_werror_flag" ||
 
4611
+        test ! -s conftest.err
 
4612
+       } && test -s conftest.$ac_objext; then
 
4613
   ac_hi=-1 ac_mid=-1
 
4614
   while :; do
 
4615
     cat >conftest.$ac_ext <<_ACEOF
 
4616
@@ -14543,7 +12850,7 @@
 
4617
 cat >>conftest.$ac_ext <<_ACEOF
 
4618
 /* end confdefs.h.  */
 
4619
 $ac_includes_default
 
4620
-                  typedef void* ac__type_sizeof_;
 
4621
+   typedef void* ac__type_sizeof_;
 
4622
 int
 
4623
 main ()
 
4624
 {
 
4625
@@ -14567,27 +12874,10 @@
 
4626
   rm -f conftest.er1
 
4627
   cat conftest.err >&5
 
4628
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4629
-  (exit $ac_status); } &&
 
4630
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
4631
-  { (case "(($ac_try" in
 
4632
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4633
-  *) ac_try_echo=$ac_try;;
 
4634
-esac
 
4635
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4636
-  (eval "$ac_try") 2>&5
 
4637
-  ac_status=$?
 
4638
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4639
-  (exit $ac_status); }; } &&
 
4640
-        { ac_try='test -s conftest.$ac_objext'
 
4641
-  { (case "(($ac_try" in
 
4642
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4643
-  *) ac_try_echo=$ac_try;;
 
4644
-esac
 
4645
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4646
-  (eval "$ac_try") 2>&5
 
4647
-  ac_status=$?
 
4648
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4649
-  (exit $ac_status); }; }; then
 
4650
+  (exit $ac_status); } && {
 
4651
+        test -z "$ac_c_werror_flag" ||
 
4652
+        test ! -s conftest.err
 
4653
+       } && test -s conftest.$ac_objext; then
 
4654
   ac_lo=$ac_mid; break
 
4655
 else
 
4656
   echo "$as_me: failed program was:" >&5
 
4657
@@ -14624,7 +12914,7 @@
 
4658
 cat >>conftest.$ac_ext <<_ACEOF
 
4659
 /* end confdefs.h.  */
 
4660
 $ac_includes_default
 
4661
-                  typedef void* ac__type_sizeof_;
 
4662
+   typedef void* ac__type_sizeof_;
 
4663
 int
 
4664
 main ()
 
4665
 {
 
4666
@@ -14648,27 +12938,10 @@
 
4667
   rm -f conftest.er1
 
4668
   cat conftest.err >&5
 
4669
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4670
-  (exit $ac_status); } &&
 
4671
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
4672
-  { (case "(($ac_try" in
 
4673
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4674
-  *) ac_try_echo=$ac_try;;
 
4675
-esac
 
4676
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4677
-  (eval "$ac_try") 2>&5
 
4678
-  ac_status=$?
 
4679
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4680
-  (exit $ac_status); }; } &&
 
4681
-        { ac_try='test -s conftest.$ac_objext'
 
4682
-  { (case "(($ac_try" in
 
4683
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4684
-  *) ac_try_echo=$ac_try;;
 
4685
-esac
 
4686
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4687
-  (eval "$ac_try") 2>&5
 
4688
-  ac_status=$?
 
4689
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4690
-  (exit $ac_status); }; }; then
 
4691
+  (exit $ac_status); } && {
 
4692
+        test -z "$ac_c_werror_flag" ||
 
4693
+        test ! -s conftest.err
 
4694
+       } && test -s conftest.$ac_objext; then
 
4695
   ac_hi=$ac_mid
 
4696
 else
 
4697
   echo "$as_me: failed program was:" >&5
 
4698
@@ -14681,11 +12954,15 @@
 
4699
 done
 
4700
 case $ac_lo in
 
4701
 ?*) ac_cv_sizeof_voidp=$ac_lo;;
 
4702
-'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (void*)
 
4703
+'') if test "$ac_cv_type_voidp" = yes; then
 
4704
+     { { echo "$as_me:$LINENO: error: cannot compute sizeof (void*)
 
4705
 See \`config.log' for more details." >&5
 
4706
 echo "$as_me: error: cannot compute sizeof (void*)
 
4707
 See \`config.log' for more details." >&2;}
 
4708
-   { (exit 77); exit 77; }; } ;;
 
4709
+   { (exit 77); exit 77; }; }
 
4710
+   else
 
4711
+     ac_cv_sizeof_voidp=0
 
4712
+   fi ;;
 
4713
 esac
 
4714
 else
 
4715
   cat >conftest.$ac_ext <<_ACEOF
 
4716
@@ -14695,7 +12972,7 @@
 
4717
 cat >>conftest.$ac_ext <<_ACEOF
 
4718
 /* end confdefs.h.  */
 
4719
 $ac_includes_default
 
4720
-                  typedef void* ac__type_sizeof_;
 
4721
+   typedef void* ac__type_sizeof_;
 
4722
 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
 
4723
 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
 
4724
 #include <stdio.h>
 
4725
@@ -14754,21 +13031,25 @@
 
4726
 sed 's/^/| /' conftest.$ac_ext >&5
 
4727
 
 
4728
 ( exit $ac_status )
 
4729
-{ { echo "$as_me:$LINENO: error: cannot compute sizeof (void*)
 
4730
+if test "$ac_cv_type_voidp" = yes; then
 
4731
+     { { echo "$as_me:$LINENO: error: cannot compute sizeof (void*)
 
4732
 See \`config.log' for more details." >&5
 
4733
 echo "$as_me: error: cannot compute sizeof (void*)
 
4734
 See \`config.log' for more details." >&2;}
 
4735
    { (exit 77); exit 77; }; }
 
4736
+   else
 
4737
+     ac_cv_sizeof_voidp=0
 
4738
+   fi
 
4739
 fi
 
4740
 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 
4741
 fi
 
4742
 rm -f conftest.val
 
4743
-else
 
4744
-  ac_cv_sizeof_voidp=0
 
4745
-fi
 
4746
 fi
 
4747
 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_voidp" >&5
 
4748
 echo "${ECHO_T}$ac_cv_sizeof_voidp" >&6; }
 
4749
+
 
4750
+
 
4751
+
 
4752
 cat >>confdefs.h <<_ACEOF
 
4753
 #define SIZEOF_VOIDP $ac_cv_sizeof_voidp
 
4754
 _ACEOF
 
4755
@@ -14811,27 +13092,10 @@
 
4756
   rm -f conftest.er1
 
4757
   cat conftest.err >&5
 
4758
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4759
-  (exit $ac_status); } &&
 
4760
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
4761
-  { (case "(($ac_try" in
 
4762
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4763
-  *) ac_try_echo=$ac_try;;
 
4764
-esac
 
4765
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4766
-  (eval "$ac_try") 2>&5
 
4767
-  ac_status=$?
 
4768
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4769
-  (exit $ac_status); }; } &&
 
4770
-        { ac_try='test -s conftest.$ac_objext'
 
4771
-  { (case "(($ac_try" in
 
4772
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4773
-  *) ac_try_echo=$ac_try;;
 
4774
-esac
 
4775
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4776
-  (eval "$ac_try") 2>&5
 
4777
-  ac_status=$?
 
4778
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4779
-  (exit $ac_status); }; }; then
 
4780
+  (exit $ac_status); } && {
 
4781
+        test -z "$ac_c_werror_flag" ||
 
4782
+        test ! -s conftest.err
 
4783
+       } && test -s conftest.$ac_objext; then
 
4784
   ac_cv_type_long=yes
 
4785
 else
 
4786
   echo "$as_me: failed program was:" >&5
 
4787
@@ -14845,16 +13109,15 @@
 
4788
 { echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
 
4789
 echo "${ECHO_T}$ac_cv_type_long" >&6; }
 
4790
 
 
4791
+# The cast to long int works around a bug in the HP C Compiler
 
4792
+# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
 
4793
+# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
 
4794
+# This bug is HP SR number 8606223364.
 
4795
 { echo "$as_me:$LINENO: checking size of long" >&5
 
4796
 echo $ECHO_N "checking size of long... $ECHO_C" >&6; }
 
4797
 if test "${ac_cv_sizeof_long+set}" = set; then
 
4798
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
4799
 else
 
4800
-  if test "$ac_cv_type_long" = yes; then
 
4801
-  # The cast to long int works around a bug in the HP C Compiler
 
4802
-  # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
 
4803
-  # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
 
4804
-  # This bug is HP SR number 8606223364.
 
4805
   if test "$cross_compiling" = yes; then
 
4806
   # Depending upon the size, compute the lo and hi bounds.
 
4807
 cat >conftest.$ac_ext <<_ACEOF
 
4808
@@ -14864,7 +13127,7 @@
 
4809
 cat >>conftest.$ac_ext <<_ACEOF
 
4810
 /* end confdefs.h.  */
 
4811
 $ac_includes_default
 
4812
-                  typedef long ac__type_sizeof_;
 
4813
+   typedef long ac__type_sizeof_;
 
4814
 int
 
4815
 main ()
 
4816
 {
 
4817
@@ -14888,27 +13151,10 @@
 
4818
   rm -f conftest.er1
 
4819
   cat conftest.err >&5
 
4820
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4821
-  (exit $ac_status); } &&
 
4822
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
4823
-  { (case "(($ac_try" in
 
4824
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4825
-  *) ac_try_echo=$ac_try;;
 
4826
-esac
 
4827
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4828
-  (eval "$ac_try") 2>&5
 
4829
-  ac_status=$?
 
4830
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4831
-  (exit $ac_status); }; } &&
 
4832
-        { ac_try='test -s conftest.$ac_objext'
 
4833
-  { (case "(($ac_try" in
 
4834
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4835
-  *) ac_try_echo=$ac_try;;
 
4836
-esac
 
4837
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4838
-  (eval "$ac_try") 2>&5
 
4839
-  ac_status=$?
 
4840
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4841
-  (exit $ac_status); }; }; then
 
4842
+  (exit $ac_status); } && {
 
4843
+        test -z "$ac_c_werror_flag" ||
 
4844
+        test ! -s conftest.err
 
4845
+       } && test -s conftest.$ac_objext; then
 
4846
   ac_lo=0 ac_mid=0
 
4847
   while :; do
 
4848
     cat >conftest.$ac_ext <<_ACEOF
 
4849
@@ -14918,7 +13164,7 @@
 
4850
 cat >>conftest.$ac_ext <<_ACEOF
 
4851
 /* end confdefs.h.  */
 
4852
 $ac_includes_default
 
4853
-                  typedef long ac__type_sizeof_;
 
4854
+   typedef long ac__type_sizeof_;
 
4855
 int
 
4856
 main ()
 
4857
 {
 
4858
@@ -14942,27 +13188,10 @@
 
4859
   rm -f conftest.er1
 
4860
   cat conftest.err >&5
 
4861
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4862
-  (exit $ac_status); } &&
 
4863
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
4864
-  { (case "(($ac_try" in
 
4865
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4866
-  *) ac_try_echo=$ac_try;;
 
4867
-esac
 
4868
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4869
-  (eval "$ac_try") 2>&5
 
4870
-  ac_status=$?
 
4871
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4872
-  (exit $ac_status); }; } &&
 
4873
-        { ac_try='test -s conftest.$ac_objext'
 
4874
-  { (case "(($ac_try" in
 
4875
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4876
-  *) ac_try_echo=$ac_try;;
 
4877
-esac
 
4878
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4879
-  (eval "$ac_try") 2>&5
 
4880
-  ac_status=$?
 
4881
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4882
-  (exit $ac_status); }; }; then
 
4883
+  (exit $ac_status); } && {
 
4884
+        test -z "$ac_c_werror_flag" ||
 
4885
+        test ! -s conftest.err
 
4886
+       } && test -s conftest.$ac_objext; then
 
4887
   ac_hi=$ac_mid; break
 
4888
 else
 
4889
   echo "$as_me: failed program was:" >&5
 
4890
@@ -14989,7 +13218,7 @@
 
4891
 cat >>conftest.$ac_ext <<_ACEOF
 
4892
 /* end confdefs.h.  */
 
4893
 $ac_includes_default
 
4894
-                  typedef long ac__type_sizeof_;
 
4895
+   typedef long ac__type_sizeof_;
 
4896
 int
 
4897
 main ()
 
4898
 {
 
4899
@@ -15013,27 +13242,10 @@
 
4900
   rm -f conftest.er1
 
4901
   cat conftest.err >&5
 
4902
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4903
-  (exit $ac_status); } &&
 
4904
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
4905
-  { (case "(($ac_try" in
 
4906
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4907
-  *) ac_try_echo=$ac_try;;
 
4908
-esac
 
4909
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4910
-  (eval "$ac_try") 2>&5
 
4911
-  ac_status=$?
 
4912
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4913
-  (exit $ac_status); }; } &&
 
4914
-        { ac_try='test -s conftest.$ac_objext'
 
4915
-  { (case "(($ac_try" in
 
4916
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4917
-  *) ac_try_echo=$ac_try;;
 
4918
-esac
 
4919
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4920
-  (eval "$ac_try") 2>&5
 
4921
-  ac_status=$?
 
4922
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4923
-  (exit $ac_status); }; }; then
 
4924
+  (exit $ac_status); } && {
 
4925
+        test -z "$ac_c_werror_flag" ||
 
4926
+        test ! -s conftest.err
 
4927
+       } && test -s conftest.$ac_objext; then
 
4928
   ac_hi=-1 ac_mid=-1
 
4929
   while :; do
 
4930
     cat >conftest.$ac_ext <<_ACEOF
 
4931
@@ -15043,7 +13255,7 @@
 
4932
 cat >>conftest.$ac_ext <<_ACEOF
 
4933
 /* end confdefs.h.  */
 
4934
 $ac_includes_default
 
4935
-                  typedef long ac__type_sizeof_;
 
4936
+   typedef long ac__type_sizeof_;
 
4937
 int
 
4938
 main ()
 
4939
 {
 
4940
@@ -15067,27 +13279,10 @@
 
4941
   rm -f conftest.er1
 
4942
   cat conftest.err >&5
 
4943
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4944
-  (exit $ac_status); } &&
 
4945
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
4946
-  { (case "(($ac_try" in
 
4947
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4948
-  *) ac_try_echo=$ac_try;;
 
4949
-esac
 
4950
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4951
-  (eval "$ac_try") 2>&5
 
4952
-  ac_status=$?
 
4953
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4954
-  (exit $ac_status); }; } &&
 
4955
-        { ac_try='test -s conftest.$ac_objext'
 
4956
-  { (case "(($ac_try" in
 
4957
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4958
-  *) ac_try_echo=$ac_try;;
 
4959
-esac
 
4960
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4961
-  (eval "$ac_try") 2>&5
 
4962
-  ac_status=$?
 
4963
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4964
-  (exit $ac_status); }; }; then
 
4965
+  (exit $ac_status); } && {
 
4966
+        test -z "$ac_c_werror_flag" ||
 
4967
+        test ! -s conftest.err
 
4968
+       } && test -s conftest.$ac_objext; then
 
4969
   ac_lo=$ac_mid; break
 
4970
 else
 
4971
   echo "$as_me: failed program was:" >&5
 
4972
@@ -15124,7 +13319,7 @@
 
4973
 cat >>conftest.$ac_ext <<_ACEOF
 
4974
 /* end confdefs.h.  */
 
4975
 $ac_includes_default
 
4976
-                  typedef long ac__type_sizeof_;
 
4977
+   typedef long ac__type_sizeof_;
 
4978
 int
 
4979
 main ()
 
4980
 {
 
4981
@@ -15148,27 +13343,10 @@
 
4982
   rm -f conftest.er1
 
4983
   cat conftest.err >&5
 
4984
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4985
-  (exit $ac_status); } &&
 
4986
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
4987
-  { (case "(($ac_try" in
 
4988
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4989
-  *) ac_try_echo=$ac_try;;
 
4990
-esac
 
4991
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4992
-  (eval "$ac_try") 2>&5
 
4993
-  ac_status=$?
 
4994
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4995
-  (exit $ac_status); }; } &&
 
4996
-        { ac_try='test -s conftest.$ac_objext'
 
4997
-  { (case "(($ac_try" in
 
4998
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4999
-  *) ac_try_echo=$ac_try;;
 
5000
-esac
 
5001
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5002
-  (eval "$ac_try") 2>&5
 
5003
-  ac_status=$?
 
5004
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5005
-  (exit $ac_status); }; }; then
 
5006
+  (exit $ac_status); } && {
 
5007
+        test -z "$ac_c_werror_flag" ||
 
5008
+        test ! -s conftest.err
 
5009
+       } && test -s conftest.$ac_objext; then
 
5010
   ac_hi=$ac_mid
 
5011
 else
 
5012
   echo "$as_me: failed program was:" >&5
 
5013
@@ -15181,11 +13359,15 @@
 
5014
 done
 
5015
 case $ac_lo in
 
5016
 ?*) ac_cv_sizeof_long=$ac_lo;;
 
5017
-'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long)
 
5018
+'') if test "$ac_cv_type_long" = yes; then
 
5019
+     { { echo "$as_me:$LINENO: error: cannot compute sizeof (long)
 
5020
 See \`config.log' for more details." >&5
 
5021
 echo "$as_me: error: cannot compute sizeof (long)
 
5022
 See \`config.log' for more details." >&2;}
 
5023
-   { (exit 77); exit 77; }; } ;;
 
5024
+   { (exit 77); exit 77; }; }
 
5025
+   else
 
5026
+     ac_cv_sizeof_long=0
 
5027
+   fi ;;
 
5028
 esac
 
5029
 else
 
5030
   cat >conftest.$ac_ext <<_ACEOF
 
5031
@@ -15195,7 +13377,7 @@
 
5032
 cat >>conftest.$ac_ext <<_ACEOF
 
5033
 /* end confdefs.h.  */
 
5034
 $ac_includes_default
 
5035
-                  typedef long ac__type_sizeof_;
 
5036
+   typedef long ac__type_sizeof_;
 
5037
 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
 
5038
 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
 
5039
 #include <stdio.h>
 
5040
@@ -15254,21 +13436,25 @@
 
5041
 sed 's/^/| /' conftest.$ac_ext >&5
 
5042
 
 
5043
 ( exit $ac_status )
 
5044
-{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long)
 
5045
+if test "$ac_cv_type_long" = yes; then
 
5046
+     { { echo "$as_me:$LINENO: error: cannot compute sizeof (long)
 
5047
 See \`config.log' for more details." >&5
 
5048
 echo "$as_me: error: cannot compute sizeof (long)
 
5049
 See \`config.log' for more details." >&2;}
 
5050
    { (exit 77); exit 77; }; }
 
5051
+   else
 
5052
+     ac_cv_sizeof_long=0
 
5053
+   fi
 
5054
 fi
 
5055
 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 
5056
 fi
 
5057
 rm -f conftest.val
 
5058
-else
 
5059
-  ac_cv_sizeof_long=0
 
5060
-fi
 
5061
 fi
 
5062
 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
 
5063
 echo "${ECHO_T}$ac_cv_sizeof_long" >&6; }
 
5064
+
 
5065
+
 
5066
+
 
5067
 cat >>confdefs.h <<_ACEOF
 
5068
 #define SIZEOF_LONG $ac_cv_sizeof_long
 
5069
 _ACEOF
 
5070
@@ -15311,27 +13497,10 @@
 
5071
   rm -f conftest.er1
 
5072
   cat conftest.err >&5
 
5073
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5074
-  (exit $ac_status); } &&
 
5075
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
5076
-  { (case "(($ac_try" in
 
5077
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5078
-  *) ac_try_echo=$ac_try;;
 
5079
-esac
 
5080
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5081
-  (eval "$ac_try") 2>&5
 
5082
-  ac_status=$?
 
5083
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5084
-  (exit $ac_status); }; } &&
 
5085
-        { ac_try='test -s conftest.$ac_objext'
 
5086
-  { (case "(($ac_try" in
 
5087
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5088
-  *) ac_try_echo=$ac_try;;
 
5089
-esac
 
5090
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5091
-  (eval "$ac_try") 2>&5
 
5092
-  ac_status=$?
 
5093
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5094
-  (exit $ac_status); }; }; then
 
5095
+  (exit $ac_status); } && {
 
5096
+        test -z "$ac_c_werror_flag" ||
 
5097
+        test ! -s conftest.err
 
5098
+       } && test -s conftest.$ac_objext; then
 
5099
   ac_cv_type_int=yes
 
5100
 else
 
5101
   echo "$as_me: failed program was:" >&5
 
5102
@@ -15345,16 +13514,15 @@
 
5103
 { echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
 
5104
 echo "${ECHO_T}$ac_cv_type_int" >&6; }
 
5105
 
 
5106
+# The cast to long int works around a bug in the HP C Compiler
 
5107
+# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
 
5108
+# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
 
5109
+# This bug is HP SR number 8606223364.
 
5110
 { echo "$as_me:$LINENO: checking size of int" >&5
 
5111
 echo $ECHO_N "checking size of int... $ECHO_C" >&6; }
 
5112
 if test "${ac_cv_sizeof_int+set}" = set; then
 
5113
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
5114
 else
 
5115
-  if test "$ac_cv_type_int" = yes; then
 
5116
-  # The cast to long int works around a bug in the HP C Compiler
 
5117
-  # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
 
5118
-  # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
 
5119
-  # This bug is HP SR number 8606223364.
 
5120
   if test "$cross_compiling" = yes; then
 
5121
   # Depending upon the size, compute the lo and hi bounds.
 
5122
 cat >conftest.$ac_ext <<_ACEOF
 
5123
@@ -15364,7 +13532,7 @@
 
5124
 cat >>conftest.$ac_ext <<_ACEOF
 
5125
 /* end confdefs.h.  */
 
5126
 $ac_includes_default
 
5127
-                  typedef int ac__type_sizeof_;
 
5128
+   typedef int ac__type_sizeof_;
 
5129
 int
 
5130
 main ()
 
5131
 {
 
5132
@@ -15388,27 +13556,10 @@
 
5133
   rm -f conftest.er1
 
5134
   cat conftest.err >&5
 
5135
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5136
-  (exit $ac_status); } &&
 
5137
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
5138
-  { (case "(($ac_try" in
 
5139
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5140
-  *) ac_try_echo=$ac_try;;
 
5141
-esac
 
5142
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5143
-  (eval "$ac_try") 2>&5
 
5144
-  ac_status=$?
 
5145
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5146
-  (exit $ac_status); }; } &&
 
5147
-        { ac_try='test -s conftest.$ac_objext'
 
5148
-  { (case "(($ac_try" in
 
5149
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5150
-  *) ac_try_echo=$ac_try;;
 
5151
-esac
 
5152
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5153
-  (eval "$ac_try") 2>&5
 
5154
-  ac_status=$?
 
5155
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5156
-  (exit $ac_status); }; }; then
 
5157
+  (exit $ac_status); } && {
 
5158
+        test -z "$ac_c_werror_flag" ||
 
5159
+        test ! -s conftest.err
 
5160
+       } && test -s conftest.$ac_objext; then
 
5161
   ac_lo=0 ac_mid=0
 
5162
   while :; do
 
5163
     cat >conftest.$ac_ext <<_ACEOF
 
5164
@@ -15418,7 +13569,7 @@
 
5165
 cat >>conftest.$ac_ext <<_ACEOF
 
5166
 /* end confdefs.h.  */
 
5167
 $ac_includes_default
 
5168
-                  typedef int ac__type_sizeof_;
 
5169
+   typedef int ac__type_sizeof_;
 
5170
 int
 
5171
 main ()
 
5172
 {
 
5173
@@ -15442,27 +13593,10 @@
 
5174
   rm -f conftest.er1
 
5175
   cat conftest.err >&5
 
5176
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5177
-  (exit $ac_status); } &&
 
5178
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
5179
-  { (case "(($ac_try" in
 
5180
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5181
-  *) ac_try_echo=$ac_try;;
 
5182
-esac
 
5183
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5184
-  (eval "$ac_try") 2>&5
 
5185
-  ac_status=$?
 
5186
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5187
-  (exit $ac_status); }; } &&
 
5188
-        { ac_try='test -s conftest.$ac_objext'
 
5189
-  { (case "(($ac_try" in
 
5190
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5191
-  *) ac_try_echo=$ac_try;;
 
5192
-esac
 
5193
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5194
-  (eval "$ac_try") 2>&5
 
5195
-  ac_status=$?
 
5196
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5197
-  (exit $ac_status); }; }; then
 
5198
+  (exit $ac_status); } && {
 
5199
+        test -z "$ac_c_werror_flag" ||
 
5200
+        test ! -s conftest.err
 
5201
+       } && test -s conftest.$ac_objext; then
 
5202
   ac_hi=$ac_mid; break
 
5203
 else
 
5204
   echo "$as_me: failed program was:" >&5
 
5205
@@ -15489,7 +13623,7 @@
 
5206
 cat >>conftest.$ac_ext <<_ACEOF
 
5207
 /* end confdefs.h.  */
 
5208
 $ac_includes_default
 
5209
-                  typedef int ac__type_sizeof_;
 
5210
+   typedef int ac__type_sizeof_;
 
5211
 int
 
5212
 main ()
 
5213
 {
 
5214
@@ -15513,27 +13647,10 @@
 
5215
   rm -f conftest.er1
 
5216
   cat conftest.err >&5
 
5217
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5218
-  (exit $ac_status); } &&
 
5219
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
5220
-  { (case "(($ac_try" in
 
5221
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5222
-  *) ac_try_echo=$ac_try;;
 
5223
-esac
 
5224
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5225
-  (eval "$ac_try") 2>&5
 
5226
-  ac_status=$?
 
5227
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5228
-  (exit $ac_status); }; } &&
 
5229
-        { ac_try='test -s conftest.$ac_objext'
 
5230
-  { (case "(($ac_try" in
 
5231
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5232
-  *) ac_try_echo=$ac_try;;
 
5233
-esac
 
5234
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5235
-  (eval "$ac_try") 2>&5
 
5236
-  ac_status=$?
 
5237
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5238
-  (exit $ac_status); }; }; then
 
5239
+  (exit $ac_status); } && {
 
5240
+        test -z "$ac_c_werror_flag" ||
 
5241
+        test ! -s conftest.err
 
5242
+       } && test -s conftest.$ac_objext; then
 
5243
   ac_hi=-1 ac_mid=-1
 
5244
   while :; do
 
5245
     cat >conftest.$ac_ext <<_ACEOF
 
5246
@@ -15543,7 +13660,7 @@
 
5247
 cat >>conftest.$ac_ext <<_ACEOF
 
5248
 /* end confdefs.h.  */
 
5249
 $ac_includes_default
 
5250
-                  typedef int ac__type_sizeof_;
 
5251
+   typedef int ac__type_sizeof_;
 
5252
 int
 
5253
 main ()
 
5254
 {
 
5255
@@ -15567,27 +13684,10 @@
 
5256
   rm -f conftest.er1
 
5257
   cat conftest.err >&5
 
5258
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5259
-  (exit $ac_status); } &&
 
5260
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
5261
-  { (case "(($ac_try" in
 
5262
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5263
-  *) ac_try_echo=$ac_try;;
 
5264
-esac
 
5265
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5266
-  (eval "$ac_try") 2>&5
 
5267
-  ac_status=$?
 
5268
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5269
-  (exit $ac_status); }; } &&
 
5270
-        { ac_try='test -s conftest.$ac_objext'
 
5271
-  { (case "(($ac_try" in
 
5272
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5273
-  *) ac_try_echo=$ac_try;;
 
5274
-esac
 
5275
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5276
-  (eval "$ac_try") 2>&5
 
5277
-  ac_status=$?
 
5278
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5279
-  (exit $ac_status); }; }; then
 
5280
+  (exit $ac_status); } && {
 
5281
+        test -z "$ac_c_werror_flag" ||
 
5282
+        test ! -s conftest.err
 
5283
+       } && test -s conftest.$ac_objext; then
 
5284
   ac_lo=$ac_mid; break
 
5285
 else
 
5286
   echo "$as_me: failed program was:" >&5
 
5287
@@ -15624,7 +13724,7 @@
 
5288
 cat >>conftest.$ac_ext <<_ACEOF
 
5289
 /* end confdefs.h.  */
 
5290
 $ac_includes_default
 
5291
-                  typedef int ac__type_sizeof_;
 
5292
+   typedef int ac__type_sizeof_;
 
5293
 int
 
5294
 main ()
 
5295
 {
 
5296
@@ -15648,27 +13748,10 @@
 
5297
   rm -f conftest.er1
 
5298
   cat conftest.err >&5
 
5299
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5300
-  (exit $ac_status); } &&
 
5301
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
5302
-  { (case "(($ac_try" in
 
5303
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5304
-  *) ac_try_echo=$ac_try;;
 
5305
-esac
 
5306
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5307
-  (eval "$ac_try") 2>&5
 
5308
-  ac_status=$?
 
5309
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5310
-  (exit $ac_status); }; } &&
 
5311
-        { ac_try='test -s conftest.$ac_objext'
 
5312
-  { (case "(($ac_try" in
 
5313
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5314
-  *) ac_try_echo=$ac_try;;
 
5315
-esac
 
5316
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5317
-  (eval "$ac_try") 2>&5
 
5318
-  ac_status=$?
 
5319
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5320
-  (exit $ac_status); }; }; then
 
5321
+  (exit $ac_status); } && {
 
5322
+        test -z "$ac_c_werror_flag" ||
 
5323
+        test ! -s conftest.err
 
5324
+       } && test -s conftest.$ac_objext; then
 
5325
   ac_hi=$ac_mid
 
5326
 else
 
5327
   echo "$as_me: failed program was:" >&5
 
5328
@@ -15681,11 +13764,15 @@
 
5329
 done
 
5330
 case $ac_lo in
 
5331
 ?*) ac_cv_sizeof_int=$ac_lo;;
 
5332
-'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int)
 
5333
+'') if test "$ac_cv_type_int" = yes; then
 
5334
+     { { echo "$as_me:$LINENO: error: cannot compute sizeof (int)
 
5335
 See \`config.log' for more details." >&5
 
5336
 echo "$as_me: error: cannot compute sizeof (int)
 
5337
 See \`config.log' for more details." >&2;}
 
5338
-   { (exit 77); exit 77; }; } ;;
 
5339
+   { (exit 77); exit 77; }; }
 
5340
+   else
 
5341
+     ac_cv_sizeof_int=0
 
5342
+   fi ;;
 
5343
 esac
 
5344
 else
 
5345
   cat >conftest.$ac_ext <<_ACEOF
 
5346
@@ -15695,7 +13782,7 @@
 
5347
 cat >>conftest.$ac_ext <<_ACEOF
 
5348
 /* end confdefs.h.  */
 
5349
 $ac_includes_default
 
5350
-                  typedef int ac__type_sizeof_;
 
5351
+   typedef int ac__type_sizeof_;
 
5352
 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
 
5353
 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
 
5354
 #include <stdio.h>
 
5355
@@ -15754,21 +13841,25 @@
 
5356
 sed 's/^/| /' conftest.$ac_ext >&5
 
5357
 
 
5358
 ( exit $ac_status )
 
5359
-{ { echo "$as_me:$LINENO: error: cannot compute sizeof (int)
 
5360
+if test "$ac_cv_type_int" = yes; then
 
5361
+     { { echo "$as_me:$LINENO: error: cannot compute sizeof (int)
 
5362
 See \`config.log' for more details." >&5
 
5363
 echo "$as_me: error: cannot compute sizeof (int)
 
5364
 See \`config.log' for more details." >&2;}
 
5365
    { (exit 77); exit 77; }; }
 
5366
+   else
 
5367
+     ac_cv_sizeof_int=0
 
5368
+   fi
 
5369
 fi
 
5370
 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 
5371
 fi
 
5372
 rm -f conftest.val
 
5373
-else
 
5374
-  ac_cv_sizeof_int=0
 
5375
-fi
 
5376
 fi
 
5377
 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
 
5378
 echo "${ECHO_T}$ac_cv_sizeof_int" >&6; }
 
5379
+
 
5380
+
 
5381
+
 
5382
 cat >>confdefs.h <<_ACEOF
 
5383
 #define SIZEOF_INT $ac_cv_sizeof_int
 
5384
 _ACEOF
 
5385
@@ -15811,27 +13902,10 @@
 
5386
   rm -f conftest.er1
 
5387
   cat conftest.err >&5
 
5388
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5389
-  (exit $ac_status); } &&
 
5390
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
5391
-  { (case "(($ac_try" in
 
5392
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5393
-  *) ac_try_echo=$ac_try;;
 
5394
-esac
 
5395
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5396
-  (eval "$ac_try") 2>&5
 
5397
-  ac_status=$?
 
5398
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5399
-  (exit $ac_status); }; } &&
 
5400
-        { ac_try='test -s conftest.$ac_objext'
 
5401
-  { (case "(($ac_try" in
 
5402
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5403
-  *) ac_try_echo=$ac_try;;
 
5404
-esac
 
5405
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5406
-  (eval "$ac_try") 2>&5
 
5407
-  ac_status=$?
 
5408
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5409
-  (exit $ac_status); }; }; then
 
5410
+  (exit $ac_status); } && {
 
5411
+        test -z "$ac_c_werror_flag" ||
 
5412
+        test ! -s conftest.err
 
5413
+       } && test -s conftest.$ac_objext; then
 
5414
   ac_cv_type_long_long=yes
 
5415
 else
 
5416
   echo "$as_me: failed program was:" >&5
 
5417
@@ -15845,16 +13919,15 @@
 
5418
 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
 
5419
 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
 
5420
 
 
5421
+# The cast to long int works around a bug in the HP C Compiler
 
5422
+# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
 
5423
+# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
 
5424
+# This bug is HP SR number 8606223364.
 
5425
 { echo "$as_me:$LINENO: checking size of long long" >&5
 
5426
 echo $ECHO_N "checking size of long long... $ECHO_C" >&6; }
 
5427
 if test "${ac_cv_sizeof_long_long+set}" = set; then
 
5428
   echo $ECHO_N "(cached) $ECHO_C" >&6
 
5429
 else
 
5430
-  if test "$ac_cv_type_long_long" = yes; then
 
5431
-  # The cast to long int works around a bug in the HP C Compiler
 
5432
-  # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
 
5433
-  # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
 
5434
-  # This bug is HP SR number 8606223364.
 
5435
   if test "$cross_compiling" = yes; then
 
5436
   # Depending upon the size, compute the lo and hi bounds.
 
5437
 cat >conftest.$ac_ext <<_ACEOF
 
5438
@@ -15864,7 +13937,7 @@
 
5439
 cat >>conftest.$ac_ext <<_ACEOF
 
5440
 /* end confdefs.h.  */
 
5441
 $ac_includes_default
 
5442
-                  typedef long long ac__type_sizeof_;
 
5443
+   typedef long long ac__type_sizeof_;
 
5444
 int
 
5445
 main ()
 
5446
 {
 
5447
@@ -15888,27 +13961,10 @@
 
5448
   rm -f conftest.er1
 
5449
   cat conftest.err >&5
 
5450
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5451
-  (exit $ac_status); } &&
 
5452
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
5453
-  { (case "(($ac_try" in
 
5454
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5455
-  *) ac_try_echo=$ac_try;;
 
5456
-esac
 
5457
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5458
-  (eval "$ac_try") 2>&5
 
5459
-  ac_status=$?
 
5460
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5461
-  (exit $ac_status); }; } &&
 
5462
-        { ac_try='test -s conftest.$ac_objext'
 
5463
-  { (case "(($ac_try" in
 
5464
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5465
-  *) ac_try_echo=$ac_try;;
 
5466
-esac
 
5467
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5468
-  (eval "$ac_try") 2>&5
 
5469
-  ac_status=$?
 
5470
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5471
-  (exit $ac_status); }; }; then
 
5472
+  (exit $ac_status); } && {
 
5473
+        test -z "$ac_c_werror_flag" ||
 
5474
+        test ! -s conftest.err
 
5475
+       } && test -s conftest.$ac_objext; then
 
5476
   ac_lo=0 ac_mid=0
 
5477
   while :; do
 
5478
     cat >conftest.$ac_ext <<_ACEOF
 
5479
@@ -15918,7 +13974,7 @@
 
5480
 cat >>conftest.$ac_ext <<_ACEOF
 
5481
 /* end confdefs.h.  */
 
5482
 $ac_includes_default
 
5483
-                  typedef long long ac__type_sizeof_;
 
5484
+   typedef long long ac__type_sizeof_;
 
5485
 int
 
5486
 main ()
 
5487
 {
 
5488
@@ -15942,27 +13998,10 @@
 
5489
   rm -f conftest.er1
 
5490
   cat conftest.err >&5
 
5491
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5492
-  (exit $ac_status); } &&
 
5493
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
5494
-  { (case "(($ac_try" in
 
5495
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5496
-  *) ac_try_echo=$ac_try;;
 
5497
-esac
 
5498
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5499
-  (eval "$ac_try") 2>&5
 
5500
-  ac_status=$?
 
5501
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5502
-  (exit $ac_status); }; } &&
 
5503
-        { ac_try='test -s conftest.$ac_objext'
 
5504
-  { (case "(($ac_try" in
 
5505
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5506
-  *) ac_try_echo=$ac_try;;
 
5507
-esac
 
5508
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5509
-  (eval "$ac_try") 2>&5
 
5510
-  ac_status=$?
 
5511
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5512
-  (exit $ac_status); }; }; then
 
5513
+  (exit $ac_status); } && {
 
5514
+        test -z "$ac_c_werror_flag" ||
 
5515
+        test ! -s conftest.err
 
5516
+       } && test -s conftest.$ac_objext; then
 
5517
   ac_hi=$ac_mid; break
 
5518
 else
 
5519
   echo "$as_me: failed program was:" >&5
 
5520
@@ -15989,7 +14028,7 @@
 
5521
 cat >>conftest.$ac_ext <<_ACEOF
 
5522
 /* end confdefs.h.  */
 
5523
 $ac_includes_default
 
5524
-                  typedef long long ac__type_sizeof_;
 
5525
+   typedef long long ac__type_sizeof_;
 
5526
 int
 
5527
 main ()
 
5528
 {
 
5529
@@ -16013,27 +14052,10 @@
 
5530
   rm -f conftest.er1
 
5531
   cat conftest.err >&5
 
5532
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5533
-  (exit $ac_status); } &&
 
5534
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
5535
-  { (case "(($ac_try" in
 
5536
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5537
-  *) ac_try_echo=$ac_try;;
 
5538
-esac
 
5539
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5540
-  (eval "$ac_try") 2>&5
 
5541
-  ac_status=$?
 
5542
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5543
-  (exit $ac_status); }; } &&
 
5544
-        { ac_try='test -s conftest.$ac_objext'
 
5545
-  { (case "(($ac_try" in
 
5546
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5547
-  *) ac_try_echo=$ac_try;;
 
5548
-esac
 
5549
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5550
-  (eval "$ac_try") 2>&5
 
5551
-  ac_status=$?
 
5552
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5553
-  (exit $ac_status); }; }; then
 
5554
+  (exit $ac_status); } && {
 
5555
+        test -z "$ac_c_werror_flag" ||
 
5556
+        test ! -s conftest.err
 
5557
+       } && test -s conftest.$ac_objext; then
 
5558
   ac_hi=-1 ac_mid=-1
 
5559
   while :; do
 
5560
     cat >conftest.$ac_ext <<_ACEOF
 
5561
@@ -16043,7 +14065,7 @@
 
5562
 cat >>conftest.$ac_ext <<_ACEOF
 
5563
 /* end confdefs.h.  */
 
5564
 $ac_includes_default
 
5565
-                  typedef long long ac__type_sizeof_;
 
5566
+   typedef long long ac__type_sizeof_;
 
5567
 int
 
5568
 main ()
 
5569
 {
 
5570
@@ -16067,27 +14089,10 @@
 
5571
   rm -f conftest.er1
 
5572
   cat conftest.err >&5
 
5573
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5574
-  (exit $ac_status); } &&
 
5575
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
5576
-  { (case "(($ac_try" in
 
5577
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5578
-  *) ac_try_echo=$ac_try;;
 
5579
-esac
 
5580
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5581
-  (eval "$ac_try") 2>&5
 
5582
-  ac_status=$?
 
5583
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5584
-  (exit $ac_status); }; } &&
 
5585
-        { ac_try='test -s conftest.$ac_objext'
 
5586
-  { (case "(($ac_try" in
 
5587
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5588
-  *) ac_try_echo=$ac_try;;
 
5589
-esac
 
5590
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5591
-  (eval "$ac_try") 2>&5
 
5592
-  ac_status=$?
 
5593
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5594
-  (exit $ac_status); }; }; then
 
5595
+  (exit $ac_status); } && {
 
5596
+        test -z "$ac_c_werror_flag" ||
 
5597
+        test ! -s conftest.err
 
5598
+       } && test -s conftest.$ac_objext; then
 
5599
   ac_lo=$ac_mid; break
 
5600
 else
 
5601
   echo "$as_me: failed program was:" >&5
 
5602
@@ -16124,7 +14129,7 @@
 
5603
 cat >>conftest.$ac_ext <<_ACEOF
 
5604
 /* end confdefs.h.  */
 
5605
 $ac_includes_default
 
5606
-                  typedef long long ac__type_sizeof_;
 
5607
+   typedef long long ac__type_sizeof_;
 
5608
 int
 
5609
 main ()
 
5610
 {
 
5611
@@ -16148,27 +14153,10 @@
 
5612
   rm -f conftest.er1
 
5613
   cat conftest.err >&5
 
5614
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5615
-  (exit $ac_status); } &&
 
5616
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
5617
-  { (case "(($ac_try" in
 
5618
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5619
-  *) ac_try_echo=$ac_try;;
 
5620
-esac
 
5621
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5622
-  (eval "$ac_try") 2>&5
 
5623
-  ac_status=$?
 
5624
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5625
-  (exit $ac_status); }; } &&
 
5626
-        { ac_try='test -s conftest.$ac_objext'
 
5627
-  { (case "(($ac_try" in
 
5628
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5629
-  *) ac_try_echo=$ac_try;;
 
5630
-esac
 
5631
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5632
-  (eval "$ac_try") 2>&5
 
5633
-  ac_status=$?
 
5634
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5635
-  (exit $ac_status); }; }; then
 
5636
+  (exit $ac_status); } && {
 
5637
+        test -z "$ac_c_werror_flag" ||
 
5638
+        test ! -s conftest.err
 
5639
+       } && test -s conftest.$ac_objext; then
 
5640
   ac_hi=$ac_mid
 
5641
 else
 
5642
   echo "$as_me: failed program was:" >&5
 
5643
@@ -16181,11 +14169,15 @@
 
5644
 done
 
5645
 case $ac_lo in
 
5646
 ?*) ac_cv_sizeof_long_long=$ac_lo;;
 
5647
-'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
 
5648
+'') if test "$ac_cv_type_long_long" = yes; then
 
5649
+     { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
 
5650
 See \`config.log' for more details." >&5
 
5651
 echo "$as_me: error: cannot compute sizeof (long long)
 
5652
 See \`config.log' for more details." >&2;}
 
5653
-   { (exit 77); exit 77; }; } ;;
 
5654
+   { (exit 77); exit 77; }; }
 
5655
+   else
 
5656
+     ac_cv_sizeof_long_long=0
 
5657
+   fi ;;
 
5658
 esac
 
5659
 else
 
5660
   cat >conftest.$ac_ext <<_ACEOF
 
5661
@@ -16195,7 +14187,7 @@
 
5662
 cat >>conftest.$ac_ext <<_ACEOF
 
5663
 /* end confdefs.h.  */
 
5664
 $ac_includes_default
 
5665
-                  typedef long long ac__type_sizeof_;
 
5666
+   typedef long long ac__type_sizeof_;
 
5667
 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
 
5668
 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
 
5669
 #include <stdio.h>
 
5670
@@ -16254,21 +14246,25 @@
 
5671
 sed 's/^/| /' conftest.$ac_ext >&5
 
5672
 
 
5673
 ( exit $ac_status )
 
5674
-{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
 
5675
+if test "$ac_cv_type_long_long" = yes; then
 
5676
+     { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
 
5677
 See \`config.log' for more details." >&5
 
5678
 echo "$as_me: error: cannot compute sizeof (long long)
 
5679
 See \`config.log' for more details." >&2;}
 
5680
    { (exit 77); exit 77; }; }
 
5681
+   else
 
5682
+     ac_cv_sizeof_long_long=0
 
5683
+   fi
 
5684
 fi
 
5685
 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 
5686
 fi
 
5687
 rm -f conftest.val
 
5688
-else
 
5689
-  ac_cv_sizeof_long_long=0
 
5690
-fi
 
5691
 fi
 
5692
 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
 
5693
 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6; }
 
5694
+
 
5695
+
 
5696
+
 
5697
 cat >>confdefs.h <<_ACEOF
 
5698
 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
 
5699
 _ACEOF
 
5700
@@ -16326,27 +14322,11 @@
 
5701
   rm -f conftest.er1
 
5702
   cat conftest.err >&5
 
5703
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5704
-  (exit $ac_status); } &&
 
5705
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
5706
-  { (case "(($ac_try" in
 
5707
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5708
-  *) ac_try_echo=$ac_try;;
 
5709
-esac
 
5710
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5711
-  (eval "$ac_try") 2>&5
 
5712
-  ac_status=$?
 
5713
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5714
-  (exit $ac_status); }; } &&
 
5715
-        { ac_try='test -s conftest$ac_exeext'
 
5716
-  { (case "(($ac_try" in
 
5717
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5718
-  *) ac_try_echo=$ac_try;;
 
5719
-esac
 
5720
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5721
-  (eval "$ac_try") 2>&5
 
5722
-  ac_status=$?
 
5723
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5724
-  (exit $ac_status); }; }; then
 
5725
+  (exit $ac_status); } && {
 
5726
+        test -z "$ac_c_werror_flag" ||
 
5727
+        test ! -s conftest.err
 
5728
+       } && test -s conftest$ac_exeext &&
 
5729
+       $as_test_x conftest$ac_exeext; then
 
5730
   ac_cv_lib_gmp_main=yes
 
5731
 else
 
5732
   echo "$as_me: failed program was:" >&5
 
5733
@@ -16355,7 +14335,7 @@
 
5734
        ac_cv_lib_gmp_main=no
 
5735
 fi
 
5736
 
 
5737
-rm -f core conftest.err conftest.$ac_objext \
 
5738
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
5739
       conftest$ac_exeext conftest.$ac_ext
 
5740
 LIBS=$ac_check_lib_save_LIBS
 
5741
 fi
 
5742
@@ -16402,27 +14382,10 @@
 
5743
   rm -f conftest.er1
 
5744
   cat conftest.err >&5
 
5745
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5746
-  (exit $ac_status); } &&
 
5747
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
5748
-  { (case "(($ac_try" in
 
5749
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5750
-  *) ac_try_echo=$ac_try;;
 
5751
-esac
 
5752
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5753
-  (eval "$ac_try") 2>&5
 
5754
-  ac_status=$?
 
5755
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5756
-  (exit $ac_status); }; } &&
 
5757
-        { ac_try='test -s conftest.$ac_objext'
 
5758
-  { (case "(($ac_try" in
 
5759
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5760
-  *) ac_try_echo=$ac_try;;
 
5761
-esac
 
5762
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5763
-  (eval "$ac_try") 2>&5
 
5764
-  ac_status=$?
 
5765
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5766
-  (exit $ac_status); }; }; then
 
5767
+  (exit $ac_status); } && {
 
5768
+        test -z "$ac_c_werror_flag" ||
 
5769
+        test ! -s conftest.err
 
5770
+       } && test -s conftest.$ac_objext; then
 
5771
   ac_header_compiler=yes
 
5772
 else
 
5773
   echo "$as_me: failed program was:" >&5
 
5774
@@ -16458,17 +14421,10 @@
 
5775
   rm -f conftest.er1
 
5776
   cat conftest.err >&5
 
5777
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5778
-  (exit $ac_status); } >/dev/null; then
 
5779
-  if test -s conftest.err; then
 
5780
-    ac_cpp_err=$ac_c_preproc_warn_flag
 
5781
-    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
 
5782
-  else
 
5783
-    ac_cpp_err=
 
5784
-  fi
 
5785
-else
 
5786
-  ac_cpp_err=yes
 
5787
-fi
 
5788
-if test -z "$ac_cpp_err"; then
 
5789
+  (exit $ac_status); } >/dev/null && {
 
5790
+        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
5791
+        test ! -s conftest.err
 
5792
+       }; then
 
5793
   ac_header_preproc=yes
 
5794
 else
 
5795
   echo "$as_me: failed program was:" >&5
 
5796
@@ -16641,27 +14597,10 @@
 
5797
   rm -f conftest.er1
 
5798
   cat conftest.err >&5
 
5799
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5800
-  (exit $ac_status); } &&
 
5801
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
5802
-  { (case "(($ac_try" in
 
5803
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5804
-  *) ac_try_echo=$ac_try;;
 
5805
-esac
 
5806
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5807
-  (eval "$ac_try") 2>&5
 
5808
-  ac_status=$?
 
5809
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5810
-  (exit $ac_status); }; } &&
 
5811
-        { ac_try='test -s conftest.$ac_objext'
 
5812
-  { (case "(($ac_try" in
 
5813
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5814
-  *) ac_try_echo=$ac_try;;
 
5815
-esac
 
5816
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5817
-  (eval "$ac_try") 2>&5
 
5818
-  ac_status=$?
 
5819
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5820
-  (exit $ac_status); }; }; then
 
5821
+  (exit $ac_status); } && {
 
5822
+        test -z "$ac_c_werror_flag" ||
 
5823
+        test ! -s conftest.err
 
5824
+       } && test -s conftest.$ac_objext; then
 
5825
   ac_cv_member_struct_tm_tm_gmtoff=yes
 
5826
 else
 
5827
   echo "$as_me: failed program was:" >&5
 
5828
@@ -16698,27 +14637,10 @@
 
5829
   rm -f conftest.er1
 
5830
   cat conftest.err >&5
 
5831
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5832
-  (exit $ac_status); } &&
 
5833
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
5834
-  { (case "(($ac_try" in
 
5835
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5836
-  *) ac_try_echo=$ac_try;;
 
5837
-esac
 
5838
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5839
-  (eval "$ac_try") 2>&5
 
5840
-  ac_status=$?
 
5841
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5842
-  (exit $ac_status); }; } &&
 
5843
-        { ac_try='test -s conftest.$ac_objext'
 
5844
-  { (case "(($ac_try" in
 
5845
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5846
-  *) ac_try_echo=$ac_try;;
 
5847
-esac
 
5848
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5849
-  (eval "$ac_try") 2>&5
 
5850
-  ac_status=$?
 
5851
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5852
-  (exit $ac_status); }; }; then
 
5853
+  (exit $ac_status); } && {
 
5854
+        test -z "$ac_c_werror_flag" ||
 
5855
+        test ! -s conftest.err
 
5856
+       } && test -s conftest.$ac_objext; then
 
5857
   ac_cv_member_struct_tm_tm_gmtoff=yes
 
5858
 else
 
5859
   echo "$as_me: failed program was:" >&5
 
5860
@@ -16792,27 +14714,10 @@
 
5861
   rm -f conftest.er1
 
5862
   cat conftest.err >&5
 
5863
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5864
-  (exit $ac_status); } &&
 
5865
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
5866
-  { (case "(($ac_try" in
 
5867
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5868
-  *) ac_try_echo=$ac_try;;
 
5869
-esac
 
5870
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5871
-  (eval "$ac_try") 2>&5
 
5872
-  ac_status=$?
 
5873
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5874
-  (exit $ac_status); }; } &&
 
5875
-        { ac_try='test -s conftest.$ac_objext'
 
5876
-  { (case "(($ac_try" in
 
5877
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5878
-  *) ac_try_echo=$ac_try;;
 
5879
-esac
 
5880
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5881
-  (eval "$ac_try") 2>&5
 
5882
-  ac_status=$?
 
5883
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5884
-  (exit $ac_status); }; }; then
 
5885
+  (exit $ac_status); } && {
 
5886
+        test -z "$ac_c_werror_flag" ||
 
5887
+        test ! -s conftest.err
 
5888
+       } && test -s conftest.$ac_objext; then
 
5889
 
 
5890
 cat >>confdefs.h <<\_ACEOF
 
5891
 #define FCNTL_LOCKS 1
 
5892
@@ -17107,27 +15012,10 @@
 
5893
   rm -f conftest.er1
 
5894
   cat conftest.err >&5
 
5895
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5896
-  (exit $ac_status); } &&
 
5897
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
5898
-  { (case "(($ac_try" in
 
5899
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5900
-  *) ac_try_echo=$ac_try;;
 
5901
-esac
 
5902
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5903
-  (eval "$ac_try") 2>&5
 
5904
-  ac_status=$?
 
5905
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5906
-  (exit $ac_status); }; } &&
 
5907
-        { ac_try='test -s conftest.$ac_objext'
 
5908
-  { (case "(($ac_try" in
 
5909
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5910
-  *) ac_try_echo=$ac_try;;
 
5911
-esac
 
5912
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5913
-  (eval "$ac_try") 2>&5
 
5914
-  ac_status=$?
 
5915
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5916
-  (exit $ac_status); }; }; then
 
5917
+  (exit $ac_status); } && {
 
5918
+        test -z "$ac_c_werror_flag" ||
 
5919
+        test ! -s conftest.err
 
5920
+       } && test -s conftest.$ac_objext; then
 
5921
 
 
5922
 cat >>confdefs.h <<\_ACEOF
 
5923
 #define HAVE_RLIM_T 1
 
5924
@@ -17185,27 +15073,10 @@
 
5925
   rm -f conftest.er1
 
5926
   cat conftest.err >&5
 
5927
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5928
-  (exit $ac_status); } &&
 
5929
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
5930
-  { (case "(($ac_try" in
 
5931
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5932
-  *) ac_try_echo=$ac_try;;
 
5933
-esac
 
5934
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5935
-  (eval "$ac_try") 2>&5
 
5936
-  ac_status=$?
 
5937
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5938
-  (exit $ac_status); }; } &&
 
5939
-        { ac_try='test -s conftest.$ac_objext'
 
5940
-  { (case "(($ac_try" in
 
5941
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5942
-  *) ac_try_echo=$ac_try;;
 
5943
-esac
 
5944
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5945
-  (eval "$ac_try") 2>&5
 
5946
-  ac_status=$?
 
5947
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5948
-  (exit $ac_status); }; }; then
 
5949
+  (exit $ac_status); } && {
 
5950
+        test -z "$ac_c_werror_flag" ||
 
5951
+        test ! -s conftest.err
 
5952
+       } && test -s conftest.$ac_objext; then
 
5953
 
 
5954
 cat >>confdefs.h <<\_ACEOF
 
5955
 #define HAVE_RU_IDRSS 1
 
5956
@@ -17257,27 +15128,10 @@
 
5957
   rm -f conftest.er1
 
5958
   cat conftest.err >&5
 
5959
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5960
-  (exit $ac_status); } &&
 
5961
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
5962
-  { (case "(($ac_try" in
 
5963
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5964
-  *) ac_try_echo=$ac_try;;
 
5965
-esac
 
5966
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5967
-  (eval "$ac_try") 2>&5
 
5968
-  ac_status=$?
 
5969
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5970
-  (exit $ac_status); }; } &&
 
5971
-        { ac_try='test -s conftest.$ac_objext'
 
5972
-  { (case "(($ac_try" in
 
5973
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5974
-  *) ac_try_echo=$ac_try;;
 
5975
-esac
 
5976
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5977
-  (eval "$ac_try") 2>&5
 
5978
-  ac_status=$?
 
5979
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5980
-  (exit $ac_status); }; }; then
 
5981
+  (exit $ac_status); } && {
 
5982
+        test -z "$ac_c_werror_flag" ||
 
5983
+        test ! -s conftest.err
 
5984
+       } && test -s conftest.$ac_objext; then
 
5985
   { echo "$as_me:$LINENO: result: no" >&5
 
5986
 echo "${ECHO_T}no" >&6; }
 
5987
 else
 
5988
@@ -17335,27 +15189,10 @@
 
5989
   rm -f conftest.er1
 
5990
   cat conftest.err >&5
 
5991
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5992
-  (exit $ac_status); } &&
 
5993
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
5994
-  { (case "(($ac_try" in
 
5995
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5996
-  *) ac_try_echo=$ac_try;;
 
5997
-esac
 
5998
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5999
-  (eval "$ac_try") 2>&5
 
6000
-  ac_status=$?
 
6001
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6002
-  (exit $ac_status); }; } &&
 
6003
-        { ac_try='test -s conftest.$ac_objext'
 
6004
-  { (case "(($ac_try" in
 
6005
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
6006
-  *) ac_try_echo=$ac_try;;
 
6007
-esac
 
6008
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
6009
-  (eval "$ac_try") 2>&5
 
6010
-  ac_status=$?
 
6011
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6012
-  (exit $ac_status); }; }; then
 
6013
+  (exit $ac_status); } && {
 
6014
+        test -z "$ac_c_werror_flag" ||
 
6015
+        test ! -s conftest.err
 
6016
+       } && test -s conftest.$ac_objext; then
 
6017
   true
 
6018
 else
 
6019
   echo "$as_me: failed program was:" >&5
 
6020
@@ -17407,27 +15244,10 @@
 
6021
   rm -f conftest.er1
 
6022
   cat conftest.err >&5
 
6023
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6024
-  (exit $ac_status); } &&
 
6025
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
6026
-  { (case "(($ac_try" in
 
6027
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
6028
-  *) ac_try_echo=$ac_try;;
 
6029
-esac
 
6030
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
6031
-  (eval "$ac_try") 2>&5
 
6032
-  ac_status=$?
 
6033
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6034
-  (exit $ac_status); }; } &&
 
6035
-        { ac_try='test -s conftest.$ac_objext'
 
6036
-  { (case "(($ac_try" in
 
6037
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
6038
-  *) ac_try_echo=$ac_try;;
 
6039
-esac
 
6040
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
6041
-  (eval "$ac_try") 2>&5
 
6042
-  ac_status=$?
 
6043
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6044
-  (exit $ac_status); }; }; then
 
6045
+  (exit $ac_status); } && {
 
6046
+        test -z "$ac_c_werror_flag" ||
 
6047
+        test ! -s conftest.err
 
6048
+       } && test -s conftest.$ac_objext; then
 
6049
 
 
6050
 cat >>confdefs.h <<\_ACEOF
 
6051
 #define HAVE_SGTTYB 1
 
6052
@@ -17480,27 +15300,10 @@
 
6053
   rm -f conftest.er1
 
6054
   cat conftest.err >&5
 
6055
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6056
-  (exit $ac_status); } &&
 
6057
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
6058
-  { (case "(($ac_try" in
 
6059
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
6060
-  *) ac_try_echo=$ac_try;;
 
6061
-esac
 
6062
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
6063
-  (eval "$ac_try") 2>&5
 
6064
-  ac_status=$?
 
6065
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6066
-  (exit $ac_status); }; } &&
 
6067
-        { ac_try='test -s conftest.$ac_objext'
 
6068
-  { (case "(($ac_try" in
 
6069
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
6070
-  *) ac_try_echo=$ac_try;;
 
6071
-esac
 
6072
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
6073
-  (eval "$ac_try") 2>&5
 
6074
-  ac_status=$?
 
6075
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6076
-  (exit $ac_status); }; }; then
 
6077
+  (exit $ac_status); } && {
 
6078
+        test -z "$ac_c_werror_flag" ||
 
6079
+        test ! -s conftest.err
 
6080
+       } && test -s conftest.$ac_objext; then
 
6081
 
 
6082
 cat >>confdefs.h <<\_ACEOF
 
6083
 #define NEED_UCHAR 1
 
6084
@@ -17553,27 +15356,10 @@
 
6085
   rm -f conftest.er1
 
6086
   cat conftest.err >&5
 
6087
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6088
-  (exit $ac_status); } &&
 
6089
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
6090
-  { (case "(($ac_try" in
 
6091
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
6092
-  *) ac_try_echo=$ac_try;;
 
6093
-esac
 
6094
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
6095
-  (eval "$ac_try") 2>&5
 
6096
-  ac_status=$?
 
6097
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6098
-  (exit $ac_status); }; } &&
 
6099
-        { ac_try='test -s conftest.$ac_objext'
 
6100
-  { (case "(($ac_try" in
 
6101
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
6102
-  *) ac_try_echo=$ac_try;;
 
6103
-esac
 
6104
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
6105
-  (eval "$ac_try") 2>&5
 
6106
-  ac_status=$?
 
6107
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6108
-  (exit $ac_status); }; }; then
 
6109
+  (exit $ac_status); } && {
 
6110
+        test -z "$ac_c_werror_flag" ||
 
6111
+        test ! -s conftest.err
 
6112
+       } && test -s conftest.$ac_objext; then
 
6113
   { echo "$as_me:$LINENO: result: no" >&5
 
6114
 echo "${ECHO_T}no" >&6; }
 
6115
 else
 
6116
@@ -17641,27 +15427,10 @@
 
6117
   rm -f conftest.er1
 
6118
   cat conftest.err >&5
 
6119
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6120
-  (exit $ac_status); } &&
 
6121
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
6122
-  { (case "(($ac_try" in
 
6123
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
6124
-  *) ac_try_echo=$ac_try;;
 
6125
-esac
 
6126
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
6127
-  (eval "$ac_try") 2>&5
 
6128
-  ac_status=$?
 
6129
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6130
-  (exit $ac_status); }; } &&
 
6131
-        { ac_try='test -s conftest.$ac_objext'
 
6132
-  { (case "(($ac_try" in
 
6133
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
6134
-  *) ac_try_echo=$ac_try;;
 
6135
-esac
 
6136
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
6137
-  (eval "$ac_try") 2>&5
 
6138
-  ac_status=$?
 
6139
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6140
-  (exit $ac_status); }; }; then
 
6141
+  (exit $ac_status); } && {
 
6142
+        test -z "$ac_c_werror_flag" ||
 
6143
+        test ! -s conftest.err
 
6144
+       } && test -s conftest.$ac_objext; then
 
6145
   ac_cv_type_signal=int
 
6146
 else
 
6147
   echo "$as_me: failed program was:" >&5
 
6148
@@ -17910,27 +15679,10 @@
 
6149
   rm -f conftest.er1
 
6150
   cat conftest.err >&5
 
6151
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6152
-  (exit $ac_status); } &&
 
6153
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
6154
-  { (case "(($ac_try" in
 
6155
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
6156
-  *) ac_try_echo=$ac_try;;
 
6157
-esac
 
6158
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
6159
-  (eval "$ac_try") 2>&5
 
6160
-  ac_status=$?
 
6161
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6162
-  (exit $ac_status); }; } &&
 
6163
-        { ac_try='test -s conftest.$ac_objext'
 
6164
-  { (case "(($ac_try" in
 
6165
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
6166
-  *) ac_try_echo=$ac_try;;
 
6167
-esac
 
6168
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
6169
-  (eval "$ac_try") 2>&5
 
6170
-  ac_status=$?
 
6171
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6172
-  (exit $ac_status); }; }; then
 
6173
+  (exit $ac_status); } && {
 
6174
+        test -z "$ac_c_werror_flag" ||
 
6175
+        test ! -s conftest.err
 
6176
+       } && test -s conftest.$ac_objext; then
 
6177
   { echo "$as_me:$LINENO: result: yes" >&5
 
6178
 echo "${ECHO_T}yes" >&6; }
 
6179
 
 
6180
@@ -17982,27 +15734,10 @@
 
6181
   rm -f conftest.er1
 
6182
   cat conftest.err >&5
 
6183
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6184
-  (exit $ac_status); } &&
 
6185
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
6186
-  { (case "(($ac_try" in
 
6187
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
6188
-  *) ac_try_echo=$ac_try;;
 
6189
-esac
 
6190
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
6191
-  (eval "$ac_try") 2>&5
 
6192
-  ac_status=$?
 
6193
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6194
-  (exit $ac_status); }; } &&
 
6195
-        { ac_try='test -s conftest.$ac_objext'
 
6196
-  { (case "(($ac_try" in
 
6197
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
6198
-  *) ac_try_echo=$ac_try;;
 
6199
-esac
 
6200
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
6201
-  (eval "$ac_try") 2>&5
 
6202
-  ac_status=$?
 
6203
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6204
-  (exit $ac_status); }; }; then
 
6205
+  (exit $ac_status); } && {
 
6206
+        test -z "$ac_c_werror_flag" ||
 
6207
+        test ! -s conftest.err
 
6208
+       } && test -s conftest.$ac_objext; then
 
6209
 
 
6210
 cat >>confdefs.h <<\_ACEOF
 
6211
 #define TAGGED_LVALUE 1
 
6212
@@ -18068,27 +15803,10 @@
 
6213
   rm -f conftest.er1
 
6214
   cat conftest.err >&5
 
6215
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6216
-  (exit $ac_status); } &&
 
6217
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
6218
-  { (case "(($ac_try" in
 
6219
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
6220
-  *) ac_try_echo=$ac_try;;
 
6221
-esac
 
6222
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
6223
-  (eval "$ac_try") 2>&5
 
6224
-  ac_status=$?
 
6225
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6226
-  (exit $ac_status); }; } &&
 
6227
-        { ac_try='test -s conftest.$ac_objext'
 
6228
-  { (case "(($ac_try" in
 
6229
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
6230
-  *) ac_try_echo=$ac_try;;
 
6231
-esac
 
6232
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
6233
-  (eval "$ac_try") 2>&5
 
6234
-  ac_status=$?
 
6235
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6236
-  (exit $ac_status); }; }; then
 
6237
+  (exit $ac_status); } && {
 
6238
+        test -z "$ac_c_werror_flag" ||
 
6239
+        test ! -s conftest.err
 
6240
+       } && test -s conftest.$ac_objext; then
 
6241
 
 
6242
 cat >>confdefs.h <<\_ACEOF
 
6243
 #define O_LABEL_ADDRESSES 1
 
6244
@@ -18288,27 +16006,10 @@
 
6245
   rm -f conftest.er1
 
6246
   cat conftest.err >&5
 
6247
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6248
-  (exit $ac_status); } &&
 
6249
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
6250
-  { (case "(($ac_try" in
 
6251
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
6252
-  *) ac_try_echo=$ac_try;;
 
6253
-esac
 
6254
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
6255
-  (eval "$ac_try") 2>&5
 
6256
-  ac_status=$?
 
6257
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6258
-  (exit $ac_status); }; } &&
 
6259
-        { ac_try='test -s conftest.$ac_objext'
 
6260
-  { (case "(($ac_try" in
 
6261
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
6262
-  *) ac_try_echo=$ac_try;;
 
6263
-esac
 
6264
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
6265
-  (eval "$ac_try") 2>&5
 
6266
-  ac_status=$?
 
6267
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6268
-  (exit $ac_status); }; }; then
 
6269
+  (exit $ac_status); } && {
 
6270
+        test -z "$ac_c_werror_flag" ||
 
6271
+        test ! -s conftest.err
 
6272
+       } && test -s conftest.$ac_objext; then
 
6273
   ac_header_compiler=yes
 
6274
 else
 
6275
   echo "$as_me: failed program was:" >&5
 
6276
@@ -18344,17 +16045,10 @@
 
6277
   rm -f conftest.er1
 
6278
   cat conftest.err >&5
 
6279
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6280
-  (exit $ac_status); } >/dev/null; then
 
6281
-  if test -s conftest.err; then
 
6282
-    ac_cpp_err=$ac_c_preproc_warn_flag
 
6283
-    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
 
6284
-  else
 
6285
-    ac_cpp_err=
 
6286
-  fi
 
6287
-else
 
6288
-  ac_cpp_err=yes
 
6289
-fi
 
6290
-if test -z "$ac_cpp_err"; then
 
6291
+  (exit $ac_status); } >/dev/null && {
 
6292
+        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
6293
+        test ! -s conftest.err
 
6294
+       }; then
 
6295
   ac_header_preproc=yes
 
6296
 else
 
6297
   echo "$as_me: failed program was:" >&5
 
6298
@@ -18455,27 +16149,10 @@
 
6299
   rm -f conftest.er1
 
6300
   cat conftest.err >&5
 
6301
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6302
-  (exit $ac_status); } &&
 
6303
-        { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
 
6304
-  { (case "(($ac_try" in
 
6305
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
6306
-  *) ac_try_echo=$ac_try;;
 
6307
-esac
 
6308
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
6309
-  (eval "$ac_try") 2>&5
 
6310
-  ac_status=$?
 
6311
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6312
-  (exit $ac_status); }; } &&
 
6313
-        { ac_try='test -s conftest.$ac_objext'
 
6314
-  { (case "(($ac_try" in
 
6315
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
6316
-  *) ac_try_echo=$ac_try;;
 
6317
-esac
 
6318
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
6319
-  (eval "$ac_try") 2>&5
 
6320
-  ac_status=$?
 
6321
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6322
-  (exit $ac_status); }; }; then
 
6323
+  (exit $ac_status); } && {
 
6324
+        test -z "$ac_c_werror_flag" ||
 
6325
+        test ! -s conftest.err
 
6326
+       } && test -s conftest.$ac_objext; then
 
6327
 
 
6328
 cat >>confdefs.h <<\_ACEOF
 
6329
 #define HAVE_SIGINFO 1
 
6330
@@ -18765,7 +16442,8 @@
 
6331
 ## M4sh Initialization.  ##
 
6332
 ## --------------------- ##
 
6333
 
 
6334
-# Be Bourne compatible
 
6335
+# Be more Bourne compatible
 
6336
+DUALCASE=1; export DUALCASE # for MKS sh
 
6337
 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 
6338
   emulate sh
 
6339
   NULLCMD=:
 
6340
@@ -18774,10 +16452,13 @@
 
6341
   alias -g '${1+"$@"}'='"$@"'
 
6342
   setopt NO_GLOB_SUBST
 
6343
 else
 
6344
-  case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
 
6345
+  case `(set -o) 2>/dev/null` in
 
6346
+  *posix*) set -o posix ;;
 
6347
+esac
 
6348
+
 
6349
 fi
 
6350
-BIN_SH=xpg4; export BIN_SH # for Tru64
 
6351
-DUALCASE=1; export DUALCASE # for MKS sh
 
6352
+
 
6353
+
 
6354
 
 
6355
 
 
6356
 # PATH needs CR
 
6357
@@ -19001,19 +16682,28 @@
 
6358
   as_mkdir_p=false
 
6359
 fi
 
6360
 
 
6361
-# Find out whether ``test -x'' works.  Don't use a zero-byte file, as
 
6362
-# systems may use methods other than mode bits to determine executability.
 
6363
-cat >conf$$.file <<_ASEOF
 
6364
-#! /bin/sh
 
6365
-exit 0
 
6366
-_ASEOF
 
6367
-chmod +x conf$$.file
 
6368
-if test -x conf$$.file >/dev/null 2>&1; then
 
6369
-  as_executable_p="test -x"
 
6370
+if test -x / >/dev/null 2>&1; then
 
6371
+  as_test_x='test -x'
 
6372
 else
 
6373
-  as_executable_p=:
 
6374
+  if ls -dL / >/dev/null 2>&1; then
 
6375
+    as_ls_L_option=L
 
6376
+  else
 
6377
+    as_ls_L_option=
 
6378
+  fi
 
6379
+  as_test_x='
 
6380
+    eval sh -c '\''
 
6381
+      if test -d "$1"; then
 
6382
+        test -d "$1/.";
 
6383
+      else
 
6384
+       case $1 in
 
6385
+        -*)set "./$1";;
 
6386
+       esac;
 
6387
+       case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
 
6388
+       ???[sx]*):;;*)false;;esac;fi
 
6389
+    '\'' sh
 
6390
+  '
 
6391
 fi
 
6392
-rm -f conf$$.file
 
6393
+as_executable_p=$as_test_x
 
6394
 
 
6395
 # Sed expression to map a string onto a valid CPP name.
 
6396
 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
 
6397
@@ -19029,7 +16719,7 @@
 
6398
 # values after options handling.
 
6399
 ac_log="
 
6400
 This file was extended by $as_me, which was
 
6401
-generated by GNU Autoconf 2.60.  Invocation command line was
 
6402
+generated by GNU Autoconf 2.61.  Invocation command line was
 
6403
 
 
6404
   CONFIG_FILES    = $CONFIG_FILES
 
6405
   CONFIG_HEADERS  = $CONFIG_HEADERS
 
6406
@@ -19058,7 +16748,7 @@
 
6407
 Usage: $0 [OPTIONS] [FILE]...
 
6408
 
 
6409
   -h, --help       print this help, then exit
 
6410
-  -V, --version    print version number, then exit
 
6411
+  -V, --version    print version number and configuration settings, then exit
 
6412
   -q, --quiet      do not print progress messages
 
6413
   -d, --debug      don't remove temporary files
 
6414
       --recheck    update $as_me by reconfiguring in the same conditions
 
6415
@@ -19082,7 +16772,7 @@
 
6416
 cat >>$CONFIG_STATUS <<_ACEOF
 
6417
 ac_cs_version="\\
 
6418
 config.status
 
6419
-configured by $0, generated by GNU Autoconf 2.60,
 
6420
+configured by $0, generated by GNU Autoconf 2.61,
 
6421
   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
6422
 
 
6423
 Copyright (C) 2006 Free Software Foundation, Inc.