aboutsummaryrefslogtreecommitdiff
path: root/libltdl/configure
diff options
context:
space:
mode:
Diffstat (limited to 'libltdl/configure')
-rwxr-xr-xlibltdl/configure8571
1 files changed, 3660 insertions, 4911 deletions
diff --git a/libltdl/configure b/libltdl/configure
index 7e32fbe0..d5a971e3 100755
--- a/libltdl/configure
+++ b/libltdl/configure
@@ -1,11 +1,10 @@
1#! /bin/sh 1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles. 2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.60a for libltdl 1.2. 3# Generated by GNU Autoconf 2.59 for libltdl 1.2.
4# 4#
5# Report bugs to <bug-libtool@gnu.org>. 5# Report bugs to <bug-libtool@gnu.org>.
6# 6#
7# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 7# Copyright (C) 2003 Free Software Foundation, Inc.
8# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
9# This configure script is free software; the Free Software Foundation 8# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it. 9# gives unlimited permission to copy, distribute and modify it.
11## --------------------- ## 10## --------------------- ##
@@ -19,35 +18,11 @@ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
19 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 18 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
20 # is contrary to our usage. Disable this feature. 19 # is contrary to our usage. Disable this feature.
21 alias -g '${1+"$@"}'='"$@"' 20 alias -g '${1+"$@"}'='"$@"'
22 setopt NO_GLOB_SUBST 21elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
23else 22 set -o posix
24 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
25fi 23fi
26BIN_SH=xpg4; export BIN_SH # for Tru64
27DUALCASE=1; export DUALCASE # for MKS sh 24DUALCASE=1; export DUALCASE # for MKS sh
28 25
29
30# PATH needs CR
31# Avoid depending upon Character Ranges.
32as_cr_letters='abcdefghijklmnopqrstuvwxyz'
33as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
34as_cr_Letters=$as_cr_letters$as_cr_LETTERS
35as_cr_digits='0123456789'
36as_cr_alnum=$as_cr_Letters$as_cr_digits
37
38# The user is always right.
39if test "${PATH_SEPARATOR+set}" != set; then
40 echo "#! /bin/sh" >conf$$.sh
41 echo "exit 0" >>conf$$.sh
42 chmod +x conf$$.sh
43 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
44 PATH_SEPARATOR=';'
45 else
46 PATH_SEPARATOR=:
47 fi
48 rm -f conf$$.sh
49fi
50
51# Support unset when possible. 26# Support unset when possible.
52if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 27if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
53 as_unset=unset 28 as_unset=unset
@@ -56,43 +31,8 @@ else
56fi 31fi
57 32
58 33
59# IFS
60# We need space, tab and new line, in precisely that order. Quoting is
61# there to prevent editors from complaining about space-tab.
62# (If _AS_PATH_WALK were called with IFS unset, it would disable word
63# splitting by setting IFS to empty value.)
64as_nl='
65'
66IFS=" "" $as_nl"
67
68# Find who we are. Look in the path if we contain no directory separator.
69case $0 in
70 *[\\/]* ) as_myself=$0 ;;
71 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
72for as_dir in $PATH
73do
74 IFS=$as_save_IFS
75 test -z "$as_dir" && as_dir=.
76 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
77done
78IFS=$as_save_IFS
79
80 ;;
81esac
82# We did not find ourselves, most probably we were run as `sh COMMAND'
83# in which case we are not to be found in the path.
84if test "x$as_myself" = x; then
85 as_myself=$0
86fi
87if test ! -f "$as_myself"; then
88 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
89 { (exit 1); exit 1; }
90fi
91
92# Work around bugs in pre-3.0 UWIN ksh. 34# Work around bugs in pre-3.0 UWIN ksh.
93for as_var in ENV MAIL MAILPATH 35$as_unset ENV MAIL MAILPATH
94do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
95done
96PS1='$ ' 36PS1='$ '
97PS2='> ' 37PS2='> '
98PS4='+ ' 38PS4='+ '
@@ -106,19 +46,18 @@ do
106 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 46 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
107 eval $as_var=C; export $as_var 47 eval $as_var=C; export $as_var
108 else 48 else
109 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 49 $as_unset $as_var
110 fi 50 fi
111done 51done
112 52
113# Required to use basename. 53# Required to use basename.
114if expr a : '\(a\)' >/dev/null 2>&1 && 54if expr a : '\(a\)' >/dev/null 2>&1; then
115 test "X`expr 00001 : '.*\(...\)'`" = X001; then
116 as_expr=expr 55 as_expr=expr
117else 56else
118 as_expr=false 57 as_expr=false
119fi 58fi
120 59
121if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then 60if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
122 as_basename=basename 61 as_basename=basename
123else 62else
124 as_basename=false 63 as_basename=false
@@ -126,386 +65,157 @@ fi
126 65
127 66
128# Name of the executable. 67# Name of the executable.
129as_me=`$as_basename -- "$0" || 68as_me=`$as_basename "$0" ||
130$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 69$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
131 X"$0" : 'X\(//\)$' \| \ 70 X"$0" : 'X\(//\)$' \| \
132 X"$0" : 'X\(/\)' \| . 2>/dev/null || 71 X"$0" : 'X\(/\)$' \| \
72 . : '\(.\)' 2>/dev/null ||
133echo X/"$0" | 73echo X/"$0" |
134 sed '/^.*\/\([^/][^/]*\)\/*$/{ 74 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
135 s//\1/ 75 /^X\/\(\/\/\)$/{ s//\1/; q; }
136 q 76 /^X\/\(\/\).*/{ s//\1/; q; }
137 } 77 s/.*/./; q'`
138 /^X\/\(\/\/\)$/{
139 s//\1/
140 q
141 }
142 /^X\/\(\/\).*/{
143 s//\1/
144 q
145 }
146 s/.*/./; q'`
147
148# CDPATH.
149$as_unset CDPATH
150
151
152if test "x$CONFIG_SHELL" = x; then
153 if (eval ":") 2>/dev/null; then
154 as_have_required=yes
155else
156 as_have_required=no
157fi
158
159 if test $as_have_required = yes && (eval ":
160(as_func_return () {
161 (exit \$1)
162}
163as_func_success () {
164 as_func_return 0
165}
166as_func_failure () {
167 as_func_return 1
168}
169as_func_ret_success () {
170 return 0
171}
172as_func_ret_failure () {
173 return 1
174}
175
176exitcode=0
177if as_func_success; then
178 :
179else
180 exitcode=1
181 echo as_func_success failed.
182fi
183 78
184if as_func_failure; then
185 exitcode=1
186 echo as_func_failure succeeded.
187fi
188 79
189if as_func_ret_success; then 80# PATH needs CR, and LINENO needs CR and PATH.
190 : 81# Avoid depending upon Character Ranges.
191else 82as_cr_letters='abcdefghijklmnopqrstuvwxyz'
192 exitcode=1 83as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
193 echo as_func_ret_success failed. 84as_cr_Letters=$as_cr_letters$as_cr_LETTERS
194fi 85as_cr_digits='0123456789'
86as_cr_alnum=$as_cr_Letters$as_cr_digits
195 87
196if as_func_ret_failure; then 88# The user is always right.
197 exitcode=1 89if test "${PATH_SEPARATOR+set}" != set; then
198 echo as_func_ret_failure succeeded. 90 echo "#! /bin/sh" >conf$$.sh
91 echo "exit 0" >>conf$$.sh
92 chmod +x conf$$.sh
93 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
94 PATH_SEPARATOR=';'
95 else
96 PATH_SEPARATOR=:
97 fi
98 rm -f conf$$.sh
199fi 99fi
200 100
201if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
202 :
203else
204 exitcode=1
205 echo positional parameters were not saved.
206fi
207 101
208test \$exitcode = 0) || { (exit 1); exit 1; } 102 as_lineno_1=$LINENO
103 as_lineno_2=$LINENO
104 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
105 test "x$as_lineno_1" != "x$as_lineno_2" &&
106 test "x$as_lineno_3" = "x$as_lineno_2" || {
107 # Find who we are. Look in the path if we contain no path at all
108 # relative or not.
109 case $0 in
110 *[\\/]* ) as_myself=$0 ;;
111 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
112for as_dir in $PATH
113do
114 IFS=$as_save_IFS
115 test -z "$as_dir" && as_dir=.
116 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
117done
209 118
210( 119 ;;
211 as_lineno_1=\$LINENO 120 esac
212 as_lineno_2=\$LINENO 121 # We did not find ourselves, most probably we were run as `sh COMMAND'
213 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" && 122 # in which case we are not to be found in the path.
214 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; } 123 if test "x$as_myself" = x; then
215") 2> /dev/null; then 124 as_myself=$0
216 : 125 fi
217else 126 if test ! -f "$as_myself"; then
218 as_candidate_shells= 127 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
128 { (exit 1); exit 1; }; }
129 fi
130 case $CONFIG_SHELL in
131 '')
219 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 132 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
220for as_dir in /usr/bin/posix$PATH_SEPARATOR/bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 133for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
221do 134do
222 IFS=$as_save_IFS 135 IFS=$as_save_IFS
223 test -z "$as_dir" && as_dir=. 136 test -z "$as_dir" && as_dir=.
224 case $as_dir in 137 for as_base in sh bash ksh sh5; do
138 case $as_dir in
225 /*) 139 /*)
226 for as_base in sh bash ksh sh5; do 140 if ("$as_dir/$as_base" -c '
227 as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
228 done;;
229 esac
230done
231IFS=$as_save_IFS
232
233
234 for as_shell in $as_candidate_shells $SHELL; do
235 # Try only shells that exist, to save several forks.
236 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
237 { ("$as_shell") 2> /dev/null <<\_ASEOF
238# Be Bourne compatible
239if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
240 emulate sh
241 NULLCMD=:
242 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
243 # is contrary to our usage. Disable this feature.
244 alias -g '${1+"$@"}'='"$@"'
245 setopt NO_GLOB_SUBST
246else
247 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
248fi
249BIN_SH=xpg4; export BIN_SH # for Tru64
250DUALCASE=1; export DUALCASE # for MKS sh
251
252:
253_ASEOF
254}; then
255 CONFIG_SHELL=$as_shell
256 as_have_required=yes
257 if { "$as_shell" 2> /dev/null <<\_ASEOF
258# Be Bourne compatible
259if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
260 emulate sh
261 NULLCMD=:
262 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
263 # is contrary to our usage. Disable this feature.
264 alias -g '${1+"$@"}'='"$@"'
265 setopt NO_GLOB_SUBST
266else
267 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
268fi
269BIN_SH=xpg4; export BIN_SH # for Tru64
270DUALCASE=1; export DUALCASE # for MKS sh
271
272:
273(as_func_return () {
274 (exit $1)
275}
276as_func_success () {
277 as_func_return 0
278}
279as_func_failure () {
280 as_func_return 1
281}
282as_func_ret_success () {
283 return 0
284}
285as_func_ret_failure () {
286 return 1
287}
288
289exitcode=0
290if as_func_success; then
291 :
292else
293 exitcode=1
294 echo as_func_success failed.
295fi
296
297if as_func_failure; then
298 exitcode=1
299 echo as_func_failure succeeded.
300fi
301
302if as_func_ret_success; then
303 :
304else
305 exitcode=1
306 echo as_func_ret_success failed.
307fi
308
309if as_func_ret_failure; then
310 exitcode=1
311 echo as_func_ret_failure succeeded.
312fi
313
314if ( set x; as_func_ret_success y && test x = "$1" ); then
315 :
316else
317 exitcode=1
318 echo positional parameters were not saved.
319fi
320
321test $exitcode = 0) || { (exit 1); exit 1; }
322
323(
324 as_lineno_1=$LINENO 141 as_lineno_1=$LINENO
325 as_lineno_2=$LINENO 142 as_lineno_2=$LINENO
143 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
326 test "x$as_lineno_1" != "x$as_lineno_2" && 144 test "x$as_lineno_1" != "x$as_lineno_2" &&
327 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; } 145 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
328 146 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
329_ASEOF 147 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
330}; then 148 CONFIG_SHELL=$as_dir/$as_base
331 break 149 export CONFIG_SHELL
332fi 150 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
333 151 fi;;
334fi 152 esac
335 153 done
336 done 154done
337 155;;
338 if test "x$CONFIG_SHELL" != x; then 156 esac
339 for as_var in BASH_ENV ENV
340 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
341 done
342 export CONFIG_SHELL
343 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
344fi
345
346
347 if test $as_have_required = no; then
348 echo This script requires a shell more modern than all the
349 echo shells that I found on your system. Please install a
350 echo modern shell, or manually run the script under such a
351 echo shell if you do have one.
352 { (exit 1); exit 1; }
353fi
354
355
356fi
357
358fi
359
360
361
362(eval "as_func_return () {
363 (exit \$1)
364}
365as_func_success () {
366 as_func_return 0
367}
368as_func_failure () {
369 as_func_return 1
370}
371as_func_ret_success () {
372 return 0
373}
374as_func_ret_failure () {
375 return 1
376}
377
378exitcode=0
379if as_func_success; then
380 :
381else
382 exitcode=1
383 echo as_func_success failed.
384fi
385
386if as_func_failure; then
387 exitcode=1
388 echo as_func_failure succeeded.
389fi
390
391if as_func_ret_success; then
392 :
393else
394 exitcode=1
395 echo as_func_ret_success failed.
396fi
397
398if as_func_ret_failure; then
399 exitcode=1
400 echo as_func_ret_failure succeeded.
401fi
402
403if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
404 :
405else
406 exitcode=1
407 echo positional parameters were not saved.
408fi
409
410test \$exitcode = 0") || {
411 echo No shell found that supports shell functions.
412 echo Please tell autoconf@gnu.org about your system,
413 echo including any error possibly output before this
414 echo message
415}
416
417
418
419 as_lineno_1=$LINENO
420 as_lineno_2=$LINENO
421 test "x$as_lineno_1" != "x$as_lineno_2" &&
422 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
423 157
424 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 158 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
425 # uniformly replaced by the line number. The first 'sed' inserts a 159 # uniformly replaced by the line number. The first 'sed' inserts a
426 # line-number line after each line using $LINENO; the second 'sed' 160 # line-number line before each line; the second 'sed' does the real
427 # does the real work. The second script uses 'N' to pair each 161 # work. The second script uses 'N' to pair each line-number line
428 # line-number line with the line containing $LINENO, and appends 162 # with the numbered line, and appends trailing '-' during
429 # trailing '-' during substitution so that $LINENO is not a special 163 # substitution so that $LINENO is not a special case at line end.
430 # case at line end.
431 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 164 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
432 # scripts with optimization help from Paolo Bonzini. Blame Lee 165 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
433 # E. McMahon (1931-1989) for sed's syntax. :-) 166 sed '=' <$as_myself |
434 sed -n '
435 p
436 /[$]LINENO/=
437 ' <$as_myself |
438 sed ' 167 sed '
439 s/[$]LINENO.*/&-/
440 t lineno
441 b
442 :lineno
443 N 168 N
444 :loop 169 s,$,-,
445 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ 170 : loop
171 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
446 t loop 172 t loop
447 s/-\n.*// 173 s,-$,,
174 s,^['$as_cr_digits']*\n,,
448 ' >$as_me.lineno && 175 ' >$as_me.lineno &&
449 chmod +x "$as_me.lineno" || 176 chmod +x $as_me.lineno ||
450 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 177 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
451 { (exit 1); exit 1; }; } 178 { (exit 1); exit 1; }; }
452 179
453 # Don't try to exec as it changes $[0], causing all sort of problems 180 # Don't try to exec as it changes $[0], causing all sort of problems
454 # (the dirname of $[0] is not the place where we might find the 181 # (the dirname of $[0] is not the place where we might find the
455 # original and so on. Autoconf is especially sensitive to this). 182 # original and so on. Autoconf is especially sensible to this).
456 . "./$as_me.lineno" 183 . ./$as_me.lineno
457 # Exit status is that of the last command. 184 # Exit status is that of the last command.
458 exit 185 exit
459} 186}
460 187
461 188
462if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 189case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
463 as_dirname=dirname 190 *c*,-n*) ECHO_N= ECHO_C='
464else 191' ECHO_T=' ' ;;
465 as_dirname=false 192 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
466fi 193 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
467
468ECHO_C= ECHO_N= ECHO_T=
469case `echo -n x` in
470-n*)
471 case `echo 'x\c'` in
472 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
473 *) ECHO_C='\c';;
474 esac;;
475*)
476 ECHO_N='-n';;
477esac 194esac
478 195
479if expr a : '\(a\)' >/dev/null 2>&1 && 196if expr a : '\(a\)' >/dev/null 2>&1; then
480 test "X`expr 00001 : '.*\(...\)'`" = X001; then
481 as_expr=expr 197 as_expr=expr
482else 198else
483 as_expr=false 199 as_expr=false
484fi 200fi
485 201
486rm -f conf$$ conf$$.exe conf$$.file 202rm -f conf$$ conf$$.exe conf$$.file
487if test -d conf$$.dir; then
488 rm -f conf$$.dir/conf$$.file
489else
490 rm -f conf$$.dir
491 mkdir conf$$.dir
492fi
493echo >conf$$.file 203echo >conf$$.file
494if ln -s conf$$.file conf$$ 2>/dev/null; then 204if ln -s conf$$.file conf$$ 2>/dev/null; then
495 as_ln_s='ln -s' 205 # We could just check for DJGPP; but this test a) works b) is more generic
496 # ... but there are two gotchas: 206 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
497 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 207 if test -f conf$$.exe; then
498 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 208 # Don't use ln at all; we don't have any links
499 # In both cases, we have to default to `cp -p'.
500 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
501 as_ln_s='cp -p' 209 as_ln_s='cp -p'
210 else
211 as_ln_s='ln -s'
212 fi
502elif ln conf$$.file conf$$ 2>/dev/null; then 213elif ln conf$$.file conf$$ 2>/dev/null; then
503 as_ln_s=ln 214 as_ln_s=ln
504else 215else
505 as_ln_s='cp -p' 216 as_ln_s='cp -p'
506fi 217fi
507rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 218rm -f conf$$ conf$$.exe conf$$.file
508rmdir conf$$.dir 2>/dev/null
509 219
510if mkdir -p . 2>/dev/null; then 220if mkdir -p . 2>/dev/null; then
511 as_mkdir_p=: 221 as_mkdir_p=:
@@ -514,19 +224,7 @@ else
514 as_mkdir_p=false 224 as_mkdir_p=false
515fi 225fi
516 226
517# Find out whether ``test -x'' works. Don't use a zero-byte file, as 227as_executable_p="test -f"
518# systems may use methods other than mode bits to determine executability.
519cat >conf$$.file <<_ASEOF
520#! /bin/sh
521exit 0
522_ASEOF
523chmod +x conf$$.file
524if test -x conf$$.file >/dev/null 2>&1; then
525 as_executable_p="test -x"
526else
527 as_executable_p=:
528fi
529rm -f conf$$.file
530 228
531# Sed expression to map a string onto a valid CPP name. 229# Sed expression to map a string onto a valid CPP name.
532as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 230as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
@@ -535,6 +233,15 @@ as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
535as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 233as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
536 234
537 235
236# IFS
237# We need space, tab and new line, in precisely that order.
238as_nl='
239'
240IFS=" $as_nl"
241
242# CDPATH.
243$as_unset CDPATH
244
538 245
539 246
540# Check that we are running under the correct shell. 247# Check that we are running under the correct shell.
@@ -690,26 +397,29 @@ tagnames=${tagnames+${tagnames},}CXX
690 397
691tagnames=${tagnames+${tagnames},}F77 398tagnames=${tagnames+${tagnames},}F77
692 399
693exec 7<&0 </dev/null 6>&1
694
695# Name of the host. 400# Name of the host.
696# hostname on some systems (SVR3.2, Linux) returns a bogus exit status, 401# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
697# so uname gets run too. 402# so uname gets run too.
698ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` 403ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
699 404
405exec 6>&1
406
700# 407#
701# Initializations. 408# Initializations.
702# 409#
703ac_default_prefix=/usr/local 410ac_default_prefix=/usr/local
704ac_clean_files=
705ac_config_libobj_dir=. 411ac_config_libobj_dir=.
706LIBOBJS=
707cross_compiling=no 412cross_compiling=no
708subdirs= 413subdirs=
709MFLAGS= 414MFLAGS=
710MAKEFLAGS= 415MAKEFLAGS=
711SHELL=${CONFIG_SHELL-/bin/sh} 416SHELL=${CONFIG_SHELL-/bin/sh}
712 417
418# Maximum number of lines to put in a shell here document.
419# This variable seems obsolete. It should probably be removed, and
420# only ac_max_sed_lines should be used.
421: ${ac_max_here_lines=38}
422
713# Identity of this package. 423# Identity of this package.
714PACKAGE_NAME='libltdl' 424PACKAGE_NAME='libltdl'
715PACKAGE_TARNAME='libltdl' 425PACKAGE_TARNAME='libltdl'
@@ -721,167 +431,42 @@ ac_unique_file="ltdl.c"
721# Factoring default headers for most tests. 431# Factoring default headers for most tests.
722ac_includes_default="\ 432ac_includes_default="\
723#include <stdio.h> 433#include <stdio.h>
724#ifdef HAVE_SYS_TYPES_H 434#if HAVE_SYS_TYPES_H
725# include <sys/types.h> 435# include <sys/types.h>
726#endif 436#endif
727#ifdef HAVE_SYS_STAT_H 437#if HAVE_SYS_STAT_H
728# include <sys/stat.h> 438# include <sys/stat.h>
729#endif 439#endif
730#ifdef STDC_HEADERS 440#if STDC_HEADERS
731# include <stdlib.h> 441# include <stdlib.h>
732# include <stddef.h> 442# include <stddef.h>
733#else 443#else
734# ifdef HAVE_STDLIB_H 444# if HAVE_STDLIB_H
735# include <stdlib.h> 445# include <stdlib.h>
736# endif 446# endif
737#endif 447#endif
738#ifdef HAVE_STRING_H 448#if HAVE_STRING_H
739# if !defined STDC_HEADERS && defined HAVE_MEMORY_H 449# if !STDC_HEADERS && HAVE_MEMORY_H
740# include <memory.h> 450# include <memory.h>
741# endif 451# endif
742# include <string.h> 452# include <string.h>
743#endif 453#endif
744#ifdef HAVE_STRINGS_H 454#if HAVE_STRINGS_H
745# include <strings.h> 455# include <strings.h>
746#endif 456#endif
747#ifdef HAVE_INTTYPES_H 457#if HAVE_INTTYPES_H
748# include <inttypes.h> 458# include <inttypes.h>
459#else
460# if HAVE_STDINT_H
461# include <stdint.h>
462# endif
749#endif 463#endif
750#ifdef HAVE_STDINT_H 464#if HAVE_UNISTD_H
751# include <stdint.h>
752#endif
753#ifdef HAVE_UNISTD_H
754# include <unistd.h> 465# include <unistd.h>
755#endif" 466#endif"
756 467
757ac_subst_vars='SHELL 468ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE build build_cpu build_vendor build_os host host_cpu host_vendor host_os EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB DLLTOOL ac_ct_DLLTOOL AS ac_ct_AS OBJDUMP ac_ct_OBJDUMP CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL LIBTOOL_DEPS INSTALL_LTDL_TRUE INSTALL_LTDL_FALSE CONVENIENCE_LTDL_TRUE CONVENIENCE_LTDL_FALSE LIBADD_DL LIBOBJS LTLIBOBJS'
758PATH_SEPARATOR
759PACKAGE_NAME
760PACKAGE_TARNAME
761PACKAGE_VERSION
762PACKAGE_STRING
763PACKAGE_BUGREPORT
764exec_prefix
765prefix
766program_transform_name
767bindir
768sbindir
769libexecdir
770datarootdir
771datadir
772sysconfdir
773sharedstatedir
774localstatedir
775includedir
776oldincludedir
777docdir
778infodir
779htmldir
780dvidir
781pdfdir
782psdir
783libdir
784localedir
785mandir
786DEFS
787ECHO_C
788ECHO_N
789ECHO_T
790LIBS
791build_alias
792host_alias
793target_alias
794INSTALL_PROGRAM
795INSTALL_SCRIPT
796INSTALL_DATA
797CYGPATH_W
798PACKAGE
799VERSION
800ACLOCAL
801AUTOCONF
802AUTOMAKE
803AUTOHEADER
804MAKEINFO
805AMTAR
806install_sh
807STRIP
808INSTALL_STRIP_PROGRAM
809mkdir_p
810AWK
811SET_MAKE
812am__leading_dot
813MAINTAINER_MODE_TRUE
814MAINTAINER_MODE_FALSE
815MAINT
816CC
817CFLAGS
818LDFLAGS
819CPPFLAGS
820ac_ct_CC
821EXEEXT
822OBJEXT
823DEPDIR
824am__include
825am__quote
826AMDEP_TRUE
827AMDEP_FALSE
828AMDEPBACKSLASH
829CCDEPMODE
830am__fastdepCC_TRUE
831am__fastdepCC_FALSE
832build
833build_cpu
834build_vendor
835build_os
836host
837host_cpu
838host_vendor
839host_os
840GREP
841EGREP
842LN_S
843ECHO
844AR
845RANLIB
846DLLTOOL
847AS
848OBJDUMP
849CPP
850CXX
851CXXFLAGS
852ac_ct_CXX
853CXXDEPMODE
854am__fastdepCXX_TRUE
855am__fastdepCXX_FALSE
856CXXCPP
857F77
858FFLAGS
859ac_ct_F77
860LIBTOOL
861LIBTOOL_DEPS
862INSTALL_LTDL_TRUE
863INSTALL_LTDL_FALSE
864CONVENIENCE_LTDL_TRUE
865CONVENIENCE_LTDL_FALSE
866LIBADD_DL
867LIBOBJS
868LTLIBOBJS'
869ac_subst_files='' 469ac_subst_files=''
870 ac_precious_vars='build_alias
871host_alias
872target_alias
873CC
874CFLAGS
875LDFLAGS
876CPPFLAGS
877CPP
878CXX
879CXXFLAGS
880CCC
881CXXCPP
882F77
883FFLAGS'
884
885 470
886# Initialize some variables set by options. 471# Initialize some variables set by options.
887ac_init_help= 472ac_init_help=
@@ -908,48 +493,34 @@ x_libraries=NONE
908# and all the variables that are supposed to be based on exec_prefix 493# and all the variables that are supposed to be based on exec_prefix
909# by default will actually change. 494# by default will actually change.
910# Use braces instead of parens because sh, perl, etc. also accept them. 495# Use braces instead of parens because sh, perl, etc. also accept them.
911# (The list follows the same order as the GNU Coding Standards.)
912bindir='${exec_prefix}/bin' 496bindir='${exec_prefix}/bin'
913sbindir='${exec_prefix}/sbin' 497sbindir='${exec_prefix}/sbin'
914libexecdir='${exec_prefix}/libexec' 498libexecdir='${exec_prefix}/libexec'
915datarootdir='${prefix}/share' 499datadir='${prefix}/share'
916datadir='${datarootdir}'
917sysconfdir='${prefix}/etc' 500sysconfdir='${prefix}/etc'
918sharedstatedir='${prefix}/com' 501sharedstatedir='${prefix}/com'
919localstatedir='${prefix}/var' 502localstatedir='${prefix}/var'
503libdir='${exec_prefix}/lib'
920includedir='${prefix}/include' 504includedir='${prefix}/include'
921oldincludedir='/usr/include' 505oldincludedir='/usr/include'
922docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' 506infodir='${prefix}/info'
923infodir='${datarootdir}/info' 507mandir='${prefix}/man'
924htmldir='${docdir}'
925dvidir='${docdir}'
926pdfdir='${docdir}'
927psdir='${docdir}'
928libdir='${exec_prefix}/lib'
929localedir='${datarootdir}/locale'
930mandir='${datarootdir}/man'
931 508
932ac_prev= 509ac_prev=
933ac_dashdash=
934for ac_option 510for ac_option
935do 511do
936 # If the previous option needs an argument, assign it. 512 # If the previous option needs an argument, assign it.
937 if test -n "$ac_prev"; then 513 if test -n "$ac_prev"; then
938 eval $ac_prev=\$ac_option 514 eval "$ac_prev=\$ac_option"
939 ac_prev= 515 ac_prev=
940 continue 516 continue
941 fi 517 fi
942 518
943 case $ac_option in 519 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
944 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
945 *) ac_optarg=yes ;;
946 esac
947 520
948 # Accept the important Cygnus configure options, so we can diagnose typos. 521 # Accept the important Cygnus configure options, so we can diagnose typos.
949 522
950 case $ac_dashdash$ac_option in 523 case $ac_option in
951 --)
952 ac_dashdash=yes ;;
953 524
954 -bindir | --bindir | --bindi | --bind | --bin | --bi) 525 -bindir | --bindir | --bindi | --bind | --bin | --bi)
955 ac_prev=bindir ;; 526 ac_prev=bindir ;;
@@ -971,18 +542,12 @@ do
971 --config-cache | -C) 542 --config-cache | -C)
972 cache_file=config.cache ;; 543 cache_file=config.cache ;;
973 544
974 -datadir | --datadir | --datadi | --datad) 545 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
975 ac_prev=datadir ;; 546 ac_prev=datadir ;;
976 -datadir=* | --datadir=* | --datadi=* | --datad=*) 547 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
548 | --da=*)
977 datadir=$ac_optarg ;; 549 datadir=$ac_optarg ;;
978 550
979 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
980 | --dataroo | --dataro | --datar)
981 ac_prev=datarootdir ;;
982 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
983 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
984 datarootdir=$ac_optarg ;;
985
986 -disable-* | --disable-*) 551 -disable-* | --disable-*)
987 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 552 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
988 # Reject names that are not valid shell variable names. 553 # Reject names that are not valid shell variable names.
@@ -990,17 +555,7 @@ do
990 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 555 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
991 { (exit 1); exit 1; }; } 556 { (exit 1); exit 1; }; }
992 ac_feature=`echo $ac_feature | sed 's/-/_/g'` 557 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
993 eval enable_$ac_feature=no ;; 558 eval "enable_$ac_feature=no" ;;
994
995 -docdir | --docdir | --docdi | --doc | --do)
996 ac_prev=docdir ;;
997 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
998 docdir=$ac_optarg ;;
999
1000 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1001 ac_prev=dvidir ;;
1002 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1003 dvidir=$ac_optarg ;;
1004 559
1005 -enable-* | --enable-*) 560 -enable-* | --enable-*)
1006 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 561 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
@@ -1009,7 +564,11 @@ do
1009 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 564 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
1010 { (exit 1); exit 1; }; } 565 { (exit 1); exit 1; }; }
1011 ac_feature=`echo $ac_feature | sed 's/-/_/g'` 566 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
1012 eval enable_$ac_feature=\$ac_optarg ;; 567 case $ac_option in
568 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
569 *) ac_optarg=yes ;;
570 esac
571 eval "enable_$ac_feature='$ac_optarg'" ;;
1013 572
1014 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ 573 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1015 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ 574 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
@@ -1036,12 +595,6 @@ do
1036 -host=* | --host=* | --hos=* | --ho=*) 595 -host=* | --host=* | --hos=* | --ho=*)
1037 host_alias=$ac_optarg ;; 596 host_alias=$ac_optarg ;;
1038 597
1039 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1040 ac_prev=htmldir ;;
1041 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1042 | --ht=*)
1043 htmldir=$ac_optarg ;;
1044
1045 -includedir | --includedir | --includedi | --included | --include \ 598 -includedir | --includedir | --includedi | --included | --include \
1046 | --includ | --inclu | --incl | --inc) 599 | --includ | --inclu | --incl | --inc)
1047 ac_prev=includedir ;; 600 ac_prev=includedir ;;
@@ -1066,16 +619,13 @@ do
1066 | --libexe=* | --libex=* | --libe=*) 619 | --libexe=* | --libex=* | --libe=*)
1067 libexecdir=$ac_optarg ;; 620 libexecdir=$ac_optarg ;;
1068 621
1069 -localedir | --localedir | --localedi | --localed | --locale)
1070 ac_prev=localedir ;;
1071 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1072 localedir=$ac_optarg ;;
1073
1074 -localstatedir | --localstatedir | --localstatedi | --localstated \ 622 -localstatedir | --localstatedir | --localstatedi | --localstated \
1075 | --localstate | --localstat | --localsta | --localst | --locals) 623 | --localstate | --localstat | --localsta | --localst \
624 | --locals | --local | --loca | --loc | --lo)
1076 ac_prev=localstatedir ;; 625 ac_prev=localstatedir ;;
1077 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ 626 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1078 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) 627 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
628 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
1079 localstatedir=$ac_optarg ;; 629 localstatedir=$ac_optarg ;;
1080 630
1081 -mandir | --mandir | --mandi | --mand | --man | --ma | --m) 631 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
@@ -1140,16 +690,6 @@ do
1140 | --progr-tra=* | --program-tr=* | --program-t=*) 690 | --progr-tra=* | --program-tr=* | --program-t=*)
1141 program_transform_name=$ac_optarg ;; 691 program_transform_name=$ac_optarg ;;
1142 692
1143 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1144 ac_prev=pdfdir ;;
1145 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1146 pdfdir=$ac_optarg ;;
1147
1148 -psdir | --psdir | --psdi | --psd | --ps)
1149 ac_prev=psdir ;;
1150 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1151 psdir=$ac_optarg ;;
1152
1153 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 693 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1154 | -silent | --silent | --silen | --sile | --sil) 694 | -silent | --silent | --silen | --sile | --sil)
1155 silent=yes ;; 695 silent=yes ;;
@@ -1206,7 +746,11 @@ do
1206 { echo "$as_me: error: invalid package name: $ac_package" >&2 746 { echo "$as_me: error: invalid package name: $ac_package" >&2
1207 { (exit 1); exit 1; }; } 747 { (exit 1); exit 1; }; }
1208 ac_package=`echo $ac_package| sed 's/-/_/g'` 748 ac_package=`echo $ac_package| sed 's/-/_/g'`
1209 eval with_$ac_package=\$ac_optarg ;; 749 case $ac_option in
750 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
751 *) ac_optarg=yes ;;
752 esac
753 eval "with_$ac_package='$ac_optarg'" ;;
1210 754
1211 -without-* | --without-*) 755 -without-* | --without-*)
1212 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` 756 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
@@ -1215,7 +759,7 @@ do
1215 { echo "$as_me: error: invalid package name: $ac_package" >&2 759 { echo "$as_me: error: invalid package name: $ac_package" >&2
1216 { (exit 1); exit 1; }; } 760 { (exit 1); exit 1; }; }
1217 ac_package=`echo $ac_package | sed 's/-/_/g'` 761 ac_package=`echo $ac_package | sed 's/-/_/g'`
1218 eval with_$ac_package=no ;; 762 eval "with_$ac_package=no" ;;
1219 763
1220 --x) 764 --x)
1221 # Obsolete; use --with-x. 765 # Obsolete; use --with-x.
@@ -1246,7 +790,8 @@ Try \`$0 --help' for more information." >&2
1246 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && 790 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1247 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 791 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1248 { (exit 1); exit 1; }; } 792 { (exit 1); exit 1; }; }
1249 eval $ac_envvar=\$ac_optarg 793 ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
794 eval "$ac_envvar='$ac_optarg'"
1250 export $ac_envvar ;; 795 export $ac_envvar ;;
1251 796
1252 *) 797 *)
@@ -1266,19 +811,27 @@ if test -n "$ac_prev"; then
1266 { (exit 1); exit 1; }; } 811 { (exit 1); exit 1; }; }
1267fi 812fi
1268 813
1269# Be sure to have absolute directory names. 814# Be sure to have absolute paths.
1270for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ 815for ac_var in exec_prefix prefix
1271 datadir sysconfdir sharedstatedir localstatedir includedir \
1272 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1273 libdir localedir mandir
1274do 816do
1275 eval ac_val=\$$ac_var 817 eval ac_val=$`echo $ac_var`
1276 case $ac_val in 818 case $ac_val in
1277 [\\/$]* | ?:[\\/]* ) continue;; 819 [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
1278 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 820 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
821 { (exit 1); exit 1; }; };;
822 esac
823done
824
825# Be sure to have absolute paths.
826for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
827 localstatedir libdir includedir oldincludedir infodir mandir
828do
829 eval ac_val=$`echo $ac_var`
830 case $ac_val in
831 [\\/$]* | ?:[\\/]* ) ;;
832 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
833 { (exit 1); exit 1; }; };;
1279 esac 834 esac
1280 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1281 { (exit 1); exit 1; }; }
1282done 835done
1283 836
1284# There might be people who depend on the old broken behavior: `$host' 837# There might be people who depend on the old broken behavior: `$host'
@@ -1305,76 +858,94 @@ test -n "$host_alias" && ac_tool_prefix=$host_alias-
1305test "$silent" = yes && exec 6>/dev/null 858test "$silent" = yes && exec 6>/dev/null
1306 859
1307 860
1308ac_pwd=`pwd` && test -n "$ac_pwd" &&
1309ac_ls_di=`ls -di .` &&
1310ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1311 { echo "$as_me: error: Working directory cannot be determined" >&2
1312 { (exit 1); exit 1; }; }
1313test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1314 { echo "$as_me: error: pwd does not report name of working directory" >&2
1315 { (exit 1); exit 1; }; }
1316
1317
1318# Find the source files, if location was not specified. 861# Find the source files, if location was not specified.
1319if test -z "$srcdir"; then 862if test -z "$srcdir"; then
1320 ac_srcdir_defaulted=yes 863 ac_srcdir_defaulted=yes
1321 # Try the directory containing this script, then the parent directory. 864 # Try the directory containing this script, then its parent.
1322 ac_confdir=`$as_dirname -- "$0" || 865 ac_confdir=`(dirname "$0") 2>/dev/null ||
1323$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 866$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1324 X"$0" : 'X\(//\)[^/]' \| \ 867 X"$0" : 'X\(//\)[^/]' \| \
1325 X"$0" : 'X\(//\)$' \| \ 868 X"$0" : 'X\(//\)$' \| \
1326 X"$0" : 'X\(/\)' \| . 2>/dev/null || 869 X"$0" : 'X\(/\)' \| \
870 . : '\(.\)' 2>/dev/null ||
1327echo X"$0" | 871echo X"$0" |
1328 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 872 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
1329 s//\1/ 873 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
1330 q 874 /^X\(\/\/\)$/{ s//\1/; q; }
1331 } 875 /^X\(\/\).*/{ s//\1/; q; }
1332 /^X\(\/\/\)[^/].*/{ 876 s/.*/./; q'`
1333 s//\1/
1334 q
1335 }
1336 /^X\(\/\/\)$/{
1337 s//\1/
1338 q
1339 }
1340 /^X\(\/\).*/{
1341 s//\1/
1342 q
1343 }
1344 s/.*/./; q'`
1345 srcdir=$ac_confdir 877 srcdir=$ac_confdir
1346 if test ! -r "$srcdir/$ac_unique_file"; then 878 if test ! -r $srcdir/$ac_unique_file; then
1347 srcdir=.. 879 srcdir=..
1348 fi 880 fi
1349else 881else
1350 ac_srcdir_defaulted=no 882 ac_srcdir_defaulted=no
1351fi 883fi
1352if test ! -r "$srcdir/$ac_unique_file"; then 884if test ! -r $srcdir/$ac_unique_file; then
1353 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 885 if test "$ac_srcdir_defaulted" = yes; then
1354 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 886 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
887 { (exit 1); exit 1; }; }
888 else
889 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1355 { (exit 1); exit 1; }; } 890 { (exit 1); exit 1; }; }
891 fi
1356fi 892fi
1357ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 893(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
1358ac_abs_confdir=`( 894 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
1359 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1360 { (exit 1); exit 1; }; } 895 { (exit 1); exit 1; }; }
1361 pwd)` 896srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
1362# When building in place, set srcdir=. 897ac_env_build_alias_set=${build_alias+set}
1363if test "$ac_abs_confdir" = "$ac_pwd"; then 898ac_env_build_alias_value=$build_alias
1364 srcdir=. 899ac_cv_env_build_alias_set=${build_alias+set}
1365fi 900ac_cv_env_build_alias_value=$build_alias
1366# Remove unnecessary trailing slashes from srcdir. 901ac_env_host_alias_set=${host_alias+set}
1367# Double slashes in file names in object file debugging info 902ac_env_host_alias_value=$host_alias
1368# mess up M-x gdb in Emacs. 903ac_cv_env_host_alias_set=${host_alias+set}
1369case $srcdir in 904ac_cv_env_host_alias_value=$host_alias
1370*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; 905ac_env_target_alias_set=${target_alias+set}
1371esac 906ac_env_target_alias_value=$target_alias
1372for ac_var in $ac_precious_vars; do 907ac_cv_env_target_alias_set=${target_alias+set}
1373 eval ac_env_${ac_var}_set=\${${ac_var}+set} 908ac_cv_env_target_alias_value=$target_alias
1374 eval ac_env_${ac_var}_value=\$${ac_var} 909ac_env_CC_set=${CC+set}
1375 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} 910ac_env_CC_value=$CC
1376 eval ac_cv_env_${ac_var}_value=\$${ac_var} 911ac_cv_env_CC_set=${CC+set}
1377done 912ac_cv_env_CC_value=$CC
913ac_env_CFLAGS_set=${CFLAGS+set}
914ac_env_CFLAGS_value=$CFLAGS
915ac_cv_env_CFLAGS_set=${CFLAGS+set}
916ac_cv_env_CFLAGS_value=$CFLAGS
917ac_env_LDFLAGS_set=${LDFLAGS+set}
918ac_env_LDFLAGS_value=$LDFLAGS
919ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
920ac_cv_env_LDFLAGS_value=$LDFLAGS
921ac_env_CPPFLAGS_set=${CPPFLAGS+set}
922ac_env_CPPFLAGS_value=$CPPFLAGS
923ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
924ac_cv_env_CPPFLAGS_value=$CPPFLAGS
925ac_env_CPP_set=${CPP+set}
926ac_env_CPP_value=$CPP
927ac_cv_env_CPP_set=${CPP+set}
928ac_cv_env_CPP_value=$CPP
929ac_env_CXX_set=${CXX+set}
930ac_env_CXX_value=$CXX
931ac_cv_env_CXX_set=${CXX+set}
932ac_cv_env_CXX_value=$CXX
933ac_env_CXXFLAGS_set=${CXXFLAGS+set}
934ac_env_CXXFLAGS_value=$CXXFLAGS
935ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set}
936ac_cv_env_CXXFLAGS_value=$CXXFLAGS
937ac_env_CXXCPP_set=${CXXCPP+set}
938ac_env_CXXCPP_value=$CXXCPP
939ac_cv_env_CXXCPP_set=${CXXCPP+set}
940ac_cv_env_CXXCPP_value=$CXXCPP
941ac_env_F77_set=${F77+set}
942ac_env_F77_value=$F77
943ac_cv_env_F77_set=${F77+set}
944ac_cv_env_F77_value=$F77
945ac_env_FFLAGS_set=${FFLAGS+set}
946ac_env_FFLAGS_value=$FFLAGS
947ac_cv_env_FFLAGS_set=${FFLAGS+set}
948ac_cv_env_FFLAGS_value=$FFLAGS
1378 949
1379# 950#
1380# Report the --help message. 951# Report the --help message.
@@ -1403,6 +974,9 @@ Configuration:
1403 -n, --no-create do not create output files 974 -n, --no-create do not create output files
1404 --srcdir=DIR find the sources in DIR [configure dir or \`..'] 975 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1405 976
977_ACEOF
978
979 cat <<_ACEOF
1406Installation directories: 980Installation directories:
1407 --prefix=PREFIX install architecture-independent files in PREFIX 981 --prefix=PREFIX install architecture-independent files in PREFIX
1408 [$ac_default_prefix] 982 [$ac_default_prefix]
@@ -1420,22 +994,15 @@ Fine tuning of the installation directories:
1420 --bindir=DIR user executables [EPREFIX/bin] 994 --bindir=DIR user executables [EPREFIX/bin]
1421 --sbindir=DIR system admin executables [EPREFIX/sbin] 995 --sbindir=DIR system admin executables [EPREFIX/sbin]
1422 --libexecdir=DIR program executables [EPREFIX/libexec] 996 --libexecdir=DIR program executables [EPREFIX/libexec]
997 --datadir=DIR read-only architecture-independent data [PREFIX/share]
1423 --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 998 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1424 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 999 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1425 --localstatedir=DIR modifiable single-machine data [PREFIX/var] 1000 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1426 --libdir=DIR object code libraries [EPREFIX/lib] 1001 --libdir=DIR object code libraries [EPREFIX/lib]
1427 --includedir=DIR C header files [PREFIX/include] 1002 --includedir=DIR C header files [PREFIX/include]
1428 --oldincludedir=DIR C header files for non-gcc [/usr/include] 1003 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1429 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] 1004 --infodir=DIR info documentation [PREFIX/info]
1430 --datadir=DIR read-only architecture-independent data [DATAROOTDIR] 1005 --mandir=DIR man documentation [PREFIX/man]
1431 --infodir=DIR info documentation [DATAROOTDIR/info]
1432 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1433 --mandir=DIR man documentation [DATAROOTDIR/man]
1434 --docdir=DIR documentation root [DATAROOTDIR/doc/libltdl]
1435 --htmldir=DIR html documentation [DOCDIR]
1436 --dvidir=DIR dvi documentation [DOCDIR]
1437 --pdfdir=DIR pdf documentation [DOCDIR]
1438 --psdir=DIR ps documentation [DOCDIR]
1439_ACEOF 1006_ACEOF
1440 1007
1441 cat <<\_ACEOF 1008 cat <<\_ACEOF
@@ -1464,8 +1031,10 @@ Optional Features:
1464 (and sometimes confusing) to the casual installer 1031 (and sometimes confusing) to the casual installer
1465 --disable-dependency-tracking speeds up one-time build 1032 --disable-dependency-tracking speeds up one-time build
1466 --enable-dependency-tracking do not reject slow dependency extractors 1033 --enable-dependency-tracking do not reject slow dependency extractors
1467 --enable-shared[=PKGS] build shared libraries [default=yes] 1034 --enable-shared[=PKGS]
1468 --enable-static[=PKGS] build static libraries [default=yes] 1035 build shared libraries [default=yes]
1036 --enable-static[=PKGS]
1037 build static libraries [default=yes]
1469 --enable-fast-install[=PKGS] 1038 --enable-fast-install[=PKGS]
1470 optimize for fast installation [default=yes] 1039 optimize for fast installation [default=yes]
1471 --disable-libtool-lock avoid locking (might break parallel builds) 1040 --disable-libtool-lock avoid locking (might break parallel builds)
@@ -1477,15 +1046,16 @@ Optional Packages:
1477 --with-gnu-ld assume the C compiler uses GNU ld [default=no] 1046 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1478 --with-pic try to use only PIC/non-PIC objects [default=use 1047 --with-pic try to use only PIC/non-PIC objects [default=use
1479 both] 1048 both]
1480 --with-tags[=TAGS] include additional configurations [automatic] 1049 --with-tags[=TAGS]
1050 include additional configurations [automatic]
1481 1051
1482Some influential environment variables: 1052Some influential environment variables:
1483 CC C compiler command 1053 CC C compiler command
1484 CFLAGS C compiler flags 1054 CFLAGS C compiler flags
1485 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a 1055 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1486 nonstandard directory <lib dir> 1056 nonstandard directory <lib dir>
1487 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if 1057 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
1488 you have headers in a nonstandard directory <include dir> 1058 headers in a nonstandard directory <include dir>
1489 CPP C preprocessor 1059 CPP C preprocessor
1490 CXX C++ compiler command 1060 CXX C++ compiler command
1491 CXXFLAGS C++ compiler flags 1061 CXXFLAGS C++ compiler flags
@@ -1498,86 +1068,120 @@ it to find libraries and programs with nonstandard names/locations.
1498 1068
1499Report bugs to <bug-libtool@gnu.org>. 1069Report bugs to <bug-libtool@gnu.org>.
1500_ACEOF 1070_ACEOF
1501ac_status=$?
1502fi 1071fi
1503 1072
1504if test "$ac_init_help" = "recursive"; then 1073if test "$ac_init_help" = "recursive"; then
1505 # If there are subdirs, report their specific --help. 1074 # If there are subdirs, report their specific --help.
1075 ac_popdir=`pwd`
1506 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 1076 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1507 test -d "$ac_dir" || continue 1077 test -d $ac_dir || continue
1508 ac_builddir=. 1078 ac_builddir=.
1509 1079
1510case "$ac_dir" in 1080if test "$ac_dir" != .; then
1511.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1512*)
1513 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 1081 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1514 # A ".." for each directory in $ac_dir_suffix. 1082 # A "../" for each directory in $ac_dir_suffix.
1515 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 1083 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
1516 case $ac_top_builddir_sub in 1084else
1517 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 1085 ac_dir_suffix= ac_top_builddir=
1518 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; 1086fi
1519 esac ;;
1520esac
1521ac_abs_top_builddir=$ac_pwd
1522ac_abs_builddir=$ac_pwd$ac_dir_suffix
1523# for backward compatibility:
1524ac_top_builddir=$ac_top_build_prefix
1525 1087
1526case $srcdir in 1088case $srcdir in
1527 .) # We are building in place. 1089 .) # No --srcdir option. We are building in place.
1528 ac_srcdir=. 1090 ac_srcdir=.
1529 ac_top_srcdir=$ac_top_builddir_sub 1091 if test -z "$ac_top_builddir"; then
1530 ac_abs_top_srcdir=$ac_pwd ;; 1092 ac_top_srcdir=.
1531 [\\/]* | ?:[\\/]* ) # Absolute name. 1093 else
1094 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
1095 fi ;;
1096 [\\/]* | ?:[\\/]* ) # Absolute path.
1532 ac_srcdir=$srcdir$ac_dir_suffix; 1097 ac_srcdir=$srcdir$ac_dir_suffix;
1533 ac_top_srcdir=$srcdir 1098 ac_top_srcdir=$srcdir ;;
1534 ac_abs_top_srcdir=$srcdir ;; 1099 *) # Relative path.
1535 *) # Relative name. 1100 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
1536 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix 1101 ac_top_srcdir=$ac_top_builddir$srcdir ;;
1537 ac_top_srcdir=$ac_top_build_prefix$srcdir 1102esac
1538 ac_abs_top_srcdir=$ac_pwd/$srcdir ;; 1103
1104# Do not use `cd foo && pwd` to compute absolute paths, because
1105# the directories may not exist.
1106case `pwd` in
1107.) ac_abs_builddir="$ac_dir";;
1108*)
1109 case "$ac_dir" in
1110 .) ac_abs_builddir=`pwd`;;
1111 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
1112 *) ac_abs_builddir=`pwd`/"$ac_dir";;
1113 esac;;
1539esac 1114esac
1540ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix 1115case $ac_abs_builddir in
1541 1116.) ac_abs_top_builddir=${ac_top_builddir}.;;
1542 cd "$ac_dir" || { ac_status=$?; continue; } 1117*)
1543 # Check for guested configure. 1118 case ${ac_top_builddir}. in
1544 if test -f "$ac_srcdir/configure.gnu"; then 1119 .) ac_abs_top_builddir=$ac_abs_builddir;;
1545 echo && 1120 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
1546 $SHELL "$ac_srcdir/configure.gnu" --help=recursive 1121 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
1547 elif test -f "$ac_srcdir/configure"; then 1122 esac;;
1548 echo && 1123esac
1549 $SHELL "$ac_srcdir/configure" --help=recursive 1124case $ac_abs_builddir in
1125.) ac_abs_srcdir=$ac_srcdir;;
1126*)
1127 case $ac_srcdir in
1128 .) ac_abs_srcdir=$ac_abs_builddir;;
1129 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
1130 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
1131 esac;;
1132esac
1133case $ac_abs_builddir in
1134.) ac_abs_top_srcdir=$ac_top_srcdir;;
1135*)
1136 case $ac_top_srcdir in
1137 .) ac_abs_top_srcdir=$ac_abs_builddir;;
1138 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
1139 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
1140 esac;;
1141esac
1142
1143 cd $ac_dir
1144 # Check for guested configure; otherwise get Cygnus style configure.
1145 if test -f $ac_srcdir/configure.gnu; then
1146 echo
1147 $SHELL $ac_srcdir/configure.gnu --help=recursive
1148 elif test -f $ac_srcdir/configure; then
1149 echo
1150 $SHELL $ac_srcdir/configure --help=recursive
1151 elif test -f $ac_srcdir/configure.ac ||
1152 test -f $ac_srcdir/configure.in; then
1153 echo
1154 $ac_configure --help
1550 else 1155 else
1551 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 1156 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1552 fi || ac_status=$? 1157 fi
1553 cd "$ac_pwd" || { ac_status=$?; break; } 1158 cd $ac_popdir
1554 done 1159 done
1555fi 1160fi
1556 1161
1557test -n "$ac_init_help" && exit $ac_status 1162test -n "$ac_init_help" && exit 0
1558if $ac_init_version; then 1163if $ac_init_version; then
1559 cat <<\_ACEOF 1164 cat <<\_ACEOF
1560libltdl configure 1.2 1165libltdl configure 1.2
1561generated by GNU Autoconf 2.60a 1166generated by GNU Autoconf 2.59
1562 1167
1563Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 1168Copyright (C) 2003 Free Software Foundation, Inc.
15642002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1565This configure script is free software; the Free Software Foundation 1169This configure script is free software; the Free Software Foundation
1566gives unlimited permission to copy, distribute and modify it. 1170gives unlimited permission to copy, distribute and modify it.
1567_ACEOF 1171_ACEOF
1568 exit 1172 exit 0
1569fi 1173fi
1570cat >config.log <<_ACEOF 1174exec 5>config.log
1175cat >&5 <<_ACEOF
1571This file contains any messages produced by compilers while 1176This file contains any messages produced by compilers while
1572running configure, to aid debugging if configure makes a mistake. 1177running configure, to aid debugging if configure makes a mistake.
1573 1178
1574It was created by libltdl $as_me 1.2, which was 1179It was created by libltdl $as_me 1.2, which was
1575generated by GNU Autoconf 2.60a. Invocation command line was 1180generated by GNU Autoconf 2.59. Invocation command line was
1576 1181
1577 $ $0 $@ 1182 $ $0 $@
1578 1183
1579_ACEOF 1184_ACEOF
1580exec 5>>config.log
1581{ 1185{
1582cat <<_ASUNAME 1186cat <<_ASUNAME
1583## --------- ## 1187## --------- ##
@@ -1596,7 +1200,7 @@ uname -v = `(uname -v) 2>/dev/null || echo unknown`
1596/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` 1200/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1597/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` 1201/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1598/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` 1202/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1599/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` 1203hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1600/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` 1204/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1601/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` 1205/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1602/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` 1206/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
@@ -1610,7 +1214,6 @@ do
1610 test -z "$as_dir" && as_dir=. 1214 test -z "$as_dir" && as_dir=.
1611 echo "PATH: $as_dir" 1215 echo "PATH: $as_dir"
1612done 1216done
1613IFS=$as_save_IFS
1614 1217
1615} >&5 1218} >&5
1616 1219
@@ -1632,6 +1235,7 @@ _ACEOF
1632ac_configure_args= 1235ac_configure_args=
1633ac_configure_args0= 1236ac_configure_args0=
1634ac_configure_args1= 1237ac_configure_args1=
1238ac_sep=
1635ac_must_keep_next=false 1239ac_must_keep_next=false
1636for ac_pass in 1 2 1240for ac_pass in 1 2
1637do 1241do
@@ -1642,7 +1246,7 @@ do
1642 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 1246 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1643 | -silent | --silent | --silen | --sile | --sil) 1247 | -silent | --silent | --silen | --sile | --sil)
1644 continue ;; 1248 continue ;;
1645 *\'*) 1249 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1646 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 1250 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1647 esac 1251 esac
1648 case $ac_pass in 1252 case $ac_pass in
@@ -1664,7 +1268,9 @@ do
1664 -* ) ac_must_keep_next=true ;; 1268 -* ) ac_must_keep_next=true ;;
1665 esac 1269 esac
1666 fi 1270 fi
1667 ac_configure_args="$ac_configure_args '$ac_arg'" 1271 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1272 # Get rid of the leading space.
1273 ac_sep=" "
1668 ;; 1274 ;;
1669 esac 1275 esac
1670 done 1276 done
@@ -1675,8 +1281,8 @@ $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_
1675# When interrupted or exit'd, cleanup temporary files, and complete 1281# When interrupted or exit'd, cleanup temporary files, and complete
1676# config.log. We remove comments because anyway the quotes in there 1282# config.log. We remove comments because anyway the quotes in there
1677# would cause problems or look ugly. 1283# would cause problems or look ugly.
1678# WARNING: Use '\'' to represent an apostrophe within the trap. 1284# WARNING: Be sure not to use single quotes in there, as some shells,
1679# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. 1285# such as our DU 5.0 friend, will then `close' the trap.
1680trap 'exit_status=$? 1286trap 'exit_status=$?
1681 # Save into config.log some information that might help in debugging. 1287 # Save into config.log some information that might help in debugging.
1682 { 1288 {
@@ -1689,34 +1295,20 @@ trap 'exit_status=$?
1689_ASBOX 1295_ASBOX
1690 echo 1296 echo
1691 # The following way of writing the cache mishandles newlines in values, 1297 # The following way of writing the cache mishandles newlines in values,
1692( 1298{
1693 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1694 eval ac_val=\$$ac_var
1695 case $ac_val in #(
1696 *${as_nl}*)
1697 case $ac_var in #(
1698 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1699echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1700 esac
1701 case $ac_var in #(
1702 _ | IFS | as_nl) ;; #(
1703 *) $as_unset $ac_var ;;
1704 esac ;;
1705 esac
1706 done
1707 (set) 2>&1 | 1299 (set) 2>&1 |
1708 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( 1300 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1709 *${as_nl}ac_space=\ *) 1301 *ac_space=\ *)
1710 sed -n \ 1302 sed -n \
1711 "s/'\''/'\''\\\\'\'''\''/g; 1303 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1712 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" 1304 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1713 ;; #( 1305 ;;
1714 *) 1306 *)
1715 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" 1307 sed -n \
1308 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1716 ;; 1309 ;;
1717 esac | 1310 esac;
1718 sort 1311}
1719)
1720 echo 1312 echo
1721 1313
1722 cat <<\_ASBOX 1314 cat <<\_ASBOX
@@ -1727,28 +1319,22 @@ _ASBOX
1727 echo 1319 echo
1728 for ac_var in $ac_subst_vars 1320 for ac_var in $ac_subst_vars
1729 do 1321 do
1730 eval ac_val=\$$ac_var 1322 eval ac_val=$`echo $ac_var`
1731 case $ac_val in 1323 echo "$ac_var='"'"'$ac_val'"'"'"
1732 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1733 esac
1734 echo "$ac_var='\''$ac_val'\''"
1735 done | sort 1324 done | sort
1736 echo 1325 echo
1737 1326
1738 if test -n "$ac_subst_files"; then 1327 if test -n "$ac_subst_files"; then
1739 cat <<\_ASBOX 1328 cat <<\_ASBOX
1740## ------------------- ## 1329## ------------- ##
1741## File substitutions. ## 1330## Output files. ##
1742## ------------------- ## 1331## ------------- ##
1743_ASBOX 1332_ASBOX
1744 echo 1333 echo
1745 for ac_var in $ac_subst_files 1334 for ac_var in $ac_subst_files
1746 do 1335 do
1747 eval ac_val=\$$ac_var 1336 eval ac_val=$`echo $ac_var`
1748 case $ac_val in 1337 echo "$ac_var='"'"'$ac_val'"'"'"
1749 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1750 esac
1751 echo "$ac_var='\''$ac_val'\''"
1752 done | sort 1338 done | sort
1753 echo 1339 echo
1754 fi 1340 fi
@@ -1760,24 +1346,26 @@ _ASBOX
1760## ----------- ## 1346## ----------- ##
1761_ASBOX 1347_ASBOX
1762 echo 1348 echo
1763 cat confdefs.h 1349 sed "/^$/d" confdefs.h | sort
1764 echo 1350 echo
1765 fi 1351 fi
1766 test "$ac_signal" != 0 && 1352 test "$ac_signal" != 0 &&
1767 echo "$as_me: caught signal $ac_signal" 1353 echo "$as_me: caught signal $ac_signal"
1768 echo "$as_me: exit $exit_status" 1354 echo "$as_me: exit $exit_status"
1769 } >&5 1355 } >&5
1770 rm -f core *.core core.conftest.* && 1356 rm -f core *.core &&
1771 rm -f -r conftest* confdefs* conf$$* $ac_clean_files && 1357 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1772 exit $exit_status 1358 exit $exit_status
1773' 0 1359 ' 0
1774for ac_signal in 1 2 13 15; do 1360for ac_signal in 1 2 13 15; do
1775 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal 1361 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1776done 1362done
1777ac_signal=0 1363ac_signal=0
1778 1364
1779# confdefs.h avoids OS command line length limits that DEFS can exceed. 1365# confdefs.h avoids OS command line length limits that DEFS can exceed.
1780rm -f -r conftest* confdefs.h 1366rm -rf conftest* confdefs.h
1367# AIX cpp loses on an empty file, so make sure it contains at least a newline.
1368echo >confdefs.h
1781 1369
1782# Predefined preprocessor variables. 1370# Predefined preprocessor variables.
1783 1371
@@ -1808,17 +1396,14 @@ _ACEOF
1808 1396
1809# Let the site file select an alternate cache file if it wants to. 1397# Let the site file select an alternate cache file if it wants to.
1810# Prefer explicitly selected file to automatically selected ones. 1398# Prefer explicitly selected file to automatically selected ones.
1811if test -n "$CONFIG_SITE"; then 1399if test -z "$CONFIG_SITE"; then
1812 set x "$CONFIG_SITE" 1400 if test "x$prefix" != xNONE; then
1813elif test "x$prefix" != xNONE; then 1401 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1814 set x "$prefix/share/config.site" "$prefix/etc/config.site" 1402 else
1815else 1403 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1816 set x "$ac_default_prefix/share/config.site" \ 1404 fi
1817 "$ac_default_prefix/etc/config.site"
1818fi 1405fi
1819shift 1406for ac_site_file in $CONFIG_SITE; do
1820for ac_site_file
1821do
1822 if test -r "$ac_site_file"; then 1407 if test -r "$ac_site_file"; then
1823 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 1408 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1824echo "$as_me: loading site script $ac_site_file" >&6;} 1409echo "$as_me: loading site script $ac_site_file" >&6;}
@@ -1834,8 +1419,8 @@ if test -r "$cache_file"; then
1834 { echo "$as_me:$LINENO: loading cache $cache_file" >&5 1419 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1835echo "$as_me: loading cache $cache_file" >&6;} 1420echo "$as_me: loading cache $cache_file" >&6;}
1836 case $cache_file in 1421 case $cache_file in
1837 [\\/]* | ?:[\\/]* ) . "$cache_file";; 1422 [\\/]* | ?:[\\/]* ) . $cache_file;;
1838 *) . "./$cache_file";; 1423 *) . ./$cache_file;;
1839 esac 1424 esac
1840 fi 1425 fi
1841else 1426else
@@ -1847,11 +1432,12 @@ fi
1847# Check that the precious variables saved in the cache have kept the same 1432# Check that the precious variables saved in the cache have kept the same
1848# value. 1433# value.
1849ac_cache_corrupted=false 1434ac_cache_corrupted=false
1850for ac_var in $ac_precious_vars; do 1435for ac_var in `(set) 2>&1 |
1436 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1851 eval ac_old_set=\$ac_cv_env_${ac_var}_set 1437 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1852 eval ac_new_set=\$ac_env_${ac_var}_set 1438 eval ac_new_set=\$ac_env_${ac_var}_set
1853 eval ac_old_val=\$ac_cv_env_${ac_var}_value 1439 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1854 eval ac_new_val=\$ac_env_${ac_var}_value 1440 eval ac_new_val="\$ac_env_${ac_var}_value"
1855 case $ac_old_set,$ac_new_set in 1441 case $ac_old_set,$ac_new_set in
1856 set,) 1442 set,)
1857 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 1443 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
@@ -1876,7 +1462,8 @@ echo "$as_me: current value: $ac_new_val" >&2;}
1876 # Pass precious variables to config.status. 1462 # Pass precious variables to config.status.
1877 if test "$ac_new_set" = set; then 1463 if test "$ac_new_set" = set; then
1878 case $ac_new_val in 1464 case $ac_new_val in
1879 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 1465 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1466 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1880 *) ac_arg=$ac_var=$ac_new_val ;; 1467 *) ac_arg=$ac_var=$ac_new_val ;;
1881 esac 1468 esac
1882 case " $ac_configure_args " in 1469 case " $ac_configure_args " in
@@ -1893,6 +1480,12 @@ echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start ov
1893 { (exit 1); exit 1; }; } 1480 { (exit 1); exit 1; }; }
1894fi 1481fi
1895 1482
1483ac_ext=c
1484ac_cpp='$CPP $CPPFLAGS'
1485ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1486ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1487ac_compiler_gnu=$ac_cv_c_compiler_gnu
1488
1896 1489
1897 1490
1898 1491
@@ -1917,11 +1510,6 @@ fi
1917 1510
1918 1511
1919 1512
1920ac_ext=c
1921ac_cpp='$CPP $CPPFLAGS'
1922ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1923ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1924ac_compiler_gnu=$ac_cv_c_compiler_gnu
1925 1513
1926 1514
1927 1515
@@ -1932,35 +1520,29 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
1932## ------------------------------- ## 1520## ------------------------------- ##
1933 1521
1934ac_aux_dir= 1522ac_aux_dir=
1935for ac_dir in . "$srcdir"/.; do 1523for ac_dir in . $srcdir/.; do
1936 if test -f "$ac_dir/install-sh"; then 1524 if test -f $ac_dir/install-sh; then
1937 ac_aux_dir=$ac_dir 1525 ac_aux_dir=$ac_dir
1938 ac_install_sh="$ac_aux_dir/install-sh -c" 1526 ac_install_sh="$ac_aux_dir/install-sh -c"
1939 break 1527 break
1940 elif test -f "$ac_dir/install.sh"; then 1528 elif test -f $ac_dir/install.sh; then
1941 ac_aux_dir=$ac_dir 1529 ac_aux_dir=$ac_dir
1942 ac_install_sh="$ac_aux_dir/install.sh -c" 1530 ac_install_sh="$ac_aux_dir/install.sh -c"
1943 break 1531 break
1944 elif test -f "$ac_dir/shtool"; then 1532 elif test -f $ac_dir/shtool; then
1945 ac_aux_dir=$ac_dir 1533 ac_aux_dir=$ac_dir
1946 ac_install_sh="$ac_aux_dir/shtool install -c" 1534 ac_install_sh="$ac_aux_dir/shtool install -c"
1947 break 1535 break
1948 fi 1536 fi
1949done 1537done
1950if test -z "$ac_aux_dir"; then 1538if test -z "$ac_aux_dir"; then
1951 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in . \"$srcdir\"/." >&5 1539 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in . $srcdir/." >&5
1952echo "$as_me: error: cannot find install-sh or install.sh in . \"$srcdir\"/." >&2;} 1540echo "$as_me: error: cannot find install-sh or install.sh in . $srcdir/." >&2;}
1953 { (exit 1); exit 1; }; } 1541 { (exit 1); exit 1; }; }
1954fi 1542fi
1955 1543ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1956# These three variables are undocumented and unsupported, 1544ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1957# and are intended to be withdrawn in a future Autoconf release. 1545ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1958# They can cause serious problems if a builder's source tree is in a directory
1959# whose full name contains unusual characters.
1960ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1961ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1962ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1963
1964 1546
1965 1547
1966if test -z "$enable_ltdl_install$enable_ltdl_convenience"; then 1548if test -z "$enable_ltdl_install$enable_ltdl_convenience"; then
@@ -1983,7 +1565,7 @@ fi
1983## ------------------------ ## 1565## ------------------------ ##
1984## Automake Initialisation. ## 1566## Automake Initialisation. ##
1985## ------------------------ ## 1567## ------------------------ ##
1986am__api_version="1.8" 1568am__api_version="1.9"
1987# Find a good install program. We prefer a C program (faster), 1569# Find a good install program. We prefer a C program (faster),
1988# so one script is as good as another. But avoid the broken or 1570# so one script is as good as another. But avoid the broken or
1989# incompatible versions: 1571# incompatible versions:
@@ -1997,8 +1579,8 @@ am__api_version="1.8"
1997# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 1579# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1998# OS/2's system install, which has a completely different semantic 1580# OS/2's system install, which has a completely different semantic
1999# ./install, which can be erroneously created by make from ./install.sh. 1581# ./install, which can be erroneously created by make from ./install.sh.
2000{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 1582echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2001echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } 1583echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
2002if test -z "$INSTALL"; then 1584if test -z "$INSTALL"; then
2003if test "${ac_cv_path_install+set}" = set; then 1585if test "${ac_cv_path_install+set}" = set; then
2004 echo $ECHO_N "(cached) $ECHO_C" >&6 1586 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2020,7 +1602,7 @@ case $as_dir/ in
2020 # by default. 1602 # by default.
2021 for ac_prog in ginstall scoinst install; do 1603 for ac_prog in ginstall scoinst install; do
2022 for ac_exec_ext in '' $ac_executable_extensions; do 1604 for ac_exec_ext in '' $ac_executable_extensions; do
2023 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; }; then 1605 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2024 if test $ac_prog = install && 1606 if test $ac_prog = install &&
2025 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 1607 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2026 # AIX install. It has an incompatible calling convention. 1608 # AIX install. It has an incompatible calling convention.
@@ -2039,22 +1621,21 @@ case $as_dir/ in
2039 ;; 1621 ;;
2040esac 1622esac
2041done 1623done
2042IFS=$as_save_IFS
2043 1624
2044 1625
2045fi 1626fi
2046 if test "${ac_cv_path_install+set}" = set; then 1627 if test "${ac_cv_path_install+set}" = set; then
2047 INSTALL=$ac_cv_path_install 1628 INSTALL=$ac_cv_path_install
2048 else 1629 else
2049 # As a last resort, use the slow shell script. Don't cache a 1630 # As a last resort, use the slow shell script. We don't cache a
2050 # value for INSTALL within a source directory, because that will 1631 # path for INSTALL within a source directory, because that will
2051 # break other packages using the cache if that directory is 1632 # break other packages using the cache if that directory is
2052 # removed, or if the value is a relative name. 1633 # removed, or if the path is relative.
2053 INSTALL=$ac_install_sh 1634 INSTALL=$ac_install_sh
2054 fi 1635 fi
2055fi 1636fi
2056{ echo "$as_me:$LINENO: result: $INSTALL" >&5 1637echo "$as_me:$LINENO: result: $INSTALL" >&5
2057echo "${ECHO_T}$INSTALL" >&6; } 1638echo "${ECHO_T}$INSTALL" >&6
2058 1639
2059# Use test -z because SunOS4 sh mishandles braces in ${var-val}. 1640# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2060# It thinks the first close brace ends the variable substitution. 1641# It thinks the first close brace ends the variable substitution.
@@ -2064,8 +1645,8 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2064 1645
2065test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 1646test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2066 1647
2067{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5 1648echo "$as_me:$LINENO: checking whether build environment is sane" >&5
2068echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; } 1649echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
2069# Just in case 1650# Just in case
2070sleep 1 1651sleep 1
2071echo timestamp > conftest.file 1652echo timestamp > conftest.file
@@ -2107,20 +1688,20 @@ echo "$as_me: error: newly created file is older than distributed files!
2107Check your system clock" >&2;} 1688Check your system clock" >&2;}
2108 { (exit 1); exit 1; }; } 1689 { (exit 1); exit 1; }; }
2109fi 1690fi
2110{ echo "$as_me:$LINENO: result: yes" >&5 1691echo "$as_me:$LINENO: result: yes" >&5
2111echo "${ECHO_T}yes" >&6; } 1692echo "${ECHO_T}yes" >&6
2112test "$program_prefix" != NONE && 1693test "$program_prefix" != NONE &&
2113 program_transform_name="s&^&$program_prefix&;$program_transform_name" 1694 program_transform_name="s,^,$program_prefix,;$program_transform_name"
2114# Use a double $ so make ignores it. 1695# Use a double $ so make ignores it.
2115test "$program_suffix" != NONE && 1696test "$program_suffix" != NONE &&
2116 program_transform_name="s&\$&$program_suffix&;$program_transform_name" 1697 program_transform_name="s,\$,$program_suffix,;$program_transform_name"
2117# Double any \ or $. echo might interpret backslashes. 1698# Double any \ or $. echo might interpret backslashes.
2118# By default was `s,x,x', remove it if useless. 1699# By default was `s,x,x', remove it if useless.
2119cat <<\_ACEOF >conftest.sed 1700cat <<\_ACEOF >conftest.sed
2120s/[\\$]/&&/g;s/;s,x,x,$// 1701s/[\\$]/&&/g;s/;s,x,x,$//
2121_ACEOF 1702_ACEOF
2122program_transform_name=`echo $program_transform_name | sed -f conftest.sed` 1703program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
2123rm -f conftest.sed 1704rm conftest.sed
2124 1705
2125# expand $ac_aux_dir to an absolute path 1706# expand $ac_aux_dir to an absolute path
2126am_aux_dir=`cd $ac_aux_dir && pwd` 1707am_aux_dir=`cd $ac_aux_dir && pwd`
@@ -2136,13 +1717,21 @@ echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2136fi 1717fi
2137 1718
2138if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then 1719if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
2139 # Keeping the `.' argument allows $(mkdir_p) to be used without 1720 # We used to keeping the `.' as first argument, in order to
2140 # argument. Indeed, we sometimes output rules like 1721 # allow $(mkdir_p) to be used without argument. As in
2141 # $(mkdir_p) $(somedir) 1722 # $(mkdir_p) $(somedir)
2142 # where $(somedir) is conditionally defined. 1723 # where $(somedir) is conditionally defined. However this is wrong
2143 # (`test -n '$(somedir)' && $(mkdir_p) $(somedir)' is a more 1724 # for two reasons:
2144 # expensive solution, as it forces Make to start a sub-shell.) 1725 # 1. if the package is installed by a user who cannot write `.'
2145 mkdir_p='mkdir -p -- .' 1726 # make install will fail,
1727 # 2. the above comment should most certainly read
1728 # $(mkdir_p) $(DESTDIR)$(somedir)
1729 # so it does not work when $(somedir) is undefined and
1730 # $(DESTDIR) is not.
1731 # To support the latter case, we have to write
1732 # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
1733 # so the `.' trick is pointless.
1734 mkdir_p='mkdir -p --'
2146else 1735else
2147 # On NextStep and OpenStep, the `mkdir' command does not 1736 # On NextStep and OpenStep, the `mkdir' command does not
2148 # recognize any option. It will interpret all options as 1737 # recognize any option. It will interpret all options as
@@ -2164,8 +1753,8 @@ for ac_prog in gawk mawk nawk awk
2164do 1753do
2165 # Extract the first word of "$ac_prog", so it can be a program name with args. 1754 # Extract the first word of "$ac_prog", so it can be a program name with args.
2166set dummy $ac_prog; ac_word=$2 1755set dummy $ac_prog; ac_word=$2
2167{ echo "$as_me:$LINENO: checking for $ac_word" >&5 1756echo "$as_me:$LINENO: checking for $ac_word" >&5
2168echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 1757echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2169if test "${ac_cv_prog_AWK+set}" = set; then 1758if test "${ac_cv_prog_AWK+set}" = set; then
2170 echo $ECHO_N "(cached) $ECHO_C" >&6 1759 echo $ECHO_N "(cached) $ECHO_C" >&6
2171else 1760else
@@ -2178,57 +1767,54 @@ do
2178 IFS=$as_save_IFS 1767 IFS=$as_save_IFS
2179 test -z "$as_dir" && as_dir=. 1768 test -z "$as_dir" && as_dir=.
2180 for ac_exec_ext in '' $ac_executable_extensions; do 1769 for ac_exec_ext in '' $ac_executable_extensions; do
2181 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 1770 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2182 ac_cv_prog_AWK="$ac_prog" 1771 ac_cv_prog_AWK="$ac_prog"
2183 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1772 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2184 break 2 1773 break 2
2185 fi 1774 fi
2186done 1775done
2187done 1776done
2188IFS=$as_save_IFS
2189 1777
2190fi 1778fi
2191fi 1779fi
2192AWK=$ac_cv_prog_AWK 1780AWK=$ac_cv_prog_AWK
2193if test -n "$AWK"; then 1781if test -n "$AWK"; then
2194 { echo "$as_me:$LINENO: result: $AWK" >&5 1782 echo "$as_me:$LINENO: result: $AWK" >&5
2195echo "${ECHO_T}$AWK" >&6; } 1783echo "${ECHO_T}$AWK" >&6
2196else 1784else
2197 { echo "$as_me:$LINENO: result: no" >&5 1785 echo "$as_me:$LINENO: result: no" >&5
2198echo "${ECHO_T}no" >&6; } 1786echo "${ECHO_T}no" >&6
2199fi 1787fi
2200 1788
2201
2202 test -n "$AWK" && break 1789 test -n "$AWK" && break
2203done 1790done
2204 1791
2205{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 1792echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2206echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; } 1793echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
2207set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 1794set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
2208if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then 1795if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
2209 echo $ECHO_N "(cached) $ECHO_C" >&6 1796 echo $ECHO_N "(cached) $ECHO_C" >&6
2210else 1797else
2211 cat >conftest.make <<\_ACEOF 1798 cat >conftest.make <<\_ACEOF
2212SHELL = /bin/sh
2213all: 1799all:
2214 @echo '@@@%%%=$(MAKE)=@@@%%%' 1800 @echo 'ac_maketemp="$(MAKE)"'
2215_ACEOF 1801_ACEOF
2216# GNU make sometimes prints "make[1]: Entering...", which would confuse us. 1802# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2217case `${MAKE-make} -f conftest.make 2>/dev/null` in 1803eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
2218 *@@@%%%=?*=@@@%%%*) 1804if test -n "$ac_maketemp"; then
2219 eval ac_cv_prog_make_${ac_make}_set=yes;; 1805 eval ac_cv_prog_make_${ac_make}_set=yes
2220 *) 1806else
2221 eval ac_cv_prog_make_${ac_make}_set=no;; 1807 eval ac_cv_prog_make_${ac_make}_set=no
2222esac 1808fi
2223rm -f conftest.make 1809rm -f conftest.make
2224fi 1810fi
2225if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then 1811if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
2226 { echo "$as_me:$LINENO: result: yes" >&5 1812 echo "$as_me:$LINENO: result: yes" >&5
2227echo "${ECHO_T}yes" >&6; } 1813echo "${ECHO_T}yes" >&6
2228 SET_MAKE= 1814 SET_MAKE=
2229else 1815else
2230 { echo "$as_me:$LINENO: result: no" >&5 1816 echo "$as_me:$LINENO: result: no" >&5
2231echo "${ECHO_T}no" >&6; } 1817echo "${ECHO_T}no" >&6
2232 SET_MAKE="MAKE=${MAKE-make}" 1818 SET_MAKE="MAKE=${MAKE-make}"
2233fi 1819fi
2234 1820
@@ -2280,9 +1866,6 @@ AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2280 1866
2281MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} 1867MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2282 1868
2283
2284AMTAR=${AMTAR-"${am_missing_run}tar"}
2285
2286install_sh=${install_sh-"$am_aux_dir/install-sh"} 1869install_sh=${install_sh-"$am_aux_dir/install-sh"}
2287 1870
2288# Installed binaries are usually stripped using `strip' when the user 1871# Installed binaries are usually stripped using `strip' when the user
@@ -2293,8 +1876,8 @@ if test "$cross_compiling" != no; then
2293 if test -n "$ac_tool_prefix"; then 1876 if test -n "$ac_tool_prefix"; then
2294 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. 1877 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2295set dummy ${ac_tool_prefix}strip; ac_word=$2 1878set dummy ${ac_tool_prefix}strip; ac_word=$2
2296{ echo "$as_me:$LINENO: checking for $ac_word" >&5 1879echo "$as_me:$LINENO: checking for $ac_word" >&5
2297echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 1880echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2298if test "${ac_cv_prog_STRIP+set}" = set; then 1881if test "${ac_cv_prog_STRIP+set}" = set; then
2299 echo $ECHO_N "(cached) $ECHO_C" >&6 1882 echo $ECHO_N "(cached) $ECHO_C" >&6
2300else 1883else
@@ -2307,34 +1890,32 @@ do
2307 IFS=$as_save_IFS 1890 IFS=$as_save_IFS
2308 test -z "$as_dir" && as_dir=. 1891 test -z "$as_dir" && as_dir=.
2309 for ac_exec_ext in '' $ac_executable_extensions; do 1892 for ac_exec_ext in '' $ac_executable_extensions; do
2310 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 1893 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2311 ac_cv_prog_STRIP="${ac_tool_prefix}strip" 1894 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2312 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1895 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2313 break 2 1896 break 2
2314 fi 1897 fi
2315done 1898done
2316done 1899done
2317IFS=$as_save_IFS
2318 1900
2319fi 1901fi
2320fi 1902fi
2321STRIP=$ac_cv_prog_STRIP 1903STRIP=$ac_cv_prog_STRIP
2322if test -n "$STRIP"; then 1904if test -n "$STRIP"; then
2323 { echo "$as_me:$LINENO: result: $STRIP" >&5 1905 echo "$as_me:$LINENO: result: $STRIP" >&5
2324echo "${ECHO_T}$STRIP" >&6; } 1906echo "${ECHO_T}$STRIP" >&6
2325else 1907else
2326 { echo "$as_me:$LINENO: result: no" >&5 1908 echo "$as_me:$LINENO: result: no" >&5
2327echo "${ECHO_T}no" >&6; } 1909echo "${ECHO_T}no" >&6
2328fi 1910fi
2329 1911
2330
2331fi 1912fi
2332if test -z "$ac_cv_prog_STRIP"; then 1913if test -z "$ac_cv_prog_STRIP"; then
2333 ac_ct_STRIP=$STRIP 1914 ac_ct_STRIP=$STRIP
2334 # Extract the first word of "strip", so it can be a program name with args. 1915 # Extract the first word of "strip", so it can be a program name with args.
2335set dummy strip; ac_word=$2 1916set dummy strip; ac_word=$2
2336{ echo "$as_me:$LINENO: checking for $ac_word" >&5 1917echo "$as_me:$LINENO: checking for $ac_word" >&5
2337echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 1918echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2338if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then 1919if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
2339 echo $ECHO_N "(cached) $ECHO_C" >&6 1920 echo $ECHO_N "(cached) $ECHO_C" >&6
2340else 1921else
@@ -2347,41 +1928,27 @@ do
2347 IFS=$as_save_IFS 1928 IFS=$as_save_IFS
2348 test -z "$as_dir" && as_dir=. 1929 test -z "$as_dir" && as_dir=.
2349 for ac_exec_ext in '' $ac_executable_extensions; do 1930 for ac_exec_ext in '' $ac_executable_extensions; do
2350 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 1931 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2351 ac_cv_prog_ac_ct_STRIP="strip" 1932 ac_cv_prog_ac_ct_STRIP="strip"
2352 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1933 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2353 break 2 1934 break 2
2354 fi 1935 fi
2355done 1936done
2356done 1937done
2357IFS=$as_save_IFS
2358 1938
1939 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
2359fi 1940fi
2360fi 1941fi
2361ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP 1942ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2362if test -n "$ac_ct_STRIP"; then 1943if test -n "$ac_ct_STRIP"; then
2363 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 1944 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
2364echo "${ECHO_T}$ac_ct_STRIP" >&6; } 1945echo "${ECHO_T}$ac_ct_STRIP" >&6
2365else 1946else
2366 { echo "$as_me:$LINENO: result: no" >&5 1947 echo "$as_me:$LINENO: result: no" >&5
2367echo "${ECHO_T}no" >&6; } 1948echo "${ECHO_T}no" >&6
2368fi 1949fi
2369 1950
2370 if test "x$ac_ct_STRIP" = x; then 1951 STRIP=$ac_ct_STRIP
2371 STRIP=":"
2372 else
2373 case $cross_compiling:$ac_tool_warned in
2374yes:)
2375{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2376whose name does not start with the host triplet. If you think this
2377configuration is useful to you, please write to autoconf@gnu.org." >&5
2378echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2379whose name does not start with the host triplet. If you think this
2380configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2381ac_tool_warned=yes ;;
2382esac
2383 STRIP=$ac_ct_STRIP
2384 fi
2385else 1952else
2386 STRIP="$ac_cv_prog_STRIP" 1953 STRIP="$ac_cv_prog_STRIP"
2387fi 1954fi
@@ -2391,22 +1958,29 @@ INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
2391 1958
2392# We need awk for the "check" target. The system "awk" is bad on 1959# We need awk for the "check" target. The system "awk" is bad on
2393# some platforms. 1960# some platforms.
1961# Always define AMTAR for backward compatibility.
1962
1963AMTAR=${AMTAR-"${am_missing_run}tar"}
1964
1965am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
1966
2394 1967
2395 1968
2396 1969
2397ac_config_headers="$ac_config_headers config.h:config-h.in"
2398 1970
2399{ echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5 1971 ac_config_headers="$ac_config_headers config.h:config-h.in"
2400echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6; } 1972
2401 # Check whether --enable-maintainer-mode was given. 1973echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
1974echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
1975 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
2402if test "${enable_maintainer_mode+set}" = set; then 1976if test "${enable_maintainer_mode+set}" = set; then
2403 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval 1977 enableval="$enable_maintainer_mode"
1978 USE_MAINTAINER_MODE=$enableval
2404else 1979else
2405 USE_MAINTAINER_MODE=no 1980 USE_MAINTAINER_MODE=no
2406fi 1981fi;
2407 1982 echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
2408 { echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5 1983echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
2409echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6; }
2410 1984
2411 1985
2412if test $USE_MAINTAINER_MODE = yes; then 1986if test $USE_MAINTAINER_MODE = yes; then
@@ -2433,8 +2007,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
2433if test -n "$ac_tool_prefix"; then 2007if test -n "$ac_tool_prefix"; then
2434 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 2008 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2435set dummy ${ac_tool_prefix}gcc; ac_word=$2 2009set dummy ${ac_tool_prefix}gcc; ac_word=$2
2436{ echo "$as_me:$LINENO: checking for $ac_word" >&5 2010echo "$as_me:$LINENO: checking for $ac_word" >&5
2437echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2011echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2438if test "${ac_cv_prog_CC+set}" = set; then 2012if test "${ac_cv_prog_CC+set}" = set; then
2439 echo $ECHO_N "(cached) $ECHO_C" >&6 2013 echo $ECHO_N "(cached) $ECHO_C" >&6
2440else 2014else
@@ -2447,34 +2021,32 @@ do
2447 IFS=$as_save_IFS 2021 IFS=$as_save_IFS
2448 test -z "$as_dir" && as_dir=. 2022 test -z "$as_dir" && as_dir=.
2449 for ac_exec_ext in '' $ac_executable_extensions; do 2023 for ac_exec_ext in '' $ac_executable_extensions; do
2450 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 2024 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2451 ac_cv_prog_CC="${ac_tool_prefix}gcc" 2025 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2452 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2026 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2453 break 2 2027 break 2
2454 fi 2028 fi
2455done 2029done
2456done 2030done
2457IFS=$as_save_IFS
2458 2031
2459fi 2032fi
2460fi 2033fi
2461CC=$ac_cv_prog_CC 2034CC=$ac_cv_prog_CC
2462if test -n "$CC"; then 2035if test -n "$CC"; then
2463 { echo "$as_me:$LINENO: result: $CC" >&5 2036 echo "$as_me:$LINENO: result: $CC" >&5
2464echo "${ECHO_T}$CC" >&6; } 2037echo "${ECHO_T}$CC" >&6
2465else 2038else
2466 { echo "$as_me:$LINENO: result: no" >&5 2039 echo "$as_me:$LINENO: result: no" >&5
2467echo "${ECHO_T}no" >&6; } 2040echo "${ECHO_T}no" >&6
2468fi 2041fi
2469 2042
2470
2471fi 2043fi
2472if test -z "$ac_cv_prog_CC"; then 2044if test -z "$ac_cv_prog_CC"; then
2473 ac_ct_CC=$CC 2045 ac_ct_CC=$CC
2474 # Extract the first word of "gcc", so it can be a program name with args. 2046 # Extract the first word of "gcc", so it can be a program name with args.
2475set dummy gcc; ac_word=$2 2047set dummy gcc; ac_word=$2
2476{ echo "$as_me:$LINENO: checking for $ac_word" >&5 2048echo "$as_me:$LINENO: checking for $ac_word" >&5
2477echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2049echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2478if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2050if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2479 echo $ECHO_N "(cached) $ECHO_C" >&6 2051 echo $ECHO_N "(cached) $ECHO_C" >&6
2480else 2052else
@@ -2487,51 +2059,36 @@ do
2487 IFS=$as_save_IFS 2059 IFS=$as_save_IFS
2488 test -z "$as_dir" && as_dir=. 2060 test -z "$as_dir" && as_dir=.
2489 for ac_exec_ext in '' $ac_executable_extensions; do 2061 for ac_exec_ext in '' $ac_executable_extensions; do
2490 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 2062 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2491 ac_cv_prog_ac_ct_CC="gcc" 2063 ac_cv_prog_ac_ct_CC="gcc"
2492 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2064 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2493 break 2 2065 break 2
2494 fi 2066 fi
2495done 2067done
2496done 2068done
2497IFS=$as_save_IFS
2498 2069
2499fi 2070fi
2500fi 2071fi
2501ac_ct_CC=$ac_cv_prog_ac_ct_CC 2072ac_ct_CC=$ac_cv_prog_ac_ct_CC
2502if test -n "$ac_ct_CC"; then 2073if test -n "$ac_ct_CC"; then
2503 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 2074 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2504echo "${ECHO_T}$ac_ct_CC" >&6; } 2075echo "${ECHO_T}$ac_ct_CC" >&6
2505else 2076else
2506 { echo "$as_me:$LINENO: result: no" >&5 2077 echo "$as_me:$LINENO: result: no" >&5
2507echo "${ECHO_T}no" >&6; } 2078echo "${ECHO_T}no" >&6
2508fi 2079fi
2509 2080
2510 if test "x$ac_ct_CC" = x; then 2081 CC=$ac_ct_CC
2511 CC=""
2512 else
2513 case $cross_compiling:$ac_tool_warned in
2514yes:)
2515{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2516whose name does not start with the host triplet. If you think this
2517configuration is useful to you, please write to autoconf@gnu.org." >&5
2518echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2519whose name does not start with the host triplet. If you think this
2520configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2521ac_tool_warned=yes ;;
2522esac
2523 CC=$ac_ct_CC
2524 fi
2525else 2082else
2526 CC="$ac_cv_prog_CC" 2083 CC="$ac_cv_prog_CC"
2527fi 2084fi
2528 2085
2529if test -z "$CC"; then 2086if test -z "$CC"; then
2530 if test -n "$ac_tool_prefix"; then 2087 if test -n "$ac_tool_prefix"; then
2531 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 2088 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2532set dummy ${ac_tool_prefix}cc; ac_word=$2 2089set dummy ${ac_tool_prefix}cc; ac_word=$2
2533{ echo "$as_me:$LINENO: checking for $ac_word" >&5 2090echo "$as_me:$LINENO: checking for $ac_word" >&5
2534echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2091echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2535if test "${ac_cv_prog_CC+set}" = set; then 2092if test "${ac_cv_prog_CC+set}" = set; then
2536 echo $ECHO_N "(cached) $ECHO_C" >&6 2093 echo $ECHO_N "(cached) $ECHO_C" >&6
2537else 2094else
@@ -2544,34 +2101,74 @@ do
2544 IFS=$as_save_IFS 2101 IFS=$as_save_IFS
2545 test -z "$as_dir" && as_dir=. 2102 test -z "$as_dir" && as_dir=.
2546 for ac_exec_ext in '' $ac_executable_extensions; do 2103 for ac_exec_ext in '' $ac_executable_extensions; do
2547 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 2104 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2548 ac_cv_prog_CC="${ac_tool_prefix}cc" 2105 ac_cv_prog_CC="${ac_tool_prefix}cc"
2549 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2106 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2550 break 2 2107 break 2
2551 fi 2108 fi
2552done 2109done
2553done 2110done
2554IFS=$as_save_IFS
2555 2111
2556fi 2112fi
2557fi 2113fi
2558CC=$ac_cv_prog_CC 2114CC=$ac_cv_prog_CC
2559if test -n "$CC"; then 2115if test -n "$CC"; then
2560 { echo "$as_me:$LINENO: result: $CC" >&5 2116 echo "$as_me:$LINENO: result: $CC" >&5
2561echo "${ECHO_T}$CC" >&6; } 2117echo "${ECHO_T}$CC" >&6
2562else 2118else
2563 { echo "$as_me:$LINENO: result: no" >&5 2119 echo "$as_me:$LINENO: result: no" >&5
2564echo "${ECHO_T}no" >&6; } 2120echo "${ECHO_T}no" >&6
2565fi 2121fi
2566 2122
2567 2123fi
2124if test -z "$ac_cv_prog_CC"; then
2125 ac_ct_CC=$CC
2126 # Extract the first word of "cc", so it can be a program name with args.
2127set dummy cc; ac_word=$2
2128echo "$as_me:$LINENO: checking for $ac_word" >&5
2129echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2130if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2131 echo $ECHO_N "(cached) $ECHO_C" >&6
2132else
2133 if test -n "$ac_ct_CC"; then
2134 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2135else
2136as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2137for as_dir in $PATH
2138do
2139 IFS=$as_save_IFS
2140 test -z "$as_dir" && as_dir=.
2141 for ac_exec_ext in '' $ac_executable_extensions; do
2142 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2143 ac_cv_prog_ac_ct_CC="cc"
2144 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2145 break 2
2568 fi 2146 fi
2147done
2148done
2149
2150fi
2151fi
2152ac_ct_CC=$ac_cv_prog_ac_ct_CC
2153if test -n "$ac_ct_CC"; then
2154 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2155echo "${ECHO_T}$ac_ct_CC" >&6
2156else
2157 echo "$as_me:$LINENO: result: no" >&5
2158echo "${ECHO_T}no" >&6
2159fi
2160
2161 CC=$ac_ct_CC
2162else
2163 CC="$ac_cv_prog_CC"
2164fi
2165
2569fi 2166fi
2570if test -z "$CC"; then 2167if test -z "$CC"; then
2571 # Extract the first word of "cc", so it can be a program name with args. 2168 # Extract the first word of "cc", so it can be a program name with args.
2572set dummy cc; ac_word=$2 2169set dummy cc; ac_word=$2
2573{ echo "$as_me:$LINENO: checking for $ac_word" >&5 2170echo "$as_me:$LINENO: checking for $ac_word" >&5
2574echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2171echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2575if test "${ac_cv_prog_CC+set}" = set; then 2172if test "${ac_cv_prog_CC+set}" = set; then
2576 echo $ECHO_N "(cached) $ECHO_C" >&6 2173 echo $ECHO_N "(cached) $ECHO_C" >&6
2577else 2174else
@@ -2585,7 +2182,7 @@ do
2585 IFS=$as_save_IFS 2182 IFS=$as_save_IFS
2586 test -z "$as_dir" && as_dir=. 2183 test -z "$as_dir" && as_dir=.
2587 for ac_exec_ext in '' $ac_executable_extensions; do 2184 for ac_exec_ext in '' $ac_executable_extensions; do
2588 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 2185 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2589 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 2186 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2590 ac_prog_rejected=yes 2187 ac_prog_rejected=yes
2591 continue 2188 continue
@@ -2596,7 +2193,6 @@ do
2596 fi 2193 fi
2597done 2194done
2598done 2195done
2599IFS=$as_save_IFS
2600 2196
2601if test $ac_prog_rejected = yes; then 2197if test $ac_prog_rejected = yes; then
2602 # We found a bogon in the path, so make sure we never use it. 2198 # We found a bogon in the path, so make sure we never use it.
@@ -2614,23 +2210,22 @@ fi
2614fi 2210fi
2615CC=$ac_cv_prog_CC 2211CC=$ac_cv_prog_CC
2616if test -n "$CC"; then 2212if test -n "$CC"; then
2617 { echo "$as_me:$LINENO: result: $CC" >&5 2213 echo "$as_me:$LINENO: result: $CC" >&5
2618echo "${ECHO_T}$CC" >&6; } 2214echo "${ECHO_T}$CC" >&6
2619else 2215else
2620 { echo "$as_me:$LINENO: result: no" >&5 2216 echo "$as_me:$LINENO: result: no" >&5
2621echo "${ECHO_T}no" >&6; } 2217echo "${ECHO_T}no" >&6
2622fi 2218fi
2623 2219
2624
2625fi 2220fi
2626if test -z "$CC"; then 2221if test -z "$CC"; then
2627 if test -n "$ac_tool_prefix"; then 2222 if test -n "$ac_tool_prefix"; then
2628 for ac_prog in cl.exe 2223 for ac_prog in cl
2629 do 2224 do
2630 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 2225 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2631set dummy $ac_tool_prefix$ac_prog; ac_word=$2 2226set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2632{ echo "$as_me:$LINENO: checking for $ac_word" >&5 2227echo "$as_me:$LINENO: checking for $ac_word" >&5
2633echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2228echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2634if test "${ac_cv_prog_CC+set}" = set; then 2229if test "${ac_cv_prog_CC+set}" = set; then
2635 echo $ECHO_N "(cached) $ECHO_C" >&6 2230 echo $ECHO_N "(cached) $ECHO_C" >&6
2636else 2231else
@@ -2643,38 +2238,36 @@ do
2643 IFS=$as_save_IFS 2238 IFS=$as_save_IFS
2644 test -z "$as_dir" && as_dir=. 2239 test -z "$as_dir" && as_dir=.
2645 for ac_exec_ext in '' $ac_executable_extensions; do 2240 for ac_exec_ext in '' $ac_executable_extensions; do
2646 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 2241 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2647 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 2242 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2648 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2243 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2649 break 2 2244 break 2
2650 fi 2245 fi
2651done 2246done
2652done 2247done
2653IFS=$as_save_IFS
2654 2248
2655fi 2249fi
2656fi 2250fi
2657CC=$ac_cv_prog_CC 2251CC=$ac_cv_prog_CC
2658if test -n "$CC"; then 2252if test -n "$CC"; then
2659 { echo "$as_me:$LINENO: result: $CC" >&5 2253 echo "$as_me:$LINENO: result: $CC" >&5
2660echo "${ECHO_T}$CC" >&6; } 2254echo "${ECHO_T}$CC" >&6
2661else 2255else
2662 { echo "$as_me:$LINENO: result: no" >&5 2256 echo "$as_me:$LINENO: result: no" >&5
2663echo "${ECHO_T}no" >&6; } 2257echo "${ECHO_T}no" >&6
2664fi 2258fi
2665 2259
2666
2667 test -n "$CC" && break 2260 test -n "$CC" && break
2668 done 2261 done
2669fi 2262fi
2670if test -z "$CC"; then 2263if test -z "$CC"; then
2671 ac_ct_CC=$CC 2264 ac_ct_CC=$CC
2672 for ac_prog in cl.exe 2265 for ac_prog in cl
2673do 2266do
2674 # Extract the first word of "$ac_prog", so it can be a program name with args. 2267 # Extract the first word of "$ac_prog", so it can be a program name with args.
2675set dummy $ac_prog; ac_word=$2 2268set dummy $ac_prog; ac_word=$2
2676{ echo "$as_me:$LINENO: checking for $ac_word" >&5 2269echo "$as_me:$LINENO: checking for $ac_word" >&5
2677echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2270echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2678if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2271if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2679 echo $ECHO_N "(cached) $ECHO_C" >&6 2272 echo $ECHO_N "(cached) $ECHO_C" >&6
2680else 2273else
@@ -2687,45 +2280,29 @@ do
2687 IFS=$as_save_IFS 2280 IFS=$as_save_IFS
2688 test -z "$as_dir" && as_dir=. 2281 test -z "$as_dir" && as_dir=.
2689 for ac_exec_ext in '' $ac_executable_extensions; do 2282 for ac_exec_ext in '' $ac_executable_extensions; do
2690 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 2283 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2691 ac_cv_prog_ac_ct_CC="$ac_prog" 2284 ac_cv_prog_ac_ct_CC="$ac_prog"
2692 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2285 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2693 break 2 2286 break 2
2694 fi 2287 fi
2695done 2288done
2696done 2289done
2697IFS=$as_save_IFS
2698 2290
2699fi 2291fi
2700fi 2292fi
2701ac_ct_CC=$ac_cv_prog_ac_ct_CC 2293ac_ct_CC=$ac_cv_prog_ac_ct_CC
2702if test -n "$ac_ct_CC"; then 2294if test -n "$ac_ct_CC"; then
2703 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 2295 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2704echo "${ECHO_T}$ac_ct_CC" >&6; } 2296echo "${ECHO_T}$ac_ct_CC" >&6
2705else 2297else
2706 { echo "$as_me:$LINENO: result: no" >&5 2298 echo "$as_me:$LINENO: result: no" >&5
2707echo "${ECHO_T}no" >&6; } 2299echo "${ECHO_T}no" >&6
2708fi 2300fi
2709 2301
2710
2711 test -n "$ac_ct_CC" && break 2302 test -n "$ac_ct_CC" && break
2712done 2303done
2713 2304
2714 if test "x$ac_ct_CC" = x; then 2305 CC=$ac_ct_CC
2715 CC=""
2716 else
2717 case $cross_compiling:$ac_tool_warned in
2718yes:)
2719{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2720whose name does not start with the host triplet. If you think this
2721configuration is useful to you, please write to autoconf@gnu.org." >&5
2722echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2723whose name does not start with the host triplet. If you think this
2724configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2725ac_tool_warned=yes ;;
2726esac
2727 CC=$ac_ct_CC
2728 fi
2729fi 2306fi
2730 2307
2731fi 2308fi
@@ -2738,35 +2315,21 @@ See \`config.log' for more details." >&2;}
2738 { (exit 1); exit 1; }; } 2315 { (exit 1); exit 1; }; }
2739 2316
2740# Provide some information about the compiler. 2317# Provide some information about the compiler.
2741echo "$as_me:$LINENO: checking for C compiler version" >&5 2318echo "$as_me:$LINENO:" \
2319 "checking for C compiler version" >&5
2742ac_compiler=`set X $ac_compile; echo $2` 2320ac_compiler=`set X $ac_compile; echo $2`
2743{ (ac_try="$ac_compiler --version >&5" 2321{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
2744case "(($ac_try" in 2322 (eval $ac_compiler --version </dev/null >&5) 2>&5
2745 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2746 *) ac_try_echo=$ac_try;;
2747esac
2748eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2749 (eval "$ac_compiler --version >&5") 2>&5
2750 ac_status=$? 2323 ac_status=$?
2751 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2752 (exit $ac_status); } 2325 (exit $ac_status); }
2753{ (ac_try="$ac_compiler -v >&5" 2326{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2754case "(($ac_try" in 2327 (eval $ac_compiler -v </dev/null >&5) 2>&5
2755 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2756 *) ac_try_echo=$ac_try;;
2757esac
2758eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2759 (eval "$ac_compiler -v >&5") 2>&5
2760 ac_status=$? 2328 ac_status=$?
2761 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2762 (exit $ac_status); } 2330 (exit $ac_status); }
2763{ (ac_try="$ac_compiler -V >&5" 2331{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2764case "(($ac_try" in 2332 (eval $ac_compiler -V </dev/null >&5) 2>&5
2765 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2766 *) ac_try_echo=$ac_try;;
2767esac
2768eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2769 (eval "$ac_compiler -V >&5") 2>&5
2770 ac_status=$? 2333 ac_status=$?
2771 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2772 (exit $ac_status); } 2335 (exit $ac_status); }
@@ -2791,77 +2354,47 @@ ac_clean_files="$ac_clean_files a.out a.exe b.out"
2791# Try to create an executable without -o first, disregard a.out. 2354# Try to create an executable without -o first, disregard a.out.
2792# It will help us diagnose broken compilers, and finding out an intuition 2355# It will help us diagnose broken compilers, and finding out an intuition
2793# of exeext. 2356# of exeext.
2794{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 2357echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2795echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; } 2358echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
2796ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 2359ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2797# 2360if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
2798# List of possible output files, starting from the most likely. 2361 (eval $ac_link_default) 2>&5
2799# The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2800# only as a last resort. b.out is created by i960 compilers.
2801ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2802#
2803# The IRIX 6 linker writes into existing files which may not be
2804# executable, retaining their permissions. Remove them first so a
2805# subsequent execution test works.
2806ac_rmfiles=
2807for ac_file in $ac_files
2808do
2809 case $ac_file in
2810 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2811 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2812 esac
2813done
2814rm -f $ac_rmfiles
2815
2816if { (ac_try="$ac_link_default"
2817case "(($ac_try" in
2818 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2819 *) ac_try_echo=$ac_try;;
2820esac
2821eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2822 (eval "$ac_link_default") 2>&5
2823 ac_status=$? 2362 ac_status=$?
2824 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2825 (exit $ac_status); }; then 2364 (exit $ac_status); }; then
2826 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. 2365 # Find the output, starting from the most likely. This scheme is
2827# So ignore a value of `no', otherwise this would lead to `EXEEXT = no' 2366# not robust to junk in `.', hence go to wildcards (a.*) only as a last
2828# in a Makefile. We should not override ac_cv_exeext if it was cached, 2367# resort.
2829# so that the user can short-circuit this test for compilers unknown to 2368
2830# Autoconf. 2369# Be careful to initialize this variable, since it used to be cached.
2831for ac_file in $ac_files '' 2370# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
2371ac_cv_exeext=
2372# b.out is created by i960 compilers.
2373for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
2832do 2374do
2833 test -f "$ac_file" || continue 2375 test -f "$ac_file" || continue
2834 case $ac_file in 2376 case $ac_file in
2835 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) 2377 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
2378 ;;
2379 conftest.$ac_ext )
2380 # This is the source file.
2836 ;; 2381 ;;
2837 [ab].out ) 2382 [ab].out )
2838 # We found the default executable, but exeext='' is most 2383 # We found the default executable, but exeext='' is most
2839 # certainly right. 2384 # certainly right.
2840 break;; 2385 break;;
2841 *.* ) 2386 *.* )
2842 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; 2387 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2843 then :; else 2388 # FIXME: I believe we export ac_cv_exeext for Libtool,
2844 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 2389 # but it would be cool to find out if it's true. Does anybody
2845 fi 2390 # maintain Libtool? --akim.
2846 # We set ac_cv_exeext here because the later test for it is not 2391 export ac_cv_exeext
2847 # safe: cross compilers may not add the suffix if given an `-o'
2848 # argument, so we may need to know it at that point already.
2849 # Even if this section looks crufty: it has the advantage of
2850 # actually working.
2851 break;; 2392 break;;
2852 * ) 2393 * )
2853 break;; 2394 break;;
2854 esac 2395 esac
2855done 2396done
2856test "$ac_cv_exeext" = no && ac_cv_exeext=
2857
2858else 2397else
2859 ac_file=''
2860fi
2861
2862{ echo "$as_me:$LINENO: result: $ac_file" >&5
2863echo "${ECHO_T}$ac_file" >&6; }
2864if test -z "$ac_file"; then
2865 echo "$as_me: failed program was:" >&5 2398 echo "$as_me: failed program was:" >&5
2866sed 's/^/| /' conftest.$ac_ext >&5 2399sed 's/^/| /' conftest.$ac_ext >&5
2867 2400
@@ -2873,21 +2406,19 @@ See \`config.log' for more details." >&2;}
2873fi 2406fi
2874 2407
2875ac_exeext=$ac_cv_exeext 2408ac_exeext=$ac_cv_exeext
2409echo "$as_me:$LINENO: result: $ac_file" >&5
2410echo "${ECHO_T}$ac_file" >&6
2876 2411
2877# Check that the compiler produces executables we can run. If not, either 2412# Check the compiler produces executables we can run. If not, either
2878# the compiler is broken, or we cross compile. 2413# the compiler is broken, or we cross compile.
2879{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5 2414echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2880echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; } 2415echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
2881# FIXME: These cross compiler hacks should be removed for Autoconf 3.0 2416# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2882# If not cross compiling, check that we can run a simple program. 2417# If not cross compiling, check that we can run a simple program.
2883if test "$cross_compiling" != yes; then 2418if test "$cross_compiling" != yes; then
2884 if { ac_try='./$ac_file' 2419 if { ac_try='./$ac_file'
2885 { (case "(($ac_try" in 2420 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2886 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2421 (eval $ac_try) 2>&5
2887 *) ac_try_echo=$ac_try;;
2888esac
2889eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2890 (eval "$ac_try") 2>&5
2891 ac_status=$? 2422 ac_status=$?
2892 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2893 (exit $ac_status); }; }; then 2424 (exit $ac_status); }; }; then
@@ -2906,27 +2437,22 @@ See \`config.log' for more details." >&2;}
2906 fi 2437 fi
2907 fi 2438 fi
2908fi 2439fi
2909{ echo "$as_me:$LINENO: result: yes" >&5 2440echo "$as_me:$LINENO: result: yes" >&5
2910echo "${ECHO_T}yes" >&6; } 2441echo "${ECHO_T}yes" >&6
2911 2442
2912rm -f a.out a.exe conftest$ac_cv_exeext b.out 2443rm -f a.out a.exe conftest$ac_cv_exeext b.out
2913ac_clean_files=$ac_clean_files_save 2444ac_clean_files=$ac_clean_files_save
2914# Check that the compiler produces executables we can run. If not, either 2445# Check the compiler produces executables we can run. If not, either
2915# the compiler is broken, or we cross compile. 2446# the compiler is broken, or we cross compile.
2916{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 2447echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2917echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; } 2448echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2918{ echo "$as_me:$LINENO: result: $cross_compiling" >&5 2449echo "$as_me:$LINENO: result: $cross_compiling" >&5
2919echo "${ECHO_T}$cross_compiling" >&6; } 2450echo "${ECHO_T}$cross_compiling" >&6
2920 2451
2921{ echo "$as_me:$LINENO: checking for suffix of executables" >&5 2452echo "$as_me:$LINENO: checking for suffix of executables" >&5
2922echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } 2453echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
2923if { (ac_try="$ac_link" 2454if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2924case "(($ac_try" in 2455 (eval $ac_link) 2>&5
2925 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2926 *) ac_try_echo=$ac_try;;
2927esac
2928eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2929 (eval "$ac_link") 2>&5
2930 ac_status=$? 2456 ac_status=$?
2931 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2932 (exit $ac_status); }; then 2458 (exit $ac_status); }; then
@@ -2937,8 +2463,9 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2937for ac_file in conftest.exe conftest conftest.*; do 2463for ac_file in conftest.exe conftest conftest.*; do
2938 test -f "$ac_file" || continue 2464 test -f "$ac_file" || continue
2939 case $ac_file in 2465 case $ac_file in
2940 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 2466 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
2941 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 2467 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2468 export ac_cv_exeext
2942 break;; 2469 break;;
2943 * ) break;; 2470 * ) break;;
2944 esac 2471 esac
@@ -2952,14 +2479,14 @@ See \`config.log' for more details." >&2;}
2952fi 2479fi
2953 2480
2954rm -f conftest$ac_cv_exeext 2481rm -f conftest$ac_cv_exeext
2955{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 2482echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2956echo "${ECHO_T}$ac_cv_exeext" >&6; } 2483echo "${ECHO_T}$ac_cv_exeext" >&6
2957 2484
2958rm -f conftest.$ac_ext 2485rm -f conftest.$ac_ext
2959EXEEXT=$ac_cv_exeext 2486EXEEXT=$ac_cv_exeext
2960ac_exeext=$EXEEXT 2487ac_exeext=$EXEEXT
2961{ echo "$as_me:$LINENO: checking for suffix of object files" >&5 2488echo "$as_me:$LINENO: checking for suffix of object files" >&5
2962echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; } 2489echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2963if test "${ac_cv_objext+set}" = set; then 2490if test "${ac_cv_objext+set}" = set; then
2964 echo $ECHO_N "(cached) $ECHO_C" >&6 2491 echo $ECHO_N "(cached) $ECHO_C" >&6
2965else 2492else
@@ -2979,20 +2506,14 @@ main ()
2979} 2506}
2980_ACEOF 2507_ACEOF
2981rm -f conftest.o conftest.obj 2508rm -f conftest.o conftest.obj
2982if { (ac_try="$ac_compile" 2509if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2983case "(($ac_try" in 2510 (eval $ac_compile) 2>&5
2984 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2985 *) ac_try_echo=$ac_try;;
2986esac
2987eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2988 (eval "$ac_compile") 2>&5
2989 ac_status=$? 2511 ac_status=$?
2990 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2991 (exit $ac_status); }; then 2513 (exit $ac_status); }; then
2992 for ac_file in conftest.o conftest.obj conftest.*; do 2514 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2993 test -f "$ac_file" || continue;
2994 case $ac_file in 2515 case $ac_file in
2995 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;; 2516 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
2996 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` 2517 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2997 break;; 2518 break;;
2998 esac 2519 esac
@@ -3010,12 +2531,12 @@ fi
3010 2531
3011rm -f conftest.$ac_cv_objext conftest.$ac_ext 2532rm -f conftest.$ac_cv_objext conftest.$ac_ext
3012fi 2533fi
3013{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 2534echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3014echo "${ECHO_T}$ac_cv_objext" >&6; } 2535echo "${ECHO_T}$ac_cv_objext" >&6
3015OBJEXT=$ac_cv_objext 2536OBJEXT=$ac_cv_objext
3016ac_objext=$OBJEXT 2537ac_objext=$OBJEXT
3017{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 2538echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3018echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } 2539echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
3019if test "${ac_cv_c_compiler_gnu+set}" = set; then 2540if test "${ac_cv_c_compiler_gnu+set}" = set; then
3020 echo $ECHO_N "(cached) $ECHO_C" >&6 2541 echo $ECHO_N "(cached) $ECHO_C" >&6
3021else 2542else
@@ -3038,36 +2559,24 @@ main ()
3038} 2559}
3039_ACEOF 2560_ACEOF
3040rm -f conftest.$ac_objext 2561rm -f conftest.$ac_objext
3041if { (ac_try="$ac_compile" 2562if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3042case "(($ac_try" in 2563 (eval $ac_compile) 2>conftest.er1
3043 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3044 *) ac_try_echo=$ac_try;;
3045esac
3046eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3047 (eval "$ac_compile") 2>conftest.er1
3048 ac_status=$? 2564 ac_status=$?
3049 grep -v '^ *+' conftest.er1 >conftest.err 2565 grep -v '^ *+' conftest.er1 >conftest.err
3050 rm -f conftest.er1 2566 rm -f conftest.er1
3051 cat conftest.err >&5 2567 cat conftest.err >&5
3052 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3053 (exit $ac_status); } && 2569 (exit $ac_status); } &&
3054 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2570 { ac_try='test -z "$ac_c_werror_flag"
3055 { (case "(($ac_try" in 2571 || test ! -s conftest.err'
3056 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2572 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3057 *) ac_try_echo=$ac_try;; 2573 (eval $ac_try) 2>&5
3058esac
3059eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3060 (eval "$ac_try") 2>&5
3061 ac_status=$? 2574 ac_status=$?
3062 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3063 (exit $ac_status); }; } && 2576 (exit $ac_status); }; } &&
3064 { ac_try='test -s conftest.$ac_objext' 2577 { ac_try='test -s conftest.$ac_objext'
3065 { (case "(($ac_try" in 2578 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3066 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2579 (eval $ac_try) 2>&5
3067 *) ac_try_echo=$ac_try;;
3068esac
3069eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3070 (eval "$ac_try") 2>&5
3071 ac_status=$? 2580 ac_status=$?
3072 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2581 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3073 (exit $ac_status); }; }; then 2582 (exit $ac_status); }; }; then
@@ -3076,139 +2585,24 @@ else
3076 echo "$as_me: failed program was:" >&5 2585 echo "$as_me: failed program was:" >&5
3077sed 's/^/| /' conftest.$ac_ext >&5 2586sed 's/^/| /' conftest.$ac_ext >&5
3078 2587
3079 ac_compiler_gnu=no 2588ac_compiler_gnu=no
3080fi 2589fi
3081 2590rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3082rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3083ac_cv_c_compiler_gnu=$ac_compiler_gnu 2591ac_cv_c_compiler_gnu=$ac_compiler_gnu
3084 2592
3085fi 2593fi
3086{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 2594echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3087echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } 2595echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
3088GCC=`test $ac_compiler_gnu = yes && echo yes` 2596GCC=`test $ac_compiler_gnu = yes && echo yes`
3089ac_test_CFLAGS=${CFLAGS+set} 2597ac_test_CFLAGS=${CFLAGS+set}
3090ac_save_CFLAGS=$CFLAGS 2598ac_save_CFLAGS=$CFLAGS
3091{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 2599CFLAGS="-g"
3092echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } 2600echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2601echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
3093if test "${ac_cv_prog_cc_g+set}" = set; then 2602if test "${ac_cv_prog_cc_g+set}" = set; then
3094 echo $ECHO_N "(cached) $ECHO_C" >&6 2603 echo $ECHO_N "(cached) $ECHO_C" >&6
3095else 2604else
3096 ac_save_c_werror_flag=$ac_c_werror_flag 2605 cat >conftest.$ac_ext <<_ACEOF
3097 ac_c_werror_flag=yes
3098 ac_cv_prog_cc_g=no
3099 CFLAGS="-g"
3100 cat >conftest.$ac_ext <<_ACEOF
3101/* confdefs.h. */
3102_ACEOF
3103cat confdefs.h >>conftest.$ac_ext
3104cat >>conftest.$ac_ext <<_ACEOF
3105/* end confdefs.h. */
3106
3107int
3108main ()
3109{
3110
3111 ;
3112 return 0;
3113}
3114_ACEOF
3115rm -f conftest.$ac_objext
3116if { (ac_try="$ac_compile"
3117case "(($ac_try" in
3118 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3119 *) ac_try_echo=$ac_try;;
3120esac
3121eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3122 (eval "$ac_compile") 2>conftest.er1
3123 ac_status=$?
3124 grep -v '^ *+' conftest.er1 >conftest.err
3125 rm -f conftest.er1
3126 cat conftest.err >&5
3127 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3128 (exit $ac_status); } &&
3129 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3130 { (case "(($ac_try" in
3131 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3132 *) ac_try_echo=$ac_try;;
3133esac
3134eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3135 (eval "$ac_try") 2>&5
3136 ac_status=$?
3137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3138 (exit $ac_status); }; } &&
3139 { ac_try='test -s conftest.$ac_objext'
3140 { (case "(($ac_try" in
3141 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3142 *) ac_try_echo=$ac_try;;
3143esac
3144eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3145 (eval "$ac_try") 2>&5
3146 ac_status=$?
3147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3148 (exit $ac_status); }; }; then
3149 ac_cv_prog_cc_g=yes
3150else
3151 echo "$as_me: failed program was:" >&5
3152sed 's/^/| /' conftest.$ac_ext >&5
3153
3154 CFLAGS=""
3155 cat >conftest.$ac_ext <<_ACEOF
3156/* confdefs.h. */
3157_ACEOF
3158cat confdefs.h >>conftest.$ac_ext
3159cat >>conftest.$ac_ext <<_ACEOF
3160/* end confdefs.h. */
3161
3162int
3163main ()
3164{
3165
3166 ;
3167 return 0;
3168}
3169_ACEOF
3170rm -f conftest.$ac_objext
3171if { (ac_try="$ac_compile"
3172case "(($ac_try" in
3173 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3174 *) ac_try_echo=$ac_try;;
3175esac
3176eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3177 (eval "$ac_compile") 2>conftest.er1
3178 ac_status=$?
3179 grep -v '^ *+' conftest.er1 >conftest.err
3180 rm -f conftest.er1
3181 cat conftest.err >&5
3182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3183 (exit $ac_status); } &&
3184 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
3185 { (case "(($ac_try" in
3186 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3187 *) ac_try_echo=$ac_try;;
3188esac
3189eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3190 (eval "$ac_try") 2>&5
3191 ac_status=$?
3192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3193 (exit $ac_status); }; } &&
3194 { ac_try='test -s conftest.$ac_objext'
3195 { (case "(($ac_try" in
3196 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3197 *) ac_try_echo=$ac_try;;
3198esac
3199eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3200 (eval "$ac_try") 2>&5
3201 ac_status=$?
3202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3203 (exit $ac_status); }; }; then
3204 :
3205else
3206 echo "$as_me: failed program was:" >&5
3207sed 's/^/| /' conftest.$ac_ext >&5
3208
3209 ac_c_werror_flag=$ac_save_c_werror_flag
3210 CFLAGS="-g"
3211 cat >conftest.$ac_ext <<_ACEOF
3212/* confdefs.h. */ 2606/* confdefs.h. */
3213_ACEOF 2607_ACEOF
3214cat confdefs.h >>conftest.$ac_ext 2608cat confdefs.h >>conftest.$ac_ext
@@ -3224,36 +2618,24 @@ main ()
3224} 2618}
3225_ACEOF 2619_ACEOF
3226rm -f conftest.$ac_objext 2620rm -f conftest.$ac_objext
3227if { (ac_try="$ac_compile" 2621if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3228case "(($ac_try" in 2622 (eval $ac_compile) 2>conftest.er1
3229 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3230 *) ac_try_echo=$ac_try;;
3231esac
3232eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3233 (eval "$ac_compile") 2>conftest.er1
3234 ac_status=$? 2623 ac_status=$?
3235 grep -v '^ *+' conftest.er1 >conftest.err 2624 grep -v '^ *+' conftest.er1 >conftest.err
3236 rm -f conftest.er1 2625 rm -f conftest.er1
3237 cat conftest.err >&5 2626 cat conftest.err >&5
3238 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3239 (exit $ac_status); } && 2628 (exit $ac_status); } &&
3240 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2629 { ac_try='test -z "$ac_c_werror_flag"
3241 { (case "(($ac_try" in 2630 || test ! -s conftest.err'
3242 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2631 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3243 *) ac_try_echo=$ac_try;; 2632 (eval $ac_try) 2>&5
3244esac
3245eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3246 (eval "$ac_try") 2>&5
3247 ac_status=$? 2633 ac_status=$?
3248 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3249 (exit $ac_status); }; } && 2635 (exit $ac_status); }; } &&
3250 { ac_try='test -s conftest.$ac_objext' 2636 { ac_try='test -s conftest.$ac_objext'
3251 { (case "(($ac_try" in 2637 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3252 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2638 (eval $ac_try) 2>&5
3253 *) ac_try_echo=$ac_try;;
3254esac
3255eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3256 (eval "$ac_try") 2>&5
3257 ac_status=$? 2639 ac_status=$?
3258 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2640 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3259 (exit $ac_status); }; }; then 2641 (exit $ac_status); }; }; then
@@ -3262,20 +2644,12 @@ else
3262 echo "$as_me: failed program was:" >&5 2644 echo "$as_me: failed program was:" >&5
3263sed 's/^/| /' conftest.$ac_ext >&5 2645sed 's/^/| /' conftest.$ac_ext >&5
3264 2646
3265 2647ac_cv_prog_cc_g=no
3266fi
3267
3268rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3269fi 2648fi
3270 2649rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3271rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3272fi 2650fi
3273 2651echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3274rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2652echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
3275 ac_c_werror_flag=$ac_save_c_werror_flag
3276fi
3277{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3278echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3279if test "$ac_test_CFLAGS" = set; then 2653if test "$ac_test_CFLAGS" = set; then
3280 CFLAGS=$ac_save_CFLAGS 2654 CFLAGS=$ac_save_CFLAGS
3281elif test $ac_cv_prog_cc_g = yes; then 2655elif test $ac_cv_prog_cc_g = yes; then
@@ -3291,12 +2665,12 @@ else
3291 CFLAGS= 2665 CFLAGS=
3292 fi 2666 fi
3293fi 2667fi
3294{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 2668echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
3295echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } 2669echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
3296if test "${ac_cv_prog_cc_c89+set}" = set; then 2670if test "${ac_cv_prog_cc_stdc+set}" = set; then
3297 echo $ECHO_N "(cached) $ECHO_C" >&6 2671 echo $ECHO_N "(cached) $ECHO_C" >&6
3298else 2672else
3299 ac_cv_prog_cc_c89=no 2673 ac_cv_prog_cc_stdc=no
3300ac_save_CC=$CC 2674ac_save_CC=$CC
3301cat >conftest.$ac_ext <<_ACEOF 2675cat >conftest.$ac_ext <<_ACEOF
3302/* confdefs.h. */ 2676/* confdefs.h. */
@@ -3330,17 +2704,12 @@ static char *f (char * (*g) (char **, int), char **p, ...)
3330/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has 2704/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3331 function prototypes and stuff, but not '\xHH' hex character constants. 2705 function prototypes and stuff, but not '\xHH' hex character constants.
3332 These don't provoke an error unfortunately, instead are silently treated 2706 These don't provoke an error unfortunately, instead are silently treated
3333 as 'x'. The following induces an error, until -std is added to get 2707 as 'x'. The following induces an error, until -std1 is added to get
3334 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an 2708 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3335 array size at least. It's necessary to write '\x00'==0 to get something 2709 array size at least. It's necessary to write '\x00'==0 to get something
3336 that's true only with -std. */ 2710 that's true only with -std1. */
3337int osf4_cc_array ['\x00' == 0 ? 1 : -1]; 2711int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3338 2712
3339/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3340 inside strings and character constants. */
3341#define FOO(x) 'x'
3342int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3343
3344int test (int i, double x); 2713int test (int i, double x);
3345struct s1 {int (*f) (int a);}; 2714struct s1 {int (*f) (int a);};
3346struct s2 {int (*f) (double a);}; 2715struct s2 {int (*f) (double a);};
@@ -3355,74 +2724,205 @@ return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3355 return 0; 2724 return 0;
3356} 2725}
3357_ACEOF 2726_ACEOF
3358for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ 2727# Don't try gcc -ansi; that turns off useful extensions and
3359 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" 2728# breaks some systems' header files.
2729# AIX -qlanglvl=ansi
2730# Ultrix and OSF/1 -std1
2731# HP-UX 10.20 and later -Ae
2732# HP-UX older versions -Aa -D_HPUX_SOURCE
2733# SVR4 -Xc -D__EXTENSIONS__
2734for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3360do 2735do
3361 CC="$ac_save_CC $ac_arg" 2736 CC="$ac_save_CC $ac_arg"
3362 rm -f conftest.$ac_objext 2737 rm -f conftest.$ac_objext
3363if { (ac_try="$ac_compile" 2738if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3364case "(($ac_try" in 2739 (eval $ac_compile) 2>conftest.er1
3365 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3366 *) ac_try_echo=$ac_try;;
3367esac
3368eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3369 (eval "$ac_compile") 2>conftest.er1
3370 ac_status=$? 2740 ac_status=$?
3371 grep -v '^ *+' conftest.er1 >conftest.err 2741 grep -v '^ *+' conftest.er1 >conftest.err
3372 rm -f conftest.er1 2742 rm -f conftest.er1
3373 cat conftest.err >&5 2743 cat conftest.err >&5
3374 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3375 (exit $ac_status); } && 2745 (exit $ac_status); } &&
3376 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2746 { ac_try='test -z "$ac_c_werror_flag"
3377 { (case "(($ac_try" in 2747 || test ! -s conftest.err'
3378 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2748 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3379 *) ac_try_echo=$ac_try;; 2749 (eval $ac_try) 2>&5
3380esac
3381eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3382 (eval "$ac_try") 2>&5
3383 ac_status=$? 2750 ac_status=$?
3384 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3385 (exit $ac_status); }; } && 2752 (exit $ac_status); }; } &&
3386 { ac_try='test -s conftest.$ac_objext' 2753 { ac_try='test -s conftest.$ac_objext'
3387 { (case "(($ac_try" in 2754 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3388 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2755 (eval $ac_try) 2>&5
3389 *) ac_try_echo=$ac_try;;
3390esac
3391eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3392 (eval "$ac_try") 2>&5
3393 ac_status=$? 2756 ac_status=$?
3394 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3395 (exit $ac_status); }; }; then 2758 (exit $ac_status); }; }; then
3396 ac_cv_prog_cc_c89=$ac_arg 2759 ac_cv_prog_cc_stdc=$ac_arg
2760break
3397else 2761else
3398 echo "$as_me: failed program was:" >&5 2762 echo "$as_me: failed program was:" >&5
3399sed 's/^/| /' conftest.$ac_ext >&5 2763sed 's/^/| /' conftest.$ac_ext >&5
3400 2764
3401
3402fi 2765fi
3403 2766rm -f conftest.err conftest.$ac_objext
3404rm -f core conftest.err conftest.$ac_objext
3405 test "x$ac_cv_prog_cc_c89" != "xno" && break
3406done 2767done
3407rm -f conftest.$ac_ext 2768rm -f conftest.$ac_ext conftest.$ac_objext
3408CC=$ac_save_CC 2769CC=$ac_save_CC
3409 2770
3410fi 2771fi
3411# AC_CACHE_VAL 2772
3412case "x$ac_cv_prog_cc_c89" in 2773case "x$ac_cv_prog_cc_stdc" in
3413 x) 2774 x|xno)
3414 { echo "$as_me:$LINENO: result: none needed" >&5 2775 echo "$as_me:$LINENO: result: none needed" >&5
3415echo "${ECHO_T}none needed" >&6; } ;; 2776echo "${ECHO_T}none needed" >&6 ;;
3416 xno)
3417 { echo "$as_me:$LINENO: result: unsupported" >&5
3418echo "${ECHO_T}unsupported" >&6; } ;;
3419 *) 2777 *)
3420 CC="$CC $ac_cv_prog_cc_c89" 2778 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
3421 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 2779echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
3422echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; 2780 CC="$CC $ac_cv_prog_cc_stdc" ;;
3423esac 2781esac
3424 2782
2783# Some people use a C++ compiler to compile C. Since we use `exit',
2784# in C++ we need to declare it. In case someone uses the same compiler
2785# for both compiling C and C++ we need to have the C++ compiler decide
2786# the declaration of exit, since it's the most demanding environment.
2787cat >conftest.$ac_ext <<_ACEOF
2788#ifndef __cplusplus
2789 choke me
2790#endif
2791_ACEOF
2792rm -f conftest.$ac_objext
2793if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2794 (eval $ac_compile) 2>conftest.er1
2795 ac_status=$?
2796 grep -v '^ *+' conftest.er1 >conftest.err
2797 rm -f conftest.er1
2798 cat conftest.err >&5
2799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2800 (exit $ac_status); } &&
2801 { ac_try='test -z "$ac_c_werror_flag"
2802 || test ! -s conftest.err'
2803 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2804 (eval $ac_try) 2>&5
2805 ac_status=$?
2806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2807 (exit $ac_status); }; } &&
2808 { ac_try='test -s conftest.$ac_objext'
2809 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2810 (eval $ac_try) 2>&5
2811 ac_status=$?
2812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2813 (exit $ac_status); }; }; then
2814 for ac_declaration in \
2815 '' \
2816 'extern "C" void std::exit (int) throw (); using std::exit;' \
2817 'extern "C" void std::exit (int); using std::exit;' \
2818 'extern "C" void exit (int) throw ();' \
2819 'extern "C" void exit (int);' \
2820 'void exit (int);'
2821do
2822 cat >conftest.$ac_ext <<_ACEOF
2823/* confdefs.h. */
2824_ACEOF
2825cat confdefs.h >>conftest.$ac_ext
2826cat >>conftest.$ac_ext <<_ACEOF
2827/* end confdefs.h. */
2828$ac_declaration
2829#include <stdlib.h>
2830int
2831main ()
2832{
2833exit (42);
2834 ;
2835 return 0;
2836}
2837_ACEOF
2838rm -f conftest.$ac_objext
2839if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2840 (eval $ac_compile) 2>conftest.er1
2841 ac_status=$?
2842 grep -v '^ *+' conftest.er1 >conftest.err
2843 rm -f conftest.er1
2844 cat conftest.err >&5
2845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2846 (exit $ac_status); } &&
2847 { ac_try='test -z "$ac_c_werror_flag"
2848 || test ! -s conftest.err'
2849 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2850 (eval $ac_try) 2>&5
2851 ac_status=$?
2852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2853 (exit $ac_status); }; } &&
2854 { ac_try='test -s conftest.$ac_objext'
2855 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2856 (eval $ac_try) 2>&5
2857 ac_status=$?
2858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2859 (exit $ac_status); }; }; then
2860 :
2861else
2862 echo "$as_me: failed program was:" >&5
2863sed 's/^/| /' conftest.$ac_ext >&5
2864
2865continue
2866fi
2867rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2868 cat >conftest.$ac_ext <<_ACEOF
2869/* confdefs.h. */
2870_ACEOF
2871cat confdefs.h >>conftest.$ac_ext
2872cat >>conftest.$ac_ext <<_ACEOF
2873/* end confdefs.h. */
2874$ac_declaration
2875int
2876main ()
2877{
2878exit (42);
2879 ;
2880 return 0;
2881}
2882_ACEOF
2883rm -f conftest.$ac_objext
2884if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2885 (eval $ac_compile) 2>conftest.er1
2886 ac_status=$?
2887 grep -v '^ *+' conftest.er1 >conftest.err
2888 rm -f conftest.er1
2889 cat conftest.err >&5
2890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2891 (exit $ac_status); } &&
2892 { ac_try='test -z "$ac_c_werror_flag"
2893 || test ! -s conftest.err'
2894 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2895 (eval $ac_try) 2>&5
2896 ac_status=$?
2897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2898 (exit $ac_status); }; } &&
2899 { ac_try='test -s conftest.$ac_objext'
2900 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2901 (eval $ac_try) 2>&5
2902 ac_status=$?
2903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2904 (exit $ac_status); }; }; then
2905 break
2906else
2907 echo "$as_me: failed program was:" >&5
2908sed 's/^/| /' conftest.$ac_ext >&5
3425 2909
2910fi
2911rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2912done
2913rm -f conftest*
2914if test -n "$ac_declaration"; then
2915 echo '#ifdef __cplusplus' >>confdefs.h
2916 echo $ac_declaration >>confdefs.h
2917 echo '#endif' >>confdefs.h
2918fi
2919
2920else
2921 echo "$as_me: failed program was:" >&5
2922sed 's/^/| /' conftest.$ac_ext >&5
2923
2924fi
2925rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3426ac_ext=c 2926ac_ext=c
3427ac_cpp='$CPP $CPPFLAGS' 2927ac_cpp='$CPP $CPPFLAGS'
3428ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 2928ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
@@ -3430,7 +2930,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
3430ac_compiler_gnu=$ac_cv_c_compiler_gnu 2930ac_compiler_gnu=$ac_cv_c_compiler_gnu
3431DEPDIR="${am__leading_dot}deps" 2931DEPDIR="${am__leading_dot}deps"
3432 2932
3433ac_config_commands="$ac_config_commands depfiles" 2933 ac_config_commands="$ac_config_commands depfiles"
3434 2934
3435 2935
3436am_make=${MAKE-make} 2936am_make=${MAKE-make}
@@ -3440,8 +2940,8 @@ am__doit:
3440.PHONY: am__doit 2940.PHONY: am__doit
3441END 2941END
3442# If we don't find an include directive, just comment out the code. 2942# If we don't find an include directive, just comment out the code.
3443{ echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5 2943echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
3444echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; } 2944echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
3445am__include="#" 2945am__include="#"
3446am__quote= 2946am__quote=
3447_am_result=none 2947_am_result=none
@@ -3468,15 +2968,15 @@ if test "$am__include" = "#"; then
3468fi 2968fi
3469 2969
3470 2970
3471{ echo "$as_me:$LINENO: result: $_am_result" >&5 2971echo "$as_me:$LINENO: result: $_am_result" >&5
3472echo "${ECHO_T}$_am_result" >&6; } 2972echo "${ECHO_T}$_am_result" >&6
3473rm -f confinc confmf 2973rm -f confinc confmf
3474 2974
3475# Check whether --enable-dependency-tracking was given. 2975# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
3476if test "${enable_dependency_tracking+set}" = set; then 2976if test "${enable_dependency_tracking+set}" = set; then
3477 enableval=$enable_dependency_tracking; 2977 enableval="$enable_dependency_tracking"
3478fi
3479 2978
2979fi;
3480if test "x$enable_dependency_tracking" != xno; then 2980if test "x$enable_dependency_tracking" != xno; then
3481 am_depcomp="$ac_aux_dir/depcomp" 2981 am_depcomp="$ac_aux_dir/depcomp"
3482 AMDEPBACKSLASH='\' 2982 AMDEPBACKSLASH='\'
@@ -3496,8 +2996,8 @@ fi
3496 2996
3497depcc="$CC" am_compiler_list= 2997depcc="$CC" am_compiler_list=
3498 2998
3499{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 2999echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3500echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; } 3000echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
3501if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then 3001if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
3502 echo $ECHO_N "(cached) $ECHO_C" >&6 3002 echo $ECHO_N "(cached) $ECHO_C" >&6
3503else 3003else
@@ -3586,8 +3086,8 @@ else
3586fi 3086fi
3587 3087
3588fi 3088fi
3589{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 3089echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3590echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; } 3090echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
3591CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type 3091CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3592 3092
3593 3093
@@ -3604,8 +3104,8 @@ fi
3604 3104
3605 3105
3606 3106
3607{ echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 3107echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
3608echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; } 3108echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
3609if test "${ac_cv_c_const+set}" = set; then 3109if test "${ac_cv_c_const+set}" = set; then
3610 echo $ECHO_N "(cached) $ECHO_C" >&6 3110 echo $ECHO_N "(cached) $ECHO_C" >&6
3611else 3111else
@@ -3623,10 +3123,10 @@ main ()
3623#ifndef __cplusplus 3123#ifndef __cplusplus
3624 /* Ultrix mips cc rejects this. */ 3124 /* Ultrix mips cc rejects this. */
3625 typedef int charset[2]; 3125 typedef int charset[2];
3626 const charset cs; 3126 const charset x;
3627 /* SunOS 4.1.1 cc rejects this. */ 3127 /* SunOS 4.1.1 cc rejects this. */
3628 char const *const *pcpcc; 3128 char const *const *ccp;
3629 char **ppc; 3129 char **p;
3630 /* NEC SVR4.0.2 mips cc rejects this. */ 3130 /* NEC SVR4.0.2 mips cc rejects this. */
3631 struct point {int x, y;}; 3131 struct point {int x, y;};
3632 static struct point const zero = {0,0}; 3132 static struct point const zero = {0,0};
@@ -3635,17 +3135,16 @@ main ()
3635 an arm of an if-expression whose if-part is not a constant 3135 an arm of an if-expression whose if-part is not a constant
3636 expression */ 3136 expression */
3637 const char *g = "string"; 3137 const char *g = "string";
3638 pcpcc = &g + (g ? g-g : 0); 3138 ccp = &g + (g ? g-g : 0);
3639 /* HPUX 7.0 cc rejects these. */ 3139 /* HPUX 7.0 cc rejects these. */
3640 ++pcpcc; 3140 ++ccp;
3641 ppc = (char**) pcpcc; 3141 p = (char**) ccp;
3642 pcpcc = (char const *const *) ppc; 3142 ccp = (char const *const *) p;
3643 { /* SCO 3.2v4 cc rejects this. */ 3143 { /* SCO 3.2v4 cc rejects this. */
3644 char *t; 3144 char *t;
3645 char const *s = 0 ? (char *) 0 : (char const *) 0; 3145 char const *s = 0 ? (char *) 0 : (char const *) 0;
3646 3146
3647 *t++ = 0; 3147 *t++ = 0;
3648 if (s) return 0;
3649 } 3148 }
3650 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ 3149 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
3651 int x[] = {25, 17}; 3150 int x[] = {25, 17};
@@ -3664,9 +3163,7 @@ main ()
3664 } 3163 }
3665 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ 3164 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
3666 const int foo = 10; 3165 const int foo = 10;
3667 if (!foo) return 0;
3668 } 3166 }
3669 return !cs[0] && !zero.x;
3670#endif 3167#endif
3671 3168
3672 ; 3169 ;
@@ -3674,36 +3171,24 @@ main ()
3674} 3171}
3675_ACEOF 3172_ACEOF
3676rm -f conftest.$ac_objext 3173rm -f conftest.$ac_objext
3677if { (ac_try="$ac_compile" 3174if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3678case "(($ac_try" in 3175 (eval $ac_compile) 2>conftest.er1
3679 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3680 *) ac_try_echo=$ac_try;;
3681esac
3682eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3683 (eval "$ac_compile") 2>conftest.er1
3684 ac_status=$? 3176 ac_status=$?
3685 grep -v '^ *+' conftest.er1 >conftest.err 3177 grep -v '^ *+' conftest.er1 >conftest.err
3686 rm -f conftest.er1 3178 rm -f conftest.er1
3687 cat conftest.err >&5 3179 cat conftest.err >&5
3688 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3689 (exit $ac_status); } && 3181 (exit $ac_status); } &&
3690 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3182 { ac_try='test -z "$ac_c_werror_flag"
3691 { (case "(($ac_try" in 3183 || test ! -s conftest.err'
3692 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3184 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3693 *) ac_try_echo=$ac_try;; 3185 (eval $ac_try) 2>&5
3694esac
3695eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3696 (eval "$ac_try") 2>&5
3697 ac_status=$? 3186 ac_status=$?
3698 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3699 (exit $ac_status); }; } && 3188 (exit $ac_status); }; } &&
3700 { ac_try='test -s conftest.$ac_objext' 3189 { ac_try='test -s conftest.$ac_objext'
3701 { (case "(($ac_try" in 3190 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3702 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3191 (eval $ac_try) 2>&5
3703 *) ac_try_echo=$ac_try;;
3704esac
3705eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3706 (eval "$ac_try") 2>&5
3707 ac_status=$? 3192 ac_status=$?
3708 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3193 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3709 (exit $ac_status); }; }; then 3194 (exit $ac_status); }; }; then
@@ -3712,13 +3197,12 @@ else
3712 echo "$as_me: failed program was:" >&5 3197 echo "$as_me: failed program was:" >&5
3713sed 's/^/| /' conftest.$ac_ext >&5 3198sed 's/^/| /' conftest.$ac_ext >&5
3714 3199
3715 ac_cv_c_const=no 3200ac_cv_c_const=no
3716fi 3201fi
3717 3202rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3718rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3719fi 3203fi
3720{ echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 3204echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
3721echo "${ECHO_T}$ac_cv_c_const" >&6; } 3205echo "${ECHO_T}$ac_cv_c_const" >&6
3722if test $ac_cv_c_const = no; then 3206if test $ac_cv_c_const = no; then
3723 3207
3724cat >>confdefs.h <<\_ACEOF 3208cat >>confdefs.h <<\_ACEOF
@@ -3727,8 +3211,8 @@ _ACEOF
3727 3211
3728fi 3212fi
3729 3213
3730{ echo "$as_me:$LINENO: checking for inline" >&5 3214echo "$as_me:$LINENO: checking for inline" >&5
3731echo $ECHO_N "checking for inline... $ECHO_C" >&6; } 3215echo $ECHO_N "checking for inline... $ECHO_C" >&6
3732if test "${ac_cv_c_inline+set}" = set; then 3216if test "${ac_cv_c_inline+set}" = set; then
3733 echo $ECHO_N "(cached) $ECHO_C" >&6 3217 echo $ECHO_N "(cached) $ECHO_C" >&6
3734else 3218else
@@ -3748,54 +3232,39 @@ $ac_kw foo_t foo () {return 0; }
3748 3232
3749_ACEOF 3233_ACEOF
3750rm -f conftest.$ac_objext 3234rm -f conftest.$ac_objext
3751if { (ac_try="$ac_compile" 3235if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3752case "(($ac_try" in 3236 (eval $ac_compile) 2>conftest.er1
3753 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3754 *) ac_try_echo=$ac_try;;
3755esac
3756eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3757 (eval "$ac_compile") 2>conftest.er1
3758 ac_status=$? 3237 ac_status=$?
3759 grep -v '^ *+' conftest.er1 >conftest.err 3238 grep -v '^ *+' conftest.er1 >conftest.err
3760 rm -f conftest.er1 3239 rm -f conftest.er1
3761 cat conftest.err >&5 3240 cat conftest.err >&5
3762 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3763 (exit $ac_status); } && 3242 (exit $ac_status); } &&
3764 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3243 { ac_try='test -z "$ac_c_werror_flag"
3765 { (case "(($ac_try" in 3244 || test ! -s conftest.err'
3766 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3245 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3767 *) ac_try_echo=$ac_try;; 3246 (eval $ac_try) 2>&5
3768esac
3769eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3770 (eval "$ac_try") 2>&5
3771 ac_status=$? 3247 ac_status=$?
3772 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3773 (exit $ac_status); }; } && 3249 (exit $ac_status); }; } &&
3774 { ac_try='test -s conftest.$ac_objext' 3250 { ac_try='test -s conftest.$ac_objext'
3775 { (case "(($ac_try" in 3251 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3776 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3252 (eval $ac_try) 2>&5
3777 *) ac_try_echo=$ac_try;;
3778esac
3779eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3780 (eval "$ac_try") 2>&5
3781 ac_status=$? 3253 ac_status=$?
3782 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3783 (exit $ac_status); }; }; then 3255 (exit $ac_status); }; }; then
3784 ac_cv_c_inline=$ac_kw 3256 ac_cv_c_inline=$ac_kw; break
3785else 3257else
3786 echo "$as_me: failed program was:" >&5 3258 echo "$as_me: failed program was:" >&5
3787sed 's/^/| /' conftest.$ac_ext >&5 3259sed 's/^/| /' conftest.$ac_ext >&5
3788 3260
3789
3790fi 3261fi
3791 3262rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3792rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3793 test "$ac_cv_c_inline" != no && break
3794done 3263done
3795 3264
3796fi 3265fi
3797{ echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5 3266echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
3798echo "${ECHO_T}$ac_cv_c_inline" >&6; } 3267echo "${ECHO_T}$ac_cv_c_inline" >&6
3799 3268
3800 3269
3801case $ac_cv_c_inline in 3270case $ac_cv_c_inline in
@@ -3820,9 +3289,10 @@ esac
3820## ----------------------- ## 3289## ----------------------- ##
3821 3290
3822 3291
3823# Check whether --enable-shared was given. 3292# Check whether --enable-shared or --disable-shared was given.
3824if test "${enable_shared+set}" = set; then 3293if test "${enable_shared+set}" = set; then
3825 enableval=$enable_shared; p=${PACKAGE-default} 3294 enableval="$enable_shared"
3295 p=${PACKAGE-default}
3826 case $enableval in 3296 case $enableval in
3827 yes) enable_shared=yes ;; 3297 yes) enable_shared=yes ;;
3828 no) enable_shared=no ;; 3298 no) enable_shared=no ;;
@@ -3841,12 +3311,12 @@ if test "${enable_shared+set}" = set; then
3841 esac 3311 esac
3842else 3312else
3843 enable_shared=yes 3313 enable_shared=yes
3844fi 3314fi;
3845
3846 3315
3847# Check whether --enable-static was given. 3316# Check whether --enable-static or --disable-static was given.
3848if test "${enable_static+set}" = set; then 3317if test "${enable_static+set}" = set; then
3849 enableval=$enable_static; p=${PACKAGE-default} 3318 enableval="$enable_static"
3319 p=${PACKAGE-default}
3850 case $enableval in 3320 case $enableval in
3851 yes) enable_static=yes ;; 3321 yes) enable_static=yes ;;
3852 no) enable_static=no ;; 3322 no) enable_static=no ;;
@@ -3865,12 +3335,12 @@ if test "${enable_static+set}" = set; then
3865 esac 3335 esac
3866else 3336else
3867 enable_static=yes 3337 enable_static=yes
3868fi 3338fi;
3869
3870 3339
3871# Check whether --enable-fast-install was given. 3340# Check whether --enable-fast-install or --disable-fast-install was given.
3872if test "${enable_fast_install+set}" = set; then 3341if test "${enable_fast_install+set}" = set; then
3873 enableval=$enable_fast_install; p=${PACKAGE-default} 3342 enableval="$enable_fast_install"
3343 p=${PACKAGE-default}
3874 case $enableval in 3344 case $enableval in
3875 yes) enable_fast_install=yes ;; 3345 yes) enable_fast_install=yes ;;
3876 no) enable_fast_install=no ;; 3346 no) enable_fast_install=no ;;
@@ -3889,94 +3359,64 @@ if test "${enable_fast_install+set}" = set; then
3889 esac 3359 esac
3890else 3360else
3891 enable_fast_install=yes 3361 enable_fast_install=yes
3892fi 3362fi;
3893
3894 3363
3895# Make sure we can run config.sub. 3364# Make sure we can run config.sub.
3896$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || 3365$ac_config_sub sun4 >/dev/null 2>&1 ||
3897 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 3366 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
3898echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;} 3367echo "$as_me: error: cannot run $ac_config_sub" >&2;}
3899 { (exit 1); exit 1; }; } 3368 { (exit 1); exit 1; }; }
3900 3369
3901{ echo "$as_me:$LINENO: checking build system type" >&5 3370echo "$as_me:$LINENO: checking build system type" >&5
3902echo $ECHO_N "checking build system type... $ECHO_C" >&6; } 3371echo $ECHO_N "checking build system type... $ECHO_C" >&6
3903if test "${ac_cv_build+set}" = set; then 3372if test "${ac_cv_build+set}" = set; then
3904 echo $ECHO_N "(cached) $ECHO_C" >&6 3373 echo $ECHO_N "(cached) $ECHO_C" >&6
3905else 3374else
3906 ac_build_alias=$build_alias 3375 ac_cv_build_alias=$build_alias
3907test "x$ac_build_alias" = x && 3376test -z "$ac_cv_build_alias" &&
3908 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` 3377 ac_cv_build_alias=`$ac_config_guess`
3909test "x$ac_build_alias" = x && 3378test -z "$ac_cv_build_alias" &&
3910 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 3379 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
3911echo "$as_me: error: cannot guess build type; you must specify one" >&2;} 3380echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
3912 { (exit 1); exit 1; }; } 3381 { (exit 1); exit 1; }; }
3913ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || 3382ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
3914 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 3383 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
3915echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;} 3384echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
3916 { (exit 1); exit 1; }; } 3385 { (exit 1); exit 1; }; }
3917 3386
3918fi 3387fi
3919{ echo "$as_me:$LINENO: result: $ac_cv_build" >&5 3388echo "$as_me:$LINENO: result: $ac_cv_build" >&5
3920echo "${ECHO_T}$ac_cv_build" >&6; } 3389echo "${ECHO_T}$ac_cv_build" >&6
3921case $ac_cv_build in
3922*-*-*) ;;
3923*) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
3924echo "$as_me: error: invalid value of canonical build" >&2;}
3925 { (exit 1); exit 1; }; };;
3926esac
3927build=$ac_cv_build 3390build=$ac_cv_build
3928ac_save_IFS=$IFS; IFS='-' 3391build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
3929set x $ac_cv_build 3392build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
3930shift 3393build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
3931build_cpu=$1 3394
3932build_vendor=$2 3395
3933shift; shift 3396echo "$as_me:$LINENO: checking host system type" >&5
3934# Remember, the first character of IFS is used to create $*, 3397echo $ECHO_N "checking host system type... $ECHO_C" >&6
3935# except with old shells:
3936build_os=$*
3937IFS=$ac_save_IFS
3938case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3939
3940
3941{ echo "$as_me:$LINENO: checking host system type" >&5
3942echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
3943if test "${ac_cv_host+set}" = set; then 3398if test "${ac_cv_host+set}" = set; then
3944 echo $ECHO_N "(cached) $ECHO_C" >&6 3399 echo $ECHO_N "(cached) $ECHO_C" >&6
3945else 3400else
3946 if test "x$host_alias" = x; then 3401 ac_cv_host_alias=$host_alias
3947 ac_cv_host=$ac_cv_build 3402test -z "$ac_cv_host_alias" &&
3948else 3403 ac_cv_host_alias=$ac_cv_build_alias
3949 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || 3404ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
3950 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5 3405 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
3951echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;} 3406echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
3952 { (exit 1); exit 1; }; } 3407 { (exit 1); exit 1; }; }
3953fi
3954 3408
3955fi 3409fi
3956{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5 3410echo "$as_me:$LINENO: result: $ac_cv_host" >&5
3957echo "${ECHO_T}$ac_cv_host" >&6; } 3411echo "${ECHO_T}$ac_cv_host" >&6
3958case $ac_cv_host in
3959*-*-*) ;;
3960*) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
3961echo "$as_me: error: invalid value of canonical host" >&2;}
3962 { (exit 1); exit 1; }; };;
3963esac
3964host=$ac_cv_host 3412host=$ac_cv_host
3965ac_save_IFS=$IFS; IFS='-' 3413host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
3966set x $ac_cv_host 3414host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
3967shift 3415host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
3968host_cpu=$1 3416
3969host_vendor=$2 3417
3970shift; shift 3418echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
3971# Remember, the first character of IFS is used to create $*, 3419echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6
3972# except with old shells:
3973host_os=$*
3974IFS=$ac_save_IFS
3975case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3976
3977
3978{ echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
3979echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6; }
3980if test "${lt_cv_path_SED+set}" = set; then 3420if test "${lt_cv_path_SED+set}" = set; then
3981 echo $ECHO_N "(cached) $ECHO_C" >&6 3421 echo $ECHO_N "(cached) $ECHO_C" >&6
3982else 3422else
@@ -4029,184 +3469,37 @@ done
4029fi 3469fi
4030 3470
4031SED=$lt_cv_path_SED 3471SED=$lt_cv_path_SED
4032{ echo "$as_me:$LINENO: result: $SED" >&5 3472echo "$as_me:$LINENO: result: $SED" >&5
4033echo "${ECHO_T}$SED" >&6; } 3473echo "${ECHO_T}$SED" >&6
4034
4035{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4036echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
4037if test "${ac_cv_path_GREP+set}" = set; then
4038 echo $ECHO_N "(cached) $ECHO_C" >&6
4039else
4040 # Extract the first word of "grep ggrep" to use in msg output
4041if test -z "$GREP"; then
4042set dummy grep ggrep; ac_prog_name=$2
4043if test "${ac_cv_path_GREP+set}" = set; then
4044 echo $ECHO_N "(cached) $ECHO_C" >&6
4045else
4046 ac_path_GREP_found=false
4047# Loop through the user's path and test for each of PROGNAME-LIST
4048as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4049for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4050do
4051 IFS=$as_save_IFS
4052 test -z "$as_dir" && as_dir=.
4053 for ac_prog in grep ggrep; do
4054 for ac_exec_ext in '' $ac_executable_extensions; do
4055 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4056 { test -f "$ac_path_GREP" && $as_executable_p "$ac_path_GREP"; } || continue
4057 # Check for GNU ac_path_GREP and select it if it is found.
4058 # Check for GNU $ac_path_GREP
4059case `"$ac_path_GREP" --version 2>&1` in
4060*GNU*)
4061 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4062*)
4063 ac_count=0
4064 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
4065 while :
4066 do
4067 cat "conftest.in" "conftest.in" >"conftest.tmp"
4068 mv "conftest.tmp" "conftest.in"
4069 cp "conftest.in" "conftest.nl"
4070 echo 'GREP' >> "conftest.nl"
4071 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4072 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4073 ac_count=`expr $ac_count + 1`
4074 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4075 # Best one so far, save it but keep looking for a better one
4076 ac_cv_path_GREP="$ac_path_GREP"
4077 ac_path_GREP_max=$ac_count
4078 fi
4079 # 10*(2^10) chars as input seems more than enough
4080 test $ac_count -gt 10 && break
4081 done
4082 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4083esac
4084
4085
4086 $ac_path_GREP_found && break 3
4087 done
4088done
4089
4090done
4091IFS=$as_save_IFS
4092
4093
4094fi
4095
4096GREP="$ac_cv_path_GREP"
4097if test -z "$GREP"; then
4098 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4099echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4100 { (exit 1); exit 1; }; }
4101fi
4102 3474
4103else 3475echo "$as_me:$LINENO: checking for egrep" >&5
4104 ac_cv_path_GREP=$GREP 3476echo $ECHO_N "checking for egrep... $ECHO_C" >&6
4105fi 3477if test "${ac_cv_prog_egrep+set}" = set; then
4106
4107
4108fi
4109{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4110echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
4111 GREP="$ac_cv_path_GREP"
4112
4113
4114{ echo "$as_me:$LINENO: checking for egrep" >&5
4115echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
4116if test "${ac_cv_path_EGREP+set}" = set; then
4117 echo $ECHO_N "(cached) $ECHO_C" >&6 3478 echo $ECHO_N "(cached) $ECHO_C" >&6
4118else 3479else
4119 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 3480 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
4120 then ac_cv_path_EGREP="$GREP -E" 3481 then ac_cv_prog_egrep='grep -E'
4121 else 3482 else ac_cv_prog_egrep='egrep'
4122 # Extract the first word of "egrep" to use in msg output
4123if test -z "$EGREP"; then
4124set dummy egrep; ac_prog_name=$2
4125if test "${ac_cv_path_EGREP+set}" = set; then
4126 echo $ECHO_N "(cached) $ECHO_C" >&6
4127else
4128 ac_path_EGREP_found=false
4129# Loop through the user's path and test for each of PROGNAME-LIST
4130as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4131for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4132do
4133 IFS=$as_save_IFS
4134 test -z "$as_dir" && as_dir=.
4135 for ac_prog in egrep; do
4136 for ac_exec_ext in '' $ac_executable_extensions; do
4137 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4138 { test -f "$ac_path_EGREP" && $as_executable_p "$ac_path_EGREP"; } || continue
4139 # Check for GNU ac_path_EGREP and select it if it is found.
4140 # Check for GNU $ac_path_EGREP
4141case `"$ac_path_EGREP" --version 2>&1` in
4142*GNU*)
4143 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4144*)
4145 ac_count=0
4146 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
4147 while :
4148 do
4149 cat "conftest.in" "conftest.in" >"conftest.tmp"
4150 mv "conftest.tmp" "conftest.in"
4151 cp "conftest.in" "conftest.nl"
4152 echo 'EGREP' >> "conftest.nl"
4153 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4154 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4155 ac_count=`expr $ac_count + 1`
4156 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4157 # Best one so far, save it but keep looking for a better one
4158 ac_cv_path_EGREP="$ac_path_EGREP"
4159 ac_path_EGREP_max=$ac_count
4160 fi 3483 fi
4161 # 10*(2^10) chars as input seems more than enough
4162 test $ac_count -gt 10 && break
4163 done
4164 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4165esac
4166
4167
4168 $ac_path_EGREP_found && break 3
4169 done
4170done
4171
4172done
4173IFS=$as_save_IFS
4174
4175
4176fi 3484fi
3485echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
3486echo "${ECHO_T}$ac_cv_prog_egrep" >&6
3487 EGREP=$ac_cv_prog_egrep
4177 3488
4178EGREP="$ac_cv_path_EGREP"
4179if test -z "$EGREP"; then
4180 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4181echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4182 { (exit 1); exit 1; }; }
4183fi
4184
4185else
4186 ac_cv_path_EGREP=$EGREP
4187fi
4188 3489
4189 3490
4190 fi 3491# Check whether --with-gnu-ld or --without-gnu-ld was given.
4191fi
4192{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4193echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
4194 EGREP="$ac_cv_path_EGREP"
4195
4196
4197
4198# Check whether --with-gnu-ld was given.
4199if test "${with_gnu_ld+set}" = set; then 3492if test "${with_gnu_ld+set}" = set; then
4200 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes 3493 withval="$with_gnu_ld"
3494 test "$withval" = no || with_gnu_ld=yes
4201else 3495else
4202 with_gnu_ld=no 3496 with_gnu_ld=no
4203fi 3497fi;
4204
4205ac_prog=ld 3498ac_prog=ld
4206if test "$GCC" = yes; then 3499if test "$GCC" = yes; then
4207 # Check if gcc -print-prog-name=ld gives a path. 3500 # Check if gcc -print-prog-name=ld gives a path.
4208 { echo "$as_me:$LINENO: checking for ld used by $CC" >&5 3501 echo "$as_me:$LINENO: checking for ld used by $CC" >&5
4209echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; } 3502echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6
4210 case $host in 3503 case $host in
4211 *-*-mingw*) 3504 *-*-mingw*)
4212 # gcc leaves a trailing carriage return which upsets mingw 3505 # gcc leaves a trailing carriage return which upsets mingw
@@ -4235,11 +3528,11 @@ echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; }
4235 ;; 3528 ;;
4236 esac 3529 esac
4237elif test "$with_gnu_ld" = yes; then 3530elif test "$with_gnu_ld" = yes; then
4238 { echo "$as_me:$LINENO: checking for GNU ld" >&5 3531 echo "$as_me:$LINENO: checking for GNU ld" >&5
4239echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; } 3532echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
4240else 3533else
4241 { echo "$as_me:$LINENO: checking for non-GNU ld" >&5 3534 echo "$as_me:$LINENO: checking for non-GNU ld" >&5
4242echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; } 3535echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
4243fi 3536fi
4244if test "${lt_cv_path_LD+set}" = set; then 3537if test "${lt_cv_path_LD+set}" = set; then
4245 echo $ECHO_N "(cached) $ECHO_C" >&6 3538 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4272,17 +3565,17 @@ fi
4272 3565
4273LD="$lt_cv_path_LD" 3566LD="$lt_cv_path_LD"
4274if test -n "$LD"; then 3567if test -n "$LD"; then
4275 { echo "$as_me:$LINENO: result: $LD" >&5 3568 echo "$as_me:$LINENO: result: $LD" >&5
4276echo "${ECHO_T}$LD" >&6; } 3569echo "${ECHO_T}$LD" >&6
4277else 3570else
4278 { echo "$as_me:$LINENO: result: no" >&5 3571 echo "$as_me:$LINENO: result: no" >&5
4279echo "${ECHO_T}no" >&6; } 3572echo "${ECHO_T}no" >&6
4280fi 3573fi
4281test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5 3574test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
4282echo "$as_me: error: no acceptable ld found in \$PATH" >&2;} 3575echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
4283 { (exit 1); exit 1; }; } 3576 { (exit 1); exit 1; }; }
4284{ echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5 3577echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
4285echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; } 3578echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
4286if test "${lt_cv_prog_gnu_ld+set}" = set; then 3579if test "${lt_cv_prog_gnu_ld+set}" = set; then
4287 echo $ECHO_N "(cached) $ECHO_C" >&6 3580 echo $ECHO_N "(cached) $ECHO_C" >&6
4288else 3581else
@@ -4296,20 +3589,20 @@ case `$LD -v 2>&1 </dev/null` in
4296 ;; 3589 ;;
4297esac 3590esac
4298fi 3591fi
4299{ echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5 3592echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
4300echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; } 3593echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
4301with_gnu_ld=$lt_cv_prog_gnu_ld 3594with_gnu_ld=$lt_cv_prog_gnu_ld
4302 3595
4303 3596
4304{ echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5 3597echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
4305echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6; } 3598echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6
4306if test "${lt_cv_ld_reload_flag+set}" = set; then 3599if test "${lt_cv_ld_reload_flag+set}" = set; then
4307 echo $ECHO_N "(cached) $ECHO_C" >&6 3600 echo $ECHO_N "(cached) $ECHO_C" >&6
4308else 3601else
4309 lt_cv_ld_reload_flag='-r' 3602 lt_cv_ld_reload_flag='-r'
4310fi 3603fi
4311{ echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5 3604echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
4312echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6; } 3605echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
4313reload_flag=$lt_cv_ld_reload_flag 3606reload_flag=$lt_cv_ld_reload_flag
4314case $reload_flag in 3607case $reload_flag in
4315"" | " "*) ;; 3608"" | " "*) ;;
@@ -4326,8 +3619,8 @@ case $host_os in
4326 ;; 3619 ;;
4327esac 3620esac
4328 3621
4329{ echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5 3622echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
4330echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6; } 3623echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6
4331if test "${lt_cv_path_NM+set}" = set; then 3624if test "${lt_cv_path_NM+set}" = set; then
4332 echo $ECHO_N "(cached) $ECHO_C" >&6 3625 echo $ECHO_N "(cached) $ECHO_C" >&6
4333else 3626else
@@ -4375,23 +3668,23 @@ else
4375 test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm 3668 test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
4376fi 3669fi
4377fi 3670fi
4378{ echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5 3671echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
4379echo "${ECHO_T}$lt_cv_path_NM" >&6; } 3672echo "${ECHO_T}$lt_cv_path_NM" >&6
4380NM="$lt_cv_path_NM" 3673NM="$lt_cv_path_NM"
4381 3674
4382{ echo "$as_me:$LINENO: checking whether ln -s works" >&5 3675echo "$as_me:$LINENO: checking whether ln -s works" >&5
4383echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; } 3676echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
4384LN_S=$as_ln_s 3677LN_S=$as_ln_s
4385if test "$LN_S" = "ln -s"; then 3678if test "$LN_S" = "ln -s"; then
4386 { echo "$as_me:$LINENO: result: yes" >&5 3679 echo "$as_me:$LINENO: result: yes" >&5
4387echo "${ECHO_T}yes" >&6; } 3680echo "${ECHO_T}yes" >&6
4388else 3681else
4389 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5 3682 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4390echo "${ECHO_T}no, using $LN_S" >&6; } 3683echo "${ECHO_T}no, using $LN_S" >&6
4391fi 3684fi
4392 3685
4393{ echo "$as_me:$LINENO: checking how to recognise dependent libraries" >&5 3686echo "$as_me:$LINENO: checking how to recognise dependent libraries" >&5
4394echo $ECHO_N "checking how to recognise dependent libraries... $ECHO_C" >&6; } 3687echo $ECHO_N "checking how to recognise dependent libraries... $ECHO_C" >&6
4395if test "${lt_cv_deplibs_check_method+set}" = set; then 3688if test "${lt_cv_deplibs_check_method+set}" = set; then
4396 echo $ECHO_N "(cached) $ECHO_C" >&6 3689 echo $ECHO_N "(cached) $ECHO_C" >&6
4397else 3690else
@@ -4441,7 +3734,7 @@ darwin* | rhapsody*)
4441 lt_cv_deplibs_check_method=pass_all 3734 lt_cv_deplibs_check_method=pass_all
4442 ;; 3735 ;;
4443 3736
4444freebsd* | dragonfly*) 3737freebsd* | kfreebsd*-gnu | dragonfly*)
4445 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then 3738 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
4446 case $host_cpu in 3739 case $host_cpu in
4447 i*86 ) 3740 i*86 )
@@ -4495,11 +3788,11 @@ irix5* | irix6* | nonstopux*)
4495 ;; 3788 ;;
4496 3789
4497# This must be Linux ELF. 3790# This must be Linux ELF.
4498linux* | k*bsd*-gnu) 3791linux*)
4499 lt_cv_deplibs_check_method=pass_all 3792 lt_cv_deplibs_check_method=pass_all
4500 ;; 3793 ;;
4501 3794
4502netbsd* | netbsdelf*-gnu) 3795netbsd*)
4503 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then 3796 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
4504 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' 3797 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4505 else 3798 else
@@ -4566,8 +3859,8 @@ sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
4566esac 3859esac
4567 3860
4568fi 3861fi
4569{ echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5 3862echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
4570echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6; } 3863echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
4571file_magic_cmd=$lt_cv_file_magic_cmd 3864file_magic_cmd=$lt_cv_file_magic_cmd
4572deplibs_check_method=$lt_cv_deplibs_check_method 3865deplibs_check_method=$lt_cv_deplibs_check_method
4573test -z "$deplibs_check_method" && deplibs_check_method=unknown 3866test -z "$deplibs_check_method" && deplibs_check_method=unknown
@@ -4584,11 +3877,11 @@ LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
4584# Allow CC to be a program name with arguments. 3877# Allow CC to be a program name with arguments.
4585compiler=$CC 3878compiler=$CC
4586 3879
4587# Check whether --enable-libtool-lock was given. 3880# Check whether --enable-libtool-lock or --disable-libtool-lock was given.
4588if test "${enable_libtool_lock+set}" = set; then 3881if test "${enable_libtool_lock+set}" = set; then
4589 enableval=$enable_libtool_lock; 3882 enableval="$enable_libtool_lock"
4590fi
4591 3883
3884fi;
4592test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes 3885test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
4593 3886
4594# Some flags need to be propagated to the compiler or linker for good 3887# Some flags need to be propagated to the compiler or linker for good
@@ -4615,7 +3908,7 @@ ia64-*-hpux*)
4615 ;; 3908 ;;
4616*-*-irix6*) 3909*-*-irix6*)
4617 # Find out which ABI we are using. 3910 # Find out which ABI we are using.
4618 echo '#line 4618 "configure"' > conftest.$ac_ext 3911 echo '#line 3911 "configure"' > conftest.$ac_ext
4619 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3912 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4620 (eval $ac_compile) 2>&5 3913 (eval $ac_compile) 2>&5
4621 ac_status=$? 3914 ac_status=$?
@@ -4700,8 +3993,8 @@ x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*)
4700 # On SCO OpenServer 5, we need -belf to get full-featured binaries. 3993 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
4701 SAVE_CFLAGS="$CFLAGS" 3994 SAVE_CFLAGS="$CFLAGS"
4702 CFLAGS="$CFLAGS -belf" 3995 CFLAGS="$CFLAGS -belf"
4703 { echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5 3996 echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
4704echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6; } 3997echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6
4705if test "${lt_cv_cc_needs_belf+set}" = set; then 3998if test "${lt_cv_cc_needs_belf+set}" = set; then
4706 echo $ECHO_N "(cached) $ECHO_C" >&6 3999 echo $ECHO_N "(cached) $ECHO_C" >&6
4707else 4000else
@@ -4727,36 +4020,24 @@ main ()
4727} 4020}
4728_ACEOF 4021_ACEOF
4729rm -f conftest.$ac_objext conftest$ac_exeext 4022rm -f conftest.$ac_objext conftest$ac_exeext
4730if { (ac_try="$ac_link" 4023if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4731case "(($ac_try" in 4024 (eval $ac_link) 2>conftest.er1
4732 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4733 *) ac_try_echo=$ac_try;;
4734esac
4735eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4736 (eval "$ac_link") 2>conftest.er1
4737 ac_status=$? 4025 ac_status=$?
4738 grep -v '^ *+' conftest.er1 >conftest.err 4026 grep -v '^ *+' conftest.er1 >conftest.err
4739 rm -f conftest.er1 4027 rm -f conftest.er1
4740 cat conftest.err >&5 4028 cat conftest.err >&5
4741 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4742 (exit $ac_status); } && 4030 (exit $ac_status); } &&
4743 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4031 { ac_try='test -z "$ac_c_werror_flag"
4744 { (case "(($ac_try" in 4032 || test ! -s conftest.err'
4745 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4033 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4746 *) ac_try_echo=$ac_try;; 4034 (eval $ac_try) 2>&5
4747esac
4748eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4749 (eval "$ac_try") 2>&5
4750 ac_status=$? 4035 ac_status=$?
4751 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4752 (exit $ac_status); }; } && 4037 (exit $ac_status); }; } &&
4753 { ac_try='test -s conftest$ac_exeext' 4038 { ac_try='test -s conftest$ac_exeext'
4754 { (case "(($ac_try" in 4039 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4755 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4040 (eval $ac_try) 2>&5
4756 *) ac_try_echo=$ac_try;;
4757esac
4758eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4759 (eval "$ac_try") 2>&5
4760 ac_status=$? 4041 ac_status=$?
4761 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4762 (exit $ac_status); }; }; then 4043 (exit $ac_status); }; }; then
@@ -4765,10 +4046,9 @@ else
4765 echo "$as_me: failed program was:" >&5 4046 echo "$as_me: failed program was:" >&5
4766sed 's/^/| /' conftest.$ac_ext >&5 4047sed 's/^/| /' conftest.$ac_ext >&5
4767 4048
4768 lt_cv_cc_needs_belf=no 4049lt_cv_cc_needs_belf=no
4769fi 4050fi
4770 4051rm -f conftest.err conftest.$ac_objext \
4771rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4772 conftest$ac_exeext conftest.$ac_ext 4052 conftest$ac_exeext conftest.$ac_ext
4773 ac_ext=c 4053 ac_ext=c
4774ac_cpp='$CPP $CPPFLAGS' 4054ac_cpp='$CPP $CPPFLAGS'
@@ -4777,8 +4057,8 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
4777ac_compiler_gnu=$ac_cv_c_compiler_gnu 4057ac_compiler_gnu=$ac_cv_c_compiler_gnu
4778 4058
4779fi 4059fi
4780{ echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5 4060echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
4781echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6; } 4061echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
4782 if test x"$lt_cv_cc_needs_belf" != x"yes"; then 4062 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
4783 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf 4063 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
4784 CFLAGS="$SAVE_CFLAGS" 4064 CFLAGS="$SAVE_CFLAGS"
@@ -4808,8 +4088,8 @@ sparc*-*solaris*)
4808 if test -n "$ac_tool_prefix"; then 4088 if test -n "$ac_tool_prefix"; then
4809 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args. 4089 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
4810set dummy ${ac_tool_prefix}dlltool; ac_word=$2 4090set dummy ${ac_tool_prefix}dlltool; ac_word=$2
4811{ echo "$as_me:$LINENO: checking for $ac_word" >&5 4091echo "$as_me:$LINENO: checking for $ac_word" >&5
4812echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 4092echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4813if test "${ac_cv_prog_DLLTOOL+set}" = set; then 4093if test "${ac_cv_prog_DLLTOOL+set}" = set; then
4814 echo $ECHO_N "(cached) $ECHO_C" >&6 4094 echo $ECHO_N "(cached) $ECHO_C" >&6
4815else 4095else
@@ -4822,34 +4102,32 @@ do
4822 IFS=$as_save_IFS 4102 IFS=$as_save_IFS
4823 test -z "$as_dir" && as_dir=. 4103 test -z "$as_dir" && as_dir=.
4824 for ac_exec_ext in '' $ac_executable_extensions; do 4104 for ac_exec_ext in '' $ac_executable_extensions; do
4825 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 4105 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4826 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool" 4106 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
4827 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4107 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4828 break 2 4108 break 2
4829 fi 4109 fi
4830done 4110done
4831done 4111done
4832IFS=$as_save_IFS
4833 4112
4834fi 4113fi
4835fi 4114fi
4836DLLTOOL=$ac_cv_prog_DLLTOOL 4115DLLTOOL=$ac_cv_prog_DLLTOOL
4837if test -n "$DLLTOOL"; then 4116if test -n "$DLLTOOL"; then
4838 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5 4117 echo "$as_me:$LINENO: result: $DLLTOOL" >&5
4839echo "${ECHO_T}$DLLTOOL" >&6; } 4118echo "${ECHO_T}$DLLTOOL" >&6
4840else 4119else
4841 { echo "$as_me:$LINENO: result: no" >&5 4120 echo "$as_me:$LINENO: result: no" >&5
4842echo "${ECHO_T}no" >&6; } 4121echo "${ECHO_T}no" >&6
4843fi 4122fi
4844 4123
4845
4846fi 4124fi
4847if test -z "$ac_cv_prog_DLLTOOL"; then 4125if test -z "$ac_cv_prog_DLLTOOL"; then
4848 ac_ct_DLLTOOL=$DLLTOOL 4126 ac_ct_DLLTOOL=$DLLTOOL
4849 # Extract the first word of "dlltool", so it can be a program name with args. 4127 # Extract the first word of "dlltool", so it can be a program name with args.
4850set dummy dlltool; ac_word=$2 4128set dummy dlltool; ac_word=$2
4851{ echo "$as_me:$LINENO: checking for $ac_word" >&5 4129echo "$as_me:$LINENO: checking for $ac_word" >&5
4852echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 4130echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4853if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then 4131if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
4854 echo $ECHO_N "(cached) $ECHO_C" >&6 4132 echo $ECHO_N "(cached) $ECHO_C" >&6
4855else 4133else
@@ -4862,41 +4140,27 @@ do
4862 IFS=$as_save_IFS 4140 IFS=$as_save_IFS
4863 test -z "$as_dir" && as_dir=. 4141 test -z "$as_dir" && as_dir=.
4864 for ac_exec_ext in '' $ac_executable_extensions; do 4142 for ac_exec_ext in '' $ac_executable_extensions; do
4865 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 4143 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4866 ac_cv_prog_ac_ct_DLLTOOL="dlltool" 4144 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
4867 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4145 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4868 break 2 4146 break 2
4869 fi 4147 fi
4870done 4148done
4871done 4149done
4872IFS=$as_save_IFS
4873 4150
4151 test -z "$ac_cv_prog_ac_ct_DLLTOOL" && ac_cv_prog_ac_ct_DLLTOOL="false"
4874fi 4152fi
4875fi 4153fi
4876ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL 4154ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
4877if test -n "$ac_ct_DLLTOOL"; then 4155if test -n "$ac_ct_DLLTOOL"; then
4878 { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5 4156 echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
4879echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; } 4157echo "${ECHO_T}$ac_ct_DLLTOOL" >&6
4880else 4158else
4881 { echo "$as_me:$LINENO: result: no" >&5 4159 echo "$as_me:$LINENO: result: no" >&5
4882echo "${ECHO_T}no" >&6; } 4160echo "${ECHO_T}no" >&6
4883fi 4161fi
4884 4162
4885 if test "x$ac_ct_DLLTOOL" = x; then 4163 DLLTOOL=$ac_ct_DLLTOOL
4886 DLLTOOL="false"
4887 else
4888 case $cross_compiling:$ac_tool_warned in
4889yes:)
4890{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4891whose name does not start with the host triplet. If you think this
4892configuration is useful to you, please write to autoconf@gnu.org." >&5
4893echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4894whose name does not start with the host triplet. If you think this
4895configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4896ac_tool_warned=yes ;;
4897esac
4898 DLLTOOL=$ac_ct_DLLTOOL
4899 fi
4900else 4164else
4901 DLLTOOL="$ac_cv_prog_DLLTOOL" 4165 DLLTOOL="$ac_cv_prog_DLLTOOL"
4902fi 4166fi
@@ -4904,8 +4168,8 @@ fi
4904 if test -n "$ac_tool_prefix"; then 4168 if test -n "$ac_tool_prefix"; then
4905 # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args. 4169 # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
4906set dummy ${ac_tool_prefix}as; ac_word=$2 4170set dummy ${ac_tool_prefix}as; ac_word=$2
4907{ echo "$as_me:$LINENO: checking for $ac_word" >&5 4171echo "$as_me:$LINENO: checking for $ac_word" >&5
4908echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 4172echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4909if test "${ac_cv_prog_AS+set}" = set; then 4173if test "${ac_cv_prog_AS+set}" = set; then
4910 echo $ECHO_N "(cached) $ECHO_C" >&6 4174 echo $ECHO_N "(cached) $ECHO_C" >&6
4911else 4175else
@@ -4918,34 +4182,32 @@ do
4918 IFS=$as_save_IFS 4182 IFS=$as_save_IFS
4919 test -z "$as_dir" && as_dir=. 4183 test -z "$as_dir" && as_dir=.
4920 for ac_exec_ext in '' $ac_executable_extensions; do 4184 for ac_exec_ext in '' $ac_executable_extensions; do
4921 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 4185 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4922 ac_cv_prog_AS="${ac_tool_prefix}as" 4186 ac_cv_prog_AS="${ac_tool_prefix}as"
4923 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4187 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4924 break 2 4188 break 2
4925 fi 4189 fi
4926done 4190done
4927done 4191done
4928IFS=$as_save_IFS
4929 4192
4930fi 4193fi
4931fi 4194fi
4932AS=$ac_cv_prog_AS 4195AS=$ac_cv_prog_AS
4933if test -n "$AS"; then 4196if test -n "$AS"; then
4934 { echo "$as_me:$LINENO: result: $AS" >&5 4197 echo "$as_me:$LINENO: result: $AS" >&5
4935echo "${ECHO_T}$AS" >&6; } 4198echo "${ECHO_T}$AS" >&6
4936else 4199else
4937 { echo "$as_me:$LINENO: result: no" >&5 4200 echo "$as_me:$LINENO: result: no" >&5
4938echo "${ECHO_T}no" >&6; } 4201echo "${ECHO_T}no" >&6
4939fi 4202fi
4940 4203
4941
4942fi 4204fi
4943if test -z "$ac_cv_prog_AS"; then 4205if test -z "$ac_cv_prog_AS"; then
4944 ac_ct_AS=$AS 4206 ac_ct_AS=$AS
4945 # Extract the first word of "as", so it can be a program name with args. 4207 # Extract the first word of "as", so it can be a program name with args.
4946set dummy as; ac_word=$2 4208set dummy as; ac_word=$2
4947{ echo "$as_me:$LINENO: checking for $ac_word" >&5 4209echo "$as_me:$LINENO: checking for $ac_word" >&5
4948echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 4210echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4949if test "${ac_cv_prog_ac_ct_AS+set}" = set; then 4211if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
4950 echo $ECHO_N "(cached) $ECHO_C" >&6 4212 echo $ECHO_N "(cached) $ECHO_C" >&6
4951else 4213else
@@ -4958,41 +4220,27 @@ do
4958 IFS=$as_save_IFS 4220 IFS=$as_save_IFS
4959 test -z "$as_dir" && as_dir=. 4221 test -z "$as_dir" && as_dir=.
4960 for ac_exec_ext in '' $ac_executable_extensions; do 4222 for ac_exec_ext in '' $ac_executable_extensions; do
4961 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 4223 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4962 ac_cv_prog_ac_ct_AS="as" 4224 ac_cv_prog_ac_ct_AS="as"
4963 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4225 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4964 break 2 4226 break 2
4965 fi 4227 fi
4966done 4228done
4967done 4229done
4968IFS=$as_save_IFS
4969 4230
4231 test -z "$ac_cv_prog_ac_ct_AS" && ac_cv_prog_ac_ct_AS="false"
4970fi 4232fi
4971fi 4233fi
4972ac_ct_AS=$ac_cv_prog_ac_ct_AS 4234ac_ct_AS=$ac_cv_prog_ac_ct_AS
4973if test -n "$ac_ct_AS"; then 4235if test -n "$ac_ct_AS"; then
4974 { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5 4236 echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
4975echo "${ECHO_T}$ac_ct_AS" >&6; } 4237echo "${ECHO_T}$ac_ct_AS" >&6
4976else 4238else
4977 { echo "$as_me:$LINENO: result: no" >&5 4239 echo "$as_me:$LINENO: result: no" >&5
4978echo "${ECHO_T}no" >&6; } 4240echo "${ECHO_T}no" >&6
4979fi 4241fi
4980 4242
4981 if test "x$ac_ct_AS" = x; then 4243 AS=$ac_ct_AS
4982 AS="false"
4983 else
4984 case $cross_compiling:$ac_tool_warned in
4985yes:)
4986{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4987whose name does not start with the host triplet. If you think this
4988configuration is useful to you, please write to autoconf@gnu.org." >&5
4989echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4990whose name does not start with the host triplet. If you think this
4991configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4992ac_tool_warned=yes ;;
4993esac
4994 AS=$ac_ct_AS
4995 fi
4996else 4244else
4997 AS="$ac_cv_prog_AS" 4245 AS="$ac_cv_prog_AS"
4998fi 4246fi
@@ -5000,8 +4248,8 @@ fi
5000 if test -n "$ac_tool_prefix"; then 4248 if test -n "$ac_tool_prefix"; then
5001 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args. 4249 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5002set dummy ${ac_tool_prefix}objdump; ac_word=$2 4250set dummy ${ac_tool_prefix}objdump; ac_word=$2
5003{ echo "$as_me:$LINENO: checking for $ac_word" >&5 4251echo "$as_me:$LINENO: checking for $ac_word" >&5
5004echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 4252echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5005if test "${ac_cv_prog_OBJDUMP+set}" = set; then 4253if test "${ac_cv_prog_OBJDUMP+set}" = set; then
5006 echo $ECHO_N "(cached) $ECHO_C" >&6 4254 echo $ECHO_N "(cached) $ECHO_C" >&6
5007else 4255else
@@ -5014,34 +4262,32 @@ do
5014 IFS=$as_save_IFS 4262 IFS=$as_save_IFS
5015 test -z "$as_dir" && as_dir=. 4263 test -z "$as_dir" && as_dir=.
5016 for ac_exec_ext in '' $ac_executable_extensions; do 4264 for ac_exec_ext in '' $ac_executable_extensions; do
5017 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 4265 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5018 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" 4266 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5019 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4267 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5020 break 2 4268 break 2
5021 fi 4269 fi
5022done 4270done
5023done 4271done
5024IFS=$as_save_IFS
5025 4272
5026fi 4273fi
5027fi 4274fi
5028OBJDUMP=$ac_cv_prog_OBJDUMP 4275OBJDUMP=$ac_cv_prog_OBJDUMP
5029if test -n "$OBJDUMP"; then 4276if test -n "$OBJDUMP"; then
5030 { echo "$as_me:$LINENO: result: $OBJDUMP" >&5 4277 echo "$as_me:$LINENO: result: $OBJDUMP" >&5
5031echo "${ECHO_T}$OBJDUMP" >&6; } 4278echo "${ECHO_T}$OBJDUMP" >&6
5032else 4279else
5033 { echo "$as_me:$LINENO: result: no" >&5 4280 echo "$as_me:$LINENO: result: no" >&5
5034echo "${ECHO_T}no" >&6; } 4281echo "${ECHO_T}no" >&6
5035fi 4282fi
5036 4283
5037
5038fi 4284fi
5039if test -z "$ac_cv_prog_OBJDUMP"; then 4285if test -z "$ac_cv_prog_OBJDUMP"; then
5040 ac_ct_OBJDUMP=$OBJDUMP 4286 ac_ct_OBJDUMP=$OBJDUMP
5041 # Extract the first word of "objdump", so it can be a program name with args. 4287 # Extract the first word of "objdump", so it can be a program name with args.
5042set dummy objdump; ac_word=$2 4288set dummy objdump; ac_word=$2
5043{ echo "$as_me:$LINENO: checking for $ac_word" >&5 4289echo "$as_me:$LINENO: checking for $ac_word" >&5
5044echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 4290echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5045if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then 4291if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then
5046 echo $ECHO_N "(cached) $ECHO_C" >&6 4292 echo $ECHO_N "(cached) $ECHO_C" >&6
5047else 4293else
@@ -5054,41 +4300,27 @@ do
5054 IFS=$as_save_IFS 4300 IFS=$as_save_IFS
5055 test -z "$as_dir" && as_dir=. 4301 test -z "$as_dir" && as_dir=.
5056 for ac_exec_ext in '' $ac_executable_extensions; do 4302 for ac_exec_ext in '' $ac_executable_extensions; do
5057 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 4303 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5058 ac_cv_prog_ac_ct_OBJDUMP="objdump" 4304 ac_cv_prog_ac_ct_OBJDUMP="objdump"
5059 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4305 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5060 break 2 4306 break 2
5061 fi 4307 fi
5062done 4308done
5063done 4309done
5064IFS=$as_save_IFS
5065 4310
4311 test -z "$ac_cv_prog_ac_ct_OBJDUMP" && ac_cv_prog_ac_ct_OBJDUMP="false"
5066fi 4312fi
5067fi 4313fi
5068ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP 4314ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5069if test -n "$ac_ct_OBJDUMP"; then 4315if test -n "$ac_ct_OBJDUMP"; then
5070 { echo "$as_me:$LINENO: result: $ac_ct_OBJDUMP" >&5 4316 echo "$as_me:$LINENO: result: $ac_ct_OBJDUMP" >&5
5071echo "${ECHO_T}$ac_ct_OBJDUMP" >&6; } 4317echo "${ECHO_T}$ac_ct_OBJDUMP" >&6
5072else 4318else
5073 { echo "$as_me:$LINENO: result: no" >&5 4319 echo "$as_me:$LINENO: result: no" >&5
5074echo "${ECHO_T}no" >&6; } 4320echo "${ECHO_T}no" >&6
5075fi 4321fi
5076 4322
5077 if test "x$ac_ct_OBJDUMP" = x; then 4323 OBJDUMP=$ac_ct_OBJDUMP
5078 OBJDUMP="false"
5079 else
5080 case $cross_compiling:$ac_tool_warned in
5081yes:)
5082{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5083whose name does not start with the host triplet. If you think this
5084configuration is useful to you, please write to autoconf@gnu.org." >&5
5085echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5086whose name does not start with the host triplet. If you think this
5087configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5088ac_tool_warned=yes ;;
5089esac
5090 OBJDUMP=$ac_ct_OBJDUMP
5091 fi
5092else 4324else
5093 OBJDUMP="$ac_cv_prog_OBJDUMP" 4325 OBJDUMP="$ac_cv_prog_OBJDUMP"
5094fi 4326fi
@@ -5105,8 +4337,8 @@ ac_cpp='$CPP $CPPFLAGS'
5105ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 4337ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5106ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 4338ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5107ac_compiler_gnu=$ac_cv_c_compiler_gnu 4339ac_compiler_gnu=$ac_cv_c_compiler_gnu
5108{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 4340echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5109echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; } 4341echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
5110# On Suns, sometimes $CPP names a directory. 4342# On Suns, sometimes $CPP names a directory.
5111if test -n "$CPP" && test -d "$CPP"; then 4343if test -n "$CPP" && test -d "$CPP"; then
5112 CPP= 4344 CPP=
@@ -5140,13 +4372,8 @@ cat >>conftest.$ac_ext <<_ACEOF
5140#endif 4372#endif
5141 Syntax error 4373 Syntax error
5142_ACEOF 4374_ACEOF
5143if { (ac_try="$ac_cpp conftest.$ac_ext" 4375if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5144case "(($ac_try" in 4376 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5145 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5146 *) ac_try_echo=$ac_try;;
5147esac
5148eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5149 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5150 ac_status=$? 4377 ac_status=$?
5151 grep -v '^ *+' conftest.er1 >conftest.err 4378 grep -v '^ *+' conftest.er1 >conftest.err
5152 rm -f conftest.er1 4379 rm -f conftest.er1
@@ -5171,10 +4398,9 @@ sed 's/^/| /' conftest.$ac_ext >&5
5171 # Broken: fails on valid input. 4398 # Broken: fails on valid input.
5172continue 4399continue
5173fi 4400fi
5174
5175rm -f conftest.err conftest.$ac_ext 4401rm -f conftest.err conftest.$ac_ext
5176 4402
5177 # OK, works on sane cases. Now check whether nonexistent headers 4403 # OK, works on sane cases. Now check whether non-existent headers
5178 # can be detected and how. 4404 # can be detected and how.
5179 cat >conftest.$ac_ext <<_ACEOF 4405 cat >conftest.$ac_ext <<_ACEOF
5180/* confdefs.h. */ 4406/* confdefs.h. */
@@ -5184,13 +4410,8 @@ cat >>conftest.$ac_ext <<_ACEOF
5184/* end confdefs.h. */ 4410/* end confdefs.h. */
5185#include <ac_nonexistent.h> 4411#include <ac_nonexistent.h>
5186_ACEOF 4412_ACEOF
5187if { (ac_try="$ac_cpp conftest.$ac_ext" 4413if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5188case "(($ac_try" in 4414 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5189 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5190 *) ac_try_echo=$ac_try;;
5191esac
5192eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5193 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5194 ac_status=$? 4415 ac_status=$?
5195 grep -v '^ *+' conftest.er1 >conftest.err 4416 grep -v '^ *+' conftest.er1 >conftest.err
5196 rm -f conftest.er1 4417 rm -f conftest.er1
@@ -5217,7 +4438,6 @@ sed 's/^/| /' conftest.$ac_ext >&5
5217ac_preproc_ok=: 4438ac_preproc_ok=:
5218break 4439break
5219fi 4440fi
5220
5221rm -f conftest.err conftest.$ac_ext 4441rm -f conftest.err conftest.$ac_ext
5222 4442
5223done 4443done
@@ -5235,8 +4455,8 @@ fi
5235else 4455else
5236 ac_cv_prog_CPP=$CPP 4456 ac_cv_prog_CPP=$CPP
5237fi 4457fi
5238{ echo "$as_me:$LINENO: result: $CPP" >&5 4458echo "$as_me:$LINENO: result: $CPP" >&5
5239echo "${ECHO_T}$CPP" >&6; } 4459echo "${ECHO_T}$CPP" >&6
5240ac_preproc_ok=false 4460ac_preproc_ok=false
5241for ac_c_preproc_warn_flag in '' yes 4461for ac_c_preproc_warn_flag in '' yes
5242do 4462do
@@ -5259,13 +4479,8 @@ cat >>conftest.$ac_ext <<_ACEOF
5259#endif 4479#endif
5260 Syntax error 4480 Syntax error
5261_ACEOF 4481_ACEOF
5262if { (ac_try="$ac_cpp conftest.$ac_ext" 4482if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5263case "(($ac_try" in 4483 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5264 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5265 *) ac_try_echo=$ac_try;;
5266esac
5267eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5268 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5269 ac_status=$? 4484 ac_status=$?
5270 grep -v '^ *+' conftest.er1 >conftest.err 4485 grep -v '^ *+' conftest.er1 >conftest.err
5271 rm -f conftest.er1 4486 rm -f conftest.er1
@@ -5290,10 +4505,9 @@ sed 's/^/| /' conftest.$ac_ext >&5
5290 # Broken: fails on valid input. 4505 # Broken: fails on valid input.
5291continue 4506continue
5292fi 4507fi
5293
5294rm -f conftest.err conftest.$ac_ext 4508rm -f conftest.err conftest.$ac_ext
5295 4509
5296 # OK, works on sane cases. Now check whether nonexistent headers 4510 # OK, works on sane cases. Now check whether non-existent headers
5297 # can be detected and how. 4511 # can be detected and how.
5298 cat >conftest.$ac_ext <<_ACEOF 4512 cat >conftest.$ac_ext <<_ACEOF
5299/* confdefs.h. */ 4513/* confdefs.h. */
@@ -5303,13 +4517,8 @@ cat >>conftest.$ac_ext <<_ACEOF
5303/* end confdefs.h. */ 4517/* end confdefs.h. */
5304#include <ac_nonexistent.h> 4518#include <ac_nonexistent.h>
5305_ACEOF 4519_ACEOF
5306if { (ac_try="$ac_cpp conftest.$ac_ext" 4520if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5307case "(($ac_try" in 4521 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5308 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5309 *) ac_try_echo=$ac_try;;
5310esac
5311eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5312 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5313 ac_status=$? 4522 ac_status=$?
5314 grep -v '^ *+' conftest.er1 >conftest.err 4523 grep -v '^ *+' conftest.er1 >conftest.err
5315 rm -f conftest.er1 4524 rm -f conftest.er1
@@ -5336,7 +4545,6 @@ sed 's/^/| /' conftest.$ac_ext >&5
5336ac_preproc_ok=: 4545ac_preproc_ok=:
5337break 4546break
5338fi 4547fi
5339
5340rm -f conftest.err conftest.$ac_ext 4548rm -f conftest.err conftest.$ac_ext
5341 4549
5342done 4550done
@@ -5359,8 +4567,8 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
5359ac_compiler_gnu=$ac_cv_c_compiler_gnu 4567ac_compiler_gnu=$ac_cv_c_compiler_gnu
5360 4568
5361 4569
5362{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5 4570echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5363echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } 4571echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
5364if test "${ac_cv_header_stdc+set}" = set; then 4572if test "${ac_cv_header_stdc+set}" = set; then
5365 echo $ECHO_N "(cached) $ECHO_C" >&6 4573 echo $ECHO_N "(cached) $ECHO_C" >&6
5366else 4574else
@@ -5384,36 +4592,24 @@ main ()
5384} 4592}
5385_ACEOF 4593_ACEOF
5386rm -f conftest.$ac_objext 4594rm -f conftest.$ac_objext
5387if { (ac_try="$ac_compile" 4595if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5388case "(($ac_try" in 4596 (eval $ac_compile) 2>conftest.er1
5389 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5390 *) ac_try_echo=$ac_try;;
5391esac
5392eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5393 (eval "$ac_compile") 2>conftest.er1
5394 ac_status=$? 4597 ac_status=$?
5395 grep -v '^ *+' conftest.er1 >conftest.err 4598 grep -v '^ *+' conftest.er1 >conftest.err
5396 rm -f conftest.er1 4599 rm -f conftest.er1
5397 cat conftest.err >&5 4600 cat conftest.err >&5
5398 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5399 (exit $ac_status); } && 4602 (exit $ac_status); } &&
5400 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4603 { ac_try='test -z "$ac_c_werror_flag"
5401 { (case "(($ac_try" in 4604 || test ! -s conftest.err'
5402 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4605 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5403 *) ac_try_echo=$ac_try;; 4606 (eval $ac_try) 2>&5
5404esac
5405eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5406 (eval "$ac_try") 2>&5
5407 ac_status=$? 4607 ac_status=$?
5408 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5409 (exit $ac_status); }; } && 4609 (exit $ac_status); }; } &&
5410 { ac_try='test -s conftest.$ac_objext' 4610 { ac_try='test -s conftest.$ac_objext'
5411 { (case "(($ac_try" in 4611 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5412 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4612 (eval $ac_try) 2>&5
5413 *) ac_try_echo=$ac_try;;
5414esac
5415eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5416 (eval "$ac_try") 2>&5
5417 ac_status=$? 4613 ac_status=$?
5418 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5419 (exit $ac_status); }; }; then 4615 (exit $ac_status); }; }; then
@@ -5422,10 +4618,9 @@ else
5422 echo "$as_me: failed program was:" >&5 4618 echo "$as_me: failed program was:" >&5
5423sed 's/^/| /' conftest.$ac_ext >&5 4619sed 's/^/| /' conftest.$ac_ext >&5
5424 4620
5425 ac_cv_header_stdc=no 4621ac_cv_header_stdc=no
5426fi 4622fi
5427 4623rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5428rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5429 4624
5430if test $ac_cv_header_stdc = yes; then 4625if test $ac_cv_header_stdc = yes; then
5431 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 4626 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
@@ -5481,7 +4676,6 @@ cat confdefs.h >>conftest.$ac_ext
5481cat >>conftest.$ac_ext <<_ACEOF 4676cat >>conftest.$ac_ext <<_ACEOF
5482/* end confdefs.h. */ 4677/* end confdefs.h. */
5483#include <ctype.h> 4678#include <ctype.h>
5484#include <stdlib.h>
5485#if ((' ' & 0x0FF) == 0x020) 4679#if ((' ' & 0x0FF) == 0x020)
5486# define ISLOWER(c) ('a' <= (c) && (c) <= 'z') 4680# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5487# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) 4681# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
@@ -5501,27 +4695,18 @@ main ()
5501 for (i = 0; i < 256; i++) 4695 for (i = 0; i < 256; i++)
5502 if (XOR (islower (i), ISLOWER (i)) 4696 if (XOR (islower (i), ISLOWER (i))
5503 || toupper (i) != TOUPPER (i)) 4697 || toupper (i) != TOUPPER (i))
5504 return 2; 4698 exit(2);
5505 return 0; 4699 exit (0);
5506} 4700}
5507_ACEOF 4701_ACEOF
5508rm -f conftest$ac_exeext 4702rm -f conftest$ac_exeext
5509if { (ac_try="$ac_link" 4703if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5510case "(($ac_try" in 4704 (eval $ac_link) 2>&5
5511 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5512 *) ac_try_echo=$ac_try;;
5513esac
5514eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5515 (eval "$ac_link") 2>&5
5516 ac_status=$? 4705 ac_status=$?
5517 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5518 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 4707 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5519 { (case "(($ac_try" in 4708 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5520 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4709 (eval $ac_try) 2>&5
5521 *) ac_try_echo=$ac_try;;
5522esac
5523eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5524 (eval "$ac_try") 2>&5
5525 ac_status=$? 4710 ac_status=$?
5526 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5527 (exit $ac_status); }; }; then 4712 (exit $ac_status); }; }; then
@@ -5534,14 +4719,12 @@ sed 's/^/| /' conftest.$ac_ext >&5
5534( exit $ac_status ) 4719( exit $ac_status )
5535ac_cv_header_stdc=no 4720ac_cv_header_stdc=no
5536fi 4721fi
5537rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 4722rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5538fi 4723fi
5539
5540
5541fi 4724fi
5542fi 4725fi
5543{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 4726echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5544echo "${ECHO_T}$ac_cv_header_stdc" >&6; } 4727echo "${ECHO_T}$ac_cv_header_stdc" >&6
5545if test $ac_cv_header_stdc = yes; then 4728if test $ac_cv_header_stdc = yes; then
5546 4729
5547cat >>confdefs.h <<\_ACEOF 4730cat >>confdefs.h <<\_ACEOF
@@ -5564,9 +4747,9 @@ for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5564 inttypes.h stdint.h unistd.h 4747 inttypes.h stdint.h unistd.h
5565do 4748do
5566as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 4749as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5567{ echo "$as_me:$LINENO: checking for $ac_header" >&5 4750echo "$as_me:$LINENO: checking for $ac_header" >&5
5568echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 4751echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5569if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 4752if eval "test \"\${$as_ac_Header+set}\" = set"; then
5570 echo $ECHO_N "(cached) $ECHO_C" >&6 4753 echo $ECHO_N "(cached) $ECHO_C" >&6
5571else 4754else
5572 cat >conftest.$ac_ext <<_ACEOF 4755 cat >conftest.$ac_ext <<_ACEOF
@@ -5580,36 +4763,24 @@ $ac_includes_default
5580#include <$ac_header> 4763#include <$ac_header>
5581_ACEOF 4764_ACEOF
5582rm -f conftest.$ac_objext 4765rm -f conftest.$ac_objext
5583if { (ac_try="$ac_compile" 4766if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5584case "(($ac_try" in 4767 (eval $ac_compile) 2>conftest.er1
5585 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5586 *) ac_try_echo=$ac_try;;
5587esac
5588eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5589 (eval "$ac_compile") 2>conftest.er1
5590 ac_status=$? 4768 ac_status=$?
5591 grep -v '^ *+' conftest.er1 >conftest.err 4769 grep -v '^ *+' conftest.er1 >conftest.err
5592 rm -f conftest.er1 4770 rm -f conftest.er1
5593 cat conftest.err >&5 4771 cat conftest.err >&5
5594 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5595 (exit $ac_status); } && 4773 (exit $ac_status); } &&
5596 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4774 { ac_try='test -z "$ac_c_werror_flag"
5597 { (case "(($ac_try" in 4775 || test ! -s conftest.err'
5598 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4776 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5599 *) ac_try_echo=$ac_try;; 4777 (eval $ac_try) 2>&5
5600esac
5601eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5602 (eval "$ac_try") 2>&5
5603 ac_status=$? 4778 ac_status=$?
5604 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5605 (exit $ac_status); }; } && 4780 (exit $ac_status); }; } &&
5606 { ac_try='test -s conftest.$ac_objext' 4781 { ac_try='test -s conftest.$ac_objext'
5607 { (case "(($ac_try" in 4782 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5608 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4783 (eval $ac_try) 2>&5
5609 *) ac_try_echo=$ac_try;;
5610esac
5611eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5612 (eval "$ac_try") 2>&5
5613 ac_status=$? 4784 ac_status=$?
5614 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5615 (exit $ac_status); }; }; then 4786 (exit $ac_status); }; }; then
@@ -5618,14 +4789,12 @@ else
5618 echo "$as_me: failed program was:" >&5 4789 echo "$as_me: failed program was:" >&5
5619sed 's/^/| /' conftest.$ac_ext >&5 4790sed 's/^/| /' conftest.$ac_ext >&5
5620 4791
5621 eval "$as_ac_Header=no" 4792eval "$as_ac_Header=no"
5622fi 4793fi
5623 4794rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5624rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5625fi 4795fi
5626ac_res=`eval echo '${'$as_ac_Header'}'` 4796echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5627 { echo "$as_me:$LINENO: result: $ac_res" >&5 4797echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5628echo "${ECHO_T}$ac_res" >&6; }
5629if test `eval echo '${'$as_ac_Header'}'` = yes; then 4798if test `eval echo '${'$as_ac_Header'}'` = yes; then
5630 cat >>confdefs.h <<_ACEOF 4799 cat >>confdefs.h <<_ACEOF
5631#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 4800#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
@@ -5640,19 +4809,18 @@ done
5640for ac_header in dlfcn.h 4809for ac_header in dlfcn.h
5641do 4810do
5642as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 4811as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5643if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 4812if eval "test \"\${$as_ac_Header+set}\" = set"; then
5644 { echo "$as_me:$LINENO: checking for $ac_header" >&5 4813 echo "$as_me:$LINENO: checking for $ac_header" >&5
5645echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 4814echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5646if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 4815if eval "test \"\${$as_ac_Header+set}\" = set"; then
5647 echo $ECHO_N "(cached) $ECHO_C" >&6 4816 echo $ECHO_N "(cached) $ECHO_C" >&6
5648fi 4817fi
5649ac_res=`eval echo '${'$as_ac_Header'}'` 4818echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5650 { echo "$as_me:$LINENO: result: $ac_res" >&5 4819echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5651echo "${ECHO_T}$ac_res" >&6; }
5652else 4820else
5653 # Is the header compilable? 4821 # Is the header compilable?
5654{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 4822echo "$as_me:$LINENO: checking $ac_header usability" >&5
5655echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 4823echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
5656cat >conftest.$ac_ext <<_ACEOF 4824cat >conftest.$ac_ext <<_ACEOF
5657/* confdefs.h. */ 4825/* confdefs.h. */
5658_ACEOF 4826_ACEOF
@@ -5663,36 +4831,24 @@ $ac_includes_default
5663#include <$ac_header> 4831#include <$ac_header>
5664_ACEOF 4832_ACEOF
5665rm -f conftest.$ac_objext 4833rm -f conftest.$ac_objext
5666if { (ac_try="$ac_compile" 4834if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5667case "(($ac_try" in 4835 (eval $ac_compile) 2>conftest.er1
5668 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5669 *) ac_try_echo=$ac_try;;
5670esac
5671eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5672 (eval "$ac_compile") 2>conftest.er1
5673 ac_status=$? 4836 ac_status=$?
5674 grep -v '^ *+' conftest.er1 >conftest.err 4837 grep -v '^ *+' conftest.er1 >conftest.err
5675 rm -f conftest.er1 4838 rm -f conftest.er1
5676 cat conftest.err >&5 4839 cat conftest.err >&5
5677 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5678 (exit $ac_status); } && 4841 (exit $ac_status); } &&
5679 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4842 { ac_try='test -z "$ac_c_werror_flag"
5680 { (case "(($ac_try" in 4843 || test ! -s conftest.err'
5681 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4844 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5682 *) ac_try_echo=$ac_try;; 4845 (eval $ac_try) 2>&5
5683esac
5684eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5685 (eval "$ac_try") 2>&5
5686 ac_status=$? 4846 ac_status=$?
5687 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5688 (exit $ac_status); }; } && 4848 (exit $ac_status); }; } &&
5689 { ac_try='test -s conftest.$ac_objext' 4849 { ac_try='test -s conftest.$ac_objext'
5690 { (case "(($ac_try" in 4850 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5691 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4851 (eval $ac_try) 2>&5
5692 *) ac_try_echo=$ac_try;;
5693esac
5694eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5695 (eval "$ac_try") 2>&5
5696 ac_status=$? 4852 ac_status=$?
5697 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5698 (exit $ac_status); }; }; then 4854 (exit $ac_status); }; }; then
@@ -5701,16 +4857,15 @@ else
5701 echo "$as_me: failed program was:" >&5 4857 echo "$as_me: failed program was:" >&5
5702sed 's/^/| /' conftest.$ac_ext >&5 4858sed 's/^/| /' conftest.$ac_ext >&5
5703 4859
5704 ac_header_compiler=no 4860ac_header_compiler=no
5705fi 4861fi
5706 4862rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5707rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4863echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5708{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 4864echo "${ECHO_T}$ac_header_compiler" >&6
5709echo "${ECHO_T}$ac_header_compiler" >&6; }
5710 4865
5711# Is the header present? 4866# Is the header present?
5712{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 4867echo "$as_me:$LINENO: checking $ac_header presence" >&5
5713echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 4868echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
5714cat >conftest.$ac_ext <<_ACEOF 4869cat >conftest.$ac_ext <<_ACEOF
5715/* confdefs.h. */ 4870/* confdefs.h. */
5716_ACEOF 4871_ACEOF
@@ -5719,13 +4874,8 @@ cat >>conftest.$ac_ext <<_ACEOF
5719/* end confdefs.h. */ 4874/* end confdefs.h. */
5720#include <$ac_header> 4875#include <$ac_header>
5721_ACEOF 4876_ACEOF
5722if { (ac_try="$ac_cpp conftest.$ac_ext" 4877if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5723case "(($ac_try" in 4878 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5724 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5725 *) ac_try_echo=$ac_try;;
5726esac
5727eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5728 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5729 ac_status=$? 4879 ac_status=$?
5730 grep -v '^ *+' conftest.er1 >conftest.err 4880 grep -v '^ *+' conftest.er1 >conftest.err
5731 rm -f conftest.er1 4881 rm -f conftest.er1
@@ -5749,10 +4899,9 @@ sed 's/^/| /' conftest.$ac_ext >&5
5749 4899
5750 ac_header_preproc=no 4900 ac_header_preproc=no
5751fi 4901fi
5752
5753rm -f conftest.err conftest.$ac_ext 4902rm -f conftest.err conftest.$ac_ext
5754{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 4903echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5755echo "${ECHO_T}$ac_header_preproc" >&6; } 4904echo "${ECHO_T}$ac_header_preproc" >&6
5756 4905
5757# So? What about this header? 4906# So? What about this header?
5758case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 4907case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
@@ -5776,24 +4925,25 @@ echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\
5776echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 4925echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
5777 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 4926 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
5778echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 4927echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
5779 ( cat <<\_ASBOX 4928 (
4929 cat <<\_ASBOX
5780## ---------------------------------- ## 4930## ---------------------------------- ##
5781## Report this to bug-libtool@gnu.org ## 4931## Report this to bug-libtool@gnu.org ##
5782## ---------------------------------- ## 4932## ---------------------------------- ##
5783_ASBOX 4933_ASBOX
5784 ) | sed "s/^/$as_me: WARNING: /" >&2 4934 ) |
4935 sed "s/^/$as_me: WARNING: /" >&2
5785 ;; 4936 ;;
5786esac 4937esac
5787{ echo "$as_me:$LINENO: checking for $ac_header" >&5 4938echo "$as_me:$LINENO: checking for $ac_header" >&5
5788echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 4939echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5789if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 4940if eval "test \"\${$as_ac_Header+set}\" = set"; then
5790 echo $ECHO_N "(cached) $ECHO_C" >&6 4941 echo $ECHO_N "(cached) $ECHO_C" >&6
5791else 4942else
5792 eval "$as_ac_Header=\$ac_header_preproc" 4943 eval "$as_ac_Header=\$ac_header_preproc"
5793fi 4944fi
5794ac_res=`eval echo '${'$as_ac_Header'}'` 4945echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5795 { echo "$as_me:$LINENO: result: $ac_res" >&5 4946echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5796echo "${ECHO_T}$ac_res" >&6; }
5797 4947
5798fi 4948fi
5799if test `eval echo '${'$as_ac_Header'}'` = yes; then 4949if test `eval echo '${'$as_ac_Header'}'` = yes; then
@@ -5805,22 +4955,18 @@ fi
5805 4955
5806done 4956done
5807 4957
5808ac_ext=cpp 4958ac_ext=cc
5809ac_cpp='$CXXCPP $CPPFLAGS' 4959ac_cpp='$CXXCPP $CPPFLAGS'
5810ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 4960ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5811ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 4961ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5812ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 4962ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5813if test -z "$CXX"; then 4963if test -n "$ac_tool_prefix"; then
5814 if test -n "$CCC"; then 4964 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
5815 CXX=$CCC
5816 else
5817 if test -n "$ac_tool_prefix"; then
5818 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
5819 do 4965 do
5820 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 4966 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5821set dummy $ac_tool_prefix$ac_prog; ac_word=$2 4967set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5822{ echo "$as_me:$LINENO: checking for $ac_word" >&5 4968echo "$as_me:$LINENO: checking for $ac_word" >&5
5823echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 4969echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5824if test "${ac_cv_prog_CXX+set}" = set; then 4970if test "${ac_cv_prog_CXX+set}" = set; then
5825 echo $ECHO_N "(cached) $ECHO_C" >&6 4971 echo $ECHO_N "(cached) $ECHO_C" >&6
5826else 4972else
@@ -5833,38 +4979,36 @@ do
5833 IFS=$as_save_IFS 4979 IFS=$as_save_IFS
5834 test -z "$as_dir" && as_dir=. 4980 test -z "$as_dir" && as_dir=.
5835 for ac_exec_ext in '' $ac_executable_extensions; do 4981 for ac_exec_ext in '' $ac_executable_extensions; do
5836 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 4982 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5837 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 4983 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
5838 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4984 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5839 break 2 4985 break 2
5840 fi 4986 fi
5841done 4987done
5842done 4988done
5843IFS=$as_save_IFS
5844 4989
5845fi 4990fi
5846fi 4991fi
5847CXX=$ac_cv_prog_CXX 4992CXX=$ac_cv_prog_CXX
5848if test -n "$CXX"; then 4993if test -n "$CXX"; then
5849 { echo "$as_me:$LINENO: result: $CXX" >&5 4994 echo "$as_me:$LINENO: result: $CXX" >&5
5850echo "${ECHO_T}$CXX" >&6; } 4995echo "${ECHO_T}$CXX" >&6
5851else 4996else
5852 { echo "$as_me:$LINENO: result: no" >&5 4997 echo "$as_me:$LINENO: result: no" >&5
5853echo "${ECHO_T}no" >&6; } 4998echo "${ECHO_T}no" >&6
5854fi 4999fi
5855 5000
5856
5857 test -n "$CXX" && break 5001 test -n "$CXX" && break
5858 done 5002 done
5859fi 5003fi
5860if test -z "$CXX"; then 5004if test -z "$CXX"; then
5861 ac_ct_CXX=$CXX 5005 ac_ct_CXX=$CXX
5862 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC 5006 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
5863do 5007do
5864 # Extract the first word of "$ac_prog", so it can be a program name with args. 5008 # Extract the first word of "$ac_prog", so it can be a program name with args.
5865set dummy $ac_prog; ac_word=$2 5009set dummy $ac_prog; ac_word=$2
5866{ echo "$as_me:$LINENO: checking for $ac_word" >&5 5010echo "$as_me:$LINENO: checking for $ac_word" >&5
5867echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 5011echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5868if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then 5012if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
5869 echo $ECHO_N "(cached) $ECHO_C" >&6 5013 echo $ECHO_N "(cached) $ECHO_C" >&6
5870else 5014else
@@ -5877,85 +5021,55 @@ do
5877 IFS=$as_save_IFS 5021 IFS=$as_save_IFS
5878 test -z "$as_dir" && as_dir=. 5022 test -z "$as_dir" && as_dir=.
5879 for ac_exec_ext in '' $ac_executable_extensions; do 5023 for ac_exec_ext in '' $ac_executable_extensions; do
5880 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 5024 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5881 ac_cv_prog_ac_ct_CXX="$ac_prog" 5025 ac_cv_prog_ac_ct_CXX="$ac_prog"
5882 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 5026 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5883 break 2 5027 break 2
5884 fi 5028 fi
5885done 5029done
5886done 5030done
5887IFS=$as_save_IFS
5888 5031
5889fi 5032fi
5890fi 5033fi
5891ac_ct_CXX=$ac_cv_prog_ac_ct_CXX 5034ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
5892if test -n "$ac_ct_CXX"; then 5035if test -n "$ac_ct_CXX"; then
5893 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 5036 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
5894echo "${ECHO_T}$ac_ct_CXX" >&6; } 5037echo "${ECHO_T}$ac_ct_CXX" >&6
5895else 5038else
5896 { echo "$as_me:$LINENO: result: no" >&5 5039 echo "$as_me:$LINENO: result: no" >&5
5897echo "${ECHO_T}no" >&6; } 5040echo "${ECHO_T}no" >&6
5898fi 5041fi
5899 5042
5900
5901 test -n "$ac_ct_CXX" && break 5043 test -n "$ac_ct_CXX" && break
5902done 5044done
5045test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
5903 5046
5904 if test "x$ac_ct_CXX" = x; then 5047 CXX=$ac_ct_CXX
5905 CXX="g++"
5906 else
5907 case $cross_compiling:$ac_tool_warned in
5908yes:)
5909{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5910whose name does not start with the host triplet. If you think this
5911configuration is useful to you, please write to autoconf@gnu.org." >&5
5912echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5913whose name does not start with the host triplet. If you think this
5914configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5915ac_tool_warned=yes ;;
5916esac
5917 CXX=$ac_ct_CXX
5918 fi
5919fi 5048fi
5920 5049
5921 fi 5050
5922fi
5923# Provide some information about the compiler. 5051# Provide some information about the compiler.
5924echo "$as_me:$LINENO: checking for C++ compiler version" >&5 5052echo "$as_me:$LINENO:" \
5053 "checking for C++ compiler version" >&5
5925ac_compiler=`set X $ac_compile; echo $2` 5054ac_compiler=`set X $ac_compile; echo $2`
5926{ (ac_try="$ac_compiler --version >&5" 5055{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
5927case "(($ac_try" in 5056 (eval $ac_compiler --version </dev/null >&5) 2>&5
5928 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5929 *) ac_try_echo=$ac_try;;
5930esac
5931eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5932 (eval "$ac_compiler --version >&5") 2>&5
5933 ac_status=$? 5057 ac_status=$?
5934 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5935 (exit $ac_status); } 5059 (exit $ac_status); }
5936{ (ac_try="$ac_compiler -v >&5" 5060{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
5937case "(($ac_try" in 5061 (eval $ac_compiler -v </dev/null >&5) 2>&5
5938 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5939 *) ac_try_echo=$ac_try;;
5940esac
5941eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5942 (eval "$ac_compiler -v >&5") 2>&5
5943 ac_status=$? 5062 ac_status=$?
5944 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5945 (exit $ac_status); } 5064 (exit $ac_status); }
5946{ (ac_try="$ac_compiler -V >&5" 5065{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
5947case "(($ac_try" in 5066 (eval $ac_compiler -V </dev/null >&5) 2>&5
5948 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5949 *) ac_try_echo=$ac_try;;
5950esac
5951eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5952 (eval "$ac_compiler -V >&5") 2>&5
5953 ac_status=$? 5067 ac_status=$?
5954 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5955 (exit $ac_status); } 5069 (exit $ac_status); }
5956 5070
5957{ echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 5071echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
5958echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; } 5072echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
5959if test "${ac_cv_cxx_compiler_gnu+set}" = set; then 5073if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
5960 echo $ECHO_N "(cached) $ECHO_C" >&6 5074 echo $ECHO_N "(cached) $ECHO_C" >&6
5961else 5075else
@@ -5978,36 +5092,24 @@ main ()
5978} 5092}
5979_ACEOF 5093_ACEOF
5980rm -f conftest.$ac_objext 5094rm -f conftest.$ac_objext
5981if { (ac_try="$ac_compile" 5095if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5982case "(($ac_try" in 5096 (eval $ac_compile) 2>conftest.er1
5983 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5984 *) ac_try_echo=$ac_try;;
5985esac
5986eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5987 (eval "$ac_compile") 2>conftest.er1
5988 ac_status=$? 5097 ac_status=$?
5989 grep -v '^ *+' conftest.er1 >conftest.err 5098 grep -v '^ *+' conftest.er1 >conftest.err
5990 rm -f conftest.er1 5099 rm -f conftest.er1
5991 cat conftest.err >&5 5100 cat conftest.err >&5
5992 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5993 (exit $ac_status); } && 5102 (exit $ac_status); } &&
5994 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 5103 { ac_try='test -z "$ac_cxx_werror_flag"
5995 { (case "(($ac_try" in 5104 || test ! -s conftest.err'
5996 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5105 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5997 *) ac_try_echo=$ac_try;; 5106 (eval $ac_try) 2>&5
5998esac
5999eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6000 (eval "$ac_try") 2>&5
6001 ac_status=$? 5107 ac_status=$?
6002 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6003 (exit $ac_status); }; } && 5109 (exit $ac_status); }; } &&
6004 { ac_try='test -s conftest.$ac_objext' 5110 { ac_try='test -s conftest.$ac_objext'
6005 { (case "(($ac_try" in 5111 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6006 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5112 (eval $ac_try) 2>&5
6007 *) ac_try_echo=$ac_try;;
6008esac
6009eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6010 (eval "$ac_try") 2>&5
6011 ac_status=$? 5113 ac_status=$?
6012 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6013 (exit $ac_status); }; }; then 5115 (exit $ac_status); }; }; then
@@ -6016,28 +5118,24 @@ else
6016 echo "$as_me: failed program was:" >&5 5118 echo "$as_me: failed program was:" >&5
6017sed 's/^/| /' conftest.$ac_ext >&5 5119sed 's/^/| /' conftest.$ac_ext >&5
6018 5120
6019 ac_compiler_gnu=no 5121ac_compiler_gnu=no
6020fi 5122fi
6021 5123rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6022rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6023ac_cv_cxx_compiler_gnu=$ac_compiler_gnu 5124ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
6024 5125
6025fi 5126fi
6026{ echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 5127echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
6027echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; } 5128echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
6028GXX=`test $ac_compiler_gnu = yes && echo yes` 5129GXX=`test $ac_compiler_gnu = yes && echo yes`
6029ac_test_CXXFLAGS=${CXXFLAGS+set} 5130ac_test_CXXFLAGS=${CXXFLAGS+set}
6030ac_save_CXXFLAGS=$CXXFLAGS 5131ac_save_CXXFLAGS=$CXXFLAGS
6031{ echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 5132CXXFLAGS="-g"
6032echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; } 5133echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
5134echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
6033if test "${ac_cv_prog_cxx_g+set}" = set; then 5135if test "${ac_cv_prog_cxx_g+set}" = set; then
6034 echo $ECHO_N "(cached) $ECHO_C" >&6 5136 echo $ECHO_N "(cached) $ECHO_C" >&6
6035else 5137else
6036 ac_save_cxx_werror_flag=$ac_cxx_werror_flag 5138 cat >conftest.$ac_ext <<_ACEOF
6037 ac_cxx_werror_flag=yes
6038 ac_cv_prog_cxx_g=no
6039 CXXFLAGS="-g"
6040 cat >conftest.$ac_ext <<_ACEOF
6041/* confdefs.h. */ 5139/* confdefs.h. */
6042_ACEOF 5140_ACEOF
6043cat confdefs.h >>conftest.$ac_ext 5141cat confdefs.h >>conftest.$ac_ext
@@ -6053,36 +5151,24 @@ main ()
6053} 5151}
6054_ACEOF 5152_ACEOF
6055rm -f conftest.$ac_objext 5153rm -f conftest.$ac_objext
6056if { (ac_try="$ac_compile" 5154if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6057case "(($ac_try" in 5155 (eval $ac_compile) 2>conftest.er1
6058 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6059 *) ac_try_echo=$ac_try;;
6060esac
6061eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6062 (eval "$ac_compile") 2>conftest.er1
6063 ac_status=$? 5156 ac_status=$?
6064 grep -v '^ *+' conftest.er1 >conftest.err 5157 grep -v '^ *+' conftest.er1 >conftest.err
6065 rm -f conftest.er1 5158 rm -f conftest.er1
6066 cat conftest.err >&5 5159 cat conftest.err >&5
6067 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5160 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6068 (exit $ac_status); } && 5161 (exit $ac_status); } &&
6069 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 5162 { ac_try='test -z "$ac_cxx_werror_flag"
6070 { (case "(($ac_try" in 5163 || test ! -s conftest.err'
6071 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5164 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6072 *) ac_try_echo=$ac_try;; 5165 (eval $ac_try) 2>&5
6073esac
6074eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6075 (eval "$ac_try") 2>&5
6076 ac_status=$? 5166 ac_status=$?
6077 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6078 (exit $ac_status); }; } && 5168 (exit $ac_status); }; } &&
6079 { ac_try='test -s conftest.$ac_objext' 5169 { ac_try='test -s conftest.$ac_objext'
6080 { (case "(($ac_try" in 5170 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6081 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5171 (eval $ac_try) 2>&5
6082 *) ac_try_echo=$ac_try;;
6083esac
6084eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6085 (eval "$ac_try") 2>&5
6086 ac_status=$? 5172 ac_status=$?
6087 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6088 (exit $ac_status); }; }; then 5174 (exit $ac_status); }; }; then
@@ -6091,53 +5177,70 @@ else
6091 echo "$as_me: failed program was:" >&5 5177 echo "$as_me: failed program was:" >&5
6092sed 's/^/| /' conftest.$ac_ext >&5 5178sed 's/^/| /' conftest.$ac_ext >&5
6093 5179
6094 CXXFLAGS="" 5180ac_cv_prog_cxx_g=no
6095 cat >conftest.$ac_ext <<_ACEOF 5181fi
5182rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5183fi
5184echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
5185echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
5186if test "$ac_test_CXXFLAGS" = set; then
5187 CXXFLAGS=$ac_save_CXXFLAGS
5188elif test $ac_cv_prog_cxx_g = yes; then
5189 if test "$GXX" = yes; then
5190 CXXFLAGS="-g -O2"
5191 else
5192 CXXFLAGS="-g"
5193 fi
5194else
5195 if test "$GXX" = yes; then
5196 CXXFLAGS="-O2"
5197 else
5198 CXXFLAGS=
5199 fi
5200fi
5201for ac_declaration in \
5202 '' \
5203 'extern "C" void std::exit (int) throw (); using std::exit;' \
5204 'extern "C" void std::exit (int); using std::exit;' \
5205 'extern "C" void exit (int) throw ();' \
5206 'extern "C" void exit (int);' \
5207 'void exit (int);'
5208do
5209 cat >conftest.$ac_ext <<_ACEOF
6096/* confdefs.h. */ 5210/* confdefs.h. */
6097_ACEOF 5211_ACEOF
6098cat confdefs.h >>conftest.$ac_ext 5212cat confdefs.h >>conftest.$ac_ext
6099cat >>conftest.$ac_ext <<_ACEOF 5213cat >>conftest.$ac_ext <<_ACEOF
6100/* end confdefs.h. */ 5214/* end confdefs.h. */
6101 5215$ac_declaration
5216#include <stdlib.h>
6102int 5217int
6103main () 5218main ()
6104{ 5219{
6105 5220exit (42);
6106 ; 5221 ;
6107 return 0; 5222 return 0;
6108} 5223}
6109_ACEOF 5224_ACEOF
6110rm -f conftest.$ac_objext 5225rm -f conftest.$ac_objext
6111if { (ac_try="$ac_compile" 5226if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6112case "(($ac_try" in 5227 (eval $ac_compile) 2>conftest.er1
6113 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6114 *) ac_try_echo=$ac_try;;
6115esac
6116eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6117 (eval "$ac_compile") 2>conftest.er1
6118 ac_status=$? 5228 ac_status=$?
6119 grep -v '^ *+' conftest.er1 >conftest.err 5229 grep -v '^ *+' conftest.er1 >conftest.err
6120 rm -f conftest.er1 5230 rm -f conftest.er1
6121 cat conftest.err >&5 5231 cat conftest.err >&5
6122 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5232 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6123 (exit $ac_status); } && 5233 (exit $ac_status); } &&
6124 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 5234 { ac_try='test -z "$ac_cxx_werror_flag"
6125 { (case "(($ac_try" in 5235 || test ! -s conftest.err'
6126 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5236 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6127 *) ac_try_echo=$ac_try;; 5237 (eval $ac_try) 2>&5
6128esac
6129eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6130 (eval "$ac_try") 2>&5
6131 ac_status=$? 5238 ac_status=$?
6132 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6133 (exit $ac_status); }; } && 5240 (exit $ac_status); }; } &&
6134 { ac_try='test -s conftest.$ac_objext' 5241 { ac_try='test -s conftest.$ac_objext'
6135 { (case "(($ac_try" in 5242 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6136 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5243 (eval $ac_try) 2>&5
6137 *) ac_try_echo=$ac_try;;
6138esac
6139eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6140 (eval "$ac_try") 2>&5
6141 ac_status=$? 5244 ac_status=$?
6142 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6143 (exit $ac_status); }; }; then 5246 (exit $ac_status); }; }; then
@@ -6146,92 +5249,62 @@ else
6146 echo "$as_me: failed program was:" >&5 5249 echo "$as_me: failed program was:" >&5
6147sed 's/^/| /' conftest.$ac_ext >&5 5250sed 's/^/| /' conftest.$ac_ext >&5
6148 5251
6149 ac_cxx_werror_flag=$ac_save_cxx_werror_flag 5252continue
6150 CXXFLAGS="-g" 5253fi
6151 cat >conftest.$ac_ext <<_ACEOF 5254rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5255 cat >conftest.$ac_ext <<_ACEOF
6152/* confdefs.h. */ 5256/* confdefs.h. */
6153_ACEOF 5257_ACEOF
6154cat confdefs.h >>conftest.$ac_ext 5258cat confdefs.h >>conftest.$ac_ext
6155cat >>conftest.$ac_ext <<_ACEOF 5259cat >>conftest.$ac_ext <<_ACEOF
6156/* end confdefs.h. */ 5260/* end confdefs.h. */
6157 5261$ac_declaration
6158int 5262int
6159main () 5263main ()
6160{ 5264{
6161 5265exit (42);
6162 ; 5266 ;
6163 return 0; 5267 return 0;
6164} 5268}
6165_ACEOF 5269_ACEOF
6166rm -f conftest.$ac_objext 5270rm -f conftest.$ac_objext
6167if { (ac_try="$ac_compile" 5271if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6168case "(($ac_try" in 5272 (eval $ac_compile) 2>conftest.er1
6169 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6170 *) ac_try_echo=$ac_try;;
6171esac
6172eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6173 (eval "$ac_compile") 2>conftest.er1
6174 ac_status=$? 5273 ac_status=$?
6175 grep -v '^ *+' conftest.er1 >conftest.err 5274 grep -v '^ *+' conftest.er1 >conftest.err
6176 rm -f conftest.er1 5275 rm -f conftest.er1
6177 cat conftest.err >&5 5276 cat conftest.err >&5
6178 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6179 (exit $ac_status); } && 5278 (exit $ac_status); } &&
6180 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 5279 { ac_try='test -z "$ac_cxx_werror_flag"
6181 { (case "(($ac_try" in 5280 || test ! -s conftest.err'
6182 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5281 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6183 *) ac_try_echo=$ac_try;; 5282 (eval $ac_try) 2>&5
6184esac
6185eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6186 (eval "$ac_try") 2>&5
6187 ac_status=$? 5283 ac_status=$?
6188 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5284 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6189 (exit $ac_status); }; } && 5285 (exit $ac_status); }; } &&
6190 { ac_try='test -s conftest.$ac_objext' 5286 { ac_try='test -s conftest.$ac_objext'
6191 { (case "(($ac_try" in 5287 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6192 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5288 (eval $ac_try) 2>&5
6193 *) ac_try_echo=$ac_try;;
6194esac
6195eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6196 (eval "$ac_try") 2>&5
6197 ac_status=$? 5289 ac_status=$?
6198 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5290 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6199 (exit $ac_status); }; }; then 5291 (exit $ac_status); }; }; then
6200 ac_cv_prog_cxx_g=yes 5292 break
6201else 5293else
6202 echo "$as_me: failed program was:" >&5 5294 echo "$as_me: failed program was:" >&5
6203sed 's/^/| /' conftest.$ac_ext >&5 5295sed 's/^/| /' conftest.$ac_ext >&5
6204 5296
6205
6206fi
6207
6208rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6209fi 5297fi
6210 5298rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6211rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5299done
5300rm -f conftest*
5301if test -n "$ac_declaration"; then
5302 echo '#ifdef __cplusplus' >>confdefs.h
5303 echo $ac_declaration >>confdefs.h
5304 echo '#endif' >>confdefs.h
6212fi 5305fi
6213 5306
6214rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5307ac_ext=cc
6215 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
6216fi
6217{ echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
6218echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
6219if test "$ac_test_CXXFLAGS" = set; then
6220 CXXFLAGS=$ac_save_CXXFLAGS
6221elif test $ac_cv_prog_cxx_g = yes; then
6222 if test "$GXX" = yes; then
6223 CXXFLAGS="-g -O2"
6224 else
6225 CXXFLAGS="-g"
6226 fi
6227else
6228 if test "$GXX" = yes; then
6229 CXXFLAGS="-O2"
6230 else
6231 CXXFLAGS=
6232 fi
6233fi
6234ac_ext=cpp
6235ac_cpp='$CXXCPP $CPPFLAGS' 5308ac_cpp='$CXXCPP $CPPFLAGS'
6236ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 5309ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6237ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 5310ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
@@ -6239,8 +5312,8 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
6239 5312
6240depcc="$CXX" am_compiler_list= 5313depcc="$CXX" am_compiler_list=
6241 5314
6242{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 5315echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
6243echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; } 5316echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
6244if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then 5317if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then
6245 echo $ECHO_N "(cached) $ECHO_C" >&6 5318 echo $ECHO_N "(cached) $ECHO_C" >&6
6246else 5319else
@@ -6329,8 +5402,8 @@ else
6329fi 5402fi
6330 5403
6331fi 5404fi
6332{ echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5 5405echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
6333echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6; } 5406echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6
6334CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type 5407CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
6335 5408
6336 5409
@@ -6351,13 +5424,13 @@ fi
6351if test -n "$CXX" && ( test "X$CXX" != "Xno" && 5424if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
6352 ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) || 5425 ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
6353 (test "X$CXX" != "Xg++"))) ; then 5426 (test "X$CXX" != "Xg++"))) ; then
6354 ac_ext=cpp 5427 ac_ext=cc
6355ac_cpp='$CXXCPP $CPPFLAGS' 5428ac_cpp='$CXXCPP $CPPFLAGS'
6356ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 5429ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6357ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 5430ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6358ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 5431ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
6359{ echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5 5432echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
6360echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; } 5433echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
6361if test -z "$CXXCPP"; then 5434if test -z "$CXXCPP"; then
6362 if test "${ac_cv_prog_CXXCPP+set}" = set; then 5435 if test "${ac_cv_prog_CXXCPP+set}" = set; then
6363 echo $ECHO_N "(cached) $ECHO_C" >&6 5436 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6387,13 +5460,8 @@ cat >>conftest.$ac_ext <<_ACEOF
6387#endif 5460#endif
6388 Syntax error 5461 Syntax error
6389_ACEOF 5462_ACEOF
6390if { (ac_try="$ac_cpp conftest.$ac_ext" 5463if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6391case "(($ac_try" in 5464 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6392 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6393 *) ac_try_echo=$ac_try;;
6394esac
6395eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6396 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6397 ac_status=$? 5465 ac_status=$?
6398 grep -v '^ *+' conftest.er1 >conftest.err 5466 grep -v '^ *+' conftest.er1 >conftest.err
6399 rm -f conftest.er1 5467 rm -f conftest.er1
@@ -6418,10 +5486,9 @@ sed 's/^/| /' conftest.$ac_ext >&5
6418 # Broken: fails on valid input. 5486 # Broken: fails on valid input.
6419continue 5487continue
6420fi 5488fi
6421
6422rm -f conftest.err conftest.$ac_ext 5489rm -f conftest.err conftest.$ac_ext
6423 5490
6424 # OK, works on sane cases. Now check whether nonexistent headers 5491 # OK, works on sane cases. Now check whether non-existent headers
6425 # can be detected and how. 5492 # can be detected and how.
6426 cat >conftest.$ac_ext <<_ACEOF 5493 cat >conftest.$ac_ext <<_ACEOF
6427/* confdefs.h. */ 5494/* confdefs.h. */
@@ -6431,13 +5498,8 @@ cat >>conftest.$ac_ext <<_ACEOF
6431/* end confdefs.h. */ 5498/* end confdefs.h. */
6432#include <ac_nonexistent.h> 5499#include <ac_nonexistent.h>
6433_ACEOF 5500_ACEOF
6434if { (ac_try="$ac_cpp conftest.$ac_ext" 5501if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6435case "(($ac_try" in 5502 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6436 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6437 *) ac_try_echo=$ac_try;;
6438esac
6439eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6440 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6441 ac_status=$? 5503 ac_status=$?
6442 grep -v '^ *+' conftest.er1 >conftest.err 5504 grep -v '^ *+' conftest.er1 >conftest.err
6443 rm -f conftest.er1 5505 rm -f conftest.er1
@@ -6464,7 +5526,6 @@ sed 's/^/| /' conftest.$ac_ext >&5
6464ac_preproc_ok=: 5526ac_preproc_ok=:
6465break 5527break
6466fi 5528fi
6467
6468rm -f conftest.err conftest.$ac_ext 5529rm -f conftest.err conftest.$ac_ext
6469 5530
6470done 5531done
@@ -6482,8 +5543,8 @@ fi
6482else 5543else
6483 ac_cv_prog_CXXCPP=$CXXCPP 5544 ac_cv_prog_CXXCPP=$CXXCPP
6484fi 5545fi
6485{ echo "$as_me:$LINENO: result: $CXXCPP" >&5 5546echo "$as_me:$LINENO: result: $CXXCPP" >&5
6486echo "${ECHO_T}$CXXCPP" >&6; } 5547echo "${ECHO_T}$CXXCPP" >&6
6487ac_preproc_ok=false 5548ac_preproc_ok=false
6488for ac_cxx_preproc_warn_flag in '' yes 5549for ac_cxx_preproc_warn_flag in '' yes
6489do 5550do
@@ -6506,13 +5567,8 @@ cat >>conftest.$ac_ext <<_ACEOF
6506#endif 5567#endif
6507 Syntax error 5568 Syntax error
6508_ACEOF 5569_ACEOF
6509if { (ac_try="$ac_cpp conftest.$ac_ext" 5570if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6510case "(($ac_try" in 5571 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6511 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6512 *) ac_try_echo=$ac_try;;
6513esac
6514eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6515 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6516 ac_status=$? 5572 ac_status=$?
6517 grep -v '^ *+' conftest.er1 >conftest.err 5573 grep -v '^ *+' conftest.er1 >conftest.err
6518 rm -f conftest.er1 5574 rm -f conftest.er1
@@ -6537,10 +5593,9 @@ sed 's/^/| /' conftest.$ac_ext >&5
6537 # Broken: fails on valid input. 5593 # Broken: fails on valid input.
6538continue 5594continue
6539fi 5595fi
6540
6541rm -f conftest.err conftest.$ac_ext 5596rm -f conftest.err conftest.$ac_ext
6542 5597
6543 # OK, works on sane cases. Now check whether nonexistent headers 5598 # OK, works on sane cases. Now check whether non-existent headers
6544 # can be detected and how. 5599 # can be detected and how.
6545 cat >conftest.$ac_ext <<_ACEOF 5600 cat >conftest.$ac_ext <<_ACEOF
6546/* confdefs.h. */ 5601/* confdefs.h. */
@@ -6550,13 +5605,8 @@ cat >>conftest.$ac_ext <<_ACEOF
6550/* end confdefs.h. */ 5605/* end confdefs.h. */
6551#include <ac_nonexistent.h> 5606#include <ac_nonexistent.h>
6552_ACEOF 5607_ACEOF
6553if { (ac_try="$ac_cpp conftest.$ac_ext" 5608if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6554case "(($ac_try" in 5609 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6555 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6556 *) ac_try_echo=$ac_try;;
6557esac
6558eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6559 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6560 ac_status=$? 5610 ac_status=$?
6561 grep -v '^ *+' conftest.er1 >conftest.err 5611 grep -v '^ *+' conftest.er1 >conftest.err
6562 rm -f conftest.er1 5612 rm -f conftest.er1
@@ -6583,7 +5633,6 @@ sed 's/^/| /' conftest.$ac_ext >&5
6583ac_preproc_ok=: 5633ac_preproc_ok=:
6584break 5634break
6585fi 5635fi
6586
6587rm -f conftest.err conftest.$ac_ext 5636rm -f conftest.err conftest.$ac_ext
6588 5637
6589done 5638done
@@ -6599,7 +5648,7 @@ See \`config.log' for more details." >&2;}
6599 { (exit 1); exit 1; }; } 5648 { (exit 1); exit 1; }; }
6600fi 5649fi
6601 5650
6602ac_ext=cpp 5651ac_ext=cc
6603ac_cpp='$CXXCPP $CPPFLAGS' 5652ac_cpp='$CXXCPP $CPPFLAGS'
6604ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 5653ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6605ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 5654ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
@@ -6613,12 +5662,12 @@ ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
6613ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 5662ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6614ac_compiler_gnu=$ac_cv_f77_compiler_gnu 5663ac_compiler_gnu=$ac_cv_f77_compiler_gnu
6615if test -n "$ac_tool_prefix"; then 5664if test -n "$ac_tool_prefix"; then
6616 for ac_prog in g77 f77 xlf frt pgf77 cf77 fort77 fl32 af77 f90 xlf90 pgf90 pghpf epcf90 gfortran g95 f95 fort xlf95 ifort ifc efc pgf95 lf95 ftn 5665 for ac_prog in g77 f77 xlf frt pgf77 fort77 fl32 af77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 ifc efc pgf95 lf95 gfortran
6617 do 5666 do
6618 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 5667 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6619set dummy $ac_tool_prefix$ac_prog; ac_word=$2 5668set dummy $ac_tool_prefix$ac_prog; ac_word=$2
6620{ echo "$as_me:$LINENO: checking for $ac_word" >&5 5669echo "$as_me:$LINENO: checking for $ac_word" >&5
6621echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 5670echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6622if test "${ac_cv_prog_F77+set}" = set; then 5671if test "${ac_cv_prog_F77+set}" = set; then
6623 echo $ECHO_N "(cached) $ECHO_C" >&6 5672 echo $ECHO_N "(cached) $ECHO_C" >&6
6624else 5673else
@@ -6631,38 +5680,36 @@ do
6631 IFS=$as_save_IFS 5680 IFS=$as_save_IFS
6632 test -z "$as_dir" && as_dir=. 5681 test -z "$as_dir" && as_dir=.
6633 for ac_exec_ext in '' $ac_executable_extensions; do 5682 for ac_exec_ext in '' $ac_executable_extensions; do
6634 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 5683 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6635 ac_cv_prog_F77="$ac_tool_prefix$ac_prog" 5684 ac_cv_prog_F77="$ac_tool_prefix$ac_prog"
6636 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 5685 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6637 break 2 5686 break 2
6638 fi 5687 fi
6639done 5688done
6640done 5689done
6641IFS=$as_save_IFS
6642 5690
6643fi 5691fi
6644fi 5692fi
6645F77=$ac_cv_prog_F77 5693F77=$ac_cv_prog_F77
6646if test -n "$F77"; then 5694if test -n "$F77"; then
6647 { echo "$as_me:$LINENO: result: $F77" >&5 5695 echo "$as_me:$LINENO: result: $F77" >&5
6648echo "${ECHO_T}$F77" >&6; } 5696echo "${ECHO_T}$F77" >&6
6649else 5697else
6650 { echo "$as_me:$LINENO: result: no" >&5 5698 echo "$as_me:$LINENO: result: no" >&5
6651echo "${ECHO_T}no" >&6; } 5699echo "${ECHO_T}no" >&6
6652fi 5700fi
6653 5701
6654
6655 test -n "$F77" && break 5702 test -n "$F77" && break
6656 done 5703 done
6657fi 5704fi
6658if test -z "$F77"; then 5705if test -z "$F77"; then
6659 ac_ct_F77=$F77 5706 ac_ct_F77=$F77
6660 for ac_prog in g77 f77 xlf frt pgf77 cf77 fort77 fl32 af77 f90 xlf90 pgf90 pghpf epcf90 gfortran g95 f95 fort xlf95 ifort ifc efc pgf95 lf95 ftn 5707 for ac_prog in g77 f77 xlf frt pgf77 fort77 fl32 af77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 ifc efc pgf95 lf95 gfortran
6661do 5708do
6662 # Extract the first word of "$ac_prog", so it can be a program name with args. 5709 # Extract the first word of "$ac_prog", so it can be a program name with args.
6663set dummy $ac_prog; ac_word=$2 5710set dummy $ac_prog; ac_word=$2
6664{ echo "$as_me:$LINENO: checking for $ac_word" >&5 5711echo "$as_me:$LINENO: checking for $ac_word" >&5
6665echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 5712echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6666if test "${ac_cv_prog_ac_ct_F77+set}" = set; then 5713if test "${ac_cv_prog_ac_ct_F77+set}" = set; then
6667 echo $ECHO_N "(cached) $ECHO_C" >&6 5714 echo $ECHO_N "(cached) $ECHO_C" >&6
6668else 5715else
@@ -6675,78 +5722,48 @@ do
6675 IFS=$as_save_IFS 5722 IFS=$as_save_IFS
6676 test -z "$as_dir" && as_dir=. 5723 test -z "$as_dir" && as_dir=.
6677 for ac_exec_ext in '' $ac_executable_extensions; do 5724 for ac_exec_ext in '' $ac_executable_extensions; do
6678 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 5725 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6679 ac_cv_prog_ac_ct_F77="$ac_prog" 5726 ac_cv_prog_ac_ct_F77="$ac_prog"
6680 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 5727 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6681 break 2 5728 break 2
6682 fi 5729 fi
6683done 5730done
6684done 5731done
6685IFS=$as_save_IFS
6686 5732
6687fi 5733fi
6688fi 5734fi
6689ac_ct_F77=$ac_cv_prog_ac_ct_F77 5735ac_ct_F77=$ac_cv_prog_ac_ct_F77
6690if test -n "$ac_ct_F77"; then 5736if test -n "$ac_ct_F77"; then
6691 { echo "$as_me:$LINENO: result: $ac_ct_F77" >&5 5737 echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
6692echo "${ECHO_T}$ac_ct_F77" >&6; } 5738echo "${ECHO_T}$ac_ct_F77" >&6
6693else 5739else
6694 { echo "$as_me:$LINENO: result: no" >&5 5740 echo "$as_me:$LINENO: result: no" >&5
6695echo "${ECHO_T}no" >&6; } 5741echo "${ECHO_T}no" >&6
6696fi 5742fi
6697 5743
6698
6699 test -n "$ac_ct_F77" && break 5744 test -n "$ac_ct_F77" && break
6700done 5745done
6701 5746
6702 if test "x$ac_ct_F77" = x; then 5747 F77=$ac_ct_F77
6703 F77=""
6704 else
6705 case $cross_compiling:$ac_tool_warned in
6706yes:)
6707{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6708whose name does not start with the host triplet. If you think this
6709configuration is useful to you, please write to autoconf@gnu.org." >&5
6710echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6711whose name does not start with the host triplet. If you think this
6712configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6713ac_tool_warned=yes ;;
6714esac
6715 F77=$ac_ct_F77
6716 fi
6717fi 5748fi
6718 5749
6719 5750
6720# Provide some information about the compiler. 5751# Provide some information about the compiler.
6721echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5 5752echo "$as_me:5752:" \
5753 "checking for Fortran 77 compiler version" >&5
6722ac_compiler=`set X $ac_compile; echo $2` 5754ac_compiler=`set X $ac_compile; echo $2`
6723{ (ac_try="$ac_compiler --version >&5" 5755{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
6724case "(($ac_try" in 5756 (eval $ac_compiler --version </dev/null >&5) 2>&5
6725 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6726 *) ac_try_echo=$ac_try;;
6727esac
6728eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6729 (eval "$ac_compiler --version >&5") 2>&5
6730 ac_status=$? 5757 ac_status=$?
6731 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6732 (exit $ac_status); } 5759 (exit $ac_status); }
6733{ (ac_try="$ac_compiler -v >&5" 5760{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
6734case "(($ac_try" in 5761 (eval $ac_compiler -v </dev/null >&5) 2>&5
6735 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6736 *) ac_try_echo=$ac_try;;
6737esac
6738eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6739 (eval "$ac_compiler -v >&5") 2>&5
6740 ac_status=$? 5762 ac_status=$?
6741 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6742 (exit $ac_status); } 5764 (exit $ac_status); }
6743{ (ac_try="$ac_compiler -V >&5" 5765{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
6744case "(($ac_try" in 5766 (eval $ac_compiler -V </dev/null >&5) 2>&5
6745 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6746 *) ac_try_echo=$ac_try;;
6747esac
6748eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6749 (eval "$ac_compiler -V >&5") 2>&5
6750 ac_status=$? 5767 ac_status=$?
6751 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6752 (exit $ac_status); } 5769 (exit $ac_status); }
@@ -6756,8 +5773,8 @@ rm -f a.out
6756# input file. (Note that this only needs to work for GNU compilers.) 5773# input file. (Note that this only needs to work for GNU compilers.)
6757ac_save_ext=$ac_ext 5774ac_save_ext=$ac_ext
6758ac_ext=F 5775ac_ext=F
6759{ echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5 5776echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
6760echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6; } 5777echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6
6761if test "${ac_cv_f77_compiler_gnu+set}" = set; then 5778if test "${ac_cv_f77_compiler_gnu+set}" = set; then
6762 echo $ECHO_N "(cached) $ECHO_C" >&6 5779 echo $ECHO_N "(cached) $ECHO_C" >&6
6763else 5780else
@@ -6770,36 +5787,24 @@ else
6770 end 5787 end
6771_ACEOF 5788_ACEOF
6772rm -f conftest.$ac_objext 5789rm -f conftest.$ac_objext
6773if { (ac_try="$ac_compile" 5790if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6774case "(($ac_try" in 5791 (eval $ac_compile) 2>conftest.er1
6775 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6776 *) ac_try_echo=$ac_try;;
6777esac
6778eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6779 (eval "$ac_compile") 2>conftest.er1
6780 ac_status=$? 5792 ac_status=$?
6781 grep -v '^ *+' conftest.er1 >conftest.err 5793 grep -v '^ *+' conftest.er1 >conftest.err
6782 rm -f conftest.er1 5794 rm -f conftest.er1
6783 cat conftest.err >&5 5795 cat conftest.err >&5
6784 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6785 (exit $ac_status); } && 5797 (exit $ac_status); } &&
6786 { ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err' 5798 { ac_try='test -z "$ac_f77_werror_flag"
6787 { (case "(($ac_try" in 5799 || test ! -s conftest.err'
6788 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5800 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6789 *) ac_try_echo=$ac_try;; 5801 (eval $ac_try) 2>&5
6790esac
6791eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6792 (eval "$ac_try") 2>&5
6793 ac_status=$? 5802 ac_status=$?
6794 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5803 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6795 (exit $ac_status); }; } && 5804 (exit $ac_status); }; } &&
6796 { ac_try='test -s conftest.$ac_objext' 5805 { ac_try='test -s conftest.$ac_objext'
6797 { (case "(($ac_try" in 5806 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6798 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5807 (eval $ac_try) 2>&5
6799 *) ac_try_echo=$ac_try;;
6800esac
6801eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6802 (eval "$ac_try") 2>&5
6803 ac_status=$? 5808 ac_status=$?
6804 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6805 (exit $ac_status); }; }; then 5810 (exit $ac_status); }; }; then
@@ -6808,21 +5813,20 @@ else
6808 echo "$as_me: failed program was:" >&5 5813 echo "$as_me: failed program was:" >&5
6809sed 's/^/| /' conftest.$ac_ext >&5 5814sed 's/^/| /' conftest.$ac_ext >&5
6810 5815
6811 ac_compiler_gnu=no 5816ac_compiler_gnu=no
6812fi 5817fi
6813 5818rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6814rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6815ac_cv_f77_compiler_gnu=$ac_compiler_gnu 5819ac_cv_f77_compiler_gnu=$ac_compiler_gnu
6816 5820
6817fi 5821fi
6818{ echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5 5822echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
6819echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6; } 5823echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6
6820ac_ext=$ac_save_ext 5824ac_ext=$ac_save_ext
6821ac_test_FFLAGS=${FFLAGS+set} 5825ac_test_FFLAGS=${FFLAGS+set}
6822ac_save_FFLAGS=$FFLAGS 5826ac_save_FFLAGS=$FFLAGS
6823FFLAGS= 5827FFLAGS=
6824{ echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5 5828echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
6825echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6; } 5829echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6
6826if test "${ac_cv_prog_f77_g+set}" = set; then 5830if test "${ac_cv_prog_f77_g+set}" = set; then
6827 echo $ECHO_N "(cached) $ECHO_C" >&6 5831 echo $ECHO_N "(cached) $ECHO_C" >&6
6828else 5832else
@@ -6833,36 +5837,24 @@ cat >conftest.$ac_ext <<_ACEOF
6833 end 5837 end
6834_ACEOF 5838_ACEOF
6835rm -f conftest.$ac_objext 5839rm -f conftest.$ac_objext
6836if { (ac_try="$ac_compile" 5840if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6837case "(($ac_try" in 5841 (eval $ac_compile) 2>conftest.er1
6838 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6839 *) ac_try_echo=$ac_try;;
6840esac
6841eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6842 (eval "$ac_compile") 2>conftest.er1
6843 ac_status=$? 5842 ac_status=$?
6844 grep -v '^ *+' conftest.er1 >conftest.err 5843 grep -v '^ *+' conftest.er1 >conftest.err
6845 rm -f conftest.er1 5844 rm -f conftest.er1
6846 cat conftest.err >&5 5845 cat conftest.err >&5
6847 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6848 (exit $ac_status); } && 5847 (exit $ac_status); } &&
6849 { ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err' 5848 { ac_try='test -z "$ac_f77_werror_flag"
6850 { (case "(($ac_try" in 5849 || test ! -s conftest.err'
6851 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5850 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6852 *) ac_try_echo=$ac_try;; 5851 (eval $ac_try) 2>&5
6853esac
6854eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6855 (eval "$ac_try") 2>&5
6856 ac_status=$? 5852 ac_status=$?
6857 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6858 (exit $ac_status); }; } && 5854 (exit $ac_status); }; } &&
6859 { ac_try='test -s conftest.$ac_objext' 5855 { ac_try='test -s conftest.$ac_objext'
6860 { (case "(($ac_try" in 5856 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6861 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5857 (eval $ac_try) 2>&5
6862 *) ac_try_echo=$ac_try;;
6863esac
6864eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6865 (eval "$ac_try") 2>&5
6866 ac_status=$? 5858 ac_status=$?
6867 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6868 (exit $ac_status); }; }; then 5860 (exit $ac_status); }; }; then
@@ -6871,14 +5863,13 @@ else
6871 echo "$as_me: failed program was:" >&5 5863 echo "$as_me: failed program was:" >&5
6872sed 's/^/| /' conftest.$ac_ext >&5 5864sed 's/^/| /' conftest.$ac_ext >&5
6873 5865
6874 ac_cv_prog_f77_g=no 5866ac_cv_prog_f77_g=no
6875fi 5867fi
6876 5868rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6877rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6878 5869
6879fi 5870fi
6880{ echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5 5871echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
6881echo "${ECHO_T}$ac_cv_prog_f77_g" >&6; } 5872echo "${ECHO_T}$ac_cv_prog_f77_g" >&6
6882if test "$ac_test_FFLAGS" = set; then 5873if test "$ac_test_FFLAGS" = set; then
6883 FFLAGS=$ac_save_FFLAGS 5874 FFLAGS=$ac_save_FFLAGS
6884elif test $ac_cv_prog_f77_g = yes; then 5875elif test $ac_cv_prog_f77_g = yes; then
@@ -6907,8 +5898,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
6907# Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers! 5898# Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
6908 5899
6909# find the maximum length of command line arguments 5900# find the maximum length of command line arguments
6910{ echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5 5901echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
6911echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6; } 5902echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6
6912if test "${lt_cv_sys_max_cmd_len+set}" = set; then 5903if test "${lt_cv_sys_max_cmd_len+set}" = set; then
6913 echo $ECHO_N "(cached) $ECHO_C" >&6 5904 echo $ECHO_N "(cached) $ECHO_C" >&6
6914else 5905else
@@ -7016,19 +6007,19 @@ else
7016fi 6007fi
7017 6008
7018if test -n $lt_cv_sys_max_cmd_len ; then 6009if test -n $lt_cv_sys_max_cmd_len ; then
7019 { echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5 6010 echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
7020echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6; } 6011echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6
7021else 6012else
7022 { echo "$as_me:$LINENO: result: none" >&5 6013 echo "$as_me:$LINENO: result: none" >&5
7023echo "${ECHO_T}none" >&6; } 6014echo "${ECHO_T}none" >&6
7024fi 6015fi
7025 6016
7026 6017
7027 6018
7028 6019
7029# Check for command to grab the raw symbol name followed by C symbol from nm. 6020# Check for command to grab the raw symbol name followed by C symbol from nm.
7030{ echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5 6021echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
7031echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6; } 6022echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6
7032if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then 6023if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
7033 echo $ECHO_N "(cached) $ECHO_C" >&6 6024 echo $ECHO_N "(cached) $ECHO_C" >&6
7034else 6025else
@@ -7063,7 +6054,7 @@ hpux*) # Its linker distinguishes data from code symbols
7063 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" 6054 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7064 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'" 6055 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'"
7065 ;; 6056 ;;
7066linux* | k*bsd*-gnu) 6057linux*)
7067 if test "$host_cpu" = ia64; then 6058 if test "$host_cpu" = ia64; then
7068 symcode='[ABCDGIRSTW]' 6059 symcode='[ABCDGIRSTW]'
7069 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" 6060 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
@@ -7232,15 +6223,15 @@ if test -z "$lt_cv_sys_global_symbol_pipe"; then
7232 lt_cv_sys_global_symbol_to_cdecl= 6223 lt_cv_sys_global_symbol_to_cdecl=
7233fi 6224fi
7234if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then 6225if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7235 { echo "$as_me:$LINENO: result: failed" >&5 6226 echo "$as_me:$LINENO: result: failed" >&5
7236echo "${ECHO_T}failed" >&6; } 6227echo "${ECHO_T}failed" >&6
7237else 6228else
7238 { echo "$as_me:$LINENO: result: ok" >&5 6229 echo "$as_me:$LINENO: result: ok" >&5
7239echo "${ECHO_T}ok" >&6; } 6230echo "${ECHO_T}ok" >&6
7240fi 6231fi
7241 6232
7242{ echo "$as_me:$LINENO: checking for objdir" >&5 6233echo "$as_me:$LINENO: checking for objdir" >&5
7243echo $ECHO_N "checking for objdir... $ECHO_C" >&6; } 6234echo $ECHO_N "checking for objdir... $ECHO_C" >&6
7244if test "${lt_cv_objdir+set}" = set; then 6235if test "${lt_cv_objdir+set}" = set; then
7245 echo $ECHO_N "(cached) $ECHO_C" >&6 6236 echo $ECHO_N "(cached) $ECHO_C" >&6
7246else 6237else
@@ -7254,8 +6245,8 @@ else
7254fi 6245fi
7255rmdir .libs 2>/dev/null 6246rmdir .libs 2>/dev/null
7256fi 6247fi
7257{ echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5 6248echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
7258echo "${ECHO_T}$lt_cv_objdir" >&6; } 6249echo "${ECHO_T}$lt_cv_objdir" >&6
7259objdir=$lt_cv_objdir 6250objdir=$lt_cv_objdir
7260 6251
7261 6252
@@ -7306,8 +6297,8 @@ with_gnu_ld="$lt_cv_prog_gnu_ld"
7306if test -n "$ac_tool_prefix"; then 6297if test -n "$ac_tool_prefix"; then
7307 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. 6298 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
7308set dummy ${ac_tool_prefix}ar; ac_word=$2 6299set dummy ${ac_tool_prefix}ar; ac_word=$2
7309{ echo "$as_me:$LINENO: checking for $ac_word" >&5 6300echo "$as_me:$LINENO: checking for $ac_word" >&5
7310echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 6301echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7311if test "${ac_cv_prog_AR+set}" = set; then 6302if test "${ac_cv_prog_AR+set}" = set; then
7312 echo $ECHO_N "(cached) $ECHO_C" >&6 6303 echo $ECHO_N "(cached) $ECHO_C" >&6
7313else 6304else
@@ -7320,34 +6311,32 @@ do
7320 IFS=$as_save_IFS 6311 IFS=$as_save_IFS
7321 test -z "$as_dir" && as_dir=. 6312 test -z "$as_dir" && as_dir=.
7322 for ac_exec_ext in '' $ac_executable_extensions; do 6313 for ac_exec_ext in '' $ac_executable_extensions; do
7323 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 6314 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7324 ac_cv_prog_AR="${ac_tool_prefix}ar" 6315 ac_cv_prog_AR="${ac_tool_prefix}ar"
7325 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 6316 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7326 break 2 6317 break 2
7327 fi 6318 fi
7328done 6319done
7329done 6320done
7330IFS=$as_save_IFS
7331 6321
7332fi 6322fi
7333fi 6323fi
7334AR=$ac_cv_prog_AR 6324AR=$ac_cv_prog_AR
7335if test -n "$AR"; then 6325if test -n "$AR"; then
7336 { echo "$as_me:$LINENO: result: $AR" >&5 6326 echo "$as_me:$LINENO: result: $AR" >&5
7337echo "${ECHO_T}$AR" >&6; } 6327echo "${ECHO_T}$AR" >&6
7338else 6328else
7339 { echo "$as_me:$LINENO: result: no" >&5 6329 echo "$as_me:$LINENO: result: no" >&5
7340echo "${ECHO_T}no" >&6; } 6330echo "${ECHO_T}no" >&6
7341fi 6331fi
7342 6332
7343
7344fi 6333fi
7345if test -z "$ac_cv_prog_AR"; then 6334if test -z "$ac_cv_prog_AR"; then
7346 ac_ct_AR=$AR 6335 ac_ct_AR=$AR
7347 # Extract the first word of "ar", so it can be a program name with args. 6336 # Extract the first word of "ar", so it can be a program name with args.
7348set dummy ar; ac_word=$2 6337set dummy ar; ac_word=$2
7349{ echo "$as_me:$LINENO: checking for $ac_word" >&5 6338echo "$as_me:$LINENO: checking for $ac_word" >&5
7350echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 6339echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7351if test "${ac_cv_prog_ac_ct_AR+set}" = set; then 6340if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
7352 echo $ECHO_N "(cached) $ECHO_C" >&6 6341 echo $ECHO_N "(cached) $ECHO_C" >&6
7353else 6342else
@@ -7360,41 +6349,27 @@ do
7360 IFS=$as_save_IFS 6349 IFS=$as_save_IFS
7361 test -z "$as_dir" && as_dir=. 6350 test -z "$as_dir" && as_dir=.
7362 for ac_exec_ext in '' $ac_executable_extensions; do 6351 for ac_exec_ext in '' $ac_executable_extensions; do
7363 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 6352 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7364 ac_cv_prog_ac_ct_AR="ar" 6353 ac_cv_prog_ac_ct_AR="ar"
7365 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 6354 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7366 break 2 6355 break 2
7367 fi 6356 fi
7368done 6357done
7369done 6358done
7370IFS=$as_save_IFS
7371 6359
6360 test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR="false"
7372fi 6361fi
7373fi 6362fi
7374ac_ct_AR=$ac_cv_prog_ac_ct_AR 6363ac_ct_AR=$ac_cv_prog_ac_ct_AR
7375if test -n "$ac_ct_AR"; then 6364if test -n "$ac_ct_AR"; then
7376 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5 6365 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
7377echo "${ECHO_T}$ac_ct_AR" >&6; } 6366echo "${ECHO_T}$ac_ct_AR" >&6
7378else 6367else
7379 { echo "$as_me:$LINENO: result: no" >&5 6368 echo "$as_me:$LINENO: result: no" >&5
7380echo "${ECHO_T}no" >&6; } 6369echo "${ECHO_T}no" >&6
7381fi 6370fi
7382 6371
7383 if test "x$ac_ct_AR" = x; then 6372 AR=$ac_ct_AR
7384 AR="false"
7385 else
7386 case $cross_compiling:$ac_tool_warned in
7387yes:)
7388{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7389whose name does not start with the host triplet. If you think this
7390configuration is useful to you, please write to autoconf@gnu.org." >&5
7391echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7392whose name does not start with the host triplet. If you think this
7393configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7394ac_tool_warned=yes ;;
7395esac
7396 AR=$ac_ct_AR
7397 fi
7398else 6373else
7399 AR="$ac_cv_prog_AR" 6374 AR="$ac_cv_prog_AR"
7400fi 6375fi
@@ -7402,8 +6377,8 @@ fi
7402if test -n "$ac_tool_prefix"; then 6377if test -n "$ac_tool_prefix"; then
7403 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. 6378 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
7404set dummy ${ac_tool_prefix}ranlib; ac_word=$2 6379set dummy ${ac_tool_prefix}ranlib; ac_word=$2
7405{ echo "$as_me:$LINENO: checking for $ac_word" >&5 6380echo "$as_me:$LINENO: checking for $ac_word" >&5
7406echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 6381echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7407if test "${ac_cv_prog_RANLIB+set}" = set; then 6382if test "${ac_cv_prog_RANLIB+set}" = set; then
7408 echo $ECHO_N "(cached) $ECHO_C" >&6 6383 echo $ECHO_N "(cached) $ECHO_C" >&6
7409else 6384else
@@ -7416,34 +6391,32 @@ do
7416 IFS=$as_save_IFS 6391 IFS=$as_save_IFS
7417 test -z "$as_dir" && as_dir=. 6392 test -z "$as_dir" && as_dir=.
7418 for ac_exec_ext in '' $ac_executable_extensions; do 6393 for ac_exec_ext in '' $ac_executable_extensions; do
7419 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 6394 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7420 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 6395 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
7421 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 6396 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7422 break 2 6397 break 2
7423 fi 6398 fi
7424done 6399done
7425done 6400done
7426IFS=$as_save_IFS
7427 6401
7428fi 6402fi
7429fi 6403fi
7430RANLIB=$ac_cv_prog_RANLIB 6404RANLIB=$ac_cv_prog_RANLIB
7431if test -n "$RANLIB"; then 6405if test -n "$RANLIB"; then
7432 { echo "$as_me:$LINENO: result: $RANLIB" >&5 6406 echo "$as_me:$LINENO: result: $RANLIB" >&5
7433echo "${ECHO_T}$RANLIB" >&6; } 6407echo "${ECHO_T}$RANLIB" >&6
7434else 6408else
7435 { echo "$as_me:$LINENO: result: no" >&5 6409 echo "$as_me:$LINENO: result: no" >&5
7436echo "${ECHO_T}no" >&6; } 6410echo "${ECHO_T}no" >&6
7437fi 6411fi
7438 6412
7439
7440fi 6413fi
7441if test -z "$ac_cv_prog_RANLIB"; then 6414if test -z "$ac_cv_prog_RANLIB"; then
7442 ac_ct_RANLIB=$RANLIB 6415 ac_ct_RANLIB=$RANLIB
7443 # Extract the first word of "ranlib", so it can be a program name with args. 6416 # Extract the first word of "ranlib", so it can be a program name with args.
7444set dummy ranlib; ac_word=$2 6417set dummy ranlib; ac_word=$2
7445{ echo "$as_me:$LINENO: checking for $ac_word" >&5 6418echo "$as_me:$LINENO: checking for $ac_word" >&5
7446echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 6419echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7447if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then 6420if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
7448 echo $ECHO_N "(cached) $ECHO_C" >&6 6421 echo $ECHO_N "(cached) $ECHO_C" >&6
7449else 6422else
@@ -7456,41 +6429,27 @@ do
7456 IFS=$as_save_IFS 6429 IFS=$as_save_IFS
7457 test -z "$as_dir" && as_dir=. 6430 test -z "$as_dir" && as_dir=.
7458 for ac_exec_ext in '' $ac_executable_extensions; do 6431 for ac_exec_ext in '' $ac_executable_extensions; do
7459 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 6432 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7460 ac_cv_prog_ac_ct_RANLIB="ranlib" 6433 ac_cv_prog_ac_ct_RANLIB="ranlib"
7461 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 6434 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7462 break 2 6435 break 2
7463 fi 6436 fi
7464done 6437done
7465done 6438done
7466IFS=$as_save_IFS
7467 6439
6440 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
7468fi 6441fi
7469fi 6442fi
7470ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB 6443ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
7471if test -n "$ac_ct_RANLIB"; then 6444if test -n "$ac_ct_RANLIB"; then
7472 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 6445 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
7473echo "${ECHO_T}$ac_ct_RANLIB" >&6; } 6446echo "${ECHO_T}$ac_ct_RANLIB" >&6
7474else 6447else
7475 { echo "$as_me:$LINENO: result: no" >&5 6448 echo "$as_me:$LINENO: result: no" >&5
7476echo "${ECHO_T}no" >&6; } 6449echo "${ECHO_T}no" >&6
7477fi 6450fi
7478 6451
7479 if test "x$ac_ct_RANLIB" = x; then 6452 RANLIB=$ac_ct_RANLIB
7480 RANLIB=":"
7481 else
7482 case $cross_compiling:$ac_tool_warned in
7483yes:)
7484{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7485whose name does not start with the host triplet. If you think this
7486configuration is useful to you, please write to autoconf@gnu.org." >&5
7487echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7488whose name does not start with the host triplet. If you think this
7489configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7490ac_tool_warned=yes ;;
7491esac
7492 RANLIB=$ac_ct_RANLIB
7493 fi
7494else 6453else
7495 RANLIB="$ac_cv_prog_RANLIB" 6454 RANLIB="$ac_cv_prog_RANLIB"
7496fi 6455fi
@@ -7498,8 +6457,8 @@ fi
7498if test -n "$ac_tool_prefix"; then 6457if test -n "$ac_tool_prefix"; then
7499 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. 6458 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
7500set dummy ${ac_tool_prefix}strip; ac_word=$2 6459set dummy ${ac_tool_prefix}strip; ac_word=$2
7501{ echo "$as_me:$LINENO: checking for $ac_word" >&5 6460echo "$as_me:$LINENO: checking for $ac_word" >&5
7502echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 6461echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7503if test "${ac_cv_prog_STRIP+set}" = set; then 6462if test "${ac_cv_prog_STRIP+set}" = set; then
7504 echo $ECHO_N "(cached) $ECHO_C" >&6 6463 echo $ECHO_N "(cached) $ECHO_C" >&6
7505else 6464else
@@ -7512,34 +6471,32 @@ do
7512 IFS=$as_save_IFS 6471 IFS=$as_save_IFS
7513 test -z "$as_dir" && as_dir=. 6472 test -z "$as_dir" && as_dir=.
7514 for ac_exec_ext in '' $ac_executable_extensions; do 6473 for ac_exec_ext in '' $ac_executable_extensions; do
7515 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 6474 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7516 ac_cv_prog_STRIP="${ac_tool_prefix}strip" 6475 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
7517 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 6476 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7518 break 2 6477 break 2
7519 fi 6478 fi
7520done 6479done
7521done 6480done
7522IFS=$as_save_IFS
7523 6481
7524fi 6482fi
7525fi 6483fi
7526STRIP=$ac_cv_prog_STRIP 6484STRIP=$ac_cv_prog_STRIP
7527if test -n "$STRIP"; then 6485if test -n "$STRIP"; then
7528 { echo "$as_me:$LINENO: result: $STRIP" >&5 6486 echo "$as_me:$LINENO: result: $STRIP" >&5
7529echo "${ECHO_T}$STRIP" >&6; } 6487echo "${ECHO_T}$STRIP" >&6
7530else 6488else
7531 { echo "$as_me:$LINENO: result: no" >&5 6489 echo "$as_me:$LINENO: result: no" >&5
7532echo "${ECHO_T}no" >&6; } 6490echo "${ECHO_T}no" >&6
7533fi 6491fi
7534 6492
7535
7536fi 6493fi
7537if test -z "$ac_cv_prog_STRIP"; then 6494if test -z "$ac_cv_prog_STRIP"; then
7538 ac_ct_STRIP=$STRIP 6495 ac_ct_STRIP=$STRIP
7539 # Extract the first word of "strip", so it can be a program name with args. 6496 # Extract the first word of "strip", so it can be a program name with args.
7540set dummy strip; ac_word=$2 6497set dummy strip; ac_word=$2
7541{ echo "$as_me:$LINENO: checking for $ac_word" >&5 6498echo "$as_me:$LINENO: checking for $ac_word" >&5
7542echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 6499echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7543if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then 6500if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
7544 echo $ECHO_N "(cached) $ECHO_C" >&6 6501 echo $ECHO_N "(cached) $ECHO_C" >&6
7545else 6502else
@@ -7552,41 +6509,27 @@ do
7552 IFS=$as_save_IFS 6509 IFS=$as_save_IFS
7553 test -z "$as_dir" && as_dir=. 6510 test -z "$as_dir" && as_dir=.
7554 for ac_exec_ext in '' $ac_executable_extensions; do 6511 for ac_exec_ext in '' $ac_executable_extensions; do
7555 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 6512 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7556 ac_cv_prog_ac_ct_STRIP="strip" 6513 ac_cv_prog_ac_ct_STRIP="strip"
7557 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 6514 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7558 break 2 6515 break 2
7559 fi 6516 fi
7560done 6517done
7561done 6518done
7562IFS=$as_save_IFS
7563 6519
6520 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
7564fi 6521fi
7565fi 6522fi
7566ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP 6523ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
7567if test -n "$ac_ct_STRIP"; then 6524if test -n "$ac_ct_STRIP"; then
7568 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 6525 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
7569echo "${ECHO_T}$ac_ct_STRIP" >&6; } 6526echo "${ECHO_T}$ac_ct_STRIP" >&6
7570else 6527else
7571 { echo "$as_me:$LINENO: result: no" >&5 6528 echo "$as_me:$LINENO: result: no" >&5
7572echo "${ECHO_T}no" >&6; } 6529echo "${ECHO_T}no" >&6
7573fi 6530fi
7574 6531
7575 if test "x$ac_ct_STRIP" = x; then 6532 STRIP=$ac_ct_STRIP
7576 STRIP=":"
7577 else
7578 case $cross_compiling:$ac_tool_warned in
7579yes:)
7580{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7581whose name does not start with the host triplet. If you think this
7582configuration is useful to you, please write to autoconf@gnu.org." >&5
7583echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7584whose name does not start with the host triplet. If you think this
7585configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7586ac_tool_warned=yes ;;
7587esac
7588 STRIP=$ac_ct_STRIP
7589 fi
7590else 6533else
7591 STRIP="$ac_cv_prog_STRIP" 6534 STRIP="$ac_cv_prog_STRIP"
7592fi 6535fi
@@ -7645,8 +6588,8 @@ cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
7645case $deplibs_check_method in 6588case $deplibs_check_method in
7646file_magic*) 6589file_magic*)
7647 if test "$file_magic_cmd" = '$MAGIC_CMD'; then 6590 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7648 { echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5 6591 echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
7649echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6; } 6592echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6
7650if test "${lt_cv_path_MAGIC_CMD+set}" = set; then 6593if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
7651 echo $ECHO_N "(cached) $ECHO_C" >&6 6594 echo $ECHO_N "(cached) $ECHO_C" >&6
7652else 6595else
@@ -7698,17 +6641,17 @@ fi
7698 6641
7699MAGIC_CMD="$lt_cv_path_MAGIC_CMD" 6642MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7700if test -n "$MAGIC_CMD"; then 6643if test -n "$MAGIC_CMD"; then
7701 { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5 6644 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
7702echo "${ECHO_T}$MAGIC_CMD" >&6; } 6645echo "${ECHO_T}$MAGIC_CMD" >&6
7703else 6646else
7704 { echo "$as_me:$LINENO: result: no" >&5 6647 echo "$as_me:$LINENO: result: no" >&5
7705echo "${ECHO_T}no" >&6; } 6648echo "${ECHO_T}no" >&6
7706fi 6649fi
7707 6650
7708if test -z "$lt_cv_path_MAGIC_CMD"; then 6651if test -z "$lt_cv_path_MAGIC_CMD"; then
7709 if test -n "$ac_tool_prefix"; then 6652 if test -n "$ac_tool_prefix"; then
7710 { echo "$as_me:$LINENO: checking for file" >&5 6653 echo "$as_me:$LINENO: checking for file" >&5
7711echo $ECHO_N "checking for file... $ECHO_C" >&6; } 6654echo $ECHO_N "checking for file... $ECHO_C" >&6
7712if test "${lt_cv_path_MAGIC_CMD+set}" = set; then 6655if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
7713 echo $ECHO_N "(cached) $ECHO_C" >&6 6656 echo $ECHO_N "(cached) $ECHO_C" >&6
7714else 6657else
@@ -7760,11 +6703,11 @@ fi
7760 6703
7761MAGIC_CMD="$lt_cv_path_MAGIC_CMD" 6704MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7762if test -n "$MAGIC_CMD"; then 6705if test -n "$MAGIC_CMD"; then
7763 { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5 6706 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
7764echo "${ECHO_T}$MAGIC_CMD" >&6; } 6707echo "${ECHO_T}$MAGIC_CMD" >&6
7765else 6708else
7766 { echo "$as_me:$LINENO: result: no" >&5 6709 echo "$as_me:$LINENO: result: no" >&5
7767echo "${ECHO_T}no" >&6; } 6710echo "${ECHO_T}no" >&6
7768fi 6711fi
7769 6712
7770 else 6713 else
@@ -7779,21 +6722,21 @@ esac
7779enable_dlopen=no 6722enable_dlopen=no
7780enable_win32_dll=yes 6723enable_win32_dll=yes
7781 6724
7782# Check whether --enable-libtool-lock was given. 6725# Check whether --enable-libtool-lock or --disable-libtool-lock was given.
7783if test "${enable_libtool_lock+set}" = set; then 6726if test "${enable_libtool_lock+set}" = set; then
7784 enableval=$enable_libtool_lock; 6727 enableval="$enable_libtool_lock"
7785fi
7786 6728
6729fi;
7787test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes 6730test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7788 6731
7789 6732
7790# Check whether --with-pic was given. 6733# Check whether --with-pic or --without-pic was given.
7791if test "${with_pic+set}" = set; then 6734if test "${with_pic+set}" = set; then
7792 withval=$with_pic; pic_mode="$withval" 6735 withval="$with_pic"
6736 pic_mode="$withval"
7793else 6737else
7794 pic_mode=default 6738 pic_mode=default
7795fi 6739fi;
7796
7797test -z "$pic_mode" && pic_mode=default 6740test -z "$pic_mode" && pic_mode=default
7798 6741
7799# Use C for the default configuration in the libtool script 6742# Use C for the default configuration in the libtool script
@@ -7851,8 +6794,8 @@ if test "$GCC" = yes; then
7851 lt_prog_compiler_no_builtin_flag=' -fno-builtin' 6794 lt_prog_compiler_no_builtin_flag=' -fno-builtin'
7852 6795
7853 6796
7854{ echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 6797echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7855echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6; } 6798echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6
7856if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then 6799if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
7857 echo $ECHO_N "(cached) $ECHO_C" >&6 6800 echo $ECHO_N "(cached) $ECHO_C" >&6
7858else 6801else
@@ -7869,11 +6812,11 @@ else
7869 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 6812 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7870 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 6813 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7871 -e 's:$: $lt_compiler_flag:'` 6814 -e 's:$: $lt_compiler_flag:'`
7872 (eval echo "\"\$as_me:7872: $lt_compile\"" >&5) 6815 (eval echo "\"\$as_me:6815: $lt_compile\"" >&5)
7873 (eval "$lt_compile" 2>conftest.err) 6816 (eval "$lt_compile" 2>conftest.err)
7874 ac_status=$? 6817 ac_status=$?
7875 cat conftest.err >&5 6818 cat conftest.err >&5
7876 echo "$as_me:7876: \$? = $ac_status" >&5 6819 echo "$as_me:6819: \$? = $ac_status" >&5
7877 if (exit $ac_status) && test -s "$ac_outfile"; then 6820 if (exit $ac_status) && test -s "$ac_outfile"; then
7878 # The compiler can only warn and ignore the option if not recognized 6821 # The compiler can only warn and ignore the option if not recognized
7879 # So say no if there are warnings other than the usual output. 6822 # So say no if there are warnings other than the usual output.
@@ -7886,8 +6829,8 @@ else
7886 $rm conftest* 6829 $rm conftest*
7887 6830
7888fi 6831fi
7889{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 6832echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7890echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6; } 6833echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6
7891 6834
7892if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then 6835if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7893 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions" 6836 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
@@ -7901,8 +6844,8 @@ lt_prog_compiler_wl=
7901lt_prog_compiler_pic= 6844lt_prog_compiler_pic=
7902lt_prog_compiler_static= 6845lt_prog_compiler_static=
7903 6846
7904{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 6847echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
7905echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; } 6848echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
7906 6849
7907 if test "$GCC" = yes; then 6850 if test "$GCC" = yes; then
7908 lt_prog_compiler_wl='-Wl,' 6851 lt_prog_compiler_wl='-Wl,'
@@ -8031,7 +6974,7 @@ echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
8031 lt_prog_compiler_static='-Bstatic' 6974 lt_prog_compiler_static='-Bstatic'
8032 ;; 6975 ;;
8033 6976
8034 linux* | k*bsd*-gnu) 6977 linux*)
8035 case $cc_basename in 6978 case $cc_basename in
8036 icc* | ecc*) 6979 icc* | ecc*)
8037 lt_prog_compiler_wl='-Wl,' 6980 lt_prog_compiler_wl='-Wl,'
@@ -8111,16 +7054,16 @@ echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
8111 esac 7054 esac
8112 fi 7055 fi
8113 7056
8114{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5 7057echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
8115echo "${ECHO_T}$lt_prog_compiler_pic" >&6; } 7058echo "${ECHO_T}$lt_prog_compiler_pic" >&6
8116 7059
8117# 7060#
8118# Check to make sure the PIC flag actually works. 7061# Check to make sure the PIC flag actually works.
8119# 7062#
8120if test -n "$lt_prog_compiler_pic"; then 7063if test -n "$lt_prog_compiler_pic"; then
8121 7064
8122{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 7065echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8123echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6; } 7066echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6
8124if test "${lt_prog_compiler_pic_works+set}" = set; then 7067if test "${lt_prog_compiler_pic_works+set}" = set; then
8125 echo $ECHO_N "(cached) $ECHO_C" >&6 7068 echo $ECHO_N "(cached) $ECHO_C" >&6
8126else 7069else
@@ -8137,11 +7080,11 @@ else
8137 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 7080 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8138 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7081 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8139 -e 's:$: $lt_compiler_flag:'` 7082 -e 's:$: $lt_compiler_flag:'`
8140 (eval echo "\"\$as_me:8140: $lt_compile\"" >&5) 7083 (eval echo "\"\$as_me:7083: $lt_compile\"" >&5)
8141 (eval "$lt_compile" 2>conftest.err) 7084 (eval "$lt_compile" 2>conftest.err)
8142 ac_status=$? 7085 ac_status=$?
8143 cat conftest.err >&5 7086 cat conftest.err >&5
8144 echo "$as_me:8144: \$? = $ac_status" >&5 7087 echo "$as_me:7087: \$? = $ac_status" >&5
8145 if (exit $ac_status) && test -s "$ac_outfile"; then 7088 if (exit $ac_status) && test -s "$ac_outfile"; then
8146 # The compiler can only warn and ignore the option if not recognized 7089 # The compiler can only warn and ignore the option if not recognized
8147 # So say no if there are warnings other than the usual output. 7090 # So say no if there are warnings other than the usual output.
@@ -8154,8 +7097,8 @@ else
8154 $rm conftest* 7097 $rm conftest*
8155 7098
8156fi 7099fi
8157{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works" >&5 7100echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works" >&5
8158echo "${ECHO_T}$lt_prog_compiler_pic_works" >&6; } 7101echo "${ECHO_T}$lt_prog_compiler_pic_works" >&6
8159 7102
8160if test x"$lt_prog_compiler_pic_works" = xyes; then 7103if test x"$lt_prog_compiler_pic_works" = xyes; then
8161 case $lt_prog_compiler_pic in 7104 case $lt_prog_compiler_pic in
@@ -8182,8 +7125,8 @@ esac
8182# Check to make sure the static flag actually works. 7125# Check to make sure the static flag actually works.
8183# 7126#
8184wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\" 7127wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8185{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5 7128echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8186echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; } 7129echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6
8187if test "${lt_prog_compiler_static_works+set}" = set; then 7130if test "${lt_prog_compiler_static_works+set}" = set; then
8188 echo $ECHO_N "(cached) $ECHO_C" >&6 7131 echo $ECHO_N "(cached) $ECHO_C" >&6
8189else 7132else
@@ -8210,8 +7153,8 @@ else
8210 LDFLAGS="$save_LDFLAGS" 7153 LDFLAGS="$save_LDFLAGS"
8211 7154
8212fi 7155fi
8213{ echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works" >&5 7156echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works" >&5
8214echo "${ECHO_T}$lt_prog_compiler_static_works" >&6; } 7157echo "${ECHO_T}$lt_prog_compiler_static_works" >&6
8215 7158
8216if test x"$lt_prog_compiler_static_works" = xyes; then 7159if test x"$lt_prog_compiler_static_works" = xyes; then
8217 : 7160 :
@@ -8220,8 +7163,8 @@ else
8220fi 7163fi
8221 7164
8222 7165
8223{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 7166echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
8224echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; } 7167echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
8225if test "${lt_cv_prog_compiler_c_o+set}" = set; then 7168if test "${lt_cv_prog_compiler_c_o+set}" = set; then
8226 echo $ECHO_N "(cached) $ECHO_C" >&6 7169 echo $ECHO_N "(cached) $ECHO_C" >&6
8227else 7170else
@@ -8241,11 +7184,11 @@ else
8241 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 7184 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8242 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7185 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8243 -e 's:$: $lt_compiler_flag:'` 7186 -e 's:$: $lt_compiler_flag:'`
8244 (eval echo "\"\$as_me:8244: $lt_compile\"" >&5) 7187 (eval echo "\"\$as_me:7187: $lt_compile\"" >&5)
8245 (eval "$lt_compile" 2>out/conftest.err) 7188 (eval "$lt_compile" 2>out/conftest.err)
8246 ac_status=$? 7189 ac_status=$?
8247 cat out/conftest.err >&5 7190 cat out/conftest.err >&5
8248 echo "$as_me:8248: \$? = $ac_status" >&5 7191 echo "$as_me:7191: \$? = $ac_status" >&5
8249 if (exit $ac_status) && test -s out/conftest2.$ac_objext 7192 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8250 then 7193 then
8251 # The compiler can only warn and ignore the option if not recognized 7194 # The compiler can only warn and ignore the option if not recognized
@@ -8267,23 +7210,23 @@ else
8267 $rm conftest* 7210 $rm conftest*
8268 7211
8269fi 7212fi
8270{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5 7213echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
8271echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6; } 7214echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6
8272 7215
8273 7216
8274hard_links="nottested" 7217hard_links="nottested"
8275if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then 7218if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8276 # do not overwrite the value of need_locks provided by the user 7219 # do not overwrite the value of need_locks provided by the user
8277 { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 7220 echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
8278echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; } 7221echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
8279 hard_links=yes 7222 hard_links=yes
8280 $rm conftest* 7223 $rm conftest*
8281 ln conftest.a conftest.b 2>/dev/null && hard_links=no 7224 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8282 touch conftest.a 7225 touch conftest.a
8283 ln conftest.a conftest.b 2>&5 || hard_links=no 7226 ln conftest.a conftest.b 2>&5 || hard_links=no
8284 ln conftest.a conftest.b 2>/dev/null && hard_links=no 7227 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8285 { echo "$as_me:$LINENO: result: $hard_links" >&5 7228 echo "$as_me:$LINENO: result: $hard_links" >&5
8286echo "${ECHO_T}$hard_links" >&6; } 7229echo "${ECHO_T}$hard_links" >&6
8287 if test "$hard_links" = no; then 7230 if test "$hard_links" = no; then
8288 { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 7231 { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8289echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} 7232echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
@@ -8293,8 +7236,8 @@ else
8293 need_locks=no 7236 need_locks=no
8294fi 7237fi
8295 7238
8296{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 7239echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8297echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; } 7240echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6
8298 7241
8299 runpath_var= 7242 runpath_var=
8300 allow_undefined_flag= 7243 allow_undefined_flag=
@@ -8470,7 +7413,7 @@ EOF
8470 archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' 7413 archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8471 ;; 7414 ;;
8472 7415
8473 linux* | k*bsd*-gnu) 7416 linux*)
8474 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 7417 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
8475 tmp_addflag= 7418 tmp_addflag=
8476 case $cc_basename,$host_cpu in 7419 case $cc_basename,$host_cpu in
@@ -8496,13 +7439,12 @@ EOF
8496 $echo "local: *; };" >> $output_objdir/$libname.ver~ 7439 $echo "local: *; };" >> $output_objdir/$libname.ver~
8497 $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' 7440 $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8498 fi 7441 fi
8499 link_all_deplibs=no
8500 else 7442 else
8501 ld_shlibs=no 7443 ld_shlibs=no
8502 fi 7444 fi
8503 ;; 7445 ;;
8504 7446
8505 netbsd* | netbsdelf*-gnu) 7447 netbsd*)
8506 if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then 7448 if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
8507 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' 7449 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8508 wlarc= 7450 wlarc=
@@ -8710,36 +7652,24 @@ main ()
8710} 7652}
8711_ACEOF 7653_ACEOF
8712rm -f conftest.$ac_objext conftest$ac_exeext 7654rm -f conftest.$ac_objext conftest$ac_exeext
8713if { (ac_try="$ac_link" 7655if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8714case "(($ac_try" in 7656 (eval $ac_link) 2>conftest.er1
8715 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8716 *) ac_try_echo=$ac_try;;
8717esac
8718eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8719 (eval "$ac_link") 2>conftest.er1
8720 ac_status=$? 7657 ac_status=$?
8721 grep -v '^ *+' conftest.er1 >conftest.err 7658 grep -v '^ *+' conftest.er1 >conftest.err
8722 rm -f conftest.er1 7659 rm -f conftest.er1
8723 cat conftest.err >&5 7660 cat conftest.err >&5
8724 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8725 (exit $ac_status); } && 7662 (exit $ac_status); } &&
8726 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7663 { ac_try='test -z "$ac_c_werror_flag"
8727 { (case "(($ac_try" in 7664 || test ! -s conftest.err'
8728 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7665 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8729 *) ac_try_echo=$ac_try;; 7666 (eval $ac_try) 2>&5
8730esac
8731eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8732 (eval "$ac_try") 2>&5
8733 ac_status=$? 7667 ac_status=$?
8734 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8735 (exit $ac_status); }; } && 7669 (exit $ac_status); }; } &&
8736 { ac_try='test -s conftest$ac_exeext' 7670 { ac_try='test -s conftest$ac_exeext'
8737 { (case "(($ac_try" in 7671 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8738 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7672 (eval $ac_try) 2>&5
8739 *) ac_try_echo=$ac_try;;
8740esac
8741eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8742 (eval "$ac_try") 2>&5
8743 ac_status=$? 7673 ac_status=$?
8744 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8745 (exit $ac_status); }; }; then 7675 (exit $ac_status); }; }; then
@@ -8753,10 +7683,8 @@ else
8753 echo "$as_me: failed program was:" >&5 7683 echo "$as_me: failed program was:" >&5
8754sed 's/^/| /' conftest.$ac_ext >&5 7684sed 's/^/| /' conftest.$ac_ext >&5
8755 7685
8756
8757fi 7686fi
8758 7687rm -f conftest.err conftest.$ac_objext \
8759rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8760 conftest$ac_exeext conftest.$ac_ext 7688 conftest$ac_exeext conftest.$ac_ext
8761if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi 7689if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8762 7690
@@ -8785,36 +7713,24 @@ main ()
8785} 7713}
8786_ACEOF 7714_ACEOF
8787rm -f conftest.$ac_objext conftest$ac_exeext 7715rm -f conftest.$ac_objext conftest$ac_exeext
8788if { (ac_try="$ac_link" 7716if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8789case "(($ac_try" in 7717 (eval $ac_link) 2>conftest.er1
8790 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8791 *) ac_try_echo=$ac_try;;
8792esac
8793eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8794 (eval "$ac_link") 2>conftest.er1
8795 ac_status=$? 7718 ac_status=$?
8796 grep -v '^ *+' conftest.er1 >conftest.err 7719 grep -v '^ *+' conftest.er1 >conftest.err
8797 rm -f conftest.er1 7720 rm -f conftest.er1
8798 cat conftest.err >&5 7721 cat conftest.err >&5
8799 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8800 (exit $ac_status); } && 7723 (exit $ac_status); } &&
8801 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7724 { ac_try='test -z "$ac_c_werror_flag"
8802 { (case "(($ac_try" in 7725 || test ! -s conftest.err'
8803 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7726 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8804 *) ac_try_echo=$ac_try;; 7727 (eval $ac_try) 2>&5
8805esac
8806eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8807 (eval "$ac_try") 2>&5
8808 ac_status=$? 7728 ac_status=$?
8809 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8810 (exit $ac_status); }; } && 7730 (exit $ac_status); }; } &&
8811 { ac_try='test -s conftest$ac_exeext' 7731 { ac_try='test -s conftest$ac_exeext'
8812 { (case "(($ac_try" in 7732 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8813 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 7733 (eval $ac_try) 2>&5
8814 *) ac_try_echo=$ac_try;;
8815esac
8816eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8817 (eval "$ac_try") 2>&5
8818 ac_status=$? 7734 ac_status=$?
8819 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8820 (exit $ac_status); }; }; then 7736 (exit $ac_status); }; }; then
@@ -8828,10 +7744,8 @@ else
8828 echo "$as_me: failed program was:" >&5 7744 echo "$as_me: failed program was:" >&5
8829sed 's/^/| /' conftest.$ac_ext >&5 7745sed 's/^/| /' conftest.$ac_ext >&5
8830 7746
8831
8832fi 7747fi
8833 7748rm -f conftest.err conftest.$ac_objext \
8834rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8835 conftest$ac_exeext conftest.$ac_ext 7749 conftest$ac_exeext conftest.$ac_ext
8836if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi 7750if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8837 7751
@@ -8962,7 +7876,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8962 ;; 7876 ;;
8963 7877
8964 # FreeBSD 3 and greater uses gcc -shared to do shared libraries. 7878 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
8965 freebsd* | dragonfly*) 7879 freebsd* | kfreebsd*-gnu | dragonfly*)
8966 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' 7880 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
8967 hardcode_libdir_flag_spec='-R$libdir' 7881 hardcode_libdir_flag_spec='-R$libdir'
8968 hardcode_direct=yes 7882 hardcode_direct=yes
@@ -9064,7 +7978,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9064 link_all_deplibs=yes 7978 link_all_deplibs=yes
9065 ;; 7979 ;;
9066 7980
9067 netbsd* | netbsdelf*-gnu) 7981 netbsd*)
9068 if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then 7982 if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
9069 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out 7983 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9070 else 7984 else
@@ -9280,8 +8194,8 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9280 esac 8194 esac
9281 fi 8195 fi
9282 8196
9283{ echo "$as_me:$LINENO: result: $ld_shlibs" >&5 8197echo "$as_me:$LINENO: result: $ld_shlibs" >&5
9284echo "${ECHO_T}$ld_shlibs" >&6; } 8198echo "${ECHO_T}$ld_shlibs" >&6
9285test "$ld_shlibs" = no && can_build_shared=no 8199test "$ld_shlibs" = no && can_build_shared=no
9286 8200
9287# 8201#
@@ -9301,8 +8215,8 @@ x|xyes)
9301 # Test whether the compiler implicitly links with -lc since on some 8215 # Test whether the compiler implicitly links with -lc since on some
9302 # systems, -lgcc has to come before -lc. If gcc already passes -lc 8216 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9303 # to ld, don't add -lc before -lgcc. 8217 # to ld, don't add -lc before -lgcc.
9304 { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 8218 echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
9305echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; } 8219echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
9306 $rm conftest* 8220 $rm conftest*
9307 printf "$lt_simple_compile_test_code" > conftest.$ac_ext 8221 printf "$lt_simple_compile_test_code" > conftest.$ac_ext
9308 8222
@@ -9339,16 +8253,16 @@ echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&
9339 cat conftest.err 1>&5 8253 cat conftest.err 1>&5
9340 fi 8254 fi
9341 $rm conftest* 8255 $rm conftest*
9342 { echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5 8256 echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
9343echo "${ECHO_T}$archive_cmds_need_lc" >&6; } 8257echo "${ECHO_T}$archive_cmds_need_lc" >&6
9344 ;; 8258 ;;
9345 esac 8259 esac
9346 fi 8260 fi
9347 ;; 8261 ;;
9348esac 8262esac
9349 8263
9350{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 8264echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
9351echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; } 8265echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
9352library_names_spec= 8266library_names_spec=
9353libname_spec='lib$name' 8267libname_spec='lib$name'
9354soname_spec= 8268soname_spec=
@@ -9554,6 +8468,18 @@ freebsd1*)
9554 dynamic_linker=no 8468 dynamic_linker=no
9555 ;; 8469 ;;
9556 8470
8471kfreebsd*-gnu)
8472 version_type=linux
8473 need_lib_prefix=no
8474 need_version=no
8475 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
8476 soname_spec='${libname}${release}${shared_ext}$major'
8477 shlibpath_var=LD_LIBRARY_PATH
8478 shlibpath_overrides_runpath=no
8479 hardcode_into_libs=yes
8480 dynamic_linker='GNU ld.so'
8481 ;;
8482
9557freebsd* | dragonfly*) 8483freebsd* | dragonfly*)
9558 # DragonFly does not have aout. When/if they implement a new 8484 # DragonFly does not have aout. When/if they implement a new
9559 # versioning mechanism, adjust this. 8485 # versioning mechanism, adjust this.
@@ -9709,7 +8635,7 @@ linux*oldld* | linux*aout* | linux*coff*)
9709 ;; 8635 ;;
9710 8636
9711# This must be Linux ELF. 8637# This must be Linux ELF.
9712linux* | k*bsd*-gnu) 8638linux*)
9713 version_type=linux 8639 version_type=linux
9714 need_lib_prefix=no 8640 need_lib_prefix=no
9715 need_version=no 8641 need_version=no
@@ -9723,10 +8649,31 @@ linux* | k*bsd*-gnu)
9723 # before this can be enabled. 8649 # before this can be enabled.
9724 hardcode_into_libs=yes 8650 hardcode_into_libs=yes
9725 8651
8652 # find out which ABI we are using
8653 libsuff=
8654 case "$host_cpu" in
8655 x86_64*|s390x*|powerpc64*)
8656 echo '#line 8656 "configure"' > conftest.$ac_ext
8657 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8658 (eval $ac_compile) 2>&5
8659 ac_status=$?
8660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8661 (exit $ac_status); }; then
8662 case `/usr/bin/file conftest.$ac_objext` in
8663 *64-bit*)
8664 libsuff=64
8665 sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
8666 ;;
8667 esac
8668 fi
8669 rm -rf conftest*
8670 ;;
8671 esac
8672
9726 # Append ld.so.conf contents to the search path 8673 # Append ld.so.conf contents to the search path
9727 if test -f /etc/ld.so.conf; then 8674 if test -f /etc/ld.so.conf; then
9728 lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` 8675 lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
9729 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" 8676 sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra"
9730 fi 8677 fi
9731 8678
9732 # We used to test for /lib/ld.so.1 and disable shared libraries on 8679 # We used to test for /lib/ld.so.1 and disable shared libraries on
@@ -9738,7 +8685,7 @@ linux* | k*bsd*-gnu)
9738 dynamic_linker='GNU/Linux ld.so' 8685 dynamic_linker='GNU/Linux ld.so'
9739 ;; 8686 ;;
9740 8687
9741netbsdelf*-gnu) 8688knetbsd*-gnu)
9742 version_type=linux 8689 version_type=linux
9743 need_lib_prefix=no 8690 need_lib_prefix=no
9744 need_version=no 8691 need_version=no
@@ -9747,7 +8694,7 @@ netbsdelf*-gnu)
9747 shlibpath_var=LD_LIBRARY_PATH 8694 shlibpath_var=LD_LIBRARY_PATH
9748 shlibpath_overrides_runpath=no 8695 shlibpath_overrides_runpath=no
9749 hardcode_into_libs=yes 8696 hardcode_into_libs=yes
9750 dynamic_linker='NetBSD ld.elf_so' 8697 dynamic_linker='GNU ld.so'
9751 ;; 8698 ;;
9752 8699
9753netbsd*) 8700netbsd*)
@@ -9923,8 +8870,8 @@ uts4*)
9923 dynamic_linker=no 8870 dynamic_linker=no
9924 ;; 8871 ;;
9925esac 8872esac
9926{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5 8873echo "$as_me:$LINENO: result: $dynamic_linker" >&5
9927echo "${ECHO_T}$dynamic_linker" >&6; } 8874echo "${ECHO_T}$dynamic_linker" >&6
9928test "$dynamic_linker" = no && can_build_shared=no 8875test "$dynamic_linker" = no && can_build_shared=no
9929 8876
9930variables_saved_for_relink="PATH $shlibpath_var $runpath_var" 8877variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
@@ -9932,8 +8879,8 @@ if test "$GCC" = yes; then
9932 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" 8879 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
9933fi 8880fi
9934 8881
9935{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 8882echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
9936echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; } 8883echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
9937hardcode_action= 8884hardcode_action=
9938if test -n "$hardcode_libdir_flag_spec" || \ 8885if test -n "$hardcode_libdir_flag_spec" || \
9939 test -n "$runpath_var" || \ 8886 test -n "$runpath_var" || \
@@ -9957,8 +8904,8 @@ else
9957 # directories. 8904 # directories.
9958 hardcode_action=unsupported 8905 hardcode_action=unsupported
9959fi 8906fi
9960{ echo "$as_me:$LINENO: result: $hardcode_action" >&5 8907echo "$as_me:$LINENO: result: $hardcode_action" >&5
9961echo "${ECHO_T}$hardcode_action" >&6; } 8908echo "${ECHO_T}$hardcode_action" >&6
9962 8909
9963if test "$hardcode_action" = relink; then 8910if test "$hardcode_action" = relink; then
9964 # Fast installation is not supported 8911 # Fast installation is not supported
@@ -9971,29 +8918,29 @@ fi
9971 8918
9972striplib= 8919striplib=
9973old_striplib= 8920old_striplib=
9974{ echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5 8921echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
9975echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6; } 8922echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
9976if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then 8923if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
9977 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" 8924 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
9978 test -z "$striplib" && striplib="$STRIP --strip-unneeded" 8925 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
9979 { echo "$as_me:$LINENO: result: yes" >&5 8926 echo "$as_me:$LINENO: result: yes" >&5
9980echo "${ECHO_T}yes" >&6; } 8927echo "${ECHO_T}yes" >&6
9981else 8928else
9982# FIXME - insert some real tests, host_os isn't really good enough 8929# FIXME - insert some real tests, host_os isn't really good enough
9983 case $host_os in 8930 case $host_os in
9984 darwin*) 8931 darwin*)
9985 if test -n "$STRIP" ; then 8932 if test -n "$STRIP" ; then
9986 striplib="$STRIP -x" 8933 striplib="$STRIP -x"
9987 { echo "$as_me:$LINENO: result: yes" >&5 8934 echo "$as_me:$LINENO: result: yes" >&5
9988echo "${ECHO_T}yes" >&6; } 8935echo "${ECHO_T}yes" >&6
9989 else 8936 else
9990 { echo "$as_me:$LINENO: result: no" >&5 8937 echo "$as_me:$LINENO: result: no" >&5
9991echo "${ECHO_T}no" >&6; } 8938echo "${ECHO_T}no" >&6
9992fi 8939fi
9993 ;; 8940 ;;
9994 *) 8941 *)
9995 { echo "$as_me:$LINENO: result: no" >&5 8942 echo "$as_me:$LINENO: result: no" >&5
9996echo "${ECHO_T}no" >&6; } 8943echo "${ECHO_T}no" >&6
9997 ;; 8944 ;;
9998 esac 8945 esac
9999fi 8946fi
@@ -10025,8 +8972,8 @@ else
10025 8972
10026 darwin*) 8973 darwin*)
10027 # if libdl is installed we need to link against it 8974 # if libdl is installed we need to link against it
10028 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 8975 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
10029echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; } 8976echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
10030if test "${ac_cv_lib_dl_dlopen+set}" = set; then 8977if test "${ac_cv_lib_dl_dlopen+set}" = set; then
10031 echo $ECHO_N "(cached) $ECHO_C" >&6 8978 echo $ECHO_N "(cached) $ECHO_C" >&6
10032else 8979else
@@ -10039,52 +8986,40 @@ cat confdefs.h >>conftest.$ac_ext
10039cat >>conftest.$ac_ext <<_ACEOF 8986cat >>conftest.$ac_ext <<_ACEOF
10040/* end confdefs.h. */ 8987/* end confdefs.h. */
10041 8988
10042/* Override any GCC internal prototype to avoid an error. 8989/* Override any gcc2 internal prototype to avoid an error. */
10043 Use char because int might match the return type of a GCC
10044 builtin and then its argument prototype would still apply. */
10045#ifdef __cplusplus 8990#ifdef __cplusplus
10046extern "C" 8991extern "C"
10047#endif 8992#endif
8993/* We use char because int might match the return type of a gcc2
8994 builtin and then its argument prototype would still apply. */
10048char dlopen (); 8995char dlopen ();
10049int 8996int
10050main () 8997main ()
10051{ 8998{
10052return dlopen (); 8999dlopen ();
10053 ; 9000 ;
10054 return 0; 9001 return 0;
10055} 9002}
10056_ACEOF 9003_ACEOF
10057rm -f conftest.$ac_objext conftest$ac_exeext 9004rm -f conftest.$ac_objext conftest$ac_exeext
10058if { (ac_try="$ac_link" 9005if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10059case "(($ac_try" in 9006 (eval $ac_link) 2>conftest.er1
10060 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10061 *) ac_try_echo=$ac_try;;
10062esac
10063eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10064 (eval "$ac_link") 2>conftest.er1
10065 ac_status=$? 9007 ac_status=$?
10066 grep -v '^ *+' conftest.er1 >conftest.err 9008 grep -v '^ *+' conftest.er1 >conftest.err
10067 rm -f conftest.er1 9009 rm -f conftest.er1
10068 cat conftest.err >&5 9010 cat conftest.err >&5
10069 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10070 (exit $ac_status); } && 9012 (exit $ac_status); } &&
10071 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9013 { ac_try='test -z "$ac_c_werror_flag"
10072 { (case "(($ac_try" in 9014 || test ! -s conftest.err'
10073 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9015 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10074 *) ac_try_echo=$ac_try;; 9016 (eval $ac_try) 2>&5
10075esac
10076eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10077 (eval "$ac_try") 2>&5
10078 ac_status=$? 9017 ac_status=$?
10079 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10080 (exit $ac_status); }; } && 9019 (exit $ac_status); }; } &&
10081 { ac_try='test -s conftest$ac_exeext' 9020 { ac_try='test -s conftest$ac_exeext'
10082 { (case "(($ac_try" in 9021 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10083 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9022 (eval $ac_try) 2>&5
10084 *) ac_try_echo=$ac_try;;
10085esac
10086eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10087 (eval "$ac_try") 2>&5
10088 ac_status=$? 9023 ac_status=$?
10089 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10090 (exit $ac_status); }; }; then 9025 (exit $ac_status); }; }; then
@@ -10093,15 +9028,14 @@ else
10093 echo "$as_me: failed program was:" >&5 9028 echo "$as_me: failed program was:" >&5
10094sed 's/^/| /' conftest.$ac_ext >&5 9029sed 's/^/| /' conftest.$ac_ext >&5
10095 9030
10096 ac_cv_lib_dl_dlopen=no 9031ac_cv_lib_dl_dlopen=no
10097fi 9032fi
10098 9033rm -f conftest.err conftest.$ac_objext \
10099rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10100 conftest$ac_exeext conftest.$ac_ext 9034 conftest$ac_exeext conftest.$ac_ext
10101LIBS=$ac_check_lib_save_LIBS 9035LIBS=$ac_check_lib_save_LIBS
10102fi 9036fi
10103{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 9037echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
10104echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; } 9038echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
10105if test $ac_cv_lib_dl_dlopen = yes; then 9039if test $ac_cv_lib_dl_dlopen = yes; then
10106 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" 9040 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10107else 9041else
@@ -10115,8 +9049,8 @@ fi
10115 ;; 9049 ;;
10116 9050
10117 *) 9051 *)
10118 { echo "$as_me:$LINENO: checking for shl_load" >&5 9052 echo "$as_me:$LINENO: checking for shl_load" >&5
10119echo $ECHO_N "checking for shl_load... $ECHO_C" >&6; } 9053echo $ECHO_N "checking for shl_load... $ECHO_C" >&6
10120if test "${ac_cv_func_shl_load+set}" = set; then 9054if test "${ac_cv_func_shl_load+set}" = set; then
10121 echo $ECHO_N "(cached) $ECHO_C" >&6 9055 echo $ECHO_N "(cached) $ECHO_C" >&6
10122else 9056else
@@ -10143,59 +9077,53 @@ cat >>conftest.$ac_ext <<_ACEOF
10143 9077
10144#undef shl_load 9078#undef shl_load
10145 9079
10146/* Override any GCC internal prototype to avoid an error. 9080/* Override any gcc2 internal prototype to avoid an error. */
10147 Use char because int might match the return type of a GCC
10148 builtin and then its argument prototype would still apply. */
10149#ifdef __cplusplus 9081#ifdef __cplusplus
10150extern "C" 9082extern "C"
9083{
10151#endif 9084#endif
9085/* We use char because int might match the return type of a gcc2
9086 builtin and then its argument prototype would still apply. */
10152char shl_load (); 9087char shl_load ();
10153/* The GNU C library defines this for functions which it implements 9088/* The GNU C library defines this for functions which it implements
10154 to always fail with ENOSYS. Some functions are actually named 9089 to always fail with ENOSYS. Some functions are actually named
10155 something starting with __ and the normal name is an alias. */ 9090 something starting with __ and the normal name is an alias. */
10156#if defined __stub_shl_load || defined __stub___shl_load 9091#if defined (__stub_shl_load) || defined (__stub___shl_load)
10157choke me 9092choke me
9093#else
9094char (*f) () = shl_load;
9095#endif
9096#ifdef __cplusplus
9097}
10158#endif 9098#endif
10159 9099
10160int 9100int
10161main () 9101main ()
10162{ 9102{
10163return shl_load (); 9103return f != shl_load;
10164 ; 9104 ;
10165 return 0; 9105 return 0;
10166} 9106}
10167_ACEOF 9107_ACEOF
10168rm -f conftest.$ac_objext conftest$ac_exeext 9108rm -f conftest.$ac_objext conftest$ac_exeext
10169if { (ac_try="$ac_link" 9109if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10170case "(($ac_try" in 9110 (eval $ac_link) 2>conftest.er1
10171 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10172 *) ac_try_echo=$ac_try;;
10173esac
10174eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10175 (eval "$ac_link") 2>conftest.er1
10176 ac_status=$? 9111 ac_status=$?
10177 grep -v '^ *+' conftest.er1 >conftest.err 9112 grep -v '^ *+' conftest.er1 >conftest.err
10178 rm -f conftest.er1 9113 rm -f conftest.er1
10179 cat conftest.err >&5 9114 cat conftest.err >&5
10180 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9115 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10181 (exit $ac_status); } && 9116 (exit $ac_status); } &&
10182 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9117 { ac_try='test -z "$ac_c_werror_flag"
10183 { (case "(($ac_try" in 9118 || test ! -s conftest.err'
10184 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9119 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10185 *) ac_try_echo=$ac_try;; 9120 (eval $ac_try) 2>&5
10186esac
10187eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10188 (eval "$ac_try") 2>&5
10189 ac_status=$? 9121 ac_status=$?
10190 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10191 (exit $ac_status); }; } && 9123 (exit $ac_status); }; } &&
10192 { ac_try='test -s conftest$ac_exeext' 9124 { ac_try='test -s conftest$ac_exeext'
10193 { (case "(($ac_try" in 9125 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10194 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9126 (eval $ac_try) 2>&5
10195 *) ac_try_echo=$ac_try;;
10196esac
10197eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10198 (eval "$ac_try") 2>&5
10199 ac_status=$? 9127 ac_status=$?
10200 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10201 (exit $ac_status); }; }; then 9129 (exit $ac_status); }; }; then
@@ -10204,19 +9132,18 @@ else
10204 echo "$as_me: failed program was:" >&5 9132 echo "$as_me: failed program was:" >&5
10205sed 's/^/| /' conftest.$ac_ext >&5 9133sed 's/^/| /' conftest.$ac_ext >&5
10206 9134
10207 ac_cv_func_shl_load=no 9135ac_cv_func_shl_load=no
10208fi 9136fi
10209 9137rm -f conftest.err conftest.$ac_objext \
10210rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10211 conftest$ac_exeext conftest.$ac_ext 9138 conftest$ac_exeext conftest.$ac_ext
10212fi 9139fi
10213{ echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5 9140echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
10214echo "${ECHO_T}$ac_cv_func_shl_load" >&6; } 9141echo "${ECHO_T}$ac_cv_func_shl_load" >&6
10215if test $ac_cv_func_shl_load = yes; then 9142if test $ac_cv_func_shl_load = yes; then
10216 lt_cv_dlopen="shl_load" 9143 lt_cv_dlopen="shl_load"
10217else 9144else
10218 { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5 9145 echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
10219echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; } 9146echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6
10220if test "${ac_cv_lib_dld_shl_load+set}" = set; then 9147if test "${ac_cv_lib_dld_shl_load+set}" = set; then
10221 echo $ECHO_N "(cached) $ECHO_C" >&6 9148 echo $ECHO_N "(cached) $ECHO_C" >&6
10222else 9149else
@@ -10229,52 +9156,40 @@ cat confdefs.h >>conftest.$ac_ext
10229cat >>conftest.$ac_ext <<_ACEOF 9156cat >>conftest.$ac_ext <<_ACEOF
10230/* end confdefs.h. */ 9157/* end confdefs.h. */
10231 9158
10232/* Override any GCC internal prototype to avoid an error. 9159/* Override any gcc2 internal prototype to avoid an error. */
10233 Use char because int might match the return type of a GCC
10234 builtin and then its argument prototype would still apply. */
10235#ifdef __cplusplus 9160#ifdef __cplusplus
10236extern "C" 9161extern "C"
10237#endif 9162#endif
9163/* We use char because int might match the return type of a gcc2
9164 builtin and then its argument prototype would still apply. */
10238char shl_load (); 9165char shl_load ();
10239int 9166int
10240main () 9167main ()
10241{ 9168{
10242return shl_load (); 9169shl_load ();
10243 ; 9170 ;
10244 return 0; 9171 return 0;
10245} 9172}
10246_ACEOF 9173_ACEOF
10247rm -f conftest.$ac_objext conftest$ac_exeext 9174rm -f conftest.$ac_objext conftest$ac_exeext
10248if { (ac_try="$ac_link" 9175if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10249case "(($ac_try" in 9176 (eval $ac_link) 2>conftest.er1
10250 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10251 *) ac_try_echo=$ac_try;;
10252esac
10253eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10254 (eval "$ac_link") 2>conftest.er1
10255 ac_status=$? 9177 ac_status=$?
10256 grep -v '^ *+' conftest.er1 >conftest.err 9178 grep -v '^ *+' conftest.er1 >conftest.err
10257 rm -f conftest.er1 9179 rm -f conftest.er1
10258 cat conftest.err >&5 9180 cat conftest.err >&5
10259 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9181 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10260 (exit $ac_status); } && 9182 (exit $ac_status); } &&
10261 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9183 { ac_try='test -z "$ac_c_werror_flag"
10262 { (case "(($ac_try" in 9184 || test ! -s conftest.err'
10263 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9185 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10264 *) ac_try_echo=$ac_try;; 9186 (eval $ac_try) 2>&5
10265esac
10266eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10267 (eval "$ac_try") 2>&5
10268 ac_status=$? 9187 ac_status=$?
10269 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10270 (exit $ac_status); }; } && 9189 (exit $ac_status); }; } &&
10271 { ac_try='test -s conftest$ac_exeext' 9190 { ac_try='test -s conftest$ac_exeext'
10272 { (case "(($ac_try" in 9191 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10273 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9192 (eval $ac_try) 2>&5
10274 *) ac_try_echo=$ac_try;;
10275esac
10276eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10277 (eval "$ac_try") 2>&5
10278 ac_status=$? 9193 ac_status=$?
10279 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10280 (exit $ac_status); }; }; then 9195 (exit $ac_status); }; }; then
@@ -10283,20 +9198,19 @@ else
10283 echo "$as_me: failed program was:" >&5 9198 echo "$as_me: failed program was:" >&5
10284sed 's/^/| /' conftest.$ac_ext >&5 9199sed 's/^/| /' conftest.$ac_ext >&5
10285 9200
10286 ac_cv_lib_dld_shl_load=no 9201ac_cv_lib_dld_shl_load=no
10287fi 9202fi
10288 9203rm -f conftest.err conftest.$ac_objext \
10289rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10290 conftest$ac_exeext conftest.$ac_ext 9204 conftest$ac_exeext conftest.$ac_ext
10291LIBS=$ac_check_lib_save_LIBS 9205LIBS=$ac_check_lib_save_LIBS
10292fi 9206fi
10293{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5 9207echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
10294echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; } 9208echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
10295if test $ac_cv_lib_dld_shl_load = yes; then 9209if test $ac_cv_lib_dld_shl_load = yes; then
10296 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld" 9210 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"
10297else 9211else
10298 { echo "$as_me:$LINENO: checking for dlopen" >&5 9212 echo "$as_me:$LINENO: checking for dlopen" >&5
10299echo $ECHO_N "checking for dlopen... $ECHO_C" >&6; } 9213echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
10300if test "${ac_cv_func_dlopen+set}" = set; then 9214if test "${ac_cv_func_dlopen+set}" = set; then
10301 echo $ECHO_N "(cached) $ECHO_C" >&6 9215 echo $ECHO_N "(cached) $ECHO_C" >&6
10302else 9216else
@@ -10323,59 +9237,53 @@ cat >>conftest.$ac_ext <<_ACEOF
10323 9237
10324#undef dlopen 9238#undef dlopen
10325 9239
10326/* Override any GCC internal prototype to avoid an error. 9240/* Override any gcc2 internal prototype to avoid an error. */
10327 Use char because int might match the return type of a GCC
10328 builtin and then its argument prototype would still apply. */
10329#ifdef __cplusplus 9241#ifdef __cplusplus
10330extern "C" 9242extern "C"
9243{
10331#endif 9244#endif
9245/* We use char because int might match the return type of a gcc2
9246 builtin and then its argument prototype would still apply. */
10332char dlopen (); 9247char dlopen ();
10333/* The GNU C library defines this for functions which it implements 9248/* The GNU C library defines this for functions which it implements
10334 to always fail with ENOSYS. Some functions are actually named 9249 to always fail with ENOSYS. Some functions are actually named
10335 something starting with __ and the normal name is an alias. */ 9250 something starting with __ and the normal name is an alias. */
10336#if defined __stub_dlopen || defined __stub___dlopen 9251#if defined (__stub_dlopen) || defined (__stub___dlopen)
10337choke me 9252choke me
9253#else
9254char (*f) () = dlopen;
9255#endif
9256#ifdef __cplusplus
9257}
10338#endif 9258#endif
10339 9259
10340int 9260int
10341main () 9261main ()
10342{ 9262{
10343return dlopen (); 9263return f != dlopen;
10344 ; 9264 ;
10345 return 0; 9265 return 0;
10346} 9266}
10347_ACEOF 9267_ACEOF
10348rm -f conftest.$ac_objext conftest$ac_exeext 9268rm -f conftest.$ac_objext conftest$ac_exeext
10349if { (ac_try="$ac_link" 9269if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10350case "(($ac_try" in 9270 (eval $ac_link) 2>conftest.er1
10351 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10352 *) ac_try_echo=$ac_try;;
10353esac
10354eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10355 (eval "$ac_link") 2>conftest.er1
10356 ac_status=$? 9271 ac_status=$?
10357 grep -v '^ *+' conftest.er1 >conftest.err 9272 grep -v '^ *+' conftest.er1 >conftest.err
10358 rm -f conftest.er1 9273 rm -f conftest.er1
10359 cat conftest.err >&5 9274 cat conftest.err >&5
10360 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10361 (exit $ac_status); } && 9276 (exit $ac_status); } &&
10362 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9277 { ac_try='test -z "$ac_c_werror_flag"
10363 { (case "(($ac_try" in 9278 || test ! -s conftest.err'
10364 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9279 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10365 *) ac_try_echo=$ac_try;; 9280 (eval $ac_try) 2>&5
10366esac
10367eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10368 (eval "$ac_try") 2>&5
10369 ac_status=$? 9281 ac_status=$?
10370 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10371 (exit $ac_status); }; } && 9283 (exit $ac_status); }; } &&
10372 { ac_try='test -s conftest$ac_exeext' 9284 { ac_try='test -s conftest$ac_exeext'
10373 { (case "(($ac_try" in 9285 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10374 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9286 (eval $ac_try) 2>&5
10375 *) ac_try_echo=$ac_try;;
10376esac
10377eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10378 (eval "$ac_try") 2>&5
10379 ac_status=$? 9287 ac_status=$?
10380 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10381 (exit $ac_status); }; }; then 9289 (exit $ac_status); }; }; then
@@ -10384,19 +9292,18 @@ else
10384 echo "$as_me: failed program was:" >&5 9292 echo "$as_me: failed program was:" >&5
10385sed 's/^/| /' conftest.$ac_ext >&5 9293sed 's/^/| /' conftest.$ac_ext >&5
10386 9294
10387 ac_cv_func_dlopen=no 9295ac_cv_func_dlopen=no
10388fi 9296fi
10389 9297rm -f conftest.err conftest.$ac_objext \
10390rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10391 conftest$ac_exeext conftest.$ac_ext 9298 conftest$ac_exeext conftest.$ac_ext
10392fi 9299fi
10393{ echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5 9300echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
10394echo "${ECHO_T}$ac_cv_func_dlopen" >&6; } 9301echo "${ECHO_T}$ac_cv_func_dlopen" >&6
10395if test $ac_cv_func_dlopen = yes; then 9302if test $ac_cv_func_dlopen = yes; then
10396 lt_cv_dlopen="dlopen" 9303 lt_cv_dlopen="dlopen"
10397else 9304else
10398 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 9305 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
10399echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; } 9306echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
10400if test "${ac_cv_lib_dl_dlopen+set}" = set; then 9307if test "${ac_cv_lib_dl_dlopen+set}" = set; then
10401 echo $ECHO_N "(cached) $ECHO_C" >&6 9308 echo $ECHO_N "(cached) $ECHO_C" >&6
10402else 9309else
@@ -10409,52 +9316,40 @@ cat confdefs.h >>conftest.$ac_ext
10409cat >>conftest.$ac_ext <<_ACEOF 9316cat >>conftest.$ac_ext <<_ACEOF
10410/* end confdefs.h. */ 9317/* end confdefs.h. */
10411 9318
10412/* Override any GCC internal prototype to avoid an error. 9319/* Override any gcc2 internal prototype to avoid an error. */
10413 Use char because int might match the return type of a GCC
10414 builtin and then its argument prototype would still apply. */
10415#ifdef __cplusplus 9320#ifdef __cplusplus
10416extern "C" 9321extern "C"
10417#endif 9322#endif
9323/* We use char because int might match the return type of a gcc2
9324 builtin and then its argument prototype would still apply. */
10418char dlopen (); 9325char dlopen ();
10419int 9326int
10420main () 9327main ()
10421{ 9328{
10422return dlopen (); 9329dlopen ();
10423 ; 9330 ;
10424 return 0; 9331 return 0;
10425} 9332}
10426_ACEOF 9333_ACEOF
10427rm -f conftest.$ac_objext conftest$ac_exeext 9334rm -f conftest.$ac_objext conftest$ac_exeext
10428if { (ac_try="$ac_link" 9335if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10429case "(($ac_try" in 9336 (eval $ac_link) 2>conftest.er1
10430 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10431 *) ac_try_echo=$ac_try;;
10432esac
10433eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10434 (eval "$ac_link") 2>conftest.er1
10435 ac_status=$? 9337 ac_status=$?
10436 grep -v '^ *+' conftest.er1 >conftest.err 9338 grep -v '^ *+' conftest.er1 >conftest.err
10437 rm -f conftest.er1 9339 rm -f conftest.er1
10438 cat conftest.err >&5 9340 cat conftest.err >&5
10439 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10440 (exit $ac_status); } && 9342 (exit $ac_status); } &&
10441 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9343 { ac_try='test -z "$ac_c_werror_flag"
10442 { (case "(($ac_try" in 9344 || test ! -s conftest.err'
10443 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9345 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10444 *) ac_try_echo=$ac_try;; 9346 (eval $ac_try) 2>&5
10445esac
10446eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10447 (eval "$ac_try") 2>&5
10448 ac_status=$? 9347 ac_status=$?
10449 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10450 (exit $ac_status); }; } && 9349 (exit $ac_status); }; } &&
10451 { ac_try='test -s conftest$ac_exeext' 9350 { ac_try='test -s conftest$ac_exeext'
10452 { (case "(($ac_try" in 9351 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10453 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9352 (eval $ac_try) 2>&5
10454 *) ac_try_echo=$ac_try;;
10455esac
10456eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10457 (eval "$ac_try") 2>&5
10458 ac_status=$? 9353 ac_status=$?
10459 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10460 (exit $ac_status); }; }; then 9355 (exit $ac_status); }; }; then
@@ -10463,20 +9358,19 @@ else
10463 echo "$as_me: failed program was:" >&5 9358 echo "$as_me: failed program was:" >&5
10464sed 's/^/| /' conftest.$ac_ext >&5 9359sed 's/^/| /' conftest.$ac_ext >&5
10465 9360
10466 ac_cv_lib_dl_dlopen=no 9361ac_cv_lib_dl_dlopen=no
10467fi 9362fi
10468 9363rm -f conftest.err conftest.$ac_objext \
10469rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10470 conftest$ac_exeext conftest.$ac_ext 9364 conftest$ac_exeext conftest.$ac_ext
10471LIBS=$ac_check_lib_save_LIBS 9365LIBS=$ac_check_lib_save_LIBS
10472fi 9366fi
10473{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 9367echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
10474echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; } 9368echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
10475if test $ac_cv_lib_dl_dlopen = yes; then 9369if test $ac_cv_lib_dl_dlopen = yes; then
10476 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" 9370 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10477else 9371else
10478 { echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5 9372 echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
10479echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6; } 9373echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6
10480if test "${ac_cv_lib_svld_dlopen+set}" = set; then 9374if test "${ac_cv_lib_svld_dlopen+set}" = set; then
10481 echo $ECHO_N "(cached) $ECHO_C" >&6 9375 echo $ECHO_N "(cached) $ECHO_C" >&6
10482else 9376else
@@ -10489,52 +9383,40 @@ cat confdefs.h >>conftest.$ac_ext
10489cat >>conftest.$ac_ext <<_ACEOF 9383cat >>conftest.$ac_ext <<_ACEOF
10490/* end confdefs.h. */ 9384/* end confdefs.h. */
10491 9385
10492/* Override any GCC internal prototype to avoid an error. 9386/* Override any gcc2 internal prototype to avoid an error. */
10493 Use char because int might match the return type of a GCC
10494 builtin and then its argument prototype would still apply. */
10495#ifdef __cplusplus 9387#ifdef __cplusplus
10496extern "C" 9388extern "C"
10497#endif 9389#endif
9390/* We use char because int might match the return type of a gcc2
9391 builtin and then its argument prototype would still apply. */
10498char dlopen (); 9392char dlopen ();
10499int 9393int
10500main () 9394main ()
10501{ 9395{
10502return dlopen (); 9396dlopen ();
10503 ; 9397 ;
10504 return 0; 9398 return 0;
10505} 9399}
10506_ACEOF 9400_ACEOF
10507rm -f conftest.$ac_objext conftest$ac_exeext 9401rm -f conftest.$ac_objext conftest$ac_exeext
10508if { (ac_try="$ac_link" 9402if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10509case "(($ac_try" in 9403 (eval $ac_link) 2>conftest.er1
10510 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10511 *) ac_try_echo=$ac_try;;
10512esac
10513eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10514 (eval "$ac_link") 2>conftest.er1
10515 ac_status=$? 9404 ac_status=$?
10516 grep -v '^ *+' conftest.er1 >conftest.err 9405 grep -v '^ *+' conftest.er1 >conftest.err
10517 rm -f conftest.er1 9406 rm -f conftest.er1
10518 cat conftest.err >&5 9407 cat conftest.err >&5
10519 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10520 (exit $ac_status); } && 9409 (exit $ac_status); } &&
10521 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9410 { ac_try='test -z "$ac_c_werror_flag"
10522 { (case "(($ac_try" in 9411 || test ! -s conftest.err'
10523 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9412 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10524 *) ac_try_echo=$ac_try;; 9413 (eval $ac_try) 2>&5
10525esac
10526eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10527 (eval "$ac_try") 2>&5
10528 ac_status=$? 9414 ac_status=$?
10529 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10530 (exit $ac_status); }; } && 9416 (exit $ac_status); }; } &&
10531 { ac_try='test -s conftest$ac_exeext' 9417 { ac_try='test -s conftest$ac_exeext'
10532 { (case "(($ac_try" in 9418 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10533 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9419 (eval $ac_try) 2>&5
10534 *) ac_try_echo=$ac_try;;
10535esac
10536eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10537 (eval "$ac_try") 2>&5
10538 ac_status=$? 9420 ac_status=$?
10539 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10540 (exit $ac_status); }; }; then 9422 (exit $ac_status); }; }; then
@@ -10543,20 +9425,19 @@ else
10543 echo "$as_me: failed program was:" >&5 9425 echo "$as_me: failed program was:" >&5
10544sed 's/^/| /' conftest.$ac_ext >&5 9426sed 's/^/| /' conftest.$ac_ext >&5
10545 9427
10546 ac_cv_lib_svld_dlopen=no 9428ac_cv_lib_svld_dlopen=no
10547fi 9429fi
10548 9430rm -f conftest.err conftest.$ac_objext \
10549rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10550 conftest$ac_exeext conftest.$ac_ext 9431 conftest$ac_exeext conftest.$ac_ext
10551LIBS=$ac_check_lib_save_LIBS 9432LIBS=$ac_check_lib_save_LIBS
10552fi 9433fi
10553{ echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5 9434echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
10554echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6; } 9435echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6
10555if test $ac_cv_lib_svld_dlopen = yes; then 9436if test $ac_cv_lib_svld_dlopen = yes; then
10556 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld" 9437 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
10557else 9438else
10558 { echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5 9439 echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
10559echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6; } 9440echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6
10560if test "${ac_cv_lib_dld_dld_link+set}" = set; then 9441if test "${ac_cv_lib_dld_dld_link+set}" = set; then
10561 echo $ECHO_N "(cached) $ECHO_C" >&6 9442 echo $ECHO_N "(cached) $ECHO_C" >&6
10562else 9443else
@@ -10569,52 +9450,40 @@ cat confdefs.h >>conftest.$ac_ext
10569cat >>conftest.$ac_ext <<_ACEOF 9450cat >>conftest.$ac_ext <<_ACEOF
10570/* end confdefs.h. */ 9451/* end confdefs.h. */
10571 9452
10572/* Override any GCC internal prototype to avoid an error. 9453/* Override any gcc2 internal prototype to avoid an error. */
10573 Use char because int might match the return type of a GCC
10574 builtin and then its argument prototype would still apply. */
10575#ifdef __cplusplus 9454#ifdef __cplusplus
10576extern "C" 9455extern "C"
10577#endif 9456#endif
9457/* We use char because int might match the return type of a gcc2
9458 builtin and then its argument prototype would still apply. */
10578char dld_link (); 9459char dld_link ();
10579int 9460int
10580main () 9461main ()
10581{ 9462{
10582return dld_link (); 9463dld_link ();
10583 ; 9464 ;
10584 return 0; 9465 return 0;
10585} 9466}
10586_ACEOF 9467_ACEOF
10587rm -f conftest.$ac_objext conftest$ac_exeext 9468rm -f conftest.$ac_objext conftest$ac_exeext
10588if { (ac_try="$ac_link" 9469if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10589case "(($ac_try" in 9470 (eval $ac_link) 2>conftest.er1
10590 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10591 *) ac_try_echo=$ac_try;;
10592esac
10593eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10594 (eval "$ac_link") 2>conftest.er1
10595 ac_status=$? 9471 ac_status=$?
10596 grep -v '^ *+' conftest.er1 >conftest.err 9472 grep -v '^ *+' conftest.er1 >conftest.err
10597 rm -f conftest.er1 9473 rm -f conftest.er1
10598 cat conftest.err >&5 9474 cat conftest.err >&5
10599 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10600 (exit $ac_status); } && 9476 (exit $ac_status); } &&
10601 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9477 { ac_try='test -z "$ac_c_werror_flag"
10602 { (case "(($ac_try" in 9478 || test ! -s conftest.err'
10603 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9479 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10604 *) ac_try_echo=$ac_try;; 9480 (eval $ac_try) 2>&5
10605esac
10606eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10607 (eval "$ac_try") 2>&5
10608 ac_status=$? 9481 ac_status=$?
10609 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10610 (exit $ac_status); }; } && 9483 (exit $ac_status); }; } &&
10611 { ac_try='test -s conftest$ac_exeext' 9484 { ac_try='test -s conftest$ac_exeext'
10612 { (case "(($ac_try" in 9485 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10613 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 9486 (eval $ac_try) 2>&5
10614 *) ac_try_echo=$ac_try;;
10615esac
10616eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10617 (eval "$ac_try") 2>&5
10618 ac_status=$? 9487 ac_status=$?
10619 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10620 (exit $ac_status); }; }; then 9489 (exit $ac_status); }; }; then
@@ -10623,15 +9492,14 @@ else
10623 echo "$as_me: failed program was:" >&5 9492 echo "$as_me: failed program was:" >&5
10624sed 's/^/| /' conftest.$ac_ext >&5 9493sed 's/^/| /' conftest.$ac_ext >&5
10625 9494
10626 ac_cv_lib_dld_dld_link=no 9495ac_cv_lib_dld_dld_link=no
10627fi 9496fi
10628 9497rm -f conftest.err conftest.$ac_objext \
10629rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10630 conftest$ac_exeext conftest.$ac_ext 9498 conftest$ac_exeext conftest.$ac_ext
10631LIBS=$ac_check_lib_save_LIBS 9499LIBS=$ac_check_lib_save_LIBS
10632fi 9500fi
10633{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5 9501echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
10634echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6; } 9502echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6
10635if test $ac_cv_lib_dld_dld_link = yes; then 9503if test $ac_cv_lib_dld_dld_link = yes; then
10636 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld" 9504 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"
10637fi 9505fi
@@ -10671,8 +9539,8 @@ fi
10671 save_LIBS="$LIBS" 9539 save_LIBS="$LIBS"
10672 LIBS="$lt_cv_dlopen_libs $LIBS" 9540 LIBS="$lt_cv_dlopen_libs $LIBS"
10673 9541
10674 { echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5 9542 echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
10675echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6; } 9543echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6
10676if test "${lt_cv_dlopen_self+set}" = set; then 9544if test "${lt_cv_dlopen_self+set}" = set; then
10677 echo $ECHO_N "(cached) $ECHO_C" >&6 9545 echo $ECHO_N "(cached) $ECHO_C" >&6
10678else 9546else
@@ -10682,7 +9550,7 @@ else
10682 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 9550 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10683 lt_status=$lt_dlunknown 9551 lt_status=$lt_dlunknown
10684 cat > conftest.$ac_ext <<EOF 9552 cat > conftest.$ac_ext <<EOF
10685#line 10685 "configure" 9553#line 9553 "configure"
10686#include "confdefs.h" 9554#include "confdefs.h"
10687 9555
10688#if HAVE_DLFCN_H 9556#if HAVE_DLFCN_H
@@ -10766,13 +9634,13 @@ rm -fr conftest*
10766 9634
10767 9635
10768fi 9636fi
10769{ echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5 9637echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
10770echo "${ECHO_T}$lt_cv_dlopen_self" >&6; } 9638echo "${ECHO_T}$lt_cv_dlopen_self" >&6
10771 9639
10772 if test "x$lt_cv_dlopen_self" = xyes; then 9640 if test "x$lt_cv_dlopen_self" = xyes; then
10773 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" 9641 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10774 { echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5 9642 echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
10775echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6; } 9643echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6
10776if test "${lt_cv_dlopen_self_static+set}" = set; then 9644if test "${lt_cv_dlopen_self_static+set}" = set; then
10777 echo $ECHO_N "(cached) $ECHO_C" >&6 9645 echo $ECHO_N "(cached) $ECHO_C" >&6
10778else 9646else
@@ -10782,7 +9650,7 @@ else
10782 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 9650 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10783 lt_status=$lt_dlunknown 9651 lt_status=$lt_dlunknown
10784 cat > conftest.$ac_ext <<EOF 9652 cat > conftest.$ac_ext <<EOF
10785#line 10785 "configure" 9653#line 9653 "configure"
10786#include "confdefs.h" 9654#include "confdefs.h"
10787 9655
10788#if HAVE_DLFCN_H 9656#if HAVE_DLFCN_H
@@ -10866,8 +9734,8 @@ rm -fr conftest*
10866 9734
10867 9735
10868fi 9736fi
10869{ echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5 9737echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
10870echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6; } 9738echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
10871 fi 9739 fi
10872 9740
10873 CPPFLAGS="$save_CPPFLAGS" 9741 CPPFLAGS="$save_CPPFLAGS"
@@ -10889,13 +9757,13 @@ fi
10889 9757
10890 9758
10891# Report which library types will actually be built 9759# Report which library types will actually be built
10892{ echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5 9760echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
10893echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; } 9761echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6
10894{ echo "$as_me:$LINENO: result: $can_build_shared" >&5 9762echo "$as_me:$LINENO: result: $can_build_shared" >&5
10895echo "${ECHO_T}$can_build_shared" >&6; } 9763echo "${ECHO_T}$can_build_shared" >&6
10896 9764
10897{ echo "$as_me:$LINENO: checking whether to build shared libraries" >&5 9765echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
10898echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6; } 9766echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6
10899test "$can_build_shared" = "no" && enable_shared=no 9767test "$can_build_shared" = "no" && enable_shared=no
10900 9768
10901# On AIX, shared libraries and static libraries use the same namespace, and 9769# On AIX, shared libraries and static libraries use the same namespace, and
@@ -10915,15 +9783,15 @@ aix4* | aix5*)
10915 fi 9783 fi
10916 ;; 9784 ;;
10917esac 9785esac
10918{ echo "$as_me:$LINENO: result: $enable_shared" >&5 9786echo "$as_me:$LINENO: result: $enable_shared" >&5
10919echo "${ECHO_T}$enable_shared" >&6; } 9787echo "${ECHO_T}$enable_shared" >&6
10920 9788
10921{ echo "$as_me:$LINENO: checking whether to build static libraries" >&5 9789echo "$as_me:$LINENO: checking whether to build static libraries" >&5
10922echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; } 9790echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6
10923# Make sure either enable_shared or enable_static is yes. 9791# Make sure either enable_shared or enable_static is yes.
10924test "$enable_shared" = yes || enable_static=yes 9792test "$enable_shared" = yes || enable_static=yes
10925{ echo "$as_me:$LINENO: result: $enable_static" >&5 9793echo "$as_me:$LINENO: result: $enable_static" >&5
10926echo "${ECHO_T}$enable_static" >&6; } 9794echo "${ECHO_T}$enable_static" >&6
10927 9795
10928# The else clause should only fire when bootstrapping the 9796# The else clause should only fire when bootstrapping the
10929# libtool distribution, otherwise you forgot to ship ltmain.sh 9797# libtool distribution, otherwise you forgot to ship ltmain.sh
@@ -11415,11 +10283,11 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
11415CC="$lt_save_CC" 10283CC="$lt_save_CC"
11416 10284
11417 10285
11418# Check whether --with-tags was given. 10286# Check whether --with-tags or --without-tags was given.
11419if test "${with_tags+set}" = set; then 10287if test "${with_tags+set}" = set; then
11420 withval=$with_tags; tagnames="$withval" 10288 withval="$with_tags"
11421fi 10289 tagnames="$withval"
11422 10290fi;
11423 10291
11424if test -f "$ltmain" && test -n "$tagnames"; then 10292if test -f "$ltmain" && test -n "$tagnames"; then
11425 if test ! -f "${ofile}"; then 10293 if test ! -f "${ofile}"; then
@@ -11473,7 +10341,7 @@ echo "$as_me: error: tag name \"$tagname\" already exists" >&2;}
11473 if test -n "$CXX" && ( test "X$CXX" != "Xno" && 10341 if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
11474 ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) || 10342 ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
11475 (test "X$CXX" != "Xg++"))) ; then 10343 (test "X$CXX" != "Xg++"))) ; then
11476 ac_ext=cpp 10344 ac_ext=cc
11477ac_cpp='$CXXCPP $CPPFLAGS' 10345ac_cpp='$CXXCPP $CPPFLAGS'
11478ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 10346ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11479ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 10347ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
@@ -11592,18 +10460,18 @@ if test "$GXX" = yes; then
11592 # Set up default GNU C++ configuration 10460 # Set up default GNU C++ configuration
11593 10461
11594 10462
11595# Check whether --with-gnu-ld was given. 10463# Check whether --with-gnu-ld or --without-gnu-ld was given.
11596if test "${with_gnu_ld+set}" = set; then 10464if test "${with_gnu_ld+set}" = set; then
11597 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes 10465 withval="$with_gnu_ld"
10466 test "$withval" = no || with_gnu_ld=yes
11598else 10467else
11599 with_gnu_ld=no 10468 with_gnu_ld=no
11600fi 10469fi;
11601
11602ac_prog=ld 10470ac_prog=ld
11603if test "$GCC" = yes; then 10471if test "$GCC" = yes; then
11604 # Check if gcc -print-prog-name=ld gives a path. 10472 # Check if gcc -print-prog-name=ld gives a path.
11605 { echo "$as_me:$LINENO: checking for ld used by $CC" >&5 10473 echo "$as_me:$LINENO: checking for ld used by $CC" >&5
11606echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; } 10474echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6
11607 case $host in 10475 case $host in
11608 *-*-mingw*) 10476 *-*-mingw*)
11609 # gcc leaves a trailing carriage return which upsets mingw 10477 # gcc leaves a trailing carriage return which upsets mingw
@@ -11632,11 +10500,11 @@ echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; }
11632 ;; 10500 ;;
11633 esac 10501 esac
11634elif test "$with_gnu_ld" = yes; then 10502elif test "$with_gnu_ld" = yes; then
11635 { echo "$as_me:$LINENO: checking for GNU ld" >&5 10503 echo "$as_me:$LINENO: checking for GNU ld" >&5
11636echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; } 10504echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
11637else 10505else
11638 { echo "$as_me:$LINENO: checking for non-GNU ld" >&5 10506 echo "$as_me:$LINENO: checking for non-GNU ld" >&5
11639echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; } 10507echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
11640fi 10508fi
11641if test "${lt_cv_path_LD+set}" = set; then 10509if test "${lt_cv_path_LD+set}" = set; then
11642 echo $ECHO_N "(cached) $ECHO_C" >&6 10510 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -11669,17 +10537,17 @@ fi
11669 10537
11670LD="$lt_cv_path_LD" 10538LD="$lt_cv_path_LD"
11671if test -n "$LD"; then 10539if test -n "$LD"; then
11672 { echo "$as_me:$LINENO: result: $LD" >&5 10540 echo "$as_me:$LINENO: result: $LD" >&5
11673echo "${ECHO_T}$LD" >&6; } 10541echo "${ECHO_T}$LD" >&6
11674else 10542else
11675 { echo "$as_me:$LINENO: result: no" >&5 10543 echo "$as_me:$LINENO: result: no" >&5
11676echo "${ECHO_T}no" >&6; } 10544echo "${ECHO_T}no" >&6
11677fi 10545fi
11678test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5 10546test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
11679echo "$as_me: error: no acceptable ld found in \$PATH" >&2;} 10547echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
11680 { (exit 1); exit 1; }; } 10548 { (exit 1); exit 1; }; }
11681{ echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5 10549echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
11682echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; } 10550echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
11683if test "${lt_cv_prog_gnu_ld+set}" = set; then 10551if test "${lt_cv_prog_gnu_ld+set}" = set; then
11684 echo $ECHO_N "(cached) $ECHO_C" >&6 10552 echo $ECHO_N "(cached) $ECHO_C" >&6
11685else 10553else
@@ -11693,8 +10561,8 @@ case `$LD -v 2>&1 </dev/null` in
11693 ;; 10561 ;;
11694esac 10562esac
11695fi 10563fi
11696{ echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5 10564echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
11697echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; } 10565echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
11698with_gnu_ld=$lt_cv_prog_gnu_ld 10566with_gnu_ld=$lt_cv_prog_gnu_ld
11699 10567
11700 10568
@@ -11744,8 +10612,8 @@ else
11744fi 10612fi
11745 10613
11746# PORTME: fill in a description of your system's C++ link characteristics 10614# PORTME: fill in a description of your system's C++ link characteristics
11747{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 10615echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
11748echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; } 10616echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6
11749ld_shlibs_CXX=yes 10617ld_shlibs_CXX=yes
11750case $host_os in 10618case $host_os in
11751 aix3*) 10619 aix3*)
@@ -11857,36 +10725,24 @@ main ()
11857} 10725}
11858_ACEOF 10726_ACEOF
11859rm -f conftest.$ac_objext conftest$ac_exeext 10727rm -f conftest.$ac_objext conftest$ac_exeext
11860if { (ac_try="$ac_link" 10728if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11861case "(($ac_try" in 10729 (eval $ac_link) 2>conftest.er1
11862 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11863 *) ac_try_echo=$ac_try;;
11864esac
11865eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11866 (eval "$ac_link") 2>conftest.er1
11867 ac_status=$? 10730 ac_status=$?
11868 grep -v '^ *+' conftest.er1 >conftest.err 10731 grep -v '^ *+' conftest.er1 >conftest.err
11869 rm -f conftest.er1 10732 rm -f conftest.er1
11870 cat conftest.err >&5 10733 cat conftest.err >&5
11871 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11872 (exit $ac_status); } && 10735 (exit $ac_status); } &&
11873 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 10736 { ac_try='test -z "$ac_cxx_werror_flag"
11874 { (case "(($ac_try" in 10737 || test ! -s conftest.err'
11875 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10738 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11876 *) ac_try_echo=$ac_try;; 10739 (eval $ac_try) 2>&5
11877esac
11878eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11879 (eval "$ac_try") 2>&5
11880 ac_status=$? 10740 ac_status=$?
11881 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11882 (exit $ac_status); }; } && 10742 (exit $ac_status); }; } &&
11883 { ac_try='test -s conftest$ac_exeext' 10743 { ac_try='test -s conftest$ac_exeext'
11884 { (case "(($ac_try" in 10744 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11885 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10745 (eval $ac_try) 2>&5
11886 *) ac_try_echo=$ac_try;;
11887esac
11888eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11889 (eval "$ac_try") 2>&5
11890 ac_status=$? 10746 ac_status=$?
11891 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11892 (exit $ac_status); }; }; then 10748 (exit $ac_status); }; }; then
@@ -11900,10 +10756,8 @@ else
11900 echo "$as_me: failed program was:" >&5 10756 echo "$as_me: failed program was:" >&5
11901sed 's/^/| /' conftest.$ac_ext >&5 10757sed 's/^/| /' conftest.$ac_ext >&5
11902 10758
11903
11904fi 10759fi
11905 10760rm -f conftest.err conftest.$ac_objext \
11906rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11907 conftest$ac_exeext conftest.$ac_ext 10761 conftest$ac_exeext conftest.$ac_ext
11908if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi 10762if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
11909 10763
@@ -11933,36 +10787,24 @@ main ()
11933} 10787}
11934_ACEOF 10788_ACEOF
11935rm -f conftest.$ac_objext conftest$ac_exeext 10789rm -f conftest.$ac_objext conftest$ac_exeext
11936if { (ac_try="$ac_link" 10790if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11937case "(($ac_try" in 10791 (eval $ac_link) 2>conftest.er1
11938 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11939 *) ac_try_echo=$ac_try;;
11940esac
11941eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11942 (eval "$ac_link") 2>conftest.er1
11943 ac_status=$? 10792 ac_status=$?
11944 grep -v '^ *+' conftest.er1 >conftest.err 10793 grep -v '^ *+' conftest.er1 >conftest.err
11945 rm -f conftest.er1 10794 rm -f conftest.er1
11946 cat conftest.err >&5 10795 cat conftest.err >&5
11947 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11948 (exit $ac_status); } && 10797 (exit $ac_status); } &&
11949 { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 10798 { ac_try='test -z "$ac_cxx_werror_flag"
11950 { (case "(($ac_try" in 10799 || test ! -s conftest.err'
11951 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10800 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11952 *) ac_try_echo=$ac_try;; 10801 (eval $ac_try) 2>&5
11953esac
11954eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11955 (eval "$ac_try") 2>&5
11956 ac_status=$? 10802 ac_status=$?
11957 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10803 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11958 (exit $ac_status); }; } && 10804 (exit $ac_status); }; } &&
11959 { ac_try='test -s conftest$ac_exeext' 10805 { ac_try='test -s conftest$ac_exeext'
11960 { (case "(($ac_try" in 10806 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11961 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 10807 (eval $ac_try) 2>&5
11962 *) ac_try_echo=$ac_try;;
11963esac
11964eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11965 (eval "$ac_try") 2>&5
11966 ac_status=$? 10808 ac_status=$?
11967 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11968 (exit $ac_status); }; }; then 10810 (exit $ac_status); }; }; then
@@ -11976,10 +10818,8 @@ else
11976 echo "$as_me: failed program was:" >&5 10818 echo "$as_me: failed program was:" >&5
11977sed 's/^/| /' conftest.$ac_ext >&5 10819sed 's/^/| /' conftest.$ac_ext >&5
11978 10820
11979
11980fi 10821fi
11981 10822rm -f conftest.err conftest.$ac_objext \
11982rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11983 conftest$ac_exeext conftest.$ac_ext 10823 conftest$ac_exeext conftest.$ac_ext
11984if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi 10824if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
11985 10825
@@ -12127,7 +10967,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
12127 freebsd-elf*) 10967 freebsd-elf*)
12128 archive_cmds_need_lc_CXX=no 10968 archive_cmds_need_lc_CXX=no
12129 ;; 10969 ;;
12130 freebsd* | dragonfly*) 10970 freebsd* | kfreebsd*-gnu | dragonfly*)
12131 # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF 10971 # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
12132 # conventions 10972 # conventions
12133 ld_shlibs_CXX=yes 10973 ld_shlibs_CXX=yes
@@ -12286,7 +11126,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
12286 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' 11126 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
12287 hardcode_libdir_separator_CXX=: 11127 hardcode_libdir_separator_CXX=:
12288 ;; 11128 ;;
12289 linux* | k*bsd*-gnu) 11129 linux*)
12290 case $cc_basename in 11130 case $cc_basename in
12291 KCC*) 11131 KCC*)
12292 # Kuck and Associates, Inc. (KAI) C++ Compiler 11132 # Kuck and Associates, Inc. (KAI) C++ Compiler
@@ -12388,7 +11228,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
12388 ;; 11228 ;;
12389 esac 11229 esac
12390 ;; 11230 ;;
12391 netbsd* | netbsdelf*-gnu) 11231 netbsd*)
12392 if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then 11232 if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
12393 archive_cmds_CXX='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' 11233 archive_cmds_CXX='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
12394 wlarc= 11234 wlarc=
@@ -12710,8 +11550,8 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
12710 ld_shlibs_CXX=no 11550 ld_shlibs_CXX=no
12711 ;; 11551 ;;
12712esac 11552esac
12713{ echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5 11553echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
12714echo "${ECHO_T}$ld_shlibs_CXX" >&6; } 11554echo "${ECHO_T}$ld_shlibs_CXX" >&6
12715test "$ld_shlibs_CXX" = no && can_build_shared=no 11555test "$ld_shlibs_CXX" = no && can_build_shared=no
12716 11556
12717GCC_CXX="$GXX" 11557GCC_CXX="$GXX"
@@ -12850,8 +11690,8 @@ lt_prog_compiler_wl_CXX=
12850lt_prog_compiler_pic_CXX= 11690lt_prog_compiler_pic_CXX=
12851lt_prog_compiler_static_CXX= 11691lt_prog_compiler_static_CXX=
12852 11692
12853{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 11693echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
12854echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; } 11694echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
12855 11695
12856 # C++ specific cases for pic, static, wl, etc. 11696 # C++ specific cases for pic, static, wl, etc.
12857 if test "$GXX" = yes; then 11697 if test "$GXX" = yes; then
@@ -12955,7 +11795,7 @@ echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
12955 ;; 11795 ;;
12956 esac 11796 esac
12957 ;; 11797 ;;
12958 freebsd* | dragonfly*) 11798 freebsd* | kfreebsd*-gnu | dragonfly*)
12959 # FreeBSD uses GNU C++ 11799 # FreeBSD uses GNU C++
12960 ;; 11800 ;;
12961 hpux9* | hpux10* | hpux11*) 11801 hpux9* | hpux10* | hpux11*)
@@ -12998,7 +11838,7 @@ echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
12998 ;; 11838 ;;
12999 esac 11839 esac
13000 ;; 11840 ;;
13001 linux* | k*bsd*-gnu) 11841 linux*)
13002 case $cc_basename in 11842 case $cc_basename in
13003 KCC*) 11843 KCC*)
13004 # KAI C++ Compiler 11844 # KAI C++ Compiler
@@ -13041,7 +11881,7 @@ echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
13041 ;; 11881 ;;
13042 esac 11882 esac
13043 ;; 11883 ;;
13044 netbsd* | netbsdelf*-gnu) 11884 netbsd*)
13045 ;; 11885 ;;
13046 osf3* | osf4* | osf5*) 11886 osf3* | osf4* | osf5*)
13047 case $cc_basename in 11887 case $cc_basename in
@@ -13124,16 +11964,16 @@ echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
13124 esac 11964 esac
13125 fi 11965 fi
13126 11966
13127{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_CXX" >&5 11967echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_CXX" >&5
13128echo "${ECHO_T}$lt_prog_compiler_pic_CXX" >&6; } 11968echo "${ECHO_T}$lt_prog_compiler_pic_CXX" >&6
13129 11969
13130# 11970#
13131# Check to make sure the PIC flag actually works. 11971# Check to make sure the PIC flag actually works.
13132# 11972#
13133if test -n "$lt_prog_compiler_pic_CXX"; then 11973if test -n "$lt_prog_compiler_pic_CXX"; then
13134 11974
13135{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5 11975echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
13136echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... $ECHO_C" >&6; } 11976echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... $ECHO_C" >&6
13137if test "${lt_prog_compiler_pic_works_CXX+set}" = set; then 11977if test "${lt_prog_compiler_pic_works_CXX+set}" = set; then
13138 echo $ECHO_N "(cached) $ECHO_C" >&6 11978 echo $ECHO_N "(cached) $ECHO_C" >&6
13139else 11979else
@@ -13150,11 +11990,11 @@ else
13150 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 11990 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13151 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 11991 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13152 -e 's:$: $lt_compiler_flag:'` 11992 -e 's:$: $lt_compiler_flag:'`
13153 (eval echo "\"\$as_me:13153: $lt_compile\"" >&5) 11993 (eval echo "\"\$as_me:11993: $lt_compile\"" >&5)
13154 (eval "$lt_compile" 2>conftest.err) 11994 (eval "$lt_compile" 2>conftest.err)
13155 ac_status=$? 11995 ac_status=$?
13156 cat conftest.err >&5 11996 cat conftest.err >&5
13157 echo "$as_me:13157: \$? = $ac_status" >&5 11997 echo "$as_me:11997: \$? = $ac_status" >&5
13158 if (exit $ac_status) && test -s "$ac_outfile"; then 11998 if (exit $ac_status) && test -s "$ac_outfile"; then
13159 # The compiler can only warn and ignore the option if not recognized 11999 # The compiler can only warn and ignore the option if not recognized
13160 # So say no if there are warnings other than the usual output. 12000 # So say no if there are warnings other than the usual output.
@@ -13167,8 +12007,8 @@ else
13167 $rm conftest* 12007 $rm conftest*
13168 12008
13169fi 12009fi
13170{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_CXX" >&5 12010echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_CXX" >&5
13171echo "${ECHO_T}$lt_prog_compiler_pic_works_CXX" >&6; } 12011echo "${ECHO_T}$lt_prog_compiler_pic_works_CXX" >&6
13172 12012
13173if test x"$lt_prog_compiler_pic_works_CXX" = xyes; then 12013if test x"$lt_prog_compiler_pic_works_CXX" = xyes; then
13174 case $lt_prog_compiler_pic_CXX in 12014 case $lt_prog_compiler_pic_CXX in
@@ -13195,8 +12035,8 @@ esac
13195# Check to make sure the static flag actually works. 12035# Check to make sure the static flag actually works.
13196# 12036#
13197wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\" 12037wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\"
13198{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5 12038echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
13199echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; } 12039echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6
13200if test "${lt_prog_compiler_static_works_CXX+set}" = set; then 12040if test "${lt_prog_compiler_static_works_CXX+set}" = set; then
13201 echo $ECHO_N "(cached) $ECHO_C" >&6 12041 echo $ECHO_N "(cached) $ECHO_C" >&6
13202else 12042else
@@ -13223,8 +12063,8 @@ else
13223 LDFLAGS="$save_LDFLAGS" 12063 LDFLAGS="$save_LDFLAGS"
13224 12064
13225fi 12065fi
13226{ echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works_CXX" >&5 12066echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works_CXX" >&5
13227echo "${ECHO_T}$lt_prog_compiler_static_works_CXX" >&6; } 12067echo "${ECHO_T}$lt_prog_compiler_static_works_CXX" >&6
13228 12068
13229if test x"$lt_prog_compiler_static_works_CXX" = xyes; then 12069if test x"$lt_prog_compiler_static_works_CXX" = xyes; then
13230 : 12070 :
@@ -13233,8 +12073,8 @@ else
13233fi 12073fi
13234 12074
13235 12075
13236{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 12076echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
13237echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; } 12077echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
13238if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then 12078if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then
13239 echo $ECHO_N "(cached) $ECHO_C" >&6 12079 echo $ECHO_N "(cached) $ECHO_C" >&6
13240else 12080else
@@ -13254,11 +12094,11 @@ else
13254 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 12094 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13255 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 12095 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13256 -e 's:$: $lt_compiler_flag:'` 12096 -e 's:$: $lt_compiler_flag:'`
13257 (eval echo "\"\$as_me:13257: $lt_compile\"" >&5) 12097 (eval echo "\"\$as_me:12097: $lt_compile\"" >&5)
13258 (eval "$lt_compile" 2>out/conftest.err) 12098 (eval "$lt_compile" 2>out/conftest.err)
13259 ac_status=$? 12099 ac_status=$?
13260 cat out/conftest.err >&5 12100 cat out/conftest.err >&5
13261 echo "$as_me:13261: \$? = $ac_status" >&5 12101 echo "$as_me:12101: \$? = $ac_status" >&5
13262 if (exit $ac_status) && test -s out/conftest2.$ac_objext 12102 if (exit $ac_status) && test -s out/conftest2.$ac_objext
13263 then 12103 then
13264 # The compiler can only warn and ignore the option if not recognized 12104 # The compiler can only warn and ignore the option if not recognized
@@ -13280,23 +12120,23 @@ else
13280 $rm conftest* 12120 $rm conftest*
13281 12121
13282fi 12122fi
13283{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_CXX" >&5 12123echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_CXX" >&5
13284echo "${ECHO_T}$lt_cv_prog_compiler_c_o_CXX" >&6; } 12124echo "${ECHO_T}$lt_cv_prog_compiler_c_o_CXX" >&6
13285 12125
13286 12126
13287hard_links="nottested" 12127hard_links="nottested"
13288if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then 12128if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then
13289 # do not overwrite the value of need_locks provided by the user 12129 # do not overwrite the value of need_locks provided by the user
13290 { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 12130 echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
13291echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; } 12131echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
13292 hard_links=yes 12132 hard_links=yes
13293 $rm conftest* 12133 $rm conftest*
13294 ln conftest.a conftest.b 2>/dev/null && hard_links=no 12134 ln conftest.a conftest.b 2>/dev/null && hard_links=no
13295 touch conftest.a 12135 touch conftest.a
13296 ln conftest.a conftest.b 2>&5 || hard_links=no 12136 ln conftest.a conftest.b 2>&5 || hard_links=no
13297 ln conftest.a conftest.b 2>/dev/null && hard_links=no 12137 ln conftest.a conftest.b 2>/dev/null && hard_links=no
13298 { echo "$as_me:$LINENO: result: $hard_links" >&5 12138 echo "$as_me:$LINENO: result: $hard_links" >&5
13299echo "${ECHO_T}$hard_links" >&6; } 12139echo "${ECHO_T}$hard_links" >&6
13300 if test "$hard_links" = no; then 12140 if test "$hard_links" = no; then
13301 { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 12141 { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
13302echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} 12142echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
@@ -13306,8 +12146,8 @@ else
13306 need_locks=no 12146 need_locks=no
13307fi 12147fi
13308 12148
13309{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 12149echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
13310echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; } 12150echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6
13311 12151
13312 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' 12152 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
13313 case $host_os in 12153 case $host_os in
@@ -13326,16 +12166,13 @@ echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared librar
13326 cygwin* | mingw*) 12166 cygwin* | mingw*)
13327 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS] /s/.* \([^ ]*\)/\1 DATA/;/^.* __nm__/s/^.* __nm__\([^ ]*\) [^ ]*/\1 DATA/;/^I /d;/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols' 12167 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS] /s/.* \([^ ]*\)/\1 DATA/;/^.* __nm__/s/^.* __nm__\([^ ]*\) [^ ]*/\1 DATA/;/^I /d;/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols'
13328 ;; 12168 ;;
13329 linux* | k*bsd*-gnu)
13330 link_all_deplibs_CXX=no
13331 ;;
13332 *) 12169 *)
13333 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' 12170 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
13334 ;; 12171 ;;
13335 esac 12172 esac
13336 12173
13337{ echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5 12174echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
13338echo "${ECHO_T}$ld_shlibs_CXX" >&6; } 12175echo "${ECHO_T}$ld_shlibs_CXX" >&6
13339test "$ld_shlibs_CXX" = no && can_build_shared=no 12176test "$ld_shlibs_CXX" = no && can_build_shared=no
13340 12177
13341# 12178#
@@ -13355,8 +12192,8 @@ x|xyes)
13355 # Test whether the compiler implicitly links with -lc since on some 12192 # Test whether the compiler implicitly links with -lc since on some
13356 # systems, -lgcc has to come before -lc. If gcc already passes -lc 12193 # systems, -lgcc has to come before -lc. If gcc already passes -lc
13357 # to ld, don't add -lc before -lgcc. 12194 # to ld, don't add -lc before -lgcc.
13358 { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 12195 echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
13359echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; } 12196echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
13360 $rm conftest* 12197 $rm conftest*
13361 printf "$lt_simple_compile_test_code" > conftest.$ac_ext 12198 printf "$lt_simple_compile_test_code" > conftest.$ac_ext
13362 12199
@@ -13393,16 +12230,16 @@ echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&
13393 cat conftest.err 1>&5 12230 cat conftest.err 1>&5
13394 fi 12231 fi
13395 $rm conftest* 12232 $rm conftest*
13396 { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_CXX" >&5 12233 echo "$as_me:$LINENO: result: $archive_cmds_need_lc_CXX" >&5
13397echo "${ECHO_T}$archive_cmds_need_lc_CXX" >&6; } 12234echo "${ECHO_T}$archive_cmds_need_lc_CXX" >&6
13398 ;; 12235 ;;
13399 esac 12236 esac
13400 fi 12237 fi
13401 ;; 12238 ;;
13402esac 12239esac
13403 12240
13404{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 12241echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
13405echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; } 12242echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
13406library_names_spec= 12243library_names_spec=
13407libname_spec='lib$name' 12244libname_spec='lib$name'
13408soname_spec= 12245soname_spec=
@@ -13608,6 +12445,18 @@ freebsd1*)
13608 dynamic_linker=no 12445 dynamic_linker=no
13609 ;; 12446 ;;
13610 12447
12448kfreebsd*-gnu)
12449 version_type=linux
12450 need_lib_prefix=no
12451 need_version=no
12452 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12453 soname_spec='${libname}${release}${shared_ext}$major'
12454 shlibpath_var=LD_LIBRARY_PATH
12455 shlibpath_overrides_runpath=no
12456 hardcode_into_libs=yes
12457 dynamic_linker='GNU ld.so'
12458 ;;
12459
13611freebsd* | dragonfly*) 12460freebsd* | dragonfly*)
13612 # DragonFly does not have aout. When/if they implement a new 12461 # DragonFly does not have aout. When/if they implement a new
13613 # versioning mechanism, adjust this. 12462 # versioning mechanism, adjust this.
@@ -13763,7 +12612,7 @@ linux*oldld* | linux*aout* | linux*coff*)
13763 ;; 12612 ;;
13764 12613
13765# This must be Linux ELF. 12614# This must be Linux ELF.
13766linux* | k*bsd*-gnu) 12615linux*)
13767 version_type=linux 12616 version_type=linux
13768 need_lib_prefix=no 12617 need_lib_prefix=no
13769 need_version=no 12618 need_version=no
@@ -13777,10 +12626,31 @@ linux* | k*bsd*-gnu)
13777 # before this can be enabled. 12626 # before this can be enabled.
13778 hardcode_into_libs=yes 12627 hardcode_into_libs=yes
13779 12628
12629 # find out which ABI we are using
12630 libsuff=
12631 case "$host_cpu" in
12632 x86_64*|s390x*|powerpc64*)
12633 echo '#line 12633 "configure"' > conftest.$ac_ext
12634 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12635 (eval $ac_compile) 2>&5
12636 ac_status=$?
12637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12638 (exit $ac_status); }; then
12639 case `/usr/bin/file conftest.$ac_objext` in
12640 *64-bit*)
12641 libsuff=64
12642 sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
12643 ;;
12644 esac
12645 fi
12646 rm -rf conftest*
12647 ;;
12648 esac
12649
13780 # Append ld.so.conf contents to the search path 12650 # Append ld.so.conf contents to the search path
13781 if test -f /etc/ld.so.conf; then 12651 if test -f /etc/ld.so.conf; then
13782 lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` 12652 lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
13783 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" 12653 sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra"
13784 fi 12654 fi
13785 12655
13786 # We used to test for /lib/ld.so.1 and disable shared libraries on 12656 # We used to test for /lib/ld.so.1 and disable shared libraries on
@@ -13792,7 +12662,7 @@ linux* | k*bsd*-gnu)
13792 dynamic_linker='GNU/Linux ld.so' 12662 dynamic_linker='GNU/Linux ld.so'
13793 ;; 12663 ;;
13794 12664
13795netbsdelf*-gnu) 12665knetbsd*-gnu)
13796 version_type=linux 12666 version_type=linux
13797 need_lib_prefix=no 12667 need_lib_prefix=no
13798 need_version=no 12668 need_version=no
@@ -13801,7 +12671,7 @@ netbsdelf*-gnu)
13801 shlibpath_var=LD_LIBRARY_PATH 12671 shlibpath_var=LD_LIBRARY_PATH
13802 shlibpath_overrides_runpath=no 12672 shlibpath_overrides_runpath=no
13803 hardcode_into_libs=yes 12673 hardcode_into_libs=yes
13804 dynamic_linker='NetBSD ld.elf_so' 12674 dynamic_linker='GNU ld.so'
13805 ;; 12675 ;;
13806 12676
13807netbsd*) 12677netbsd*)
@@ -13977,8 +12847,8 @@ uts4*)
13977 dynamic_linker=no 12847 dynamic_linker=no
13978 ;; 12848 ;;
13979esac 12849esac
13980{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5 12850echo "$as_me:$LINENO: result: $dynamic_linker" >&5
13981echo "${ECHO_T}$dynamic_linker" >&6; } 12851echo "${ECHO_T}$dynamic_linker" >&6
13982test "$dynamic_linker" = no && can_build_shared=no 12852test "$dynamic_linker" = no && can_build_shared=no
13983 12853
13984variables_saved_for_relink="PATH $shlibpath_var $runpath_var" 12854variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
@@ -13986,8 +12856,8 @@ if test "$GCC" = yes; then
13986 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" 12856 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
13987fi 12857fi
13988 12858
13989{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 12859echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
13990echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; } 12860echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
13991hardcode_action_CXX= 12861hardcode_action_CXX=
13992if test -n "$hardcode_libdir_flag_spec_CXX" || \ 12862if test -n "$hardcode_libdir_flag_spec_CXX" || \
13993 test -n "$runpath_var_CXX" || \ 12863 test -n "$runpath_var_CXX" || \
@@ -14011,8 +12881,8 @@ else
14011 # directories. 12881 # directories.
14012 hardcode_action_CXX=unsupported 12882 hardcode_action_CXX=unsupported
14013fi 12883fi
14014{ echo "$as_me:$LINENO: result: $hardcode_action_CXX" >&5 12884echo "$as_me:$LINENO: result: $hardcode_action_CXX" >&5
14015echo "${ECHO_T}$hardcode_action_CXX" >&6; } 12885echo "${ECHO_T}$hardcode_action_CXX" >&6
14016 12886
14017if test "$hardcode_action_CXX" = relink; then 12887if test "$hardcode_action_CXX" = relink; then
14018 # Fast installation is not supported 12888 # Fast installation is not supported
@@ -14537,13 +13407,13 @@ done
14537cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` 13407cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
14538 13408
14539 13409
14540{ echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5 13410echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
14541echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; } 13411echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6
14542{ echo "$as_me:$LINENO: result: $can_build_shared" >&5 13412echo "$as_me:$LINENO: result: $can_build_shared" >&5
14543echo "${ECHO_T}$can_build_shared" >&6; } 13413echo "${ECHO_T}$can_build_shared" >&6
14544 13414
14545{ echo "$as_me:$LINENO: checking whether to build shared libraries" >&5 13415echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
14546echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6; } 13416echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6
14547test "$can_build_shared" = "no" && enable_shared=no 13417test "$can_build_shared" = "no" && enable_shared=no
14548 13418
14549# On AIX, shared libraries and static libraries use the same namespace, and 13419# On AIX, shared libraries and static libraries use the same namespace, and
@@ -14562,15 +13432,15 @@ aix4* | aix5*)
14562 fi 13432 fi
14563 ;; 13433 ;;
14564esac 13434esac
14565{ echo "$as_me:$LINENO: result: $enable_shared" >&5 13435echo "$as_me:$LINENO: result: $enable_shared" >&5
14566echo "${ECHO_T}$enable_shared" >&6; } 13436echo "${ECHO_T}$enable_shared" >&6
14567 13437
14568{ echo "$as_me:$LINENO: checking whether to build static libraries" >&5 13438echo "$as_me:$LINENO: checking whether to build static libraries" >&5
14569echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; } 13439echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6
14570# Make sure either enable_shared or enable_static is yes. 13440# Make sure either enable_shared or enable_static is yes.
14571test "$enable_shared" = yes || enable_static=yes 13441test "$enable_shared" = yes || enable_static=yes
14572{ echo "$as_me:$LINENO: result: $enable_static" >&5 13442echo "$as_me:$LINENO: result: $enable_static" >&5
14573echo "${ECHO_T}$enable_static" >&6; } 13443echo "${ECHO_T}$enable_static" >&6
14574 13444
14575GCC_F77="$G77" 13445GCC_F77="$G77"
14576LD_F77="$LD" 13446LD_F77="$LD"
@@ -14579,8 +13449,8 @@ lt_prog_compiler_wl_F77=
14579lt_prog_compiler_pic_F77= 13449lt_prog_compiler_pic_F77=
14580lt_prog_compiler_static_F77= 13450lt_prog_compiler_static_F77=
14581 13451
14582{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 13452echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
14583echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; } 13453echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
14584 13454
14585 if test "$GCC" = yes; then 13455 if test "$GCC" = yes; then
14586 lt_prog_compiler_wl_F77='-Wl,' 13456 lt_prog_compiler_wl_F77='-Wl,'
@@ -14709,7 +13579,7 @@ echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
14709 lt_prog_compiler_static_F77='-Bstatic' 13579 lt_prog_compiler_static_F77='-Bstatic'
14710 ;; 13580 ;;
14711 13581
14712 linux* | k*bsd*-gnu) 13582 linux*)
14713 case $cc_basename in 13583 case $cc_basename in
14714 icc* | ecc*) 13584 icc* | ecc*)
14715 lt_prog_compiler_wl_F77='-Wl,' 13585 lt_prog_compiler_wl_F77='-Wl,'
@@ -14789,16 +13659,16 @@ echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
14789 esac 13659 esac
14790 fi 13660 fi
14791 13661
14792{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_F77" >&5 13662echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_F77" >&5
14793echo "${ECHO_T}$lt_prog_compiler_pic_F77" >&6; } 13663echo "${ECHO_T}$lt_prog_compiler_pic_F77" >&6
14794 13664
14795# 13665#
14796# Check to make sure the PIC flag actually works. 13666# Check to make sure the PIC flag actually works.
14797# 13667#
14798if test -n "$lt_prog_compiler_pic_F77"; then 13668if test -n "$lt_prog_compiler_pic_F77"; then
14799 13669
14800{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works" >&5 13670echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works" >&5
14801echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works... $ECHO_C" >&6; } 13671echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works... $ECHO_C" >&6
14802if test "${lt_prog_compiler_pic_works_F77+set}" = set; then 13672if test "${lt_prog_compiler_pic_works_F77+set}" = set; then
14803 echo $ECHO_N "(cached) $ECHO_C" >&6 13673 echo $ECHO_N "(cached) $ECHO_C" >&6
14804else 13674else
@@ -14815,11 +13685,11 @@ else
14815 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 13685 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14816 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 13686 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14817 -e 's:$: $lt_compiler_flag:'` 13687 -e 's:$: $lt_compiler_flag:'`
14818 (eval echo "\"\$as_me:14818: $lt_compile\"" >&5) 13688 (eval echo "\"\$as_me:13688: $lt_compile\"" >&5)
14819 (eval "$lt_compile" 2>conftest.err) 13689 (eval "$lt_compile" 2>conftest.err)
14820 ac_status=$? 13690 ac_status=$?
14821 cat conftest.err >&5 13691 cat conftest.err >&5
14822 echo "$as_me:14822: \$? = $ac_status" >&5 13692 echo "$as_me:13692: \$? = $ac_status" >&5
14823 if (exit $ac_status) && test -s "$ac_outfile"; then 13693 if (exit $ac_status) && test -s "$ac_outfile"; then
14824 # The compiler can only warn and ignore the option if not recognized 13694 # The compiler can only warn and ignore the option if not recognized
14825 # So say no if there are warnings other than the usual output. 13695 # So say no if there are warnings other than the usual output.
@@ -14832,8 +13702,8 @@ else
14832 $rm conftest* 13702 $rm conftest*
14833 13703
14834fi 13704fi
14835{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_F77" >&5 13705echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_F77" >&5
14836echo "${ECHO_T}$lt_prog_compiler_pic_works_F77" >&6; } 13706echo "${ECHO_T}$lt_prog_compiler_pic_works_F77" >&6
14837 13707
14838if test x"$lt_prog_compiler_pic_works_F77" = xyes; then 13708if test x"$lt_prog_compiler_pic_works_F77" = xyes; then
14839 case $lt_prog_compiler_pic_F77 in 13709 case $lt_prog_compiler_pic_F77 in
@@ -14860,8 +13730,8 @@ esac
14860# Check to make sure the static flag actually works. 13730# Check to make sure the static flag actually works.
14861# 13731#
14862wl=$lt_prog_compiler_wl_F77 eval lt_tmp_static_flag=\"$lt_prog_compiler_static_F77\" 13732wl=$lt_prog_compiler_wl_F77 eval lt_tmp_static_flag=\"$lt_prog_compiler_static_F77\"
14863{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5 13733echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
14864echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; } 13734echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6
14865if test "${lt_prog_compiler_static_works_F77+set}" = set; then 13735if test "${lt_prog_compiler_static_works_F77+set}" = set; then
14866 echo $ECHO_N "(cached) $ECHO_C" >&6 13736 echo $ECHO_N "(cached) $ECHO_C" >&6
14867else 13737else
@@ -14888,8 +13758,8 @@ else
14888 LDFLAGS="$save_LDFLAGS" 13758 LDFLAGS="$save_LDFLAGS"
14889 13759
14890fi 13760fi
14891{ echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works_F77" >&5 13761echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works_F77" >&5
14892echo "${ECHO_T}$lt_prog_compiler_static_works_F77" >&6; } 13762echo "${ECHO_T}$lt_prog_compiler_static_works_F77" >&6
14893 13763
14894if test x"$lt_prog_compiler_static_works_F77" = xyes; then 13764if test x"$lt_prog_compiler_static_works_F77" = xyes; then
14895 : 13765 :
@@ -14898,8 +13768,8 @@ else
14898fi 13768fi
14899 13769
14900 13770
14901{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 13771echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
14902echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; } 13772echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
14903if test "${lt_cv_prog_compiler_c_o_F77+set}" = set; then 13773if test "${lt_cv_prog_compiler_c_o_F77+set}" = set; then
14904 echo $ECHO_N "(cached) $ECHO_C" >&6 13774 echo $ECHO_N "(cached) $ECHO_C" >&6
14905else 13775else
@@ -14919,11 +13789,11 @@ else
14919 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 13789 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14920 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 13790 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14921 -e 's:$: $lt_compiler_flag:'` 13791 -e 's:$: $lt_compiler_flag:'`
14922 (eval echo "\"\$as_me:14922: $lt_compile\"" >&5) 13792 (eval echo "\"\$as_me:13792: $lt_compile\"" >&5)
14923 (eval "$lt_compile" 2>out/conftest.err) 13793 (eval "$lt_compile" 2>out/conftest.err)
14924 ac_status=$? 13794 ac_status=$?
14925 cat out/conftest.err >&5 13795 cat out/conftest.err >&5
14926 echo "$as_me:14926: \$? = $ac_status" >&5 13796 echo "$as_me:13796: \$? = $ac_status" >&5
14927 if (exit $ac_status) && test -s out/conftest2.$ac_objext 13797 if (exit $ac_status) && test -s out/conftest2.$ac_objext
14928 then 13798 then
14929 # The compiler can only warn and ignore the option if not recognized 13799 # The compiler can only warn and ignore the option if not recognized
@@ -14945,23 +13815,23 @@ else
14945 $rm conftest* 13815 $rm conftest*
14946 13816
14947fi 13817fi
14948{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_F77" >&5 13818echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_F77" >&5
14949echo "${ECHO_T}$lt_cv_prog_compiler_c_o_F77" >&6; } 13819echo "${ECHO_T}$lt_cv_prog_compiler_c_o_F77" >&6
14950 13820
14951 13821
14952hard_links="nottested" 13822hard_links="nottested"
14953if test "$lt_cv_prog_compiler_c_o_F77" = no && test "$need_locks" != no; then 13823if test "$lt_cv_prog_compiler_c_o_F77" = no && test "$need_locks" != no; then
14954 # do not overwrite the value of need_locks provided by the user 13824 # do not overwrite the value of need_locks provided by the user
14955 { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 13825 echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
14956echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; } 13826echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
14957 hard_links=yes 13827 hard_links=yes
14958 $rm conftest* 13828 $rm conftest*
14959 ln conftest.a conftest.b 2>/dev/null && hard_links=no 13829 ln conftest.a conftest.b 2>/dev/null && hard_links=no
14960 touch conftest.a 13830 touch conftest.a
14961 ln conftest.a conftest.b 2>&5 || hard_links=no 13831 ln conftest.a conftest.b 2>&5 || hard_links=no
14962 ln conftest.a conftest.b 2>/dev/null && hard_links=no 13832 ln conftest.a conftest.b 2>/dev/null && hard_links=no
14963 { echo "$as_me:$LINENO: result: $hard_links" >&5 13833 echo "$as_me:$LINENO: result: $hard_links" >&5
14964echo "${ECHO_T}$hard_links" >&6; } 13834echo "${ECHO_T}$hard_links" >&6
14965 if test "$hard_links" = no; then 13835 if test "$hard_links" = no; then
14966 { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 13836 { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
14967echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} 13837echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
@@ -14971,8 +13841,8 @@ else
14971 need_locks=no 13841 need_locks=no
14972fi 13842fi
14973 13843
14974{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 13844echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
14975echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; } 13845echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6
14976 13846
14977 runpath_var= 13847 runpath_var=
14978 allow_undefined_flag_F77= 13848 allow_undefined_flag_F77=
@@ -15148,7 +14018,7 @@ EOF
15148 archive_expsym_cmds_F77='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' 14018 archive_expsym_cmds_F77='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
15149 ;; 14019 ;;
15150 14020
15151 linux* | k*bsd*-gnu) 14021 linux*)
15152 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 14022 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
15153 tmp_addflag= 14023 tmp_addflag=
15154 case $cc_basename,$host_cpu in 14024 case $cc_basename,$host_cpu in
@@ -15174,13 +14044,12 @@ EOF
15174 $echo "local: *; };" >> $output_objdir/$libname.ver~ 14044 $echo "local: *; };" >> $output_objdir/$libname.ver~
15175 $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' 14045 $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
15176 fi 14046 fi
15177 link_all_deplibs_F77=no
15178 else 14047 else
15179 ld_shlibs_F77=no 14048 ld_shlibs_F77=no
15180 fi 14049 fi
15181 ;; 14050 ;;
15182 14051
15183 netbsd* | netbsdelf*-gnu) 14052 netbsd*)
15184 if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then 14053 if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
15185 archive_cmds_F77='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' 14054 archive_cmds_F77='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
15186 wlarc= 14055 wlarc=
@@ -15378,36 +14247,24 @@ _LT_EOF
15378 end 14247 end
15379_ACEOF 14248_ACEOF
15380rm -f conftest.$ac_objext conftest$ac_exeext 14249rm -f conftest.$ac_objext conftest$ac_exeext
15381if { (ac_try="$ac_link" 14250if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15382case "(($ac_try" in 14251 (eval $ac_link) 2>conftest.er1
15383 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15384 *) ac_try_echo=$ac_try;;
15385esac
15386eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15387 (eval "$ac_link") 2>conftest.er1
15388 ac_status=$? 14252 ac_status=$?
15389 grep -v '^ *+' conftest.er1 >conftest.err 14253 grep -v '^ *+' conftest.er1 >conftest.err
15390 rm -f conftest.er1 14254 rm -f conftest.er1
15391 cat conftest.err >&5 14255 cat conftest.err >&5
15392 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15393 (exit $ac_status); } && 14257 (exit $ac_status); } &&
15394 { ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err' 14258 { ac_try='test -z "$ac_f77_werror_flag"
15395 { (case "(($ac_try" in 14259 || test ! -s conftest.err'
15396 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14260 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15397 *) ac_try_echo=$ac_try;; 14261 (eval $ac_try) 2>&5
15398esac
15399eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15400 (eval "$ac_try") 2>&5
15401 ac_status=$? 14262 ac_status=$?
15402 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15403 (exit $ac_status); }; } && 14264 (exit $ac_status); }; } &&
15404 { ac_try='test -s conftest$ac_exeext' 14265 { ac_try='test -s conftest$ac_exeext'
15405 { (case "(($ac_try" in 14266 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15406 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14267 (eval $ac_try) 2>&5
15407 *) ac_try_echo=$ac_try;;
15408esac
15409eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15410 (eval "$ac_try") 2>&5
15411 ac_status=$? 14268 ac_status=$?
15412 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15413 (exit $ac_status); }; }; then 14270 (exit $ac_status); }; }; then
@@ -15421,10 +14278,8 @@ else
15421 echo "$as_me: failed program was:" >&5 14278 echo "$as_me: failed program was:" >&5
15422sed 's/^/| /' conftest.$ac_ext >&5 14279sed 's/^/| /' conftest.$ac_ext >&5
15423 14280
15424
15425fi 14281fi
15426 14282rm -f conftest.err conftest.$ac_objext \
15427rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15428 conftest$ac_exeext conftest.$ac_ext 14283 conftest$ac_exeext conftest.$ac_ext
15429if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi 14284if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
15430 14285
@@ -15443,36 +14298,24 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
15443 end 14298 end
15444_ACEOF 14299_ACEOF
15445rm -f conftest.$ac_objext conftest$ac_exeext 14300rm -f conftest.$ac_objext conftest$ac_exeext
15446if { (ac_try="$ac_link" 14301if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15447case "(($ac_try" in 14302 (eval $ac_link) 2>conftest.er1
15448 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15449 *) ac_try_echo=$ac_try;;
15450esac
15451eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15452 (eval "$ac_link") 2>conftest.er1
15453 ac_status=$? 14303 ac_status=$?
15454 grep -v '^ *+' conftest.er1 >conftest.err 14304 grep -v '^ *+' conftest.er1 >conftest.err
15455 rm -f conftest.er1 14305 rm -f conftest.er1
15456 cat conftest.err >&5 14306 cat conftest.err >&5
15457 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15458 (exit $ac_status); } && 14308 (exit $ac_status); } &&
15459 { ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err' 14309 { ac_try='test -z "$ac_f77_werror_flag"
15460 { (case "(($ac_try" in 14310 || test ! -s conftest.err'
15461 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14311 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15462 *) ac_try_echo=$ac_try;; 14312 (eval $ac_try) 2>&5
15463esac
15464eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15465 (eval "$ac_try") 2>&5
15466 ac_status=$? 14313 ac_status=$?
15467 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15468 (exit $ac_status); }; } && 14315 (exit $ac_status); }; } &&
15469 { ac_try='test -s conftest$ac_exeext' 14316 { ac_try='test -s conftest$ac_exeext'
15470 { (case "(($ac_try" in 14317 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15471 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 14318 (eval $ac_try) 2>&5
15472 *) ac_try_echo=$ac_try;;
15473esac
15474eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15475 (eval "$ac_try") 2>&5
15476 ac_status=$? 14319 ac_status=$?
15477 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15478 (exit $ac_status); }; }; then 14321 (exit $ac_status); }; }; then
@@ -15486,10 +14329,8 @@ else
15486 echo "$as_me: failed program was:" >&5 14329 echo "$as_me: failed program was:" >&5
15487sed 's/^/| /' conftest.$ac_ext >&5 14330sed 's/^/| /' conftest.$ac_ext >&5
15488 14331
15489
15490fi 14332fi
15491 14333rm -f conftest.err conftest.$ac_objext \
15492rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15493 conftest$ac_exeext conftest.$ac_ext 14334 conftest$ac_exeext conftest.$ac_ext
15494if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi 14335if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
15495 14336
@@ -15620,7 +14461,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
15620 ;; 14461 ;;
15621 14462
15622 # FreeBSD 3 and greater uses gcc -shared to do shared libraries. 14463 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
15623 freebsd* | dragonfly*) 14464 freebsd* | kfreebsd*-gnu | dragonfly*)
15624 archive_cmds_F77='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' 14465 archive_cmds_F77='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
15625 hardcode_libdir_flag_spec_F77='-R$libdir' 14466 hardcode_libdir_flag_spec_F77='-R$libdir'
15626 hardcode_direct_F77=yes 14467 hardcode_direct_F77=yes
@@ -15722,7 +14563,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
15722 link_all_deplibs_F77=yes 14563 link_all_deplibs_F77=yes
15723 ;; 14564 ;;
15724 14565
15725 netbsd* | netbsdelf*-gnu) 14566 netbsd*)
15726 if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then 14567 if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
15727 archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out 14568 archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
15728 else 14569 else
@@ -15938,8 +14779,8 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
15938 esac 14779 esac
15939 fi 14780 fi
15940 14781
15941{ echo "$as_me:$LINENO: result: $ld_shlibs_F77" >&5 14782echo "$as_me:$LINENO: result: $ld_shlibs_F77" >&5
15942echo "${ECHO_T}$ld_shlibs_F77" >&6; } 14783echo "${ECHO_T}$ld_shlibs_F77" >&6
15943test "$ld_shlibs_F77" = no && can_build_shared=no 14784test "$ld_shlibs_F77" = no && can_build_shared=no
15944 14785
15945# 14786#
@@ -15959,8 +14800,8 @@ x|xyes)
15959 # Test whether the compiler implicitly links with -lc since on some 14800 # Test whether the compiler implicitly links with -lc since on some
15960 # systems, -lgcc has to come before -lc. If gcc already passes -lc 14801 # systems, -lgcc has to come before -lc. If gcc already passes -lc
15961 # to ld, don't add -lc before -lgcc. 14802 # to ld, don't add -lc before -lgcc.
15962 { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 14803 echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
15963echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; } 14804echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
15964 $rm conftest* 14805 $rm conftest*
15965 printf "$lt_simple_compile_test_code" > conftest.$ac_ext 14806 printf "$lt_simple_compile_test_code" > conftest.$ac_ext
15966 14807
@@ -15997,16 +14838,16 @@ echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&
15997 cat conftest.err 1>&5 14838 cat conftest.err 1>&5
15998 fi 14839 fi
15999 $rm conftest* 14840 $rm conftest*
16000 { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_F77" >&5 14841 echo "$as_me:$LINENO: result: $archive_cmds_need_lc_F77" >&5
16001echo "${ECHO_T}$archive_cmds_need_lc_F77" >&6; } 14842echo "${ECHO_T}$archive_cmds_need_lc_F77" >&6
16002 ;; 14843 ;;
16003 esac 14844 esac
16004 fi 14845 fi
16005 ;; 14846 ;;
16006esac 14847esac
16007 14848
16008{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 14849echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
16009echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; } 14850echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
16010library_names_spec= 14851library_names_spec=
16011libname_spec='lib$name' 14852libname_spec='lib$name'
16012soname_spec= 14853soname_spec=
@@ -16212,6 +15053,18 @@ freebsd1*)
16212 dynamic_linker=no 15053 dynamic_linker=no
16213 ;; 15054 ;;
16214 15055
15056kfreebsd*-gnu)
15057 version_type=linux
15058 need_lib_prefix=no
15059 need_version=no
15060 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
15061 soname_spec='${libname}${release}${shared_ext}$major'
15062 shlibpath_var=LD_LIBRARY_PATH
15063 shlibpath_overrides_runpath=no
15064 hardcode_into_libs=yes
15065 dynamic_linker='GNU ld.so'
15066 ;;
15067
16215freebsd* | dragonfly*) 15068freebsd* | dragonfly*)
16216 # DragonFly does not have aout. When/if they implement a new 15069 # DragonFly does not have aout. When/if they implement a new
16217 # versioning mechanism, adjust this. 15070 # versioning mechanism, adjust this.
@@ -16367,7 +15220,7 @@ linux*oldld* | linux*aout* | linux*coff*)
16367 ;; 15220 ;;
16368 15221
16369# This must be Linux ELF. 15222# This must be Linux ELF.
16370linux* | k*bsd*-gnu) 15223linux*)
16371 version_type=linux 15224 version_type=linux
16372 need_lib_prefix=no 15225 need_lib_prefix=no
16373 need_version=no 15226 need_version=no
@@ -16381,10 +15234,31 @@ linux* | k*bsd*-gnu)
16381 # before this can be enabled. 15234 # before this can be enabled.
16382 hardcode_into_libs=yes 15235 hardcode_into_libs=yes
16383 15236
15237 # find out which ABI we are using
15238 libsuff=
15239 case "$host_cpu" in
15240 x86_64*|s390x*|powerpc64*)
15241 echo '#line 15241 "configure"' > conftest.$ac_ext
15242 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15243 (eval $ac_compile) 2>&5
15244 ac_status=$?
15245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15246 (exit $ac_status); }; then
15247 case `/usr/bin/file conftest.$ac_objext` in
15248 *64-bit*)
15249 libsuff=64
15250 sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
15251 ;;
15252 esac
15253 fi
15254 rm -rf conftest*
15255 ;;
15256 esac
15257
16384 # Append ld.so.conf contents to the search path 15258 # Append ld.so.conf contents to the search path
16385 if test -f /etc/ld.so.conf; then 15259 if test -f /etc/ld.so.conf; then
16386 lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` 15260 lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
16387 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" 15261 sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra"
16388 fi 15262 fi
16389 15263
16390 # We used to test for /lib/ld.so.1 and disable shared libraries on 15264 # We used to test for /lib/ld.so.1 and disable shared libraries on
@@ -16396,7 +15270,7 @@ linux* | k*bsd*-gnu)
16396 dynamic_linker='GNU/Linux ld.so' 15270 dynamic_linker='GNU/Linux ld.so'
16397 ;; 15271 ;;
16398 15272
16399netbsdelf*-gnu) 15273knetbsd*-gnu)
16400 version_type=linux 15274 version_type=linux
16401 need_lib_prefix=no 15275 need_lib_prefix=no
16402 need_version=no 15276 need_version=no
@@ -16405,7 +15279,7 @@ netbsdelf*-gnu)
16405 shlibpath_var=LD_LIBRARY_PATH 15279 shlibpath_var=LD_LIBRARY_PATH
16406 shlibpath_overrides_runpath=no 15280 shlibpath_overrides_runpath=no
16407 hardcode_into_libs=yes 15281 hardcode_into_libs=yes
16408 dynamic_linker='NetBSD ld.elf_so' 15282 dynamic_linker='GNU ld.so'
16409 ;; 15283 ;;
16410 15284
16411netbsd*) 15285netbsd*)
@@ -16581,8 +15455,8 @@ uts4*)
16581 dynamic_linker=no 15455 dynamic_linker=no
16582 ;; 15456 ;;
16583esac 15457esac
16584{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5 15458echo "$as_me:$LINENO: result: $dynamic_linker" >&5
16585echo "${ECHO_T}$dynamic_linker" >&6; } 15459echo "${ECHO_T}$dynamic_linker" >&6
16586test "$dynamic_linker" = no && can_build_shared=no 15460test "$dynamic_linker" = no && can_build_shared=no
16587 15461
16588variables_saved_for_relink="PATH $shlibpath_var $runpath_var" 15462variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
@@ -16590,8 +15464,8 @@ if test "$GCC" = yes; then
16590 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" 15464 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
16591fi 15465fi
16592 15466
16593{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 15467echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
16594echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; } 15468echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
16595hardcode_action_F77= 15469hardcode_action_F77=
16596if test -n "$hardcode_libdir_flag_spec_F77" || \ 15470if test -n "$hardcode_libdir_flag_spec_F77" || \
16597 test -n "$runpath_var_F77" || \ 15471 test -n "$runpath_var_F77" || \
@@ -16615,8 +15489,8 @@ else
16615 # directories. 15489 # directories.
16616 hardcode_action_F77=unsupported 15490 hardcode_action_F77=unsupported
16617fi 15491fi
16618{ echo "$as_me:$LINENO: result: $hardcode_action_F77" >&5 15492echo "$as_me:$LINENO: result: $hardcode_action_F77" >&5
16619echo "${ECHO_T}$hardcode_action_F77" >&6; } 15493echo "${ECHO_T}$hardcode_action_F77" >&6
16620 15494
16621if test "$hardcode_action_F77" = relink; then 15495if test "$hardcode_action_F77" = relink; then
16622 # Fast installation is not supported 15496 # Fast installation is not supported
@@ -17053,6 +15927,7 @@ CC="$lt_save_CC"
17053 if test -n "$GCJ" && test "X$GCJ" != "Xno"; then 15927 if test -n "$GCJ" && test "X$GCJ" != "Xno"; then
17054 15928
17055 15929
15930
17056# Source file extension for Java test sources. 15931# Source file extension for Java test sources.
17057ac_ext=java 15932ac_ext=java
17058 15933
@@ -17120,8 +15995,8 @@ if test "$GCC" = yes; then
17120 lt_prog_compiler_no_builtin_flag_GCJ=' -fno-builtin' 15995 lt_prog_compiler_no_builtin_flag_GCJ=' -fno-builtin'
17121 15996
17122 15997
17123{ echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 15998echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
17124echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6; } 15999echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6
17125if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then 16000if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
17126 echo $ECHO_N "(cached) $ECHO_C" >&6 16001 echo $ECHO_N "(cached) $ECHO_C" >&6
17127else 16002else
@@ -17138,11 +16013,11 @@ else
17138 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 16013 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
17139 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16014 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
17140 -e 's:$: $lt_compiler_flag:'` 16015 -e 's:$: $lt_compiler_flag:'`
17141 (eval echo "\"\$as_me:17141: $lt_compile\"" >&5) 16016 (eval echo "\"\$as_me:16016: $lt_compile\"" >&5)
17142 (eval "$lt_compile" 2>conftest.err) 16017 (eval "$lt_compile" 2>conftest.err)
17143 ac_status=$? 16018 ac_status=$?
17144 cat conftest.err >&5 16019 cat conftest.err >&5
17145 echo "$as_me:17145: \$? = $ac_status" >&5 16020 echo "$as_me:16020: \$? = $ac_status" >&5
17146 if (exit $ac_status) && test -s "$ac_outfile"; then 16021 if (exit $ac_status) && test -s "$ac_outfile"; then
17147 # The compiler can only warn and ignore the option if not recognized 16022 # The compiler can only warn and ignore the option if not recognized
17148 # So say no if there are warnings other than the usual output. 16023 # So say no if there are warnings other than the usual output.
@@ -17155,8 +16030,8 @@ else
17155 $rm conftest* 16030 $rm conftest*
17156 16031
17157fi 16032fi
17158{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 16033echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
17159echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6; } 16034echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6
17160 16035
17161if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then 16036if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
17162 lt_prog_compiler_no_builtin_flag_GCJ="$lt_prog_compiler_no_builtin_flag_GCJ -fno-rtti -fno-exceptions" 16037 lt_prog_compiler_no_builtin_flag_GCJ="$lt_prog_compiler_no_builtin_flag_GCJ -fno-rtti -fno-exceptions"
@@ -17170,8 +16045,8 @@ lt_prog_compiler_wl_GCJ=
17170lt_prog_compiler_pic_GCJ= 16045lt_prog_compiler_pic_GCJ=
17171lt_prog_compiler_static_GCJ= 16046lt_prog_compiler_static_GCJ=
17172 16047
17173{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 16048echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
17174echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; } 16049echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
17175 16050
17176 if test "$GCC" = yes; then 16051 if test "$GCC" = yes; then
17177 lt_prog_compiler_wl_GCJ='-Wl,' 16052 lt_prog_compiler_wl_GCJ='-Wl,'
@@ -17300,7 +16175,7 @@ echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
17300 lt_prog_compiler_static_GCJ='-Bstatic' 16175 lt_prog_compiler_static_GCJ='-Bstatic'
17301 ;; 16176 ;;
17302 16177
17303 linux* | k*bsd*-gnu) 16178 linux*)
17304 case $cc_basename in 16179 case $cc_basename in
17305 icc* | ecc*) 16180 icc* | ecc*)
17306 lt_prog_compiler_wl_GCJ='-Wl,' 16181 lt_prog_compiler_wl_GCJ='-Wl,'
@@ -17380,16 +16255,16 @@ echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
17380 esac 16255 esac
17381 fi 16256 fi
17382 16257
17383{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_GCJ" >&5 16258echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_GCJ" >&5
17384echo "${ECHO_T}$lt_prog_compiler_pic_GCJ" >&6; } 16259echo "${ECHO_T}$lt_prog_compiler_pic_GCJ" >&6
17385 16260
17386# 16261#
17387# Check to make sure the PIC flag actually works. 16262# Check to make sure the PIC flag actually works.
17388# 16263#
17389if test -n "$lt_prog_compiler_pic_GCJ"; then 16264if test -n "$lt_prog_compiler_pic_GCJ"; then
17390 16265
17391{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5 16266echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5
17392echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works... $ECHO_C" >&6; } 16267echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works... $ECHO_C" >&6
17393if test "${lt_prog_compiler_pic_works_GCJ+set}" = set; then 16268if test "${lt_prog_compiler_pic_works_GCJ+set}" = set; then
17394 echo $ECHO_N "(cached) $ECHO_C" >&6 16269 echo $ECHO_N "(cached) $ECHO_C" >&6
17395else 16270else
@@ -17406,11 +16281,11 @@ else
17406 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 16281 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
17407 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16282 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
17408 -e 's:$: $lt_compiler_flag:'` 16283 -e 's:$: $lt_compiler_flag:'`
17409 (eval echo "\"\$as_me:17409: $lt_compile\"" >&5) 16284 (eval echo "\"\$as_me:16284: $lt_compile\"" >&5)
17410 (eval "$lt_compile" 2>conftest.err) 16285 (eval "$lt_compile" 2>conftest.err)
17411 ac_status=$? 16286 ac_status=$?
17412 cat conftest.err >&5 16287 cat conftest.err >&5
17413 echo "$as_me:17413: \$? = $ac_status" >&5 16288 echo "$as_me:16288: \$? = $ac_status" >&5
17414 if (exit $ac_status) && test -s "$ac_outfile"; then 16289 if (exit $ac_status) && test -s "$ac_outfile"; then
17415 # The compiler can only warn and ignore the option if not recognized 16290 # The compiler can only warn and ignore the option if not recognized
17416 # So say no if there are warnings other than the usual output. 16291 # So say no if there are warnings other than the usual output.
@@ -17423,8 +16298,8 @@ else
17423 $rm conftest* 16298 $rm conftest*
17424 16299
17425fi 16300fi
17426{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_GCJ" >&5 16301echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_GCJ" >&5
17427echo "${ECHO_T}$lt_prog_compiler_pic_works_GCJ" >&6; } 16302echo "${ECHO_T}$lt_prog_compiler_pic_works_GCJ" >&6
17428 16303
17429if test x"$lt_prog_compiler_pic_works_GCJ" = xyes; then 16304if test x"$lt_prog_compiler_pic_works_GCJ" = xyes; then
17430 case $lt_prog_compiler_pic_GCJ in 16305 case $lt_prog_compiler_pic_GCJ in
@@ -17451,8 +16326,8 @@ esac
17451# Check to make sure the static flag actually works. 16326# Check to make sure the static flag actually works.
17452# 16327#
17453wl=$lt_prog_compiler_wl_GCJ eval lt_tmp_static_flag=\"$lt_prog_compiler_static_GCJ\" 16328wl=$lt_prog_compiler_wl_GCJ eval lt_tmp_static_flag=\"$lt_prog_compiler_static_GCJ\"
17454{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5 16329echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
17455echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; } 16330echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6
17456if test "${lt_prog_compiler_static_works_GCJ+set}" = set; then 16331if test "${lt_prog_compiler_static_works_GCJ+set}" = set; then
17457 echo $ECHO_N "(cached) $ECHO_C" >&6 16332 echo $ECHO_N "(cached) $ECHO_C" >&6
17458else 16333else
@@ -17479,8 +16354,8 @@ else
17479 LDFLAGS="$save_LDFLAGS" 16354 LDFLAGS="$save_LDFLAGS"
17480 16355
17481fi 16356fi
17482{ echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works_GCJ" >&5 16357echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works_GCJ" >&5
17483echo "${ECHO_T}$lt_prog_compiler_static_works_GCJ" >&6; } 16358echo "${ECHO_T}$lt_prog_compiler_static_works_GCJ" >&6
17484 16359
17485if test x"$lt_prog_compiler_static_works_GCJ" = xyes; then 16360if test x"$lt_prog_compiler_static_works_GCJ" = xyes; then
17486 : 16361 :
@@ -17489,8 +16364,8 @@ else
17489fi 16364fi
17490 16365
17491 16366
17492{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 16367echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
17493echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; } 16368echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
17494if test "${lt_cv_prog_compiler_c_o_GCJ+set}" = set; then 16369if test "${lt_cv_prog_compiler_c_o_GCJ+set}" = set; then
17495 echo $ECHO_N "(cached) $ECHO_C" >&6 16370 echo $ECHO_N "(cached) $ECHO_C" >&6
17496else 16371else
@@ -17510,11 +16385,11 @@ else
17510 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 16385 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
17511 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16386 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
17512 -e 's:$: $lt_compiler_flag:'` 16387 -e 's:$: $lt_compiler_flag:'`
17513 (eval echo "\"\$as_me:17513: $lt_compile\"" >&5) 16388 (eval echo "\"\$as_me:16388: $lt_compile\"" >&5)
17514 (eval "$lt_compile" 2>out/conftest.err) 16389 (eval "$lt_compile" 2>out/conftest.err)
17515 ac_status=$? 16390 ac_status=$?
17516 cat out/conftest.err >&5 16391 cat out/conftest.err >&5
17517 echo "$as_me:17517: \$? = $ac_status" >&5 16392 echo "$as_me:16392: \$? = $ac_status" >&5
17518 if (exit $ac_status) && test -s out/conftest2.$ac_objext 16393 if (exit $ac_status) && test -s out/conftest2.$ac_objext
17519 then 16394 then
17520 # The compiler can only warn and ignore the option if not recognized 16395 # The compiler can only warn and ignore the option if not recognized
@@ -17536,23 +16411,23 @@ else
17536 $rm conftest* 16411 $rm conftest*
17537 16412
17538fi 16413fi
17539{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_GCJ" >&5 16414echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_GCJ" >&5
17540echo "${ECHO_T}$lt_cv_prog_compiler_c_o_GCJ" >&6; } 16415echo "${ECHO_T}$lt_cv_prog_compiler_c_o_GCJ" >&6
17541 16416
17542 16417
17543hard_links="nottested" 16418hard_links="nottested"
17544if test "$lt_cv_prog_compiler_c_o_GCJ" = no && test "$need_locks" != no; then 16419if test "$lt_cv_prog_compiler_c_o_GCJ" = no && test "$need_locks" != no; then
17545 # do not overwrite the value of need_locks provided by the user 16420 # do not overwrite the value of need_locks provided by the user
17546 { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 16421 echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
17547echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; } 16422echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
17548 hard_links=yes 16423 hard_links=yes
17549 $rm conftest* 16424 $rm conftest*
17550 ln conftest.a conftest.b 2>/dev/null && hard_links=no 16425 ln conftest.a conftest.b 2>/dev/null && hard_links=no
17551 touch conftest.a 16426 touch conftest.a
17552 ln conftest.a conftest.b 2>&5 || hard_links=no 16427 ln conftest.a conftest.b 2>&5 || hard_links=no
17553 ln conftest.a conftest.b 2>/dev/null && hard_links=no 16428 ln conftest.a conftest.b 2>/dev/null && hard_links=no
17554 { echo "$as_me:$LINENO: result: $hard_links" >&5 16429 echo "$as_me:$LINENO: result: $hard_links" >&5
17555echo "${ECHO_T}$hard_links" >&6; } 16430echo "${ECHO_T}$hard_links" >&6
17556 if test "$hard_links" = no; then 16431 if test "$hard_links" = no; then
17557 { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 16432 { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
17558echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} 16433echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
@@ -17562,8 +16437,8 @@ else
17562 need_locks=no 16437 need_locks=no
17563fi 16438fi
17564 16439
17565{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 16440echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
17566echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; } 16441echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6
17567 16442
17568 runpath_var= 16443 runpath_var=
17569 allow_undefined_flag_GCJ= 16444 allow_undefined_flag_GCJ=
@@ -17739,7 +16614,7 @@ EOF
17739 archive_expsym_cmds_GCJ='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' 16614 archive_expsym_cmds_GCJ='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
17740 ;; 16615 ;;
17741 16616
17742 linux* | k*bsd*-gnu) 16617 linux*)
17743 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 16618 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
17744 tmp_addflag= 16619 tmp_addflag=
17745 case $cc_basename,$host_cpu in 16620 case $cc_basename,$host_cpu in
@@ -17765,13 +16640,12 @@ EOF
17765 $echo "local: *; };" >> $output_objdir/$libname.ver~ 16640 $echo "local: *; };" >> $output_objdir/$libname.ver~
17766 $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' 16641 $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
17767 fi 16642 fi
17768 link_all_deplibs_GCJ=no
17769 else 16643 else
17770 ld_shlibs_GCJ=no 16644 ld_shlibs_GCJ=no
17771 fi 16645 fi
17772 ;; 16646 ;;
17773 16647
17774 netbsd* | netbsdelf*-gnu) 16648 netbsd*)
17775 if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then 16649 if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
17776 archive_cmds_GCJ='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' 16650 archive_cmds_GCJ='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
17777 wlarc= 16651 wlarc=
@@ -17979,36 +16853,24 @@ main ()
17979} 16853}
17980_ACEOF 16854_ACEOF
17981rm -f conftest.$ac_objext conftest$ac_exeext 16855rm -f conftest.$ac_objext conftest$ac_exeext
17982if { (ac_try="$ac_link" 16856if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17983case "(($ac_try" in 16857 (eval $ac_link) 2>conftest.er1
17984 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17985 *) ac_try_echo=$ac_try;;
17986esac
17987eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17988 (eval "$ac_link") 2>conftest.er1
17989 ac_status=$? 16858 ac_status=$?
17990 grep -v '^ *+' conftest.er1 >conftest.err 16859 grep -v '^ *+' conftest.er1 >conftest.err
17991 rm -f conftest.er1 16860 rm -f conftest.er1
17992 cat conftest.err >&5 16861 cat conftest.err >&5
17993 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16862 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17994 (exit $ac_status); } && 16863 (exit $ac_status); } &&
17995 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16864 { ac_try='test -z "$ac_c_werror_flag"
17996 { (case "(($ac_try" in 16865 || test ! -s conftest.err'
17997 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16866 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17998 *) ac_try_echo=$ac_try;; 16867 (eval $ac_try) 2>&5
17999esac
18000eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18001 (eval "$ac_try") 2>&5
18002 ac_status=$? 16868 ac_status=$?
18003 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18004 (exit $ac_status); }; } && 16870 (exit $ac_status); }; } &&
18005 { ac_try='test -s conftest$ac_exeext' 16871 { ac_try='test -s conftest$ac_exeext'
18006 { (case "(($ac_try" in 16872 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18007 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16873 (eval $ac_try) 2>&5
18008 *) ac_try_echo=$ac_try;;
18009esac
18010eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18011 (eval "$ac_try") 2>&5
18012 ac_status=$? 16874 ac_status=$?
18013 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18014 (exit $ac_status); }; }; then 16876 (exit $ac_status); }; }; then
@@ -18022,10 +16884,8 @@ else
18022 echo "$as_me: failed program was:" >&5 16884 echo "$as_me: failed program was:" >&5
18023sed 's/^/| /' conftest.$ac_ext >&5 16885sed 's/^/| /' conftest.$ac_ext >&5
18024 16886
18025
18026fi 16887fi
18027 16888rm -f conftest.err conftest.$ac_objext \
18028rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18029 conftest$ac_exeext conftest.$ac_ext 16889 conftest$ac_exeext conftest.$ac_ext
18030if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi 16890if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
18031 16891
@@ -18054,36 +16914,24 @@ main ()
18054} 16914}
18055_ACEOF 16915_ACEOF
18056rm -f conftest.$ac_objext conftest$ac_exeext 16916rm -f conftest.$ac_objext conftest$ac_exeext
18057if { (ac_try="$ac_link" 16917if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18058case "(($ac_try" in 16918 (eval $ac_link) 2>conftest.er1
18059 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18060 *) ac_try_echo=$ac_try;;
18061esac
18062eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18063 (eval "$ac_link") 2>conftest.er1
18064 ac_status=$? 16919 ac_status=$?
18065 grep -v '^ *+' conftest.er1 >conftest.err 16920 grep -v '^ *+' conftest.er1 >conftest.err
18066 rm -f conftest.er1 16921 rm -f conftest.er1
18067 cat conftest.err >&5 16922 cat conftest.err >&5
18068 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18069 (exit $ac_status); } && 16924 (exit $ac_status); } &&
18070 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16925 { ac_try='test -z "$ac_c_werror_flag"
18071 { (case "(($ac_try" in 16926 || test ! -s conftest.err'
18072 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16927 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18073 *) ac_try_echo=$ac_try;; 16928 (eval $ac_try) 2>&5
18074esac
18075eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18076 (eval "$ac_try") 2>&5
18077 ac_status=$? 16929 ac_status=$?
18078 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18079 (exit $ac_status); }; } && 16931 (exit $ac_status); }; } &&
18080 { ac_try='test -s conftest$ac_exeext' 16932 { ac_try='test -s conftest$ac_exeext'
18081 { (case "(($ac_try" in 16933 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18082 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 16934 (eval $ac_try) 2>&5
18083 *) ac_try_echo=$ac_try;;
18084esac
18085eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18086 (eval "$ac_try") 2>&5
18087 ac_status=$? 16935 ac_status=$?
18088 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18089 (exit $ac_status); }; }; then 16937 (exit $ac_status); }; }; then
@@ -18097,10 +16945,8 @@ else
18097 echo "$as_me: failed program was:" >&5 16945 echo "$as_me: failed program was:" >&5
18098sed 's/^/| /' conftest.$ac_ext >&5 16946sed 's/^/| /' conftest.$ac_ext >&5
18099 16947
18100
18101fi 16948fi
18102 16949rm -f conftest.err conftest.$ac_objext \
18103rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18104 conftest$ac_exeext conftest.$ac_ext 16950 conftest$ac_exeext conftest.$ac_ext
18105if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi 16951if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
18106 16952
@@ -18231,7 +17077,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
18231 ;; 17077 ;;
18232 17078
18233 # FreeBSD 3 and greater uses gcc -shared to do shared libraries. 17079 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
18234 freebsd* | dragonfly*) 17080 freebsd* | kfreebsd*-gnu | dragonfly*)
18235 archive_cmds_GCJ='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' 17081 archive_cmds_GCJ='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
18236 hardcode_libdir_flag_spec_GCJ='-R$libdir' 17082 hardcode_libdir_flag_spec_GCJ='-R$libdir'
18237 hardcode_direct_GCJ=yes 17083 hardcode_direct_GCJ=yes
@@ -18333,7 +17179,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
18333 link_all_deplibs_GCJ=yes 17179 link_all_deplibs_GCJ=yes
18334 ;; 17180 ;;
18335 17181
18336 netbsd* | netbsdelf*-gnu) 17182 netbsd*)
18337 if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then 17183 if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
18338 archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out 17184 archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
18339 else 17185 else
@@ -18549,8 +17395,8 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
18549 esac 17395 esac
18550 fi 17396 fi
18551 17397
18552{ echo "$as_me:$LINENO: result: $ld_shlibs_GCJ" >&5 17398echo "$as_me:$LINENO: result: $ld_shlibs_GCJ" >&5
18553echo "${ECHO_T}$ld_shlibs_GCJ" >&6; } 17399echo "${ECHO_T}$ld_shlibs_GCJ" >&6
18554test "$ld_shlibs_GCJ" = no && can_build_shared=no 17400test "$ld_shlibs_GCJ" = no && can_build_shared=no
18555 17401
18556# 17402#
@@ -18570,8 +17416,8 @@ x|xyes)
18570 # Test whether the compiler implicitly links with -lc since on some 17416 # Test whether the compiler implicitly links with -lc since on some
18571 # systems, -lgcc has to come before -lc. If gcc already passes -lc 17417 # systems, -lgcc has to come before -lc. If gcc already passes -lc
18572 # to ld, don't add -lc before -lgcc. 17418 # to ld, don't add -lc before -lgcc.
18573 { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 17419 echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
18574echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; } 17420echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
18575 $rm conftest* 17421 $rm conftest*
18576 printf "$lt_simple_compile_test_code" > conftest.$ac_ext 17422 printf "$lt_simple_compile_test_code" > conftest.$ac_ext
18577 17423
@@ -18608,16 +17454,16 @@ echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&
18608 cat conftest.err 1>&5 17454 cat conftest.err 1>&5
18609 fi 17455 fi
18610 $rm conftest* 17456 $rm conftest*
18611 { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_GCJ" >&5 17457 echo "$as_me:$LINENO: result: $archive_cmds_need_lc_GCJ" >&5
18612echo "${ECHO_T}$archive_cmds_need_lc_GCJ" >&6; } 17458echo "${ECHO_T}$archive_cmds_need_lc_GCJ" >&6
18613 ;; 17459 ;;
18614 esac 17460 esac
18615 fi 17461 fi
18616 ;; 17462 ;;
18617esac 17463esac
18618 17464
18619{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 17465echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
18620echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; } 17466echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
18621library_names_spec= 17467library_names_spec=
18622libname_spec='lib$name' 17468libname_spec='lib$name'
18623soname_spec= 17469soname_spec=
@@ -18823,6 +17669,18 @@ freebsd1*)
18823 dynamic_linker=no 17669 dynamic_linker=no
18824 ;; 17670 ;;
18825 17671
17672kfreebsd*-gnu)
17673 version_type=linux
17674 need_lib_prefix=no
17675 need_version=no
17676 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
17677 soname_spec='${libname}${release}${shared_ext}$major'
17678 shlibpath_var=LD_LIBRARY_PATH
17679 shlibpath_overrides_runpath=no
17680 hardcode_into_libs=yes
17681 dynamic_linker='GNU ld.so'
17682 ;;
17683
18826freebsd* | dragonfly*) 17684freebsd* | dragonfly*)
18827 # DragonFly does not have aout. When/if they implement a new 17685 # DragonFly does not have aout. When/if they implement a new
18828 # versioning mechanism, adjust this. 17686 # versioning mechanism, adjust this.
@@ -18978,7 +17836,7 @@ linux*oldld* | linux*aout* | linux*coff*)
18978 ;; 17836 ;;
18979 17837
18980# This must be Linux ELF. 17838# This must be Linux ELF.
18981linux* | k*bsd*-gnu) 17839linux*)
18982 version_type=linux 17840 version_type=linux
18983 need_lib_prefix=no 17841 need_lib_prefix=no
18984 need_version=no 17842 need_version=no
@@ -18992,10 +17850,31 @@ linux* | k*bsd*-gnu)
18992 # before this can be enabled. 17850 # before this can be enabled.
18993 hardcode_into_libs=yes 17851 hardcode_into_libs=yes
18994 17852
17853 # find out which ABI we are using
17854 libsuff=
17855 case "$host_cpu" in
17856 x86_64*|s390x*|powerpc64*)
17857 echo '#line 17857 "configure"' > conftest.$ac_ext
17858 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17859 (eval $ac_compile) 2>&5
17860 ac_status=$?
17861 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17862 (exit $ac_status); }; then
17863 case `/usr/bin/file conftest.$ac_objext` in
17864 *64-bit*)
17865 libsuff=64
17866 sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
17867 ;;
17868 esac
17869 fi
17870 rm -rf conftest*
17871 ;;
17872 esac
17873
18995 # Append ld.so.conf contents to the search path 17874 # Append ld.so.conf contents to the search path
18996 if test -f /etc/ld.so.conf; then 17875 if test -f /etc/ld.so.conf; then
18997 lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` 17876 lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
18998 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" 17877 sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra"
18999 fi 17878 fi
19000 17879
19001 # We used to test for /lib/ld.so.1 and disable shared libraries on 17880 # We used to test for /lib/ld.so.1 and disable shared libraries on
@@ -19007,7 +17886,7 @@ linux* | k*bsd*-gnu)
19007 dynamic_linker='GNU/Linux ld.so' 17886 dynamic_linker='GNU/Linux ld.so'
19008 ;; 17887 ;;
19009 17888
19010netbsdelf*-gnu) 17889knetbsd*-gnu)
19011 version_type=linux 17890 version_type=linux
19012 need_lib_prefix=no 17891 need_lib_prefix=no
19013 need_version=no 17892 need_version=no
@@ -19016,7 +17895,7 @@ netbsdelf*-gnu)
19016 shlibpath_var=LD_LIBRARY_PATH 17895 shlibpath_var=LD_LIBRARY_PATH
19017 shlibpath_overrides_runpath=no 17896 shlibpath_overrides_runpath=no
19018 hardcode_into_libs=yes 17897 hardcode_into_libs=yes
19019 dynamic_linker='NetBSD ld.elf_so' 17898 dynamic_linker='GNU ld.so'
19020 ;; 17899 ;;
19021 17900
19022netbsd*) 17901netbsd*)
@@ -19192,8 +18071,8 @@ uts4*)
19192 dynamic_linker=no 18071 dynamic_linker=no
19193 ;; 18072 ;;
19194esac 18073esac
19195{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5 18074echo "$as_me:$LINENO: result: $dynamic_linker" >&5
19196echo "${ECHO_T}$dynamic_linker" >&6; } 18075echo "${ECHO_T}$dynamic_linker" >&6
19197test "$dynamic_linker" = no && can_build_shared=no 18076test "$dynamic_linker" = no && can_build_shared=no
19198 18077
19199variables_saved_for_relink="PATH $shlibpath_var $runpath_var" 18078variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
@@ -19201,8 +18080,8 @@ if test "$GCC" = yes; then
19201 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" 18080 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
19202fi 18081fi
19203 18082
19204{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 18083echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
19205echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; } 18084echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
19206hardcode_action_GCJ= 18085hardcode_action_GCJ=
19207if test -n "$hardcode_libdir_flag_spec_GCJ" || \ 18086if test -n "$hardcode_libdir_flag_spec_GCJ" || \
19208 test -n "$runpath_var_GCJ" || \ 18087 test -n "$runpath_var_GCJ" || \
@@ -19226,8 +18105,8 @@ else
19226 # directories. 18105 # directories.
19227 hardcode_action_GCJ=unsupported 18106 hardcode_action_GCJ=unsupported
19228fi 18107fi
19229{ echo "$as_me:$LINENO: result: $hardcode_action_GCJ" >&5 18108echo "$as_me:$LINENO: result: $hardcode_action_GCJ" >&5
19230echo "${ECHO_T}$hardcode_action_GCJ" >&6; } 18109echo "${ECHO_T}$hardcode_action_GCJ" >&6
19231 18110
19232if test "$hardcode_action_GCJ" = relink; then 18111if test "$hardcode_action_GCJ" = relink; then
19233 # Fast installation is not supported 18112 # Fast installation is not supported
@@ -19663,6 +18542,7 @@ CC="$lt_save_CC"
19663 RC) 18542 RC)
19664 18543
19665 18544
18545
19666# Source file extension for RC test sources. 18546# Source file extension for RC test sources.
19667ac_ext=rc 18547ac_ext=rc
19668 18548
@@ -20203,9 +19083,9 @@ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
20203ac_header_dirent=no 19083ac_header_dirent=no
20204for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do 19084for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
20205 as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh` 19085 as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
20206{ echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5 19086echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5
20207echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6; } 19087echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6
20208if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 19088if eval "test \"\${$as_ac_Header+set}\" = set"; then
20209 echo $ECHO_N "(cached) $ECHO_C" >&6 19089 echo $ECHO_N "(cached) $ECHO_C" >&6
20210else 19090else
20211 cat >conftest.$ac_ext <<_ACEOF 19091 cat >conftest.$ac_ext <<_ACEOF
@@ -20227,36 +19107,24 @@ return 0;
20227} 19107}
20228_ACEOF 19108_ACEOF
20229rm -f conftest.$ac_objext 19109rm -f conftest.$ac_objext
20230if { (ac_try="$ac_compile" 19110if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20231case "(($ac_try" in 19111 (eval $ac_compile) 2>conftest.er1
20232 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20233 *) ac_try_echo=$ac_try;;
20234esac
20235eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20236 (eval "$ac_compile") 2>conftest.er1
20237 ac_status=$? 19112 ac_status=$?
20238 grep -v '^ *+' conftest.er1 >conftest.err 19113 grep -v '^ *+' conftest.er1 >conftest.err
20239 rm -f conftest.er1 19114 rm -f conftest.er1
20240 cat conftest.err >&5 19115 cat conftest.err >&5
20241 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20242 (exit $ac_status); } && 19117 (exit $ac_status); } &&
20243 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 19118 { ac_try='test -z "$ac_c_werror_flag"
20244 { (case "(($ac_try" in 19119 || test ! -s conftest.err'
20245 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19120 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20246 *) ac_try_echo=$ac_try;; 19121 (eval $ac_try) 2>&5
20247esac
20248eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20249 (eval "$ac_try") 2>&5
20250 ac_status=$? 19122 ac_status=$?
20251 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20252 (exit $ac_status); }; } && 19124 (exit $ac_status); }; } &&
20253 { ac_try='test -s conftest.$ac_objext' 19125 { ac_try='test -s conftest.$ac_objext'
20254 { (case "(($ac_try" in 19126 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20255 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19127 (eval $ac_try) 2>&5
20256 *) ac_try_echo=$ac_try;;
20257esac
20258eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20259 (eval "$ac_try") 2>&5
20260 ac_status=$? 19128 ac_status=$?
20261 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19129 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20262 (exit $ac_status); }; }; then 19130 (exit $ac_status); }; }; then
@@ -20265,14 +19133,12 @@ else
20265 echo "$as_me: failed program was:" >&5 19133 echo "$as_me: failed program was:" >&5
20266sed 's/^/| /' conftest.$ac_ext >&5 19134sed 's/^/| /' conftest.$ac_ext >&5
20267 19135
20268 eval "$as_ac_Header=no" 19136eval "$as_ac_Header=no"
20269fi 19137fi
20270 19138rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20271rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20272fi 19139fi
20273ac_res=`eval echo '${'$as_ac_Header'}'` 19140echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
20274 { echo "$as_me:$LINENO: result: $ac_res" >&5 19141echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
20275echo "${ECHO_T}$ac_res" >&6; }
20276if test `eval echo '${'$as_ac_Header'}'` = yes; then 19142if test `eval echo '${'$as_ac_Header'}'` = yes; then
20277 cat >>confdefs.h <<_ACEOF 19143 cat >>confdefs.h <<_ACEOF
20278#define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1 19144#define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
@@ -20284,12 +19150,13 @@ fi
20284done 19150done
20285# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix. 19151# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
20286if test $ac_header_dirent = dirent.h; then 19152if test $ac_header_dirent = dirent.h; then
20287 { echo "$as_me:$LINENO: checking for library containing opendir" >&5 19153 echo "$as_me:$LINENO: checking for library containing opendir" >&5
20288echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6; } 19154echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
20289if test "${ac_cv_search_opendir+set}" = set; then 19155if test "${ac_cv_search_opendir+set}" = set; then
20290 echo $ECHO_N "(cached) $ECHO_C" >&6 19156 echo $ECHO_N "(cached) $ECHO_C" >&6
20291else 19157else
20292 ac_func_search_save_LIBS=$LIBS 19158 ac_func_search_save_LIBS=$LIBS
19159ac_cv_search_opendir=no
20293cat >conftest.$ac_ext <<_ACEOF 19160cat >conftest.$ac_ext <<_ACEOF
20294/* confdefs.h. */ 19161/* confdefs.h. */
20295_ACEOF 19162_ACEOF
@@ -20297,99 +19164,126 @@ cat confdefs.h >>conftest.$ac_ext
20297cat >>conftest.$ac_ext <<_ACEOF 19164cat >>conftest.$ac_ext <<_ACEOF
20298/* end confdefs.h. */ 19165/* end confdefs.h. */
20299 19166
20300/* Override any GCC internal prototype to avoid an error. 19167/* Override any gcc2 internal prototype to avoid an error. */
20301 Use char because int might match the return type of a GCC
20302 builtin and then its argument prototype would still apply. */
20303#ifdef __cplusplus 19168#ifdef __cplusplus
20304extern "C" 19169extern "C"
20305#endif 19170#endif
19171/* We use char because int might match the return type of a gcc2
19172 builtin and then its argument prototype would still apply. */
20306char opendir (); 19173char opendir ();
20307int 19174int
20308main () 19175main ()
20309{ 19176{
20310return opendir (); 19177opendir ();
20311 ; 19178 ;
20312 return 0; 19179 return 0;
20313} 19180}
20314_ACEOF 19181_ACEOF
20315for ac_lib in '' dir; do 19182rm -f conftest.$ac_objext conftest$ac_exeext
20316 if test -z "$ac_lib"; then 19183if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20317 ac_res="none required" 19184 (eval $ac_link) 2>conftest.er1
20318 else
20319 ac_res=-l$ac_lib
20320 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
20321 fi
20322 rm -f conftest.$ac_objext conftest$ac_exeext
20323if { (ac_try="$ac_link"
20324case "(($ac_try" in
20325 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20326 *) ac_try_echo=$ac_try;;
20327esac
20328eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20329 (eval "$ac_link") 2>conftest.er1
20330 ac_status=$? 19185 ac_status=$?
20331 grep -v '^ *+' conftest.er1 >conftest.err 19186 grep -v '^ *+' conftest.er1 >conftest.err
20332 rm -f conftest.er1 19187 rm -f conftest.er1
20333 cat conftest.err >&5 19188 cat conftest.err >&5
20334 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20335 (exit $ac_status); } && 19190 (exit $ac_status); } &&
20336 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 19191 { ac_try='test -z "$ac_c_werror_flag"
20337 { (case "(($ac_try" in 19192 || test ! -s conftest.err'
20338 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19193 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20339 *) ac_try_echo=$ac_try;; 19194 (eval $ac_try) 2>&5
20340esac
20341eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20342 (eval "$ac_try") 2>&5
20343 ac_status=$? 19195 ac_status=$?
20344 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20345 (exit $ac_status); }; } && 19197 (exit $ac_status); }; } &&
20346 { ac_try='test -s conftest$ac_exeext' 19198 { ac_try='test -s conftest$ac_exeext'
20347 { (case "(($ac_try" in 19199 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20348 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19200 (eval $ac_try) 2>&5
20349 *) ac_try_echo=$ac_try;;
20350esac
20351eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20352 (eval "$ac_try") 2>&5
20353 ac_status=$? 19201 ac_status=$?
20354 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20355 (exit $ac_status); }; }; then 19203 (exit $ac_status); }; }; then
20356 ac_cv_search_opendir=$ac_res 19204 ac_cv_search_opendir="none required"
20357else 19205else
20358 echo "$as_me: failed program was:" >&5 19206 echo "$as_me: failed program was:" >&5
20359sed 's/^/| /' conftest.$ac_ext >&5 19207sed 's/^/| /' conftest.$ac_ext >&5
20360 19208
20361
20362fi 19209fi
19210rm -f conftest.err conftest.$ac_objext \
19211 conftest$ac_exeext conftest.$ac_ext
19212if test "$ac_cv_search_opendir" = no; then
19213 for ac_lib in dir; do
19214 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
19215 cat >conftest.$ac_ext <<_ACEOF
19216/* confdefs.h. */
19217_ACEOF
19218cat confdefs.h >>conftest.$ac_ext
19219cat >>conftest.$ac_ext <<_ACEOF
19220/* end confdefs.h. */
20363 19221
20364rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 19222/* Override any gcc2 internal prototype to avoid an error. */
20365 conftest$ac_exeext 19223#ifdef __cplusplus
20366 if test "${ac_cv_search_opendir+set}" = set; then 19224extern "C"
20367 break 19225#endif
20368fi 19226/* We use char because int might match the return type of a gcc2
20369done 19227 builtin and then its argument prototype would still apply. */
20370if test "${ac_cv_search_opendir+set}" = set; then 19228char opendir ();
20371 : 19229int
19230main ()
19231{
19232opendir ();
19233 ;
19234 return 0;
19235}
19236_ACEOF
19237rm -f conftest.$ac_objext conftest$ac_exeext
19238if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19239 (eval $ac_link) 2>conftest.er1
19240 ac_status=$?
19241 grep -v '^ *+' conftest.er1 >conftest.err
19242 rm -f conftest.er1
19243 cat conftest.err >&5
19244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19245 (exit $ac_status); } &&
19246 { ac_try='test -z "$ac_c_werror_flag"
19247 || test ! -s conftest.err'
19248 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19249 (eval $ac_try) 2>&5
19250 ac_status=$?
19251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19252 (exit $ac_status); }; } &&
19253 { ac_try='test -s conftest$ac_exeext'
19254 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19255 (eval $ac_try) 2>&5
19256 ac_status=$?
19257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19258 (exit $ac_status); }; }; then
19259 ac_cv_search_opendir="-l$ac_lib"
19260break
20372else 19261else
20373 ac_cv_search_opendir=no 19262 echo "$as_me: failed program was:" >&5
19263sed 's/^/| /' conftest.$ac_ext >&5
19264
19265fi
19266rm -f conftest.err conftest.$ac_objext \
19267 conftest$ac_exeext conftest.$ac_ext
19268 done
20374fi 19269fi
20375rm conftest.$ac_ext
20376LIBS=$ac_func_search_save_LIBS 19270LIBS=$ac_func_search_save_LIBS
20377fi 19271fi
20378{ echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5 19272echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
20379echo "${ECHO_T}$ac_cv_search_opendir" >&6; } 19273echo "${ECHO_T}$ac_cv_search_opendir" >&6
20380ac_res=$ac_cv_search_opendir 19274if test "$ac_cv_search_opendir" != no; then
20381if test "$ac_res" != no; then 19275 test "$ac_cv_search_opendir" = "none required" || LIBS="$ac_cv_search_opendir $LIBS"
20382 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
20383 19276
20384fi 19277fi
20385 19278
20386else 19279else
20387 { echo "$as_me:$LINENO: checking for library containing opendir" >&5 19280 echo "$as_me:$LINENO: checking for library containing opendir" >&5
20388echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6; } 19281echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6
20389if test "${ac_cv_search_opendir+set}" = set; then 19282if test "${ac_cv_search_opendir+set}" = set; then
20390 echo $ECHO_N "(cached) $ECHO_C" >&6 19283 echo $ECHO_N "(cached) $ECHO_C" >&6
20391else 19284else
20392 ac_func_search_save_LIBS=$LIBS 19285 ac_func_search_save_LIBS=$LIBS
19286ac_cv_search_opendir=no
20393cat >conftest.$ac_ext <<_ACEOF 19287cat >conftest.$ac_ext <<_ACEOF
20394/* confdefs.h. */ 19288/* confdefs.h. */
20395_ACEOF 19289_ACEOF
@@ -20397,99 +19291,125 @@ cat confdefs.h >>conftest.$ac_ext
20397cat >>conftest.$ac_ext <<_ACEOF 19291cat >>conftest.$ac_ext <<_ACEOF
20398/* end confdefs.h. */ 19292/* end confdefs.h. */
20399 19293
20400/* Override any GCC internal prototype to avoid an error. 19294/* Override any gcc2 internal prototype to avoid an error. */
20401 Use char because int might match the return type of a GCC
20402 builtin and then its argument prototype would still apply. */
20403#ifdef __cplusplus 19295#ifdef __cplusplus
20404extern "C" 19296extern "C"
20405#endif 19297#endif
19298/* We use char because int might match the return type of a gcc2
19299 builtin and then its argument prototype would still apply. */
20406char opendir (); 19300char opendir ();
20407int 19301int
20408main () 19302main ()
20409{ 19303{
20410return opendir (); 19304opendir ();
20411 ; 19305 ;
20412 return 0; 19306 return 0;
20413} 19307}
20414_ACEOF 19308_ACEOF
20415for ac_lib in '' x; do 19309rm -f conftest.$ac_objext conftest$ac_exeext
20416 if test -z "$ac_lib"; then 19310if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20417 ac_res="none required" 19311 (eval $ac_link) 2>conftest.er1
20418 else
20419 ac_res=-l$ac_lib
20420 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
20421 fi
20422 rm -f conftest.$ac_objext conftest$ac_exeext
20423if { (ac_try="$ac_link"
20424case "(($ac_try" in
20425 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20426 *) ac_try_echo=$ac_try;;
20427esac
20428eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20429 (eval "$ac_link") 2>conftest.er1
20430 ac_status=$? 19312 ac_status=$?
20431 grep -v '^ *+' conftest.er1 >conftest.err 19313 grep -v '^ *+' conftest.er1 >conftest.err
20432 rm -f conftest.er1 19314 rm -f conftest.er1
20433 cat conftest.err >&5 19315 cat conftest.err >&5
20434 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20435 (exit $ac_status); } && 19317 (exit $ac_status); } &&
20436 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 19318 { ac_try='test -z "$ac_c_werror_flag"
20437 { (case "(($ac_try" in 19319 || test ! -s conftest.err'
20438 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19320 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20439 *) ac_try_echo=$ac_try;; 19321 (eval $ac_try) 2>&5
20440esac
20441eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20442 (eval "$ac_try") 2>&5
20443 ac_status=$? 19322 ac_status=$?
20444 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20445 (exit $ac_status); }; } && 19324 (exit $ac_status); }; } &&
20446 { ac_try='test -s conftest$ac_exeext' 19325 { ac_try='test -s conftest$ac_exeext'
20447 { (case "(($ac_try" in 19326 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20448 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19327 (eval $ac_try) 2>&5
20449 *) ac_try_echo=$ac_try;;
20450esac
20451eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20452 (eval "$ac_try") 2>&5
20453 ac_status=$? 19328 ac_status=$?
20454 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20455 (exit $ac_status); }; }; then 19330 (exit $ac_status); }; }; then
20456 ac_cv_search_opendir=$ac_res 19331 ac_cv_search_opendir="none required"
20457else 19332else
20458 echo "$as_me: failed program was:" >&5 19333 echo "$as_me: failed program was:" >&5
20459sed 's/^/| /' conftest.$ac_ext >&5 19334sed 's/^/| /' conftest.$ac_ext >&5
20460 19335
20461
20462fi 19336fi
19337rm -f conftest.err conftest.$ac_objext \
19338 conftest$ac_exeext conftest.$ac_ext
19339if test "$ac_cv_search_opendir" = no; then
19340 for ac_lib in x; do
19341 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
19342 cat >conftest.$ac_ext <<_ACEOF
19343/* confdefs.h. */
19344_ACEOF
19345cat confdefs.h >>conftest.$ac_ext
19346cat >>conftest.$ac_ext <<_ACEOF
19347/* end confdefs.h. */
20463 19348
20464rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 19349/* Override any gcc2 internal prototype to avoid an error. */
20465 conftest$ac_exeext 19350#ifdef __cplusplus
20466 if test "${ac_cv_search_opendir+set}" = set; then 19351extern "C"
20467 break 19352#endif
20468fi 19353/* We use char because int might match the return type of a gcc2
20469done 19354 builtin and then its argument prototype would still apply. */
20470if test "${ac_cv_search_opendir+set}" = set; then 19355char opendir ();
20471 : 19356int
19357main ()
19358{
19359opendir ();
19360 ;
19361 return 0;
19362}
19363_ACEOF
19364rm -f conftest.$ac_objext conftest$ac_exeext
19365if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19366 (eval $ac_link) 2>conftest.er1
19367 ac_status=$?
19368 grep -v '^ *+' conftest.er1 >conftest.err
19369 rm -f conftest.er1
19370 cat conftest.err >&5
19371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19372 (exit $ac_status); } &&
19373 { ac_try='test -z "$ac_c_werror_flag"
19374 || test ! -s conftest.err'
19375 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19376 (eval $ac_try) 2>&5
19377 ac_status=$?
19378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19379 (exit $ac_status); }; } &&
19380 { ac_try='test -s conftest$ac_exeext'
19381 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19382 (eval $ac_try) 2>&5
19383 ac_status=$?
19384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19385 (exit $ac_status); }; }; then
19386 ac_cv_search_opendir="-l$ac_lib"
19387break
20472else 19388else
20473 ac_cv_search_opendir=no 19389 echo "$as_me: failed program was:" >&5
19390sed 's/^/| /' conftest.$ac_ext >&5
19391
19392fi
19393rm -f conftest.err conftest.$ac_objext \
19394 conftest$ac_exeext conftest.$ac_ext
19395 done
20474fi 19396fi
20475rm conftest.$ac_ext
20476LIBS=$ac_func_search_save_LIBS 19397LIBS=$ac_func_search_save_LIBS
20477fi 19398fi
20478{ echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5 19399echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5
20479echo "${ECHO_T}$ac_cv_search_opendir" >&6; } 19400echo "${ECHO_T}$ac_cv_search_opendir" >&6
20480ac_res=$ac_cv_search_opendir 19401if test "$ac_cv_search_opendir" != no; then
20481if test "$ac_res" != no; then 19402 test "$ac_cv_search_opendir" = "none required" || LIBS="$ac_cv_search_opendir $LIBS"
20482 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
20483 19403
20484fi 19404fi
20485 19405
20486fi 19406fi
20487 19407
20488# Check whether --enable-ltdl-install was given. 19408# Check whether --enable-ltdl-install or --disable-ltdl-install was given.
20489if test "${enable_ltdl_install+set}" = set; then 19409if test "${enable_ltdl_install+set}" = set; then
20490 enableval=$enable_ltdl_install; 19410 enableval="$enable_ltdl_install"
20491fi
20492 19411
19412fi;
20493 19413
20494 19414
20495 19415
@@ -20513,8 +19433,8 @@ fi
20513 19433
20514 19434
20515 19435
20516{ echo "$as_me:$LINENO: checking which extension is used for loadable modules" >&5 19436echo "$as_me:$LINENO: checking which extension is used for loadable modules" >&5
20517echo $ECHO_N "checking which extension is used for loadable modules... $ECHO_C" >&6; } 19437echo $ECHO_N "checking which extension is used for loadable modules... $ECHO_C" >&6
20518if test "${libltdl_cv_shlibext+set}" = set; then 19438if test "${libltdl_cv_shlibext+set}" = set; then
20519 echo $ECHO_N "(cached) $ECHO_C" >&6 19439 echo $ECHO_N "(cached) $ECHO_C" >&6
20520else 19440else
@@ -20523,8 +19443,8 @@ module=yes
20523eval libltdl_cv_shlibext=$shrext_cmds 19443eval libltdl_cv_shlibext=$shrext_cmds
20524 19444
20525fi 19445fi
20526{ echo "$as_me:$LINENO: result: $libltdl_cv_shlibext" >&5 19446echo "$as_me:$LINENO: result: $libltdl_cv_shlibext" >&5
20527echo "${ECHO_T}$libltdl_cv_shlibext" >&6; } 19447echo "${ECHO_T}$libltdl_cv_shlibext" >&6
20528if test -n "$libltdl_cv_shlibext"; then 19448if test -n "$libltdl_cv_shlibext"; then
20529 19449
20530cat >>confdefs.h <<_ACEOF 19450cat >>confdefs.h <<_ACEOF
@@ -20534,15 +19454,15 @@ _ACEOF
20534fi 19454fi
20535 19455
20536 19456
20537{ echo "$as_me:$LINENO: checking which variable specifies run-time library path" >&5 19457echo "$as_me:$LINENO: checking which variable specifies run-time library path" >&5
20538echo $ECHO_N "checking which variable specifies run-time library path... $ECHO_C" >&6; } 19458echo $ECHO_N "checking which variable specifies run-time library path... $ECHO_C" >&6
20539if test "${libltdl_cv_shlibpath_var+set}" = set; then 19459if test "${libltdl_cv_shlibpath_var+set}" = set; then
20540 echo $ECHO_N "(cached) $ECHO_C" >&6 19460 echo $ECHO_N "(cached) $ECHO_C" >&6
20541else 19461else
20542 libltdl_cv_shlibpath_var="$shlibpath_var" 19462 libltdl_cv_shlibpath_var="$shlibpath_var"
20543fi 19463fi
20544{ echo "$as_me:$LINENO: result: $libltdl_cv_shlibpath_var" >&5 19464echo "$as_me:$LINENO: result: $libltdl_cv_shlibpath_var" >&5
20545echo "${ECHO_T}$libltdl_cv_shlibpath_var" >&6; } 19465echo "${ECHO_T}$libltdl_cv_shlibpath_var" >&6
20546if test -n "$libltdl_cv_shlibpath_var"; then 19466if test -n "$libltdl_cv_shlibpath_var"; then
20547 19467
20548cat >>confdefs.h <<_ACEOF 19468cat >>confdefs.h <<_ACEOF
@@ -20552,15 +19472,15 @@ _ACEOF
20552fi 19472fi
20553 19473
20554 19474
20555{ echo "$as_me:$LINENO: checking for the default library search path" >&5 19475echo "$as_me:$LINENO: checking for the default library search path" >&5
20556echo $ECHO_N "checking for the default library search path... $ECHO_C" >&6; } 19476echo $ECHO_N "checking for the default library search path... $ECHO_C" >&6
20557if test "${libltdl_cv_sys_search_path+set}" = set; then 19477if test "${libltdl_cv_sys_search_path+set}" = set; then
20558 echo $ECHO_N "(cached) $ECHO_C" >&6 19478 echo $ECHO_N "(cached) $ECHO_C" >&6
20559else 19479else
20560 libltdl_cv_sys_search_path="$sys_lib_dlsearch_path_spec" 19480 libltdl_cv_sys_search_path="$sys_lib_dlsearch_path_spec"
20561fi 19481fi
20562{ echo "$as_me:$LINENO: result: $libltdl_cv_sys_search_path" >&5 19482echo "$as_me:$LINENO: result: $libltdl_cv_sys_search_path" >&5
20563echo "${ECHO_T}$libltdl_cv_sys_search_path" >&6; } 19483echo "${ECHO_T}$libltdl_cv_sys_search_path" >&6
20564if test -n "$libltdl_cv_sys_search_path"; then 19484if test -n "$libltdl_cv_sys_search_path"; then
20565 sys_search_path= 19485 sys_search_path=
20566 for dir in $libltdl_cv_sys_search_path; do 19486 for dir in $libltdl_cv_sys_search_path; do
@@ -20577,8 +19497,8 @@ _ACEOF
20577 19497
20578fi 19498fi
20579 19499
20580{ echo "$as_me:$LINENO: checking for objdir" >&5 19500echo "$as_me:$LINENO: checking for objdir" >&5
20581echo $ECHO_N "checking for objdir... $ECHO_C" >&6; } 19501echo $ECHO_N "checking for objdir... $ECHO_C" >&6
20582if test "${libltdl_cv_objdir+set}" = set; then 19502if test "${libltdl_cv_objdir+set}" = set; then
20583 echo $ECHO_N "(cached) $ECHO_C" >&6 19503 echo $ECHO_N "(cached) $ECHO_C" >&6
20584else 19504else
@@ -20598,8 +19518,8 @@ else
20598 fi 19518 fi
20599 19519
20600fi 19520fi
20601{ echo "$as_me:$LINENO: result: $libltdl_cv_objdir" >&5 19521echo "$as_me:$LINENO: result: $libltdl_cv_objdir" >&5
20602echo "${ECHO_T}$libltdl_cv_objdir" >&6; } 19522echo "${ECHO_T}$libltdl_cv_objdir" >&6
20603 19523
20604cat >>confdefs.h <<_ACEOF 19524cat >>confdefs.h <<_ACEOF
20605#define LTDL_OBJDIR "$libltdl_cv_objdir/" 19525#define LTDL_OBJDIR "$libltdl_cv_objdir/"
@@ -20607,8 +19527,8 @@ _ACEOF
20607 19527
20608 19528
20609 19529
20610{ echo "$as_me:$LINENO: checking whether libtool supports -dlopen/-dlpreopen" >&5 19530echo "$as_me:$LINENO: checking whether libtool supports -dlopen/-dlpreopen" >&5
20611echo $ECHO_N "checking whether libtool supports -dlopen/-dlpreopen... $ECHO_C" >&6; } 19531echo $ECHO_N "checking whether libtool supports -dlopen/-dlpreopen... $ECHO_C" >&6
20612if test "${libltdl_cv_preloaded_symbols+set}" = set; then 19532if test "${libltdl_cv_preloaded_symbols+set}" = set; then
20613 echo $ECHO_N "(cached) $ECHO_C" >&6 19533 echo $ECHO_N "(cached) $ECHO_C" >&6
20614else 19534else
@@ -20619,8 +19539,8 @@ else
20619 fi 19539 fi
20620 19540
20621fi 19541fi
20622{ echo "$as_me:$LINENO: result: $libltdl_cv_preloaded_symbols" >&5 19542echo "$as_me:$LINENO: result: $libltdl_cv_preloaded_symbols" >&5
20623echo "${ECHO_T}$libltdl_cv_preloaded_symbols" >&6; } 19543echo "${ECHO_T}$libltdl_cv_preloaded_symbols" >&6
20624if test x"$libltdl_cv_preloaded_symbols" = xyes; then 19544if test x"$libltdl_cv_preloaded_symbols" = xyes; then
20625 19545
20626cat >>confdefs.h <<\_ACEOF 19546cat >>confdefs.h <<\_ACEOF
@@ -20638,8 +19558,8 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
20638ac_compiler_gnu=$ac_cv_c_compiler_gnu 19558ac_compiler_gnu=$ac_cv_c_compiler_gnu
20639 19559
20640 19560
20641{ echo "$as_me:$LINENO: checking for shl_load" >&5 19561echo "$as_me:$LINENO: checking for shl_load" >&5
20642echo $ECHO_N "checking for shl_load... $ECHO_C" >&6; } 19562echo $ECHO_N "checking for shl_load... $ECHO_C" >&6
20643if test "${ac_cv_func_shl_load+set}" = set; then 19563if test "${ac_cv_func_shl_load+set}" = set; then
20644 echo $ECHO_N "(cached) $ECHO_C" >&6 19564 echo $ECHO_N "(cached) $ECHO_C" >&6
20645else 19565else
@@ -20666,59 +19586,53 @@ cat >>conftest.$ac_ext <<_ACEOF
20666 19586
20667#undef shl_load 19587#undef shl_load
20668 19588
20669/* Override any GCC internal prototype to avoid an error. 19589/* Override any gcc2 internal prototype to avoid an error. */
20670 Use char because int might match the return type of a GCC
20671 builtin and then its argument prototype would still apply. */
20672#ifdef __cplusplus 19590#ifdef __cplusplus
20673extern "C" 19591extern "C"
19592{
20674#endif 19593#endif
19594/* We use char because int might match the return type of a gcc2
19595 builtin and then its argument prototype would still apply. */
20675char shl_load (); 19596char shl_load ();
20676/* The GNU C library defines this for functions which it implements 19597/* The GNU C library defines this for functions which it implements
20677 to always fail with ENOSYS. Some functions are actually named 19598 to always fail with ENOSYS. Some functions are actually named
20678 something starting with __ and the normal name is an alias. */ 19599 something starting with __ and the normal name is an alias. */
20679#if defined __stub_shl_load || defined __stub___shl_load 19600#if defined (__stub_shl_load) || defined (__stub___shl_load)
20680choke me 19601choke me
19602#else
19603char (*f) () = shl_load;
19604#endif
19605#ifdef __cplusplus
19606}
20681#endif 19607#endif
20682 19608
20683int 19609int
20684main () 19610main ()
20685{ 19611{
20686return shl_load (); 19612return f != shl_load;
20687 ; 19613 ;
20688 return 0; 19614 return 0;
20689} 19615}
20690_ACEOF 19616_ACEOF
20691rm -f conftest.$ac_objext conftest$ac_exeext 19617rm -f conftest.$ac_objext conftest$ac_exeext
20692if { (ac_try="$ac_link" 19618if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20693case "(($ac_try" in 19619 (eval $ac_link) 2>conftest.er1
20694 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20695 *) ac_try_echo=$ac_try;;
20696esac
20697eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20698 (eval "$ac_link") 2>conftest.er1
20699 ac_status=$? 19620 ac_status=$?
20700 grep -v '^ *+' conftest.er1 >conftest.err 19621 grep -v '^ *+' conftest.er1 >conftest.err
20701 rm -f conftest.er1 19622 rm -f conftest.er1
20702 cat conftest.err >&5 19623 cat conftest.err >&5
20703 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20704 (exit $ac_status); } && 19625 (exit $ac_status); } &&
20705 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 19626 { ac_try='test -z "$ac_c_werror_flag"
20706 { (case "(($ac_try" in 19627 || test ! -s conftest.err'
20707 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19628 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20708 *) ac_try_echo=$ac_try;; 19629 (eval $ac_try) 2>&5
20709esac
20710eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20711 (eval "$ac_try") 2>&5
20712 ac_status=$? 19630 ac_status=$?
20713 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20714 (exit $ac_status); }; } && 19632 (exit $ac_status); }; } &&
20715 { ac_try='test -s conftest$ac_exeext' 19633 { ac_try='test -s conftest$ac_exeext'
20716 { (case "(($ac_try" in 19634 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20717 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19635 (eval $ac_try) 2>&5
20718 *) ac_try_echo=$ac_try;;
20719esac
20720eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20721 (eval "$ac_try") 2>&5
20722 ac_status=$? 19636 ac_status=$?
20723 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20724 (exit $ac_status); }; }; then 19638 (exit $ac_status); }; }; then
@@ -20727,14 +19641,13 @@ else
20727 echo "$as_me: failed program was:" >&5 19641 echo "$as_me: failed program was:" >&5
20728sed 's/^/| /' conftest.$ac_ext >&5 19642sed 's/^/| /' conftest.$ac_ext >&5
20729 19643
20730 ac_cv_func_shl_load=no 19644ac_cv_func_shl_load=no
20731fi 19645fi
20732 19646rm -f conftest.err conftest.$ac_objext \
20733rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20734 conftest$ac_exeext conftest.$ac_ext 19647 conftest$ac_exeext conftest.$ac_ext
20735fi 19648fi
20736{ echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5 19649echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
20737echo "${ECHO_T}$ac_cv_func_shl_load" >&6; } 19650echo "${ECHO_T}$ac_cv_func_shl_load" >&6
20738if test $ac_cv_func_shl_load = yes; then 19651if test $ac_cv_func_shl_load = yes; then
20739 19652
20740cat >>confdefs.h <<\_ACEOF 19653cat >>confdefs.h <<\_ACEOF
@@ -20742,8 +19655,8 @@ cat >>confdefs.h <<\_ACEOF
20742_ACEOF 19655_ACEOF
20743 19656
20744else 19657else
20745 { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5 19658 echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
20746echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; } 19659echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6
20747if test "${ac_cv_lib_dld_shl_load+set}" = set; then 19660if test "${ac_cv_lib_dld_shl_load+set}" = set; then
20748 echo $ECHO_N "(cached) $ECHO_C" >&6 19661 echo $ECHO_N "(cached) $ECHO_C" >&6
20749else 19662else
@@ -20756,52 +19669,40 @@ cat confdefs.h >>conftest.$ac_ext
20756cat >>conftest.$ac_ext <<_ACEOF 19669cat >>conftest.$ac_ext <<_ACEOF
20757/* end confdefs.h. */ 19670/* end confdefs.h. */
20758 19671
20759/* Override any GCC internal prototype to avoid an error. 19672/* Override any gcc2 internal prototype to avoid an error. */
20760 Use char because int might match the return type of a GCC
20761 builtin and then its argument prototype would still apply. */
20762#ifdef __cplusplus 19673#ifdef __cplusplus
20763extern "C" 19674extern "C"
20764#endif 19675#endif
19676/* We use char because int might match the return type of a gcc2
19677 builtin and then its argument prototype would still apply. */
20765char shl_load (); 19678char shl_load ();
20766int 19679int
20767main () 19680main ()
20768{ 19681{
20769return shl_load (); 19682shl_load ();
20770 ; 19683 ;
20771 return 0; 19684 return 0;
20772} 19685}
20773_ACEOF 19686_ACEOF
20774rm -f conftest.$ac_objext conftest$ac_exeext 19687rm -f conftest.$ac_objext conftest$ac_exeext
20775if { (ac_try="$ac_link" 19688if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20776case "(($ac_try" in 19689 (eval $ac_link) 2>conftest.er1
20777 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20778 *) ac_try_echo=$ac_try;;
20779esac
20780eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20781 (eval "$ac_link") 2>conftest.er1
20782 ac_status=$? 19690 ac_status=$?
20783 grep -v '^ *+' conftest.er1 >conftest.err 19691 grep -v '^ *+' conftest.er1 >conftest.err
20784 rm -f conftest.er1 19692 rm -f conftest.er1
20785 cat conftest.err >&5 19693 cat conftest.err >&5
20786 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20787 (exit $ac_status); } && 19695 (exit $ac_status); } &&
20788 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 19696 { ac_try='test -z "$ac_c_werror_flag"
20789 { (case "(($ac_try" in 19697 || test ! -s conftest.err'
20790 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19698 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20791 *) ac_try_echo=$ac_try;; 19699 (eval $ac_try) 2>&5
20792esac
20793eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20794 (eval "$ac_try") 2>&5
20795 ac_status=$? 19700 ac_status=$?
20796 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20797 (exit $ac_status); }; } && 19702 (exit $ac_status); }; } &&
20798 { ac_try='test -s conftest$ac_exeext' 19703 { ac_try='test -s conftest$ac_exeext'
20799 { (case "(($ac_try" in 19704 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20800 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19705 (eval $ac_try) 2>&5
20801 *) ac_try_echo=$ac_try;;
20802esac
20803eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20804 (eval "$ac_try") 2>&5
20805 ac_status=$? 19706 ac_status=$?
20806 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20807 (exit $ac_status); }; }; then 19708 (exit $ac_status); }; }; then
@@ -20810,15 +19711,14 @@ else
20810 echo "$as_me: failed program was:" >&5 19711 echo "$as_me: failed program was:" >&5
20811sed 's/^/| /' conftest.$ac_ext >&5 19712sed 's/^/| /' conftest.$ac_ext >&5
20812 19713
20813 ac_cv_lib_dld_shl_load=no 19714ac_cv_lib_dld_shl_load=no
20814fi 19715fi
20815 19716rm -f conftest.err conftest.$ac_objext \
20816rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20817 conftest$ac_exeext conftest.$ac_ext 19717 conftest$ac_exeext conftest.$ac_ext
20818LIBS=$ac_check_lib_save_LIBS 19718LIBS=$ac_check_lib_save_LIBS
20819fi 19719fi
20820{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5 19720echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
20821echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; } 19721echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
20822if test $ac_cv_lib_dld_shl_load = yes; then 19722if test $ac_cv_lib_dld_shl_load = yes; then
20823 19723
20824cat >>confdefs.h <<\_ACEOF 19724cat >>confdefs.h <<\_ACEOF
@@ -20827,8 +19727,8 @@ _ACEOF
20827 19727
20828 LIBADD_DL="$LIBADD_DL -ldld" 19728 LIBADD_DL="$LIBADD_DL -ldld"
20829else 19729else
20830 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 19730 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
20831echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; } 19731echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
20832if test "${ac_cv_lib_dl_dlopen+set}" = set; then 19732if test "${ac_cv_lib_dl_dlopen+set}" = set; then
20833 echo $ECHO_N "(cached) $ECHO_C" >&6 19733 echo $ECHO_N "(cached) $ECHO_C" >&6
20834else 19734else
@@ -20841,52 +19741,40 @@ cat confdefs.h >>conftest.$ac_ext
20841cat >>conftest.$ac_ext <<_ACEOF 19741cat >>conftest.$ac_ext <<_ACEOF
20842/* end confdefs.h. */ 19742/* end confdefs.h. */
20843 19743
20844/* Override any GCC internal prototype to avoid an error. 19744/* Override any gcc2 internal prototype to avoid an error. */
20845 Use char because int might match the return type of a GCC
20846 builtin and then its argument prototype would still apply. */
20847#ifdef __cplusplus 19745#ifdef __cplusplus
20848extern "C" 19746extern "C"
20849#endif 19747#endif
19748/* We use char because int might match the return type of a gcc2
19749 builtin and then its argument prototype would still apply. */
20850char dlopen (); 19750char dlopen ();
20851int 19751int
20852main () 19752main ()
20853{ 19753{
20854return dlopen (); 19754dlopen ();
20855 ; 19755 ;
20856 return 0; 19756 return 0;
20857} 19757}
20858_ACEOF 19758_ACEOF
20859rm -f conftest.$ac_objext conftest$ac_exeext 19759rm -f conftest.$ac_objext conftest$ac_exeext
20860if { (ac_try="$ac_link" 19760if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20861case "(($ac_try" in 19761 (eval $ac_link) 2>conftest.er1
20862 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20863 *) ac_try_echo=$ac_try;;
20864esac
20865eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20866 (eval "$ac_link") 2>conftest.er1
20867 ac_status=$? 19762 ac_status=$?
20868 grep -v '^ *+' conftest.er1 >conftest.err 19763 grep -v '^ *+' conftest.er1 >conftest.err
20869 rm -f conftest.er1 19764 rm -f conftest.er1
20870 cat conftest.err >&5 19765 cat conftest.err >&5
20871 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19766 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20872 (exit $ac_status); } && 19767 (exit $ac_status); } &&
20873 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 19768 { ac_try='test -z "$ac_c_werror_flag"
20874 { (case "(($ac_try" in 19769 || test ! -s conftest.err'
20875 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19770 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20876 *) ac_try_echo=$ac_try;; 19771 (eval $ac_try) 2>&5
20877esac
20878eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20879 (eval "$ac_try") 2>&5
20880 ac_status=$? 19772 ac_status=$?
20881 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20882 (exit $ac_status); }; } && 19774 (exit $ac_status); }; } &&
20883 { ac_try='test -s conftest$ac_exeext' 19775 { ac_try='test -s conftest$ac_exeext'
20884 { (case "(($ac_try" in 19776 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20885 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19777 (eval $ac_try) 2>&5
20886 *) ac_try_echo=$ac_try;;
20887esac
20888eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20889 (eval "$ac_try") 2>&5
20890 ac_status=$? 19778 ac_status=$?
20891 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20892 (exit $ac_status); }; }; then 19780 (exit $ac_status); }; }; then
@@ -20895,15 +19783,14 @@ else
20895 echo "$as_me: failed program was:" >&5 19783 echo "$as_me: failed program was:" >&5
20896sed 's/^/| /' conftest.$ac_ext >&5 19784sed 's/^/| /' conftest.$ac_ext >&5
20897 19785
20898 ac_cv_lib_dl_dlopen=no 19786ac_cv_lib_dl_dlopen=no
20899fi 19787fi
20900 19788rm -f conftest.err conftest.$ac_objext \
20901rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20902 conftest$ac_exeext conftest.$ac_ext 19789 conftest$ac_exeext conftest.$ac_ext
20903LIBS=$ac_check_lib_save_LIBS 19790LIBS=$ac_check_lib_save_LIBS
20904fi 19791fi
20905{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 19792echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
20906echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; } 19793echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
20907if test $ac_cv_lib_dl_dlopen = yes; then 19794if test $ac_cv_lib_dl_dlopen = yes; then
20908 19795
20909cat >>confdefs.h <<\_ACEOF 19796cat >>confdefs.h <<\_ACEOF
@@ -20931,36 +19818,24 @@ dlopen(0, 0);
20931} 19818}
20932_ACEOF 19819_ACEOF
20933rm -f conftest.$ac_objext conftest$ac_exeext 19820rm -f conftest.$ac_objext conftest$ac_exeext
20934if { (ac_try="$ac_link" 19821if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20935case "(($ac_try" in 19822 (eval $ac_link) 2>conftest.er1
20936 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20937 *) ac_try_echo=$ac_try;;
20938esac
20939eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20940 (eval "$ac_link") 2>conftest.er1
20941 ac_status=$? 19823 ac_status=$?
20942 grep -v '^ *+' conftest.er1 >conftest.err 19824 grep -v '^ *+' conftest.er1 >conftest.err
20943 rm -f conftest.er1 19825 rm -f conftest.er1
20944 cat conftest.err >&5 19826 cat conftest.err >&5
20945 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20946 (exit $ac_status); } && 19828 (exit $ac_status); } &&
20947 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 19829 { ac_try='test -z "$ac_c_werror_flag"
20948 { (case "(($ac_try" in 19830 || test ! -s conftest.err'
20949 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19831 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20950 *) ac_try_echo=$ac_try;; 19832 (eval $ac_try) 2>&5
20951esac
20952eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20953 (eval "$ac_try") 2>&5
20954 ac_status=$? 19833 ac_status=$?
20955 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20956 (exit $ac_status); }; } && 19835 (exit $ac_status); }; } &&
20957 { ac_try='test -s conftest$ac_exeext' 19836 { ac_try='test -s conftest$ac_exeext'
20958 { (case "(($ac_try" in 19837 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20959 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19838 (eval $ac_try) 2>&5
20960 *) ac_try_echo=$ac_try;;
20961esac
20962eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20963 (eval "$ac_try") 2>&5
20964 ac_status=$? 19839 ac_status=$?
20965 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20966 (exit $ac_status); }; }; then 19841 (exit $ac_status); }; }; then
@@ -20973,8 +19848,8 @@ else
20973 echo "$as_me: failed program was:" >&5 19848 echo "$as_me: failed program was:" >&5
20974sed 's/^/| /' conftest.$ac_ext >&5 19849sed 's/^/| /' conftest.$ac_ext >&5
20975 19850
20976 { echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5 19851echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
20977echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6; } 19852echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6
20978if test "${ac_cv_lib_svld_dlopen+set}" = set; then 19853if test "${ac_cv_lib_svld_dlopen+set}" = set; then
20979 echo $ECHO_N "(cached) $ECHO_C" >&6 19854 echo $ECHO_N "(cached) $ECHO_C" >&6
20980else 19855else
@@ -20987,52 +19862,40 @@ cat confdefs.h >>conftest.$ac_ext
20987cat >>conftest.$ac_ext <<_ACEOF 19862cat >>conftest.$ac_ext <<_ACEOF
20988/* end confdefs.h. */ 19863/* end confdefs.h. */
20989 19864
20990/* Override any GCC internal prototype to avoid an error. 19865/* Override any gcc2 internal prototype to avoid an error. */
20991 Use char because int might match the return type of a GCC
20992 builtin and then its argument prototype would still apply. */
20993#ifdef __cplusplus 19866#ifdef __cplusplus
20994extern "C" 19867extern "C"
20995#endif 19868#endif
19869/* We use char because int might match the return type of a gcc2
19870 builtin and then its argument prototype would still apply. */
20996char dlopen (); 19871char dlopen ();
20997int 19872int
20998main () 19873main ()
20999{ 19874{
21000return dlopen (); 19875dlopen ();
21001 ; 19876 ;
21002 return 0; 19877 return 0;
21003} 19878}
21004_ACEOF 19879_ACEOF
21005rm -f conftest.$ac_objext conftest$ac_exeext 19880rm -f conftest.$ac_objext conftest$ac_exeext
21006if { (ac_try="$ac_link" 19881if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21007case "(($ac_try" in 19882 (eval $ac_link) 2>conftest.er1
21008 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21009 *) ac_try_echo=$ac_try;;
21010esac
21011eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21012 (eval "$ac_link") 2>conftest.er1
21013 ac_status=$? 19883 ac_status=$?
21014 grep -v '^ *+' conftest.er1 >conftest.err 19884 grep -v '^ *+' conftest.er1 >conftest.err
21015 rm -f conftest.er1 19885 rm -f conftest.er1
21016 cat conftest.err >&5 19886 cat conftest.err >&5
21017 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19887 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21018 (exit $ac_status); } && 19888 (exit $ac_status); } &&
21019 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 19889 { ac_try='test -z "$ac_c_werror_flag"
21020 { (case "(($ac_try" in 19890 || test ! -s conftest.err'
21021 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19891 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21022 *) ac_try_echo=$ac_try;; 19892 (eval $ac_try) 2>&5
21023esac
21024eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21025 (eval "$ac_try") 2>&5
21026 ac_status=$? 19893 ac_status=$?
21027 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21028 (exit $ac_status); }; } && 19895 (exit $ac_status); }; } &&
21029 { ac_try='test -s conftest$ac_exeext' 19896 { ac_try='test -s conftest$ac_exeext'
21030 { (case "(($ac_try" in 19897 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21031 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19898 (eval $ac_try) 2>&5
21032 *) ac_try_echo=$ac_try;;
21033esac
21034eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21035 (eval "$ac_try") 2>&5
21036 ac_status=$? 19899 ac_status=$?
21037 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21038 (exit $ac_status); }; }; then 19901 (exit $ac_status); }; }; then
@@ -21041,15 +19904,14 @@ else
21041 echo "$as_me: failed program was:" >&5 19904 echo "$as_me: failed program was:" >&5
21042sed 's/^/| /' conftest.$ac_ext >&5 19905sed 's/^/| /' conftest.$ac_ext >&5
21043 19906
21044 ac_cv_lib_svld_dlopen=no 19907ac_cv_lib_svld_dlopen=no
21045fi 19908fi
21046 19909rm -f conftest.err conftest.$ac_objext \
21047rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21048 conftest$ac_exeext conftest.$ac_ext 19910 conftest$ac_exeext conftest.$ac_ext
21049LIBS=$ac_check_lib_save_LIBS 19911LIBS=$ac_check_lib_save_LIBS
21050fi 19912fi
21051{ echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5 19913echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
21052echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6; } 19914echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6
21053if test $ac_cv_lib_svld_dlopen = yes; then 19915if test $ac_cv_lib_svld_dlopen = yes; then
21054 19916
21055cat >>confdefs.h <<\_ACEOF 19917cat >>confdefs.h <<\_ACEOF
@@ -21058,8 +19920,8 @@ _ACEOF
21058 19920
21059 LIBADD_DL="-lsvld" libltdl_cv_func_dlopen="yes" 19921 LIBADD_DL="-lsvld" libltdl_cv_func_dlopen="yes"
21060else 19922else
21061 { echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5 19923 echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
21062echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6; } 19924echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6
21063if test "${ac_cv_lib_dld_dld_link+set}" = set; then 19925if test "${ac_cv_lib_dld_dld_link+set}" = set; then
21064 echo $ECHO_N "(cached) $ECHO_C" >&6 19926 echo $ECHO_N "(cached) $ECHO_C" >&6
21065else 19927else
@@ -21072,52 +19934,40 @@ cat confdefs.h >>conftest.$ac_ext
21072cat >>conftest.$ac_ext <<_ACEOF 19934cat >>conftest.$ac_ext <<_ACEOF
21073/* end confdefs.h. */ 19935/* end confdefs.h. */
21074 19936
21075/* Override any GCC internal prototype to avoid an error. 19937/* Override any gcc2 internal prototype to avoid an error. */
21076 Use char because int might match the return type of a GCC
21077 builtin and then its argument prototype would still apply. */
21078#ifdef __cplusplus 19938#ifdef __cplusplus
21079extern "C" 19939extern "C"
21080#endif 19940#endif
19941/* We use char because int might match the return type of a gcc2
19942 builtin and then its argument prototype would still apply. */
21081char dld_link (); 19943char dld_link ();
21082int 19944int
21083main () 19945main ()
21084{ 19946{
21085return dld_link (); 19947dld_link ();
21086 ; 19948 ;
21087 return 0; 19949 return 0;
21088} 19950}
21089_ACEOF 19951_ACEOF
21090rm -f conftest.$ac_objext conftest$ac_exeext 19952rm -f conftest.$ac_objext conftest$ac_exeext
21091if { (ac_try="$ac_link" 19953if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21092case "(($ac_try" in 19954 (eval $ac_link) 2>conftest.er1
21093 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21094 *) ac_try_echo=$ac_try;;
21095esac
21096eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21097 (eval "$ac_link") 2>conftest.er1
21098 ac_status=$? 19955 ac_status=$?
21099 grep -v '^ *+' conftest.er1 >conftest.err 19956 grep -v '^ *+' conftest.er1 >conftest.err
21100 rm -f conftest.er1 19957 rm -f conftest.er1
21101 cat conftest.err >&5 19958 cat conftest.err >&5
21102 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21103 (exit $ac_status); } && 19960 (exit $ac_status); } &&
21104 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 19961 { ac_try='test -z "$ac_c_werror_flag"
21105 { (case "(($ac_try" in 19962 || test ! -s conftest.err'
21106 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19963 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21107 *) ac_try_echo=$ac_try;; 19964 (eval $ac_try) 2>&5
21108esac
21109eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21110 (eval "$ac_try") 2>&5
21111 ac_status=$? 19965 ac_status=$?
21112 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21113 (exit $ac_status); }; } && 19967 (exit $ac_status); }; } &&
21114 { ac_try='test -s conftest$ac_exeext' 19968 { ac_try='test -s conftest$ac_exeext'
21115 { (case "(($ac_try" in 19969 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21116 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 19970 (eval $ac_try) 2>&5
21117 *) ac_try_echo=$ac_try;;
21118esac
21119eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21120 (eval "$ac_try") 2>&5
21121 ac_status=$? 19971 ac_status=$?
21122 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21123 (exit $ac_status); }; }; then 19973 (exit $ac_status); }; }; then
@@ -21126,15 +19976,14 @@ else
21126 echo "$as_me: failed program was:" >&5 19976 echo "$as_me: failed program was:" >&5
21127sed 's/^/| /' conftest.$ac_ext >&5 19977sed 's/^/| /' conftest.$ac_ext >&5
21128 19978
21129 ac_cv_lib_dld_dld_link=no 19979ac_cv_lib_dld_dld_link=no
21130fi 19980fi
21131 19981rm -f conftest.err conftest.$ac_objext \
21132rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21133 conftest$ac_exeext conftest.$ac_ext 19982 conftest$ac_exeext conftest.$ac_ext
21134LIBS=$ac_check_lib_save_LIBS 19983LIBS=$ac_check_lib_save_LIBS
21135fi 19984fi
21136{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5 19985echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
21137echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6; } 19986echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6
21138if test $ac_cv_lib_dld_dld_link = yes; then 19987if test $ac_cv_lib_dld_dld_link = yes; then
21139 19988
21140cat >>confdefs.h <<\_ACEOF 19989cat >>confdefs.h <<\_ACEOF
@@ -21143,8 +19992,8 @@ _ACEOF
21143 19992
21144 LIBADD_DL="$LIBADD_DL -ldld" 19993 LIBADD_DL="$LIBADD_DL -ldld"
21145else 19994else
21146 { echo "$as_me:$LINENO: checking for _dyld_func_lookup" >&5 19995 echo "$as_me:$LINENO: checking for _dyld_func_lookup" >&5
21147echo $ECHO_N "checking for _dyld_func_lookup... $ECHO_C" >&6; } 19996echo $ECHO_N "checking for _dyld_func_lookup... $ECHO_C" >&6
21148if test "${ac_cv_func__dyld_func_lookup+set}" = set; then 19997if test "${ac_cv_func__dyld_func_lookup+set}" = set; then
21149 echo $ECHO_N "(cached) $ECHO_C" >&6 19998 echo $ECHO_N "(cached) $ECHO_C" >&6
21150else 19999else
@@ -21171,59 +20020,53 @@ cat >>conftest.$ac_ext <<_ACEOF
21171 20020
21172#undef _dyld_func_lookup 20021#undef _dyld_func_lookup
21173 20022
21174/* Override any GCC internal prototype to avoid an error. 20023/* Override any gcc2 internal prototype to avoid an error. */
21175 Use char because int might match the return type of a GCC
21176 builtin and then its argument prototype would still apply. */
21177#ifdef __cplusplus 20024#ifdef __cplusplus
21178extern "C" 20025extern "C"
20026{
21179#endif 20027#endif
20028/* We use char because int might match the return type of a gcc2
20029 builtin and then its argument prototype would still apply. */
21180char _dyld_func_lookup (); 20030char _dyld_func_lookup ();
21181/* The GNU C library defines this for functions which it implements 20031/* The GNU C library defines this for functions which it implements
21182 to always fail with ENOSYS. Some functions are actually named 20032 to always fail with ENOSYS. Some functions are actually named
21183 something starting with __ and the normal name is an alias. */ 20033 something starting with __ and the normal name is an alias. */
21184#if defined __stub__dyld_func_lookup || defined __stub____dyld_func_lookup 20034#if defined (__stub__dyld_func_lookup) || defined (__stub____dyld_func_lookup)
21185choke me 20035choke me
20036#else
20037char (*f) () = _dyld_func_lookup;
20038#endif
20039#ifdef __cplusplus
20040}
21186#endif 20041#endif
21187 20042
21188int 20043int
21189main () 20044main ()
21190{ 20045{
21191return _dyld_func_lookup (); 20046return f != _dyld_func_lookup;
21192 ; 20047 ;
21193 return 0; 20048 return 0;
21194} 20049}
21195_ACEOF 20050_ACEOF
21196rm -f conftest.$ac_objext conftest$ac_exeext 20051rm -f conftest.$ac_objext conftest$ac_exeext
21197if { (ac_try="$ac_link" 20052if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21198case "(($ac_try" in 20053 (eval $ac_link) 2>conftest.er1
21199 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21200 *) ac_try_echo=$ac_try;;
21201esac
21202eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21203 (eval "$ac_link") 2>conftest.er1
21204 ac_status=$? 20054 ac_status=$?
21205 grep -v '^ *+' conftest.er1 >conftest.err 20055 grep -v '^ *+' conftest.er1 >conftest.err
21206 rm -f conftest.er1 20056 rm -f conftest.er1
21207 cat conftest.err >&5 20057 cat conftest.err >&5
21208 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21209 (exit $ac_status); } && 20059 (exit $ac_status); } &&
21210 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 20060 { ac_try='test -z "$ac_c_werror_flag"
21211 { (case "(($ac_try" in 20061 || test ! -s conftest.err'
21212 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20062 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21213 *) ac_try_echo=$ac_try;; 20063 (eval $ac_try) 2>&5
21214esac
21215eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21216 (eval "$ac_try") 2>&5
21217 ac_status=$? 20064 ac_status=$?
21218 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21219 (exit $ac_status); }; } && 20066 (exit $ac_status); }; } &&
21220 { ac_try='test -s conftest$ac_exeext' 20067 { ac_try='test -s conftest$ac_exeext'
21221 { (case "(($ac_try" in 20068 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21222 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20069 (eval $ac_try) 2>&5
21223 *) ac_try_echo=$ac_try;;
21224esac
21225eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21226 (eval "$ac_try") 2>&5
21227 ac_status=$? 20070 ac_status=$?
21228 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21229 (exit $ac_status); }; }; then 20072 (exit $ac_status); }; }; then
@@ -21232,14 +20075,13 @@ else
21232 echo "$as_me: failed program was:" >&5 20075 echo "$as_me: failed program was:" >&5
21233sed 's/^/| /' conftest.$ac_ext >&5 20076sed 's/^/| /' conftest.$ac_ext >&5
21234 20077
21235 ac_cv_func__dyld_func_lookup=no 20078ac_cv_func__dyld_func_lookup=no
21236fi 20079fi
21237 20080rm -f conftest.err conftest.$ac_objext \
21238rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21239 conftest$ac_exeext conftest.$ac_ext 20081 conftest$ac_exeext conftest.$ac_ext
21240fi 20082fi
21241{ echo "$as_me:$LINENO: result: $ac_cv_func__dyld_func_lookup" >&5 20083echo "$as_me:$LINENO: result: $ac_cv_func__dyld_func_lookup" >&5
21242echo "${ECHO_T}$ac_cv_func__dyld_func_lookup" >&6; } 20084echo "${ECHO_T}$ac_cv_func__dyld_func_lookup" >&6
21243if test $ac_cv_func__dyld_func_lookup = yes; then 20085if test $ac_cv_func__dyld_func_lookup = yes; then
21244 20086
21245cat >>confdefs.h <<\_ACEOF 20087cat >>confdefs.h <<\_ACEOF
@@ -21256,8 +20098,7 @@ fi
21256 20098
21257 20099
21258fi 20100fi
21259 20101rm -f conftest.err conftest.$ac_objext \
21260rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21261 conftest$ac_exeext conftest.$ac_ext 20102 conftest$ac_exeext conftest.$ac_ext
21262 20103
21263fi 20104fi
@@ -21277,9 +20118,9 @@ then
21277for ac_func in dlerror 20118for ac_func in dlerror
21278do 20119do
21279as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 20120as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
21280{ echo "$as_me:$LINENO: checking for $ac_func" >&5 20121echo "$as_me:$LINENO: checking for $ac_func" >&5
21281echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 20122echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
21282if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 20123if eval "test \"\${$as_ac_var+set}\" = set"; then
21283 echo $ECHO_N "(cached) $ECHO_C" >&6 20124 echo $ECHO_N "(cached) $ECHO_C" >&6
21284else 20125else
21285 cat >conftest.$ac_ext <<_ACEOF 20126 cat >conftest.$ac_ext <<_ACEOF
@@ -21305,59 +20146,53 @@ cat >>conftest.$ac_ext <<_ACEOF
21305 20146
21306#undef $ac_func 20147#undef $ac_func
21307 20148
21308/* Override any GCC internal prototype to avoid an error. 20149/* Override any gcc2 internal prototype to avoid an error. */
21309 Use char because int might match the return type of a GCC
21310 builtin and then its argument prototype would still apply. */
21311#ifdef __cplusplus 20150#ifdef __cplusplus
21312extern "C" 20151extern "C"
20152{
21313#endif 20153#endif
20154/* We use char because int might match the return type of a gcc2
20155 builtin and then its argument prototype would still apply. */
21314char $ac_func (); 20156char $ac_func ();
21315/* The GNU C library defines this for functions which it implements 20157/* The GNU C library defines this for functions which it implements
21316 to always fail with ENOSYS. Some functions are actually named 20158 to always fail with ENOSYS. Some functions are actually named
21317 something starting with __ and the normal name is an alias. */ 20159 something starting with __ and the normal name is an alias. */
21318#if defined __stub_$ac_func || defined __stub___$ac_func 20160#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
21319choke me 20161choke me
20162#else
20163char (*f) () = $ac_func;
20164#endif
20165#ifdef __cplusplus
20166}
21320#endif 20167#endif
21321 20168
21322int 20169int
21323main () 20170main ()
21324{ 20171{
21325return $ac_func (); 20172return f != $ac_func;
21326 ; 20173 ;
21327 return 0; 20174 return 0;
21328} 20175}
21329_ACEOF 20176_ACEOF
21330rm -f conftest.$ac_objext conftest$ac_exeext 20177rm -f conftest.$ac_objext conftest$ac_exeext
21331if { (ac_try="$ac_link" 20178if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21332case "(($ac_try" in 20179 (eval $ac_link) 2>conftest.er1
21333 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21334 *) ac_try_echo=$ac_try;;
21335esac
21336eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21337 (eval "$ac_link") 2>conftest.er1
21338 ac_status=$? 20180 ac_status=$?
21339 grep -v '^ *+' conftest.er1 >conftest.err 20181 grep -v '^ *+' conftest.er1 >conftest.err
21340 rm -f conftest.er1 20182 rm -f conftest.er1
21341 cat conftest.err >&5 20183 cat conftest.err >&5
21342 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21343 (exit $ac_status); } && 20185 (exit $ac_status); } &&
21344 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 20186 { ac_try='test -z "$ac_c_werror_flag"
21345 { (case "(($ac_try" in 20187 || test ! -s conftest.err'
21346 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20188 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21347 *) ac_try_echo=$ac_try;; 20189 (eval $ac_try) 2>&5
21348esac
21349eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21350 (eval "$ac_try") 2>&5
21351 ac_status=$? 20190 ac_status=$?
21352 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21353 (exit $ac_status); }; } && 20192 (exit $ac_status); }; } &&
21354 { ac_try='test -s conftest$ac_exeext' 20193 { ac_try='test -s conftest$ac_exeext'
21355 { (case "(($ac_try" in 20194 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21356 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20195 (eval $ac_try) 2>&5
21357 *) ac_try_echo=$ac_try;;
21358esac
21359eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21360 (eval "$ac_try") 2>&5
21361 ac_status=$? 20196 ac_status=$?
21362 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21363 (exit $ac_status); }; }; then 20198 (exit $ac_status); }; }; then
@@ -21366,15 +20201,13 @@ else
21366 echo "$as_me: failed program was:" >&5 20201 echo "$as_me: failed program was:" >&5
21367sed 's/^/| /' conftest.$ac_ext >&5 20202sed 's/^/| /' conftest.$ac_ext >&5
21368 20203
21369 eval "$as_ac_var=no" 20204eval "$as_ac_var=no"
21370fi 20205fi
21371 20206rm -f conftest.err conftest.$ac_objext \
21372rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21373 conftest$ac_exeext conftest.$ac_ext 20207 conftest$ac_exeext conftest.$ac_ext
21374fi 20208fi
21375ac_res=`eval echo '${'$as_ac_var'}'` 20209echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
21376 { echo "$as_me:$LINENO: result: $ac_res" >&5 20210echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
21377echo "${ECHO_T}$ac_res" >&6; }
21378if test `eval echo '${'$as_ac_var'}'` = yes; then 20211if test `eval echo '${'$as_ac_var'}'` = yes; then
21379 cat >>confdefs.h <<_ACEOF 20212 cat >>confdefs.h <<_ACEOF
21380#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 20213#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
@@ -21393,8 +20226,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
21393 20226
21394 20227
21395 20228
21396{ echo "$as_me:$LINENO: checking for _ prefix in compiled symbols" >&5 20229echo "$as_me:$LINENO: checking for _ prefix in compiled symbols" >&5
21397echo $ECHO_N "checking for _ prefix in compiled symbols... $ECHO_C" >&6; } 20230echo $ECHO_N "checking for _ prefix in compiled symbols... $ECHO_C" >&6
21398if test "${ac_cv_sys_symbol_underscore+set}" = set; then 20231if test "${ac_cv_sys_symbol_underscore+set}" = set; then
21399 echo $ECHO_N "(cached) $ECHO_C" >&6 20232 echo $ECHO_N "(cached) $ECHO_C" >&6
21400else 20233else
@@ -21435,15 +20268,15 @@ EOF
21435 rm -rf conftest* 20268 rm -rf conftest*
21436 20269
21437fi 20270fi
21438{ echo "$as_me:$LINENO: result: $ac_cv_sys_symbol_underscore" >&5 20271echo "$as_me:$LINENO: result: $ac_cv_sys_symbol_underscore" >&5
21439echo "${ECHO_T}$ac_cv_sys_symbol_underscore" >&6; } 20272echo "${ECHO_T}$ac_cv_sys_symbol_underscore" >&6
21440 20273
21441 20274
21442if test x"$ac_cv_sys_symbol_underscore" = xyes; then 20275if test x"$ac_cv_sys_symbol_underscore" = xyes; then
21443 if test x"$libltdl_cv_func_dlopen" = xyes || 20276 if test x"$libltdl_cv_func_dlopen" = xyes ||
21444 test x"$libltdl_cv_lib_dl_dlopen" = xyes ; then 20277 test x"$libltdl_cv_lib_dl_dlopen" = xyes ; then
21445 { echo "$as_me:$LINENO: checking whether we have to add an underscore for dlsym" >&5 20278 echo "$as_me:$LINENO: checking whether we have to add an underscore for dlsym" >&5
21446echo $ECHO_N "checking whether we have to add an underscore for dlsym... $ECHO_C" >&6; } 20279echo $ECHO_N "checking whether we have to add an underscore for dlsym... $ECHO_C" >&6
21447if test "${libltdl_cv_need_uscore+set}" = set; then 20280if test "${libltdl_cv_need_uscore+set}" = set; then
21448 echo $ECHO_N "(cached) $ECHO_C" >&6 20281 echo $ECHO_N "(cached) $ECHO_C" >&6
21449else 20282else
@@ -21456,7 +20289,7 @@ else
21456 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 20289 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
21457 lt_status=$lt_dlunknown 20290 lt_status=$lt_dlunknown
21458 cat > conftest.$ac_ext <<EOF 20291 cat > conftest.$ac_ext <<EOF
21459#line 21459 "configure" 20292#line 20292 "configure"
21460#include "confdefs.h" 20293#include "confdefs.h"
21461 20294
21462#if HAVE_DLFCN_H 20295#if HAVE_DLFCN_H
@@ -21541,8 +20374,8 @@ rm -fr conftest*
21541 LIBS="$save_LIBS" 20374 LIBS="$save_LIBS"
21542 20375
21543fi 20376fi
21544{ echo "$as_me:$LINENO: result: $libltdl_cv_need_uscore" >&5 20377echo "$as_me:$LINENO: result: $libltdl_cv_need_uscore" >&5
21545echo "${ECHO_T}$libltdl_cv_need_uscore" >&6; } 20378echo "${ECHO_T}$libltdl_cv_need_uscore" >&6
21546 fi 20379 fi
21547fi 20380fi
21548 20381
@@ -21555,8 +20388,8 @@ _ACEOF
21555fi 20388fi
21556 20389
21557 20390
21558{ echo "$as_me:$LINENO: checking whether deplibs are loaded by dlopen" >&5 20391echo "$as_me:$LINENO: checking whether deplibs are loaded by dlopen" >&5
21559echo $ECHO_N "checking whether deplibs are loaded by dlopen... $ECHO_C" >&6; } 20392echo $ECHO_N "checking whether deplibs are loaded by dlopen... $ECHO_C" >&6
21560if test "${libltdl_cv_sys_dlopen_deplibs+set}" = set; then 20393if test "${libltdl_cv_sys_dlopen_deplibs+set}" = set; then
21561 echo $ECHO_N "(cached) $ECHO_C" >&6 20394 echo $ECHO_N "(cached) $ECHO_C" >&6
21562else 20395else
@@ -21579,7 +20412,7 @@ else
21579 # If you are looking for one http://www.opendarwin.org/projects/dlcompat 20412 # If you are looking for one http://www.opendarwin.org/projects/dlcompat
21580 libltdl_cv_sys_dlopen_deplibs=yes 20413 libltdl_cv_sys_dlopen_deplibs=yes
21581 ;; 20414 ;;
21582 gnu* | linux* | k*bsd*-gnu) 20415 gnu* | linux* | kfreebsd*-gnu | knetbsd*-gnu)
21583 # GNU and its variants, using gnu ld.so (Glibc) 20416 # GNU and its variants, using gnu ld.so (Glibc)
21584 libltdl_cv_sys_dlopen_deplibs=yes 20417 libltdl_cv_sys_dlopen_deplibs=yes
21585 ;; 20418 ;;
@@ -21599,7 +20432,7 @@ else
21599 # at 6.2 and later dlopen does load deplibs. 20432 # at 6.2 and later dlopen does load deplibs.
21600 libltdl_cv_sys_dlopen_deplibs=yes 20433 libltdl_cv_sys_dlopen_deplibs=yes
21601 ;; 20434 ;;
21602 netbsd* | netbsdelf*-gnu) 20435 netbsd*)
21603 libltdl_cv_sys_dlopen_deplibs=yes 20436 libltdl_cv_sys_dlopen_deplibs=yes
21604 ;; 20437 ;;
21605 openbsd*) 20438 openbsd*)
@@ -21636,8 +20469,8 @@ else
21636 esac 20469 esac
21637 20470
21638fi 20471fi
21639{ echo "$as_me:$LINENO: result: $libltdl_cv_sys_dlopen_deplibs" >&5 20472echo "$as_me:$LINENO: result: $libltdl_cv_sys_dlopen_deplibs" >&5
21640echo "${ECHO_T}$libltdl_cv_sys_dlopen_deplibs" >&6; } 20473echo "${ECHO_T}$libltdl_cv_sys_dlopen_deplibs" >&6
21641if test "$libltdl_cv_sys_dlopen_deplibs" != yes; then 20474if test "$libltdl_cv_sys_dlopen_deplibs" != yes; then
21642 20475
21643cat >>confdefs.h <<\_ACEOF 20476cat >>confdefs.h <<\_ACEOF
@@ -21650,19 +20483,18 @@ fi
21650for ac_header in argz.h 20483for ac_header in argz.h
21651do 20484do
21652as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 20485as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
21653if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 20486if eval "test \"\${$as_ac_Header+set}\" = set"; then
21654 { echo "$as_me:$LINENO: checking for $ac_header" >&5 20487 echo "$as_me:$LINENO: checking for $ac_header" >&5
21655echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 20488echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
21656if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 20489if eval "test \"\${$as_ac_Header+set}\" = set"; then
21657 echo $ECHO_N "(cached) $ECHO_C" >&6 20490 echo $ECHO_N "(cached) $ECHO_C" >&6
21658fi 20491fi
21659ac_res=`eval echo '${'$as_ac_Header'}'` 20492echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
21660 { echo "$as_me:$LINENO: result: $ac_res" >&5 20493echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
21661echo "${ECHO_T}$ac_res" >&6; }
21662else 20494else
21663 # Is the header compilable? 20495 # Is the header compilable?
21664{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 20496echo "$as_me:$LINENO: checking $ac_header usability" >&5
21665echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 20497echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
21666cat >conftest.$ac_ext <<_ACEOF 20498cat >conftest.$ac_ext <<_ACEOF
21667/* confdefs.h. */ 20499/* confdefs.h. */
21668_ACEOF 20500_ACEOF
@@ -21673,36 +20505,24 @@ $ac_includes_default
21673#include <$ac_header> 20505#include <$ac_header>
21674_ACEOF 20506_ACEOF
21675rm -f conftest.$ac_objext 20507rm -f conftest.$ac_objext
21676if { (ac_try="$ac_compile" 20508if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21677case "(($ac_try" in 20509 (eval $ac_compile) 2>conftest.er1
21678 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21679 *) ac_try_echo=$ac_try;;
21680esac
21681eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21682 (eval "$ac_compile") 2>conftest.er1
21683 ac_status=$? 20510 ac_status=$?
21684 grep -v '^ *+' conftest.er1 >conftest.err 20511 grep -v '^ *+' conftest.er1 >conftest.err
21685 rm -f conftest.er1 20512 rm -f conftest.er1
21686 cat conftest.err >&5 20513 cat conftest.err >&5
21687 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20514 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21688 (exit $ac_status); } && 20515 (exit $ac_status); } &&
21689 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 20516 { ac_try='test -z "$ac_c_werror_flag"
21690 { (case "(($ac_try" in 20517 || test ! -s conftest.err'
21691 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20518 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21692 *) ac_try_echo=$ac_try;; 20519 (eval $ac_try) 2>&5
21693esac
21694eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21695 (eval "$ac_try") 2>&5
21696 ac_status=$? 20520 ac_status=$?
21697 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21698 (exit $ac_status); }; } && 20522 (exit $ac_status); }; } &&
21699 { ac_try='test -s conftest.$ac_objext' 20523 { ac_try='test -s conftest.$ac_objext'
21700 { (case "(($ac_try" in 20524 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21701 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20525 (eval $ac_try) 2>&5
21702 *) ac_try_echo=$ac_try;;
21703esac
21704eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21705 (eval "$ac_try") 2>&5
21706 ac_status=$? 20526 ac_status=$?
21707 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21708 (exit $ac_status); }; }; then 20528 (exit $ac_status); }; }; then
@@ -21711,16 +20531,15 @@ else
21711 echo "$as_me: failed program was:" >&5 20531 echo "$as_me: failed program was:" >&5
21712sed 's/^/| /' conftest.$ac_ext >&5 20532sed 's/^/| /' conftest.$ac_ext >&5
21713 20533
21714 ac_header_compiler=no 20534ac_header_compiler=no
21715fi 20535fi
21716 20536rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21717rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 20537echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21718{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 20538echo "${ECHO_T}$ac_header_compiler" >&6
21719echo "${ECHO_T}$ac_header_compiler" >&6; }
21720 20539
21721# Is the header present? 20540# Is the header present?
21722{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 20541echo "$as_me:$LINENO: checking $ac_header presence" >&5
21723echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 20542echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
21724cat >conftest.$ac_ext <<_ACEOF 20543cat >conftest.$ac_ext <<_ACEOF
21725/* confdefs.h. */ 20544/* confdefs.h. */
21726_ACEOF 20545_ACEOF
@@ -21729,13 +20548,8 @@ cat >>conftest.$ac_ext <<_ACEOF
21729/* end confdefs.h. */ 20548/* end confdefs.h. */
21730#include <$ac_header> 20549#include <$ac_header>
21731_ACEOF 20550_ACEOF
21732if { (ac_try="$ac_cpp conftest.$ac_ext" 20551if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
21733case "(($ac_try" in 20552 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
21734 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21735 *) ac_try_echo=$ac_try;;
21736esac
21737eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21738 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
21739 ac_status=$? 20553 ac_status=$?
21740 grep -v '^ *+' conftest.er1 >conftest.err 20554 grep -v '^ *+' conftest.er1 >conftest.err
21741 rm -f conftest.er1 20555 rm -f conftest.er1
@@ -21759,10 +20573,9 @@ sed 's/^/| /' conftest.$ac_ext >&5
21759 20573
21760 ac_header_preproc=no 20574 ac_header_preproc=no
21761fi 20575fi
21762
21763rm -f conftest.err conftest.$ac_ext 20576rm -f conftest.err conftest.$ac_ext
21764{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 20577echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21765echo "${ECHO_T}$ac_header_preproc" >&6; } 20578echo "${ECHO_T}$ac_header_preproc" >&6
21766 20579
21767# So? What about this header? 20580# So? What about this header?
21768case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 20581case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
@@ -21786,24 +20599,25 @@ echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\
21786echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 20599echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
21787 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 20600 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
21788echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 20601echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
21789 ( cat <<\_ASBOX 20602 (
20603 cat <<\_ASBOX
21790## ---------------------------------- ## 20604## ---------------------------------- ##
21791## Report this to bug-libtool@gnu.org ## 20605## Report this to bug-libtool@gnu.org ##
21792## ---------------------------------- ## 20606## ---------------------------------- ##
21793_ASBOX 20607_ASBOX
21794 ) | sed "s/^/$as_me: WARNING: /" >&2 20608 ) |
20609 sed "s/^/$as_me: WARNING: /" >&2
21795 ;; 20610 ;;
21796esac 20611esac
21797{ echo "$as_me:$LINENO: checking for $ac_header" >&5 20612echo "$as_me:$LINENO: checking for $ac_header" >&5
21798echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 20613echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
21799if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 20614if eval "test \"\${$as_ac_Header+set}\" = set"; then
21800 echo $ECHO_N "(cached) $ECHO_C" >&6 20615 echo $ECHO_N "(cached) $ECHO_C" >&6
21801else 20616else
21802 eval "$as_ac_Header=\$ac_header_preproc" 20617 eval "$as_ac_Header=\$ac_header_preproc"
21803fi 20618fi
21804ac_res=`eval echo '${'$as_ac_Header'}'` 20619echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
21805 { echo "$as_me:$LINENO: result: $ac_res" >&5 20620echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
21806echo "${ECHO_T}$ac_res" >&6; }
21807 20621
21808fi 20622fi
21809if test `eval echo '${'$as_ac_Header'}'` = yes; then 20623if test `eval echo '${'$as_ac_Header'}'` = yes; then
@@ -21816,8 +20630,8 @@ fi
21816done 20630done
21817 20631
21818 20632
21819{ echo "$as_me:$LINENO: checking for error_t" >&5 20633echo "$as_me:$LINENO: checking for error_t" >&5
21820echo $ECHO_N "checking for error_t... $ECHO_C" >&6; } 20634echo $ECHO_N "checking for error_t... $ECHO_C" >&6
21821if test "${ac_cv_type_error_t+set}" = set; then 20635if test "${ac_cv_type_error_t+set}" = set; then
21822 echo $ECHO_N "(cached) $ECHO_C" >&6 20636 echo $ECHO_N "(cached) $ECHO_C" >&6
21823else 20637else
@@ -21831,49 +20645,36 @@ cat >>conftest.$ac_ext <<_ACEOF
21831# include <argz.h> 20645# include <argz.h>
21832#endif 20646#endif
21833 20647
21834typedef error_t ac__type_new_;
21835int 20648int
21836main () 20649main ()
21837{ 20650{
21838if ((ac__type_new_ *) 0) 20651if ((error_t *) 0)
21839 return 0; 20652 return 0;
21840if (sizeof (ac__type_new_)) 20653if (sizeof (error_t))
21841 return 0; 20654 return 0;
21842 ; 20655 ;
21843 return 0; 20656 return 0;
21844} 20657}
21845_ACEOF 20658_ACEOF
21846rm -f conftest.$ac_objext 20659rm -f conftest.$ac_objext
21847if { (ac_try="$ac_compile" 20660if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21848case "(($ac_try" in 20661 (eval $ac_compile) 2>conftest.er1
21849 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21850 *) ac_try_echo=$ac_try;;
21851esac
21852eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21853 (eval "$ac_compile") 2>conftest.er1
21854 ac_status=$? 20662 ac_status=$?
21855 grep -v '^ *+' conftest.er1 >conftest.err 20663 grep -v '^ *+' conftest.er1 >conftest.err
21856 rm -f conftest.er1 20664 rm -f conftest.er1
21857 cat conftest.err >&5 20665 cat conftest.err >&5
21858 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21859 (exit $ac_status); } && 20667 (exit $ac_status); } &&
21860 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 20668 { ac_try='test -z "$ac_c_werror_flag"
21861 { (case "(($ac_try" in 20669 || test ! -s conftest.err'
21862 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20670 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21863 *) ac_try_echo=$ac_try;; 20671 (eval $ac_try) 2>&5
21864esac
21865eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21866 (eval "$ac_try") 2>&5
21867 ac_status=$? 20672 ac_status=$?
21868 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21869 (exit $ac_status); }; } && 20674 (exit $ac_status); }; } &&
21870 { ac_try='test -s conftest.$ac_objext' 20675 { ac_try='test -s conftest.$ac_objext'
21871 { (case "(($ac_try" in 20676 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21872 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20677 (eval $ac_try) 2>&5
21873 *) ac_try_echo=$ac_try;;
21874esac
21875eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21876 (eval "$ac_try") 2>&5
21877 ac_status=$? 20678 ac_status=$?
21878 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21879 (exit $ac_status); }; }; then 20680 (exit $ac_status); }; }; then
@@ -21882,13 +20683,12 @@ else
21882 echo "$as_me: failed program was:" >&5 20683 echo "$as_me: failed program was:" >&5
21883sed 's/^/| /' conftest.$ac_ext >&5 20684sed 's/^/| /' conftest.$ac_ext >&5
21884 20685
21885 ac_cv_type_error_t=no 20686ac_cv_type_error_t=no
21886fi 20687fi
21887 20688rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
21888rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21889fi 20689fi
21890{ echo "$as_me:$LINENO: result: $ac_cv_type_error_t" >&5 20690echo "$as_me:$LINENO: result: $ac_cv_type_error_t" >&5
21891echo "${ECHO_T}$ac_cv_type_error_t" >&6; } 20691echo "${ECHO_T}$ac_cv_type_error_t" >&6
21892if test $ac_cv_type_error_t = yes; then 20692if test $ac_cv_type_error_t = yes; then
21893 20693
21894cat >>confdefs.h <<_ACEOF 20694cat >>confdefs.h <<_ACEOF
@@ -21913,9 +20713,9 @@ fi
21913for ac_func in argz_append argz_create_sep argz_insert argz_next argz_stringify 20713for ac_func in argz_append argz_create_sep argz_insert argz_next argz_stringify
21914do 20714do
21915as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 20715as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
21916{ echo "$as_me:$LINENO: checking for $ac_func" >&5 20716echo "$as_me:$LINENO: checking for $ac_func" >&5
21917echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 20717echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
21918if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 20718if eval "test \"\${$as_ac_var+set}\" = set"; then
21919 echo $ECHO_N "(cached) $ECHO_C" >&6 20719 echo $ECHO_N "(cached) $ECHO_C" >&6
21920else 20720else
21921 cat >conftest.$ac_ext <<_ACEOF 20721 cat >conftest.$ac_ext <<_ACEOF
@@ -21941,59 +20741,53 @@ cat >>conftest.$ac_ext <<_ACEOF
21941 20741
21942#undef $ac_func 20742#undef $ac_func
21943 20743
21944/* Override any GCC internal prototype to avoid an error. 20744/* Override any gcc2 internal prototype to avoid an error. */
21945 Use char because int might match the return type of a GCC
21946 builtin and then its argument prototype would still apply. */
21947#ifdef __cplusplus 20745#ifdef __cplusplus
21948extern "C" 20746extern "C"
20747{
21949#endif 20748#endif
20749/* We use char because int might match the return type of a gcc2
20750 builtin and then its argument prototype would still apply. */
21950char $ac_func (); 20751char $ac_func ();
21951/* The GNU C library defines this for functions which it implements 20752/* The GNU C library defines this for functions which it implements
21952 to always fail with ENOSYS. Some functions are actually named 20753 to always fail with ENOSYS. Some functions are actually named
21953 something starting with __ and the normal name is an alias. */ 20754 something starting with __ and the normal name is an alias. */
21954#if defined __stub_$ac_func || defined __stub___$ac_func 20755#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
21955choke me 20756choke me
20757#else
20758char (*f) () = $ac_func;
20759#endif
20760#ifdef __cplusplus
20761}
21956#endif 20762#endif
21957 20763
21958int 20764int
21959main () 20765main ()
21960{ 20766{
21961return $ac_func (); 20767return f != $ac_func;
21962 ; 20768 ;
21963 return 0; 20769 return 0;
21964} 20770}
21965_ACEOF 20771_ACEOF
21966rm -f conftest.$ac_objext conftest$ac_exeext 20772rm -f conftest.$ac_objext conftest$ac_exeext
21967if { (ac_try="$ac_link" 20773if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21968case "(($ac_try" in 20774 (eval $ac_link) 2>conftest.er1
21969 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21970 *) ac_try_echo=$ac_try;;
21971esac
21972eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21973 (eval "$ac_link") 2>conftest.er1
21974 ac_status=$? 20775 ac_status=$?
21975 grep -v '^ *+' conftest.er1 >conftest.err 20776 grep -v '^ *+' conftest.er1 >conftest.err
21976 rm -f conftest.er1 20777 rm -f conftest.er1
21977 cat conftest.err >&5 20778 cat conftest.err >&5
21978 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21979 (exit $ac_status); } && 20780 (exit $ac_status); } &&
21980 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 20781 { ac_try='test -z "$ac_c_werror_flag"
21981 { (case "(($ac_try" in 20782 || test ! -s conftest.err'
21982 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20783 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21983 *) ac_try_echo=$ac_try;; 20784 (eval $ac_try) 2>&5
21984esac
21985eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21986 (eval "$ac_try") 2>&5
21987 ac_status=$? 20785 ac_status=$?
21988 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21989 (exit $ac_status); }; } && 20787 (exit $ac_status); }; } &&
21990 { ac_try='test -s conftest$ac_exeext' 20788 { ac_try='test -s conftest$ac_exeext'
21991 { (case "(($ac_try" in 20789 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21992 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20790 (eval $ac_try) 2>&5
21993 *) ac_try_echo=$ac_try;;
21994esac
21995eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21996 (eval "$ac_try") 2>&5
21997 ac_status=$? 20791 ac_status=$?
21998 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21999 (exit $ac_status); }; }; then 20793 (exit $ac_status); }; }; then
@@ -22002,15 +20796,13 @@ else
22002 echo "$as_me: failed program was:" >&5 20796 echo "$as_me: failed program was:" >&5
22003sed 's/^/| /' conftest.$ac_ext >&5 20797sed 's/^/| /' conftest.$ac_ext >&5
22004 20798
22005 eval "$as_ac_var=no" 20799eval "$as_ac_var=no"
22006fi 20800fi
22007 20801rm -f conftest.err conftest.$ac_objext \
22008rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22009 conftest$ac_exeext conftest.$ac_ext 20802 conftest$ac_exeext conftest.$ac_ext
22010fi 20803fi
22011ac_res=`eval echo '${'$as_ac_var'}'` 20804echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
22012 { echo "$as_me:$LINENO: result: $ac_res" >&5 20805echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
22013echo "${ECHO_T}$ac_res" >&6; }
22014if test `eval echo '${'$as_ac_var'}'` = yes; then 20806if test `eval echo '${'$as_ac_var'}'` = yes; then
22015 cat >>confdefs.h <<_ACEOF 20807 cat >>confdefs.h <<_ACEOF
22016#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 20808#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
@@ -22050,19 +20842,18 @@ for ac_header in assert.h ctype.h errno.h malloc.h memory.h stdlib.h \
22050 stdio.h unistd.h 20842 stdio.h unistd.h
22051do 20843do
22052as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 20844as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
22053if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 20845if eval "test \"\${$as_ac_Header+set}\" = set"; then
22054 { echo "$as_me:$LINENO: checking for $ac_header" >&5 20846 echo "$as_me:$LINENO: checking for $ac_header" >&5
22055echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 20847echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
22056if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 20848if eval "test \"\${$as_ac_Header+set}\" = set"; then
22057 echo $ECHO_N "(cached) $ECHO_C" >&6 20849 echo $ECHO_N "(cached) $ECHO_C" >&6
22058fi 20850fi
22059ac_res=`eval echo '${'$as_ac_Header'}'` 20851echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
22060 { echo "$as_me:$LINENO: result: $ac_res" >&5 20852echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
22061echo "${ECHO_T}$ac_res" >&6; }
22062else 20853else
22063 # Is the header compilable? 20854 # Is the header compilable?
22064{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 20855echo "$as_me:$LINENO: checking $ac_header usability" >&5
22065echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 20856echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
22066cat >conftest.$ac_ext <<_ACEOF 20857cat >conftest.$ac_ext <<_ACEOF
22067/* confdefs.h. */ 20858/* confdefs.h. */
22068_ACEOF 20859_ACEOF
@@ -22073,36 +20864,24 @@ $ac_includes_default
22073#include <$ac_header> 20864#include <$ac_header>
22074_ACEOF 20865_ACEOF
22075rm -f conftest.$ac_objext 20866rm -f conftest.$ac_objext
22076if { (ac_try="$ac_compile" 20867if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22077case "(($ac_try" in 20868 (eval $ac_compile) 2>conftest.er1
22078 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22079 *) ac_try_echo=$ac_try;;
22080esac
22081eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22082 (eval "$ac_compile") 2>conftest.er1
22083 ac_status=$? 20869 ac_status=$?
22084 grep -v '^ *+' conftest.er1 >conftest.err 20870 grep -v '^ *+' conftest.er1 >conftest.err
22085 rm -f conftest.er1 20871 rm -f conftest.er1
22086 cat conftest.err >&5 20872 cat conftest.err >&5
22087 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22088 (exit $ac_status); } && 20874 (exit $ac_status); } &&
22089 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 20875 { ac_try='test -z "$ac_c_werror_flag"
22090 { (case "(($ac_try" in 20876 || test ! -s conftest.err'
22091 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20877 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22092 *) ac_try_echo=$ac_try;; 20878 (eval $ac_try) 2>&5
22093esac
22094eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22095 (eval "$ac_try") 2>&5
22096 ac_status=$? 20879 ac_status=$?
22097 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20880 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22098 (exit $ac_status); }; } && 20881 (exit $ac_status); }; } &&
22099 { ac_try='test -s conftest.$ac_objext' 20882 { ac_try='test -s conftest.$ac_objext'
22100 { (case "(($ac_try" in 20883 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22101 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 20884 (eval $ac_try) 2>&5
22102 *) ac_try_echo=$ac_try;;
22103esac
22104eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22105 (eval "$ac_try") 2>&5
22106 ac_status=$? 20885 ac_status=$?
22107 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22108 (exit $ac_status); }; }; then 20887 (exit $ac_status); }; }; then
@@ -22111,16 +20890,15 @@ else
22111 echo "$as_me: failed program was:" >&5 20890 echo "$as_me: failed program was:" >&5
22112sed 's/^/| /' conftest.$ac_ext >&5 20891sed 's/^/| /' conftest.$ac_ext >&5
22113 20892
22114 ac_header_compiler=no 20893ac_header_compiler=no
22115fi 20894fi
22116 20895rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22117rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 20896echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22118{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 20897echo "${ECHO_T}$ac_header_compiler" >&6
22119echo "${ECHO_T}$ac_header_compiler" >&6; }
22120 20898
22121# Is the header present? 20899# Is the header present?
22122{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 20900echo "$as_me:$LINENO: checking $ac_header presence" >&5
22123echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 20901echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
22124cat >conftest.$ac_ext <<_ACEOF 20902cat >conftest.$ac_ext <<_ACEOF
22125/* confdefs.h. */ 20903/* confdefs.h. */
22126_ACEOF 20904_ACEOF
@@ -22129,13 +20907,8 @@ cat >>conftest.$ac_ext <<_ACEOF
22129/* end confdefs.h. */ 20907/* end confdefs.h. */
22130#include <$ac_header> 20908#include <$ac_header>
22131_ACEOF 20909_ACEOF
22132if { (ac_try="$ac_cpp conftest.$ac_ext" 20910if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
22133case "(($ac_try" in 20911 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
22134 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22135 *) ac_try_echo=$ac_try;;
22136esac
22137eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22138 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
22139 ac_status=$? 20912 ac_status=$?
22140 grep -v '^ *+' conftest.er1 >conftest.err 20913 grep -v '^ *+' conftest.er1 >conftest.err
22141 rm -f conftest.er1 20914 rm -f conftest.er1
@@ -22159,10 +20932,9 @@ sed 's/^/| /' conftest.$ac_ext >&5
22159 20932
22160 ac_header_preproc=no 20933 ac_header_preproc=no
22161fi 20934fi
22162
22163rm -f conftest.err conftest.$ac_ext 20935rm -f conftest.err conftest.$ac_ext
22164{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 20936echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22165echo "${ECHO_T}$ac_header_preproc" >&6; } 20937echo "${ECHO_T}$ac_header_preproc" >&6
22166 20938
22167# So? What about this header? 20939# So? What about this header?
22168case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 20940case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
@@ -22186,24 +20958,25 @@ echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\
22186echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 20958echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
22187 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 20959 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
22188echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 20960echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
22189 ( cat <<\_ASBOX 20961 (
20962 cat <<\_ASBOX
22190## ---------------------------------- ## 20963## ---------------------------------- ##
22191## Report this to bug-libtool@gnu.org ## 20964## Report this to bug-libtool@gnu.org ##
22192## ---------------------------------- ## 20965## ---------------------------------- ##
22193_ASBOX 20966_ASBOX
22194 ) | sed "s/^/$as_me: WARNING: /" >&2 20967 ) |
20968 sed "s/^/$as_me: WARNING: /" >&2
22195 ;; 20969 ;;
22196esac 20970esac
22197{ echo "$as_me:$LINENO: checking for $ac_header" >&5 20971echo "$as_me:$LINENO: checking for $ac_header" >&5
22198echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 20972echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
22199if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 20973if eval "test \"\${$as_ac_Header+set}\" = set"; then
22200 echo $ECHO_N "(cached) $ECHO_C" >&6 20974 echo $ECHO_N "(cached) $ECHO_C" >&6
22201else 20975else
22202 eval "$as_ac_Header=\$ac_header_preproc" 20976 eval "$as_ac_Header=\$ac_header_preproc"
22203fi 20977fi
22204ac_res=`eval echo '${'$as_ac_Header'}'` 20978echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
22205 { echo "$as_me:$LINENO: result: $ac_res" >&5 20979echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
22206echo "${ECHO_T}$ac_res" >&6; }
22207 20980
22208fi 20981fi
22209if test `eval echo '${'$as_ac_Header'}'` = yes; then 20982if test `eval echo '${'$as_ac_Header'}'` = yes; then
@@ -22222,19 +20995,18 @@ done
22222for ac_header in dl.h sys/dl.h dld.h mach-o/dyld.h 20995for ac_header in dl.h sys/dl.h dld.h mach-o/dyld.h
22223do 20996do
22224as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 20997as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
22225if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 20998if eval "test \"\${$as_ac_Header+set}\" = set"; then
22226 { echo "$as_me:$LINENO: checking for $ac_header" >&5 20999 echo "$as_me:$LINENO: checking for $ac_header" >&5
22227echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 21000echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
22228if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 21001if eval "test \"\${$as_ac_Header+set}\" = set"; then
22229 echo $ECHO_N "(cached) $ECHO_C" >&6 21002 echo $ECHO_N "(cached) $ECHO_C" >&6
22230fi 21003fi
22231ac_res=`eval echo '${'$as_ac_Header'}'` 21004echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
22232 { echo "$as_me:$LINENO: result: $ac_res" >&5 21005echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
22233echo "${ECHO_T}$ac_res" >&6; }
22234else 21006else
22235 # Is the header compilable? 21007 # Is the header compilable?
22236{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 21008echo "$as_me:$LINENO: checking $ac_header usability" >&5
22237echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 21009echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
22238cat >conftest.$ac_ext <<_ACEOF 21010cat >conftest.$ac_ext <<_ACEOF
22239/* confdefs.h. */ 21011/* confdefs.h. */
22240_ACEOF 21012_ACEOF
@@ -22245,36 +21017,24 @@ $ac_includes_default
22245#include <$ac_header> 21017#include <$ac_header>
22246_ACEOF 21018_ACEOF
22247rm -f conftest.$ac_objext 21019rm -f conftest.$ac_objext
22248if { (ac_try="$ac_compile" 21020if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22249case "(($ac_try" in 21021 (eval $ac_compile) 2>conftest.er1
22250 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22251 *) ac_try_echo=$ac_try;;
22252esac
22253eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22254 (eval "$ac_compile") 2>conftest.er1
22255 ac_status=$? 21022 ac_status=$?
22256 grep -v '^ *+' conftest.er1 >conftest.err 21023 grep -v '^ *+' conftest.er1 >conftest.err
22257 rm -f conftest.er1 21024 rm -f conftest.er1
22258 cat conftest.err >&5 21025 cat conftest.err >&5
22259 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22260 (exit $ac_status); } && 21027 (exit $ac_status); } &&
22261 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 21028 { ac_try='test -z "$ac_c_werror_flag"
22262 { (case "(($ac_try" in 21029 || test ! -s conftest.err'
22263 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21030 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22264 *) ac_try_echo=$ac_try;; 21031 (eval $ac_try) 2>&5
22265esac
22266eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22267 (eval "$ac_try") 2>&5
22268 ac_status=$? 21032 ac_status=$?
22269 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22270 (exit $ac_status); }; } && 21034 (exit $ac_status); }; } &&
22271 { ac_try='test -s conftest.$ac_objext' 21035 { ac_try='test -s conftest.$ac_objext'
22272 { (case "(($ac_try" in 21036 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22273 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21037 (eval $ac_try) 2>&5
22274 *) ac_try_echo=$ac_try;;
22275esac
22276eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22277 (eval "$ac_try") 2>&5
22278 ac_status=$? 21038 ac_status=$?
22279 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22280 (exit $ac_status); }; }; then 21040 (exit $ac_status); }; }; then
@@ -22283,16 +21043,15 @@ else
22283 echo "$as_me: failed program was:" >&5 21043 echo "$as_me: failed program was:" >&5
22284sed 's/^/| /' conftest.$ac_ext >&5 21044sed 's/^/| /' conftest.$ac_ext >&5
22285 21045
22286 ac_header_compiler=no 21046ac_header_compiler=no
22287fi 21047fi
22288 21048rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22289rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 21049echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22290{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 21050echo "${ECHO_T}$ac_header_compiler" >&6
22291echo "${ECHO_T}$ac_header_compiler" >&6; }
22292 21051
22293# Is the header present? 21052# Is the header present?
22294{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 21053echo "$as_me:$LINENO: checking $ac_header presence" >&5
22295echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 21054echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
22296cat >conftest.$ac_ext <<_ACEOF 21055cat >conftest.$ac_ext <<_ACEOF
22297/* confdefs.h. */ 21056/* confdefs.h. */
22298_ACEOF 21057_ACEOF
@@ -22301,13 +21060,8 @@ cat >>conftest.$ac_ext <<_ACEOF
22301/* end confdefs.h. */ 21060/* end confdefs.h. */
22302#include <$ac_header> 21061#include <$ac_header>
22303_ACEOF 21062_ACEOF
22304if { (ac_try="$ac_cpp conftest.$ac_ext" 21063if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
22305case "(($ac_try" in 21064 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
22306 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22307 *) ac_try_echo=$ac_try;;
22308esac
22309eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22310 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
22311 ac_status=$? 21065 ac_status=$?
22312 grep -v '^ *+' conftest.er1 >conftest.err 21066 grep -v '^ *+' conftest.er1 >conftest.err
22313 rm -f conftest.er1 21067 rm -f conftest.er1
@@ -22331,10 +21085,9 @@ sed 's/^/| /' conftest.$ac_ext >&5
22331 21085
22332 ac_header_preproc=no 21086 ac_header_preproc=no
22333fi 21087fi
22334
22335rm -f conftest.err conftest.$ac_ext 21088rm -f conftest.err conftest.$ac_ext
22336{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 21089echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22337echo "${ECHO_T}$ac_header_preproc" >&6; } 21090echo "${ECHO_T}$ac_header_preproc" >&6
22338 21091
22339# So? What about this header? 21092# So? What about this header?
22340case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 21093case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
@@ -22358,24 +21111,25 @@ echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\
22358echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 21111echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
22359 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 21112 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
22360echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 21113echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
22361 ( cat <<\_ASBOX 21114 (
21115 cat <<\_ASBOX
22362## ---------------------------------- ## 21116## ---------------------------------- ##
22363## Report this to bug-libtool@gnu.org ## 21117## Report this to bug-libtool@gnu.org ##
22364## ---------------------------------- ## 21118## ---------------------------------- ##
22365_ASBOX 21119_ASBOX
22366 ) | sed "s/^/$as_me: WARNING: /" >&2 21120 ) |
21121 sed "s/^/$as_me: WARNING: /" >&2
22367 ;; 21122 ;;
22368esac 21123esac
22369{ echo "$as_me:$LINENO: checking for $ac_header" >&5 21124echo "$as_me:$LINENO: checking for $ac_header" >&5
22370echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 21125echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
22371if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 21126if eval "test \"\${$as_ac_Header+set}\" = set"; then
22372 echo $ECHO_N "(cached) $ECHO_C" >&6 21127 echo $ECHO_N "(cached) $ECHO_C" >&6
22373else 21128else
22374 eval "$as_ac_Header=\$ac_header_preproc" 21129 eval "$as_ac_Header=\$ac_header_preproc"
22375fi 21130fi
22376ac_res=`eval echo '${'$as_ac_Header'}'` 21131echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
22377 { echo "$as_me:$LINENO: result: $ac_res" >&5 21132echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
22378echo "${ECHO_T}$ac_res" >&6; }
22379 21133
22380fi 21134fi
22381if test `eval echo '${'$as_ac_Header'}'` = yes; then 21135if test `eval echo '${'$as_ac_Header'}'` = yes; then
@@ -22392,19 +21146,18 @@ done
22392for ac_header in string.h strings.h 21146for ac_header in string.h strings.h
22393do 21147do
22394as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 21148as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
22395if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 21149if eval "test \"\${$as_ac_Header+set}\" = set"; then
22396 { echo "$as_me:$LINENO: checking for $ac_header" >&5 21150 echo "$as_me:$LINENO: checking for $ac_header" >&5
22397echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 21151echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
22398if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 21152if eval "test \"\${$as_ac_Header+set}\" = set"; then
22399 echo $ECHO_N "(cached) $ECHO_C" >&6 21153 echo $ECHO_N "(cached) $ECHO_C" >&6
22400fi 21154fi
22401ac_res=`eval echo '${'$as_ac_Header'}'` 21155echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
22402 { echo "$as_me:$LINENO: result: $ac_res" >&5 21156echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
22403echo "${ECHO_T}$ac_res" >&6; }
22404else 21157else
22405 # Is the header compilable? 21158 # Is the header compilable?
22406{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 21159echo "$as_me:$LINENO: checking $ac_header usability" >&5
22407echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } 21160echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
22408cat >conftest.$ac_ext <<_ACEOF 21161cat >conftest.$ac_ext <<_ACEOF
22409/* confdefs.h. */ 21162/* confdefs.h. */
22410_ACEOF 21163_ACEOF
@@ -22415,36 +21168,24 @@ $ac_includes_default
22415#include <$ac_header> 21168#include <$ac_header>
22416_ACEOF 21169_ACEOF
22417rm -f conftest.$ac_objext 21170rm -f conftest.$ac_objext
22418if { (ac_try="$ac_compile" 21171if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22419case "(($ac_try" in 21172 (eval $ac_compile) 2>conftest.er1
22420 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22421 *) ac_try_echo=$ac_try;;
22422esac
22423eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22424 (eval "$ac_compile") 2>conftest.er1
22425 ac_status=$? 21173 ac_status=$?
22426 grep -v '^ *+' conftest.er1 >conftest.err 21174 grep -v '^ *+' conftest.er1 >conftest.err
22427 rm -f conftest.er1 21175 rm -f conftest.er1
22428 cat conftest.err >&5 21176 cat conftest.err >&5
22429 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22430 (exit $ac_status); } && 21178 (exit $ac_status); } &&
22431 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 21179 { ac_try='test -z "$ac_c_werror_flag"
22432 { (case "(($ac_try" in 21180 || test ! -s conftest.err'
22433 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21181 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22434 *) ac_try_echo=$ac_try;; 21182 (eval $ac_try) 2>&5
22435esac
22436eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22437 (eval "$ac_try") 2>&5
22438 ac_status=$? 21183 ac_status=$?
22439 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22440 (exit $ac_status); }; } && 21185 (exit $ac_status); }; } &&
22441 { ac_try='test -s conftest.$ac_objext' 21186 { ac_try='test -s conftest.$ac_objext'
22442 { (case "(($ac_try" in 21187 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22443 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21188 (eval $ac_try) 2>&5
22444 *) ac_try_echo=$ac_try;;
22445esac
22446eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22447 (eval "$ac_try") 2>&5
22448 ac_status=$? 21189 ac_status=$?
22449 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22450 (exit $ac_status); }; }; then 21191 (exit $ac_status); }; }; then
@@ -22453,16 +21194,15 @@ else
22453 echo "$as_me: failed program was:" >&5 21194 echo "$as_me: failed program was:" >&5
22454sed 's/^/| /' conftest.$ac_ext >&5 21195sed 's/^/| /' conftest.$ac_ext >&5
22455 21196
22456 ac_header_compiler=no 21197ac_header_compiler=no
22457fi 21198fi
22458 21199rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
22459rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 21200echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22460{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 21201echo "${ECHO_T}$ac_header_compiler" >&6
22461echo "${ECHO_T}$ac_header_compiler" >&6; }
22462 21202
22463# Is the header present? 21203# Is the header present?
22464{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 21204echo "$as_me:$LINENO: checking $ac_header presence" >&5
22465echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } 21205echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
22466cat >conftest.$ac_ext <<_ACEOF 21206cat >conftest.$ac_ext <<_ACEOF
22467/* confdefs.h. */ 21207/* confdefs.h. */
22468_ACEOF 21208_ACEOF
@@ -22471,13 +21211,8 @@ cat >>conftest.$ac_ext <<_ACEOF
22471/* end confdefs.h. */ 21211/* end confdefs.h. */
22472#include <$ac_header> 21212#include <$ac_header>
22473_ACEOF 21213_ACEOF
22474if { (ac_try="$ac_cpp conftest.$ac_ext" 21214if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
22475case "(($ac_try" in 21215 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
22476 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22477 *) ac_try_echo=$ac_try;;
22478esac
22479eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22480 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
22481 ac_status=$? 21216 ac_status=$?
22482 grep -v '^ *+' conftest.er1 >conftest.err 21217 grep -v '^ *+' conftest.er1 >conftest.err
22483 rm -f conftest.er1 21218 rm -f conftest.er1
@@ -22501,10 +21236,9 @@ sed 's/^/| /' conftest.$ac_ext >&5
22501 21236
22502 ac_header_preproc=no 21237 ac_header_preproc=no
22503fi 21238fi
22504
22505rm -f conftest.err conftest.$ac_ext 21239rm -f conftest.err conftest.$ac_ext
22506{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 21240echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22507echo "${ECHO_T}$ac_header_preproc" >&6; } 21241echo "${ECHO_T}$ac_header_preproc" >&6
22508 21242
22509# So? What about this header? 21243# So? What about this header?
22510case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 21244case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
@@ -22528,24 +21262,25 @@ echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\
22528echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 21262echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
22529 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 21263 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
22530echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 21264echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
22531 ( cat <<\_ASBOX 21265 (
21266 cat <<\_ASBOX
22532## ---------------------------------- ## 21267## ---------------------------------- ##
22533## Report this to bug-libtool@gnu.org ## 21268## Report this to bug-libtool@gnu.org ##
22534## ---------------------------------- ## 21269## ---------------------------------- ##
22535_ASBOX 21270_ASBOX
22536 ) | sed "s/^/$as_me: WARNING: /" >&2 21271 ) |
21272 sed "s/^/$as_me: WARNING: /" >&2
22537 ;; 21273 ;;
22538esac 21274esac
22539{ echo "$as_me:$LINENO: checking for $ac_header" >&5 21275echo "$as_me:$LINENO: checking for $ac_header" >&5
22540echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 21276echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
22541if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 21277if eval "test \"\${$as_ac_Header+set}\" = set"; then
22542 echo $ECHO_N "(cached) $ECHO_C" >&6 21278 echo $ECHO_N "(cached) $ECHO_C" >&6
22543else 21279else
22544 eval "$as_ac_Header=\$ac_header_preproc" 21280 eval "$as_ac_Header=\$ac_header_preproc"
22545fi 21281fi
22546ac_res=`eval echo '${'$as_ac_Header'}'` 21282echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
22547 { echo "$as_me:$LINENO: result: $ac_res" >&5 21283echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
22548echo "${ECHO_T}$ac_res" >&6; }
22549 21284
22550fi 21285fi
22551if test `eval echo '${'$as_ac_Header'}'` = yes; then 21286if test `eval echo '${'$as_ac_Header'}'` = yes; then
@@ -22563,9 +21298,9 @@ done
22563for ac_func in strchr index 21298for ac_func in strchr index
22564do 21299do
22565as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 21300as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
22566{ echo "$as_me:$LINENO: checking for $ac_func" >&5 21301echo "$as_me:$LINENO: checking for $ac_func" >&5
22567echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 21302echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
22568if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 21303if eval "test \"\${$as_ac_var+set}\" = set"; then
22569 echo $ECHO_N "(cached) $ECHO_C" >&6 21304 echo $ECHO_N "(cached) $ECHO_C" >&6
22570else 21305else
22571 cat >conftest.$ac_ext <<_ACEOF 21306 cat >conftest.$ac_ext <<_ACEOF
@@ -22591,59 +21326,53 @@ cat >>conftest.$ac_ext <<_ACEOF
22591 21326
22592#undef $ac_func 21327#undef $ac_func
22593 21328
22594/* Override any GCC internal prototype to avoid an error. 21329/* Override any gcc2 internal prototype to avoid an error. */
22595 Use char because int might match the return type of a GCC
22596 builtin and then its argument prototype would still apply. */
22597#ifdef __cplusplus 21330#ifdef __cplusplus
22598extern "C" 21331extern "C"
21332{
22599#endif 21333#endif
21334/* We use char because int might match the return type of a gcc2
21335 builtin and then its argument prototype would still apply. */
22600char $ac_func (); 21336char $ac_func ();
22601/* The GNU C library defines this for functions which it implements 21337/* The GNU C library defines this for functions which it implements
22602 to always fail with ENOSYS. Some functions are actually named 21338 to always fail with ENOSYS. Some functions are actually named
22603 something starting with __ and the normal name is an alias. */ 21339 something starting with __ and the normal name is an alias. */
22604#if defined __stub_$ac_func || defined __stub___$ac_func 21340#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
22605choke me 21341choke me
21342#else
21343char (*f) () = $ac_func;
21344#endif
21345#ifdef __cplusplus
21346}
22606#endif 21347#endif
22607 21348
22608int 21349int
22609main () 21350main ()
22610{ 21351{
22611return $ac_func (); 21352return f != $ac_func;
22612 ; 21353 ;
22613 return 0; 21354 return 0;
22614} 21355}
22615_ACEOF 21356_ACEOF
22616rm -f conftest.$ac_objext conftest$ac_exeext 21357rm -f conftest.$ac_objext conftest$ac_exeext
22617if { (ac_try="$ac_link" 21358if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22618case "(($ac_try" in 21359 (eval $ac_link) 2>conftest.er1
22619 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22620 *) ac_try_echo=$ac_try;;
22621esac
22622eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22623 (eval "$ac_link") 2>conftest.er1
22624 ac_status=$? 21360 ac_status=$?
22625 grep -v '^ *+' conftest.er1 >conftest.err 21361 grep -v '^ *+' conftest.er1 >conftest.err
22626 rm -f conftest.er1 21362 rm -f conftest.er1
22627 cat conftest.err >&5 21363 cat conftest.err >&5
22628 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22629 (exit $ac_status); } && 21365 (exit $ac_status); } &&
22630 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 21366 { ac_try='test -z "$ac_c_werror_flag"
22631 { (case "(($ac_try" in 21367 || test ! -s conftest.err'
22632 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21368 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22633 *) ac_try_echo=$ac_try;; 21369 (eval $ac_try) 2>&5
22634esac
22635eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22636 (eval "$ac_try") 2>&5
22637 ac_status=$? 21370 ac_status=$?
22638 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22639 (exit $ac_status); }; } && 21372 (exit $ac_status); }; } &&
22640 { ac_try='test -s conftest$ac_exeext' 21373 { ac_try='test -s conftest$ac_exeext'
22641 { (case "(($ac_try" in 21374 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22642 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21375 (eval $ac_try) 2>&5
22643 *) ac_try_echo=$ac_try;;
22644esac
22645eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22646 (eval "$ac_try") 2>&5
22647 ac_status=$? 21376 ac_status=$?
22648 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22649 (exit $ac_status); }; }; then 21378 (exit $ac_status); }; }; then
@@ -22652,15 +21381,13 @@ else
22652 echo "$as_me: failed program was:" >&5 21381 echo "$as_me: failed program was:" >&5
22653sed 's/^/| /' conftest.$ac_ext >&5 21382sed 's/^/| /' conftest.$ac_ext >&5
22654 21383
22655 eval "$as_ac_var=no" 21384eval "$as_ac_var=no"
22656fi 21385fi
22657 21386rm -f conftest.err conftest.$ac_objext \
22658rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22659 conftest$ac_exeext conftest.$ac_ext 21387 conftest$ac_exeext conftest.$ac_ext
22660fi 21388fi
22661ac_res=`eval echo '${'$as_ac_var'}'` 21389echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
22662 { echo "$as_me:$LINENO: result: $ac_res" >&5 21390echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
22663echo "${ECHO_T}$ac_res" >&6; }
22664if test `eval echo '${'$as_ac_var'}'` = yes; then 21391if test `eval echo '${'$as_ac_var'}'` = yes; then
22665 cat >>confdefs.h <<_ACEOF 21392 cat >>confdefs.h <<_ACEOF
22666#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 21393#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
@@ -22674,9 +21401,9 @@ done
22674for ac_func in strrchr rindex 21401for ac_func in strrchr rindex
22675do 21402do
22676as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 21403as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
22677{ echo "$as_me:$LINENO: checking for $ac_func" >&5 21404echo "$as_me:$LINENO: checking for $ac_func" >&5
22678echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 21405echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
22679if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 21406if eval "test \"\${$as_ac_var+set}\" = set"; then
22680 echo $ECHO_N "(cached) $ECHO_C" >&6 21407 echo $ECHO_N "(cached) $ECHO_C" >&6
22681else 21408else
22682 cat >conftest.$ac_ext <<_ACEOF 21409 cat >conftest.$ac_ext <<_ACEOF
@@ -22702,59 +21429,53 @@ cat >>conftest.$ac_ext <<_ACEOF
22702 21429
22703#undef $ac_func 21430#undef $ac_func
22704 21431
22705/* Override any GCC internal prototype to avoid an error. 21432/* Override any gcc2 internal prototype to avoid an error. */
22706 Use char because int might match the return type of a GCC
22707 builtin and then its argument prototype would still apply. */
22708#ifdef __cplusplus 21433#ifdef __cplusplus
22709extern "C" 21434extern "C"
21435{
22710#endif 21436#endif
21437/* We use char because int might match the return type of a gcc2
21438 builtin and then its argument prototype would still apply. */
22711char $ac_func (); 21439char $ac_func ();
22712/* The GNU C library defines this for functions which it implements 21440/* The GNU C library defines this for functions which it implements
22713 to always fail with ENOSYS. Some functions are actually named 21441 to always fail with ENOSYS. Some functions are actually named
22714 something starting with __ and the normal name is an alias. */ 21442 something starting with __ and the normal name is an alias. */
22715#if defined __stub_$ac_func || defined __stub___$ac_func 21443#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
22716choke me 21444choke me
21445#else
21446char (*f) () = $ac_func;
21447#endif
21448#ifdef __cplusplus
21449}
22717#endif 21450#endif
22718 21451
22719int 21452int
22720main () 21453main ()
22721{ 21454{
22722return $ac_func (); 21455return f != $ac_func;
22723 ; 21456 ;
22724 return 0; 21457 return 0;
22725} 21458}
22726_ACEOF 21459_ACEOF
22727rm -f conftest.$ac_objext conftest$ac_exeext 21460rm -f conftest.$ac_objext conftest$ac_exeext
22728if { (ac_try="$ac_link" 21461if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22729case "(($ac_try" in 21462 (eval $ac_link) 2>conftest.er1
22730 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22731 *) ac_try_echo=$ac_try;;
22732esac
22733eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22734 (eval "$ac_link") 2>conftest.er1
22735 ac_status=$? 21463 ac_status=$?
22736 grep -v '^ *+' conftest.er1 >conftest.err 21464 grep -v '^ *+' conftest.er1 >conftest.err
22737 rm -f conftest.er1 21465 rm -f conftest.er1
22738 cat conftest.err >&5 21466 cat conftest.err >&5
22739 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22740 (exit $ac_status); } && 21468 (exit $ac_status); } &&
22741 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 21469 { ac_try='test -z "$ac_c_werror_flag"
22742 { (case "(($ac_try" in 21470 || test ! -s conftest.err'
22743 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21471 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22744 *) ac_try_echo=$ac_try;; 21472 (eval $ac_try) 2>&5
22745esac
22746eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22747 (eval "$ac_try") 2>&5
22748 ac_status=$? 21473 ac_status=$?
22749 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22750 (exit $ac_status); }; } && 21475 (exit $ac_status); }; } &&
22751 { ac_try='test -s conftest$ac_exeext' 21476 { ac_try='test -s conftest$ac_exeext'
22752 { (case "(($ac_try" in 21477 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22753 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21478 (eval $ac_try) 2>&5
22754 *) ac_try_echo=$ac_try;;
22755esac
22756eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22757 (eval "$ac_try") 2>&5
22758 ac_status=$? 21479 ac_status=$?
22759 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22760 (exit $ac_status); }; }; then 21481 (exit $ac_status); }; }; then
@@ -22763,15 +21484,13 @@ else
22763 echo "$as_me: failed program was:" >&5 21484 echo "$as_me: failed program was:" >&5
22764sed 's/^/| /' conftest.$ac_ext >&5 21485sed 's/^/| /' conftest.$ac_ext >&5
22765 21486
22766 eval "$as_ac_var=no" 21487eval "$as_ac_var=no"
22767fi 21488fi
22768 21489rm -f conftest.err conftest.$ac_objext \
22769rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22770 conftest$ac_exeext conftest.$ac_ext 21490 conftest$ac_exeext conftest.$ac_ext
22771fi 21491fi
22772ac_res=`eval echo '${'$as_ac_var'}'` 21492echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
22773 { echo "$as_me:$LINENO: result: $ac_res" >&5 21493echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
22774echo "${ECHO_T}$ac_res" >&6; }
22775if test `eval echo '${'$as_ac_var'}'` = yes; then 21494if test `eval echo '${'$as_ac_var'}'` = yes; then
22776 cat >>confdefs.h <<_ACEOF 21495 cat >>confdefs.h <<_ACEOF
22777#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 21496#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
@@ -22785,9 +21504,9 @@ done
22785for ac_func in memcpy bcopy 21504for ac_func in memcpy bcopy
22786do 21505do
22787as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 21506as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
22788{ echo "$as_me:$LINENO: checking for $ac_func" >&5 21507echo "$as_me:$LINENO: checking for $ac_func" >&5
22789echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 21508echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
22790if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 21509if eval "test \"\${$as_ac_var+set}\" = set"; then
22791 echo $ECHO_N "(cached) $ECHO_C" >&6 21510 echo $ECHO_N "(cached) $ECHO_C" >&6
22792else 21511else
22793 cat >conftest.$ac_ext <<_ACEOF 21512 cat >conftest.$ac_ext <<_ACEOF
@@ -22813,59 +21532,53 @@ cat >>conftest.$ac_ext <<_ACEOF
22813 21532
22814#undef $ac_func 21533#undef $ac_func
22815 21534
22816/* Override any GCC internal prototype to avoid an error. 21535/* Override any gcc2 internal prototype to avoid an error. */
22817 Use char because int might match the return type of a GCC
22818 builtin and then its argument prototype would still apply. */
22819#ifdef __cplusplus 21536#ifdef __cplusplus
22820extern "C" 21537extern "C"
21538{
22821#endif 21539#endif
21540/* We use char because int might match the return type of a gcc2
21541 builtin and then its argument prototype would still apply. */
22822char $ac_func (); 21542char $ac_func ();
22823/* The GNU C library defines this for functions which it implements 21543/* The GNU C library defines this for functions which it implements
22824 to always fail with ENOSYS. Some functions are actually named 21544 to always fail with ENOSYS. Some functions are actually named
22825 something starting with __ and the normal name is an alias. */ 21545 something starting with __ and the normal name is an alias. */
22826#if defined __stub_$ac_func || defined __stub___$ac_func 21546#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
22827choke me 21547choke me
21548#else
21549char (*f) () = $ac_func;
21550#endif
21551#ifdef __cplusplus
21552}
22828#endif 21553#endif
22829 21554
22830int 21555int
22831main () 21556main ()
22832{ 21557{
22833return $ac_func (); 21558return f != $ac_func;
22834 ; 21559 ;
22835 return 0; 21560 return 0;
22836} 21561}
22837_ACEOF 21562_ACEOF
22838rm -f conftest.$ac_objext conftest$ac_exeext 21563rm -f conftest.$ac_objext conftest$ac_exeext
22839if { (ac_try="$ac_link" 21564if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22840case "(($ac_try" in 21565 (eval $ac_link) 2>conftest.er1
22841 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22842 *) ac_try_echo=$ac_try;;
22843esac
22844eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22845 (eval "$ac_link") 2>conftest.er1
22846 ac_status=$? 21566 ac_status=$?
22847 grep -v '^ *+' conftest.er1 >conftest.err 21567 grep -v '^ *+' conftest.er1 >conftest.err
22848 rm -f conftest.er1 21568 rm -f conftest.er1
22849 cat conftest.err >&5 21569 cat conftest.err >&5
22850 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22851 (exit $ac_status); } && 21571 (exit $ac_status); } &&
22852 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 21572 { ac_try='test -z "$ac_c_werror_flag"
22853 { (case "(($ac_try" in 21573 || test ! -s conftest.err'
22854 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21574 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22855 *) ac_try_echo=$ac_try;; 21575 (eval $ac_try) 2>&5
22856esac
22857eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22858 (eval "$ac_try") 2>&5
22859 ac_status=$? 21576 ac_status=$?
22860 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22861 (exit $ac_status); }; } && 21578 (exit $ac_status); }; } &&
22862 { ac_try='test -s conftest$ac_exeext' 21579 { ac_try='test -s conftest$ac_exeext'
22863 { (case "(($ac_try" in 21580 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22864 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21581 (eval $ac_try) 2>&5
22865 *) ac_try_echo=$ac_try;;
22866esac
22867eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22868 (eval "$ac_try") 2>&5
22869 ac_status=$? 21582 ac_status=$?
22870 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22871 (exit $ac_status); }; }; then 21584 (exit $ac_status); }; }; then
@@ -22874,15 +21587,13 @@ else
22874 echo "$as_me: failed program was:" >&5 21587 echo "$as_me: failed program was:" >&5
22875sed 's/^/| /' conftest.$ac_ext >&5 21588sed 's/^/| /' conftest.$ac_ext >&5
22876 21589
22877 eval "$as_ac_var=no" 21590eval "$as_ac_var=no"
22878fi 21591fi
22879 21592rm -f conftest.err conftest.$ac_objext \
22880rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22881 conftest$ac_exeext conftest.$ac_ext 21593 conftest$ac_exeext conftest.$ac_ext
22882fi 21594fi
22883ac_res=`eval echo '${'$as_ac_var'}'` 21595echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
22884 { echo "$as_me:$LINENO: result: $ac_res" >&5 21596echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
22885echo "${ECHO_T}$ac_res" >&6; }
22886if test `eval echo '${'$as_ac_var'}'` = yes; then 21597if test `eval echo '${'$as_ac_var'}'` = yes; then
22887 cat >>confdefs.h <<_ACEOF 21598 cat >>confdefs.h <<_ACEOF
22888#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 21599#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
@@ -22896,9 +21607,9 @@ done
22896for ac_func in memmove strcmp 21607for ac_func in memmove strcmp
22897do 21608do
22898as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 21609as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
22899{ echo "$as_me:$LINENO: checking for $ac_func" >&5 21610echo "$as_me:$LINENO: checking for $ac_func" >&5
22900echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 21611echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
22901if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 21612if eval "test \"\${$as_ac_var+set}\" = set"; then
22902 echo $ECHO_N "(cached) $ECHO_C" >&6 21613 echo $ECHO_N "(cached) $ECHO_C" >&6
22903else 21614else
22904 cat >conftest.$ac_ext <<_ACEOF 21615 cat >conftest.$ac_ext <<_ACEOF
@@ -22924,59 +21635,53 @@ cat >>conftest.$ac_ext <<_ACEOF
22924 21635
22925#undef $ac_func 21636#undef $ac_func
22926 21637
22927/* Override any GCC internal prototype to avoid an error. 21638/* Override any gcc2 internal prototype to avoid an error. */
22928 Use char because int might match the return type of a GCC
22929 builtin and then its argument prototype would still apply. */
22930#ifdef __cplusplus 21639#ifdef __cplusplus
22931extern "C" 21640extern "C"
21641{
22932#endif 21642#endif
21643/* We use char because int might match the return type of a gcc2
21644 builtin and then its argument prototype would still apply. */
22933char $ac_func (); 21645char $ac_func ();
22934/* The GNU C library defines this for functions which it implements 21646/* The GNU C library defines this for functions which it implements
22935 to always fail with ENOSYS. Some functions are actually named 21647 to always fail with ENOSYS. Some functions are actually named
22936 something starting with __ and the normal name is an alias. */ 21648 something starting with __ and the normal name is an alias. */
22937#if defined __stub_$ac_func || defined __stub___$ac_func 21649#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
22938choke me 21650choke me
21651#else
21652char (*f) () = $ac_func;
21653#endif
21654#ifdef __cplusplus
21655}
22939#endif 21656#endif
22940 21657
22941int 21658int
22942main () 21659main ()
22943{ 21660{
22944return $ac_func (); 21661return f != $ac_func;
22945 ; 21662 ;
22946 return 0; 21663 return 0;
22947} 21664}
22948_ACEOF 21665_ACEOF
22949rm -f conftest.$ac_objext conftest$ac_exeext 21666rm -f conftest.$ac_objext conftest$ac_exeext
22950if { (ac_try="$ac_link" 21667if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22951case "(($ac_try" in 21668 (eval $ac_link) 2>conftest.er1
22952 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22953 *) ac_try_echo=$ac_try;;
22954esac
22955eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22956 (eval "$ac_link") 2>conftest.er1
22957 ac_status=$? 21669 ac_status=$?
22958 grep -v '^ *+' conftest.er1 >conftest.err 21670 grep -v '^ *+' conftest.er1 >conftest.err
22959 rm -f conftest.er1 21671 rm -f conftest.er1
22960 cat conftest.err >&5 21672 cat conftest.err >&5
22961 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22962 (exit $ac_status); } && 21674 (exit $ac_status); } &&
22963 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 21675 { ac_try='test -z "$ac_c_werror_flag"
22964 { (case "(($ac_try" in 21676 || test ! -s conftest.err'
22965 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21677 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22966 *) ac_try_echo=$ac_try;; 21678 (eval $ac_try) 2>&5
22967esac
22968eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22969 (eval "$ac_try") 2>&5
22970 ac_status=$? 21679 ac_status=$?
22971 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22972 (exit $ac_status); }; } && 21681 (exit $ac_status); }; } &&
22973 { ac_try='test -s conftest$ac_exeext' 21682 { ac_try='test -s conftest$ac_exeext'
22974 { (case "(($ac_try" in 21683 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22975 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21684 (eval $ac_try) 2>&5
22976 *) ac_try_echo=$ac_try;;
22977esac
22978eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22979 (eval "$ac_try") 2>&5
22980 ac_status=$? 21685 ac_status=$?
22981 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22982 (exit $ac_status); }; }; then 21687 (exit $ac_status); }; }; then
@@ -22985,15 +21690,13 @@ else
22985 echo "$as_me: failed program was:" >&5 21690 echo "$as_me: failed program was:" >&5
22986sed 's/^/| /' conftest.$ac_ext >&5 21691sed 's/^/| /' conftest.$ac_ext >&5
22987 21692
22988 eval "$as_ac_var=no" 21693eval "$as_ac_var=no"
22989fi 21694fi
22990 21695rm -f conftest.err conftest.$ac_objext \
22991rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22992 conftest$ac_exeext conftest.$ac_ext 21696 conftest$ac_exeext conftest.$ac_ext
22993fi 21697fi
22994ac_res=`eval echo '${'$as_ac_var'}'` 21698echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
22995 { echo "$as_me:$LINENO: result: $ac_res" >&5 21699echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
22996echo "${ECHO_T}$ac_res" >&6; }
22997if test `eval echo '${'$as_ac_var'}'` = yes; then 21700if test `eval echo '${'$as_ac_var'}'` = yes; then
22998 cat >>confdefs.h <<_ACEOF 21701 cat >>confdefs.h <<_ACEOF
22999#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 21702#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
@@ -23008,9 +21711,9 @@ done
23008for ac_func in closedir opendir readdir 21711for ac_func in closedir opendir readdir
23009do 21712do
23010as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 21713as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
23011{ echo "$as_me:$LINENO: checking for $ac_func" >&5 21714echo "$as_me:$LINENO: checking for $ac_func" >&5
23012echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 21715echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
23013if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 21716if eval "test \"\${$as_ac_var+set}\" = set"; then
23014 echo $ECHO_N "(cached) $ECHO_C" >&6 21717 echo $ECHO_N "(cached) $ECHO_C" >&6
23015else 21718else
23016 cat >conftest.$ac_ext <<_ACEOF 21719 cat >conftest.$ac_ext <<_ACEOF
@@ -23036,59 +21739,53 @@ cat >>conftest.$ac_ext <<_ACEOF
23036 21739
23037#undef $ac_func 21740#undef $ac_func
23038 21741
23039/* Override any GCC internal prototype to avoid an error. 21742/* Override any gcc2 internal prototype to avoid an error. */
23040 Use char because int might match the return type of a GCC
23041 builtin and then its argument prototype would still apply. */
23042#ifdef __cplusplus 21743#ifdef __cplusplus
23043extern "C" 21744extern "C"
21745{
23044#endif 21746#endif
21747/* We use char because int might match the return type of a gcc2
21748 builtin and then its argument prototype would still apply. */
23045char $ac_func (); 21749char $ac_func ();
23046/* The GNU C library defines this for functions which it implements 21750/* The GNU C library defines this for functions which it implements
23047 to always fail with ENOSYS. Some functions are actually named 21751 to always fail with ENOSYS. Some functions are actually named
23048 something starting with __ and the normal name is an alias. */ 21752 something starting with __ and the normal name is an alias. */
23049#if defined __stub_$ac_func || defined __stub___$ac_func 21753#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
23050choke me 21754choke me
21755#else
21756char (*f) () = $ac_func;
21757#endif
21758#ifdef __cplusplus
21759}
23051#endif 21760#endif
23052 21761
23053int 21762int
23054main () 21763main ()
23055{ 21764{
23056return $ac_func (); 21765return f != $ac_func;
23057 ; 21766 ;
23058 return 0; 21767 return 0;
23059} 21768}
23060_ACEOF 21769_ACEOF
23061rm -f conftest.$ac_objext conftest$ac_exeext 21770rm -f conftest.$ac_objext conftest$ac_exeext
23062if { (ac_try="$ac_link" 21771if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23063case "(($ac_try" in 21772 (eval $ac_link) 2>conftest.er1
23064 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23065 *) ac_try_echo=$ac_try;;
23066esac
23067eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23068 (eval "$ac_link") 2>conftest.er1
23069 ac_status=$? 21773 ac_status=$?
23070 grep -v '^ *+' conftest.er1 >conftest.err 21774 grep -v '^ *+' conftest.er1 >conftest.err
23071 rm -f conftest.er1 21775 rm -f conftest.er1
23072 cat conftest.err >&5 21776 cat conftest.err >&5
23073 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23074 (exit $ac_status); } && 21778 (exit $ac_status); } &&
23075 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 21779 { ac_try='test -z "$ac_c_werror_flag"
23076 { (case "(($ac_try" in 21780 || test ! -s conftest.err'
23077 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21781 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23078 *) ac_try_echo=$ac_try;; 21782 (eval $ac_try) 2>&5
23079esac
23080eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23081 (eval "$ac_try") 2>&5
23082 ac_status=$? 21783 ac_status=$?
23083 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23084 (exit $ac_status); }; } && 21785 (exit $ac_status); }; } &&
23085 { ac_try='test -s conftest$ac_exeext' 21786 { ac_try='test -s conftest$ac_exeext'
23086 { (case "(($ac_try" in 21787 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23087 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 21788 (eval $ac_try) 2>&5
23088 *) ac_try_echo=$ac_try;;
23089esac
23090eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23091 (eval "$ac_try") 2>&5
23092 ac_status=$? 21789 ac_status=$?
23093 echo "$as_me:$LINENO: \$? = $ac_status" >&5 21790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23094 (exit $ac_status); }; }; then 21791 (exit $ac_status); }; }; then
@@ -23097,15 +21794,13 @@ else
23097 echo "$as_me: failed program was:" >&5 21794 echo "$as_me: failed program was:" >&5
23098sed 's/^/| /' conftest.$ac_ext >&5 21795sed 's/^/| /' conftest.$ac_ext >&5
23099 21796
23100 eval "$as_ac_var=no" 21797eval "$as_ac_var=no"
23101fi 21798fi
23102 21799rm -f conftest.err conftest.$ac_objext \
23103rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23104 conftest$ac_exeext conftest.$ac_ext 21800 conftest$ac_exeext conftest.$ac_ext
23105fi 21801fi
23106ac_res=`eval echo '${'$as_ac_var'}'` 21802echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
23107 { echo "$as_me:$LINENO: result: $ac_res" >&5 21803echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
23108echo "${ECHO_T}$ac_res" >&6; }
23109if test `eval echo '${'$as_ac_var'}'` = yes; then 21804if test `eval echo '${'$as_ac_var'}'` = yes; then
23110 cat >>confdefs.h <<_ACEOF 21805 cat >>confdefs.h <<_ACEOF
23111#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 21806#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
@@ -23120,7 +21815,7 @@ done
23120## -------- ## 21815## -------- ##
23121## Outputs. ## 21816## Outputs. ##
23122## -------- ## 21817## -------- ##
23123ac_config_files="$ac_config_files Makefile" 21818 ac_config_files="$ac_config_files Makefile"
23124 21819
23125cat >confcache <<\_ACEOF 21820cat >confcache <<\_ACEOF
23126# This file is a shell script that caches the results of configure 21821# This file is a shell script that caches the results of configure
@@ -23140,58 +21835,39 @@ _ACEOF
23140 21835
23141# The following way of writing the cache mishandles newlines in values, 21836# The following way of writing the cache mishandles newlines in values,
23142# but we know of no workaround that is simple, portable, and efficient. 21837# but we know of no workaround that is simple, portable, and efficient.
23143# So, we kill variables containing newlines. 21838# So, don't put newlines in cache variables' values.
23144# Ultrix sh set writes to stderr and can't be redirected directly, 21839# Ultrix sh set writes to stderr and can't be redirected directly,
23145# and sets the high bit in the cache file unless we assign to the vars. 21840# and sets the high bit in the cache file unless we assign to the vars.
23146( 21841{
23147 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
23148 eval ac_val=\$$ac_var
23149 case $ac_val in #(
23150 *${as_nl}*)
23151 case $ac_var in #(
23152 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
23153echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
23154 esac
23155 case $ac_var in #(
23156 _ | IFS | as_nl) ;; #(
23157 *) $as_unset $ac_var ;;
23158 esac ;;
23159 esac
23160 done
23161
23162 (set) 2>&1 | 21842 (set) 2>&1 |
23163 case $as_nl`(ac_space=' '; set) 2>&1` in #( 21843 case `(ac_space=' '; set | grep ac_space) 2>&1` in
23164 *${as_nl}ac_space=\ *) 21844 *ac_space=\ *)
23165 # `set' does not quote correctly, so add quotes (double-quote 21845 # `set' does not quote correctly, so add quotes (double-quote
23166 # substitution turns \\\\ into \\, and sed turns \\ into \). 21846 # substitution turns \\\\ into \\, and sed turns \\ into \).
23167 sed -n \ 21847 sed -n \
23168 "s/'/'\\\\''/g; 21848 "s/'/'\\\\''/g;
23169 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" 21849 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
23170 ;; #( 21850 ;;
23171 *) 21851 *)
23172 # `set' quotes correctly as required by POSIX, so do not add quotes. 21852 # `set' quotes correctly as required by POSIX, so do not add quotes.
23173 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" 21853 sed -n \
21854 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
23174 ;; 21855 ;;
23175 esac | 21856 esac;
23176 sort 21857} |
23177) |
23178 sed ' 21858 sed '
23179 /^ac_cv_env_/b end
23180 t clear 21859 t clear
23181 :clear 21860 : clear
23182 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ 21861 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
23183 t end 21862 t end
23184 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 21863 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
23185 :end' >>confcache 21864 : end' >>confcache
23186if diff "$cache_file" confcache >/dev/null 2>&1; then :; else 21865if diff $cache_file confcache >/dev/null 2>&1; then :; else
23187 if test -w "$cache_file"; then 21866 if test -w $cache_file; then
23188 test "x$cache_file" != "x/dev/null" && 21867 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
23189 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
23190echo "$as_me: updating cache $cache_file" >&6;}
23191 cat confcache >$cache_file 21868 cat confcache >$cache_file
23192 else 21869 else
23193 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 21870 echo "not updating unwritable cache $cache_file"
23194echo "$as_me: not updating unwritable cache $cache_file" >&6;}
23195 fi 21871 fi
23196fi 21872fi
23197rm -f confcache 21873rm -f confcache
@@ -23200,18 +21876,32 @@ test "x$prefix" = xNONE && prefix=$ac_default_prefix
23200# Let make expand exec_prefix. 21876# Let make expand exec_prefix.
23201test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' 21877test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
23202 21878
21879# VPATH may cause trouble with some makes, so we remove $(srcdir),
21880# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
21881# trailing colons and then remove the whole line if VPATH becomes empty
21882# (actually we leave an empty line to preserve line numbers).
21883if test "x$srcdir" = x.; then
21884 ac_vpsub='/^[ ]*VPATH[ ]*=/{
21885s/:*\$(srcdir):*/:/;
21886s/:*\${srcdir}:*/:/;
21887s/:*@srcdir@:*/:/;
21888s/^\([^=]*=[ ]*\):*/\1/;
21889s/:*$//;
21890s/^[^=]*=[ ]*$//;
21891}'
21892fi
21893
23203DEFS=-DHAVE_CONFIG_H 21894DEFS=-DHAVE_CONFIG_H
23204 21895
23205ac_libobjs= 21896ac_libobjs=
23206ac_ltlibobjs= 21897ac_ltlibobjs=
23207for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue 21898for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
23208 # 1. Remove the extension, and $U if already installed. 21899 # 1. Remove the extension, and $U if already installed.
23209 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' 21900 ac_i=`echo "$ac_i" |
23210 ac_i=`echo "$ac_i" | sed "$ac_script"` 21901 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
23211 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR 21902 # 2. Add them.
23212 # will be set to the directory where LIBOBJS objects are built. 21903 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
23213 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext" 21904 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
23214 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
23215done 21905done
23216LIBOBJS=$ac_libobjs 21906LIBOBJS=$ac_libobjs
23217 21907
@@ -23291,35 +21981,11 @@ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
23291 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 21981 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
23292 # is contrary to our usage. Disable this feature. 21982 # is contrary to our usage. Disable this feature.
23293 alias -g '${1+"$@"}'='"$@"' 21983 alias -g '${1+"$@"}'='"$@"'
23294 setopt NO_GLOB_SUBST 21984elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
23295else 21985 set -o posix
23296 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
23297fi 21986fi
23298BIN_SH=xpg4; export BIN_SH # for Tru64
23299DUALCASE=1; export DUALCASE # for MKS sh 21987DUALCASE=1; export DUALCASE # for MKS sh
23300 21988
23301
23302# PATH needs CR
23303# Avoid depending upon Character Ranges.
23304as_cr_letters='abcdefghijklmnopqrstuvwxyz'
23305as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
23306as_cr_Letters=$as_cr_letters$as_cr_LETTERS
23307as_cr_digits='0123456789'
23308as_cr_alnum=$as_cr_Letters$as_cr_digits
23309
23310# The user is always right.
23311if test "${PATH_SEPARATOR+set}" != set; then
23312 echo "#! /bin/sh" >conf$$.sh
23313 echo "exit 0" >>conf$$.sh
23314 chmod +x conf$$.sh
23315 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
23316 PATH_SEPARATOR=';'
23317 else
23318 PATH_SEPARATOR=:
23319 fi
23320 rm -f conf$$.sh
23321fi
23322
23323# Support unset when possible. 21989# Support unset when possible.
23324if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 21990if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
23325 as_unset=unset 21991 as_unset=unset
@@ -23328,43 +21994,8 @@ else
23328fi 21994fi
23329 21995
23330 21996
23331# IFS
23332# We need space, tab and new line, in precisely that order. Quoting is
23333# there to prevent editors from complaining about space-tab.
23334# (If _AS_PATH_WALK were called with IFS unset, it would disable word
23335# splitting by setting IFS to empty value.)
23336as_nl='
23337'
23338IFS=" "" $as_nl"
23339
23340# Find who we are. Look in the path if we contain no directory separator.
23341case $0 in
23342 *[\\/]* ) as_myself=$0 ;;
23343 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
23344for as_dir in $PATH
23345do
23346 IFS=$as_save_IFS
23347 test -z "$as_dir" && as_dir=.
23348 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
23349done
23350IFS=$as_save_IFS
23351
23352 ;;
23353esac
23354# We did not find ourselves, most probably we were run as `sh COMMAND'
23355# in which case we are not to be found in the path.
23356if test "x$as_myself" = x; then
23357 as_myself=$0
23358fi
23359if test ! -f "$as_myself"; then
23360 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
23361 { (exit 1); exit 1; }
23362fi
23363
23364# Work around bugs in pre-3.0 UWIN ksh. 21997# Work around bugs in pre-3.0 UWIN ksh.
23365for as_var in ENV MAIL MAILPATH 21998$as_unset ENV MAIL MAILPATH
23366do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
23367done
23368PS1='$ ' 21999PS1='$ '
23369PS2='> ' 22000PS2='> '
23370PS4='+ ' 22001PS4='+ '
@@ -23378,19 +22009,18 @@ do
23378 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 22009 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
23379 eval $as_var=C; export $as_var 22010 eval $as_var=C; export $as_var
23380 else 22011 else
23381 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 22012 $as_unset $as_var
23382 fi 22013 fi
23383done 22014done
23384 22015
23385# Required to use basename. 22016# Required to use basename.
23386if expr a : '\(a\)' >/dev/null 2>&1 && 22017if expr a : '\(a\)' >/dev/null 2>&1; then
23387 test "X`expr 00001 : '.*\(...\)'`" = X001; then
23388 as_expr=expr 22018 as_expr=expr
23389else 22019else
23390 as_expr=false 22020 as_expr=false
23391fi 22021fi
23392 22022
23393if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then 22023if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
23394 as_basename=basename 22024 as_basename=basename
23395else 22025else
23396 as_basename=false 22026 as_basename=false
@@ -23398,120 +22028,159 @@ fi
23398 22028
23399 22029
23400# Name of the executable. 22030# Name of the executable.
23401as_me=`$as_basename -- "$0" || 22031as_me=`$as_basename "$0" ||
23402$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 22032$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
23403 X"$0" : 'X\(//\)$' \| \ 22033 X"$0" : 'X\(//\)$' \| \
23404 X"$0" : 'X\(/\)' \| . 2>/dev/null || 22034 X"$0" : 'X\(/\)$' \| \
22035 . : '\(.\)' 2>/dev/null ||
23405echo X/"$0" | 22036echo X/"$0" |
23406 sed '/^.*\/\([^/][^/]*\)\/*$/{ 22037 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
23407 s//\1/ 22038 /^X\/\(\/\/\)$/{ s//\1/; q; }
23408 q 22039 /^X\/\(\/\).*/{ s//\1/; q; }
23409 } 22040 s/.*/./; q'`
23410 /^X\/\(\/\/\)$/{
23411 s//\1/
23412 q
23413 }
23414 /^X\/\(\/\).*/{
23415 s//\1/
23416 q
23417 }
23418 s/.*/./; q'`
23419 22041
23420# CDPATH.
23421$as_unset CDPATH
23422 22042
22043# PATH needs CR, and LINENO needs CR and PATH.
22044# Avoid depending upon Character Ranges.
22045as_cr_letters='abcdefghijklmnopqrstuvwxyz'
22046as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
22047as_cr_Letters=$as_cr_letters$as_cr_LETTERS
22048as_cr_digits='0123456789'
22049as_cr_alnum=$as_cr_Letters$as_cr_digits
22050
22051# The user is always right.
22052if test "${PATH_SEPARATOR+set}" != set; then
22053 echo "#! /bin/sh" >conf$$.sh
22054 echo "exit 0" >>conf$$.sh
22055 chmod +x conf$$.sh
22056 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
22057 PATH_SEPARATOR=';'
22058 else
22059 PATH_SEPARATOR=:
22060 fi
22061 rm -f conf$$.sh
22062fi
23423 22063
23424 22064
23425 as_lineno_1=$LINENO 22065 as_lineno_1=$LINENO
23426 as_lineno_2=$LINENO 22066 as_lineno_2=$LINENO
22067 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
22068 test "x$as_lineno_1" != "x$as_lineno_2" &&
22069 test "x$as_lineno_3" = "x$as_lineno_2" || {
22070 # Find who we are. Look in the path if we contain no path at all
22071 # relative or not.
22072 case $0 in
22073 *[\\/]* ) as_myself=$0 ;;
22074 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
22075for as_dir in $PATH
22076do
22077 IFS=$as_save_IFS
22078 test -z "$as_dir" && as_dir=.
22079 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
22080done
22081
22082 ;;
22083 esac
22084 # We did not find ourselves, most probably we were run as `sh COMMAND'
22085 # in which case we are not to be found in the path.
22086 if test "x$as_myself" = x; then
22087 as_myself=$0
22088 fi
22089 if test ! -f "$as_myself"; then
22090 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
22091echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
22092 { (exit 1); exit 1; }; }
22093 fi
22094 case $CONFIG_SHELL in
22095 '')
22096 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
22097for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
22098do
22099 IFS=$as_save_IFS
22100 test -z "$as_dir" && as_dir=.
22101 for as_base in sh bash ksh sh5; do
22102 case $as_dir in
22103 /*)
22104 if ("$as_dir/$as_base" -c '
22105 as_lineno_1=$LINENO
22106 as_lineno_2=$LINENO
22107 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
23427 test "x$as_lineno_1" != "x$as_lineno_2" && 22108 test "x$as_lineno_1" != "x$as_lineno_2" &&
23428 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { 22109 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
22110 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
22111 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
22112 CONFIG_SHELL=$as_dir/$as_base
22113 export CONFIG_SHELL
22114 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
22115 fi;;
22116 esac
22117 done
22118done
22119;;
22120 esac
23429 22121
23430 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 22122 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
23431 # uniformly replaced by the line number. The first 'sed' inserts a 22123 # uniformly replaced by the line number. The first 'sed' inserts a
23432 # line-number line after each line using $LINENO; the second 'sed' 22124 # line-number line before each line; the second 'sed' does the real
23433 # does the real work. The second script uses 'N' to pair each 22125 # work. The second script uses 'N' to pair each line-number line
23434 # line-number line with the line containing $LINENO, and appends 22126 # with the numbered line, and appends trailing '-' during
23435 # trailing '-' during substitution so that $LINENO is not a special 22127 # substitution so that $LINENO is not a special case at line end.
23436 # case at line end.
23437 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 22128 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
23438 # scripts with optimization help from Paolo Bonzini. Blame Lee 22129 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
23439 # E. McMahon (1931-1989) for sed's syntax. :-) 22130 sed '=' <$as_myself |
23440 sed -n '
23441 p
23442 /[$]LINENO/=
23443 ' <$as_myself |
23444 sed ' 22131 sed '
23445 s/[$]LINENO.*/&-/
23446 t lineno
23447 b
23448 :lineno
23449 N 22132 N
23450 :loop 22133 s,$,-,
23451 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ 22134 : loop
22135 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
23452 t loop 22136 t loop
23453 s/-\n.*// 22137 s,-$,,
22138 s,^['$as_cr_digits']*\n,,
23454 ' >$as_me.lineno && 22139 ' >$as_me.lineno &&
23455 chmod +x "$as_me.lineno" || 22140 chmod +x $as_me.lineno ||
23456 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 22141 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
22142echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
23457 { (exit 1); exit 1; }; } 22143 { (exit 1); exit 1; }; }
23458 22144
23459 # Don't try to exec as it changes $[0], causing all sort of problems 22145 # Don't try to exec as it changes $[0], causing all sort of problems
23460 # (the dirname of $[0] is not the place where we might find the 22146 # (the dirname of $[0] is not the place where we might find the
23461 # original and so on. Autoconf is especially sensitive to this). 22147 # original and so on. Autoconf is especially sensible to this).
23462 . "./$as_me.lineno" 22148 . ./$as_me.lineno
23463 # Exit status is that of the last command. 22149 # Exit status is that of the last command.
23464 exit 22150 exit
23465} 22151}
23466 22152
23467 22153
23468if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 22154case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
23469 as_dirname=dirname 22155 *c*,-n*) ECHO_N= ECHO_C='
23470else 22156' ECHO_T=' ' ;;
23471 as_dirname=false 22157 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
23472fi 22158 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
23473
23474ECHO_C= ECHO_N= ECHO_T=
23475case `echo -n x` in
23476-n*)
23477 case `echo 'x\c'` in
23478 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
23479 *) ECHO_C='\c';;
23480 esac;;
23481*)
23482 ECHO_N='-n';;
23483esac 22159esac
23484 22160
23485if expr a : '\(a\)' >/dev/null 2>&1 && 22161if expr a : '\(a\)' >/dev/null 2>&1; then
23486 test "X`expr 00001 : '.*\(...\)'`" = X001; then
23487 as_expr=expr 22162 as_expr=expr
23488else 22163else
23489 as_expr=false 22164 as_expr=false
23490fi 22165fi
23491 22166
23492rm -f conf$$ conf$$.exe conf$$.file 22167rm -f conf$$ conf$$.exe conf$$.file
23493if test -d conf$$.dir; then
23494 rm -f conf$$.dir/conf$$.file
23495else
23496 rm -f conf$$.dir
23497 mkdir conf$$.dir
23498fi
23499echo >conf$$.file 22168echo >conf$$.file
23500if ln -s conf$$.file conf$$ 2>/dev/null; then 22169if ln -s conf$$.file conf$$ 2>/dev/null; then
23501 as_ln_s='ln -s' 22170 # We could just check for DJGPP; but this test a) works b) is more generic
23502 # ... but there are two gotchas: 22171 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
23503 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 22172 if test -f conf$$.exe; then
23504 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 22173 # Don't use ln at all; we don't have any links
23505 # In both cases, we have to default to `cp -p'.
23506 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
23507 as_ln_s='cp -p' 22174 as_ln_s='cp -p'
22175 else
22176 as_ln_s='ln -s'
22177 fi
23508elif ln conf$$.file conf$$ 2>/dev/null; then 22178elif ln conf$$.file conf$$ 2>/dev/null; then
23509 as_ln_s=ln 22179 as_ln_s=ln
23510else 22180else
23511 as_ln_s='cp -p' 22181 as_ln_s='cp -p'
23512fi 22182fi
23513rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 22183rm -f conf$$ conf$$.exe conf$$.file
23514rmdir conf$$.dir 2>/dev/null
23515 22184
23516if mkdir -p . 2>/dev/null; then 22185if mkdir -p . 2>/dev/null; then
23517 as_mkdir_p=: 22186 as_mkdir_p=:
@@ -23520,19 +22189,7 @@ else
23520 as_mkdir_p=false 22189 as_mkdir_p=false
23521fi 22190fi
23522 22191
23523# Find out whether ``test -x'' works. Don't use a zero-byte file, as 22192as_executable_p="test -f"
23524# systems may use methods other than mode bits to determine executability.
23525cat >conf$$.file <<_ASEOF
23526#! /bin/sh
23527exit 0
23528_ASEOF
23529chmod +x conf$$.file
23530if test -x conf$$.file >/dev/null 2>&1; then
23531 as_executable_p="test -x"
23532else
23533 as_executable_p=:
23534fi
23535rm -f conf$$.file
23536 22193
23537# Sed expression to map a string onto a valid CPP name. 22194# Sed expression to map a string onto a valid CPP name.
23538as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 22195as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
@@ -23541,14 +22198,31 @@ as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
23541as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 22198as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
23542 22199
23543 22200
22201# IFS
22202# We need space, tab and new line, in precisely that order.
22203as_nl='
22204'
22205IFS=" $as_nl"
22206
22207# CDPATH.
22208$as_unset CDPATH
22209
23544exec 6>&1 22210exec 6>&1
23545 22211
23546# Save the log message, to keep $[0] and so on meaningful, and to 22212# Open the log real soon, to keep \$[0] and so on meaningful, and to
23547# report actual input values of CONFIG_FILES etc. instead of their 22213# report actual input values of CONFIG_FILES etc. instead of their
23548# values after options handling. 22214# values after options handling. Logging --version etc. is OK.
23549ac_log=" 22215exec 5>>config.log
22216{
22217 echo
22218 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
22219## Running $as_me. ##
22220_ASBOX
22221} >&5
22222cat >&5 <<_CSEOF
22223
23550This file was extended by libltdl $as_me 1.2, which was 22224This file was extended by libltdl $as_me 1.2, which was
23551generated by GNU Autoconf 2.60a. Invocation command line was 22225generated by GNU Autoconf 2.59. Invocation command line was
23552 22226
23553 CONFIG_FILES = $CONFIG_FILES 22227 CONFIG_FILES = $CONFIG_FILES
23554 CONFIG_HEADERS = $CONFIG_HEADERS 22228 CONFIG_HEADERS = $CONFIG_HEADERS
@@ -23556,20 +22230,30 @@ generated by GNU Autoconf 2.60a. Invocation command line was
23556 CONFIG_COMMANDS = $CONFIG_COMMANDS 22230 CONFIG_COMMANDS = $CONFIG_COMMANDS
23557 $ $0 $@ 22231 $ $0 $@
23558 22232
23559on `(hostname || uname -n) 2>/dev/null | sed 1q` 22233_CSEOF
23560" 22234echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
23561 22235echo >&5
23562_ACEOF 22236_ACEOF
23563 22237
23564cat >>$CONFIG_STATUS <<_ACEOF
23565# Files that config.status was made for. 22238# Files that config.status was made for.
23566config_files="$ac_config_files" 22239if test -n "$ac_config_files"; then
23567config_headers="$ac_config_headers" 22240 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
23568config_commands="$ac_config_commands" 22241fi
23569 22242
23570_ACEOF 22243if test -n "$ac_config_headers"; then
22244 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
22245fi
22246
22247if test -n "$ac_config_links"; then
22248 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
22249fi
22250
22251if test -n "$ac_config_commands"; then
22252 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
22253fi
23571 22254
23572cat >>$CONFIG_STATUS <<\_ACEOF 22255cat >>$CONFIG_STATUS <<\_ACEOF
22256
23573ac_cs_usage="\ 22257ac_cs_usage="\
23574\`$as_me' instantiates files from templates according to the 22258\`$as_me' instantiates files from templates according to the
23575current configuration. 22259current configuration.
@@ -23577,7 +22261,7 @@ current configuration.
23577Usage: $0 [OPTIONS] [FILE]... 22261Usage: $0 [OPTIONS] [FILE]...
23578 22262
23579 -h, --help print this help, then exit 22263 -h, --help print this help, then exit
23580 -V, --version print version number and configuration settings, then exit 22264 -V, --version print version number, then exit
23581 -q, --quiet do not print progress messages 22265 -q, --quiet do not print progress messages
23582 -d, --debug don't remove temporary files 22266 -d, --debug don't remove temporary files
23583 --recheck update $as_me by reconfiguring in the same conditions 22267 --recheck update $as_me by reconfiguring in the same conditions
@@ -23596,21 +22280,19 @@ Configuration commands:
23596$config_commands 22280$config_commands
23597 22281
23598Report bugs to <bug-autoconf@gnu.org>." 22282Report bugs to <bug-autoconf@gnu.org>."
23599
23600_ACEOF 22283_ACEOF
22284
23601cat >>$CONFIG_STATUS <<_ACEOF 22285cat >>$CONFIG_STATUS <<_ACEOF
23602ac_cs_version="\\ 22286ac_cs_version="\\
23603libltdl config.status 1.2 22287libltdl config.status 1.2
23604configured by $0, generated by GNU Autoconf 2.60a, 22288configured by $0, generated by GNU Autoconf 2.59,
23605 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" 22289 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
23606 22290
23607Copyright (C) 2006 Free Software Foundation, Inc. 22291Copyright (C) 2003 Free Software Foundation, Inc.
23608This config.status script is free software; the Free Software Foundation 22292This config.status script is free software; the Free Software Foundation
23609gives unlimited permission to copy, distribute and modify it." 22293gives unlimited permission to copy, distribute and modify it."
23610 22294srcdir=$srcdir
23611ac_pwd='$ac_pwd' 22295INSTALL="$INSTALL"
23612srcdir='$srcdir'
23613INSTALL='$INSTALL'
23614_ACEOF 22296_ACEOF
23615 22297
23616cat >>$CONFIG_STATUS <<\_ACEOF 22298cat >>$CONFIG_STATUS <<\_ACEOF
@@ -23621,24 +22303,39 @@ while test $# != 0
23621do 22303do
23622 case $1 in 22304 case $1 in
23623 --*=*) 22305 --*=*)
23624 ac_option=`expr "X$1" : 'X\([^=]*\)='` 22306 ac_option=`expr "x$1" : 'x\([^=]*\)='`
23625 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` 22307 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
23626 ac_shift=: 22308 ac_shift=:
23627 ;; 22309 ;;
23628 *) 22310 -*)
23629 ac_option=$1 22311 ac_option=$1
23630 ac_optarg=$2 22312 ac_optarg=$2
23631 ac_shift=shift 22313 ac_shift=shift
23632 ;; 22314 ;;
22315 *) # This is not an option, so the user has probably given explicit
22316 # arguments.
22317 ac_option=$1
22318 ac_need_defaults=false;;
23633 esac 22319 esac
23634 22320
23635 case $ac_option in 22321 case $ac_option in
23636 # Handling of the options. 22322 # Handling of the options.
22323_ACEOF
22324cat >>$CONFIG_STATUS <<\_ACEOF
23637 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 22325 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
23638 ac_cs_recheck=: ;; 22326 ac_cs_recheck=: ;;
23639 --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) 22327 --version | --vers* | -V )
23640 echo "$ac_cs_version"; exit ;; 22328 echo "$ac_cs_version"; exit 0 ;;
23641 --debug | --debu | --deb | --de | --d | -d ) 22329 --he | --h)
22330 # Conflict between --help and --header
22331 { { echo "$as_me:$LINENO: error: ambiguous option: $1
22332Try \`$0 --help' for more information." >&5
22333echo "$as_me: error: ambiguous option: $1
22334Try \`$0 --help' for more information." >&2;}
22335 { (exit 1); exit 1; }; };;
22336 --help | --hel | -h )
22337 echo "$ac_cs_usage"; exit 0 ;;
22338 --debug | --d* | -d )
23642 debug=: ;; 22339 debug=: ;;
23643 --file | --fil | --fi | --f ) 22340 --file | --fil | --fi | --f )
23644 $ac_shift 22341 $ac_shift
@@ -23648,24 +22345,18 @@ do
23648 $ac_shift 22345 $ac_shift
23649 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" 22346 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
23650 ac_need_defaults=false;; 22347 ac_need_defaults=false;;
23651 --he | --h)
23652 # Conflict between --help and --header
23653 { echo "$as_me: error: ambiguous option: $1
23654Try \`$0 --help' for more information." >&2
23655 { (exit 1); exit 1; }; };;
23656 --help | --hel | -h )
23657 echo "$ac_cs_usage"; exit ;;
23658 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 22348 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
23659 | -silent | --silent | --silen | --sile | --sil | --si | --s) 22349 | -silent | --silent | --silen | --sile | --sil | --si | --s)
23660 ac_cs_silent=: ;; 22350 ac_cs_silent=: ;;
23661 22351
23662 # This is an error. 22352 # This is an error.
23663 -*) { echo "$as_me: error: unrecognized option: $1 22353 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
23664Try \`$0 --help' for more information." >&2 22354Try \`$0 --help' for more information." >&5
22355echo "$as_me: error: unrecognized option: $1
22356Try \`$0 --help' for more information." >&2;}
23665 { (exit 1); exit 1; }; } ;; 22357 { (exit 1); exit 1; }; } ;;
23666 22358
23667 *) ac_config_targets="$ac_config_targets $1" 22359 *) ac_config_targets="$ac_config_targets $1" ;;
23668 ac_need_defaults=false ;;
23669 22360
23670 esac 22361 esac
23671 shift 22362 shift
@@ -23681,49 +22372,37 @@ fi
23681_ACEOF 22372_ACEOF
23682cat >>$CONFIG_STATUS <<_ACEOF 22373cat >>$CONFIG_STATUS <<_ACEOF
23683if \$ac_cs_recheck; then 22374if \$ac_cs_recheck; then
23684 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 22375 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
23685 CONFIG_SHELL=$SHELL 22376 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
23686 export CONFIG_SHELL
23687 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
23688fi 22377fi
23689 22378
23690_ACEOF 22379_ACEOF
23691cat >>$CONFIG_STATUS <<\_ACEOF
23692exec 5>>config.log
23693{
23694 echo
23695 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
23696## Running $as_me. ##
23697_ASBOX
23698 echo "$ac_log"
23699} >&5
23700 22380
23701_ACEOF
23702cat >>$CONFIG_STATUS <<_ACEOF 22381cat >>$CONFIG_STATUS <<_ACEOF
23703# 22382#
23704# INIT-COMMANDS 22383# INIT-COMMANDS section.
23705# 22384#
22385
23706AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" 22386AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
23707 22387
23708_ACEOF 22388_ACEOF
23709 22389
23710cat >>$CONFIG_STATUS <<\_ACEOF
23711 22390
23712# Handling of arguments. 22391
22392cat >>$CONFIG_STATUS <<\_ACEOF
23713for ac_config_target in $ac_config_targets 22393for ac_config_target in $ac_config_targets
23714do 22394do
23715 case $ac_config_target in 22395 case "$ac_config_target" in
23716 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config-h.in" ;; 22396 # Handling of arguments.
23717 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; 22397 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
23718 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; 22398 "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
23719 22399 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:config-h.in" ;;
23720 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 22400 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
23721echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 22401echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
23722 { (exit 1); exit 1; }; };; 22402 { (exit 1); exit 1; }; };;
23723 esac 22403 esac
23724done 22404done
23725 22405
23726
23727# If the user did not use the arguments to specify the items to instantiate, 22406# If the user did not use the arguments to specify the items to instantiate,
23728# then the envvar interface is used. Set only those that are not. 22407# then the envvar interface is used. Set only those that are not.
23729# We use the long form for the default assignment because of an extremely 22408# We use the long form for the default assignment because of an extremely
@@ -23735,467 +22414,366 @@ if $ac_need_defaults; then
23735fi 22414fi
23736 22415
23737# Have a temporary directory for convenience. Make it in the build tree 22416# Have a temporary directory for convenience. Make it in the build tree
23738# simply because there is no reason against having it here, and in addition, 22417# simply because there is no reason to put it here, and in addition,
23739# creating and moving files from /tmp can sometimes cause problems. 22418# creating and moving files from /tmp can sometimes cause problems.
23740# Hook for its removal unless debugging. 22419# Create a temporary directory, and hook for its removal unless debugging.
23741# Note that there is a small window in which the directory will not be cleaned:
23742# after its creation but before its name has been assigned to `$tmp'.
23743$debug || 22420$debug ||
23744{ 22421{
23745 tmp= 22422 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
23746 trap 'exit_status=$?
23747 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
23748' 0
23749 trap '{ (exit 1); exit 1; }' 1 2 13 15 22423 trap '{ (exit 1); exit 1; }' 1 2 13 15
23750} 22424}
22425
23751# Create a (secure) tmp directory for tmp files. 22426# Create a (secure) tmp directory for tmp files.
23752 22427
23753{ 22428{
23754 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && 22429 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
23755 test -n "$tmp" && test -d "$tmp" 22430 test -n "$tmp" && test -d "$tmp"
23756} || 22431} ||
23757{ 22432{
23758 tmp=./conf$$-$RANDOM 22433 tmp=./confstat$$-$RANDOM
23759 (umask 077 && mkdir "$tmp") 22434 (umask 077 && mkdir $tmp)
23760} || 22435} ||
23761{ 22436{
23762 echo "$me: cannot create a temporary directory in ." >&2 22437 echo "$me: cannot create a temporary directory in ." >&2
23763 { (exit 1); exit 1; } 22438 { (exit 1); exit 1; }
23764} 22439}
23765 22440
22441_ACEOF
22442
22443cat >>$CONFIG_STATUS <<_ACEOF
22444
23766# 22445#
23767# Set up the sed scripts for CONFIG_FILES section. 22446# CONFIG_FILES section.
23768# 22447#
23769 22448
23770# No need to generate the scripts if there are no CONFIG_FILES. 22449# No need to generate the scripts if there are no CONFIG_FILES.
23771# This happens for instance when ./config.status config.h 22450# This happens for instance when ./config.status config.h
23772if test -n "$CONFIG_FILES"; then 22451if test -n "\$CONFIG_FILES"; then
23773 22452 # Protect against being on the right side of a sed subst in config.status.
23774_ACEOF 22453 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
23775 22454 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
23776 22455s,@SHELL@,$SHELL,;t t
23777 22456s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
23778ac_delim='%!_!# ' 22457s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
23779for ac_last_try in false false false false false :; do 22458s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
23780 cat >conf$$subs.sed <<_ACEOF 22459s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
23781SHELL!$SHELL$ac_delim 22460s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
23782PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim 22461s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
23783PACKAGE_NAME!$PACKAGE_NAME$ac_delim 22462s,@exec_prefix@,$exec_prefix,;t t
23784PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim 22463s,@prefix@,$prefix,;t t
23785PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim 22464s,@program_transform_name@,$program_transform_name,;t t
23786PACKAGE_STRING!$PACKAGE_STRING$ac_delim 22465s,@bindir@,$bindir,;t t
23787PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim 22466s,@sbindir@,$sbindir,;t t
23788exec_prefix!$exec_prefix$ac_delim 22467s,@libexecdir@,$libexecdir,;t t
23789prefix!$prefix$ac_delim 22468s,@datadir@,$datadir,;t t
23790program_transform_name!$program_transform_name$ac_delim 22469s,@sysconfdir@,$sysconfdir,;t t
23791bindir!$bindir$ac_delim 22470s,@sharedstatedir@,$sharedstatedir,;t t
23792sbindir!$sbindir$ac_delim 22471s,@localstatedir@,$localstatedir,;t t
23793libexecdir!$libexecdir$ac_delim 22472s,@libdir@,$libdir,;t t
23794datarootdir!$datarootdir$ac_delim 22473s,@includedir@,$includedir,;t t
23795datadir!$datadir$ac_delim 22474s,@oldincludedir@,$oldincludedir,;t t
23796sysconfdir!$sysconfdir$ac_delim 22475s,@infodir@,$infodir,;t t
23797sharedstatedir!$sharedstatedir$ac_delim 22476s,@mandir@,$mandir,;t t
23798localstatedir!$localstatedir$ac_delim 22477s,@build_alias@,$build_alias,;t t
23799includedir!$includedir$ac_delim 22478s,@host_alias@,$host_alias,;t t
23800oldincludedir!$oldincludedir$ac_delim 22479s,@target_alias@,$target_alias,;t t
23801docdir!$docdir$ac_delim 22480s,@DEFS@,$DEFS,;t t
23802infodir!$infodir$ac_delim 22481s,@ECHO_C@,$ECHO_C,;t t
23803htmldir!$htmldir$ac_delim 22482s,@ECHO_N@,$ECHO_N,;t t
23804dvidir!$dvidir$ac_delim 22483s,@ECHO_T@,$ECHO_T,;t t
23805pdfdir!$pdfdir$ac_delim 22484s,@LIBS@,$LIBS,;t t
23806psdir!$psdir$ac_delim 22485s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
23807libdir!$libdir$ac_delim 22486s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
23808localedir!$localedir$ac_delim 22487s,@INSTALL_DATA@,$INSTALL_DATA,;t t
23809mandir!$mandir$ac_delim 22488s,@CYGPATH_W@,$CYGPATH_W,;t t
23810DEFS!$DEFS$ac_delim 22489s,@PACKAGE@,$PACKAGE,;t t
23811ECHO_C!$ECHO_C$ac_delim 22490s,@VERSION@,$VERSION,;t t
23812ECHO_N!$ECHO_N$ac_delim 22491s,@ACLOCAL@,$ACLOCAL,;t t
23813ECHO_T!$ECHO_T$ac_delim 22492s,@AUTOCONF@,$AUTOCONF,;t t
23814LIBS!$LIBS$ac_delim 22493s,@AUTOMAKE@,$AUTOMAKE,;t t
23815build_alias!$build_alias$ac_delim 22494s,@AUTOHEADER@,$AUTOHEADER,;t t
23816host_alias!$host_alias$ac_delim 22495s,@MAKEINFO@,$MAKEINFO,;t t
23817target_alias!$target_alias$ac_delim 22496s,@install_sh@,$install_sh,;t t
23818INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim 22497s,@STRIP@,$STRIP,;t t
23819INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim 22498s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
23820INSTALL_DATA!$INSTALL_DATA$ac_delim 22499s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
23821CYGPATH_W!$CYGPATH_W$ac_delim 22500s,@mkdir_p@,$mkdir_p,;t t
23822PACKAGE!$PACKAGE$ac_delim 22501s,@AWK@,$AWK,;t t
23823VERSION!$VERSION$ac_delim 22502s,@SET_MAKE@,$SET_MAKE,;t t
23824ACLOCAL!$ACLOCAL$ac_delim 22503s,@am__leading_dot@,$am__leading_dot,;t t
23825AUTOCONF!$AUTOCONF$ac_delim 22504s,@AMTAR@,$AMTAR,;t t
23826AUTOMAKE!$AUTOMAKE$ac_delim 22505s,@am__tar@,$am__tar,;t t
23827AUTOHEADER!$AUTOHEADER$ac_delim 22506s,@am__untar@,$am__untar,;t t
23828MAKEINFO!$MAKEINFO$ac_delim 22507s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
23829AMTAR!$AMTAR$ac_delim 22508s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
23830install_sh!$install_sh$ac_delim 22509s,@MAINT@,$MAINT,;t t
23831STRIP!$STRIP$ac_delim 22510s,@CC@,$CC,;t t
23832INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim 22511s,@CFLAGS@,$CFLAGS,;t t
23833mkdir_p!$mkdir_p$ac_delim 22512s,@LDFLAGS@,$LDFLAGS,;t t
23834AWK!$AWK$ac_delim 22513s,@CPPFLAGS@,$CPPFLAGS,;t t
23835SET_MAKE!$SET_MAKE$ac_delim 22514s,@ac_ct_CC@,$ac_ct_CC,;t t
23836am__leading_dot!$am__leading_dot$ac_delim 22515s,@EXEEXT@,$EXEEXT,;t t
23837MAINTAINER_MODE_TRUE!$MAINTAINER_MODE_TRUE$ac_delim 22516s,@OBJEXT@,$OBJEXT,;t t
23838MAINTAINER_MODE_FALSE!$MAINTAINER_MODE_FALSE$ac_delim 22517s,@DEPDIR@,$DEPDIR,;t t
23839MAINT!$MAINT$ac_delim 22518s,@am__include@,$am__include,;t t
23840CC!$CC$ac_delim 22519s,@am__quote@,$am__quote,;t t
23841CFLAGS!$CFLAGS$ac_delim 22520s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
23842LDFLAGS!$LDFLAGS$ac_delim 22521s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
23843CPPFLAGS!$CPPFLAGS$ac_delim 22522s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
23844ac_ct_CC!$ac_ct_CC$ac_delim 22523s,@CCDEPMODE@,$CCDEPMODE,;t t
23845EXEEXT!$EXEEXT$ac_delim 22524s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
23846OBJEXT!$OBJEXT$ac_delim 22525s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
23847DEPDIR!$DEPDIR$ac_delim 22526s,@build@,$build,;t t
23848am__include!$am__include$ac_delim 22527s,@build_cpu@,$build_cpu,;t t
23849am__quote!$am__quote$ac_delim 22528s,@build_vendor@,$build_vendor,;t t
23850AMDEP_TRUE!$AMDEP_TRUE$ac_delim 22529s,@build_os@,$build_os,;t t
23851AMDEP_FALSE!$AMDEP_FALSE$ac_delim 22530s,@host@,$host,;t t
23852AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim 22531s,@host_cpu@,$host_cpu,;t t
23853CCDEPMODE!$CCDEPMODE$ac_delim 22532s,@host_vendor@,$host_vendor,;t t
23854am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim 22533s,@host_os@,$host_os,;t t
23855am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim 22534s,@EGREP@,$EGREP,;t t
23856build!$build$ac_delim 22535s,@LN_S@,$LN_S,;t t
23857build_cpu!$build_cpu$ac_delim 22536s,@ECHO@,$ECHO,;t t
23858build_vendor!$build_vendor$ac_delim 22537s,@AR@,$AR,;t t
23859build_os!$build_os$ac_delim 22538s,@ac_ct_AR@,$ac_ct_AR,;t t
23860host!$host$ac_delim 22539s,@RANLIB@,$RANLIB,;t t
23861host_cpu!$host_cpu$ac_delim 22540s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
23862host_vendor!$host_vendor$ac_delim 22541s,@DLLTOOL@,$DLLTOOL,;t t
23863host_os!$host_os$ac_delim 22542s,@ac_ct_DLLTOOL@,$ac_ct_DLLTOOL,;t t
23864GREP!$GREP$ac_delim 22543s,@AS@,$AS,;t t
23865EGREP!$EGREP$ac_delim 22544s,@ac_ct_AS@,$ac_ct_AS,;t t
23866LN_S!$LN_S$ac_delim 22545s,@OBJDUMP@,$OBJDUMP,;t t
23867ECHO!$ECHO$ac_delim 22546s,@ac_ct_OBJDUMP@,$ac_ct_OBJDUMP,;t t
23868AR!$AR$ac_delim 22547s,@CPP@,$CPP,;t t
23869RANLIB!$RANLIB$ac_delim 22548s,@CXX@,$CXX,;t t
23870DLLTOOL!$DLLTOOL$ac_delim 22549s,@CXXFLAGS@,$CXXFLAGS,;t t
23871AS!$AS$ac_delim 22550s,@ac_ct_CXX@,$ac_ct_CXX,;t t
23872OBJDUMP!$OBJDUMP$ac_delim 22551s,@CXXDEPMODE@,$CXXDEPMODE,;t t
23873CPP!$CPP$ac_delim 22552s,@am__fastdepCXX_TRUE@,$am__fastdepCXX_TRUE,;t t
23874CXX!$CXX$ac_delim 22553s,@am__fastdepCXX_FALSE@,$am__fastdepCXX_FALSE,;t t
23875CXXFLAGS!$CXXFLAGS$ac_delim 22554s,@CXXCPP@,$CXXCPP,;t t
23876ac_ct_CXX!$ac_ct_CXX$ac_delim 22555s,@F77@,$F77,;t t
23877CXXDEPMODE!$CXXDEPMODE$ac_delim 22556s,@FFLAGS@,$FFLAGS,;t t
23878_ACEOF 22557s,@ac_ct_F77@,$ac_ct_F77,;t t
23879 22558s,@LIBTOOL@,$LIBTOOL,;t t
23880 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then 22559s,@LIBTOOL_DEPS@,$LIBTOOL_DEPS,;t t
23881 break 22560s,@INSTALL_LTDL_TRUE@,$INSTALL_LTDL_TRUE,;t t
23882 elif $ac_last_try; then 22561s,@INSTALL_LTDL_FALSE@,$INSTALL_LTDL_FALSE,;t t
23883 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 22562s,@CONVENIENCE_LTDL_TRUE@,$CONVENIENCE_LTDL_TRUE,;t t
23884echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 22563s,@CONVENIENCE_LTDL_FALSE@,$CONVENIENCE_LTDL_FALSE,;t t
23885 { (exit 1); exit 1; }; } 22564s,@LIBADD_DL@,$LIBADD_DL,;t t
23886 else 22565s,@LIBOBJS@,$LIBOBJS,;t t
23887 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 22566s,@LTLIBOBJS@,$LTLIBOBJS,;t t
23888 fi 22567CEOF
23889done
23890
23891ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
23892if test -n "$ac_eof"; then
23893 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
23894 ac_eof=`expr $ac_eof + 1`
23895fi
23896
23897cat >>$CONFIG_STATUS <<_ACEOF
23898cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
23899/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
23900_ACEOF
23901sed '
23902s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
23903s/^/s,@/; s/!/@,|#_!!_#|/
23904:n
23905t n
23906s/'"$ac_delim"'$/,g/; t
23907s/$/\\/; p
23908N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
23909' >>$CONFIG_STATUS <conf$$subs.sed
23910rm -f conf$$subs.sed
23911cat >>$CONFIG_STATUS <<_ACEOF
23912CEOF$ac_eof
23913_ACEOF
23914
23915 22568
23916ac_delim='%!_!# '
23917for ac_last_try in false false false false false :; do
23918 cat >conf$$subs.sed <<_ACEOF
23919am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim
23920am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim
23921CXXCPP!$CXXCPP$ac_delim
23922F77!$F77$ac_delim
23923FFLAGS!$FFLAGS$ac_delim
23924ac_ct_F77!$ac_ct_F77$ac_delim
23925LIBTOOL!$LIBTOOL$ac_delim
23926LIBTOOL_DEPS!$LIBTOOL_DEPS$ac_delim
23927INSTALL_LTDL_TRUE!$INSTALL_LTDL_TRUE$ac_delim
23928INSTALL_LTDL_FALSE!$INSTALL_LTDL_FALSE$ac_delim
23929CONVENIENCE_LTDL_TRUE!$CONVENIENCE_LTDL_TRUE$ac_delim
23930CONVENIENCE_LTDL_FALSE!$CONVENIENCE_LTDL_FALSE$ac_delim
23931LIBADD_DL!$LIBADD_DL$ac_delim
23932LIBOBJS!$LIBOBJS$ac_delim
23933LTLIBOBJS!$LTLIBOBJS$ac_delim
23934_ACEOF 22569_ACEOF
23935 22570
23936 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 15; then 22571 cat >>$CONFIG_STATUS <<\_ACEOF
23937 break 22572 # Split the substitutions into bite-sized pieces for seds with
23938 elif $ac_last_try; then 22573 # small command number limits, like on Digital OSF/1 and HP-UX.
23939 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 22574 ac_max_sed_lines=48
23940echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 22575 ac_sed_frag=1 # Number of current file.
23941 { (exit 1); exit 1; }; } 22576 ac_beg=1 # First line for current file.
23942 else 22577 ac_end=$ac_max_sed_lines # Line after last line for current file.
23943 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 22578 ac_more_lines=:
22579 ac_sed_cmds=
22580 while $ac_more_lines; do
22581 if test $ac_beg -gt 1; then
22582 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
22583 else
22584 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
22585 fi
22586 if test ! -s $tmp/subs.frag; then
22587 ac_more_lines=false
22588 else
22589 # The purpose of the label and of the branching condition is to
22590 # speed up the sed processing (if there are no `@' at all, there
22591 # is no need to browse any of the substitutions).
22592 # These are the two extra sed commands mentioned above.
22593 (echo ':t
22594 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
22595 if test -z "$ac_sed_cmds"; then
22596 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
22597 else
22598 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
22599 fi
22600 ac_sed_frag=`expr $ac_sed_frag + 1`
22601 ac_beg=$ac_end
22602 ac_end=`expr $ac_end + $ac_max_sed_lines`
22603 fi
22604 done
22605 if test -z "$ac_sed_cmds"; then
22606 ac_sed_cmds=cat
23944 fi 22607 fi
23945done 22608fi # test -n "$CONFIG_FILES"
23946
23947ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
23948if test -n "$ac_eof"; then
23949 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
23950 ac_eof=`expr $ac_eof + 1`
23951fi
23952 22609
23953cat >>$CONFIG_STATUS <<_ACEOF
23954cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
23955/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
23956_ACEOF
23957sed '
23958s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
23959s/^/s,@/; s/!/@,|#_!!_#|/
23960:n
23961t n
23962s/'"$ac_delim"'$/,g/; t
23963s/$/\\/; p
23964N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
23965' >>$CONFIG_STATUS <conf$$subs.sed
23966rm -f conf$$subs.sed
23967cat >>$CONFIG_STATUS <<_ACEOF
23968:end
23969s/|#_!!_#|//g
23970CEOF$ac_eof
23971_ACEOF 22610_ACEOF
23972
23973
23974# VPATH may cause trouble with some makes, so we remove $(srcdir),
23975# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
23976# trailing colons and then remove the whole line if VPATH becomes empty
23977# (actually we leave an empty line to preserve line numbers).
23978if test "x$srcdir" = x.; then
23979 ac_vpsub='/^[ ]*VPATH[ ]*=/{
23980s/:*\$(srcdir):*/:/
23981s/:*\${srcdir}:*/:/
23982s/:*@srcdir@:*/:/
23983s/^\([^=]*=[ ]*\):*/\1/
23984s/:*$//
23985s/^[^=]*=[ ]*$//
23986}'
23987fi
23988
23989cat >>$CONFIG_STATUS <<\_ACEOF 22611cat >>$CONFIG_STATUS <<\_ACEOF
23990fi # test -n "$CONFIG_FILES" 22612for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
23991 22613 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
23992 22614 case $ac_file in
23993for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS 22615 - | *:- | *:-:* ) # input from stdin
23994do 22616 cat >$tmp/stdin
23995 case $ac_tag in 22617 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
23996 :[FHLC]) ac_mode=$ac_tag; continue;; 22618 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
23997 esac 22619 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
23998 case $ac_mode$ac_tag in 22620 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
23999 :[FHL]*:*);; 22621 * ) ac_file_in=$ac_file.in ;;
24000 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
24001echo "$as_me: error: Invalid tag $ac_tag." >&2;}
24002 { (exit 1); exit 1; }; };;
24003 :[FH]-) ac_tag=-:-;;
24004 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
24005 esac
24006 ac_save_IFS=$IFS
24007 IFS=:
24008 set x $ac_tag
24009 IFS=$ac_save_IFS
24010 shift
24011 ac_file=$1
24012 shift
24013
24014 case $ac_mode in
24015 :L) ac_source=$1;;
24016 :[FH])
24017 ac_file_inputs=
24018 for ac_f
24019 do
24020 case $ac_f in
24021 -) ac_f="$tmp/stdin";;
24022 *) # Look for the file first in the build tree, then in the source tree
24023 # (if the path is not absolute). The absolute path cannot be DOS-style,
24024 # because $ac_f cannot contain `:'.
24025 test -f "$ac_f" ||
24026 case $ac_f in
24027 [\\/$]*) false;;
24028 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
24029 esac ||
24030 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
24031echo "$as_me: error: cannot find input file: $ac_f" >&2;}
24032 { (exit 1); exit 1; }; };;
24033 esac
24034 ac_file_inputs="$ac_file_inputs $ac_f"
24035 done
24036
24037 # Let's still pretend it is `configure' which instantiates (i.e., don't
24038 # use $as_me), people would be surprised to read:
24039 # /* config.h. Generated by config.status. */
24040 configure_input="Generated from "`IFS=:
24041 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
24042 if test x"$ac_file" != x-; then
24043 configure_input="$ac_file. $configure_input"
24044 { echo "$as_me:$LINENO: creating $ac_file" >&5
24045echo "$as_me: creating $ac_file" >&6;}
24046 fi
24047
24048 case $ac_tag in
24049 *:-:* | *:-) cat >"$tmp/stdin";;
24050 esac
24051 ;;
24052 esac 22622 esac
24053 22623
24054 ac_dir=`$as_dirname -- "$ac_file" || 22624 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
22625 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
24055$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 22626$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
24056 X"$ac_file" : 'X\(//\)[^/]' \| \ 22627 X"$ac_file" : 'X\(//\)[^/]' \| \
24057 X"$ac_file" : 'X\(//\)$' \| \ 22628 X"$ac_file" : 'X\(//\)$' \| \
24058 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || 22629 X"$ac_file" : 'X\(/\)' \| \
22630 . : '\(.\)' 2>/dev/null ||
24059echo X"$ac_file" | 22631echo X"$ac_file" |
24060 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 22632 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
24061 s//\1/ 22633 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
24062 q 22634 /^X\(\/\/\)$/{ s//\1/; q; }
24063 } 22635 /^X\(\/\).*/{ s//\1/; q; }
24064 /^X\(\/\/\)[^/].*/{ 22636 s/.*/./; q'`
24065 s//\1/ 22637 { if $as_mkdir_p; then
24066 q 22638 mkdir -p "$ac_dir"
24067 } 22639 else
24068 /^X\(\/\/\)$/{ 22640 as_dir="$ac_dir"
24069 s//\1/
24070 q
24071 }
24072 /^X\(\/\).*/{
24073 s//\1/
24074 q
24075 }
24076 s/.*/./; q'`
24077 { as_dir="$ac_dir"
24078 case $as_dir in #(
24079 -*) as_dir=./$as_dir;;
24080 esac
24081 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
24082 as_dirs= 22641 as_dirs=
24083 while :; do 22642 while test ! -d "$as_dir"; do
24084 case $as_dir in #( 22643 as_dirs="$as_dir $as_dirs"
24085 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( 22644 as_dir=`(dirname "$as_dir") 2>/dev/null ||
24086 *) as_qdir=$as_dir;;
24087 esac
24088 as_dirs="'$as_qdir' $as_dirs"
24089 as_dir=`$as_dirname -- "$as_dir" ||
24090$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 22645$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
24091 X"$as_dir" : 'X\(//\)[^/]' \| \ 22646 X"$as_dir" : 'X\(//\)[^/]' \| \
24092 X"$as_dir" : 'X\(//\)$' \| \ 22647 X"$as_dir" : 'X\(//\)$' \| \
24093 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 22648 X"$as_dir" : 'X\(/\)' \| \
22649 . : '\(.\)' 2>/dev/null ||
24094echo X"$as_dir" | 22650echo X"$as_dir" |
24095 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 22651 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
24096 s//\1/ 22652 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
24097 q 22653 /^X\(\/\/\)$/{ s//\1/; q; }
24098 } 22654 /^X\(\/\).*/{ s//\1/; q; }
24099 /^X\(\/\/\)[^/].*/{ 22655 s/.*/./; q'`
24100 s//\1/
24101 q
24102 }
24103 /^X\(\/\/\)$/{
24104 s//\1/
24105 q
24106 }
24107 /^X\(\/\).*/{
24108 s//\1/
24109 q
24110 }
24111 s/.*/./; q'`
24112 test -d "$as_dir" && break
24113 done 22656 done
24114 test -z "$as_dirs" || eval "mkdir $as_dirs" 22657 test ! -n "$as_dirs" || mkdir $as_dirs
24115 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 22658 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
24116echo "$as_me: error: cannot create directory $as_dir" >&2;} 22659echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
24117 { (exit 1); exit 1; }; }; } 22660 { (exit 1); exit 1; }; }; }
22661
24118 ac_builddir=. 22662 ac_builddir=.
24119 22663
24120case "$ac_dir" in 22664if test "$ac_dir" != .; then
24121.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
24122*)
24123 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 22665 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
24124 # A ".." for each directory in $ac_dir_suffix. 22666 # A "../" for each directory in $ac_dir_suffix.
24125 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 22667 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
24126 case $ac_top_builddir_sub in 22668else
24127 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 22669 ac_dir_suffix= ac_top_builddir=
24128 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; 22670fi
24129 esac ;;
24130esac
24131ac_abs_top_builddir=$ac_pwd
24132ac_abs_builddir=$ac_pwd$ac_dir_suffix
24133# for backward compatibility:
24134ac_top_builddir=$ac_top_build_prefix
24135 22671
24136case $srcdir in 22672case $srcdir in
24137 .) # We are building in place. 22673 .) # No --srcdir option. We are building in place.
24138 ac_srcdir=. 22674 ac_srcdir=.
24139 ac_top_srcdir=$ac_top_builddir_sub 22675 if test -z "$ac_top_builddir"; then
24140 ac_abs_top_srcdir=$ac_pwd ;; 22676 ac_top_srcdir=.
24141 [\\/]* | ?:[\\/]* ) # Absolute name. 22677 else
22678 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
22679 fi ;;
22680 [\\/]* | ?:[\\/]* ) # Absolute path.
24142 ac_srcdir=$srcdir$ac_dir_suffix; 22681 ac_srcdir=$srcdir$ac_dir_suffix;
24143 ac_top_srcdir=$srcdir 22682 ac_top_srcdir=$srcdir ;;
24144 ac_abs_top_srcdir=$srcdir ;; 22683 *) # Relative path.
24145 *) # Relative name. 22684 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
24146 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix 22685 ac_top_srcdir=$ac_top_builddir$srcdir ;;
24147 ac_top_srcdir=$ac_top_build_prefix$srcdir
24148 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
24149esac 22686esac
24150ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
24151 22687
22688# Do not use `cd foo && pwd` to compute absolute paths, because
22689# the directories may not exist.
22690case `pwd` in
22691.) ac_abs_builddir="$ac_dir";;
22692*)
22693 case "$ac_dir" in
22694 .) ac_abs_builddir=`pwd`;;
22695 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
22696 *) ac_abs_builddir=`pwd`/"$ac_dir";;
22697 esac;;
22698esac
22699case $ac_abs_builddir in
22700.) ac_abs_top_builddir=${ac_top_builddir}.;;
22701*)
22702 case ${ac_top_builddir}. in
22703 .) ac_abs_top_builddir=$ac_abs_builddir;;
22704 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
22705 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
22706 esac;;
22707esac
22708case $ac_abs_builddir in
22709.) ac_abs_srcdir=$ac_srcdir;;
22710*)
22711 case $ac_srcdir in
22712 .) ac_abs_srcdir=$ac_abs_builddir;;
22713 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
22714 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
22715 esac;;
22716esac
22717case $ac_abs_builddir in
22718.) ac_abs_top_srcdir=$ac_top_srcdir;;
22719*)
22720 case $ac_top_srcdir in
22721 .) ac_abs_top_srcdir=$ac_abs_builddir;;
22722 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
22723 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
22724 esac;;
22725esac
24152 22726
24153 case $ac_mode in
24154 :F)
24155 #
24156 # CONFIG_FILE
24157 #
24158 22727
24159 case $INSTALL in 22728 case $INSTALL in
24160 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; 22729 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
24161 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; 22730 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
24162 esac 22731 esac
24163_ACEOF
24164 22732
24165cat >>$CONFIG_STATUS <<\_ACEOF 22733 if test x"$ac_file" != x-; then
24166# If the template does not know about datarootdir, expand it. 22734 { echo "$as_me:$LINENO: creating $ac_file" >&5
24167# FIXME: This hack should be removed a few years after 2.60. 22735echo "$as_me: creating $ac_file" >&6;}
24168ac_datarootdir_hack=; ac_datarootdir_seen= 22736 rm -f "$ac_file"
24169 22737 fi
24170case `sed -n '/datarootdir/ { 22738 # Let's still pretend it is `configure' which instantiates (i.e., don't
24171 p 22739 # use $as_me), people would be surprised to read:
24172 q 22740 # /* config.h. Generated by config.status. */
24173} 22741 if test x"$ac_file" = x-; then
24174/@datadir@/p 22742 configure_input=
24175/@docdir@/p 22743 else
24176/@infodir@/p 22744 configure_input="$ac_file. "
24177/@localedir@/p 22745 fi
24178/@mandir@/p 22746 configure_input=$configure_input"Generated from `echo $ac_file_in |
24179' $ac_file_inputs` in 22747 sed 's,.*/,,'` by configure."
24180*datarootdir*) ac_datarootdir_seen=yes;; 22748
24181*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) 22749 # First look for the input files in the build tree, otherwise in the
24182 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 22750 # src tree.
24183echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} 22751 ac_file_inputs=`IFS=:
24184_ACEOF 22752 for f in $ac_file_in; do
24185cat >>$CONFIG_STATUS <<_ACEOF 22753 case $f in
24186 ac_datarootdir_hack=' 22754 -) echo $tmp/stdin ;;
24187 s&@datadir@&$datadir&g 22755 [\\/$]*)
24188 s&@docdir@&$docdir&g 22756 # Absolute (can't be DOS-style, as IFS=:)
24189 s&@infodir@&$infodir&g 22757 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
24190 s&@localedir@&$localedir&g 22758echo "$as_me: error: cannot find input file: $f" >&2;}
24191 s&@mandir@&$mandir&g 22759 { (exit 1); exit 1; }; }
24192 s&\\\${datarootdir}&$datarootdir&g' ;; 22760 echo "$f";;
24193esac 22761 *) # Relative
22762 if test -f "$f"; then
22763 # Build tree
22764 echo "$f"
22765 elif test -f "$srcdir/$f"; then
22766 # Source tree
22767 echo "$srcdir/$f"
22768 else
22769 # /dev/null tree
22770 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
22771echo "$as_me: error: cannot find input file: $f" >&2;}
22772 { (exit 1); exit 1; }; }
22773 fi;;
22774 esac
22775 done` || { (exit 1); exit 1; }
24194_ACEOF 22776_ACEOF
24195
24196# Neutralize VPATH when `$srcdir' = `.'.
24197# Shell code in configure.ac might set extrasub.
24198# FIXME: do we really want to maintain this feature?
24199cat >>$CONFIG_STATUS <<_ACEOF 22777cat >>$CONFIG_STATUS <<_ACEOF
24200 sed "$ac_vpsub 22778 sed "$ac_vpsub
24201$extrasub 22779$extrasub
@@ -24203,130 +22781,248 @@ _ACEOF
24203cat >>$CONFIG_STATUS <<\_ACEOF 22781cat >>$CONFIG_STATUS <<\_ACEOF
24204:t 22782:t
24205/@[a-zA-Z_][a-zA-Z_0-9]*@/!b 22783/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
24206s&@configure_input@&$configure_input&;t t 22784s,@configure_input@,$configure_input,;t t
24207s&@top_builddir@&$ac_top_builddir_sub&;t t 22785s,@srcdir@,$ac_srcdir,;t t
24208s&@srcdir@&$ac_srcdir&;t t 22786s,@abs_srcdir@,$ac_abs_srcdir,;t t
24209s&@abs_srcdir@&$ac_abs_srcdir&;t t 22787s,@top_srcdir@,$ac_top_srcdir,;t t
24210s&@top_srcdir@&$ac_top_srcdir&;t t 22788s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
24211s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t 22789s,@builddir@,$ac_builddir,;t t
24212s&@builddir@&$ac_builddir&;t t 22790s,@abs_builddir@,$ac_abs_builddir,;t t
24213s&@abs_builddir@&$ac_abs_builddir&;t t 22791s,@top_builddir@,$ac_top_builddir,;t t
24214s&@abs_top_builddir@&$ac_abs_top_builddir&;t t 22792s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
24215s&@INSTALL@&$ac_INSTALL&;t t 22793s,@INSTALL@,$ac_INSTALL,;t t
24216$ac_datarootdir_hack 22794" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
24217" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out 22795 rm -f $tmp/stdin
24218 22796 if test x"$ac_file" != x-; then
24219test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 22797 mv $tmp/out $ac_file
24220 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && 22798 else
24221 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && 22799 cat $tmp/out
24222 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' 22800 rm -f $tmp/out
24223which seems to be undefined. Please make sure it is defined." >&5 22801 fi
24224echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 22802
24225which seems to be undefined. Please make sure it is defined." >&2;} 22803done
24226 22804_ACEOF
24227 rm -f "$tmp/stdin" 22805cat >>$CONFIG_STATUS <<\_ACEOF
22806
22807#
22808# CONFIG_HEADER section.
22809#
22810
22811# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
22812# NAME is the cpp macro being defined and VALUE is the value it is being given.
22813#
22814# ac_d sets the value in "#define NAME VALUE" lines.
22815ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
22816ac_dB='[ ].*$,\1#\2'
22817ac_dC=' '
22818ac_dD=',;t'
22819# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
22820ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
22821ac_uB='$,\1#\2define\3'
22822ac_uC=' '
22823ac_uD=',;t'
22824
22825for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
22826 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
24228 case $ac_file in 22827 case $ac_file in
24229 -) cat "$tmp/out"; rm -f "$tmp/out";; 22828 - | *:- | *:-:* ) # input from stdin
24230 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;; 22829 cat >$tmp/stdin
22830 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
22831 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
22832 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
22833 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
22834 * ) ac_file_in=$ac_file.in ;;
24231 esac 22835 esac
24232 ;; 22836
24233 :H) 22837 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
24234 # 22838echo "$as_me: creating $ac_file" >&6;}
24235 # CONFIG_HEADER 22839
24236 # 22840 # First look for the input files in the build tree, otherwise in the
22841 # src tree.
22842 ac_file_inputs=`IFS=:
22843 for f in $ac_file_in; do
22844 case $f in
22845 -) echo $tmp/stdin ;;
22846 [\\/$]*)
22847 # Absolute (can't be DOS-style, as IFS=:)
22848 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
22849echo "$as_me: error: cannot find input file: $f" >&2;}
22850 { (exit 1); exit 1; }; }
22851 # Do quote $f, to prevent DOS paths from being IFS'd.
22852 echo "$f";;
22853 *) # Relative
22854 if test -f "$f"; then
22855 # Build tree
22856 echo "$f"
22857 elif test -f "$srcdir/$f"; then
22858 # Source tree
22859 echo "$srcdir/$f"
22860 else
22861 # /dev/null tree
22862 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
22863echo "$as_me: error: cannot find input file: $f" >&2;}
22864 { (exit 1); exit 1; }; }
22865 fi;;
22866 esac
22867 done` || { (exit 1); exit 1; }
22868 # Remove the trailing spaces.
22869 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
22870
24237_ACEOF 22871_ACEOF
24238 22872
24239# Transform confdefs.h into a sed script `conftest.defines', that 22873# Transform confdefs.h into two sed scripts, `conftest.defines' and
24240# substitutes the proper values into config.h.in to produce config.h. 22874# `conftest.undefs', that substitutes the proper values into
24241rm -f conftest.defines conftest.tail 22875# config.h.in to produce config.h. The first handles `#define'
24242# First, append a space to every undef/define line, to ease matching. 22876# templates, and the second `#undef' templates.
24243echo 's/$/ /' >conftest.defines 22877# And first: Protect against being on the right side of a sed subst in
24244# Then, protect against being on the right side of a sed subst, or in 22878# config.status. Protect against being in an unquoted here document
24245# an unquoted here document, in config.status. If some macros were 22879# in config.status.
24246# called several times there might be several #defines for the same 22880rm -f conftest.defines conftest.undefs
24247# symbol, which is useless. But do not sort them, since the last 22881# Using a here document instead of a string reduces the quoting nightmare.
24248# AC_DEFINE must be honored. 22882# Putting comments in sed scripts is not portable.
24249ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* 22883#
24250# These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where 22884# `end' is used to avoid that the second main sed command (meant for
24251# NAME is the cpp macro being defined, VALUE is the value it is being given. 22885# 0-ary CPP macros) applies to n-ary macro definitions.
24252# PARAMS is the parameter list in the macro definition--in most cases, it's 22886# See the Autoconf documentation for `clear'.
24253# just an empty string. 22887cat >confdef2sed.sed <<\_ACEOF
24254ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*' 22888s/[\\&,]/\\&/g
24255ac_dB='\\)[ (].*,\\1define\\2' 22889s,[\\$`],\\&,g
24256ac_dC=' ' 22890t clear
24257ac_dD=' ,' 22891: clear
24258 22892s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
24259uniq confdefs.h | 22893t end
24260 sed -n ' 22894s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
24261 t rset 22895: end
24262 :rset 22896_ACEOF
24263 s/^[ ]*#[ ]*define[ ][ ]*// 22897# If some macros were called several times there might be several times
24264 t ok 22898# the same #defines, which is useless. Nevertheless, we may not want to
24265 d 22899# sort them, since we want the *last* AC-DEFINE to be honored.
24266 :ok 22900uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
24267 s/[\\&,]/\\&/g 22901sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
24268 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p 22902rm -f confdef2sed.sed
24269 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p 22903
24270 ' >>conftest.defines 22904# This sed command replaces #undef with comments. This is necessary, for
24271
24272# Remove the space that was appended to ease matching.
24273# Then replace #undef with comments. This is necessary, for
24274# example, in the case of _POSIX_SOURCE, which is predefined and required 22905# example, in the case of _POSIX_SOURCE, which is predefined and required
24275# on some systems where configure will not decide to define it. 22906# on some systems where configure will not decide to define it.
24276# (The regexp can be short, since the line contains either #define or #undef.) 22907cat >>conftest.undefs <<\_ACEOF
24277echo 's/ $// 22908s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
24278s,^[ #]*u.*,/* & */,' >>conftest.defines
24279
24280# Break up conftest.defines:
24281ac_max_sed_lines=50
24282
24283# First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
24284# Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
24285# Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
24286# et cetera.
24287ac_in='$ac_file_inputs'
24288ac_out='"$tmp/out1"'
24289ac_nxt='"$tmp/out2"'
24290
24291while :
24292do
24293 # Write a here document:
24294 cat >>$CONFIG_STATUS <<_ACEOF
24295 # First, check the format of the line:
24296 cat >"\$tmp/defines.sed" <<\\CEOF
24297/^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
24298/^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
24299b
24300:def
24301_ACEOF 22909_ACEOF
24302 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS 22910
22911# Break up conftest.defines because some shells have a limit on the size
22912# of here documents, and old seds have small limits too (100 cmds).
22913echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
22914echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
22915echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
22916echo ' :' >>$CONFIG_STATUS
22917rm -f conftest.tail
22918while grep . conftest.defines >/dev/null
22919do
22920 # Write a limited-size here document to $tmp/defines.sed.
22921 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
22922 # Speed up: don't consider the non `#define' lines.
22923 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
22924 # Work around the forget-to-reset-the-flag bug.
22925 echo 't clr' >>$CONFIG_STATUS
22926 echo ': clr' >>$CONFIG_STATUS
22927 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
24303 echo 'CEOF 22928 echo 'CEOF
24304 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS 22929 sed -f $tmp/defines.sed $tmp/in >$tmp/out
24305 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in 22930 rm -f $tmp/in
24306 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail 22931 mv $tmp/out $tmp/in
24307 grep . conftest.tail >/dev/null || break 22932' >>$CONFIG_STATUS
22933 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
24308 rm -f conftest.defines 22934 rm -f conftest.defines
24309 mv conftest.tail conftest.defines 22935 mv conftest.tail conftest.defines
24310done 22936done
24311rm -f conftest.defines conftest.tail 22937rm -f conftest.defines
22938echo ' fi # grep' >>$CONFIG_STATUS
22939echo >>$CONFIG_STATUS
22940
22941# Break up conftest.undefs because some shells have a limit on the size
22942# of here documents, and old seds have small limits too (100 cmds).
22943echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
22944rm -f conftest.tail
22945while grep . conftest.undefs >/dev/null
22946do
22947 # Write a limited-size here document to $tmp/undefs.sed.
22948 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
22949 # Speed up: don't consider the non `#undef'
22950 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
22951 # Work around the forget-to-reset-the-flag bug.
22952 echo 't clr' >>$CONFIG_STATUS
22953 echo ': clr' >>$CONFIG_STATUS
22954 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
22955 echo 'CEOF
22956 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
22957 rm -f $tmp/in
22958 mv $tmp/out $tmp/in
22959' >>$CONFIG_STATUS
22960 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
22961 rm -f conftest.undefs
22962 mv conftest.tail conftest.undefs
22963done
22964rm -f conftest.undefs
24312 22965
24313echo "ac_result=$ac_in" >>$CONFIG_STATUS
24314cat >>$CONFIG_STATUS <<\_ACEOF 22966cat >>$CONFIG_STATUS <<\_ACEOF
22967 # Let's still pretend it is `configure' which instantiates (i.e., don't
22968 # use $as_me), people would be surprised to read:
22969 # /* config.h. Generated by config.status. */
22970 if test x"$ac_file" = x-; then
22971 echo "/* Generated by configure. */" >$tmp/config.h
22972 else
22973 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
22974 fi
22975 cat $tmp/in >>$tmp/config.h
22976 rm -f $tmp/in
24315 if test x"$ac_file" != x-; then 22977 if test x"$ac_file" != x-; then
24316 echo "/* $configure_input */" >"$tmp/config.h" 22978 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
24317 cat "$ac_result" >>"$tmp/config.h"
24318 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
24319 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 22979 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
24320echo "$as_me: $ac_file is unchanged" >&6;} 22980echo "$as_me: $ac_file is unchanged" >&6;}
24321 else 22981 else
22982 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
22983$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
22984 X"$ac_file" : 'X\(//\)[^/]' \| \
22985 X"$ac_file" : 'X\(//\)$' \| \
22986 X"$ac_file" : 'X\(/\)' \| \
22987 . : '\(.\)' 2>/dev/null ||
22988echo X"$ac_file" |
22989 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
22990 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
22991 /^X\(\/\/\)$/{ s//\1/; q; }
22992 /^X\(\/\).*/{ s//\1/; q; }
22993 s/.*/./; q'`
22994 { if $as_mkdir_p; then
22995 mkdir -p "$ac_dir"
22996 else
22997 as_dir="$ac_dir"
22998 as_dirs=
22999 while test ! -d "$as_dir"; do
23000 as_dirs="$as_dir $as_dirs"
23001 as_dir=`(dirname "$as_dir") 2>/dev/null ||
23002$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
23003 X"$as_dir" : 'X\(//\)[^/]' \| \
23004 X"$as_dir" : 'X\(//\)$' \| \
23005 X"$as_dir" : 'X\(/\)' \| \
23006 . : '\(.\)' 2>/dev/null ||
23007echo X"$as_dir" |
23008 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
23009 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
23010 /^X\(\/\/\)$/{ s//\1/; q; }
23011 /^X\(\/\).*/{ s//\1/; q; }
23012 s/.*/./; q'`
23013 done
23014 test ! -n "$as_dirs" || mkdir $as_dirs
23015 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
23016echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
23017 { (exit 1); exit 1; }; }; }
23018
24322 rm -f $ac_file 23019 rm -f $ac_file
24323 mv "$tmp/config.h" $ac_file 23020 mv $tmp/config.h $ac_file
24324 fi 23021 fi
24325 else 23022 else
24326 echo "/* $configure_input */" 23023 cat $tmp/config.h
24327 cat "$ac_result" 23024 rm -f $tmp/config.h
24328 fi 23025 fi
24329 rm -f "$tmp/out12"
24330# Compute $ac_file's index in $config_headers. 23026# Compute $ac_file's index in $config_headers.
24331_am_stamp_count=1 23027_am_stamp_count=1
24332for _am_header in $config_headers :; do 23028for _am_header in $config_headers :; do
@@ -24337,39 +23033,135 @@ for _am_header in $config_headers :; do
24337 _am_stamp_count=`expr $_am_stamp_count + 1` ;; 23033 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
24338 esac 23034 esac
24339done 23035done
24340echo "timestamp for $ac_file" >`$as_dirname -- $ac_file || 23036echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
24341$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 23037$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
24342 X$ac_file : 'X\(//\)[^/]' \| \ 23038 X$ac_file : 'X\(//\)[^/]' \| \
24343 X$ac_file : 'X\(//\)$' \| \ 23039 X$ac_file : 'X\(//\)$' \| \
24344 X$ac_file : 'X\(/\)' \| . 2>/dev/null || 23040 X$ac_file : 'X\(/\)' \| \
23041 . : '\(.\)' 2>/dev/null ||
24345echo X$ac_file | 23042echo X$ac_file |
24346 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 23043 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
24347 s//\1/ 23044 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
24348 q 23045 /^X\(\/\/\)$/{ s//\1/; q; }
24349 } 23046 /^X\(\/\).*/{ s//\1/; q; }
24350 /^X\(\/\/\)[^/].*/{ 23047 s/.*/./; q'`/stamp-h$_am_stamp_count
24351 s//\1/ 23048done
24352 q 23049_ACEOF
24353 } 23050cat >>$CONFIG_STATUS <<\_ACEOF
24354 /^X\(\/\/\)$/{
24355 s//\1/
24356 q
24357 }
24358 /^X\(\/\).*/{
24359 s//\1/
24360 q
24361 }
24362 s/.*/./; q'`/stamp-h$_am_stamp_count
24363 ;;
24364 23051
24365 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5 23052#
24366echo "$as_me: executing $ac_file commands" >&6;} 23053# CONFIG_COMMANDS section.
24367 ;; 23054#
24368 esac 23055for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
23056 ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
23057 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
23058 ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
23059$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
23060 X"$ac_dest" : 'X\(//\)[^/]' \| \
23061 X"$ac_dest" : 'X\(//\)$' \| \
23062 X"$ac_dest" : 'X\(/\)' \| \
23063 . : '\(.\)' 2>/dev/null ||
23064echo X"$ac_dest" |
23065 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
23066 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
23067 /^X\(\/\/\)$/{ s//\1/; q; }
23068 /^X\(\/\).*/{ s//\1/; q; }
23069 s/.*/./; q'`
23070 { if $as_mkdir_p; then
23071 mkdir -p "$ac_dir"
23072 else
23073 as_dir="$ac_dir"
23074 as_dirs=
23075 while test ! -d "$as_dir"; do
23076 as_dirs="$as_dir $as_dirs"
23077 as_dir=`(dirname "$as_dir") 2>/dev/null ||
23078$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
23079 X"$as_dir" : 'X\(//\)[^/]' \| \
23080 X"$as_dir" : 'X\(//\)$' \| \
23081 X"$as_dir" : 'X\(/\)' \| \
23082 . : '\(.\)' 2>/dev/null ||
23083echo X"$as_dir" |
23084 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
23085 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
23086 /^X\(\/\/\)$/{ s//\1/; q; }
23087 /^X\(\/\).*/{ s//\1/; q; }
23088 s/.*/./; q'`
23089 done
23090 test ! -n "$as_dirs" || mkdir $as_dirs
23091 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
23092echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
23093 { (exit 1); exit 1; }; }; }
24369 23094
23095 ac_builddir=.
24370 23096
24371 case $ac_file$ac_mode in 23097if test "$ac_dir" != .; then
24372 "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do 23098 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
23099 # A "../" for each directory in $ac_dir_suffix.
23100 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
23101else
23102 ac_dir_suffix= ac_top_builddir=
23103fi
23104
23105case $srcdir in
23106 .) # No --srcdir option. We are building in place.
23107 ac_srcdir=.
23108 if test -z "$ac_top_builddir"; then
23109 ac_top_srcdir=.
23110 else
23111 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
23112 fi ;;
23113 [\\/]* | ?:[\\/]* ) # Absolute path.
23114 ac_srcdir=$srcdir$ac_dir_suffix;
23115 ac_top_srcdir=$srcdir ;;
23116 *) # Relative path.
23117 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
23118 ac_top_srcdir=$ac_top_builddir$srcdir ;;
23119esac
23120
23121# Do not use `cd foo && pwd` to compute absolute paths, because
23122# the directories may not exist.
23123case `pwd` in
23124.) ac_abs_builddir="$ac_dir";;
23125*)
23126 case "$ac_dir" in
23127 .) ac_abs_builddir=`pwd`;;
23128 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
23129 *) ac_abs_builddir=`pwd`/"$ac_dir";;
23130 esac;;
23131esac
23132case $ac_abs_builddir in
23133.) ac_abs_top_builddir=${ac_top_builddir}.;;
23134*)
23135 case ${ac_top_builddir}. in
23136 .) ac_abs_top_builddir=$ac_abs_builddir;;
23137 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
23138 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
23139 esac;;
23140esac
23141case $ac_abs_builddir in
23142.) ac_abs_srcdir=$ac_srcdir;;
23143*)
23144 case $ac_srcdir in
23145 .) ac_abs_srcdir=$ac_abs_builddir;;
23146 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
23147 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
23148 esac;;
23149esac
23150case $ac_abs_builddir in
23151.) ac_abs_top_srcdir=$ac_top_srcdir;;
23152*)
23153 case $ac_top_srcdir in
23154 .) ac_abs_top_srcdir=$ac_abs_builddir;;
23155 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
23156 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
23157 esac;;
23158esac
23159
23160
23161 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
23162echo "$as_me: executing $ac_dest commands" >&6;}
23163 case $ac_dest in
23164 depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
24373 # Strip MF so we end up with the name of the file. 23165 # Strip MF so we end up with the name of the file.
24374 mf=`echo "$mf" | sed -e 's/:.*$//'` 23166 mf=`echo "$mf" | sed -e 's/:.*$//'`
24375 # Check whether this is an Automake generated Makefile or not. 23167 # Check whether this is an Automake generated Makefile or not.
@@ -24379,129 +23171,86 @@ echo "$as_me: executing $ac_file commands" >&6;}
24379 # each Makefile.in and add a new line on top of each file to say so. 23171 # each Makefile.in and add a new line on top of each file to say so.
24380 # So let's grep whole file. 23172 # So let's grep whole file.
24381 if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then 23173 if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
24382 dirpart=`$as_dirname -- "$mf" || 23174 dirpart=`(dirname "$mf") 2>/dev/null ||
24383$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 23175$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
24384 X"$mf" : 'X\(//\)[^/]' \| \ 23176 X"$mf" : 'X\(//\)[^/]' \| \
24385 X"$mf" : 'X\(//\)$' \| \ 23177 X"$mf" : 'X\(//\)$' \| \
24386 X"$mf" : 'X\(/\)' \| . 2>/dev/null || 23178 X"$mf" : 'X\(/\)' \| \
23179 . : '\(.\)' 2>/dev/null ||
24387echo X"$mf" | 23180echo X"$mf" |
24388 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 23181 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
24389 s//\1/ 23182 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
24390 q 23183 /^X\(\/\/\)$/{ s//\1/; q; }
24391 } 23184 /^X\(\/\).*/{ s//\1/; q; }
24392 /^X\(\/\/\)[^/].*/{ 23185 s/.*/./; q'`
24393 s//\1/
24394 q
24395 }
24396 /^X\(\/\/\)$/{
24397 s//\1/
24398 q
24399 }
24400 /^X\(\/\).*/{
24401 s//\1/
24402 q
24403 }
24404 s/.*/./; q'`
24405 else 23186 else
24406 continue 23187 continue
24407 fi 23188 fi
24408 grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue 23189 # Extract the definition of DEPDIR, am__include, and am__quote
24409 # Extract the definition of DEP_FILES from the Makefile without 23190 # from the Makefile without running `make'.
24410 # running `make'.
24411 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` 23191 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
24412 test -z "$DEPDIR" && continue 23192 test -z "$DEPDIR" && continue
23193 am__include=`sed -n 's/^am__include = //p' < "$mf"`
23194 test -z "am__include" && continue
23195 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
24413 # When using ansi2knr, U may be empty or an underscore; expand it 23196 # When using ansi2knr, U may be empty or an underscore; expand it
24414 U=`sed -n 's/^U = //p' < "$mf"` 23197 U=`sed -n 's/^U = //p' < "$mf"`
24415 test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR" 23198 # Find all dependency output files, they are included files with
24416 # We invoke sed twice because it is the simplest approach to 23199 # $(DEPDIR) in their names. We invoke sed twice because it is the
24417 # changing $(DEPDIR) to its actual value in the expansion. 23200 # simplest approach to changing $(DEPDIR) to its actual value in the
24418 for file in `sed -n ' 23201 # expansion.
24419 /^DEP_FILES = .*\\\\$/ { 23202 for file in `sed -n "
24420 s/^DEP_FILES = // 23203 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
24421 :loop
24422 s/\\\\$//
24423 p
24424 n
24425 /\\\\$/ b loop
24426 p
24427 }
24428 /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
24429 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do 23204 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
24430 # Make sure the directory exists. 23205 # Make sure the directory exists.
24431 test -f "$dirpart/$file" && continue 23206 test -f "$dirpart/$file" && continue
24432 fdir=`$as_dirname -- "$file" || 23207 fdir=`(dirname "$file") 2>/dev/null ||
24433$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 23208$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
24434 X"$file" : 'X\(//\)[^/]' \| \ 23209 X"$file" : 'X\(//\)[^/]' \| \
24435 X"$file" : 'X\(//\)$' \| \ 23210 X"$file" : 'X\(//\)$' \| \
24436 X"$file" : 'X\(/\)' \| . 2>/dev/null || 23211 X"$file" : 'X\(/\)' \| \
23212 . : '\(.\)' 2>/dev/null ||
24437echo X"$file" | 23213echo X"$file" |
24438 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 23214 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
24439 s//\1/ 23215 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
24440 q 23216 /^X\(\/\/\)$/{ s//\1/; q; }
24441 } 23217 /^X\(\/\).*/{ s//\1/; q; }
24442 /^X\(\/\/\)[^/].*/{ 23218 s/.*/./; q'`
24443 s//\1/ 23219 { if $as_mkdir_p; then
24444 q 23220 mkdir -p $dirpart/$fdir
24445 } 23221 else
24446 /^X\(\/\/\)$/{ 23222 as_dir=$dirpart/$fdir
24447 s//\1/
24448 q
24449 }
24450 /^X\(\/\).*/{
24451 s//\1/
24452 q
24453 }
24454 s/.*/./; q'`
24455 { as_dir=$dirpart/$fdir
24456 case $as_dir in #(
24457 -*) as_dir=./$as_dir;;
24458 esac
24459 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
24460 as_dirs= 23223 as_dirs=
24461 while :; do 23224 while test ! -d "$as_dir"; do
24462 case $as_dir in #( 23225 as_dirs="$as_dir $as_dirs"
24463 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( 23226 as_dir=`(dirname "$as_dir") 2>/dev/null ||
24464 *) as_qdir=$as_dir;;
24465 esac
24466 as_dirs="'$as_qdir' $as_dirs"
24467 as_dir=`$as_dirname -- "$as_dir" ||
24468$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 23227$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
24469 X"$as_dir" : 'X\(//\)[^/]' \| \ 23228 X"$as_dir" : 'X\(//\)[^/]' \| \
24470 X"$as_dir" : 'X\(//\)$' \| \ 23229 X"$as_dir" : 'X\(//\)$' \| \
24471 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 23230 X"$as_dir" : 'X\(/\)' \| \
23231 . : '\(.\)' 2>/dev/null ||
24472echo X"$as_dir" | 23232echo X"$as_dir" |
24473 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 23233 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
24474 s//\1/ 23234 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
24475 q 23235 /^X\(\/\/\)$/{ s//\1/; q; }
24476 } 23236 /^X\(\/\).*/{ s//\1/; q; }
24477 /^X\(\/\/\)[^/].*/{ 23237 s/.*/./; q'`
24478 s//\1/
24479 q
24480 }
24481 /^X\(\/\/\)$/{
24482 s//\1/
24483 q
24484 }
24485 /^X\(\/\).*/{
24486 s//\1/
24487 q
24488 }
24489 s/.*/./; q'`
24490 test -d "$as_dir" && break
24491 done 23238 done
24492 test -z "$as_dirs" || eval "mkdir $as_dirs" 23239 test ! -n "$as_dirs" || mkdir $as_dirs
24493 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 23240 fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
24494echo "$as_me: error: cannot create directory $as_dir" >&2;} 23241echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
24495 { (exit 1); exit 1; }; }; } 23242 { (exit 1); exit 1; }; }; }
23243
24496 # echo "creating $dirpart/$file" 23244 # echo "creating $dirpart/$file"
24497 echo '# dummy' > "$dirpart/$file" 23245 echo '# dummy' > "$dirpart/$file"
24498 done 23246 done
24499done 23247done
24500 ;; 23248 ;;
24501
24502 esac 23249 esac
24503done # for ac_tag 23250done
23251_ACEOF
24504 23252
23253cat >>$CONFIG_STATUS <<\_ACEOF
24505 23254
24506{ (exit 0); exit 0; } 23255{ (exit 0); exit 0; }
24507_ACEOF 23256_ACEOF