]> git.ipfire.org Git - thirdparty/gcc.git/blame - libffi/configure
Fix tests for std::variant to match original intention
[thirdparty/gcc.git] / libffi / configure
CommitLineData
47c5fab6 1#! /bin/sh
47c5fab6 2# Guess values for system-dependent variables and create Makefiles.
f00f02a3 3# Generated by GNU Autoconf 2.69 for libffi 3.99999.
b375837d 4#
89d8a412 5# Report bugs to <http://github.com/atgreen/libffi/issues>.
47c5fab6 6#
f00f02a3 7#
8# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
9#
cd9a469c 10#
47c5fab6 11# This configure script is free software; the Free Software Foundation
12# gives unlimited permission to copy, distribute and modify it.
cd9a469c 13## -------------------- ##
14## M4sh Initialization. ##
15## -------------------- ##
b375837d 16
cd9a469c 17# Be more Bourne compatible
18DUALCASE=1; export DUALCASE # for MKS sh
19if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b375837d 20 emulate sh
21 NULLCMD=:
cd9a469c 22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b375837d 23 # is contrary to our usage. Disable this feature.
24 alias -g '${1+"$@"}'='"$@"'
cd9a469c 25 setopt NO_GLOB_SUBST
26else
27 case `(set -o) 2>/dev/null` in #(
28 *posix*) :
29 set -o posix ;; #(
30 *) :
31 ;;
32esac
b375837d 33fi
b375837d 34
cd9a469c 35
36as_nl='
37'
38export as_nl
39# Printing a long string crashes Solaris 7 /usr/bin/printf.
40as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
43# Prefer a ksh shell builtin over an external printf program on Solaris,
44# but without wasting forks for bash or zsh.
45if test -z "$BASH_VERSION$ZSH_VERSION" \
46 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
47 as_echo='print -r --'
48 as_echo_n='print -rn --'
49elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50 as_echo='printf %s\n'
51 as_echo_n='printf %s'
52else
53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55 as_echo_n='/usr/ucb/echo -n'
56 else
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58 as_echo_n_body='eval
59 arg=$1;
60 case $arg in #(
61 *"$as_nl"*)
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64 esac;
65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
66 '
67 export as_echo_n_body
68 as_echo_n='sh -c $as_echo_n_body as_echo'
69 fi
70 export as_echo_body
71 as_echo='sh -c $as_echo_body as_echo'
72fi
73
74# The user is always right.
75if test "${PATH_SEPARATOR+set}" != set; then
76 PATH_SEPARATOR=:
77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79 PATH_SEPARATOR=';'
80 }
b375837d 81fi
82
83
cd9a469c 84# IFS
85# We need space, tab and new line, in precisely that order. Quoting is
86# there to prevent editors from complaining about space-tab.
87# (If _AS_PATH_WALK were called with IFS unset, it would disable word
88# splitting by setting IFS to empty value.)
89IFS=" "" $as_nl"
90
91# Find who we are. Look in the path if we contain no directory separator.
f00f02a3 92as_myself=
cd9a469c 93case $0 in #((
94 *[\\/]* ) as_myself=$0 ;;
95 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
96for as_dir in $PATH
97do
98 IFS=$as_save_IFS
99 test -z "$as_dir" && as_dir=.
100 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
101 done
102IFS=$as_save_IFS
103
104 ;;
105esac
106# We did not find ourselves, most probably we were run as `sh COMMAND'
107# in which case we are not to be found in the path.
108if test "x$as_myself" = x; then
109 as_myself=$0
110fi
111if test ! -f "$as_myself"; then
112 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
113 exit 1
114fi
115
116# Unset variables that we do not need and which cause bugs (e.g. in
117# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
118# suppresses any "Segmentation fault" message there. '((' could
119# trigger a bug in pdksh 5.2.14.
120for as_var in BASH_ENV ENV MAIL MAILPATH
121do eval test x\${$as_var+set} = xset \
122 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
123done
b375837d 124PS1='$ '
125PS2='> '
126PS4='+ '
127
128# NLS nuisances.
cd9a469c 129LC_ALL=C
130export LC_ALL
131LANGUAGE=C
132export LANGUAGE
133
134# CDPATH.
135(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
136
f00f02a3 137# Use a proper internal environment variable to ensure we don't fall
138 # into an infinite loop, continuously re-executing ourselves.
139 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
140 _as_can_reexec=no; export _as_can_reexec;
141 # We cannot yet assume a decent shell, so we have to provide a
142# neutralization value for shells without unset; and this also
143# works around shells that cannot unset nonexistent variables.
144# Preserve -v and -x to the replacement shell.
145BASH_ENV=/dev/null
146ENV=/dev/null
147(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
148case $- in # ((((
149 *v*x* | *x*v* ) as_opts=-vx ;;
150 *v* ) as_opts=-v ;;
151 *x* ) as_opts=-x ;;
152 * ) as_opts= ;;
153esac
154exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
155# Admittedly, this is quite paranoid, since all the known shells bail
156# out after a failed `exec'.
157$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
158as_fn_exit 255
159 fi
160 # We don't want this to propagate to other subprocesses.
161 { _as_can_reexec=; unset _as_can_reexec;}
cd9a469c 162if test "x$CONFIG_SHELL" = x; then
163 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
164 emulate sh
165 NULLCMD=:
166 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
167 # is contrary to our usage. Disable this feature.
168 alias -g '\${1+\"\$@\"}'='\"\$@\"'
169 setopt NO_GLOB_SUBST
170else
171 case \`(set -o) 2>/dev/null\` in #(
172 *posix*) :
173 set -o posix ;; #(
174 *) :
175 ;;
176esac
177fi
178"
179 as_required="as_fn_return () { (exit \$1); }
180as_fn_success () { as_fn_return 0; }
181as_fn_failure () { as_fn_return 1; }
182as_fn_ret_success () { return 0; }
183as_fn_ret_failure () { return 1; }
184
185exitcode=0
186as_fn_success || { exitcode=1; echo as_fn_success failed.; }
187as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
188as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
189as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
190if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
191
192else
193 exitcode=1; echo positional parameters were not saved.
194fi
f00f02a3 195test x\$exitcode = x0 || exit 1
196test -x / || exit 1"
cd9a469c 197 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
198 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
199 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
200 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
e6408286 201
202 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
203 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
204 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
205 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
206 PATH=/empty FPATH=/empty; export PATH FPATH
207 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
208 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
cd9a469c 209test \$(( 1 + 1 )) = 2 || exit 1"
210 if (eval "$as_required") 2>/dev/null; then :
211 as_have_required=yes
212else
213 as_have_required=no
214fi
215 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
216
217else
218 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
219as_found=false
220for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
b375837d 221do
cd9a469c 222 IFS=$as_save_IFS
223 test -z "$as_dir" && as_dir=.
224 as_found=:
225 case $as_dir in #(
226 /*)
227 for as_base in sh bash ksh sh5; do
228 # Try only shells that exist, to save several forks.
229 as_shell=$as_dir/$as_base
230 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
231 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
232 CONFIG_SHELL=$as_shell as_have_required=yes
233 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
234 break 2
235fi
236fi
237 done;;
238 esac
239 as_found=false
240done
241$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
242 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
243 CONFIG_SHELL=$SHELL as_have_required=yes
244fi; }
245IFS=$as_save_IFS
246
247
248 if test "x$CONFIG_SHELL" != x; then :
f00f02a3 249 export CONFIG_SHELL
250 # We cannot yet assume a decent shell, so we have to provide a
251# neutralization value for shells without unset; and this also
252# works around shells that cannot unset nonexistent variables.
253# Preserve -v and -x to the replacement shell.
254BASH_ENV=/dev/null
255ENV=/dev/null
256(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
257case $- in # ((((
258 *v*x* | *x*v* ) as_opts=-vx ;;
259 *v* ) as_opts=-v ;;
260 *x* ) as_opts=-x ;;
261 * ) as_opts= ;;
262esac
263exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
264# Admittedly, this is quite paranoid, since all the known shells bail
265# out after a failed `exec'.
266$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
267exit 255
cd9a469c 268fi
269
270 if test x$as_have_required = xno; then :
271 $as_echo "$0: This script requires a shell more modern than all"
272 $as_echo "$0: the shells that I found on your system."
273 if test x${ZSH_VERSION+set} = xset ; then
274 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
275 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
b375837d 276 else
cd9a469c 277 $as_echo "$0: Please tell bug-autoconf@gnu.org and
89d8a412 278$0: http://github.com/atgreen/libffi/issues about your
279$0: system, including any error possibly output before this
cd9a469c 280$0: message. Then install a modern shell, or manually run
281$0: the script under such a shell if you do have one."
b375837d 282 fi
cd9a469c 283 exit 1
284fi
285fi
286fi
287SHELL=${CONFIG_SHELL-/bin/sh}
288export SHELL
289# Unset more variables known to interfere with behavior of common tools.
290CLICOLOR_FORCE= GREP_OPTIONS=
291unset CLICOLOR_FORCE GREP_OPTIONS
292
293## --------------------- ##
294## M4sh Shell Functions. ##
295## --------------------- ##
296# as_fn_unset VAR
297# ---------------
298# Portably unset VAR.
299as_fn_unset ()
300{
301 { eval $1=; unset $1;}
302}
303as_unset=as_fn_unset
304
305# as_fn_set_status STATUS
306# -----------------------
307# Set $? to STATUS, without forking.
308as_fn_set_status ()
309{
310 return $1
311} # as_fn_set_status
312
313# as_fn_exit STATUS
314# -----------------
315# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
316as_fn_exit ()
317{
318 set +e
319 as_fn_set_status $1
320 exit $1
321} # as_fn_exit
322
323# as_fn_mkdir_p
324# -------------
325# Create "$as_dir" as a directory, including parents if necessary.
326as_fn_mkdir_p ()
327{
328
329 case $as_dir in #(
330 -*) as_dir=./$as_dir;;
331 esac
332 test -d "$as_dir" || eval $as_mkdir_p || {
333 as_dirs=
334 while :; do
335 case $as_dir in #(
336 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
337 *) as_qdir=$as_dir;;
338 esac
339 as_dirs="'$as_qdir' $as_dirs"
340 as_dir=`$as_dirname -- "$as_dir" ||
341$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
342 X"$as_dir" : 'X\(//\)[^/]' \| \
343 X"$as_dir" : 'X\(//\)$' \| \
344 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
345$as_echo X"$as_dir" |
346 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
347 s//\1/
348 q
349 }
350 /^X\(\/\/\)[^/].*/{
351 s//\1/
352 q
353 }
354 /^X\(\/\/\)$/{
355 s//\1/
356 q
357 }
358 /^X\(\/\).*/{
359 s//\1/
360 q
361 }
362 s/.*/./; q'`
363 test -d "$as_dir" && break
364 done
365 test -z "$as_dirs" || eval "mkdir $as_dirs"
f00f02a3 366 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
cd9a469c 367
368
369} # as_fn_mkdir_p
f00f02a3 370
371# as_fn_executable_p FILE
372# -----------------------
373# Test if FILE is an executable regular file.
374as_fn_executable_p ()
375{
376 test -f "$1" && test -x "$1"
377} # as_fn_executable_p
cd9a469c 378# as_fn_append VAR VALUE
379# ----------------------
380# Append the text in VALUE to the end of the definition contained in VAR. Take
381# advantage of any shell optimizations that allow amortized linear growth over
382# repeated appends, instead of the typical quadratic growth present in naive
383# implementations.
384if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
385 eval 'as_fn_append ()
386 {
387 eval $1+=\$2
388 }'
389else
390 as_fn_append ()
391 {
392 eval $1=\$$1\$2
393 }
394fi # as_fn_append
395
396# as_fn_arith ARG...
397# ------------------
398# Perform arithmetic evaluation on the ARGs, and store the result in the
399# global $as_val. Take advantage of shells that can avoid forks. The arguments
400# must be portable across $(()) and expr.
401if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
402 eval 'as_fn_arith ()
403 {
404 as_val=$(( $* ))
405 }'
406else
407 as_fn_arith ()
408 {
409 as_val=`expr "$@" || test $? -eq 1`
410 }
411fi # as_fn_arith
412
413
f00f02a3 414# as_fn_error STATUS ERROR [LINENO LOG_FD]
415# ----------------------------------------
cd9a469c 416# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
417# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
f00f02a3 418# script with STATUS, using 1 if that was 0.
cd9a469c 419as_fn_error ()
420{
f00f02a3 421 as_status=$1; test $as_status -eq 0 && as_status=1
422 if test "$4"; then
423 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
424 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
cd9a469c 425 fi
f00f02a3 426 $as_echo "$as_me: error: $2" >&2
cd9a469c 427 as_fn_exit $as_status
428} # as_fn_error
b375837d 429
cd9a469c 430if expr a : '\(a\)' >/dev/null 2>&1 &&
431 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b375837d 432 as_expr=expr
433else
434 as_expr=false
435fi
436
cd9a469c 437if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b375837d 438 as_basename=basename
439else
440 as_basename=false
441fi
442
cd9a469c 443if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
444 as_dirname=dirname
445else
446 as_dirname=false
447fi
b375837d 448
cd9a469c 449as_me=`$as_basename -- "$0" ||
b375837d 450$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
451 X"$0" : 'X\(//\)$' \| \
cd9a469c 452 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
453$as_echo X/"$0" |
454 sed '/^.*\/\([^/][^/]*\)\/*$/{
455 s//\1/
456 q
457 }
458 /^X\/\(\/\/\)$/{
459 s//\1/
460 q
461 }
462 /^X\/\(\/\).*/{
463 s//\1/
464 q
465 }
466 s/.*/./; q'`
b375837d 467
b375837d 468# Avoid depending upon Character Ranges.
469as_cr_letters='abcdefghijklmnopqrstuvwxyz'
470as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
471as_cr_Letters=$as_cr_letters$as_cr_LETTERS
472as_cr_digits='0123456789'
473as_cr_alnum=$as_cr_Letters$as_cr_digits
474
b375837d 475
cd9a469c 476 as_lineno_1=$LINENO as_lineno_1a=$LINENO
477 as_lineno_2=$LINENO as_lineno_2a=$LINENO
478 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
479 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
480 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
481 sed -n '
482 p
483 /[$]LINENO/=
484 ' <$as_myself |
b375837d 485 sed '
cd9a469c 486 s/[$]LINENO.*/&-/
487 t lineno
488 b
489 :lineno
b375837d 490 N
cd9a469c 491 :loop
492 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
b375837d 493 t loop
cd9a469c 494 s/-\n.*//
b375837d 495 ' >$as_me.lineno &&
cd9a469c 496 chmod +x "$as_me.lineno" ||
497 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
b375837d 498
f00f02a3 499 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
500 # already done that, so ensure we don't try to do so again and fall
501 # in an infinite loop. This has already happened in practice.
502 _as_can_reexec=no; export _as_can_reexec
b375837d 503 # Don't try to exec as it changes $[0], causing all sort of problems
504 # (the dirname of $[0] is not the place where we might find the
cd9a469c 505 # original and so on. Autoconf is especially sensitive to this).
506 . "./$as_me.lineno"
b375837d 507 # Exit status is that of the last command.
508 exit
509}
510
cd9a469c 511ECHO_C= ECHO_N= ECHO_T=
512case `echo -n x` in #(((((
513-n*)
514 case `echo 'xy\c'` in
515 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
516 xy) ECHO_C='\c';;
517 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
518 ECHO_T=' ';;
519 esac;;
520*)
521 ECHO_N='-n';;
b375837d 522esac
523
cd9a469c 524rm -f conf$$ conf$$.exe conf$$.file
525if test -d conf$$.dir; then
526 rm -f conf$$.dir/conf$$.file
b375837d 527else
cd9a469c 528 rm -f conf$$.dir
529 mkdir conf$$.dir 2>/dev/null
b375837d 530fi
cd9a469c 531if (echo >conf$$.file) 2>/dev/null; then
532 if ln -s conf$$.file conf$$ 2>/dev/null; then
b375837d 533 as_ln_s='ln -s'
cd9a469c 534 # ... but there are two gotchas:
535 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
536 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
f00f02a3 537 # In both cases, we have to default to `cp -pR'.
cd9a469c 538 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
f00f02a3 539 as_ln_s='cp -pR'
cd9a469c 540 elif ln conf$$.file conf$$ 2>/dev/null; then
541 as_ln_s=ln
542 else
f00f02a3 543 as_ln_s='cp -pR'
b375837d 544 fi
b375837d 545else
f00f02a3 546 as_ln_s='cp -pR'
b375837d 547fi
cd9a469c 548rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
549rmdir conf$$.dir 2>/dev/null
b375837d 550
551if mkdir -p . 2>/dev/null; then
cd9a469c 552 as_mkdir_p='mkdir -p "$as_dir"'
b375837d 553else
554 test -d ./-p && rmdir ./-p
555 as_mkdir_p=false
556fi
557
f00f02a3 558as_test_x='test -x'
559as_executable_p=as_fn_executable_p
b375837d 560
561# Sed expression to map a string onto a valid CPP name.
562as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
563
564# Sed expression to map a string onto a valid variable name.
565as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
566
542f9784 567SHELL=${CONFIG_SHELL-/bin/sh}
568
542f9784 569
f00f02a3 570test -n "$DJDIR" || exec 7<&0 </dev/null
571exec 6>&1
cd9a469c 572
b375837d 573# Name of the host.
f00f02a3 574# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
b375837d 575# so uname gets run too.
576ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
47c5fab6 577
b375837d 578#
579# Initializations.
580#
47c5fab6 581ac_default_prefix=/usr/local
cd9a469c 582ac_clean_files=
b375837d 583ac_config_libobj_dir=.
cd9a469c 584LIBOBJS=
b375837d 585cross_compiling=no
586subdirs=
587MFLAGS=
588MAKEFLAGS=
b375837d 589
590# Identity of this package.
591PACKAGE_NAME='libffi'
592PACKAGE_TARNAME='libffi'
89d8a412 593PACKAGE_VERSION='3.99999'
594PACKAGE_STRING='libffi 3.99999'
595PACKAGE_BUGREPORT='http://github.com/atgreen/libffi/issues'
cd9a469c 596PACKAGE_URL=''
b375837d 597
2be99030 598# Factoring default headers for most tests.
599ac_includes_default="\
600#include <stdio.h>
cd9a469c 601#ifdef HAVE_SYS_TYPES_H
2be99030 602# include <sys/types.h>
603#endif
cd9a469c 604#ifdef HAVE_SYS_STAT_H
2be99030 605# include <sys/stat.h>
606#endif
cd9a469c 607#ifdef STDC_HEADERS
2be99030 608# include <stdlib.h>
609# include <stddef.h>
610#else
cd9a469c 611# ifdef HAVE_STDLIB_H
2be99030 612# include <stdlib.h>
613# endif
614#endif
cd9a469c 615#ifdef HAVE_STRING_H
616# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
2be99030 617# include <memory.h>
618# endif
619# include <string.h>
620#endif
cd9a469c 621#ifdef HAVE_STRINGS_H
2be99030 622# include <strings.h>
623#endif
cd9a469c 624#ifdef HAVE_INTTYPES_H
2be99030 625# include <inttypes.h>
2be99030 626#endif
cd9a469c 627#ifdef HAVE_STDINT_H
628# include <stdint.h>
629#endif
630#ifdef HAVE_UNISTD_H
2be99030 631# include <unistd.h>
632#endif"
633
cd9a469c 634ac_subst_vars='am__EXEEXT_FALSE
635am__EXEEXT_TRUE
636LTLIBOBJS
637LIBOBJS
602de845 638get_gcc_base_ver
86d5c70d 639LIBAT_BUILD_VERSIONED_SHLIB_SUN_FALSE
640LIBAT_BUILD_VERSIONED_SHLIB_SUN_TRUE
641LIBAT_BUILD_VERSIONED_SHLIB_GNU_FALSE
642LIBAT_BUILD_VERSIONED_SHLIB_GNU_TRUE
643LIBAT_BUILD_VERSIONED_SHLIB_FALSE
644LIBAT_BUILD_VERSIONED_SHLIB_TRUE
645OPT_LDFLAGS
646SECTION_LDFLAGS
cd9a469c 647toolexeclibdir
648toolexecdir
a65f362a 649FFI_DEBUG_FALSE
650FFI_DEBUG_TRUE
89d8a412 651TARGET_OBJ
cd9a469c 652TARGETDIR
653TARGET
a65f362a 654FFI_EXEC_TRAMPOLINE_TABLE
655FFI_EXEC_TRAMPOLINE_TABLE_FALSE
656FFI_EXEC_TRAMPOLINE_TABLE_TRUE
f7d6f268 657HAVE_LONG_DOUBLE_VARIANT
cd9a469c 658HAVE_LONG_DOUBLE
659ALLOCA
1a42df5d 660AM_LTLDFLAGS
cd9a469c 661AM_RUNTESTFLAGS
662TESTSUBDIR_FALSE
663TESTSUBDIR_TRUE
664MAINT
665MAINTAINER_MODE_FALSE
666MAINTAINER_MODE_TRUE
89d8a412 667CXXCPP
cd9a469c 668CPP
669OTOOL64
670OTOOL
671LIPO
672NMEDIT
673DSYMUTIL
cd9a469c 674RANLIB
675AR
676OBJDUMP
677LN_S
678NM
679ac_ct_DUMPBIN
680DUMPBIN
681LD
682FGREP
683EGREP
684GREP
685SED
686LIBTOOL
687am__fastdepCCAS_FALSE
688am__fastdepCCAS_TRUE
689CCASDEPMODE
690CCASFLAGS
691CCAS
89d8a412 692am__fastdepCXX_FALSE
693am__fastdepCXX_TRUE
694CXXDEPMODE
695ac_ct_CXX
696CXXFLAGS
697CXX
cd9a469c 698am__fastdepCC_FALSE
699am__fastdepCC_TRUE
700CCDEPMODE
eca2514d 701am__nodep
cd9a469c 702AMDEPBACKSLASH
703AMDEP_FALSE
704AMDEP_TRUE
705am__quote
706am__include
707DEPDIR
708OBJEXT
709EXEEXT
710ac_ct_CC
711CPPFLAGS
712LDFLAGS
713CFLAGS
714CC
8cd092c9 715GENINSRC_FALSE
716GENINSRC_TRUE
717BUILD_INFO_FALSE
718BUILD_INFO_TRUE
f00f02a3 719AM_BACKSLASH
720AM_DEFAULT_VERBOSITY
721AM_DEFAULT_V
722AM_V
cd9a469c 723am__untar
724am__tar
725AMTAR
726am__leading_dot
727SET_MAKE
728AWK
729mkdir_p
730MKDIR_P
731INSTALL_STRIP_PROGRAM
732STRIP
733install_sh
734MAKEINFO
735AUTOHEADER
736AUTOMAKE
737AUTOCONF
738ACLOCAL
739VERSION
740PACKAGE
741CYGPATH_W
742am__isrc
743INSTALL_DATA
744INSTALL_SCRIPT
745INSTALL_PROGRAM
746target_os
747target_vendor
748target_cpu
749target
750host_os
751host_vendor
752host_cpu
753host
754build_os
755build_vendor
756build_cpu
757build
758multi_basedir
759target_alias
760host_alias
761build_alias
762LIBS
763ECHO_T
764ECHO_N
765ECHO_C
766DEFS
767mandir
768localedir
769libdir
770psdir
771pdfdir
772dvidir
773htmldir
774infodir
775docdir
776oldincludedir
777includedir
778localstatedir
779sharedstatedir
780sysconfdir
781datadir
782datarootdir
783libexecdir
784sbindir
785bindir
786program_transform_name
787prefix
788exec_prefix
789PACKAGE_URL
790PACKAGE_BUGREPORT
791PACKAGE_STRING
792PACKAGE_VERSION
793PACKAGE_TARNAME
794PACKAGE_NAME
795PATH_SEPARATOR
796SHELL'
b375837d 797ac_subst_files=''
cd9a469c 798ac_user_opts='
799enable_option_checking
800enable_multilib
f00f02a3 801enable_silent_rules
8cd092c9 802enable_generated_files_in_srcdir
cd9a469c 803enable_dependency_tracking
804enable_shared
805enable_static
806with_pic
807enable_fast_install
808with_gnu_ld
809enable_libtool_lock
810enable_maintainer_mode
a65f362a 811enable_pax_emutramp
cd9a469c 812enable_debug
813enable_structs
814enable_raw_api
815enable_purify_safety
86d5c70d 816enable_symvers
602de845 817with_gcc_major_version_only
cd9a469c 818'
819 ac_precious_vars='build_alias
820host_alias
821target_alias
822CCAS
823CCASFLAGS
824CPP
89d8a412 825CPPFLAGS
826CXXCPP'
cd9a469c 827
47c5fab6 828
829# Initialize some variables set by options.
b375837d 830ac_init_help=
831ac_init_version=false
cd9a469c 832ac_unrecognized_opts=
833ac_unrecognized_sep=
47c5fab6 834# The variables have the same names as the options, with
835# dashes changed to underlines.
b375837d 836cache_file=/dev/null
47c5fab6 837exec_prefix=NONE
47c5fab6 838no_create=
47c5fab6 839no_recursion=
840prefix=NONE
841program_prefix=NONE
842program_suffix=NONE
843program_transform_name=s,x,x,
844silent=
845site=
846srcdir=
47c5fab6 847verbose=
848x_includes=NONE
849x_libraries=NONE
b375837d 850
851# Installation directory options.
852# These are left unexpanded so users can "make install exec_prefix=/foo"
853# and all the variables that are supposed to be based on exec_prefix
854# by default will actually change.
855# Use braces instead of parens because sh, perl, etc. also accept them.
cd9a469c 856# (The list follows the same order as the GNU Coding Standards.)
47c5fab6 857bindir='${exec_prefix}/bin'
858sbindir='${exec_prefix}/sbin'
859libexecdir='${exec_prefix}/libexec'
cd9a469c 860datarootdir='${prefix}/share'
861datadir='${datarootdir}'
47c5fab6 862sysconfdir='${prefix}/etc'
863sharedstatedir='${prefix}/com'
864localstatedir='${prefix}/var'
47c5fab6 865includedir='${prefix}/include'
866oldincludedir='/usr/include'
cd9a469c 867docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
868infodir='${datarootdir}/info'
869htmldir='${docdir}'
870dvidir='${docdir}'
871pdfdir='${docdir}'
872psdir='${docdir}'
873libdir='${exec_prefix}/lib'
874localedir='${datarootdir}/locale'
875mandir='${datarootdir}/man'
47c5fab6 876
47c5fab6 877ac_prev=
cd9a469c 878ac_dashdash=
47c5fab6 879for ac_option
880do
47c5fab6 881 # If the previous option needs an argument, assign it.
882 if test -n "$ac_prev"; then
cd9a469c 883 eval $ac_prev=\$ac_option
47c5fab6 884 ac_prev=
885 continue
886 fi
887
cd9a469c 888 case $ac_option in
f00f02a3 889 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
890 *=) ac_optarg= ;;
891 *) ac_optarg=yes ;;
cd9a469c 892 esac
47c5fab6 893
894 # Accept the important Cygnus configure options, so we can diagnose typos.
895
cd9a469c 896 case $ac_dashdash$ac_option in
897 --)
898 ac_dashdash=yes ;;
47c5fab6 899
900 -bindir | --bindir | --bindi | --bind | --bin | --bi)
901 ac_prev=bindir ;;
902 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
b375837d 903 bindir=$ac_optarg ;;
47c5fab6 904
905 -build | --build | --buil | --bui | --bu)
b375837d 906 ac_prev=build_alias ;;
47c5fab6 907 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
b375837d 908 build_alias=$ac_optarg ;;
47c5fab6 909
910 -cache-file | --cache-file | --cache-fil | --cache-fi \
911 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
912 ac_prev=cache_file ;;
913 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
914 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
b375837d 915 cache_file=$ac_optarg ;;
916
917 --config-cache | -C)
918 cache_file=config.cache ;;
47c5fab6 919
cd9a469c 920 -datadir | --datadir | --datadi | --datad)
47c5fab6 921 ac_prev=datadir ;;
cd9a469c 922 -datadir=* | --datadir=* | --datadi=* | --datad=*)
b375837d 923 datadir=$ac_optarg ;;
47c5fab6 924
cd9a469c 925 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
926 | --dataroo | --dataro | --datar)
927 ac_prev=datarootdir ;;
928 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
929 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
930 datarootdir=$ac_optarg ;;
931
47c5fab6 932 -disable-* | --disable-*)
cd9a469c 933 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
47c5fab6 934 # Reject names that are not valid shell variable names.
cd9a469c 935 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
f00f02a3 936 as_fn_error $? "invalid feature name: $ac_useropt"
cd9a469c 937 ac_useropt_orig=$ac_useropt
938 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
939 case $ac_user_opts in
940 *"
941"enable_$ac_useropt"
942"*) ;;
943 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
944 ac_unrecognized_sep=', ';;
945 esac
946 eval enable_$ac_useropt=no ;;
947
948 -docdir | --docdir | --docdi | --doc | --do)
949 ac_prev=docdir ;;
950 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
951 docdir=$ac_optarg ;;
952
953 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
954 ac_prev=dvidir ;;
955 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
956 dvidir=$ac_optarg ;;
47c5fab6 957
958 -enable-* | --enable-*)
cd9a469c 959 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
47c5fab6 960 # Reject names that are not valid shell variable names.
cd9a469c 961 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
f00f02a3 962 as_fn_error $? "invalid feature name: $ac_useropt"
cd9a469c 963 ac_useropt_orig=$ac_useropt
964 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
965 case $ac_user_opts in
966 *"
967"enable_$ac_useropt"
968"*) ;;
969 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
970 ac_unrecognized_sep=', ';;
47c5fab6 971 esac
cd9a469c 972 eval enable_$ac_useropt=\$ac_optarg ;;
47c5fab6 973
974 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
975 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
976 | --exec | --exe | --ex)
977 ac_prev=exec_prefix ;;
978 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
979 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
980 | --exec=* | --exe=* | --ex=*)
b375837d 981 exec_prefix=$ac_optarg ;;
47c5fab6 982
983 -gas | --gas | --ga | --g)
984 # Obsolete; use --with-gas.
985 with_gas=yes ;;
986
b375837d 987 -help | --help | --hel | --he | -h)
988 ac_init_help=long ;;
989 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
990 ac_init_help=recursive ;;
991 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
992 ac_init_help=short ;;
47c5fab6 993
994 -host | --host | --hos | --ho)
b375837d 995 ac_prev=host_alias ;;
47c5fab6 996 -host=* | --host=* | --hos=* | --ho=*)
b375837d 997 host_alias=$ac_optarg ;;
47c5fab6 998
cd9a469c 999 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1000 ac_prev=htmldir ;;
1001 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1002 | --ht=*)
1003 htmldir=$ac_optarg ;;
1004
47c5fab6 1005 -includedir | --includedir | --includedi | --included | --include \
1006 | --includ | --inclu | --incl | --inc)
1007 ac_prev=includedir ;;
1008 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1009 | --includ=* | --inclu=* | --incl=* | --inc=*)
b375837d 1010 includedir=$ac_optarg ;;
47c5fab6 1011
1012 -infodir | --infodir | --infodi | --infod | --info | --inf)
1013 ac_prev=infodir ;;
1014 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
b375837d 1015 infodir=$ac_optarg ;;
47c5fab6 1016
1017 -libdir | --libdir | --libdi | --libd)
1018 ac_prev=libdir ;;
1019 -libdir=* | --libdir=* | --libdi=* | --libd=*)
b375837d 1020 libdir=$ac_optarg ;;
47c5fab6 1021
1022 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1023 | --libexe | --libex | --libe)
1024 ac_prev=libexecdir ;;
1025 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1026 | --libexe=* | --libex=* | --libe=*)
b375837d 1027 libexecdir=$ac_optarg ;;
47c5fab6 1028
cd9a469c 1029 -localedir | --localedir | --localedi | --localed | --locale)
1030 ac_prev=localedir ;;
1031 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1032 localedir=$ac_optarg ;;
1033
47c5fab6 1034 -localstatedir | --localstatedir | --localstatedi | --localstated \
cd9a469c 1035 | --localstate | --localstat | --localsta | --localst | --locals)
47c5fab6 1036 ac_prev=localstatedir ;;
1037 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
cd9a469c 1038 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
b375837d 1039 localstatedir=$ac_optarg ;;
47c5fab6 1040
1041 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1042 ac_prev=mandir ;;
1043 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
b375837d 1044 mandir=$ac_optarg ;;
47c5fab6 1045
1046 -nfp | --nfp | --nf)
1047 # Obsolete; use --without-fp.
1048 with_fp=no ;;
1049
1050 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
b375837d 1051 | --no-cr | --no-c | -n)
47c5fab6 1052 no_create=yes ;;
1053
1054 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1055 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1056 no_recursion=yes ;;
1057
1058 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1059 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1060 | --oldin | --oldi | --old | --ol | --o)
1061 ac_prev=oldincludedir ;;
1062 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1063 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1064 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
b375837d 1065 oldincludedir=$ac_optarg ;;
47c5fab6 1066
1067 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1068 ac_prev=prefix ;;
1069 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
b375837d 1070 prefix=$ac_optarg ;;
47c5fab6 1071
1072 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1073 | --program-pre | --program-pr | --program-p)
1074 ac_prev=program_prefix ;;
1075 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1076 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
b375837d 1077 program_prefix=$ac_optarg ;;
47c5fab6 1078
1079 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1080 | --program-suf | --program-su | --program-s)
1081 ac_prev=program_suffix ;;
1082 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1083 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
b375837d 1084 program_suffix=$ac_optarg ;;
47c5fab6 1085
1086 -program-transform-name | --program-transform-name \
1087 | --program-transform-nam | --program-transform-na \
1088 | --program-transform-n | --program-transform- \
1089 | --program-transform | --program-transfor \
1090 | --program-transfo | --program-transf \
1091 | --program-trans | --program-tran \
1092 | --progr-tra | --program-tr | --program-t)
1093 ac_prev=program_transform_name ;;
1094 -program-transform-name=* | --program-transform-name=* \
1095 | --program-transform-nam=* | --program-transform-na=* \
1096 | --program-transform-n=* | --program-transform-=* \
1097 | --program-transform=* | --program-transfor=* \
1098 | --program-transfo=* | --program-transf=* \
1099 | --program-trans=* | --program-tran=* \
1100 | --progr-tra=* | --program-tr=* | --program-t=*)
b375837d 1101 program_transform_name=$ac_optarg ;;
47c5fab6 1102
cd9a469c 1103 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1104 ac_prev=pdfdir ;;
1105 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1106 pdfdir=$ac_optarg ;;
1107
1108 -psdir | --psdir | --psdi | --psd | --ps)
1109 ac_prev=psdir ;;
1110 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1111 psdir=$ac_optarg ;;
1112
47c5fab6 1113 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1114 | -silent | --silent | --silen | --sile | --sil)
1115 silent=yes ;;
1116
1117 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1118 ac_prev=sbindir ;;
1119 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1120 | --sbi=* | --sb=*)
b375837d 1121 sbindir=$ac_optarg ;;
47c5fab6 1122
1123 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1124 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1125 | --sharedst | --shareds | --shared | --share | --shar \
1126 | --sha | --sh)
1127 ac_prev=sharedstatedir ;;
1128 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1129 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1130 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1131 | --sha=* | --sh=*)
b375837d 1132 sharedstatedir=$ac_optarg ;;
47c5fab6 1133
1134 -site | --site | --sit)
1135 ac_prev=site ;;
1136 -site=* | --site=* | --sit=*)
b375837d 1137 site=$ac_optarg ;;
47c5fab6 1138
1139 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1140 ac_prev=srcdir ;;
1141 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
b375837d 1142 srcdir=$ac_optarg ;;
47c5fab6 1143
1144 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1145 | --syscon | --sysco | --sysc | --sys | --sy)
1146 ac_prev=sysconfdir ;;
1147 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1148 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
b375837d 1149 sysconfdir=$ac_optarg ;;
47c5fab6 1150
1151 -target | --target | --targe | --targ | --tar | --ta | --t)
b375837d 1152 ac_prev=target_alias ;;
47c5fab6 1153 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
b375837d 1154 target_alias=$ac_optarg ;;
47c5fab6 1155
1156 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1157 verbose=yes ;;
1158
b375837d 1159 -version | --version | --versio | --versi | --vers | -V)
1160 ac_init_version=: ;;
47c5fab6 1161
1162 -with-* | --with-*)
cd9a469c 1163 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
47c5fab6 1164 # Reject names that are not valid shell variable names.
cd9a469c 1165 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
f00f02a3 1166 as_fn_error $? "invalid package name: $ac_useropt"
cd9a469c 1167 ac_useropt_orig=$ac_useropt
1168 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1169 case $ac_user_opts in
1170 *"
1171"with_$ac_useropt"
1172"*) ;;
1173 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1174 ac_unrecognized_sep=', ';;
47c5fab6 1175 esac
cd9a469c 1176 eval with_$ac_useropt=\$ac_optarg ;;
47c5fab6 1177
1178 -without-* | --without-*)
cd9a469c 1179 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
47c5fab6 1180 # Reject names that are not valid shell variable names.
cd9a469c 1181 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
f00f02a3 1182 as_fn_error $? "invalid package name: $ac_useropt"
cd9a469c 1183 ac_useropt_orig=$ac_useropt
1184 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1185 case $ac_user_opts in
1186 *"
1187"with_$ac_useropt"
1188"*) ;;
1189 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1190 ac_unrecognized_sep=', ';;
1191 esac
1192 eval with_$ac_useropt=no ;;
47c5fab6 1193
1194 --x)
1195 # Obsolete; use --with-x.
1196 with_x=yes ;;
1197
1198 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1199 | --x-incl | --x-inc | --x-in | --x-i)
1200 ac_prev=x_includes ;;
1201 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1202 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
b375837d 1203 x_includes=$ac_optarg ;;
47c5fab6 1204
1205 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1206 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1207 ac_prev=x_libraries ;;
1208 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1209 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
b375837d 1210 x_libraries=$ac_optarg ;;
47c5fab6 1211
f00f02a3 1212 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1213Try \`$0 --help' for more information"
47c5fab6 1214 ;;
1215
b375837d 1216 *=*)
1217 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1218 # Reject names that are not valid shell variable names.
cd9a469c 1219 case $ac_envvar in #(
1220 '' | [0-9]* | *[!_$as_cr_alnum]* )
f00f02a3 1221 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
cd9a469c 1222 esac
1223 eval $ac_envvar=\$ac_optarg
b375837d 1224 export $ac_envvar ;;
1225
47c5fab6 1226 *)
b375837d 1227 # FIXME: should be removed in autoconf 3.0.
cd9a469c 1228 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
b375837d 1229 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
cd9a469c 1230 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
f00f02a3 1231 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
47c5fab6 1232 ;;
1233
1234 esac
1235done
1236
1237if test -n "$ac_prev"; then
b375837d 1238 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
f00f02a3 1239 as_fn_error $? "missing argument to $ac_option"
47c5fab6 1240fi
47c5fab6 1241
cd9a469c 1242if test -n "$ac_unrecognized_opts"; then
1243 case $enable_option_checking in
1244 no) ;;
f00f02a3 1245 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
cd9a469c 1246 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
b375837d 1247 esac
cd9a469c 1248fi
47c5fab6 1249
cd9a469c 1250# Check all directory arguments for consistency.
1251for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1252 datadir sysconfdir sharedstatedir localstatedir includedir \
1253 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1254 libdir localedir mandir
47c5fab6 1255do
cd9a469c 1256 eval ac_val=\$$ac_var
1257 # Remove trailing slashes.
1258 case $ac_val in
1259 */ )
1260 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1261 eval $ac_var=\$ac_val;;
1262 esac
1263 # Be sure to have absolute directory names.
b375837d 1264 case $ac_val in
cd9a469c 1265 [\\/$]* | ?:[\\/]* ) continue;;
1266 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
47c5fab6 1267 esac
f00f02a3 1268 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
47c5fab6 1269done
1270
b375837d 1271# There might be people who depend on the old broken behavior: `$host'
1272# used to hold the argument of --host etc.
1273# FIXME: To remove some day.
1274build=$build_alias
1275host=$host_alias
1276target=$target_alias
1277
1278# FIXME: To remove some day.
1279if test "x$host_alias" != x; then
1280 if test "x$build_alias" = x; then
1281 cross_compiling=maybe
b375837d 1282 elif test "x$build_alias" != "x$host_alias"; then
1283 cross_compiling=yes
1284 fi
1285fi
47c5fab6 1286
b375837d 1287ac_tool_prefix=
1288test -n "$host_alias" && ac_tool_prefix=$host_alias-
1289
1290test "$silent" = yes && exec 6>/dev/null
47c5fab6 1291
47c5fab6 1292
cd9a469c 1293ac_pwd=`pwd` && test -n "$ac_pwd" &&
1294ac_ls_di=`ls -di .` &&
1295ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
f00f02a3 1296 as_fn_error $? "working directory cannot be determined"
cd9a469c 1297test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
f00f02a3 1298 as_fn_error $? "pwd does not report name of working directory"
cd9a469c 1299
1300
47c5fab6 1301# Find the source files, if location was not specified.
1302if test -z "$srcdir"; then
1303 ac_srcdir_defaulted=yes
cd9a469c 1304 # Try the directory containing this script, then the parent directory.
1305 ac_confdir=`$as_dirname -- "$as_myself" ||
1306$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1307 X"$as_myself" : 'X\(//\)[^/]' \| \
1308 X"$as_myself" : 'X\(//\)$' \| \
1309 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1310$as_echo X"$as_myself" |
1311 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1312 s//\1/
1313 q
1314 }
1315 /^X\(\/\/\)[^/].*/{
1316 s//\1/
1317 q
1318 }
1319 /^X\(\/\/\)$/{
1320 s//\1/
1321 q
1322 }
1323 /^X\(\/\).*/{
1324 s//\1/
1325 q
1326 }
1327 s/.*/./; q'`
47c5fab6 1328 srcdir=$ac_confdir
cd9a469c 1329 if test ! -r "$srcdir/$ac_unique_file"; then
47c5fab6 1330 srcdir=..
1331 fi
1332else
1333 ac_srcdir_defaulted=no
1334fi
cd9a469c 1335if test ! -r "$srcdir/$ac_unique_file"; then
1336 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
f00f02a3 1337 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
cd9a469c 1338fi
1339ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1340ac_abs_confdir=`(
f00f02a3 1341 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
cd9a469c 1342 pwd)`
1343# When building in place, set srcdir=.
1344if test "$ac_abs_confdir" = "$ac_pwd"; then
1345 srcdir=.
1346fi
1347# Remove unnecessary trailing slashes from srcdir.
1348# Double slashes in file names in object file debugging info
1349# mess up M-x gdb in Emacs.
1350case $srcdir in
1351*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1352esac
1353for ac_var in $ac_precious_vars; do
1354 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1355 eval ac_env_${ac_var}_value=\$${ac_var}
1356 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1357 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1358done
47c5fab6 1359
b375837d 1360#
1361# Report the --help message.
1362#
1363if test "$ac_init_help" = "long"; then
1364 # Omit some internal or obsolete options to make the list less imposing.
1365 # This message is too long to be a string in the A/UX 3.1 sh.
1366 cat <<_ACEOF
89d8a412 1367\`configure' configures libffi 3.99999 to adapt to many kinds of systems.
47c5fab6 1368
b375837d 1369Usage: $0 [OPTION]... [VAR=VALUE]...
1370
1371To assign environment variables (e.g., CC, CFLAGS...), specify them as
1372VAR=VALUE. See below for descriptions of some of the useful variables.
1373
1374Defaults for the options are specified in brackets.
1375
1376Configuration:
1377 -h, --help display this help and exit
1378 --help=short display options specific to this package
1379 --help=recursive display the short help of all the included packages
1380 -V, --version display version information and exit
f00f02a3 1381 -q, --quiet, --silent do not print \`checking ...' messages
b375837d 1382 --cache-file=FILE cache test results in FILE [disabled]
1383 -C, --config-cache alias for \`--cache-file=config.cache'
1384 -n, --no-create do not create output files
1385 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1386
b375837d 1387Installation directories:
1388 --prefix=PREFIX install architecture-independent files in PREFIX
cd9a469c 1389 [$ac_default_prefix]
b375837d 1390 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
cd9a469c 1391 [PREFIX]
b375837d 1392
1393By default, \`make install' will install all the files in
1394\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1395an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1396for instance \`--prefix=\$HOME'.
1397
1398For better control, use the options below.
1399
1400Fine tuning of the installation directories:
cd9a469c 1401 --bindir=DIR user executables [EPREFIX/bin]
1402 --sbindir=DIR system admin executables [EPREFIX/sbin]
1403 --libexecdir=DIR program executables [EPREFIX/libexec]
1404 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1405 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1406 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1407 --libdir=DIR object code libraries [EPREFIX/lib]
1408 --includedir=DIR C header files [PREFIX/include]
1409 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1410 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1411 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1412 --infodir=DIR info documentation [DATAROOTDIR/info]
1413 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1414 --mandir=DIR man documentation [DATAROOTDIR/man]
1415 --docdir=DIR documentation root [DATAROOTDIR/doc/libffi]
1416 --htmldir=DIR html documentation [DOCDIR]
1417 --dvidir=DIR dvi documentation [DOCDIR]
1418 --pdfdir=DIR pdf documentation [DOCDIR]
1419 --psdir=DIR ps documentation [DOCDIR]
b375837d 1420_ACEOF
1421
1422 cat <<\_ACEOF
1423
1424Program names:
1425 --program-prefix=PREFIX prepend PREFIX to installed program names
1426 --program-suffix=SUFFIX append SUFFIX to installed program names
1427 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1428
1429System types:
1430 --build=BUILD configure for building on BUILD [guessed]
1431 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1432 --target=TARGET configure for building compilers for TARGET [HOST]
1433_ACEOF
1434fi
1435
1436if test -n "$ac_init_help"; then
1437 case $ac_init_help in
89d8a412 1438 short | recursive ) echo "Configuration of libffi 3.99999:";;
b375837d 1439 esac
1440 cat <<\_ACEOF
1441
1442Optional Features:
cd9a469c 1443 --disable-option-checking ignore unrecognized --enable/--with options
b375837d 1444 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1445 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
d947df39 1446 --enable-multilib build many library versions (default)
f00f02a3 1447 --enable-silent-rules less verbose build output (undo: "make V=1")
1448 --disable-silent-rules verbose build output (undo: "make V=0")
8cd092c9 1449 --enable-generated-files-in-srcdir
1450 put copies of generated files in source dir intended
1451 for creating source tarballs for users without
1452 texinfo bison or flex
f00f02a3 1453 --enable-dependency-tracking
1454 do not reject slow dependency extractors
1455 --disable-dependency-tracking
1456 speeds up one-time build
cd9a469c 1457 --enable-shared[=PKGS] build shared libraries [default=yes]
1458 --enable-static[=PKGS] build static libraries [default=yes]
542f9784 1459 --enable-fast-install[=PKGS]
1460 optimize for fast installation [default=yes]
b375837d 1461 --disable-libtool-lock avoid locking (might break parallel builds)
f00f02a3 1462 --enable-maintainer-mode
1463 enable make rules and dependencies not useful (and
1464 sometimes confusing) to the casual installer
a65f362a 1465 --enable-pax_emutramp enable pax emulated trampolines, for we can't use PROT_EXEC
b375837d 1466 --enable-debug debugging mode
1467 --disable-structs omit code for struct support
1468 --disable-raw-api make the raw api unavailable
1469 --enable-purify-safety purify-safe mode
86d5c70d 1470 --enable-symvers=STYLE enables symbol versioning of the shared library
1471 [default=yes]
b375837d 1472
1473Optional Packages:
1474 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1475 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
542f9784 1476 --with-pic try to use only PIC/non-PIC objects [default=use
1477 both]
1478 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
602de845 1479 --with-gcc-major-version-only
1480 use only GCC major number in filesystem paths
b375837d 1481
1482Some influential environment variables:
1483 CC C compiler command
1484 CFLAGS C compiler flags
1485 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1486 nonstandard directory <lib dir>
cd9a469c 1487 LIBS libraries to pass to the linker, e.g. -l<library>
f00f02a3 1488 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
cd9a469c 1489 you have headers in a nonstandard directory <include dir>
89d8a412 1490 CXX C++ compiler command
1491 CXXFLAGS C++ compiler flags
d947df39 1492 CCAS assembler compiler command (defaults to CC)
1493 CCASFLAGS assembler compiler flags (defaults to CFLAGS)
b375837d 1494 CPP C preprocessor
89d8a412 1495 CXXCPP C++ preprocessor
b375837d 1496
1497Use these variables to override the choices made by `configure' or to help
1498it to find libraries and programs with nonstandard names/locations.
1499
89d8a412 1500Report bugs to <http://github.com/atgreen/libffi/issues>.
b375837d 1501_ACEOF
cd9a469c 1502ac_status=$?
47c5fab6 1503fi
1504
b375837d 1505if test "$ac_init_help" = "recursive"; then
1506 # If there are subdirs, report their specific --help.
b375837d 1507 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
cd9a469c 1508 test -d "$ac_dir" ||
1509 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1510 continue
b375837d 1511 ac_builddir=.
1512
cd9a469c 1513case "$ac_dir" in
1514.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1515*)
1516 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1517 # A ".." for each directory in $ac_dir_suffix.
1518 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1519 case $ac_top_builddir_sub in
1520 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1521 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1522 esac ;;
1523esac
1524ac_abs_top_builddir=$ac_pwd
1525ac_abs_builddir=$ac_pwd$ac_dir_suffix
1526# for backward compatibility:
1527ac_top_builddir=$ac_top_build_prefix
47c5fab6 1528
b375837d 1529case $srcdir in
cd9a469c 1530 .) # We are building in place.
b375837d 1531 ac_srcdir=.
cd9a469c 1532 ac_top_srcdir=$ac_top_builddir_sub
1533 ac_abs_top_srcdir=$ac_pwd ;;
1534 [\\/]* | ?:[\\/]* ) # Absolute name.
b375837d 1535 ac_srcdir=$srcdir$ac_dir_suffix;
cd9a469c 1536 ac_top_srcdir=$srcdir
1537 ac_abs_top_srcdir=$srcdir ;;
1538 *) # Relative name.
1539 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1540 ac_top_srcdir=$ac_top_build_prefix$srcdir
1541 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b375837d 1542esac
cd9a469c 1543ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1544
1545 cd "$ac_dir" || { ac_status=$?; continue; }
1546 # Check for guested configure.
1547 if test -f "$ac_srcdir/configure.gnu"; then
1548 echo &&
1549 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1550 elif test -f "$ac_srcdir/configure"; then
1551 echo &&
1552 $SHELL "$ac_srcdir/configure" --help=recursive
b375837d 1553 else
cd9a469c 1554 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1555 fi || ac_status=$?
1556 cd "$ac_pwd" || { ac_status=$?; break; }
b375837d 1557 done
21f4579d 1558fi
1559
cd9a469c 1560test -n "$ac_init_help" && exit $ac_status
b375837d 1561if $ac_init_version; then
1562 cat <<\_ACEOF
89d8a412 1563libffi configure 3.99999
f00f02a3 1564generated by GNU Autoconf 2.69
21f4579d 1565
f00f02a3 1566Copyright (C) 2012 Free Software Foundation, Inc.
b375837d 1567This configure script is free software; the Free Software Foundation
1568gives unlimited permission to copy, distribute and modify it.
1569_ACEOF
cd9a469c 1570 exit
21f4579d 1571fi
1572
cd9a469c 1573## ------------------------ ##
1574## Autoconf initialization. ##
1575## ------------------------ ##
47c5fab6 1576
cd9a469c 1577# ac_fn_c_try_compile LINENO
1578# --------------------------
1579# Try to compile conftest.$ac_ext, and return whether this succeeded.
1580ac_fn_c_try_compile ()
b375837d 1581{
cd9a469c 1582 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1583 rm -f conftest.$ac_objext
1584 if { { ac_try="$ac_compile"
1585case "(($ac_try" in
1586 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1587 *) ac_try_echo=$ac_try;;
1588esac
1589eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1590$as_echo "$ac_try_echo"; } >&5
1591 (eval "$ac_compile") 2>conftest.err
1592 ac_status=$?
1593 if test -s conftest.err; then
1594 grep -v '^ *+' conftest.err >conftest.er1
1595 cat conftest.er1 >&5
1596 mv -f conftest.er1 conftest.err
1597 fi
1598 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1599 test $ac_status = 0; } && {
1600 test -z "$ac_c_werror_flag" ||
1601 test ! -s conftest.err
1602 } && test -s conftest.$ac_objext; then :
1603 ac_retval=0
1604else
1605 $as_echo "$as_me: failed program was:" >&5
1606sed 's/^/| /' conftest.$ac_ext >&5
b375837d 1607
cd9a469c 1608 ac_retval=1
1609fi
f00f02a3 1610 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1611 as_fn_set_status $ac_retval
b375837d 1612
cd9a469c 1613} # ac_fn_c_try_compile
b375837d 1614
89d8a412 1615# ac_fn_cxx_try_compile LINENO
1616# ----------------------------
1617# Try to compile conftest.$ac_ext, and return whether this succeeded.
1618ac_fn_cxx_try_compile ()
1619{
1620 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1621 rm -f conftest.$ac_objext
1622 if { { ac_try="$ac_compile"
1623case "(($ac_try" in
1624 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1625 *) ac_try_echo=$ac_try;;
1626esac
1627eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1628$as_echo "$ac_try_echo"; } >&5
1629 (eval "$ac_compile") 2>conftest.err
1630 ac_status=$?
1631 if test -s conftest.err; then
1632 grep -v '^ *+' conftest.err >conftest.er1
1633 cat conftest.er1 >&5
1634 mv -f conftest.er1 conftest.err
1635 fi
1636 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1637 test $ac_status = 0; } && {
1638 test -z "$ac_cxx_werror_flag" ||
1639 test ! -s conftest.err
1640 } && test -s conftest.$ac_objext; then :
1641 ac_retval=0
1642else
1643 $as_echo "$as_me: failed program was:" >&5
1644sed 's/^/| /' conftest.$ac_ext >&5
1645
1646 ac_retval=1
1647fi
f00f02a3 1648 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1649 as_fn_set_status $ac_retval
89d8a412 1650
1651} # ac_fn_cxx_try_compile
1652
cd9a469c 1653# ac_fn_c_try_link LINENO
1654# -----------------------
1655# Try to link conftest.$ac_ext, and return whether this succeeded.
1656ac_fn_c_try_link ()
1657{
1658 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1659 rm -f conftest.$ac_objext conftest$ac_exeext
1660 if { { ac_try="$ac_link"
1661case "(($ac_try" in
1662 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1663 *) ac_try_echo=$ac_try;;
1664esac
1665eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1666$as_echo "$ac_try_echo"; } >&5
1667 (eval "$ac_link") 2>conftest.err
1668 ac_status=$?
1669 if test -s conftest.err; then
1670 grep -v '^ *+' conftest.err >conftest.er1
1671 cat conftest.er1 >&5
1672 mv -f conftest.er1 conftest.err
1673 fi
1674 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1675 test $ac_status = 0; } && {
1676 test -z "$ac_c_werror_flag" ||
1677 test ! -s conftest.err
1678 } && test -s conftest$ac_exeext && {
1679 test "$cross_compiling" = yes ||
f00f02a3 1680 test -x conftest$ac_exeext
cd9a469c 1681 }; then :
1682 ac_retval=0
1683else
1684 $as_echo "$as_me: failed program was:" >&5
1685sed 's/^/| /' conftest.$ac_ext >&5
b375837d 1686
cd9a469c 1687 ac_retval=1
1688fi
1689 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1690 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1691 # interfere with the next link command; also delete a directory that is
1692 # left behind by Apple's compiler. We do this before executing the actions.
1693 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
f00f02a3 1694 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1695 as_fn_set_status $ac_retval
b375837d 1696
cd9a469c 1697} # ac_fn_c_try_link
1698
1699# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1700# -------------------------------------------------------
1701# Tests whether HEADER exists and can be compiled using the include files in
1702# INCLUDES, setting the cache variable VAR accordingly.
1703ac_fn_c_check_header_compile ()
1704{
1705 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1706 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1707$as_echo_n "checking for $2... " >&6; }
f00f02a3 1708if eval \${$3+:} false; then :
cd9a469c 1709 $as_echo_n "(cached) " >&6
1710else
1711 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1712/* end confdefs.h. */
1713$4
1714#include <$2>
1715_ACEOF
1716if ac_fn_c_try_compile "$LINENO"; then :
1717 eval "$3=yes"
1718else
1719 eval "$3=no"
1720fi
1721rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1722fi
1723eval ac_res=\$$3
1724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1725$as_echo "$ac_res" >&6; }
f00f02a3 1726 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
cd9a469c 1727
1728} # ac_fn_c_check_header_compile
1729
1730# ac_fn_c_try_cpp LINENO
1731# ----------------------
1732# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1733ac_fn_c_try_cpp ()
1734{
1735 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1736 if { { ac_try="$ac_cpp conftest.$ac_ext"
1737case "(($ac_try" in
1738 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1739 *) ac_try_echo=$ac_try;;
1740esac
1741eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1742$as_echo "$ac_try_echo"; } >&5
1743 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1744 ac_status=$?
1745 if test -s conftest.err; then
1746 grep -v '^ *+' conftest.err >conftest.er1
1747 cat conftest.er1 >&5
1748 mv -f conftest.er1 conftest.err
1749 fi
1750 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
f00f02a3 1751 test $ac_status = 0; } > conftest.i && {
cd9a469c 1752 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1753 test ! -s conftest.err
1754 }; then :
1755 ac_retval=0
1756else
1757 $as_echo "$as_me: failed program was:" >&5
1758sed 's/^/| /' conftest.$ac_ext >&5
1759
1760 ac_retval=1
1761fi
f00f02a3 1762 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1763 as_fn_set_status $ac_retval
cd9a469c 1764
1765} # ac_fn_c_try_cpp
1766
1767# ac_fn_c_try_run LINENO
1768# ----------------------
1769# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1770# that executables *can* be run.
1771ac_fn_c_try_run ()
1772{
1773 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1774 if { { ac_try="$ac_link"
1775case "(($ac_try" in
1776 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1777 *) ac_try_echo=$ac_try;;
1778esac
1779eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1780$as_echo "$ac_try_echo"; } >&5
1781 (eval "$ac_link") 2>&5
1782 ac_status=$?
1783 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1784 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1785 { { case "(($ac_try" in
1786 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1787 *) ac_try_echo=$ac_try;;
1788esac
1789eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1790$as_echo "$ac_try_echo"; } >&5
1791 (eval "$ac_try") 2>&5
1792 ac_status=$?
1793 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1794 test $ac_status = 0; }; }; then :
1795 ac_retval=0
1796else
1797 $as_echo "$as_me: program exited with status $ac_status" >&5
1798 $as_echo "$as_me: failed program was:" >&5
1799sed 's/^/| /' conftest.$ac_ext >&5
1800
1801 ac_retval=$ac_status
1802fi
1803 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
f00f02a3 1804 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1805 as_fn_set_status $ac_retval
cd9a469c 1806
1807} # ac_fn_c_try_run
1808
1809# ac_fn_c_check_func LINENO FUNC VAR
1810# ----------------------------------
1811# Tests whether FUNC exists, setting the cache variable VAR accordingly
1812ac_fn_c_check_func ()
1813{
1814 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1816$as_echo_n "checking for $2... " >&6; }
f00f02a3 1817if eval \${$3+:} false; then :
cd9a469c 1818 $as_echo_n "(cached) " >&6
1819else
1820 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1821/* end confdefs.h. */
1822/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1823 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1824#define $2 innocuous_$2
1825
1826/* System header to define __stub macros and hopefully few prototypes,
1827 which can conflict with char $2 (); below.
1828 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1829 <limits.h> exists even on freestanding compilers. */
1830
1831#ifdef __STDC__
1832# include <limits.h>
1833#else
1834# include <assert.h>
1835#endif
1836
1837#undef $2
1838
1839/* Override any GCC internal prototype to avoid an error.
1840 Use char because int might match the return type of a GCC
1841 builtin and then its argument prototype would still apply. */
1842#ifdef __cplusplus
1843extern "C"
1844#endif
1845char $2 ();
1846/* The GNU C library defines this for functions which it implements
1847 to always fail with ENOSYS. Some functions are actually named
1848 something starting with __ and the normal name is an alias. */
1849#if defined __stub_$2 || defined __stub___$2
1850choke me
1851#endif
1852
1853int
1854main ()
1855{
1856return $2 ();
1857 ;
1858 return 0;
1859}
1860_ACEOF
1861if ac_fn_c_try_link "$LINENO"; then :
1862 eval "$3=yes"
1863else
1864 eval "$3=no"
1865fi
1866rm -f core conftest.err conftest.$ac_objext \
1867 conftest$ac_exeext conftest.$ac_ext
1868fi
1869eval ac_res=\$$3
1870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1871$as_echo "$ac_res" >&6; }
f00f02a3 1872 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
cd9a469c 1873
1874} # ac_fn_c_check_func
1875
89d8a412 1876# ac_fn_cxx_try_cpp LINENO
1877# ------------------------
1878# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1879ac_fn_cxx_try_cpp ()
cd9a469c 1880{
1881 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
89d8a412 1882 if { { ac_try="$ac_cpp conftest.$ac_ext"
1883case "(($ac_try" in
1884 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1885 *) ac_try_echo=$ac_try;;
1886esac
1887eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1888$as_echo "$ac_try_echo"; } >&5
1889 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1890 ac_status=$?
1891 if test -s conftest.err; then
1892 grep -v '^ *+' conftest.err >conftest.er1
1893 cat conftest.er1 >&5
1894 mv -f conftest.er1 conftest.err
1895 fi
1896 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
f00f02a3 1897 test $ac_status = 0; } > conftest.i && {
89d8a412 1898 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
1899 test ! -s conftest.err
1900 }; then :
1901 ac_retval=0
cd9a469c 1902else
89d8a412 1903 $as_echo "$as_me: failed program was:" >&5
1904sed 's/^/| /' conftest.$ac_ext >&5
cd9a469c 1905
89d8a412 1906 ac_retval=1
cd9a469c 1907fi
f00f02a3 1908 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1909 as_fn_set_status $ac_retval
cd9a469c 1910
89d8a412 1911} # ac_fn_cxx_try_cpp
1912
1913# ac_fn_cxx_try_link LINENO
1914# -------------------------
1915# Try to link conftest.$ac_ext, and return whether this succeeded.
1916ac_fn_cxx_try_link ()
1917{
1918 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1919 rm -f conftest.$ac_objext conftest$ac_exeext
1920 if { { ac_try="$ac_link"
1921case "(($ac_try" in
1922 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1923 *) ac_try_echo=$ac_try;;
cd9a469c 1924esac
89d8a412 1925eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1926$as_echo "$ac_try_echo"; } >&5
1927 (eval "$ac_link") 2>conftest.err
1928 ac_status=$?
1929 if test -s conftest.err; then
1930 grep -v '^ *+' conftest.err >conftest.er1
1931 cat conftest.er1 >&5
1932 mv -f conftest.er1 conftest.err
1933 fi
1934 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1935 test $ac_status = 0; } && {
1936 test -z "$ac_cxx_werror_flag" ||
1937 test ! -s conftest.err
1938 } && test -s conftest$ac_exeext && {
1939 test "$cross_compiling" = yes ||
f00f02a3 1940 test -x conftest$ac_exeext
89d8a412 1941 }; then :
1942 ac_retval=0
cd9a469c 1943else
89d8a412 1944 $as_echo "$as_me: failed program was:" >&5
1945sed 's/^/| /' conftest.$ac_ext >&5
1946
1947 ac_retval=1
cd9a469c 1948fi
89d8a412 1949 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1950 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1951 # interfere with the next link command; also delete a directory that is
1952 # left behind by Apple's compiler. We do this before executing the actions.
1953 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
f00f02a3 1954 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1955 as_fn_set_status $ac_retval
cd9a469c 1956
89d8a412 1957} # ac_fn_cxx_try_link
cd9a469c 1958
1959# ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1960# --------------------------------------------
1961# Tries to find the compile-time value of EXPR in a program that includes
1962# INCLUDES, setting VAR accordingly. Returns whether the value could be
1963# computed
1964ac_fn_c_compute_int ()
1965{
1966 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1967 if test "$cross_compiling" = yes; then
1968 # Depending upon the size, compute the lo and hi bounds.
1969cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1970/* end confdefs.h. */
1971$4
1972int
1973main ()
1974{
1975static int test_array [1 - 2 * !(($2) >= 0)];
f00f02a3 1976test_array [0] = 0;
1977return test_array [0];
cd9a469c 1978
1979 ;
1980 return 0;
1981}
1982_ACEOF
1983if ac_fn_c_try_compile "$LINENO"; then :
1984 ac_lo=0 ac_mid=0
1985 while :; do
1986 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1987/* end confdefs.h. */
1988$4
1989int
1990main ()
1991{
1992static int test_array [1 - 2 * !(($2) <= $ac_mid)];
f00f02a3 1993test_array [0] = 0;
1994return test_array [0];
cd9a469c 1995
1996 ;
1997 return 0;
1998}
1999_ACEOF
2000if ac_fn_c_try_compile "$LINENO"; then :
2001 ac_hi=$ac_mid; break
2002else
2003 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
2004 if test $ac_lo -le $ac_mid; then
2005 ac_lo= ac_hi=
2006 break
2007 fi
2008 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
2009fi
2010rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2011 done
2012else
2013 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2014/* end confdefs.h. */
2015$4
2016int
2017main ()
2018{
2019static int test_array [1 - 2 * !(($2) < 0)];
f00f02a3 2020test_array [0] = 0;
2021return test_array [0];
cd9a469c 2022
2023 ;
2024 return 0;
2025}
2026_ACEOF
2027if ac_fn_c_try_compile "$LINENO"; then :
2028 ac_hi=-1 ac_mid=-1
2029 while :; do
2030 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2031/* end confdefs.h. */
2032$4
2033int
2034main ()
2035{
2036static int test_array [1 - 2 * !(($2) >= $ac_mid)];
f00f02a3 2037test_array [0] = 0;
2038return test_array [0];
cd9a469c 2039
2040 ;
2041 return 0;
2042}
2043_ACEOF
2044if ac_fn_c_try_compile "$LINENO"; then :
2045 ac_lo=$ac_mid; break
2046else
2047 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2048 if test $ac_mid -le $ac_hi; then
2049 ac_lo= ac_hi=
2050 break
2051 fi
2052 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2053fi
2054rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2055 done
2056else
2057 ac_lo= ac_hi=
2058fi
2059rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2060fi
2061rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2062# Binary search between lo and hi bounds.
2063while test "x$ac_lo" != "x$ac_hi"; do
2064 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2065 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2066/* end confdefs.h. */
2067$4
2068int
2069main ()
2070{
2071static int test_array [1 - 2 * !(($2) <= $ac_mid)];
f00f02a3 2072test_array [0] = 0;
2073return test_array [0];
cd9a469c 2074
2075 ;
2076 return 0;
2077}
2078_ACEOF
2079if ac_fn_c_try_compile "$LINENO"; then :
2080 ac_hi=$ac_mid
2081else
2082 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2083fi
2084rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
b375837d 2085done
cd9a469c 2086case $ac_lo in #((
2087?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2088'') ac_retval=1 ;;
2089esac
2090 else
2091 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2092/* end confdefs.h. */
2093$4
2094static long int longval () { return $2; }
2095static unsigned long int ulongval () { return $2; }
2096#include <stdio.h>
2097#include <stdlib.h>
2098int
2099main ()
2100{
2101
2102 FILE *f = fopen ("conftest.val", "w");
2103 if (! f)
2104 return 1;
2105 if (($2) < 0)
2106 {
2107 long int i = longval ();
2108 if (i != ($2))
2109 return 1;
2110 fprintf (f, "%ld", i);
2111 }
2112 else
2113 {
2114 unsigned long int i = ulongval ();
2115 if (i != ($2))
2116 return 1;
2117 fprintf (f, "%lu", i);
2118 }
2119 /* Do not output a trailing newline, as this causes \r\n confusion
2120 on some platforms. */
2121 return ferror (f) || fclose (f) != 0;
2122
2123 ;
2124 return 0;
2125}
2126_ACEOF
2127if ac_fn_c_try_run "$LINENO"; then :
2128 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2129else
2130 ac_retval=1
2131fi
2132rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2133 conftest.$ac_objext conftest.beam conftest.$ac_ext
2134rm -f conftest.val
2135
2136 fi
f00f02a3 2137 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2138 as_fn_set_status $ac_retval
cd9a469c 2139
2140} # ac_fn_c_compute_int
cd9a469c 2141
89d8a412 2142# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2143# -------------------------------------------------------
2144# Tests whether HEADER exists, giving a warning if it cannot be compiled using
2145# the include files in INCLUDES and setting the cache variable VAR
2146# accordingly.
2147ac_fn_c_check_header_mongrel ()
cd9a469c 2148{
89d8a412 2149 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
f00f02a3 2150 if eval \${$3+:} false; then :
89d8a412 2151 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2152$as_echo_n "checking for $2... " >&6; }
f00f02a3 2153if eval \${$3+:} false; then :
89d8a412 2154 $as_echo_n "(cached) " >&6
2155fi
2156eval ac_res=\$$3
2157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2158$as_echo "$ac_res" >&6; }
2159else
2160 # Is the header compilable?
2161{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2162$as_echo_n "checking $2 usability... " >&6; }
2163cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2164/* end confdefs.h. */
2165$4
2166#include <$2>
2167_ACEOF
2168if ac_fn_c_try_compile "$LINENO"; then :
2169 ac_header_compiler=yes
2170else
2171 ac_header_compiler=no
2172fi
2173rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2174{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2175$as_echo "$ac_header_compiler" >&6; }
2176
2177# Is the header present?
2178{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2179$as_echo_n "checking $2 presence... " >&6; }
2180cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2181/* end confdefs.h. */
2182#include <$2>
2183_ACEOF
2184if ac_fn_c_try_cpp "$LINENO"; then :
2185 ac_header_preproc=yes
2186else
2187 ac_header_preproc=no
2188fi
f00f02a3 2189rm -f conftest.err conftest.i conftest.$ac_ext
89d8a412 2190{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2191$as_echo "$ac_header_preproc" >&6; }
2192
2193# So? What about this header?
2194case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2195 yes:no: )
2196 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2197$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2198 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2199$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2200 ;;
2201 no:yes:* )
2202 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2203$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2204 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2205$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2206 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2207$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2208 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2209$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2210 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2211$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
f00f02a3 2212( $as_echo "## ------------------------------------------------------ ##
89d8a412 2213## Report this to http://github.com/atgreen/libffi/issues ##
f00f02a3 2214## ------------------------------------------------------ ##"
89d8a412 2215 ) | sed "s/^/$as_me: WARNING: /" >&2
2216 ;;
2217esac
2218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2219$as_echo_n "checking for $2... " >&6; }
f00f02a3 2220if eval \${$3+:} false; then :
89d8a412 2221 $as_echo_n "(cached) " >&6
2222else
2223 eval "$3=\$ac_header_compiler"
2224fi
2225eval ac_res=\$$3
2226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2227$as_echo "$ac_res" >&6; }
2228fi
f00f02a3 2229 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
89d8a412 2230
2231} # ac_fn_c_check_header_mongrel
f00f02a3 2232
2233# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2234# -------------------------------------------
2235# Tests whether TYPE exists after having included INCLUDES, setting cache
2236# variable VAR accordingly.
2237ac_fn_c_check_type ()
2238{
2239 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2241$as_echo_n "checking for $2... " >&6; }
2242if eval \${$3+:} false; then :
2243 $as_echo_n "(cached) " >&6
2244else
2245 eval "$3=no"
2246 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2247/* end confdefs.h. */
2248$4
2249int
2250main ()
2251{
2252if (sizeof ($2))
2253 return 0;
2254 ;
2255 return 0;
2256}
2257_ACEOF
2258if ac_fn_c_try_compile "$LINENO"; then :
2259 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2260/* end confdefs.h. */
2261$4
2262int
2263main ()
2264{
2265if (sizeof (($2)))
2266 return 0;
2267 ;
2268 return 0;
2269}
2270_ACEOF
2271if ac_fn_c_try_compile "$LINENO"; then :
2272
2273else
2274 eval "$3=yes"
2275fi
2276rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2277fi
2278rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2279fi
2280eval ac_res=\$$3
2281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2282$as_echo "$ac_res" >&6; }
2283 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2284
2285} # ac_fn_c_check_type
89d8a412 2286cat >config.log <<_ACEOF
2287This file contains any messages produced by compilers while
2288running configure, to aid debugging if configure makes a mistake.
2289
2290It was created by libffi $as_me 3.99999, which was
f00f02a3 2291generated by GNU Autoconf 2.69. Invocation command line was
89d8a412 2292
2293 $ $0 $@
2294
2295_ACEOF
2296exec 5>>config.log
2297{
2298cat <<_ASUNAME
2299## --------- ##
2300## Platform. ##
2301## --------- ##
2302
2303hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2304uname -m = `(uname -m) 2>/dev/null || echo unknown`
2305uname -r = `(uname -r) 2>/dev/null || echo unknown`
2306uname -s = `(uname -s) 2>/dev/null || echo unknown`
2307uname -v = `(uname -v) 2>/dev/null || echo unknown`
2308
2309/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2310/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2311
2312/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2313/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2314/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2315/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2316/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2317/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2318/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2319
2320_ASUNAME
2321
2322as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2323for as_dir in $PATH
2324do
2325 IFS=$as_save_IFS
2326 test -z "$as_dir" && as_dir=.
2327 $as_echo "PATH: $as_dir"
2328 done
2329IFS=$as_save_IFS
2330
2331} >&5
2332
2333cat >&5 <<_ACEOF
2334
2335
2336## ----------- ##
2337## Core tests. ##
2338## ----------- ##
2339
b375837d 2340_ACEOF
3b43a26e 2341
3b43a26e 2342
b375837d 2343# Keep a trace of the command line.
2344# Strip out --no-create and --no-recursion so they do not pile up.
2345# Strip out --silent because we don't want to record it for future runs.
2346# Also quote any args containing shell meta-characters.
2347# Make two passes to allow for proper duplicate-argument suppression.
2348ac_configure_args=
2349ac_configure_args0=
2350ac_configure_args1=
b375837d 2351ac_must_keep_next=false
2352for ac_pass in 1 2
2353do
2354 for ac_arg
2355 do
2356 case $ac_arg in
2357 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2358 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2359 | -silent | --silent | --silen | --sile | --sil)
2360 continue ;;
cd9a469c 2361 *\'*)
2362 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
b375837d 2363 esac
2364 case $ac_pass in
cd9a469c 2365 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
b375837d 2366 2)
cd9a469c 2367 as_fn_append ac_configure_args1 " '$ac_arg'"
b375837d 2368 if test $ac_must_keep_next = true; then
2369 ac_must_keep_next=false # Got value, back to normal.
2370 else
2371 case $ac_arg in
2372 *=* | --config-cache | -C | -disable-* | --disable-* \
2373 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2374 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2375 | -with-* | --with-* | -without-* | --without-* | --x)
2376 case "$ac_configure_args0 " in
2377 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2378 esac
2379 ;;
2380 -* ) ac_must_keep_next=true ;;
2381 esac
2382 fi
cd9a469c 2383 as_fn_append ac_configure_args " '$ac_arg'"
b375837d 2384 ;;
2385 esac
2386 done
47c5fab6 2387done
cd9a469c 2388{ ac_configure_args0=; unset ac_configure_args0;}
2389{ ac_configure_args1=; unset ac_configure_args1;}
b375837d 2390
2391# When interrupted or exit'd, cleanup temporary files, and complete
2392# config.log. We remove comments because anyway the quotes in there
2393# would cause problems or look ugly.
cd9a469c 2394# WARNING: Use '\'' to represent an apostrophe within the trap.
2395# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
b375837d 2396trap 'exit_status=$?
2397 # Save into config.log some information that might help in debugging.
2398 {
2399 echo
2400
f00f02a3 2401 $as_echo "## ---------------- ##
b375837d 2402## Cache variables. ##
f00f02a3 2403## ---------------- ##"
b375837d 2404 echo
2405 # The following way of writing the cache mishandles newlines in values,
cd9a469c 2406(
2407 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2408 eval ac_val=\$$ac_var
2409 case $ac_val in #(
2410 *${as_nl}*)
2411 case $ac_var in #(
2412 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2413$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2414 esac
2415 case $ac_var in #(
2416 _ | IFS | as_nl) ;; #(
2417 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2418 *) { eval $ac_var=; unset $ac_var;} ;;
2419 esac ;;
2420 esac
2421 done
b375837d 2422 (set) 2>&1 |
cd9a469c 2423 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2424 *${as_nl}ac_space=\ *)
b375837d 2425 sed -n \
cd9a469c 2426 "s/'\''/'\''\\\\'\'''\''/g;
2427 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2428 ;; #(
b375837d 2429 *)
cd9a469c 2430 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b375837d 2431 ;;
cd9a469c 2432 esac |
2433 sort
2434)
b375837d 2435 echo
2436
f00f02a3 2437 $as_echo "## ----------------- ##
b375837d 2438## Output variables. ##
f00f02a3 2439## ----------------- ##"
b375837d 2440 echo
2441 for ac_var in $ac_subst_vars
2442 do
cd9a469c 2443 eval ac_val=\$$ac_var
2444 case $ac_val in
2445 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2446 esac
2447 $as_echo "$ac_var='\''$ac_val'\''"
b375837d 2448 done | sort
2449 echo
2450
2451 if test -n "$ac_subst_files"; then
f00f02a3 2452 $as_echo "## ------------------- ##
cd9a469c 2453## File substitutions. ##
f00f02a3 2454## ------------------- ##"
b375837d 2455 echo
2456 for ac_var in $ac_subst_files
2457 do
cd9a469c 2458 eval ac_val=\$$ac_var
2459 case $ac_val in
2460 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2461 esac
2462 $as_echo "$ac_var='\''$ac_val'\''"
b375837d 2463 done | sort
2464 echo
2465 fi
47c5fab6 2466
b375837d 2467 if test -s confdefs.h; then
f00f02a3 2468 $as_echo "## ----------- ##
b375837d 2469## confdefs.h. ##
f00f02a3 2470## ----------- ##"
b375837d 2471 echo
cd9a469c 2472 cat confdefs.h
b375837d 2473 echo
2474 fi
2475 test "$ac_signal" != 0 &&
cd9a469c 2476 $as_echo "$as_me: caught signal $ac_signal"
2477 $as_echo "$as_me: exit $exit_status"
b375837d 2478 } >&5
cd9a469c 2479 rm -f core *.core core.conftest.* &&
2480 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
b375837d 2481 exit $exit_status
cd9a469c 2482' 0
b375837d 2483for ac_signal in 1 2 13 15; do
cd9a469c 2484 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
b375837d 2485done
2486ac_signal=0
47c5fab6 2487
b375837d 2488# confdefs.h avoids OS command line length limits that DEFS can exceed.
cd9a469c 2489rm -f -r conftest* confdefs.h
2490
2491$as_echo "/* confdefs.h */" > confdefs.h
be36f77d 2492
b375837d 2493# Predefined preprocessor variables.
3743c332 2494
b375837d 2495cat >>confdefs.h <<_ACEOF
2496#define PACKAGE_NAME "$PACKAGE_NAME"
2497_ACEOF
3743c332 2498
b375837d 2499cat >>confdefs.h <<_ACEOF
2500#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2501_ACEOF
47c5fab6 2502
b375837d 2503cat >>confdefs.h <<_ACEOF
2504#define PACKAGE_VERSION "$PACKAGE_VERSION"
2505_ACEOF
47c5fab6 2506
b375837d 2507cat >>confdefs.h <<_ACEOF
2508#define PACKAGE_STRING "$PACKAGE_STRING"
2509_ACEOF
3743c332 2510
b375837d 2511cat >>confdefs.h <<_ACEOF
2512#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2513_ACEOF
2514
cd9a469c 2515cat >>confdefs.h <<_ACEOF
2516#define PACKAGE_URL "$PACKAGE_URL"
2517_ACEOF
2518
b375837d 2519
2520# Let the site file select an alternate cache file if it wants to.
cd9a469c 2521# Prefer an explicitly selected file to automatically selected ones.
2522ac_site_file1=NONE
2523ac_site_file2=NONE
2524if test -n "$CONFIG_SITE"; then
f00f02a3 2525 # We do not want a PATH search for config.site.
2526 case $CONFIG_SITE in #((
2527 -*) ac_site_file1=./$CONFIG_SITE;;
2528 */*) ac_site_file1=$CONFIG_SITE;;
2529 *) ac_site_file1=./$CONFIG_SITE;;
2530 esac
cd9a469c 2531elif test "x$prefix" != xNONE; then
2532 ac_site_file1=$prefix/share/config.site
2533 ac_site_file2=$prefix/etc/config.site
2534else
2535 ac_site_file1=$ac_default_prefix/share/config.site
2536 ac_site_file2=$ac_default_prefix/etc/config.site
2537fi
2538for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2539do
2540 test "x$ac_site_file" = xNONE && continue
f00f02a3 2541 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
cd9a469c 2542 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2543$as_echo "$as_me: loading site script $ac_site_file" >&6;}
b375837d 2544 sed 's/^/| /' "$ac_site_file" >&5
f00f02a3 2545 . "$ac_site_file" \
2546 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2547$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2548as_fn_error $? "failed to load site script $ac_site_file
2549See \`config.log' for more details" "$LINENO" 5; }
b375837d 2550 fi
2551done
2552
2553if test -r "$cache_file"; then
f00f02a3 2554 # Some versions of bash will fail to source /dev/null (special files
2555 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2556 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
cd9a469c 2557 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2558$as_echo "$as_me: loading cache $cache_file" >&6;}
b375837d 2559 case $cache_file in
cd9a469c 2560 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2561 *) . "./$cache_file";;
b375837d 2562 esac
2563 fi
2564else
cd9a469c 2565 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2566$as_echo "$as_me: creating cache $cache_file" >&6;}
b375837d 2567 >$cache_file
2568fi
2569
2570# Check that the precious variables saved in the cache have kept the same
2571# value.
2572ac_cache_corrupted=false
cd9a469c 2573for ac_var in $ac_precious_vars; do
b375837d 2574 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2575 eval ac_new_set=\$ac_env_${ac_var}_set
cd9a469c 2576 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2577 eval ac_new_val=\$ac_env_${ac_var}_value
b375837d 2578 case $ac_old_set,$ac_new_set in
2579 set,)
cd9a469c 2580 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2581$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
b375837d 2582 ac_cache_corrupted=: ;;
2583 ,set)
cd9a469c 2584 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2585$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
b375837d 2586 ac_cache_corrupted=: ;;
2587 ,);;
2588 *)
2589 if test "x$ac_old_val" != "x$ac_new_val"; then
cd9a469c 2590 # differences in whitespace do not lead to failure.
2591 ac_old_val_w=`echo x $ac_old_val`
2592 ac_new_val_w=`echo x $ac_new_val`
2593 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2594 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2595$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2596 ac_cache_corrupted=:
2597 else
2598 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2599$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2600 eval $ac_var=\$ac_old_val
2601 fi
2602 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2603$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2604 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2605$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
b375837d 2606 fi;;
2607 esac
2608 # Pass precious variables to config.status.
2609 if test "$ac_new_set" = set; then
2610 case $ac_new_val in
cd9a469c 2611 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
b375837d 2612 *) ac_arg=$ac_var=$ac_new_val ;;
2613 esac
2614 case " $ac_configure_args " in
2615 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
cd9a469c 2616 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
b375837d 2617 esac
2618 fi
2619done
2620if $ac_cache_corrupted; then
cd9a469c 2621 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2622$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2623 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2624$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
f00f02a3 2625 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
b375837d 2626fi
cd9a469c 2627## -------------------- ##
2628## Main body of script. ##
2629## -------------------- ##
b375837d 2630
2631ac_ext=c
2632ac_cpp='$CPP $CPPFLAGS'
2633ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2634ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2635ac_compiler_gnu=$ac_cv_c_compiler_gnu
2636
2637
2638
2639
2640
cd9a469c 2641ac_config_headers="$ac_config_headers fficonfig.h"
b375837d 2642
2643
2644# Default to --enable-multilib
cd9a469c 2645# Check whether --enable-multilib was given.
2646if test "${enable_multilib+set}" = set; then :
2647 enableval=$enable_multilib; case "$enableval" in
b375837d 2648 yes) multilib=yes ;;
2649 no) multilib=no ;;
f00f02a3 2650 *) as_fn_error $? "bad value $enableval for multilib option" "$LINENO" 5 ;;
b375837d 2651 esac
2652else
2653 multilib=yes
cd9a469c 2654fi
2655
b375837d 2656
2657# We may get other options which we leave undocumented:
2658# --with-target-subdir, --with-multisrctop, --with-multisubdir
2659# See config-ml.in if you want the gory details.
2660
2661if test "$srcdir" = "."; then
2662 if test "$with_target_subdir" != "."; then
2663 multi_basedir="$srcdir/$with_multisrctop../.."
2664 else
2665 multi_basedir="$srcdir/$with_multisrctop.."
2666 fi
2667else
2668 multi_basedir="$srcdir/.."
2669fi
2670
2671
bdbb27ba 2672# Even if the default multilib is not a cross compilation,
2673# it may be that some of the other multilibs are.
2674if test $cross_compiling = no && test $multilib = yes \
2675 && test "x${with_multisubdir}" != x ; then
2676 cross_compiling=maybe
2677fi
2678
cd9a469c 2679ac_config_commands="$ac_config_commands default-1"
b375837d 2680
b375837d 2681
d947df39 2682ac_aux_dir=
cd9a469c 2683for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
f00f02a3 2684 if test -f "$ac_dir/install-sh"; then
2685 ac_aux_dir=$ac_dir
2686 ac_install_sh="$ac_aux_dir/install-sh -c"
2687 break
2688 elif test -f "$ac_dir/install.sh"; then
2689 ac_aux_dir=$ac_dir
2690 ac_install_sh="$ac_aux_dir/install.sh -c"
2691 break
2692 elif test -f "$ac_dir/shtool"; then
2693 ac_aux_dir=$ac_dir
2694 ac_install_sh="$ac_aux_dir/shtool install -c"
2695 break
2696 fi
b375837d 2697done
2698if test -z "$ac_aux_dir"; then
f00f02a3 2699 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
b375837d 2700fi
cd9a469c 2701
2702# These three variables are undocumented and unsupported,
2703# and are intended to be withdrawn in a future Autoconf release.
2704# They can cause serious problems if a builder's source tree is in a directory
2705# whose full name contains unusual characters.
2706ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2707ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2708ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2709
b375837d 2710
b375837d 2711# Make sure we can run config.sub.
cd9a469c 2712$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
f00f02a3 2713 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
cd9a469c 2714
2715{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2716$as_echo_n "checking build system type... " >&6; }
f00f02a3 2717if ${ac_cv_build+:} false; then :
cd9a469c 2718 $as_echo_n "(cached) " >&6
2719else
2720 ac_build_alias=$build_alias
2721test "x$ac_build_alias" = x &&
2722 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2723test "x$ac_build_alias" = x &&
f00f02a3 2724 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
cd9a469c 2725ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
f00f02a3 2726 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
cd9a469c 2727
2728fi
2729{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2730$as_echo "$ac_cv_build" >&6; }
2731case $ac_cv_build in
2732*-*-*) ;;
f00f02a3 2733*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
cd9a469c 2734esac
b375837d 2735build=$ac_cv_build
cd9a469c 2736ac_save_IFS=$IFS; IFS='-'
2737set x $ac_cv_build
2738shift
2739build_cpu=$1
2740build_vendor=$2
2741shift; shift
2742# Remember, the first character of IFS is used to create $*,
2743# except with old shells:
2744build_os=$*
2745IFS=$ac_save_IFS
2746case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
b375837d 2747
2748
cd9a469c 2749{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2750$as_echo_n "checking host system type... " >&6; }
f00f02a3 2751if ${ac_cv_host+:} false; then :
cd9a469c 2752 $as_echo_n "(cached) " >&6
b375837d 2753else
cd9a469c 2754 if test "x$host_alias" = x; then
2755 ac_cv_host=$ac_cv_build
2756else
2757 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
f00f02a3 2758 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
cd9a469c 2759fi
b375837d 2760
2761fi
cd9a469c 2762{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2763$as_echo "$ac_cv_host" >&6; }
2764case $ac_cv_host in
2765*-*-*) ;;
f00f02a3 2766*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
cd9a469c 2767esac
b375837d 2768host=$ac_cv_host
cd9a469c 2769ac_save_IFS=$IFS; IFS='-'
2770set x $ac_cv_host
2771shift
2772host_cpu=$1
2773host_vendor=$2
2774shift; shift
2775# Remember, the first character of IFS is used to create $*,
2776# except with old shells:
2777host_os=$*
2778IFS=$ac_save_IFS
2779case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
b375837d 2780
2781
cd9a469c 2782{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2783$as_echo_n "checking target system type... " >&6; }
f00f02a3 2784if ${ac_cv_target+:} false; then :
cd9a469c 2785 $as_echo_n "(cached) " >&6
2786else
2787 if test "x$target_alias" = x; then
2788 ac_cv_target=$ac_cv_host
b375837d 2789else
cd9a469c 2790 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
f00f02a3 2791 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
cd9a469c 2792fi
b375837d 2793
2794fi
cd9a469c 2795{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2796$as_echo "$ac_cv_target" >&6; }
2797case $ac_cv_target in
2798*-*-*) ;;
f00f02a3 2799*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
cd9a469c 2800esac
b375837d 2801target=$ac_cv_target
cd9a469c 2802ac_save_IFS=$IFS; IFS='-'
2803set x $ac_cv_target
2804shift
2805target_cpu=$1
2806target_vendor=$2
2807shift; shift
2808# Remember, the first character of IFS is used to create $*,
2809# except with old shells:
2810target_os=$*
2811IFS=$ac_save_IFS
2812case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
b375837d 2813
2814
2815# The aliases save the names the user supplied, while $host etc.
2816# will get canonicalized.
2817test -n "$target_alias" &&
3743c332 2818 test "$program_prefix$program_suffix$program_transform_name" = \
2819 NONENONEs,x,x, &&
2820 program_prefix=${target_alias}-
cd9a469c 2821
b375837d 2822target_alias=${target_alias-$host_alias}
2823
f00f02a3 2824am__api_version='1.15'
cd9a469c 2825
b375837d 2826# Find a good install program. We prefer a C program (faster),
2827# so one script is as good as another. But avoid the broken or
2828# incompatible versions:
2829# SysV /etc/install, /usr/sbin/install
2830# SunOS /usr/etc/install
2831# IRIX /sbin/install
2832# AIX /bin/install
2833# AmigaOS /C/install, which installs bootblocks on floppy discs
2834# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2835# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2836# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2837# OS/2's system install, which has a completely different semantic
2838# ./install, which can be erroneously created by make from ./install.sh.
82eaf560 2839# Reject install programs that cannot install multiple files.
cd9a469c 2840{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2841$as_echo_n "checking for a BSD-compatible install... " >&6; }
b375837d 2842if test -z "$INSTALL"; then
f00f02a3 2843if ${ac_cv_path_install+:} false; then :
cd9a469c 2844 $as_echo_n "(cached) " >&6
b375837d 2845else
2846 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2847for as_dir in $PATH
2848do
2849 IFS=$as_save_IFS
2850 test -z "$as_dir" && as_dir=.
cd9a469c 2851 # Account for people who put trailing slashes in PATH elements.
2852case $as_dir/ in #((
2853 ./ | .// | /[cC]/* | \
b375837d 2854 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
cd9a469c 2855 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
b375837d 2856 /usr/ucb/* ) ;;
2857 *)
2858 # OSF1 and SCO ODT 3.0 have their own names for install.
2859 # Don't use installbsd from OSF since it installs stuff as root
2860 # by default.
2861 for ac_prog in ginstall scoinst install; do
2862 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 2863 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
b375837d 2864 if test $ac_prog = install &&
2865 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2866 # AIX install. It has an incompatible calling convention.
2867 :
2868 elif test $ac_prog = install &&
2869 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2870 # program-specific install script used by HP pwplus--don't use.
2871 :
2872 else
82eaf560 2873 rm -rf conftest.one conftest.two conftest.dir
2874 echo one > conftest.one
2875 echo two > conftest.two
2876 mkdir conftest.dir
2877 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2878 test -s conftest.one && test -s conftest.two &&
2879 test -s conftest.dir/conftest.one &&
2880 test -s conftest.dir/conftest.two
2881 then
2882 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2883 break 3
2884 fi
b375837d 2885 fi
2886 fi
2887 done
2888 done
2889 ;;
2890esac
cd9a469c 2891
2892 done
2893IFS=$as_save_IFS
b375837d 2894
82eaf560 2895rm -rf conftest.one conftest.two conftest.dir
b375837d 2896
2897fi
2898 if test "${ac_cv_path_install+set}" = set; then
2899 INSTALL=$ac_cv_path_install
2900 else
82eaf560 2901 # As a last resort, use the slow shell script. Don't cache a
2902 # value for INSTALL within a source directory, because that will
b375837d 2903 # break other packages using the cache if that directory is
82eaf560 2904 # removed, or if the value is a relative name.
b375837d 2905 INSTALL=$ac_install_sh
2906 fi
2907fi
cd9a469c 2908{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2909$as_echo "$INSTALL" >&6; }
b375837d 2910
2911# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2912# It thinks the first close brace ends the variable substitution.
2913test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2914
2915test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2916
2917test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2918
cd9a469c 2919{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2920$as_echo_n "checking whether build environment is sane... " >&6; }
cd9a469c 2921# Reject unsafe characters in $srcdir or the absolute working directory
2922# name. Accept space and tab only in the latter.
2923am_lf='
2924'
2925case `pwd` in
2926 *[\\\"\#\$\&\'\`$am_lf]*)
f00f02a3 2927 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
cd9a469c 2928esac
2929case $srcdir in
2930 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
f00f02a3 2931 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
cd9a469c 2932esac
2933
f00f02a3 2934# Do 'set' in a subshell so we don't clobber the current shell's
b375837d 2935# arguments. Must try -L first in case configure is actually a
2936# symlink; some systems play weird games with the mod time of symlinks
2937# (eg FreeBSD returns the mod time of the symlink's containing
2938# directory).
2939if (
f00f02a3 2940 am_has_slept=no
2941 for am_try in 1 2; do
2942 echo "timestamp, slept: $am_has_slept" > conftest.file
2943 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2944 if test "$*" = "X"; then
2945 # -L didn't work.
2946 set X `ls -t "$srcdir/configure" conftest.file`
2947 fi
2948 if test "$*" != "X $srcdir/configure conftest.file" \
2949 && test "$*" != "X conftest.file $srcdir/configure"; then
2950
2951 # If neither matched, then we have a broken ls. This can happen
2952 # if, for instance, CONFIG_SHELL is bash and it inherits a
2953 # broken ls alias from the environment. This has actually
2954 # happened. Such a system could not be considered "sane".
2955 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
2956 alias in your environment" "$LINENO" 5
2957 fi
2958 if test "$2" = conftest.file || test $am_try -eq 2; then
2959 break
2960 fi
2961 # Just in case.
2962 sleep 1
2963 am_has_slept=yes
2964 done
b375837d 2965 test "$2" = conftest.file
2966 )
2967then
2968 # Ok.
2969 :
2970else
f00f02a3 2971 as_fn_error $? "newly created file is older than distributed files!
cd9a469c 2972Check your system clock" "$LINENO" 5
b375837d 2973fi
cd9a469c 2974{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2975$as_echo "yes" >&6; }
f00f02a3 2976# If we didn't sleep, we still need to ensure time stamps of config.status and
2977# generated files are strictly newer.
2978am_sleep_pid=
2979if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2980 ( sleep 1 ) &
2981 am_sleep_pid=$!
2982fi
2983
2984rm -f conftest.file
2985
b375837d 2986test "$program_prefix" != NONE &&
cd9a469c 2987 program_transform_name="s&^&$program_prefix&;$program_transform_name"
b375837d 2988# Use a double $ so make ignores it.
2989test "$program_suffix" != NONE &&
cd9a469c 2990 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2991# Double any \ or $.
b375837d 2992# By default was `s,x,x', remove it if useless.
cd9a469c 2993ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2994program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
b375837d 2995
f00f02a3 2996# Expand $ac_aux_dir to an absolute path.
2997am_aux_dir=`cd "$ac_aux_dir" && pwd`
b375837d 2998
cd9a469c 2999if test x"${MISSING+set}" != xset; then
3000 case $am_aux_dir in
3001 *\ * | *\ *)
3002 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3003 *)
3004 MISSING="\${SHELL} $am_aux_dir/missing" ;;
3005 esac
3006fi
b375837d 3007# Use eval to expand $SHELL
f00f02a3 3008if eval "$MISSING --is-lightweight"; then
3009 am_missing_run="$MISSING "
b375837d 3010else
3011 am_missing_run=
f00f02a3 3012 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
3013$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
cd9a469c 3014fi
3015
f00f02a3 3016if test x"${install_sh+set}" != xset; then
cd9a469c 3017 case $am_aux_dir in
3018 *\ * | *\ *)
3019 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3020 *)
3021 install_sh="\${SHELL} $am_aux_dir/install-sh"
3022 esac
3023fi
3024
f00f02a3 3025# Installed binaries are usually stripped using 'strip' when the user
3026# run "make install-strip". However 'strip' might not be the right
cd9a469c 3027# tool to use in cross-compilation environments, therefore Automake
f00f02a3 3028# will honor the 'STRIP' environment variable to overrule this program.
cd9a469c 3029if test "$cross_compiling" != no; then
3030 if test -n "$ac_tool_prefix"; then
3031 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3032set dummy ${ac_tool_prefix}strip; ac_word=$2
3033{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3034$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 3035if ${ac_cv_prog_STRIP+:} false; then :
cd9a469c 3036 $as_echo_n "(cached) " >&6
3037else
3038 if test -n "$STRIP"; then
3039 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3040else
3041as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3042for as_dir in $PATH
3043do
3044 IFS=$as_save_IFS
3045 test -z "$as_dir" && as_dir=.
3046 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 3047 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
cd9a469c 3048 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3049 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3050 break 2
3051 fi
3052done
3053 done
3054IFS=$as_save_IFS
3055
3056fi
3057fi
3058STRIP=$ac_cv_prog_STRIP
3059if test -n "$STRIP"; then
3060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3061$as_echo "$STRIP" >&6; }
3062else
3063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3064$as_echo "no" >&6; }
3065fi
3066
3067
3068fi
3069if test -z "$ac_cv_prog_STRIP"; then
3070 ac_ct_STRIP=$STRIP
3071 # Extract the first word of "strip", so it can be a program name with args.
3072set dummy strip; ac_word=$2
3073{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3074$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 3075if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
cd9a469c 3076 $as_echo_n "(cached) " >&6
3077else
3078 if test -n "$ac_ct_STRIP"; then
3079 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3080else
3081as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3082for as_dir in $PATH
3083do
3084 IFS=$as_save_IFS
3085 test -z "$as_dir" && as_dir=.
3086 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 3087 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
cd9a469c 3088 ac_cv_prog_ac_ct_STRIP="strip"
3089 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3090 break 2
3091 fi
3092done
3093 done
3094IFS=$as_save_IFS
3095
3096fi
3097fi
3098ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3099if test -n "$ac_ct_STRIP"; then
3100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3101$as_echo "$ac_ct_STRIP" >&6; }
3102else
3103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3104$as_echo "no" >&6; }
3105fi
3106
3107 if test "x$ac_ct_STRIP" = x; then
3108 STRIP=":"
3109 else
3110 case $cross_compiling:$ac_tool_warned in
3111yes:)
3112{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3113$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3114ac_tool_warned=yes ;;
3115esac
3116 STRIP=$ac_ct_STRIP
3117 fi
3118else
3119 STRIP="$ac_cv_prog_STRIP"
3120fi
3121
3122fi
3123INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3124
3125{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3126$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3127if test -z "$MKDIR_P"; then
f00f02a3 3128 if ${ac_cv_path_mkdir+:} false; then :
cd9a469c 3129 $as_echo_n "(cached) " >&6
3130else
3131 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3132for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3133do
3134 IFS=$as_save_IFS
3135 test -z "$as_dir" && as_dir=.
3136 for ac_prog in mkdir gmkdir; do
3137 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 3138 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
cd9a469c 3139 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3140 'mkdir (GNU coreutils) '* | \
3141 'mkdir (coreutils) '* | \
3142 'mkdir (fileutils) '4.1*)
3143 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3144 break 3;;
3145 esac
3146 done
3147 done
d947df39 3148 done
cd9a469c 3149IFS=$as_save_IFS
3150
3151fi
3152
f00f02a3 3153 test -d ./--version && rmdir ./--version
cd9a469c 3154 if test "${ac_cv_path_mkdir+set}" = set; then
3155 MKDIR_P="$ac_cv_path_mkdir -p"
d947df39 3156 else
cd9a469c 3157 # As a last resort, use the slow shell script. Don't cache a
3158 # value for MKDIR_P within a source directory, because that will
3159 # break other packages using the cache if that directory is
3160 # removed, or if the value is a relative name.
cd9a469c 3161 MKDIR_P="$ac_install_sh -d"
d947df39 3162 fi
3163fi
cd9a469c 3164{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3165$as_echo "$MKDIR_P" >&6; }
3166
b375837d 3167for ac_prog in gawk mawk nawk awk
3168do
3169 # Extract the first word of "$ac_prog", so it can be a program name with args.
3170set dummy $ac_prog; ac_word=$2
cd9a469c 3171{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3172$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 3173if ${ac_cv_prog_AWK+:} false; then :
cd9a469c 3174 $as_echo_n "(cached) " >&6
b375837d 3175else
3176 if test -n "$AWK"; then
3177 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3178else
3179as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3180for as_dir in $PATH
3181do
3182 IFS=$as_save_IFS
3183 test -z "$as_dir" && as_dir=.
cd9a469c 3184 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 3185 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b375837d 3186 ac_cv_prog_AWK="$ac_prog"
cd9a469c 3187 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b375837d 3188 break 2
3189 fi
3190done
cd9a469c 3191 done
3192IFS=$as_save_IFS
b375837d 3193
3194fi
3195fi
3196AWK=$ac_cv_prog_AWK
3197if test -n "$AWK"; then
cd9a469c 3198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3199$as_echo "$AWK" >&6; }
b375837d 3200else
cd9a469c 3201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3202$as_echo "no" >&6; }
b375837d 3203fi
3204
cd9a469c 3205
b375837d 3206 test -n "$AWK" && break
3207done
3208
cd9a469c 3209{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3210$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3211set x ${MAKE-make}
3212ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
f00f02a3 3213if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
cd9a469c 3214 $as_echo_n "(cached) " >&6
b375837d 3215else
3216 cat >conftest.make <<\_ACEOF
cd9a469c 3217SHELL = /bin/sh
b375837d 3218all:
cd9a469c 3219 @echo '@@@%%%=$(MAKE)=@@@%%%'
b375837d 3220_ACEOF
f00f02a3 3221# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
cd9a469c 3222case `${MAKE-make} -f conftest.make 2>/dev/null` in
3223 *@@@%%%=?*=@@@%%%*)
3224 eval ac_cv_prog_make_${ac_make}_set=yes;;
3225 *)
3226 eval ac_cv_prog_make_${ac_make}_set=no;;
3227esac
b375837d 3228rm -f conftest.make
3229fi
cd9a469c 3230if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3232$as_echo "yes" >&6; }
b375837d 3233 SET_MAKE=
3234else
cd9a469c 3235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3236$as_echo "no" >&6; }
b375837d 3237 SET_MAKE="MAKE=${MAKE-make}"
3238fi
3239
3240rm -rf .tst 2>/dev/null
3241mkdir .tst 2>/dev/null
3242if test -d .tst; then
3243 am__leading_dot=.
3244else
3245 am__leading_dot=_
3246fi
3247rmdir .tst 2>/dev/null
3248
f00f02a3 3249# Check whether --enable-silent-rules was given.
3250if test "${enable_silent_rules+set}" = set; then :
3251 enableval=$enable_silent_rules;
3252fi
3253
3254case $enable_silent_rules in # (((
3255 yes) AM_DEFAULT_VERBOSITY=0;;
3256 no) AM_DEFAULT_VERBOSITY=1;;
3257 *) AM_DEFAULT_VERBOSITY=1;;
3258esac
3259am_make=${MAKE-make}
3260{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3261$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3262if ${am_cv_make_support_nested_variables+:} false; then :
3263 $as_echo_n "(cached) " >&6
3264else
3265 if $as_echo 'TRUE=$(BAR$(V))
3266BAR0=false
3267BAR1=true
3268V=1
3269am__doit:
3270 @$(TRUE)
3271.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
3272 am_cv_make_support_nested_variables=yes
3273else
3274 am_cv_make_support_nested_variables=no
3275fi
3276fi
3277{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3278$as_echo "$am_cv_make_support_nested_variables" >&6; }
3279if test $am_cv_make_support_nested_variables = yes; then
3280 AM_V='$(V)'
3281 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3282else
3283 AM_V=$AM_DEFAULT_VERBOSITY
3284 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3285fi
3286AM_BACKSLASH='\'
3287
cd9a469c 3288if test "`cd $srcdir && pwd`" != "`pwd`"; then
3289 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3290 # is not polluted with repeated "-I."
3291 am__isrc=' -I$(srcdir)'
3292 # test to see if srcdir already configured
3293 if test -f $srcdir/config.status; then
f00f02a3 3294 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
cd9a469c 3295 fi
b375837d 3296fi
3297
3298# test whether we have cygpath
3299if test -z "$CYGPATH_W"; then
3300 if (cygpath --version) >/dev/null 2>/dev/null; then
3301 CYGPATH_W='cygpath -w'
3302 else
3303 CYGPATH_W=echo
3304 fi
3305fi
3306
3307
3308# Define the identity of the package.
3309 PACKAGE='libffi'
89d8a412 3310 VERSION='3.99999'
b375837d 3311
3312
3313cat >>confdefs.h <<_ACEOF
3314#define PACKAGE "$PACKAGE"
3315_ACEOF
3316
3317
3318cat >>confdefs.h <<_ACEOF
3319#define VERSION "$VERSION"
3320_ACEOF
3321
3322# Some tools Automake needs.
3323
3324ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3325
3326
3327AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3328
3329
3330AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3331
3332
3333AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3334
3335
3336MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3337
f00f02a3 3338# For better backward compatibility. To be removed once Automake 1.9.x
3339# dies out for good. For more background, see:
3340# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3341# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3342mkdir_p='$(MKDIR_P)'
3343
3344# We need awk for the "check" target (and possibly the TAP driver). The
3345# system "awk" is bad on some platforms.
eca2514d 3346# Always define AMTAR for backward compatibility. Yes, it's still used
3347# in the wild :-( We should find a proper way to deprecate it ...
3348AMTAR='$${TAR-tar}'
8b39599c 3349
f00f02a3 3350
3351# We'll loop over all known methods to create a tar archive until one works.
3352_am_tools='gnutar pax cpio none'
3353
eca2514d 3354am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
8b39599c 3355
3356
b375837d 3357
3358
3359
3360
f00f02a3 3361# POSIX will say in a future version that running "rm -f" with no argument
3362# is OK; and we want to be able to make that assumption in our Makefile
3363# recipes. So use an aggressive probe to check that the usage we want is
3364# actually supported "in the wild" to an acceptable degree.
3365# See automake bug#10828.
3366# To make any issue more visible, cause the running configure to be aborted
3367# by default if the 'rm' program in use doesn't match our expectations; the
3368# user can still override this though.
3369if rm -f && rm -fr && rm -rf; then : OK; else
3370 cat >&2 <<'END'
3371Oops!
3372
3373Your 'rm' program seems unable to run without file operands specified
3374on the command line, even when the '-f' option is present. This is contrary
3375to the behaviour of most rm programs out there, and not conforming with
3376the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
3377
3378Please tell bug-automake@gnu.org about your system, including the value
3379of your $PATH and any error possibly output before this message. This
3380can help us improve future automake versions.
3381
3382END
3383 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
3384 echo 'Configuration will proceed anyway, since you have set the' >&2
3385 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
3386 echo >&2
3387 else
3388 cat >&2 <<'END'
3389Aborting the configuration process, to ensure you take notice of the issue.
3390
3391You can download and install GNU coreutils to get an 'rm' implementation
3392that behaves properly: <http://www.gnu.org/software/coreutils/>.
3393
3394If you want to complete the configuration process using your problematic
3395'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
3396to "yes", and re-run configure.
3397
3398END
3399 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
3400 fi
3401fi
3402
3403
8cd092c9 3404# See if makeinfo has been installed and is modern enough
3405# that we can use it.
3406
3407 # Extract the first word of "makeinfo", so it can be a program name with args.
3408set dummy makeinfo; ac_word=$2
3409{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3410$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 3411if ${ac_cv_prog_MAKEINFO+:} false; then :
8cd092c9 3412 $as_echo_n "(cached) " >&6
3413else
3414 if test -n "$MAKEINFO"; then
3415 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
3416else
3417as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3418for as_dir in $PATH
3419do
3420 IFS=$as_save_IFS
3421 test -z "$as_dir" && as_dir=.
3422 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 3423 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8cd092c9 3424 ac_cv_prog_MAKEINFO="makeinfo"
3425 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3426 break 2
3427 fi
3428done
3429 done
3430IFS=$as_save_IFS
3431
3432fi
3433fi
3434MAKEINFO=$ac_cv_prog_MAKEINFO
3435if test -n "$MAKEINFO"; then
3436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
3437$as_echo "$MAKEINFO" >&6; }
3438else
3439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3440$as_echo "no" >&6; }
3441fi
3442
3443
3444 if test -n "$MAKEINFO"; then
3445 # Found it, now check the version.
3446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for modern makeinfo" >&5
3447$as_echo_n "checking for modern makeinfo... " >&6; }
f00f02a3 3448if ${gcc_cv_prog_makeinfo_modern+:} false; then :
8cd092c9 3449 $as_echo_n "(cached) " >&6
3450else
3451 ac_prog_version=`eval $MAKEINFO --version 2>&1 |
3452 sed -n 's/^.*GNU texinfo.* \([0-9][0-9.]*\).*$/\1/p'`
3453
3454 case $ac_prog_version in
3455 '') gcc_cv_prog_makeinfo_modern=no;;
3456 4.[4-9]*|4.[1-9][0-9]*|[5-9]*|[1-9][0-9]*) gcc_cv_prog_makeinfo_modern=yes;;
3457 *) gcc_cv_prog_makeinfo_modern=no;;
3458 esac
3459
3460fi
3461{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_makeinfo_modern" >&5
3462$as_echo "$gcc_cv_prog_makeinfo_modern" >&6; }
3463 else
3464 gcc_cv_prog_makeinfo_modern=no
3465 fi
3466 if test $gcc_cv_prog_makeinfo_modern = no; then
3467 MAKEINFO="${CONFIG_SHELL-/bin/sh} $ac_aux_dir/missing makeinfo"
3468 fi
3469
3470 if test $gcc_cv_prog_makeinfo_modern = "yes"; then
3471 BUILD_INFO_TRUE=
3472 BUILD_INFO_FALSE='#'
3473else
3474 BUILD_INFO_TRUE='#'
3475 BUILD_INFO_FALSE=
3476fi
3477
3478
3479# We would like our source tree to be readonly. However when releases or
3480# pre-releases are generated, the flex/bison generated files as well as the
3481# various formats of manuals need to be included along with the rest of the
3482# sources. Therefore we have --enable-generated-files-in-srcdir to do
3483# just that.
3484{ $as_echo "$as_me:${as_lineno-$LINENO}: checking generated-files-in-srcdir" >&5
3485$as_echo_n "checking generated-files-in-srcdir... " >&6; }
3486# Check whether --enable-generated-files-in-srcdir was given.
3487if test "${enable_generated_files_in_srcdir+set}" = set; then :
3488 enableval=$enable_generated_files_in_srcdir; case "$enableval" in
3489 yes) enable_generated_files_in_srcdir=yes ;;
3490 no) enable_generated_files_in_srcdir=no ;;
f00f02a3 3491 *) as_fn_error $? "Unknown argument to enable/disable version-specific libs" "$LINENO" 5;;
8cd092c9 3492 esac
3493else
3494 enable_generated_files_in_srcdir=no
3495fi
3496
3497{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_generated_files_in_srcdir" >&5
3498$as_echo "$enable_generated_files_in_srcdir" >&6; }
3499 if test "$enable_generated_files_in_srcdir" = yes; then
3500 GENINSRC_TRUE=
3501 GENINSRC_FALSE='#'
3502else
3503 GENINSRC_TRUE='#'
3504 GENINSRC_FALSE=
3505fi
3506
3507
b375837d 3508# The same as in boehm-gc and libstdc++. Have to borrow it from there.
3509# We must force CC to /not/ be precious variables; otherwise
3510# the wrong, non-multilib-adjusted value will be used in multilibs.
3511# As a side effect, we have to subst CFLAGS ourselves.
89d8a412 3512# Also save and restore CFLAGS, since AC_PROG_CC will come up with
3513# defaults of its own if none are provided.
b375837d 3514
3515
3516
89d8a412 3517save_CFLAGS=$CFLAGS
b375837d 3518ac_ext=c
3519ac_cpp='$CPP $CPPFLAGS'
3520ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3521ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3522ac_compiler_gnu=$ac_cv_c_compiler_gnu
3523if test -n "$ac_tool_prefix"; then
3524 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3525set dummy ${ac_tool_prefix}gcc; ac_word=$2
cd9a469c 3526{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3527$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 3528if ${ac_cv_prog_CC+:} false; then :
cd9a469c 3529 $as_echo_n "(cached) " >&6
b375837d 3530else
3531 if test -n "$CC"; then
3532 ac_cv_prog_CC="$CC" # Let the user override the test.
3533else
3534as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3535for as_dir in $PATH
3536do
3537 IFS=$as_save_IFS
3538 test -z "$as_dir" && as_dir=.
cd9a469c 3539 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 3540 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b375837d 3541 ac_cv_prog_CC="${ac_tool_prefix}gcc"
cd9a469c 3542 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b375837d 3543 break 2
3544 fi
3545done
cd9a469c 3546 done
3547IFS=$as_save_IFS
b375837d 3548
3549fi
3550fi
3551CC=$ac_cv_prog_CC
3552if test -n "$CC"; then
cd9a469c 3553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3554$as_echo "$CC" >&6; }
b375837d 3555else
cd9a469c 3556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3557$as_echo "no" >&6; }
b375837d 3558fi
3559
cd9a469c 3560
b375837d 3561fi
3562if test -z "$ac_cv_prog_CC"; then
3563 ac_ct_CC=$CC
3564 # Extract the first word of "gcc", so it can be a program name with args.
3565set dummy gcc; ac_word=$2
cd9a469c 3566{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3567$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 3568if ${ac_cv_prog_ac_ct_CC+:} false; then :
cd9a469c 3569 $as_echo_n "(cached) " >&6
b375837d 3570else
3571 if test -n "$ac_ct_CC"; then
3572 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3573else
3574as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3575for as_dir in $PATH
3576do
3577 IFS=$as_save_IFS
3578 test -z "$as_dir" && as_dir=.
cd9a469c 3579 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 3580 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b375837d 3581 ac_cv_prog_ac_ct_CC="gcc"
cd9a469c 3582 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b375837d 3583 break 2
3584 fi
3585done
cd9a469c 3586 done
3587IFS=$as_save_IFS
b375837d 3588
3589fi
3590fi
3591ac_ct_CC=$ac_cv_prog_ac_ct_CC
3592if test -n "$ac_ct_CC"; then
cd9a469c 3593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3594$as_echo "$ac_ct_CC" >&6; }
b375837d 3595else
cd9a469c 3596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3597$as_echo "no" >&6; }
b375837d 3598fi
3599
cd9a469c 3600 if test "x$ac_ct_CC" = x; then
3601 CC=""
3602 else
3603 case $cross_compiling:$ac_tool_warned in
3604yes:)
3605{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3606$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3607ac_tool_warned=yes ;;
3608esac
3609 CC=$ac_ct_CC
3610 fi
b375837d 3611else
3612 CC="$ac_cv_prog_CC"
3613fi
3614
3615if test -z "$CC"; then
cd9a469c 3616 if test -n "$ac_tool_prefix"; then
3617 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
b375837d 3618set dummy ${ac_tool_prefix}cc; ac_word=$2
cd9a469c 3619{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3620$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 3621if ${ac_cv_prog_CC+:} false; then :
cd9a469c 3622 $as_echo_n "(cached) " >&6
b375837d 3623else
3624 if test -n "$CC"; then
3625 ac_cv_prog_CC="$CC" # Let the user override the test.
3626else
3627as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3628for as_dir in $PATH
3629do
3630 IFS=$as_save_IFS
3631 test -z "$as_dir" && as_dir=.
cd9a469c 3632 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 3633 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b375837d 3634 ac_cv_prog_CC="${ac_tool_prefix}cc"
cd9a469c 3635 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b375837d 3636 break 2
3637 fi
3638done
cd9a469c 3639 done
3640IFS=$as_save_IFS
b375837d 3641
3642fi
3643fi
3644CC=$ac_cv_prog_CC
3645if test -n "$CC"; then
cd9a469c 3646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3647$as_echo "$CC" >&6; }
b375837d 3648else
cd9a469c 3649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3650$as_echo "no" >&6; }
b375837d 3651fi
3652
b375837d 3653
cd9a469c 3654 fi
b375837d 3655fi
3656if test -z "$CC"; then
3657 # Extract the first word of "cc", so it can be a program name with args.
3658set dummy cc; ac_word=$2
cd9a469c 3659{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3660$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 3661if ${ac_cv_prog_CC+:} false; then :
cd9a469c 3662 $as_echo_n "(cached) " >&6
b375837d 3663else
3664 if test -n "$CC"; then
3665 ac_cv_prog_CC="$CC" # Let the user override the test.
3666else
3667 ac_prog_rejected=no
3668as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3669for as_dir in $PATH
3670do
3671 IFS=$as_save_IFS
3672 test -z "$as_dir" && as_dir=.
cd9a469c 3673 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 3674 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b375837d 3675 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3676 ac_prog_rejected=yes
3677 continue
3678 fi
3679 ac_cv_prog_CC="cc"
cd9a469c 3680 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b375837d 3681 break 2
3682 fi
3683done
cd9a469c 3684 done
3685IFS=$as_save_IFS
b375837d 3686
3687if test $ac_prog_rejected = yes; then
3688 # We found a bogon in the path, so make sure we never use it.
3689 set dummy $ac_cv_prog_CC
3690 shift
3691 if test $# != 0; then
3692 # We chose a different compiler from the bogus one.
3693 # However, it has the same basename, so the bogon will be chosen
3694 # first if we set CC to just the basename; use the full file name.
3695 shift
3696 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3697 fi
3698fi
3699fi
3700fi
3701CC=$ac_cv_prog_CC
3702if test -n "$CC"; then
cd9a469c 3703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3704$as_echo "$CC" >&6; }
b375837d 3705else
cd9a469c 3706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3707$as_echo "no" >&6; }
b375837d 3708fi
3709
cd9a469c 3710
b375837d 3711fi
3712if test -z "$CC"; then
3713 if test -n "$ac_tool_prefix"; then
cd9a469c 3714 for ac_prog in cl.exe
b375837d 3715 do
3716 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3717set dummy $ac_tool_prefix$ac_prog; ac_word=$2
cd9a469c 3718{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3719$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 3720if ${ac_cv_prog_CC+:} false; then :
cd9a469c 3721 $as_echo_n "(cached) " >&6
b375837d 3722else
3723 if test -n "$CC"; then
3724 ac_cv_prog_CC="$CC" # Let the user override the test.
3725else
3726as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3727for as_dir in $PATH
3728do
3729 IFS=$as_save_IFS
3730 test -z "$as_dir" && as_dir=.
cd9a469c 3731 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 3732 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b375837d 3733 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
cd9a469c 3734 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b375837d 3735 break 2
3736 fi
3737done
cd9a469c 3738 done
3739IFS=$as_save_IFS
b375837d 3740
3741fi
3742fi
3743CC=$ac_cv_prog_CC
3744if test -n "$CC"; then
cd9a469c 3745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3746$as_echo "$CC" >&6; }
b375837d 3747else
cd9a469c 3748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3749$as_echo "no" >&6; }
b375837d 3750fi
3751
cd9a469c 3752
b375837d 3753 test -n "$CC" && break
3754 done
3755fi
3756if test -z "$CC"; then
3757 ac_ct_CC=$CC
cd9a469c 3758 for ac_prog in cl.exe
b375837d 3759do
3760 # Extract the first word of "$ac_prog", so it can be a program name with args.
3761set dummy $ac_prog; ac_word=$2
cd9a469c 3762{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3763$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 3764if ${ac_cv_prog_ac_ct_CC+:} false; then :
cd9a469c 3765 $as_echo_n "(cached) " >&6
b375837d 3766else
3767 if test -n "$ac_ct_CC"; then
3768 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3769else
3770as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3771for as_dir in $PATH
3772do
3773 IFS=$as_save_IFS
3774 test -z "$as_dir" && as_dir=.
cd9a469c 3775 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 3776 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b375837d 3777 ac_cv_prog_ac_ct_CC="$ac_prog"
cd9a469c 3778 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b375837d 3779 break 2
3780 fi
3781done
cd9a469c 3782 done
3783IFS=$as_save_IFS
b375837d 3784
3785fi
3786fi
3787ac_ct_CC=$ac_cv_prog_ac_ct_CC
3788if test -n "$ac_ct_CC"; then
cd9a469c 3789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3790$as_echo "$ac_ct_CC" >&6; }
b375837d 3791else
cd9a469c 3792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3793$as_echo "no" >&6; }
b375837d 3794fi
3795
cd9a469c 3796
b375837d 3797 test -n "$ac_ct_CC" && break
3798done
3799
cd9a469c 3800 if test "x$ac_ct_CC" = x; then
3801 CC=""
3802 else
3803 case $cross_compiling:$ac_tool_warned in
3804yes:)
3805{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3806$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3807ac_tool_warned=yes ;;
3808esac
3809 CC=$ac_ct_CC
3810 fi
b375837d 3811fi
3812
3813fi
3814
3815
cd9a469c 3816test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3817$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
f00f02a3 3818as_fn_error $? "no acceptable C compiler found in \$PATH
3819See \`config.log' for more details" "$LINENO" 5; }
b375837d 3820
3821# Provide some information about the compiler.
cd9a469c 3822$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3823set X $ac_compile
3824ac_compiler=$2
3825for ac_option in --version -v -V -qversion; do
3826 { { ac_try="$ac_compiler $ac_option >&5"
3827case "(($ac_try" in
3828 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3829 *) ac_try_echo=$ac_try;;
3830esac
3831eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3832$as_echo "$ac_try_echo"; } >&5
3833 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
b375837d 3834 ac_status=$?
cd9a469c 3835 if test -s conftest.err; then
3836 sed '10a\
3837... rest of stderr output deleted ...
3838 10q' conftest.err >conftest.er1
3839 cat conftest.er1 >&5
cd9a469c 3840 fi
f00f02a3 3841 rm -f conftest.er1 conftest.err
cd9a469c 3842 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3843 test $ac_status = 0; }
3844done
b375837d 3845
cd9a469c 3846cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b375837d 3847/* end confdefs.h. */
3848
3849int
3850main ()
3851{
3852
3853 ;
3854 return 0;
3855}
3856_ACEOF
3857ac_clean_files_save=$ac_clean_files
f00f02a3 3858ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
b375837d 3859# Try to create an executable without -o first, disregard a.out.
3860# It will help us diagnose broken compilers, and finding out an intuition
3861# of exeext.
f00f02a3 3862{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3863$as_echo_n "checking whether the C compiler works... " >&6; }
cd9a469c 3864ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3865
3866# The possible output files:
3867ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3868
3869ac_rmfiles=
3870for ac_file in $ac_files
3871do
3872 case $ac_file in
3873 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3874 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3875 esac
3876done
3877rm -f $ac_rmfiles
3878
3879if { { ac_try="$ac_link_default"
3880case "(($ac_try" in
3881 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3882 *) ac_try_echo=$ac_try;;
3883esac
3884eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3885$as_echo "$ac_try_echo"; } >&5
3886 (eval "$ac_link_default") 2>&5
3887 ac_status=$?
3888 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3889 test $ac_status = 0; }; then :
3890 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3891# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3892# in a Makefile. We should not override ac_cv_exeext if it was cached,
3893# so that the user can short-circuit this test for compilers unknown to
3894# Autoconf.
3895for ac_file in $ac_files ''
b375837d 3896do
3897 test -f "$ac_file" || continue
3898 case $ac_file in
cd9a469c 3899 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
b375837d 3900 ;;
3901 [ab].out )
3902 # We found the default executable, but exeext='' is most
3903 # certainly right.
3904 break;;
3905 *.* )
cd9a469c 3906 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3907 then :; else
3908 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3909 fi
3910 # We set ac_cv_exeext here because the later test for it is not
3911 # safe: cross compilers may not add the suffix if given an `-o'
3912 # argument, so we may need to know it at that point already.
3913 # Even if this section looks crufty: it has the advantage of
3914 # actually working.
b375837d 3915 break;;
3916 * )
3917 break;;
3918 esac
3919done
cd9a469c 3920test "$ac_cv_exeext" = no && ac_cv_exeext=
3921
b375837d 3922else
cd9a469c 3923 ac_file=''
3924fi
cd9a469c 3925if test -z "$ac_file"; then :
f00f02a3 3926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3927$as_echo "no" >&6; }
3928$as_echo "$as_me: failed program was:" >&5
b375837d 3929sed 's/^/| /' conftest.$ac_ext >&5
3930
cd9a469c 3931{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3932$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
f00f02a3 3933as_fn_error 77 "C compiler cannot create executables
3934See \`config.log' for more details" "$LINENO" 5; }
3935else
3936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3937$as_echo "yes" >&6; }
b375837d 3938fi
f00f02a3 3939{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3940$as_echo_n "checking for C compiler default output file name... " >&6; }
3941{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3942$as_echo "$ac_file" >&6; }
b375837d 3943ac_exeext=$ac_cv_exeext
b375837d 3944
f00f02a3 3945rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
b375837d 3946ac_clean_files=$ac_clean_files_save
cd9a469c 3947{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3948$as_echo_n "checking for suffix of executables... " >&6; }
3949if { { ac_try="$ac_link"
3950case "(($ac_try" in
3951 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3952 *) ac_try_echo=$ac_try;;
3953esac
3954eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3955$as_echo "$ac_try_echo"; } >&5
3956 (eval "$ac_link") 2>&5
b375837d 3957 ac_status=$?
cd9a469c 3958 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3959 test $ac_status = 0; }; then :
b375837d 3960 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3961# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3962# work properly (i.e., refer to `conftest.exe'), while it won't with
3963# `rm'.
3964for ac_file in conftest.exe conftest conftest.*; do
3965 test -f "$ac_file" || continue
3966 case $ac_file in
cd9a469c 3967 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
b375837d 3968 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
b375837d 3969 break;;
3970 * ) break;;
3971 esac
3972done
3973else
cd9a469c 3974 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3975$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
f00f02a3 3976as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3977See \`config.log' for more details" "$LINENO" 5; }
b375837d 3978fi
f00f02a3 3979rm -f conftest conftest$ac_cv_exeext
cd9a469c 3980{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3981$as_echo "$ac_cv_exeext" >&6; }
b375837d 3982
3983rm -f conftest.$ac_ext
3984EXEEXT=$ac_cv_exeext
3985ac_exeext=$EXEEXT
f00f02a3 3986cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3987/* end confdefs.h. */
3988#include <stdio.h>
3989int
3990main ()
3991{
3992FILE *f = fopen ("conftest.out", "w");
3993 return ferror (f) || fclose (f) != 0;
3994
3995 ;
3996 return 0;
3997}
3998_ACEOF
3999ac_clean_files="$ac_clean_files conftest.out"
4000# Check that the compiler produces executables we can run. If not, either
4001# the compiler is broken, or we cross compile.
4002{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4003$as_echo_n "checking whether we are cross compiling... " >&6; }
4004if test "$cross_compiling" != yes; then
4005 { { ac_try="$ac_link"
4006case "(($ac_try" in
4007 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4008 *) ac_try_echo=$ac_try;;
4009esac
4010eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4011$as_echo "$ac_try_echo"; } >&5
4012 (eval "$ac_link") 2>&5
4013 ac_status=$?
4014 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4015 test $ac_status = 0; }
4016 if { ac_try='./conftest$ac_cv_exeext'
4017 { { case "(($ac_try" in
4018 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4019 *) ac_try_echo=$ac_try;;
4020esac
4021eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4022$as_echo "$ac_try_echo"; } >&5
4023 (eval "$ac_try") 2>&5
4024 ac_status=$?
4025 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4026 test $ac_status = 0; }; }; then
4027 cross_compiling=no
4028 else
4029 if test "$cross_compiling" = maybe; then
4030 cross_compiling=yes
4031 else
4032 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4033$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4034as_fn_error $? "cannot run C compiled programs.
4035If you meant to cross compile, use \`--host'.
4036See \`config.log' for more details" "$LINENO" 5; }
4037 fi
4038 fi
4039fi
4040{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4041$as_echo "$cross_compiling" >&6; }
4042
4043rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
4044ac_clean_files=$ac_clean_files_save
cd9a469c 4045{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4046$as_echo_n "checking for suffix of object files... " >&6; }
f00f02a3 4047if ${ac_cv_objext+:} false; then :
cd9a469c 4048 $as_echo_n "(cached) " >&6
b375837d 4049else
cd9a469c 4050 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b375837d 4051/* end confdefs.h. */
4052
4053int
4054main ()
4055{
4056
4057 ;
4058 return 0;
4059}
4060_ACEOF
4061rm -f conftest.o conftest.obj
cd9a469c 4062if { { ac_try="$ac_compile"
4063case "(($ac_try" in
4064 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4065 *) ac_try_echo=$ac_try;;
4066esac
4067eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4068$as_echo "$ac_try_echo"; } >&5
4069 (eval "$ac_compile") 2>&5
4070 ac_status=$?
4071 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4072 test $ac_status = 0; }; then :
4073 for ac_file in conftest.o conftest.obj conftest.*; do
4074 test -f "$ac_file" || continue;
b375837d 4075 case $ac_file in
cd9a469c 4076 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
b375837d 4077 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4078 break;;
4079 esac
4080done
4081else
cd9a469c 4082 $as_echo "$as_me: failed program was:" >&5
b375837d 4083sed 's/^/| /' conftest.$ac_ext >&5
4084
cd9a469c 4085{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4086$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
f00f02a3 4087as_fn_error $? "cannot compute suffix of object files: cannot compile
4088See \`config.log' for more details" "$LINENO" 5; }
b375837d 4089fi
b375837d 4090rm -f conftest.$ac_cv_objext conftest.$ac_ext
4091fi
cd9a469c 4092{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4093$as_echo "$ac_cv_objext" >&6; }
b375837d 4094OBJEXT=$ac_cv_objext
4095ac_objext=$OBJEXT
cd9a469c 4096{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4097$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
f00f02a3 4098if ${ac_cv_c_compiler_gnu+:} false; then :
cd9a469c 4099 $as_echo_n "(cached) " >&6
b375837d 4100else
cd9a469c 4101 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b375837d 4102/* end confdefs.h. */
4103
4104int
4105main ()
4106{
4107#ifndef __GNUC__
4108 choke me
4109#endif
4110
4111 ;
4112 return 0;
4113}
4114_ACEOF
cd9a469c 4115if ac_fn_c_try_compile "$LINENO"; then :
b375837d 4116 ac_compiler_gnu=yes
4117else
cd9a469c 4118 ac_compiler_gnu=no
b375837d 4119fi
cd9a469c 4120rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
b375837d 4121ac_cv_c_compiler_gnu=$ac_compiler_gnu
4122
4123fi
cd9a469c 4124{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4125$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4126if test $ac_compiler_gnu = yes; then
4127 GCC=yes
4128else
4129 GCC=
4130fi
b375837d 4131ac_test_CFLAGS=${CFLAGS+set}
4132ac_save_CFLAGS=$CFLAGS
cd9a469c 4133{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4134$as_echo_n "checking whether $CC accepts -g... " >&6; }
f00f02a3 4135if ${ac_cv_prog_cc_g+:} false; then :
cd9a469c 4136 $as_echo_n "(cached) " >&6
4137else
4138 ac_save_c_werror_flag=$ac_c_werror_flag
4139 ac_c_werror_flag=yes
4140 ac_cv_prog_cc_g=no
4141 CFLAGS="-g"
4142 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b375837d 4143/* end confdefs.h. */
4144
4145int
4146main ()
4147{
4148
4149 ;
4150 return 0;
4151}
4152_ACEOF
cd9a469c 4153if ac_fn_c_try_compile "$LINENO"; then :
b375837d 4154 ac_cv_prog_cc_g=yes
4155else
cd9a469c 4156 CFLAGS=""
4157 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4158/* end confdefs.h. */
4159
4160int
4161main ()
4162{
4163
4164 ;
4165 return 0;
4166}
4167_ACEOF
4168if ac_fn_c_try_compile "$LINENO"; then :
4169
4170else
4171 ac_c_werror_flag=$ac_save_c_werror_flag
4172 CFLAGS="-g"
4173 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4174/* end confdefs.h. */
b375837d 4175
cd9a469c 4176int
4177main ()
4178{
4179
4180 ;
4181 return 0;
4182}
4183_ACEOF
4184if ac_fn_c_try_compile "$LINENO"; then :
4185 ac_cv_prog_cc_g=yes
4186fi
4187rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
b375837d 4188fi
cd9a469c 4189rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
b375837d 4190fi
cd9a469c 4191rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4192 ac_c_werror_flag=$ac_save_c_werror_flag
4193fi
4194{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4195$as_echo "$ac_cv_prog_cc_g" >&6; }
b375837d 4196if test "$ac_test_CFLAGS" = set; then
4197 CFLAGS=$ac_save_CFLAGS
4198elif test $ac_cv_prog_cc_g = yes; then
4199 if test "$GCC" = yes; then
4200 CFLAGS="-g -O2"
4201 else
4202 CFLAGS="-g"
4203 fi
4204else
4205 if test "$GCC" = yes; then
4206 CFLAGS="-O2"
4207 else
4208 CFLAGS=
4209 fi
4210fi
cd9a469c 4211{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4212$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
f00f02a3 4213if ${ac_cv_prog_cc_c89+:} false; then :
cd9a469c 4214 $as_echo_n "(cached) " >&6
b375837d 4215else
cd9a469c 4216 ac_cv_prog_cc_c89=no
b375837d 4217ac_save_CC=$CC
cd9a469c 4218cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b375837d 4219/* end confdefs.h. */
4220#include <stdarg.h>
4221#include <stdio.h>
f00f02a3 4222struct stat;
b375837d 4223/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4224struct buf { int x; };
4225FILE * (*rcsopen) (struct buf *, struct stat *, int);
4226static char *e (p, i)
4227 char **p;
4228 int i;
4229{
4230 return p[i];
4231}
4232static char *f (char * (*g) (char **, int), char **p, ...)
4233{
4234 char *s;
4235 va_list v;
4236 va_start (v,p);
4237 s = g (p, va_arg (v,int));
4238 va_end (v);
4239 return s;
4240}
4241
4242/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4243 function prototypes and stuff, but not '\xHH' hex character constants.
4244 These don't provoke an error unfortunately, instead are silently treated
cd9a469c 4245 as 'x'. The following induces an error, until -std is added to get
b375837d 4246 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4247 array size at least. It's necessary to write '\x00'==0 to get something
cd9a469c 4248 that's true only with -std. */
b375837d 4249int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4250
cd9a469c 4251/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4252 inside strings and character constants. */
4253#define FOO(x) 'x'
4254int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4255
b375837d 4256int test (int i, double x);
4257struct s1 {int (*f) (int a);};
4258struct s2 {int (*f) (double a);};
4259int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4260int argc;
4261char **argv;
4262int
4263main ()
4264{
4265return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4266 ;
4267 return 0;
4268}
4269_ACEOF
cd9a469c 4270for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4271 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
b375837d 4272do
4273 CC="$ac_save_CC $ac_arg"
cd9a469c 4274 if ac_fn_c_try_compile "$LINENO"; then :
4275 ac_cv_prog_cc_c89=$ac_arg
b375837d 4276fi
cd9a469c 4277rm -f core conftest.err conftest.$ac_objext
4278 test "x$ac_cv_prog_cc_c89" != "xno" && break
b375837d 4279done
cd9a469c 4280rm -f conftest.$ac_ext
b375837d 4281CC=$ac_save_CC
4282
4283fi
cd9a469c 4284# AC_CACHE_VAL
4285case "x$ac_cv_prog_cc_c89" in
4286 x)
4287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4288$as_echo "none needed" >&6; } ;;
4289 xno)
4290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4291$as_echo "unsupported" >&6; } ;;
b375837d 4292 *)
cd9a469c 4293 CC="$CC $ac_cv_prog_cc_c89"
4294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4295$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
b375837d 4296esac
cd9a469c 4297if test "x$ac_cv_prog_cc_c89" != xno; then :
b375837d 4298
4299fi
b375837d 4300
b375837d 4301ac_ext=c
4302ac_cpp='$CPP $CPPFLAGS'
4303ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4304ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4305ac_compiler_gnu=$ac_cv_c_compiler_gnu
f00f02a3 4306
4307ac_ext=c
4308ac_cpp='$CPP $CPPFLAGS'
4309ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4310ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4311ac_compiler_gnu=$ac_cv_c_compiler_gnu
4312{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4313$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4314if ${am_cv_prog_cc_c_o+:} false; then :
4315 $as_echo_n "(cached) " >&6
4316else
4317 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4318/* end confdefs.h. */
4319
4320int
4321main ()
4322{
4323
4324 ;
4325 return 0;
4326}
4327_ACEOF
4328 # Make sure it works both with $CC and with simple cc.
4329 # Following AC_PROG_CC_C_O, we do the test twice because some
4330 # compilers refuse to overwrite an existing .o file with -o,
4331 # though they will create one.
4332 am_cv_prog_cc_c_o=yes
4333 for am_i in 1 2; do
4334 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4335 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4336 ac_status=$?
4337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4338 (exit $ac_status); } \
4339 && test -f conftest2.$ac_objext; then
4340 : OK
4341 else
4342 am_cv_prog_cc_c_o=no
4343 break
4344 fi
4345 done
4346 rm -f core conftest*
4347 unset am_i
4348fi
4349{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4350$as_echo "$am_cv_prog_cc_c_o" >&6; }
4351if test "$am_cv_prog_cc_c_o" != yes; then
4352 # Losing compiler, so override with the script.
4353 # FIXME: It is wrong to rewrite CC.
4354 # But if we don't then we get into trouble of one sort or another.
4355 # A longer-term fix would be to have automake use am__CC in this case,
4356 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4357 CC="$am_aux_dir/compile $CC"
4358fi
4359ac_ext=c
4360ac_cpp='$CPP $CPPFLAGS'
4361ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4362ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4363ac_compiler_gnu=$ac_cv_c_compiler_gnu
4364
b375837d 4365DEPDIR="${am__leading_dot}deps"
4366
cd9a469c 4367ac_config_commands="$ac_config_commands depfiles"
b375837d 4368
4369
4370am_make=${MAKE-make}
4371cat > confinc << 'END'
4372am__doit:
cd9a469c 4373 @echo this is the am__doit target
b375837d 4374.PHONY: am__doit
4375END
4376# If we don't find an include directive, just comment out the code.
cd9a469c 4377{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
4378$as_echo_n "checking for style of include used by $am_make... " >&6; }
b375837d 4379am__include="#"
4380am__quote=
4381_am_result=none
4382# First try GNU make style include.
4383echo "include confinc" > confmf
f00f02a3 4384# Ignore all kinds of additional output from 'make'.
cd9a469c 4385case `$am_make -s -f confmf 2> /dev/null` in #(
4386*the\ am__doit\ target*)
4387 am__include=include
4388 am__quote=
4389 _am_result=GNU
4390 ;;
4391esac
b375837d 4392# Now try BSD make style include.
4393if test "$am__include" = "#"; then
4394 echo '.include "confinc"' > confmf
cd9a469c 4395 case `$am_make -s -f confmf 2> /dev/null` in #(
4396 *the\ am__doit\ target*)
4397 am__include=.include
4398 am__quote="\""
4399 _am_result=BSD
4400 ;;
4401 esac
b375837d 4402fi
4403
4404
cd9a469c 4405{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4406$as_echo "$_am_result" >&6; }
b375837d 4407rm -f confinc confmf
4408
cd9a469c 4409# Check whether --enable-dependency-tracking was given.
4410if test "${enable_dependency_tracking+set}" = set; then :
4411 enableval=$enable_dependency_tracking;
4412fi
b375837d 4413
b375837d 4414if test "x$enable_dependency_tracking" != xno; then
4415 am_depcomp="$ac_aux_dir/depcomp"
4416 AMDEPBACKSLASH='\'
eca2514d 4417 am__nodep='_no'
b375837d 4418fi
cd9a469c 4419 if test "x$enable_dependency_tracking" != xno; then
b375837d 4420 AMDEP_TRUE=
4421 AMDEP_FALSE='#'
4422else
4423 AMDEP_TRUE='#'
4424 AMDEP_FALSE=
4425fi
4426
4427
4428
b375837d 4429depcc="$CC" am_compiler_list=
4430
cd9a469c 4431{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4432$as_echo_n "checking dependency style of $depcc... " >&6; }
f00f02a3 4433if ${am_cv_CC_dependencies_compiler_type+:} false; then :
cd9a469c 4434 $as_echo_n "(cached) " >&6
b375837d 4435else
4436 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4437 # We make a subdir and do the tests there. Otherwise we can end up
4438 # making bogus files that we don't know about and never remove. For
4439 # instance it was reported that on HP-UX the gcc test will end up
f00f02a3 4440 # making a dummy file named 'D' -- because '-MD' means "put the output
4441 # in D".
eca2514d 4442 rm -rf conftest.dir
b375837d 4443 mkdir conftest.dir
4444 # Copy depcomp to subdir because otherwise we won't find it if we're
4445 # using a relative directory.
4446 cp "$am_depcomp" conftest.dir
4447 cd conftest.dir
4448 # We will build objects and dependencies in a subdirectory because
4449 # it helps to detect inapplicable dependency modes. For instance
4450 # both Tru64's cc and ICC support -MD to output dependencies as a
4451 # side effect of compilation, but ICC will put the dependencies in
4452 # the current directory while Tru64 will put them in the object
4453 # directory.
4454 mkdir sub
4455
4456 am_cv_CC_dependencies_compiler_type=none
4457 if test "$am_compiler_list" = ""; then
4458 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4459 fi
cd9a469c 4460 am__universal=false
4461 case " $depcc " in #(
4462 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4463 esac
4464
b375837d 4465 for depmode in $am_compiler_list; do
4466 # Setup a source with many dependencies, because some compilers
4467 # like to wrap large dependency lists on column 80 (with \), and
4468 # we should not choose a depcomp mode which is confused by this.
4469 #
4470 # We need to recreate these files for each test, as the compiler may
4471 # overwrite some of them when testing with obscure command lines.
4472 # This happens at least with the AIX C compiler.
4473 : > sub/conftest.c
4474 for i in 1 2 3 4 5 6; do
4475 echo '#include "conftst'$i'.h"' >> sub/conftest.c
f00f02a3 4476 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4477 # Solaris 10 /bin/sh.
4478 echo '/* dummy */' > sub/conftst$i.h
b375837d 4479 done
4480 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4481
f00f02a3 4482 # We check with '-c' and '-o' for the sake of the "dashmstdout"
cd9a469c 4483 # mode. It turns out that the SunPro C++ compiler does not properly
f00f02a3 4484 # handle '-M -o', and we need to detect this. Also, some Intel
4485 # versions had trouble with output in subdirs.
cd9a469c 4486 am__obj=sub/conftest.${OBJEXT-o}
4487 am__minus_obj="-o $am__obj"
b375837d 4488 case $depmode in
cd9a469c 4489 gcc)
4490 # This depmode causes a compiler race in universal mode.
4491 test "$am__universal" = false || continue
4492 ;;
b375837d 4493 nosideeffect)
f00f02a3 4494 # After this tag, mechanisms are not by side-effect, so they'll
4495 # only be used when explicitly requested.
b375837d 4496 if test "x$enable_dependency_tracking" = xyes; then
4497 continue
4498 else
4499 break
4500 fi
4501 ;;
eca2514d 4502 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
f00f02a3 4503 # This compiler won't grok '-c -o', but also, the minuso test has
cd9a469c 4504 # not run yet. These depmodes are late enough in the game, and
4505 # so weak that their functioning should not be impacted.
4506 am__obj=conftest.${OBJEXT-o}
4507 am__minus_obj=
4508 ;;
b375837d 4509 none) break ;;
4510 esac
b375837d 4511 if depmode=$depmode \
cd9a469c 4512 source=sub/conftest.c object=$am__obj \
b375837d 4513 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
cd9a469c 4514 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
b375837d 4515 >/dev/null 2>conftest.err &&
cd9a469c 4516 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
b375837d 4517 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
cd9a469c 4518 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
b375837d 4519 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4520 # icc doesn't choke on unknown options, it will just issue warnings
8b39599c 4521 # or remarks (even with -Werror). So we grep stderr for any message
4522 # that says an option was ignored or not supported.
4523 # When given -MP, icc 7.0 and 7.1 complain thusly:
4524 # icc: Command line warning: ignoring option '-M'; no argument required
4525 # The diagnosis changed in icc 8.0:
4526 # icc: Command line remark: option '-MP' not supported
4527 if (grep 'ignoring option' conftest.err ||
4528 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
b375837d 4529 am_cv_CC_dependencies_compiler_type=$depmode
4530 break
4531 fi
4532 fi
4533 done
3743c332 4534
b375837d 4535 cd ..
4536 rm -rf conftest.dir
4537else
4538 am_cv_CC_dependencies_compiler_type=none
4539fi
4540
4541fi
cd9a469c 4542{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4543$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
b375837d 4544CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4545
cd9a469c 4546 if
b375837d 4547 test "x$enable_dependency_tracking" != xno \
4548 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4549 am__fastdepCC_TRUE=
4550 am__fastdepCC_FALSE='#'
4551else
4552 am__fastdepCC_TRUE='#'
4553 am__fastdepCC_FALSE=
4554fi
4555
4556
89d8a412 4557ac_ext=cpp
4558ac_cpp='$CXXCPP $CPPFLAGS'
4559ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4560ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4561ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4562if test -z "$CXX"; then
4563 if test -n "$CCC"; then
4564 CXX=$CCC
4565 else
4566 if test -n "$ac_tool_prefix"; then
4567 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4568 do
4569 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4570set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4571{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4572$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 4573if ${ac_cv_prog_CXX+:} false; then :
89d8a412 4574 $as_echo_n "(cached) " >&6
4575else
4576 if test -n "$CXX"; then
4577 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4578else
4579as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4580for as_dir in $PATH
4581do
4582 IFS=$as_save_IFS
4583 test -z "$as_dir" && as_dir=.
4584 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 4585 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
89d8a412 4586 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4587 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4588 break 2
4589 fi
4590done
4591 done
4592IFS=$as_save_IFS
b375837d 4593
89d8a412 4594fi
4595fi
4596CXX=$ac_cv_prog_CXX
4597if test -n "$CXX"; then
4598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4599$as_echo "$CXX" >&6; }
4600else
4601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4602$as_echo "no" >&6; }
4603fi
b375837d 4604
4605
89d8a412 4606 test -n "$CXX" && break
4607 done
4608fi
4609if test -z "$CXX"; then
4610 ac_ct_CXX=$CXX
4611 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4612do
4613 # Extract the first word of "$ac_prog", so it can be a program name with args.
4614set dummy $ac_prog; ac_word=$2
4615{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4616$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 4617if ${ac_cv_prog_ac_ct_CXX+:} false; then :
89d8a412 4618 $as_echo_n "(cached) " >&6
4619else
4620 if test -n "$ac_ct_CXX"; then
4621 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4622else
4623as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4624for as_dir in $PATH
4625do
4626 IFS=$as_save_IFS
4627 test -z "$as_dir" && as_dir=.
4628 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 4629 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
89d8a412 4630 ac_cv_prog_ac_ct_CXX="$ac_prog"
4631 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4632 break 2
4633 fi
4634done
4635 done
4636IFS=$as_save_IFS
b375837d 4637
89d8a412 4638fi
4639fi
4640ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4641if test -n "$ac_ct_CXX"; then
4642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4643$as_echo "$ac_ct_CXX" >&6; }
4644else
4645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4646$as_echo "no" >&6; }
4647fi
b375837d 4648
d947df39 4649
89d8a412 4650 test -n "$ac_ct_CXX" && break
4651done
b375837d 4652
89d8a412 4653 if test "x$ac_ct_CXX" = x; then
4654 CXX="g++"
4655 else
4656 case $cross_compiling:$ac_tool_warned in
4657yes:)
4658{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4659$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4660ac_tool_warned=yes ;;
4661esac
4662 CXX=$ac_ct_CXX
4663 fi
4664fi
b375837d 4665
89d8a412 4666 fi
4667fi
4668# Provide some information about the compiler.
4669$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4670set X $ac_compile
4671ac_compiler=$2
4672for ac_option in --version -v -V -qversion; do
4673 { { ac_try="$ac_compiler $ac_option >&5"
4674case "(($ac_try" in
4675 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4676 *) ac_try_echo=$ac_try;;
4677esac
4678eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4679$as_echo "$ac_try_echo"; } >&5
4680 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4681 ac_status=$?
4682 if test -s conftest.err; then
4683 sed '10a\
4684... rest of stderr output deleted ...
4685 10q' conftest.err >conftest.er1
4686 cat conftest.er1 >&5
89d8a412 4687 fi
f00f02a3 4688 rm -f conftest.er1 conftest.err
89d8a412 4689 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4690 test $ac_status = 0; }
4691done
cd9a469c 4692
89d8a412 4693{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4694$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
f00f02a3 4695if ${ac_cv_cxx_compiler_gnu+:} false; then :
cd9a469c 4696 $as_echo_n "(cached) " >&6
b375837d 4697else
89d8a412 4698 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4699/* end confdefs.h. */
b375837d 4700
89d8a412 4701int
4702main ()
4703{
4704#ifndef __GNUC__
4705 choke me
4706#endif
b375837d 4707
89d8a412 4708 ;
4709 return 0;
4710}
4711_ACEOF
4712if ac_fn_cxx_try_compile "$LINENO"; then :
4713 ac_compiler_gnu=yes
4714else
4715 ac_compiler_gnu=no
4716fi
4717rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4718ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
cd9a469c 4719
89d8a412 4720fi
4721{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4722$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4723if test $ac_compiler_gnu = yes; then
4724 GXX=yes
4725else
4726 GXX=
4727fi
4728ac_test_CXXFLAGS=${CXXFLAGS+set}
4729ac_save_CXXFLAGS=$CXXFLAGS
4730{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4731$as_echo_n "checking whether $CXX accepts -g... " >&6; }
f00f02a3 4732if ${ac_cv_prog_cxx_g+:} false; then :
89d8a412 4733 $as_echo_n "(cached) " >&6
4734else
4735 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4736 ac_cxx_werror_flag=yes
4737 ac_cv_prog_cxx_g=no
4738 CXXFLAGS="-g"
4739 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4740/* end confdefs.h. */
4741
4742int
4743main ()
4744{
4745
4746 ;
4747 return 0;
4748}
4749_ACEOF
4750if ac_fn_cxx_try_compile "$LINENO"; then :
4751 ac_cv_prog_cxx_g=yes
4752else
4753 CXXFLAGS=""
4754 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4755/* end confdefs.h. */
4756
4757int
4758main ()
4759{
4760
4761 ;
4762 return 0;
4763}
4764_ACEOF
4765if ac_fn_cxx_try_compile "$LINENO"; then :
4766
4767else
4768 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4769 CXXFLAGS="-g"
4770 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4771/* end confdefs.h. */
4772
4773int
4774main ()
4775{
4776
4777 ;
4778 return 0;
4779}
4780_ACEOF
4781if ac_fn_cxx_try_compile "$LINENO"; then :
4782 ac_cv_prog_cxx_g=yes
4783fi
4784rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4785fi
4786rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4787fi
4788rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4789 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4790fi
4791{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4792$as_echo "$ac_cv_prog_cxx_g" >&6; }
4793if test "$ac_test_CXXFLAGS" = set; then
4794 CXXFLAGS=$ac_save_CXXFLAGS
4795elif test $ac_cv_prog_cxx_g = yes; then
4796 if test "$GXX" = yes; then
4797 CXXFLAGS="-g -O2"
4798 else
4799 CXXFLAGS="-g"
4800 fi
4801else
4802 if test "$GXX" = yes; then
4803 CXXFLAGS="-O2"
4804 else
4805 CXXFLAGS=
4806 fi
4807fi
4808ac_ext=c
4809ac_cpp='$CPP $CPPFLAGS'
4810ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4811ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4812ac_compiler_gnu=$ac_cv_c_compiler_gnu
4813
4814depcc="$CXX" am_compiler_list=
4815
4816{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4817$as_echo_n "checking dependency style of $depcc... " >&6; }
f00f02a3 4818if ${am_cv_CXX_dependencies_compiler_type+:} false; then :
89d8a412 4819 $as_echo_n "(cached) " >&6
4820else
4821 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4822 # We make a subdir and do the tests there. Otherwise we can end up
4823 # making bogus files that we don't know about and never remove. For
4824 # instance it was reported that on HP-UX the gcc test will end up
f00f02a3 4825 # making a dummy file named 'D' -- because '-MD' means "put the output
4826 # in D".
eca2514d 4827 rm -rf conftest.dir
89d8a412 4828 mkdir conftest.dir
4829 # Copy depcomp to subdir because otherwise we won't find it if we're
4830 # using a relative directory.
4831 cp "$am_depcomp" conftest.dir
4832 cd conftest.dir
4833 # We will build objects and dependencies in a subdirectory because
4834 # it helps to detect inapplicable dependency modes. For instance
4835 # both Tru64's cc and ICC support -MD to output dependencies as a
4836 # side effect of compilation, but ICC will put the dependencies in
4837 # the current directory while Tru64 will put them in the object
4838 # directory.
4839 mkdir sub
4840
4841 am_cv_CXX_dependencies_compiler_type=none
4842 if test "$am_compiler_list" = ""; then
4843 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4844 fi
4845 am__universal=false
4846 case " $depcc " in #(
4847 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4848 esac
4849
4850 for depmode in $am_compiler_list; do
4851 # Setup a source with many dependencies, because some compilers
4852 # like to wrap large dependency lists on column 80 (with \), and
4853 # we should not choose a depcomp mode which is confused by this.
4854 #
4855 # We need to recreate these files for each test, as the compiler may
4856 # overwrite some of them when testing with obscure command lines.
4857 # This happens at least with the AIX C compiler.
4858 : > sub/conftest.c
4859 for i in 1 2 3 4 5 6; do
4860 echo '#include "conftst'$i'.h"' >> sub/conftest.c
f00f02a3 4861 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4862 # Solaris 10 /bin/sh.
4863 echo '/* dummy */' > sub/conftst$i.h
89d8a412 4864 done
4865 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4866
f00f02a3 4867 # We check with '-c' and '-o' for the sake of the "dashmstdout"
89d8a412 4868 # mode. It turns out that the SunPro C++ compiler does not properly
f00f02a3 4869 # handle '-M -o', and we need to detect this. Also, some Intel
4870 # versions had trouble with output in subdirs.
89d8a412 4871 am__obj=sub/conftest.${OBJEXT-o}
4872 am__minus_obj="-o $am__obj"
4873 case $depmode in
4874 gcc)
4875 # This depmode causes a compiler race in universal mode.
4876 test "$am__universal" = false || continue
4877 ;;
4878 nosideeffect)
f00f02a3 4879 # After this tag, mechanisms are not by side-effect, so they'll
4880 # only be used when explicitly requested.
89d8a412 4881 if test "x$enable_dependency_tracking" = xyes; then
4882 continue
4883 else
4884 break
4885 fi
4886 ;;
eca2514d 4887 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
f00f02a3 4888 # This compiler won't grok '-c -o', but also, the minuso test has
89d8a412 4889 # not run yet. These depmodes are late enough in the game, and
4890 # so weak that their functioning should not be impacted.
4891 am__obj=conftest.${OBJEXT-o}
4892 am__minus_obj=
4893 ;;
4894 none) break ;;
4895 esac
4896 if depmode=$depmode \
4897 source=sub/conftest.c object=$am__obj \
4898 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4899 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4900 >/dev/null 2>conftest.err &&
4901 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4902 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4903 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4904 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4905 # icc doesn't choke on unknown options, it will just issue warnings
4906 # or remarks (even with -Werror). So we grep stderr for any message
4907 # that says an option was ignored or not supported.
4908 # When given -MP, icc 7.0 and 7.1 complain thusly:
4909 # icc: Command line warning: ignoring option '-M'; no argument required
4910 # The diagnosis changed in icc 8.0:
4911 # icc: Command line remark: option '-MP' not supported
4912 if (grep 'ignoring option' conftest.err ||
4913 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4914 am_cv_CXX_dependencies_compiler_type=$depmode
4915 break
4916 fi
4917 fi
4918 done
4919
4920 cd ..
4921 rm -rf conftest.dir
4922else
4923 am_cv_CXX_dependencies_compiler_type=none
4924fi
4925
4926fi
4927{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5
4928$as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
4929CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
4930
4931 if
4932 test "x$enable_dependency_tracking" != xno \
4933 && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
4934 am__fastdepCXX_TRUE=
4935 am__fastdepCXX_FALSE='#'
4936else
4937 am__fastdepCXX_TRUE='#'
4938 am__fastdepCXX_FALSE=
4939fi
4940
4941
4942CFLAGS=$save_CFLAGS
4943
4944
4945
4946
4947
4948# By default we simply use the C compiler to build assembly code.
4949
4950test "${CCAS+set}" = set || CCAS=$CC
4951test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS
4952
4953
4954
4955depcc="$CCAS" am_compiler_list=
4956
4957{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4958$as_echo_n "checking dependency style of $depcc... " >&6; }
f00f02a3 4959if ${am_cv_CCAS_dependencies_compiler_type+:} false; then :
89d8a412 4960 $as_echo_n "(cached) " >&6
4961else
4962 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4963 # We make a subdir and do the tests there. Otherwise we can end up
4964 # making bogus files that we don't know about and never remove. For
4965 # instance it was reported that on HP-UX the gcc test will end up
f00f02a3 4966 # making a dummy file named 'D' -- because '-MD' means "put the output
4967 # in D".
eca2514d 4968 rm -rf conftest.dir
89d8a412 4969 mkdir conftest.dir
4970 # Copy depcomp to subdir because otherwise we won't find it if we're
4971 # using a relative directory.
4972 cp "$am_depcomp" conftest.dir
4973 cd conftest.dir
4974 # We will build objects and dependencies in a subdirectory because
4975 # it helps to detect inapplicable dependency modes. For instance
4976 # both Tru64's cc and ICC support -MD to output dependencies as a
4977 # side effect of compilation, but ICC will put the dependencies in
4978 # the current directory while Tru64 will put them in the object
4979 # directory.
4980 mkdir sub
4981
4982 am_cv_CCAS_dependencies_compiler_type=none
4983 if test "$am_compiler_list" = ""; then
4984 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4985 fi
4986 am__universal=false
4987
4988
4989 for depmode in $am_compiler_list; do
4990 # Setup a source with many dependencies, because some compilers
4991 # like to wrap large dependency lists on column 80 (with \), and
4992 # we should not choose a depcomp mode which is confused by this.
4993 #
cd9a469c 4994 # We need to recreate these files for each test, as the compiler may
4995 # overwrite some of them when testing with obscure command lines.
4996 # This happens at least with the AIX C compiler.
4997 : > sub/conftest.c
4998 for i in 1 2 3 4 5 6; do
4999 echo '#include "conftst'$i'.h"' >> sub/conftest.c
f00f02a3 5000 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
5001 # Solaris 10 /bin/sh.
5002 echo '/* dummy */' > sub/conftst$i.h
cd9a469c 5003 done
5004 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
5005
f00f02a3 5006 # We check with '-c' and '-o' for the sake of the "dashmstdout"
cd9a469c 5007 # mode. It turns out that the SunPro C++ compiler does not properly
f00f02a3 5008 # handle '-M -o', and we need to detect this. Also, some Intel
5009 # versions had trouble with output in subdirs.
cd9a469c 5010 am__obj=sub/conftest.${OBJEXT-o}
5011 am__minus_obj="-o $am__obj"
5012 case $depmode in
5013 gcc)
5014 # This depmode causes a compiler race in universal mode.
5015 test "$am__universal" = false || continue
5016 ;;
5017 nosideeffect)
f00f02a3 5018 # After this tag, mechanisms are not by side-effect, so they'll
5019 # only be used when explicitly requested.
cd9a469c 5020 if test "x$enable_dependency_tracking" = xyes; then
5021 continue
5022 else
5023 break
5024 fi
5025 ;;
eca2514d 5026 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
f00f02a3 5027 # This compiler won't grok '-c -o', but also, the minuso test has
cd9a469c 5028 # not run yet. These depmodes are late enough in the game, and
5029 # so weak that their functioning should not be impacted.
5030 am__obj=conftest.${OBJEXT-o}
5031 am__minus_obj=
5032 ;;
5033 none) break ;;
5034 esac
5035 if depmode=$depmode \
5036 source=sub/conftest.c object=$am__obj \
5037 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
5038 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
5039 >/dev/null 2>conftest.err &&
5040 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
5041 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
5042 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
5043 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
5044 # icc doesn't choke on unknown options, it will just issue warnings
5045 # or remarks (even with -Werror). So we grep stderr for any message
5046 # that says an option was ignored or not supported.
5047 # When given -MP, icc 7.0 and 7.1 complain thusly:
5048 # icc: Command line warning: ignoring option '-M'; no argument required
5049 # The diagnosis changed in icc 8.0:
5050 # icc: Command line remark: option '-MP' not supported
5051 if (grep 'ignoring option' conftest.err ||
5052 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
5053 am_cv_CCAS_dependencies_compiler_type=$depmode
5054 break
5055 fi
5056 fi
5057 done
5058
5059 cd ..
5060 rm -rf conftest.dir
5061else
5062 am_cv_CCAS_dependencies_compiler_type=none
5063fi
5064
5065fi
5066{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CCAS_dependencies_compiler_type" >&5
5067$as_echo "$am_cv_CCAS_dependencies_compiler_type" >&6; }
5068CCASDEPMODE=depmode=$am_cv_CCAS_dependencies_compiler_type
5069
5070 if
5071 test "x$enable_dependency_tracking" != xno \
5072 && test "$am_cv_CCAS_dependencies_compiler_type" = gcc3; then
5073 am__fastdepCCAS_TRUE=
5074 am__fastdepCCAS_FALSE='#'
5075else
5076 am__fastdepCCAS_TRUE='#'
5077 am__fastdepCCAS_FALSE=
5078fi
5079
5080
cd9a469c 5081
4bc2b84f 5082case `pwd` in
5083 *\ * | *\ *)
cd9a469c 5084 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5085$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
4bc2b84f 5086esac
542f9784 5087
5088
542f9784 5089
e6408286 5090macro_version='2.2.7a'
5091macro_revision='1.3134'
542f9784 5092
5093
5094
5095
5096
5097
47c5fab6 5098
542f9784 5099
5100
5101
5102
5103
5104
4bc2b84f 5105ltmain="$ac_aux_dir/ltmain.sh"
542f9784 5106
e6408286 5107# Backslashify metacharacters that are still active within
5108# double-quoted strings.
5109sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5110
5111# Same as above, but do not quote variable references.
5112double_quote_subst='s/\(["`\\]\)/\\\1/g'
5113
5114# Sed substitution to delay expansion of an escaped shell variable in a
5115# double_quote_subst'ed string.
5116delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5117
5118# Sed substitution to delay expansion of an escaped single quote.
5119delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5120
5121# Sed substitution to avoid accidental globbing in evaled expressions
5122no_glob_subst='s/\*/\\\*/g'
5123
5124ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5125ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5126ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5127
5128{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5129$as_echo_n "checking how to print strings... " >&6; }
5130# Test print first, because it will be a builtin if present.
5131if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5132 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5133 ECHO='print -r --'
5134elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5135 ECHO='printf %s\n'
5136else
5137 # Use this function as a fallback that always works.
5138 func_fallback_echo ()
5139 {
5140 eval 'cat <<_LTECHO_EOF
5141$1
5142_LTECHO_EOF'
5143 }
5144 ECHO='func_fallback_echo'
5145fi
5146
5147# func_echo_all arg...
5148# Invoke $ECHO with all args, space-separated.
5149func_echo_all ()
5150{
5151 $ECHO ""
5152}
5153
5154case "$ECHO" in
5155 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5156$as_echo "printf" >&6; } ;;
5157 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5158$as_echo "print -r" >&6; } ;;
5159 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5160$as_echo "cat" >&6; } ;;
5161esac
5162
5163
5164
5165
5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
cd9a469c 5176{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5177$as_echo_n "checking for a sed that does not truncate output... " >&6; }
f00f02a3 5178if ${ac_cv_path_SED+:} false; then :
cd9a469c 5179 $as_echo_n "(cached) " >&6
5180else
5181 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5182 for ac_i in 1 2 3 4 5 6 7; do
5183 ac_script="$ac_script$as_nl$ac_script"
5184 done
5185 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5186 { ac_script=; unset ac_script;}
5187 if test -z "$SED"; then
5188 ac_path_SED_found=false
5189 # Loop through the user's path and test for each of PROGNAME-LIST
5190 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
542f9784 5191for as_dir in $PATH
5192do
5193 IFS=$as_save_IFS
5194 test -z "$as_dir" && as_dir=.
cd9a469c 5195 for ac_prog in sed gsed; do
542f9784 5196 for ac_exec_ext in '' $ac_executable_extensions; do
cd9a469c 5197 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
f00f02a3 5198 as_fn_executable_p "$ac_path_SED" || continue
cd9a469c 5199# Check for GNU ac_path_SED and select it if it is found.
5200 # Check for GNU $ac_path_SED
5201case `"$ac_path_SED" --version 2>&1` in
5202*GNU*)
5203 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5204*)
5205 ac_count=0
5206 $as_echo_n 0123456789 >"conftest.in"
5207 while :
5208 do
5209 cat "conftest.in" "conftest.in" >"conftest.tmp"
5210 mv "conftest.tmp" "conftest.in"
5211 cp "conftest.in" "conftest.nl"
5212 $as_echo '' >> "conftest.nl"
5213 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5214 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5215 as_fn_arith $ac_count + 1 && ac_count=$as_val
5216 if test $ac_count -gt ${ac_path_SED_max-0}; then
5217 # Best one so far, save it but keep looking for a better one
5218 ac_cv_path_SED="$ac_path_SED"
5219 ac_path_SED_max=$ac_count
5220 fi
5221 # 10*(2^10) chars as input seems more than enough
5222 test $ac_count -gt 10 && break
5223 done
5224 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5225esac
5226
5227 $ac_path_SED_found && break 3
542f9784 5228 done
5229 done
cd9a469c 5230 done
542f9784 5231IFS=$as_save_IFS
cd9a469c 5232 if test -z "$ac_cv_path_SED"; then
f00f02a3 5233 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
542f9784 5234 fi
cd9a469c 5235else
5236 ac_cv_path_SED=$SED
542f9784 5237fi
5238
cd9a469c 5239fi
5240{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5241$as_echo "$ac_cv_path_SED" >&6; }
5242 SED="$ac_cv_path_SED"
5243 rm -f conftest.sed
542f9784 5244
5245test -z "$SED" && SED=sed
5246Xsed="$SED -e 1s/^X//"
5247
5248
5249
5250
5251
5252
5253
5254
5255
5256
5257
cd9a469c 5258{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5259$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
f00f02a3 5260if ${ac_cv_path_GREP+:} false; then :
cd9a469c 5261 $as_echo_n "(cached) " >&6
5262else
5263 if test -z "$GREP"; then
5264 ac_path_GREP_found=false
5265 # Loop through the user's path and test for each of PROGNAME-LIST
5266 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5267for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5268do
5269 IFS=$as_save_IFS
5270 test -z "$as_dir" && as_dir=.
5271 for ac_prog in grep ggrep; do
5272 for ac_exec_ext in '' $ac_executable_extensions; do
5273 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
f00f02a3 5274 as_fn_executable_p "$ac_path_GREP" || continue
cd9a469c 5275# Check for GNU ac_path_GREP and select it if it is found.
5276 # Check for GNU $ac_path_GREP
5277case `"$ac_path_GREP" --version 2>&1` in
5278*GNU*)
5279 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5280*)
5281 ac_count=0
5282 $as_echo_n 0123456789 >"conftest.in"
5283 while :
5284 do
5285 cat "conftest.in" "conftest.in" >"conftest.tmp"
5286 mv "conftest.tmp" "conftest.in"
5287 cp "conftest.in" "conftest.nl"
5288 $as_echo 'GREP' >> "conftest.nl"
5289 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5290 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5291 as_fn_arith $ac_count + 1 && ac_count=$as_val
5292 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5293 # Best one so far, save it but keep looking for a better one
5294 ac_cv_path_GREP="$ac_path_GREP"
5295 ac_path_GREP_max=$ac_count
5296 fi
5297 # 10*(2^10) chars as input seems more than enough
5298 test $ac_count -gt 10 && break
5299 done
5300 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5301esac
5302
5303 $ac_path_GREP_found && break 3
5304 done
5305 done
5306 done
5307IFS=$as_save_IFS
5308 if test -z "$ac_cv_path_GREP"; then
f00f02a3 5309 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
cd9a469c 5310 fi
5311else
5312 ac_cv_path_GREP=$GREP
5313fi
5314
5315fi
5316{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5317$as_echo "$ac_cv_path_GREP" >&6; }
5318 GREP="$ac_cv_path_GREP"
5319
5320
5321{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5322$as_echo_n "checking for egrep... " >&6; }
f00f02a3 5323if ${ac_cv_path_EGREP+:} false; then :
cd9a469c 5324 $as_echo_n "(cached) " >&6
542f9784 5325else
cd9a469c 5326 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5327 then ac_cv_path_EGREP="$GREP -E"
5328 else
5329 if test -z "$EGREP"; then
5330 ac_path_EGREP_found=false
5331 # Loop through the user's path and test for each of PROGNAME-LIST
5332 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5333for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5334do
5335 IFS=$as_save_IFS
5336 test -z "$as_dir" && as_dir=.
5337 for ac_prog in egrep; do
5338 for ac_exec_ext in '' $ac_executable_extensions; do
5339 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
f00f02a3 5340 as_fn_executable_p "$ac_path_EGREP" || continue
cd9a469c 5341# Check for GNU ac_path_EGREP and select it if it is found.
5342 # Check for GNU $ac_path_EGREP
5343case `"$ac_path_EGREP" --version 2>&1` in
5344*GNU*)
5345 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5346*)
5347 ac_count=0
5348 $as_echo_n 0123456789 >"conftest.in"
5349 while :
5350 do
5351 cat "conftest.in" "conftest.in" >"conftest.tmp"
5352 mv "conftest.tmp" "conftest.in"
5353 cp "conftest.in" "conftest.nl"
5354 $as_echo 'EGREP' >> "conftest.nl"
5355 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5356 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5357 as_fn_arith $ac_count + 1 && ac_count=$as_val
5358 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5359 # Best one so far, save it but keep looking for a better one
5360 ac_cv_path_EGREP="$ac_path_EGREP"
5361 ac_path_EGREP_max=$ac_count
542f9784 5362 fi
cd9a469c 5363 # 10*(2^10) chars as input seems more than enough
5364 test $ac_count -gt 10 && break
5365 done
5366 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5367esac
5368
5369 $ac_path_EGREP_found && break 3
5370 done
5371 done
5372 done
5373IFS=$as_save_IFS
5374 if test -z "$ac_cv_path_EGREP"; then
f00f02a3 5375 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
cd9a469c 5376 fi
5377else
5378 ac_cv_path_EGREP=$EGREP
5379fi
5380
5381 fi
542f9784 5382fi
cd9a469c 5383{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5384$as_echo "$ac_cv_path_EGREP" >&6; }
5385 EGREP="$ac_cv_path_EGREP"
542f9784 5386
5387
cd9a469c 5388{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5389$as_echo_n "checking for fgrep... " >&6; }
f00f02a3 5390if ${ac_cv_path_FGREP+:} false; then :
cd9a469c 5391 $as_echo_n "(cached) " >&6
542f9784 5392else
cd9a469c 5393 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5394 then ac_cv_path_FGREP="$GREP -F"
5395 else
5396 if test -z "$FGREP"; then
5397 ac_path_FGREP_found=false
5398 # Loop through the user's path and test for each of PROGNAME-LIST
5399 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5400for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5401do
5402 IFS=$as_save_IFS
5403 test -z "$as_dir" && as_dir=.
5404 for ac_prog in fgrep; do
5405 for ac_exec_ext in '' $ac_executable_extensions; do
5406 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
f00f02a3 5407 as_fn_executable_p "$ac_path_FGREP" || continue
cd9a469c 5408# Check for GNU ac_path_FGREP and select it if it is found.
5409 # Check for GNU $ac_path_FGREP
5410case `"$ac_path_FGREP" --version 2>&1` in
5411*GNU*)
5412 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5413*)
5414 ac_count=0
5415 $as_echo_n 0123456789 >"conftest.in"
5416 while :
5417 do
5418 cat "conftest.in" "conftest.in" >"conftest.tmp"
5419 mv "conftest.tmp" "conftest.in"
5420 cp "conftest.in" "conftest.nl"
5421 $as_echo 'FGREP' >> "conftest.nl"
5422 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5423 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5424 as_fn_arith $ac_count + 1 && ac_count=$as_val
5425 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5426 # Best one so far, save it but keep looking for a better one
5427 ac_cv_path_FGREP="$ac_path_FGREP"
5428 ac_path_FGREP_max=$ac_count
542f9784 5429 fi
cd9a469c 5430 # 10*(2^10) chars as input seems more than enough
5431 test $ac_count -gt 10 && break
5432 done
5433 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5434esac
5435
5436 $ac_path_FGREP_found && break 3
5437 done
5438 done
5439 done
5440IFS=$as_save_IFS
5441 if test -z "$ac_cv_path_FGREP"; then
f00f02a3 5442 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
cd9a469c 5443 fi
5444else
5445 ac_cv_path_FGREP=$FGREP
5446fi
5447
5448 fi
542f9784 5449fi
cd9a469c 5450{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5451$as_echo "$ac_cv_path_FGREP" >&6; }
5452 FGREP="$ac_cv_path_FGREP"
542f9784 5453
5454
5455test -z "$GREP" && GREP=grep
5456
5457
5458
5459
5460
5461
5462
5463
5464
5465
5466
5467
5468
5469
5470
5471
5472
5473
5474
cd9a469c 5475# Check whether --with-gnu-ld was given.
5476if test "${with_gnu_ld+set}" = set; then :
5477 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
47c5fab6 5478else
21f4579d 5479 with_gnu_ld=no
cd9a469c 5480fi
5481
47c5fab6 5482ac_prog=ld
21f4579d 5483if test "$GCC" = yes; then
47c5fab6 5484 # Check if gcc -print-prog-name=ld gives a path.
cd9a469c 5485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5486$as_echo_n "checking for ld used by $CC... " >&6; }
652f285b 5487 case $host in
5488 *-*-mingw*)
5489 # gcc leaves a trailing carriage return which upsets mingw
5490 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5491 *)
5492 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5493 esac
21f4579d 5494 case $ac_prog in
47c5fab6 5495 # Accept absolute paths.
542f9784 5496 [\\/]* | ?:[\\/]*)
47c5fab6 5497 re_direlt='/[^/][^/]*/\.\./'
542f9784 5498 # Canonicalize the pathname of ld
5499 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5500 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5501 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
47c5fab6 5502 done
5503 test -z "$LD" && LD="$ac_prog"
5504 ;;
5505 "")
5506 # If it fails, then pretend we aren't using GCC.
5507 ac_prog=ld
5508 ;;
5509 *)
5510 # If it is relative, then search for the first ld in PATH.
5511 with_gnu_ld=unknown
5512 ;;
5513 esac
5514elif test "$with_gnu_ld" = yes; then
cd9a469c 5515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5516$as_echo_n "checking for GNU ld... " >&6; }
47c5fab6 5517else
cd9a469c 5518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5519$as_echo_n "checking for non-GNU ld... " >&6; }
47c5fab6 5520fi
f00f02a3 5521if ${lt_cv_path_LD+:} false; then :
cd9a469c 5522 $as_echo_n "(cached) " >&6
47c5fab6 5523else
5524 if test -z "$LD"; then
542f9784 5525 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
47c5fab6 5526 for ac_dir in $PATH; do
542f9784 5527 IFS="$lt_save_ifs"
47c5fab6 5528 test -z "$ac_dir" && ac_dir=.
20e58c02 5529 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
21f4579d 5530 lt_cv_path_LD="$ac_dir/$ac_prog"
47c5fab6 5531 # Check to see if the program is GNU ld. I'd rather use --version,
542f9784 5532 # but apparently some variants of GNU ld only accept -v.
47c5fab6 5533 # Break only if it was the GNU/non-GNU ld that we prefer.
542f9784 5534 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5535 *GNU* | *'with BFD'*)
47c5fab6 5536 test "$with_gnu_ld" != no && break
542f9784 5537 ;;
5538 *)
47c5fab6 5539 test "$with_gnu_ld" != yes && break
542f9784 5540 ;;
5541 esac
47c5fab6 5542 fi
5543 done
542f9784 5544 IFS="$lt_save_ifs"
47c5fab6 5545else
21f4579d 5546 lt_cv_path_LD="$LD" # Let the user override the test with a path.
47c5fab6 5547fi
5548fi
5549
21f4579d 5550LD="$lt_cv_path_LD"
47c5fab6 5551if test -n "$LD"; then
cd9a469c 5552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5553$as_echo "$LD" >&6; }
47c5fab6 5554else
cd9a469c 5555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5556$as_echo "no" >&6; }
47c5fab6 5557fi
f00f02a3 5558test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
cd9a469c 5559{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5560$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
f00f02a3 5561if ${lt_cv_prog_gnu_ld+:} false; then :
cd9a469c 5562 $as_echo_n "(cached) " >&6
47c5fab6 5563else
542f9784 5564 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5565case `$LD -v 2>&1 </dev/null` in
5566*GNU* | *'with BFD'*)
21f4579d 5567 lt_cv_prog_gnu_ld=yes
542f9784 5568 ;;
5569*)
21f4579d 5570 lt_cv_prog_gnu_ld=no
542f9784 5571 ;;
5572esac
47c5fab6 5573fi
cd9a469c 5574{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5575$as_echo "$lt_cv_prog_gnu_ld" >&6; }
21f4579d 5576with_gnu_ld=$lt_cv_prog_gnu_ld
652f285b 5577
47c5fab6 5578
5579
542f9784 5580
5581
5582
5583
5584
5585
cd9a469c 5586{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5587$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
f00f02a3 5588if ${lt_cv_path_NM+:} false; then :
cd9a469c 5589 $as_echo_n "(cached) " >&6
47c5fab6 5590else
5591 if test -n "$NM"; then
5592 # Let the user override the test.
21f4579d 5593 lt_cv_path_NM="$NM"
47c5fab6 5594else
542f9784 5595 lt_nm_to_check="${ac_tool_prefix}nm"
5596 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5597 lt_nm_to_check="$lt_nm_to_check nm"
5598 fi
5599 for lt_tmp_nm in $lt_nm_to_check; do
5600 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5601 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5602 IFS="$lt_save_ifs"
5603 test -z "$ac_dir" && ac_dir=.
5604 tmp_nm="$ac_dir/$lt_tmp_nm"
5605 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5606 # Check to see if the nm accepts a BSD-compat flag.
5607 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5608 # nm: unknown option "B" ignored
5609 # Tru64's nm complains that /dev/null is an invalid object file
5610 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5611 */dev/null* | *'Invalid file or object type'*)
5612 lt_cv_path_NM="$tmp_nm -B"
5613 break
5614 ;;
5615 *)
5616 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5617 */dev/null*)
5618 lt_cv_path_NM="$tmp_nm -p"
5619 break
5620 ;;
5621 *)
5622 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5623 continue # so that we can try to find one that supports BSD flags
5624 ;;
5625 esac
5626 ;;
5627 esac
47c5fab6 5628 fi
542f9784 5629 done
5630 IFS="$lt_save_ifs"
47c5fab6 5631 done
542f9784 5632 : ${lt_cv_path_NM=no}
47c5fab6 5633fi
5634fi
cd9a469c 5635{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5636$as_echo "$lt_cv_path_NM" >&6; }
542f9784 5637if test "$lt_cv_path_NM" != "no"; then
5638 NM="$lt_cv_path_NM"
47c5fab6 5639else
542f9784 5640 # Didn't find any BSD compatible name lister, look for dumpbin.
e6408286 5641 if test -n "$DUMPBIN"; then :
5642 # Let the user override the test.
5643 else
5644 if test -n "$ac_tool_prefix"; then
5645 for ac_prog in dumpbin "link -dump"
542f9784 5646 do
5647 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5648set dummy $ac_tool_prefix$ac_prog; ac_word=$2
cd9a469c 5649{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5650$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 5651if ${ac_cv_prog_DUMPBIN+:} false; then :
cd9a469c 5652 $as_echo_n "(cached) " >&6
652f285b 5653else
542f9784 5654 if test -n "$DUMPBIN"; then
5655 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5656else
5657as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5658for as_dir in $PATH
5659do
5660 IFS=$as_save_IFS
5661 test -z "$as_dir" && as_dir=.
cd9a469c 5662 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 5663 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
542f9784 5664 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
cd9a469c 5665 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
542f9784 5666 break 2
5667 fi
5668done
cd9a469c 5669 done
5670IFS=$as_save_IFS
652f285b 5671
542f9784 5672fi
5673fi
5674DUMPBIN=$ac_cv_prog_DUMPBIN
5675if test -n "$DUMPBIN"; then
cd9a469c 5676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5677$as_echo "$DUMPBIN" >&6; }
542f9784 5678else
cd9a469c 5679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5680$as_echo "no" >&6; }
542f9784 5681fi
21f4579d 5682
cd9a469c 5683
542f9784 5684 test -n "$DUMPBIN" && break
5685 done
5686fi
5687if test -z "$DUMPBIN"; then
5688 ac_ct_DUMPBIN=$DUMPBIN
e6408286 5689 for ac_prog in dumpbin "link -dump"
542f9784 5690do
5691 # Extract the first word of "$ac_prog", so it can be a program name with args.
5692set dummy $ac_prog; ac_word=$2
cd9a469c 5693{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5694$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 5695if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
cd9a469c 5696 $as_echo_n "(cached) " >&6
542f9784 5697else
5698 if test -n "$ac_ct_DUMPBIN"; then
5699 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5700else
5701as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5702for as_dir in $PATH
5703do
5704 IFS=$as_save_IFS
5705 test -z "$as_dir" && as_dir=.
cd9a469c 5706 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 5707 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
542f9784 5708 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
cd9a469c 5709 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
542f9784 5710 break 2
652f285b 5711 fi
542f9784 5712done
cd9a469c 5713 done
5714IFS=$as_save_IFS
652f285b 5715
542f9784 5716fi
5717fi
5718ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5719if test -n "$ac_ct_DUMPBIN"; then
cd9a469c 5720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5721$as_echo "$ac_ct_DUMPBIN" >&6; }
542f9784 5722else
cd9a469c 5723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5724$as_echo "no" >&6; }
542f9784 5725fi
652f285b 5726
cd9a469c 5727
542f9784 5728 test -n "$ac_ct_DUMPBIN" && break
5729done
652f285b 5730
cd9a469c 5731 if test "x$ac_ct_DUMPBIN" = x; then
5732 DUMPBIN=":"
5733 else
5734 case $cross_compiling:$ac_tool_warned in
5735yes:)
5736{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5737$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5738ac_tool_warned=yes ;;
5739esac
5740 DUMPBIN=$ac_ct_DUMPBIN
5741 fi
542f9784 5742fi
652f285b 5743
e6408286 5744 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5745 *COFF*)
5746 DUMPBIN="$DUMPBIN -symbols"
5747 ;;
5748 *)
5749 DUMPBIN=:
5750 ;;
5751 esac
5752 fi
652f285b 5753
542f9784 5754 if test "$DUMPBIN" != ":"; then
5755 NM="$DUMPBIN"
652f285b 5756 fi
542f9784 5757fi
5758test -z "$NM" && NM=nm
652f285b 5759
652f285b 5760
652f285b 5761
652f285b 5762
93221b10 5763
652f285b 5764
cd9a469c 5765{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5766$as_echo_n "checking the name lister ($NM) interface... " >&6; }
f00f02a3 5767if ${lt_cv_nm_interface+:} false; then :
cd9a469c 5768 $as_echo_n "(cached) " >&6
542f9784 5769else
5770 lt_cv_nm_interface="BSD nm"
5771 echo "int some_variable = 0;" > conftest.$ac_ext
e6408286 5772 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
542f9784 5773 (eval "$ac_compile" 2>conftest.err)
5774 cat conftest.err >&5
e6408286 5775 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
542f9784 5776 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5777 cat conftest.err >&5
e6408286 5778 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
542f9784 5779 cat conftest.out >&5
5780 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5781 lt_cv_nm_interface="MS dumpbin"
5782 fi
5783 rm -f conftest*
652f285b 5784fi
cd9a469c 5785{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5786$as_echo "$lt_cv_nm_interface" >&6; }
652f285b 5787
cd9a469c 5788{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5789$as_echo_n "checking whether ln -s works... " >&6; }
542f9784 5790LN_S=$as_ln_s
5791if test "$LN_S" = "ln -s"; then
cd9a469c 5792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5793$as_echo "yes" >&6; }
542f9784 5794else
cd9a469c 5795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5796$as_echo "no, using $LN_S" >&6; }
542f9784 5797fi
652f285b 5798
3bcf2cd5 5799# find the maximum length of command line arguments
cd9a469c 5800{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5801$as_echo_n "checking the maximum length of command line arguments... " >&6; }
f00f02a3 5802if ${lt_cv_sys_max_cmd_len+:} false; then :
cd9a469c 5803 $as_echo_n "(cached) " >&6
3bcf2cd5 5804else
5805 i=0
5806 teststring="ABCD"
5807
5808 case $build_os in
5809 msdosdjgpp*)
5810 # On DJGPP, this test can blow up pretty badly due to problems in libc
5811 # (any single argument exceeding 2000 bytes causes a buffer overrun
5812 # during glob expansion). Even if it were fixed, the result of this
5813 # check would be larger than it should be.
5814 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5815 ;;
5816
542f9784 5817 gnu*)
5818 # Under GNU Hurd, this test is not required because there is
5819 # no limit to the length of command line arguments.
5820 # Libtool will interpret -1 as no limit whatsoever
5821 lt_cv_sys_max_cmd_len=-1;
5822 ;;
5823
4bc2b84f 5824 cygwin* | mingw* | cegcc*)
3bcf2cd5 5825 # On Win9x/ME, this test blows up -- it succeeds, but takes
5826 # about 5 minutes as the teststring grows exponentially.
5827 # Worse, since 9x/ME are not pre-emptively multitasking,
5828 # you end up with a "frozen" computer, even though with patience
5829 # the test eventually succeeds (with a max line length of 256k).
5830 # Instead, let's just punt: use the minimum linelength reported by
5831 # all of the supported platforms: 8192 (on NT/2K/XP).
5832 lt_cv_sys_max_cmd_len=8192;
5833 ;;
5834
e6408286 5835 mint*)
5836 # On MiNT this can take a long time and run out of memory.
5837 lt_cv_sys_max_cmd_len=8192;
5838 ;;
5839
3bcf2cd5 5840 amigaos*)
5841 # On AmigaOS with pdksh, this test takes hours, literally.
5842 # So we just punt and use a minimum line length of 8192.
5843 lt_cv_sys_max_cmd_len=8192;
5844 ;;
5845
5846 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5847 # This has been around since 386BSD, at least. Likely further.
5848 if test -x /sbin/sysctl; then
5849 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5850 elif test -x /usr/sbin/sysctl; then
5851 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5852 else
542f9784 5853 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
3bcf2cd5 5854 fi
5855 # And add a safety zone
5856 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5857 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5858 ;;
542f9784 5859
5860 interix*)
5861 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5862 lt_cv_sys_max_cmd_len=196608
5863 ;;
5864
5865 osf*)
5866 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5867 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5868 # nice to cause kernel panics so lets avoid the loop below.
5869 # First set a reasonable default.
5870 lt_cv_sys_max_cmd_len=16384
5871 #
5872 if test -x /sbin/sysconfig; then
5873 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5874 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5875 esac
5876 fi
5877 ;;
5878 sco3.2v5*)
5879 lt_cv_sys_max_cmd_len=102400
5880 ;;
5881 sysv5* | sco5v6* | sysv4.2uw2*)
5882 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5883 if test -n "$kargmax"; then
5884 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5885 else
5886 lt_cv_sys_max_cmd_len=32768
5887 fi
5888 ;;
5889 *)
4bc2b84f 5890 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5891 if test -n "$lt_cv_sys_max_cmd_len"; then
07c46636 5892 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5893 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5894 else
5895 # Make teststring a little bigger before we do anything with it.
5896 # a 1K string should be a reasonable start.
5897 for i in 1 2 3 4 5 6 7 8 ; do
5898 teststring=$teststring$teststring
5899 done
5900 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5901 # If test is not a shell built-in, we'll probably end up computing a
5902 # maximum length that is only half of the actual maximum length, but
5903 # we can't tell.
e6408286 5904 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5905 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
07c46636 5906 test $i != 17 # 1/2 MB should be enough
5907 do
5908 i=`expr $i + 1`
5909 teststring=$teststring$teststring
5910 done
5911 # Only check the string length outside the loop.
5912 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5913 teststring=
5914 # Add a significant safety factor because C++ compilers can tack on
5915 # massive amounts of additional arguments before passing them to the
5916 # linker. It appears as though 1/2 is a usable value.
5917 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5918 fi
542f9784 5919 ;;
3bcf2cd5 5920 esac
5921
5922fi
5923
542f9784 5924if test -n $lt_cv_sys_max_cmd_len ; then
cd9a469c 5925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5926$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
3bcf2cd5 5927else
cd9a469c 5928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5929$as_echo "none" >&6; }
3bcf2cd5 5930fi
542f9784 5931max_cmd_len=$lt_cv_sys_max_cmd_len
3bcf2cd5 5932
5933
652f285b 5934
652f285b 5935
652f285b 5936
542f9784 5937
542f9784 5938: ${CP="cp -f"}
5939: ${MV="mv -f"}
5940: ${RM="rm -f"}
5941
cd9a469c 5942{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5943$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
542f9784 5944# Try some XSI features
5945xsi_shell=no
5946( _lt_dummy="a/b/c"
5947 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4bc2b84f 5948 = c,a/b,, \
5949 && eval 'test $(( 1 + 1 )) -eq 2 \
5950 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
542f9784 5951 && xsi_shell=yes
cd9a469c 5952{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5953$as_echo "$xsi_shell" >&6; }
542f9784 5954
5955
cd9a469c 5956{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5957$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
542f9784 5958lt_shell_append=no
5959( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5960 >/dev/null 2>&1 \
5961 && lt_shell_append=yes
cd9a469c 5962{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5963$as_echo "$lt_shell_append" >&6; }
542f9784 5964
5965
5966if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5967 lt_unset=unset
652f285b 5968else
542f9784 5969 lt_unset=false
652f285b 5970fi
5971
542f9784 5972
5973
5974
5975
5976# test EBCDIC or ASCII
5977case `echo X|tr X '\101'` in
5978 A) # ASCII based system
5979 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5980 lt_SP2NL='tr \040 \012'
5981 lt_NL2SP='tr \015\012 \040\040'
5982 ;;
5983 *) # EBCDIC based system
5984 lt_SP2NL='tr \100 \n'
5985 lt_NL2SP='tr \r\n \100\100'
5986 ;;
5987esac
5988
5989
5990
5991
5992
5993
5994
5995
5996
cd9a469c 5997{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5998$as_echo_n "checking for $LD option to reload object files... " >&6; }
f00f02a3 5999if ${lt_cv_ld_reload_flag+:} false; then :
cd9a469c 6000 $as_echo_n "(cached) " >&6
652f285b 6001else
542f9784 6002 lt_cv_ld_reload_flag='-r'
6003fi
cd9a469c 6004{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6005$as_echo "$lt_cv_ld_reload_flag" >&6; }
542f9784 6006reload_flag=$lt_cv_ld_reload_flag
6007case $reload_flag in
6008"" | " "*) ;;
6009*) reload_flag=" $reload_flag" ;;
6010esac
6011reload_cmds='$LD$reload_flag -o $output$reload_objs'
6012case $host_os in
6013 darwin*)
6014 if test "$GCC" = yes; then
6015 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6016 else
6017 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6018 fi
6019 ;;
6020esac
6021
6022
6023
6024
6025
6026
6027
6028
6029
4bc2b84f 6030if test -n "$ac_tool_prefix"; then
6031 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6032set dummy ${ac_tool_prefix}objdump; ac_word=$2
cd9a469c 6033{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6034$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 6035if ${ac_cv_prog_OBJDUMP+:} false; then :
cd9a469c 6036 $as_echo_n "(cached) " >&6
4bc2b84f 6037else
6038 if test -n "$OBJDUMP"; then
6039 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6040else
6041as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6042for as_dir in $PATH
6043do
6044 IFS=$as_save_IFS
6045 test -z "$as_dir" && as_dir=.
cd9a469c 6046 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 6047 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4bc2b84f 6048 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
cd9a469c 6049 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4bc2b84f 6050 break 2
6051 fi
6052done
cd9a469c 6053 done
6054IFS=$as_save_IFS
4bc2b84f 6055
6056fi
6057fi
6058OBJDUMP=$ac_cv_prog_OBJDUMP
6059if test -n "$OBJDUMP"; then
cd9a469c 6060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6061$as_echo "$OBJDUMP" >&6; }
4bc2b84f 6062else
cd9a469c 6063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6064$as_echo "no" >&6; }
4bc2b84f 6065fi
6066
cd9a469c 6067
4bc2b84f 6068fi
6069if test -z "$ac_cv_prog_OBJDUMP"; then
6070 ac_ct_OBJDUMP=$OBJDUMP
6071 # Extract the first word of "objdump", so it can be a program name with args.
6072set dummy objdump; ac_word=$2
cd9a469c 6073{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6074$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 6075if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
cd9a469c 6076 $as_echo_n "(cached) " >&6
4bc2b84f 6077else
6078 if test -n "$ac_ct_OBJDUMP"; then
6079 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6080else
6081as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6082for as_dir in $PATH
6083do
6084 IFS=$as_save_IFS
6085 test -z "$as_dir" && as_dir=.
cd9a469c 6086 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 6087 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4bc2b84f 6088 ac_cv_prog_ac_ct_OBJDUMP="objdump"
cd9a469c 6089 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4bc2b84f 6090 break 2
6091 fi
6092done
cd9a469c 6093 done
6094IFS=$as_save_IFS
4bc2b84f 6095
4bc2b84f 6096fi
6097fi
6098ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6099if test -n "$ac_ct_OBJDUMP"; then
cd9a469c 6100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6101$as_echo "$ac_ct_OBJDUMP" >&6; }
4bc2b84f 6102else
cd9a469c 6103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6104$as_echo "no" >&6; }
4bc2b84f 6105fi
6106
cd9a469c 6107 if test "x$ac_ct_OBJDUMP" = x; then
6108 OBJDUMP="false"
6109 else
6110 case $cross_compiling:$ac_tool_warned in
6111yes:)
6112{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6113$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6114ac_tool_warned=yes ;;
6115esac
6116 OBJDUMP=$ac_ct_OBJDUMP
6117 fi
4bc2b84f 6118else
6119 OBJDUMP="$ac_cv_prog_OBJDUMP"
6120fi
6121
6122test -z "$OBJDUMP" && OBJDUMP=objdump
6123
6124
6125
6126
6127
6128
6129
6130
542f9784 6131
cd9a469c 6132{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6133$as_echo_n "checking how to recognize dependent libraries... " >&6; }
f00f02a3 6134if ${lt_cv_deplibs_check_method+:} false; then :
cd9a469c 6135 $as_echo_n "(cached) " >&6
542f9784 6136else
6137 lt_cv_file_magic_cmd='$MAGIC_CMD'
6138lt_cv_file_magic_test_file=
6139lt_cv_deplibs_check_method='unknown'
6140# Need to set the preceding variable on all platforms that support
6141# interlibrary dependencies.
6142# 'none' -- dependencies not supported.
6143# `unknown' -- same as none, but documents that we really don't know.
6144# 'pass_all' -- all dependencies passed with no checks.
6145# 'test_compile' -- check by making test program.
6146# 'file_magic [[regex]]' -- check by looking for files in library path
6147# which responds to the $file_magic_cmd with a given extended regex.
6148# If you have `file' or equivalent on your system and you're not sure
6149# whether `pass_all' will *always* work, you probably want this one.
6150
6151case $host_os in
ff3fb914 6152aix[4-9]*)
542f9784 6153 lt_cv_deplibs_check_method=pass_all
6154 ;;
6155
6156beos*)
6157 lt_cv_deplibs_check_method=pass_all
652f285b 6158 ;;
542f9784 6159
6160bsdi[45]*)
6161 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6162 lt_cv_file_magic_cmd='/usr/bin/file -L'
6163 lt_cv_file_magic_test_file=/shlib/libc.so
6164 ;;
6165
6166cygwin*)
6167 # func_win32_libid is a shell function defined in ltmain.sh
6168 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6169 lt_cv_file_magic_cmd='func_win32_libid'
6170 ;;
6171
6172mingw* | pw32*)
6173 # Base MSYS/MinGW do not provide the 'file' command needed by
6174 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6175 # unless we find 'file', for example because we are cross-compiling.
e6408286 6176 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6177 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
542f9784 6178 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6179 lt_cv_file_magic_cmd='func_win32_libid'
6180 else
6181 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6182 lt_cv_file_magic_cmd='$OBJDUMP -f'
6183 fi
6184 ;;
6185
e6408286 6186cegcc*)
4bc2b84f 6187 # use the weaker test based on 'objdump'. See mingw*.
6188 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6189 lt_cv_file_magic_cmd='$OBJDUMP -f'
6190 ;;
6191
542f9784 6192darwin* | rhapsody*)
6193 lt_cv_deplibs_check_method=pass_all
6194 ;;
6195
6196freebsd* | dragonfly*)
6197 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6198 case $host_cpu in
6199 i*86 )
6200 # Not sure whether the presence of OpenBSD here was a mistake.
6201 # Let's accept both of them until this is cleared up.
6202 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6203 lt_cv_file_magic_cmd=/usr/bin/file
6204 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6205 ;;
6206 esac
6207 else
6208 lt_cv_deplibs_check_method=pass_all
6209 fi
6210 ;;
6211
6212gnu*)
6213 lt_cv_deplibs_check_method=pass_all
652f285b 6214 ;;
542f9784 6215
e6408286 6216haiku*)
6217 lt_cv_deplibs_check_method=pass_all
6218 ;;
6219
542f9784 6220hpux10.20* | hpux11*)
6221 lt_cv_file_magic_cmd=/usr/bin/file
6222 case $host_cpu in
6223 ia64*)
6224 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6225 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6226 ;;
6227 hppa*64*)
e6408286 6228 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'
542f9784 6229 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6230 ;;
652f285b 6231 *)
e6408286 6232 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
542f9784 6233 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6234 ;;
6235 esac
6236 ;;
652f285b 6237
542f9784 6238interix[3-9]*)
6239 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6240 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6241 ;;
652f285b 6242
542f9784 6243irix5* | irix6* | nonstopux*)
6244 case $LD in
6245 *-32|*"-32 ") libmagic=32-bit;;
6246 *-n32|*"-n32 ") libmagic=N32;;
6247 *-64|*"-64 ") libmagic=64-bit;;
6248 *) libmagic=never-match;;
6249 esac
6250 lt_cv_deplibs_check_method=pass_all
652f285b 6251 ;;
652f285b 6252
542f9784 6253# This must be Linux ELF.
9af964d4 6254linux* | k*bsd*-gnu | kopensolaris*-gnu)
542f9784 6255 lt_cv_deplibs_check_method=pass_all
6256 ;;
652f285b 6257
542f9784 6258netbsd*)
6259 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6260 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
652f285b 6261 else
542f9784 6262 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
652f285b 6263 fi
542f9784 6264 ;;
6265
6266newos6*)
6267 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6268 lt_cv_file_magic_cmd=/usr/bin/file
6269 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6270 ;;
6271
6272*nto* | *qnx*)
6273 lt_cv_deplibs_check_method=pass_all
6274 ;;
47c5fab6 6275
542f9784 6276openbsd*)
6277 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6278 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6279 else
6280 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
652f285b 6281 fi
6282 ;;
542f9784 6283
6284osf3* | osf4* | osf5*)
6285 lt_cv_deplibs_check_method=pass_all
6286 ;;
6287
6288rdos*)
6289 lt_cv_deplibs_check_method=pass_all
6290 ;;
6291
6292solaris*)
6293 lt_cv_deplibs_check_method=pass_all
6294 ;;
6295
6296sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6297 lt_cv_deplibs_check_method=pass_all
6298 ;;
6299
6300sysv4 | sysv4.3*)
6301 case $host_vendor in
6302 motorola)
6303 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
6304 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6305 ;;
6306 ncr)
6307 lt_cv_deplibs_check_method=pass_all
6308 ;;
6309 sequent)
6310 lt_cv_file_magic_cmd='/bin/file'
6311 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6312 ;;
6313 sni)
6314 lt_cv_file_magic_cmd='/bin/file'
6315 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6316 lt_cv_file_magic_test_file=/lib/libc.so
6317 ;;
6318 siemens)
6319 lt_cv_deplibs_check_method=pass_all
6320 ;;
6321 pc)
6322 lt_cv_deplibs_check_method=pass_all
6323 ;;
6324 esac
6325 ;;
6326
6327tpf*)
6328 lt_cv_deplibs_check_method=pass_all
6329 ;;
28c07da5 6330esac
6331
542f9784 6332fi
cd9a469c 6333{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6334$as_echo "$lt_cv_deplibs_check_method" >&6; }
542f9784 6335file_magic_cmd=$lt_cv_file_magic_cmd
6336deplibs_check_method=$lt_cv_deplibs_check_method
6337test -z "$deplibs_check_method" && deplibs_check_method=unknown
6338
6339
6340
6341
6342
6343
6344
6345
6346
6347
6348
6349
b375837d 6350if test -n "$ac_tool_prefix"; then
542f9784 6351 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6352set dummy ${ac_tool_prefix}ar; ac_word=$2
cd9a469c 6353{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6354$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 6355if ${ac_cv_prog_AR+:} false; then :
cd9a469c 6356 $as_echo_n "(cached) " >&6
652f285b 6357else
542f9784 6358 if test -n "$AR"; then
6359 ac_cv_prog_AR="$AR" # Let the user override the test.
652f285b 6360else
b375837d 6361as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6362for as_dir in $PATH
6363do
6364 IFS=$as_save_IFS
6365 test -z "$as_dir" && as_dir=.
cd9a469c 6366 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 6367 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
542f9784 6368 ac_cv_prog_AR="${ac_tool_prefix}ar"
cd9a469c 6369 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b375837d 6370 break 2
6371 fi
6372done
cd9a469c 6373 done
6374IFS=$as_save_IFS
b375837d 6375
652f285b 6376fi
6377fi
542f9784 6378AR=$ac_cv_prog_AR
6379if test -n "$AR"; then
cd9a469c 6380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6381$as_echo "$AR" >&6; }
652f285b 6382else
cd9a469c 6383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6384$as_echo "no" >&6; }
652f285b 6385fi
6386
cd9a469c 6387
b375837d 6388fi
542f9784 6389if test -z "$ac_cv_prog_AR"; then
6390 ac_ct_AR=$AR
6391 # Extract the first word of "ar", so it can be a program name with args.
6392set dummy ar; ac_word=$2
cd9a469c 6393{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6394$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 6395if ${ac_cv_prog_ac_ct_AR+:} false; then :
cd9a469c 6396 $as_echo_n "(cached) " >&6
652f285b 6397else
542f9784 6398 if test -n "$ac_ct_AR"; then
6399 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
652f285b 6400else
b375837d 6401as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6402for as_dir in $PATH
6403do
6404 IFS=$as_save_IFS
6405 test -z "$as_dir" && as_dir=.
cd9a469c 6406 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 6407 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
542f9784 6408 ac_cv_prog_ac_ct_AR="ar"
cd9a469c 6409 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b375837d 6410 break 2
6411 fi
6412done
cd9a469c 6413 done
6414IFS=$as_save_IFS
b375837d 6415
652f285b 6416fi
6417fi
542f9784 6418ac_ct_AR=$ac_cv_prog_ac_ct_AR
6419if test -n "$ac_ct_AR"; then
cd9a469c 6420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6421$as_echo "$ac_ct_AR" >&6; }
652f285b 6422else
cd9a469c 6423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6424$as_echo "no" >&6; }
652f285b 6425fi
6426
cd9a469c 6427 if test "x$ac_ct_AR" = x; then
6428 AR="false"
6429 else
6430 case $cross_compiling:$ac_tool_warned in
6431yes:)
6432{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6433$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6434ac_tool_warned=yes ;;
6435esac
6436 AR=$ac_ct_AR
6437 fi
652f285b 6438else
542f9784 6439 AR="$ac_cv_prog_AR"
652f285b 6440fi
6441
542f9784 6442test -z "$AR" && AR=ar
6443test -z "$AR_FLAGS" && AR_FLAGS=cru
6444
6445
6446
6447
6448
6449
6450
6451
6452
6453
6454
b375837d 6455if test -n "$ac_tool_prefix"; then
6456 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
652f285b 6457set dummy ${ac_tool_prefix}strip; ac_word=$2
cd9a469c 6458{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6459$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 6460if ${ac_cv_prog_STRIP+:} false; then :
cd9a469c 6461 $as_echo_n "(cached) " >&6
652f285b 6462else
6463 if test -n "$STRIP"; then
6464 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6465else
b375837d 6466as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6467for as_dir in $PATH
6468do
6469 IFS=$as_save_IFS
6470 test -z "$as_dir" && as_dir=.
cd9a469c 6471 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 6472 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b375837d 6473 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
cd9a469c 6474 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b375837d 6475 break 2
6476 fi
6477done
cd9a469c 6478 done
6479IFS=$as_save_IFS
b375837d 6480
652f285b 6481fi
6482fi
b375837d 6483STRIP=$ac_cv_prog_STRIP
652f285b 6484if test -n "$STRIP"; then
cd9a469c 6485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6486$as_echo "$STRIP" >&6; }
652f285b 6487else
cd9a469c 6488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6489$as_echo "no" >&6; }
652f285b 6490fi
6491
cd9a469c 6492
b375837d 6493fi
652f285b 6494if test -z "$ac_cv_prog_STRIP"; then
b375837d 6495 ac_ct_STRIP=$STRIP
652f285b 6496 # Extract the first word of "strip", so it can be a program name with args.
6497set dummy strip; ac_word=$2
cd9a469c 6498{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6499$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 6500if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
cd9a469c 6501 $as_echo_n "(cached) " >&6
652f285b 6502else
b375837d 6503 if test -n "$ac_ct_STRIP"; then
6504 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
652f285b 6505else
b375837d 6506as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6507for as_dir in $PATH
6508do
6509 IFS=$as_save_IFS
6510 test -z "$as_dir" && as_dir=.
cd9a469c 6511 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 6512 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
b375837d 6513 ac_cv_prog_ac_ct_STRIP="strip"
cd9a469c 6514 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
b375837d 6515 break 2
6516 fi
6517done
cd9a469c 6518 done
6519IFS=$as_save_IFS
b375837d 6520
652f285b 6521fi
6522fi
b375837d 6523ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6524if test -n "$ac_ct_STRIP"; then
cd9a469c 6525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6526$as_echo "$ac_ct_STRIP" >&6; }
21f4579d 6527else
cd9a469c 6528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6529$as_echo "no" >&6; }
21f4579d 6530fi
6531
cd9a469c 6532 if test "x$ac_ct_STRIP" = x; then
6533 STRIP=":"
6534 else
6535 case $cross_compiling:$ac_tool_warned in
6536yes:)
6537{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6538$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6539ac_tool_warned=yes ;;
6540esac
6541 STRIP=$ac_ct_STRIP
6542 fi
21f4579d 6543else
b375837d 6544 STRIP="$ac_cv_prog_STRIP"
21f4579d 6545fi
6546
542f9784 6547test -z "$STRIP" && STRIP=:
21f4579d 6548
21f4579d 6549
6550
21f4579d 6551
21f4579d 6552
b375837d 6553
542f9784 6554if test -n "$ac_tool_prefix"; then
6555 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6556set dummy ${ac_tool_prefix}ranlib; ac_word=$2
cd9a469c 6557{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6558$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 6559if ${ac_cv_prog_RANLIB+:} false; then :
cd9a469c 6560 $as_echo_n "(cached) " >&6
21f4579d 6561else
542f9784 6562 if test -n "$RANLIB"; then
6563 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6564else
6565as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6566for as_dir in $PATH
6567do
6568 IFS=$as_save_IFS
6569 test -z "$as_dir" && as_dir=.
cd9a469c 6570 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 6571 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
542f9784 6572 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
cd9a469c 6573 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
542f9784 6574 break 2
6575 fi
6576done
cd9a469c 6577 done
6578IFS=$as_save_IFS
542f9784 6579
6580fi
6581fi
6582RANLIB=$ac_cv_prog_RANLIB
6583if test -n "$RANLIB"; then
cd9a469c 6584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6585$as_echo "$RANLIB" >&6; }
542f9784 6586else
cd9a469c 6587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6588$as_echo "no" >&6; }
542f9784 6589fi
6590
cd9a469c 6591
542f9784 6592fi
6593if test -z "$ac_cv_prog_RANLIB"; then
6594 ac_ct_RANLIB=$RANLIB
6595 # Extract the first word of "ranlib", so it can be a program name with args.
6596set dummy ranlib; ac_word=$2
cd9a469c 6597{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6598$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 6599if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
cd9a469c 6600 $as_echo_n "(cached) " >&6
542f9784 6601else
6602 if test -n "$ac_ct_RANLIB"; then
6603 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6604else
6605as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6606for as_dir in $PATH
6607do
6608 IFS=$as_save_IFS
6609 test -z "$as_dir" && as_dir=.
cd9a469c 6610 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 6611 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
542f9784 6612 ac_cv_prog_ac_ct_RANLIB="ranlib"
cd9a469c 6613 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
542f9784 6614 break 2
6615 fi
6616done
cd9a469c 6617 done
6618IFS=$as_save_IFS
542f9784 6619
542f9784 6620fi
6621fi
6622ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6623if test -n "$ac_ct_RANLIB"; then
cd9a469c 6624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6625$as_echo "$ac_ct_RANLIB" >&6; }
542f9784 6626else
cd9a469c 6627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6628$as_echo "no" >&6; }
542f9784 6629fi
6630
cd9a469c 6631 if test "x$ac_ct_RANLIB" = x; then
6632 RANLIB=":"
6633 else
6634 case $cross_compiling:$ac_tool_warned in
6635yes:)
6636{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6637$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6638ac_tool_warned=yes ;;
6639esac
6640 RANLIB=$ac_ct_RANLIB
6641 fi
542f9784 6642else
6643 RANLIB="$ac_cv_prog_RANLIB"
6644fi
6645
6646test -z "$RANLIB" && RANLIB=:
6647
6648
6649
6650
6651
6652
6653# Determine commands to create old-style static archives.
4bc2b84f 6654old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
542f9784 6655old_postinstall_cmds='chmod 644 $oldlib'
6656old_postuninstall_cmds=
6657
6658if test -n "$RANLIB"; then
6659 case $host_os in
6660 openbsd*)
6661 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6662 ;;
6663 *)
6664 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6665 ;;
6666 esac
6667 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6668fi
6669
e6408286 6670case $host_os in
6671 darwin*)
6672 lock_old_archive_extraction=yes ;;
6673 *)
6674 lock_old_archive_extraction=no ;;
6675esac
6676
6677
6678
6679
6680
6681
542f9784 6682
6683
6684
6685
6686
6687
6688
6689
6690
6691
6692
6693
6694
6695
6696
6697
6698
6699
6700
6701
6702
6703
6704
6705
6706
6707
6708
6709
6710
6711
6712
6713
6714
6715# If no C compiler was specified, use CC.
6716LTCC=${LTCC-"$CC"}
6717
6718# If no C compiler flags were specified, use CFLAGS.
6719LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6720
6721# Allow CC to be a program name with arguments.
6722compiler=$CC
6723
6724
6725# Check for command to grab the raw symbol name followed by C symbol from nm.
cd9a469c 6726{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6727$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
f00f02a3 6728if ${lt_cv_sys_global_symbol_pipe+:} false; then :
cd9a469c 6729 $as_echo_n "(cached) " >&6
542f9784 6730else
6731
6732# These are sane defaults that work on at least a few old systems.
6733# [They come from Ultrix. What could be older than Ultrix?!! ;)]
6734
6735# Character class describing NM global symbol codes.
6736symcode='[BCDEGRST]'
6737
6738# Regexp to match symbols that can be accessed directly from C.
6739sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6740
6741# Define system-specific variables.
6742case $host_os in
6743aix*)
6744 symcode='[BCDT]'
6745 ;;
4bc2b84f 6746cygwin* | mingw* | pw32* | cegcc*)
542f9784 6747 symcode='[ABCDGISTW]'
6748 ;;
6749hpux*)
6750 if test "$host_cpu" = ia64; then
6751 symcode='[ABCDEGRST]'
6752 fi
6753 ;;
6754irix* | nonstopux*)
6755 symcode='[BCDEGRST]'
6756 ;;
6757osf*)
6758 symcode='[BCDEGQRST]'
6759 ;;
6760solaris*)
6761 symcode='[BDRT]'
6762 ;;
6763sco3.2v5*)
6764 symcode='[DT]'
6765 ;;
6766sysv4.2uw2*)
6767 symcode='[DT]'
6768 ;;
6769sysv5* | sco5v6* | unixware* | OpenUNIX*)
6770 symcode='[ABDT]'
6771 ;;
6772sysv4)
6773 symcode='[DFNSTU]'
6774 ;;
6775esac
6776
6777# If we're using GNU nm, then use its standard symbol codes.
6778case `$NM -V 2>&1` in
6779*GNU* | *'with BFD'*)
6780 symcode='[ABCDGIRSTW]' ;;
6781esac
6782
6783# Transform an extracted symbol line into a proper C declaration.
6784# Some systems (esp. on ia64) link data and code symbols differently,
6785# so use this general approach.
6786lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6787
6788# Transform an extracted symbol line into symbol name and symbol address
6789lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
4bc2b84f 6790lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \(lib[^ ]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"lib\2\", (void *) \&\2},/p'"
542f9784 6791
6792# Handle CRLF in mingw tool chain
6793opt_cr=
6794case $build_os in
6795mingw*)
6796 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6797 ;;
6798esac
6799
6800# Try without a prefix underscore, then with it.
6801for ac_symprfx in "" "_"; do
6802
6803 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6804 symxfrm="\\1 $ac_symprfx\\2 \\2"
6805
6806 # Write the raw and C identifiers.
6807 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6808 # Fake it for dumpbin and say T for any non-static function
6809 # and D for any global variable.
6810 # Also find C++ and __fastcall symbols from MSVC++,
6811 # which start with @ or ?.
6812 lt_cv_sys_global_symbol_pipe="$AWK '"\
6813" {last_section=section; section=\$ 3};"\
6814" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6815" \$ 0!~/External *\|/{next};"\
6816" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6817" {if(hide[section]) next};"\
6818" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6819" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6820" s[1]~/^[@?]/{print s[1], s[1]; next};"\
6821" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6822" ' prfx=^$ac_symprfx"
6823 else
6824 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6825 fi
6826
6827 # Check to see that the pipe works correctly.
6828 pipe_works=no
6829
6830 rm -f conftest*
6831 cat > conftest.$ac_ext <<_LT_EOF
6832#ifdef __cplusplus
6833extern "C" {
6834#endif
6835char nm_test_var;
6836void nm_test_func(void);
6837void nm_test_func(void){}
6838#ifdef __cplusplus
6839}
6840#endif
6841int main(){nm_test_var='a';nm_test_func();return(0);}
6842_LT_EOF
6843
cd9a469c 6844 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
542f9784 6845 (eval $ac_compile) 2>&5
6846 ac_status=$?
cd9a469c 6847 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6848 test $ac_status = 0; }; then
542f9784 6849 # Now try to grab the symbols.
6850 nlist=conftest.nm
e6408286 6851 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6852 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
542f9784 6853 ac_status=$?
cd9a469c 6854 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6855 test $ac_status = 0; } && test -s "$nlist"; then
542f9784 6856 # Try sorting and uniquifying the output.
6857 if sort "$nlist" | uniq > "$nlist"T; then
6858 mv -f "$nlist"T "$nlist"
6859 else
6860 rm -f "$nlist"T
6861 fi
6862
6863 # Make sure that we snagged all the symbols we need.
6864 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6865 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6866 cat <<_LT_EOF > conftest.$ac_ext
6867#ifdef __cplusplus
6868extern "C" {
6869#endif
6870
6871_LT_EOF
6872 # Now generate the symbol file.
6873 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6874
6875 cat <<_LT_EOF >> conftest.$ac_ext
6876
6877/* The mapping between symbol names and symbols. */
6878const struct {
6879 const char *name;
6880 void *address;
6881}
6882lt__PROGRAM__LTX_preloaded_symbols[] =
6883{
6884 { "@PROGRAM@", (void *) 0 },
6885_LT_EOF
6886 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6887 cat <<\_LT_EOF >> conftest.$ac_ext
6888 {0, (void *) 0}
6889};
6890
6891/* This works around a problem in FreeBSD linker */
6892#ifdef FREEBSD_WORKAROUND
6893static const void *lt_preloaded_setup() {
6894 return lt__PROGRAM__LTX_preloaded_symbols;
6895}
6896#endif
6897
6898#ifdef __cplusplus
6899}
6900#endif
6901_LT_EOF
6902 # Now try linking the two files.
6903 mv conftest.$ac_objext conftstm.$ac_objext
6904 lt_save_LIBS="$LIBS"
6905 lt_save_CFLAGS="$CFLAGS"
6906 LIBS="conftstm.$ac_objext"
6907 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
cd9a469c 6908 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
542f9784 6909 (eval $ac_link) 2>&5
6910 ac_status=$?
cd9a469c 6911 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6912 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
542f9784 6913 pipe_works=yes
6914 fi
6915 LIBS="$lt_save_LIBS"
6916 CFLAGS="$lt_save_CFLAGS"
6917 else
6918 echo "cannot find nm_test_func in $nlist" >&5
6919 fi
6920 else
6921 echo "cannot find nm_test_var in $nlist" >&5
6922 fi
6923 else
6924 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6925 fi
6926 else
6927 echo "$progname: failed program was:" >&5
6928 cat conftest.$ac_ext >&5
6929 fi
4bc2b84f 6930 rm -rf conftest* conftst*
542f9784 6931
6932 # Do not use the global_symbol_pipe unless it works.
6933 if test "$pipe_works" = yes; then
6934 break
6935 else
6936 lt_cv_sys_global_symbol_pipe=
6937 fi
6938done
6939
6940fi
6941
6942if test -z "$lt_cv_sys_global_symbol_pipe"; then
6943 lt_cv_sys_global_symbol_to_cdecl=
6944fi
6945if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
cd9a469c 6946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6947$as_echo "failed" >&6; }
542f9784 6948else
cd9a469c 6949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6950$as_echo "ok" >&6; }
542f9784 6951fi
6952
6953
6954
6955
6956
6957
6958
6959
6960
6961
6962
6963
6964
6965
6966
4bc2b84f 6967
6968
6969
6970
6971
542f9784 6972
6973
6974
cd9a469c 6975# Check whether --enable-libtool-lock was given.
6976if test "${enable_libtool_lock+set}" = set; then :
6977 enableval=$enable_libtool_lock;
6978fi
542f9784 6979
542f9784 6980test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
21f4579d 6981
6982# Some flags need to be propagated to the compiler or linker for good
6983# libtool support.
6984case $host in
542f9784 6985ia64-*-hpux*)
21f4579d 6986 # Find out which ABI we are using.
542f9784 6987 echo 'int i;' > conftest.$ac_ext
cd9a469c 6988 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
b375837d 6989 (eval $ac_compile) 2>&5
6990 ac_status=$?
cd9a469c 6991 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6992 test $ac_status = 0; }; then
21f4579d 6993 case `/usr/bin/file conftest.$ac_objext` in
542f9784 6994 *ELF-32*)
6995 HPUX_IA64_MODE="32"
6996 ;;
6997 *ELF-64*)
6998 HPUX_IA64_MODE="64"
6999 ;;
b375837d 7000 esac
b375837d 7001 fi
7002 rm -rf conftest*
7003 ;;
542f9784 7004*-*-irix6*)
7005 # Find out which ABI we are using.
e6408286 7006 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
cd9a469c 7007 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
542f9784 7008 (eval $ac_compile) 2>&5
7009 ac_status=$?
cd9a469c 7010 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7011 test $ac_status = 0; }; then
542f9784 7012 if test "$lt_cv_prog_gnu_ld" = yes; then
7013 case `/usr/bin/file conftest.$ac_objext` in
7014 *32-bit*)
7015 LD="${LD-ld} -melf32bsmip"
7016 ;;
7017 *N32*)
7018 LD="${LD-ld} -melf32bmipn32"
7019 ;;
7020 *64-bit*)
7021 LD="${LD-ld} -melf64bmip"
7022 ;;
7023 esac
7024 else
7025 case `/usr/bin/file conftest.$ac_objext` in
7026 *32-bit*)
7027 LD="${LD-ld} -32"
7028 ;;
7029 *N32*)
7030 LD="${LD-ld} -n32"
7031 ;;
7032 *64-bit*)
7033 LD="${LD-ld} -64"
7034 ;;
7035 esac
7036 fi
7037 fi
7038 rm -rf conftest*
7039 ;;
7040
9613c003 7041x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
542f9784 7042s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7043 # Find out which ABI we are using.
7044 echo 'int i;' > conftest.$ac_ext
cd9a469c 7045 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
542f9784 7046 (eval $ac_compile) 2>&5
7047 ac_status=$?
cd9a469c 7048 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7049 test $ac_status = 0; }; then
542f9784 7050 case `/usr/bin/file conftest.o` in
7051 *32-bit*)
7052 case $host in
7053 x86_64-*kfreebsd*-gnu)
7054 LD="${LD-ld} -m elf_i386_fbsd"
7055 ;;
7056 x86_64-*linux*)
b4b3bbba 7057 case `/usr/bin/file conftest.o` in
7058 *x86-64*)
7059 LD="${LD-ld} -m elf32_x86_64"
7060 ;;
7061 *)
7062 LD="${LD-ld} -m elf_i386"
7063 ;;
7064 esac
542f9784 7065 ;;
9613c003 7066 powerpc64le-*linux*)
7067 LD="${LD-ld} -m elf32lppclinux"
7068 ;;
7069 powerpc64-*linux*)
542f9784 7070 LD="${LD-ld} -m elf32ppclinux"
7071 ;;
7072 s390x-*linux*)
7073 LD="${LD-ld} -m elf_s390"
7074 ;;
7075 sparc64-*linux*)
7076 LD="${LD-ld} -m elf32_sparc"
7077 ;;
7078 esac
7079 ;;
7080 *64-bit*)
7081 case $host in
7082 x86_64-*kfreebsd*-gnu)
7083 LD="${LD-ld} -m elf_x86_64_fbsd"
7084 ;;
7085 x86_64-*linux*)
7086 LD="${LD-ld} -m elf_x86_64"
7087 ;;
9613c003 7088 powerpcle-*linux*)
7089 LD="${LD-ld} -m elf64lppc"
7090 ;;
7091 powerpc-*linux*)
542f9784 7092 LD="${LD-ld} -m elf64ppc"
7093 ;;
7094 s390*-*linux*|s390*-*tpf*)
7095 LD="${LD-ld} -m elf64_s390"
7096 ;;
7097 sparc*-*linux*)
7098 LD="${LD-ld} -m elf64_sparc"
7099 ;;
7100 esac
7101 ;;
7102 esac
7103 fi
7104 rm -rf conftest*
7105 ;;
7106
7107*-*-sco3.2v5*)
7108 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7109 SAVE_CFLAGS="$CFLAGS"
7110 CFLAGS="$CFLAGS -belf"
cd9a469c 7111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7112$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
f00f02a3 7113if ${lt_cv_cc_needs_belf+:} false; then :
cd9a469c 7114 $as_echo_n "(cached) " >&6
542f9784 7115else
7116 ac_ext=c
7117ac_cpp='$CPP $CPPFLAGS'
7118ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7119ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7120ac_compiler_gnu=$ac_cv_c_compiler_gnu
7121
cd9a469c 7122 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
542f9784 7123/* end confdefs.h. */
7124
7125int
7126main ()
7127{
7128
7129 ;
7130 return 0;
7131}
7132_ACEOF
cd9a469c 7133if ac_fn_c_try_link "$LINENO"; then :
542f9784 7134 lt_cv_cc_needs_belf=yes
7135else
cd9a469c 7136 lt_cv_cc_needs_belf=no
542f9784 7137fi
cd9a469c 7138rm -f core conftest.err conftest.$ac_objext \
7139 conftest$ac_exeext conftest.$ac_ext
542f9784 7140 ac_ext=c
7141ac_cpp='$CPP $CPPFLAGS'
7142ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7143ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7144ac_compiler_gnu=$ac_cv_c_compiler_gnu
7145
7146fi
cd9a469c 7147{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7148$as_echo "$lt_cv_cc_needs_belf" >&6; }
542f9784 7149 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7150 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7151 CFLAGS="$SAVE_CFLAGS"
7152 fi
7153 ;;
7154sparc*-*solaris*)
7155 # Find out which ABI we are using.
7156 echo 'int i;' > conftest.$ac_ext
cd9a469c 7157 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
542f9784 7158 (eval $ac_compile) 2>&5
7159 ac_status=$?
cd9a469c 7160 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7161 test $ac_status = 0; }; then
542f9784 7162 case `/usr/bin/file conftest.o` in
7163 *64-bit*)
7164 case $lt_cv_prog_gnu_ld in
7165 yes*) LD="${LD-ld} -m elf64_sparc" ;;
4bc2b84f 7166 *)
7167 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7168 LD="${LD-ld} -64"
7169 fi
7170 ;;
542f9784 7171 esac
7172 ;;
7173 esac
7174 fi
7175 rm -rf conftest*
7176 ;;
7177esac
7178
7179need_locks="$enable_libtool_lock"
7180
4bc2b84f 7181
7182 case $host_os in
7183 rhapsody* | darwin*)
7184 if test -n "$ac_tool_prefix"; then
7185 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7186set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
cd9a469c 7187{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7188$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 7189if ${ac_cv_prog_DSYMUTIL+:} false; then :
cd9a469c 7190 $as_echo_n "(cached) " >&6
542f9784 7191else
4bc2b84f 7192 if test -n "$DSYMUTIL"; then
7193 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7194else
7195as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7196for as_dir in $PATH
542f9784 7197do
4bc2b84f 7198 IFS=$as_save_IFS
7199 test -z "$as_dir" && as_dir=.
cd9a469c 7200 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 7201 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4bc2b84f 7202 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
cd9a469c 7203 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4bc2b84f 7204 break 2
542f9784 7205 fi
4bc2b84f 7206done
cd9a469c 7207 done
7208IFS=$as_save_IFS
7209
4bc2b84f 7210fi
7211fi
7212DSYMUTIL=$ac_cv_prog_DSYMUTIL
7213if test -n "$DSYMUTIL"; then
cd9a469c 7214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7215$as_echo "$DSYMUTIL" >&6; }
4bc2b84f 7216else
cd9a469c 7217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7218$as_echo "no" >&6; }
4bc2b84f 7219fi
7220
cd9a469c 7221
4bc2b84f 7222fi
7223if test -z "$ac_cv_prog_DSYMUTIL"; then
7224 ac_ct_DSYMUTIL=$DSYMUTIL
7225 # Extract the first word of "dsymutil", so it can be a program name with args.
7226set dummy dsymutil; ac_word=$2
cd9a469c 7227{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7228$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 7229if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
cd9a469c 7230 $as_echo_n "(cached) " >&6
4bc2b84f 7231else
7232 if test -n "$ac_ct_DSYMUTIL"; then
7233 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7234else
7235as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7236for as_dir in $PATH
7237do
7238 IFS=$as_save_IFS
7239 test -z "$as_dir" && as_dir=.
cd9a469c 7240 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 7241 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4bc2b84f 7242 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
cd9a469c 7243 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4bc2b84f 7244 break 2
7245 fi
7246done
cd9a469c 7247 done
7248IFS=$as_save_IFS
4bc2b84f 7249
4bc2b84f 7250fi
7251fi
7252ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7253if test -n "$ac_ct_DSYMUTIL"; then
cd9a469c 7254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7255$as_echo "$ac_ct_DSYMUTIL" >&6; }
4bc2b84f 7256else
cd9a469c 7257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7258$as_echo "no" >&6; }
4bc2b84f 7259fi
7260
cd9a469c 7261 if test "x$ac_ct_DSYMUTIL" = x; then
7262 DSYMUTIL=":"
7263 else
7264 case $cross_compiling:$ac_tool_warned in
7265yes:)
7266{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7267$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7268ac_tool_warned=yes ;;
7269esac
7270 DSYMUTIL=$ac_ct_DSYMUTIL
7271 fi
4bc2b84f 7272else
7273 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7274fi
7275
7276 if test -n "$ac_tool_prefix"; then
7277 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7278set dummy ${ac_tool_prefix}nmedit; ac_word=$2
cd9a469c 7279{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7280$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 7281if ${ac_cv_prog_NMEDIT+:} false; then :
cd9a469c 7282 $as_echo_n "(cached) " >&6
4bc2b84f 7283else
7284 if test -n "$NMEDIT"; then
7285 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7286else
7287as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7288for as_dir in $PATH
7289do
7290 IFS=$as_save_IFS
7291 test -z "$as_dir" && as_dir=.
cd9a469c 7292 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 7293 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4bc2b84f 7294 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
cd9a469c 7295 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4bc2b84f 7296 break 2
7297 fi
7298done
cd9a469c 7299 done
7300IFS=$as_save_IFS
4bc2b84f 7301
7302fi
7303fi
7304NMEDIT=$ac_cv_prog_NMEDIT
7305if test -n "$NMEDIT"; then
cd9a469c 7306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7307$as_echo "$NMEDIT" >&6; }
4bc2b84f 7308else
cd9a469c 7309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7310$as_echo "no" >&6; }
4bc2b84f 7311fi
7312
cd9a469c 7313
4bc2b84f 7314fi
7315if test -z "$ac_cv_prog_NMEDIT"; then
7316 ac_ct_NMEDIT=$NMEDIT
7317 # Extract the first word of "nmedit", so it can be a program name with args.
7318set dummy nmedit; ac_word=$2
cd9a469c 7319{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7320$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 7321if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
cd9a469c 7322 $as_echo_n "(cached) " >&6
4bc2b84f 7323else
7324 if test -n "$ac_ct_NMEDIT"; then
7325 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7326else
7327as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7328for as_dir in $PATH
7329do
7330 IFS=$as_save_IFS
7331 test -z "$as_dir" && as_dir=.
cd9a469c 7332 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 7333 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4bc2b84f 7334 ac_cv_prog_ac_ct_NMEDIT="nmedit"
cd9a469c 7335 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4bc2b84f 7336 break 2
7337 fi
7338done
cd9a469c 7339 done
7340IFS=$as_save_IFS
4bc2b84f 7341
4bc2b84f 7342fi
7343fi
7344ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7345if test -n "$ac_ct_NMEDIT"; then
cd9a469c 7346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7347$as_echo "$ac_ct_NMEDIT" >&6; }
4bc2b84f 7348else
cd9a469c 7349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7350$as_echo "no" >&6; }
4bc2b84f 7351fi
7352
cd9a469c 7353 if test "x$ac_ct_NMEDIT" = x; then
7354 NMEDIT=":"
7355 else
7356 case $cross_compiling:$ac_tool_warned in
7357yes:)
7358{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7359$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7360ac_tool_warned=yes ;;
7361esac
7362 NMEDIT=$ac_ct_NMEDIT
7363 fi
4bc2b84f 7364else
7365 NMEDIT="$ac_cv_prog_NMEDIT"
7366fi
7367
7368 if test -n "$ac_tool_prefix"; then
7369 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7370set dummy ${ac_tool_prefix}lipo; ac_word=$2
cd9a469c 7371{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7372$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 7373if ${ac_cv_prog_LIPO+:} false; then :
cd9a469c 7374 $as_echo_n "(cached) " >&6
4bc2b84f 7375else
7376 if test -n "$LIPO"; then
7377 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7378else
7379as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7380for as_dir in $PATH
7381do
7382 IFS=$as_save_IFS
7383 test -z "$as_dir" && as_dir=.
cd9a469c 7384 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 7385 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4bc2b84f 7386 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
cd9a469c 7387 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4bc2b84f 7388 break 2
7389 fi
7390done
cd9a469c 7391 done
7392IFS=$as_save_IFS
4bc2b84f 7393
7394fi
7395fi
7396LIPO=$ac_cv_prog_LIPO
7397if test -n "$LIPO"; then
cd9a469c 7398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7399$as_echo "$LIPO" >&6; }
4bc2b84f 7400else
cd9a469c 7401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7402$as_echo "no" >&6; }
4bc2b84f 7403fi
7404
cd9a469c 7405
4bc2b84f 7406fi
7407if test -z "$ac_cv_prog_LIPO"; then
7408 ac_ct_LIPO=$LIPO
7409 # Extract the first word of "lipo", so it can be a program name with args.
7410set dummy lipo; ac_word=$2
cd9a469c 7411{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7412$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 7413if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
cd9a469c 7414 $as_echo_n "(cached) " >&6
4bc2b84f 7415else
7416 if test -n "$ac_ct_LIPO"; then
7417 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7418else
7419as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7420for as_dir in $PATH
7421do
7422 IFS=$as_save_IFS
7423 test -z "$as_dir" && as_dir=.
cd9a469c 7424 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 7425 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4bc2b84f 7426 ac_cv_prog_ac_ct_LIPO="lipo"
cd9a469c 7427 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4bc2b84f 7428 break 2
7429 fi
7430done
cd9a469c 7431 done
7432IFS=$as_save_IFS
4bc2b84f 7433
4bc2b84f 7434fi
7435fi
7436ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7437if test -n "$ac_ct_LIPO"; then
cd9a469c 7438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7439$as_echo "$ac_ct_LIPO" >&6; }
4bc2b84f 7440else
cd9a469c 7441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7442$as_echo "no" >&6; }
4bc2b84f 7443fi
7444
cd9a469c 7445 if test "x$ac_ct_LIPO" = x; then
7446 LIPO=":"
7447 else
7448 case $cross_compiling:$ac_tool_warned in
7449yes:)
7450{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7451$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7452ac_tool_warned=yes ;;
7453esac
7454 LIPO=$ac_ct_LIPO
7455 fi
4bc2b84f 7456else
7457 LIPO="$ac_cv_prog_LIPO"
7458fi
7459
7460 if test -n "$ac_tool_prefix"; then
7461 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7462set dummy ${ac_tool_prefix}otool; ac_word=$2
cd9a469c 7463{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7464$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 7465if ${ac_cv_prog_OTOOL+:} false; then :
cd9a469c 7466 $as_echo_n "(cached) " >&6
4bc2b84f 7467else
7468 if test -n "$OTOOL"; then
7469 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7470else
7471as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7472for as_dir in $PATH
7473do
7474 IFS=$as_save_IFS
7475 test -z "$as_dir" && as_dir=.
cd9a469c 7476 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 7477 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4bc2b84f 7478 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
cd9a469c 7479 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4bc2b84f 7480 break 2
7481 fi
7482done
cd9a469c 7483 done
7484IFS=$as_save_IFS
4bc2b84f 7485
7486fi
7487fi
7488OTOOL=$ac_cv_prog_OTOOL
7489if test -n "$OTOOL"; then
cd9a469c 7490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7491$as_echo "$OTOOL" >&6; }
4bc2b84f 7492else
cd9a469c 7493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7494$as_echo "no" >&6; }
4bc2b84f 7495fi
7496
cd9a469c 7497
4bc2b84f 7498fi
7499if test -z "$ac_cv_prog_OTOOL"; then
7500 ac_ct_OTOOL=$OTOOL
7501 # Extract the first word of "otool", so it can be a program name with args.
7502set dummy otool; ac_word=$2
cd9a469c 7503{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7504$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 7505if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
cd9a469c 7506 $as_echo_n "(cached) " >&6
4bc2b84f 7507else
7508 if test -n "$ac_ct_OTOOL"; then
7509 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7510else
7511as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7512for as_dir in $PATH
7513do
7514 IFS=$as_save_IFS
7515 test -z "$as_dir" && as_dir=.
cd9a469c 7516 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 7517 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4bc2b84f 7518 ac_cv_prog_ac_ct_OTOOL="otool"
cd9a469c 7519 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4bc2b84f 7520 break 2
7521 fi
7522done
cd9a469c 7523 done
7524IFS=$as_save_IFS
4bc2b84f 7525
4bc2b84f 7526fi
7527fi
7528ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7529if test -n "$ac_ct_OTOOL"; then
cd9a469c 7530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7531$as_echo "$ac_ct_OTOOL" >&6; }
4bc2b84f 7532else
cd9a469c 7533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7534$as_echo "no" >&6; }
4bc2b84f 7535fi
7536
cd9a469c 7537 if test "x$ac_ct_OTOOL" = x; then
7538 OTOOL=":"
7539 else
7540 case $cross_compiling:$ac_tool_warned in
7541yes:)
7542{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7543$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7544ac_tool_warned=yes ;;
7545esac
7546 OTOOL=$ac_ct_OTOOL
7547 fi
4bc2b84f 7548else
7549 OTOOL="$ac_cv_prog_OTOOL"
7550fi
7551
7552 if test -n "$ac_tool_prefix"; then
7553 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7554set dummy ${ac_tool_prefix}otool64; ac_word=$2
cd9a469c 7555{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7556$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 7557if ${ac_cv_prog_OTOOL64+:} false; then :
cd9a469c 7558 $as_echo_n "(cached) " >&6
4bc2b84f 7559else
7560 if test -n "$OTOOL64"; then
7561 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7562else
7563as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7564for as_dir in $PATH
7565do
7566 IFS=$as_save_IFS
7567 test -z "$as_dir" && as_dir=.
cd9a469c 7568 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 7569 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4bc2b84f 7570 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
cd9a469c 7571 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4bc2b84f 7572 break 2
7573 fi
7574done
cd9a469c 7575 done
7576IFS=$as_save_IFS
4bc2b84f 7577
7578fi
7579fi
7580OTOOL64=$ac_cv_prog_OTOOL64
7581if test -n "$OTOOL64"; then
cd9a469c 7582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7583$as_echo "$OTOOL64" >&6; }
4bc2b84f 7584else
cd9a469c 7585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7586$as_echo "no" >&6; }
4bc2b84f 7587fi
7588
cd9a469c 7589
4bc2b84f 7590fi
7591if test -z "$ac_cv_prog_OTOOL64"; then
7592 ac_ct_OTOOL64=$OTOOL64
7593 # Extract the first word of "otool64", so it can be a program name with args.
7594set dummy otool64; ac_word=$2
cd9a469c 7595{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7596$as_echo_n "checking for $ac_word... " >&6; }
f00f02a3 7597if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
cd9a469c 7598 $as_echo_n "(cached) " >&6
4bc2b84f 7599else
7600 if test -n "$ac_ct_OTOOL64"; then
7601 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7602else
7603as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7604for as_dir in $PATH
7605do
7606 IFS=$as_save_IFS
7607 test -z "$as_dir" && as_dir=.
cd9a469c 7608 for ac_exec_ext in '' $ac_executable_extensions; do
f00f02a3 7609 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4bc2b84f 7610 ac_cv_prog_ac_ct_OTOOL64="otool64"
cd9a469c 7611 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4bc2b84f 7612 break 2
7613 fi
7614done
cd9a469c 7615 done
7616IFS=$as_save_IFS
4bc2b84f 7617
4bc2b84f 7618fi
7619fi
7620ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7621if test -n "$ac_ct_OTOOL64"; then
cd9a469c 7622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7623$as_echo "$ac_ct_OTOOL64" >&6; }
4bc2b84f 7624else
cd9a469c 7625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7626$as_echo "no" >&6; }
4bc2b84f 7627fi
7628
cd9a469c 7629 if test "x$ac_ct_OTOOL64" = x; then
7630 OTOOL64=":"
7631 else
7632 case $cross_compiling:$ac_tool_warned in
7633yes:)
7634{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7635$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7636ac_tool_warned=yes ;;
7637esac
7638 OTOOL64=$ac_ct_OTOOL64
7639 fi
4bc2b84f 7640else
7641 OTOOL64="$ac_cv_prog_OTOOL64"
7642fi
7643
7644
7645
7646
7647
7648
7649
7650
7651
7652
7653
7654
7655
7656
7657
7658
7659
7660
7661
7662
7663
7664
7665
7666
7667
7668
7669
cd9a469c 7670 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7671$as_echo_n "checking for -single_module linker flag... " >&6; }
f00f02a3 7672if ${lt_cv_apple_cc_single_mod+:} false; then :
cd9a469c 7673 $as_echo_n "(cached) " >&6
4bc2b84f 7674else
7675 lt_cv_apple_cc_single_mod=no
7676 if test -z "${LT_MULTI_MODULE}"; then
7677 # By default we will add the -single_module flag. You can override
7678 # by either setting the environment variable LT_MULTI_MODULE
7679 # non-empty at configure time, or by adding -multi_module to the
7680 # link flags.
7681 rm -rf libconftest.dylib*
7682 echo "int foo(void){return 1;}" > conftest.c
7683 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7684-dynamiclib -Wl,-single_module conftest.c" >&5
7685 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7686 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7687 _lt_result=$?
7688 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7689 lt_cv_apple_cc_single_mod=yes
7690 else
7691 cat conftest.err >&5
7692 fi
7693 rm -rf libconftest.dylib*
7694 rm -f conftest.*
7695 fi
7696fi
cd9a469c 7697{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7698$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7699 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7700$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
f00f02a3 7701if ${lt_cv_ld_exported_symbols_list+:} false; then :
cd9a469c 7702 $as_echo_n "(cached) " >&6
4bc2b84f 7703else
7704 lt_cv_ld_exported_symbols_list=no
7705 save_LDFLAGS=$LDFLAGS
7706 echo "_main" > conftest.sym
7707 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
cd9a469c 7708 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4bc2b84f 7709/* end confdefs.h. */
7710
7711int
7712main ()
7713{
7714
7715 ;
7716 return 0;
7717}
7718_ACEOF
cd9a469c 7719if ac_fn_c_try_link "$LINENO"; then :
4bc2b84f 7720 lt_cv_ld_exported_symbols_list=yes
7721else
cd9a469c 7722 lt_cv_ld_exported_symbols_list=no
4bc2b84f 7723fi
cd9a469c 7724rm -f core conftest.err conftest.$ac_objext \
7725 conftest$ac_exeext conftest.$ac_ext
4bc2b84f 7726 LDFLAGS="$save_LDFLAGS"
7727
7728fi
cd9a469c 7729{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7730$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
e6408286 7731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7732$as_echo_n "checking for -force_load linker flag... " >&6; }
f00f02a3 7733if ${lt_cv_ld_force_load+:} false; then :
e6408286 7734 $as_echo_n "(cached) " >&6
7735else
7736 lt_cv_ld_force_load=no
7737 cat > conftest.c << _LT_EOF
7738int forced_loaded() { return 2;}
7739_LT_EOF
7740 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7741 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7742 echo "$AR cru libconftest.a conftest.o" >&5
7743 $AR cru libconftest.a conftest.o 2>&5
7744 cat > conftest.c << _LT_EOF
7745int main() { return 0;}
7746_LT_EOF
7747 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7748 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7749 _lt_result=$?
7750 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7751 lt_cv_ld_force_load=yes
7752 else
7753 cat conftest.err >&5
7754 fi
7755 rm -f conftest.err libconftest.a conftest conftest.c
7756 rm -rf conftest.dSYM
7757
7758fi
7759{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7760$as_echo "$lt_cv_ld_force_load" >&6; }
4bc2b84f 7761 case $host_os in
7762 rhapsody* | darwin1.[012])
7763 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7764 darwin1.*)
7765 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7766 darwin*) # darwin 5.x on
7767 # if running on 10.5 or later, the deployment target defaults
7768 # to the OS version, if on x86, and 10.4, the deployment
7769 # target defaults to 10.4. Don't you love it?
7770 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7771 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7772 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7c407808 7773 10.[012][,.]*)
4bc2b84f 7774 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7775 10.*)
7776 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7777 esac
7778 ;;
7779 esac
7780 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7781 _lt_dar_single_mod='$single_module'
7782 fi
7783 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7784 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7785 else
7786 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7787 fi
e6408286 7788 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
4bc2b84f 7789 _lt_dsymutil='~$DSYMUTIL $lib || :'
7790 else
7791 _lt_dsymutil=
7792 fi
7793 ;;
7794 esac
7795
7796ac_ext=c
7797ac_cpp='$CPP $CPPFLAGS'
7798ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7799ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7800ac_compiler_gnu=$ac_cv_c_compiler_gnu
cd9a469c 7801{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
7802$as_echo_n "checking how to run the C preprocessor... " >&6; }
4bc2b84f 7803# On Suns, sometimes $CPP names a directory.
7804if test -n "$CPP" && test -d "$CPP"; then
7805 CPP=
7806fi
7807if test -z "$CPP"; then
f00f02a3 7808 if ${ac_cv_prog_CPP+:} false; then :
cd9a469c 7809 $as_echo_n "(cached) " >&6
4bc2b84f 7810else
7811 # Double quotes because CPP needs to be expanded
7812 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
7813 do
7814 ac_preproc_ok=false
7815for ac_c_preproc_warn_flag in '' yes
7816do
7817 # Use a header file that comes with gcc, so configuring glibc
7818 # with a fresh cross-compiler works.
7819 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7820 # <limits.h> exists even on freestanding compilers.
7821 # On the NeXT, cc -E runs the code through the compiler's parser,
7822 # not just through cpp. "Syntax error" is here to catch this case.
cd9a469c 7823 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4bc2b84f 7824/* end confdefs.h. */
7825#ifdef __STDC__
7826# include <limits.h>
7827#else
7828# include <assert.h>
7829#endif
7830 Syntax error
7831_ACEOF
cd9a469c 7832if ac_fn_c_try_cpp "$LINENO"; then :
542f9784 7833
cd9a469c 7834else
542f9784 7835 # Broken: fails on valid input.
7836continue
7837fi
f00f02a3 7838rm -f conftest.err conftest.i conftest.$ac_ext
542f9784 7839
cd9a469c 7840 # OK, works on sane cases. Now check whether nonexistent headers
542f9784 7841 # can be detected and how.
cd9a469c 7842 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
542f9784 7843/* end confdefs.h. */
7844#include <ac_nonexistent.h>
7845_ACEOF
cd9a469c 7846if ac_fn_c_try_cpp "$LINENO"; then :
542f9784 7847 # Broken: success on invalid input.
7848continue
7849else
542f9784 7850 # Passes both tests.
7851ac_preproc_ok=:
7852break
7853fi
f00f02a3 7854rm -f conftest.err conftest.i conftest.$ac_ext
542f9784 7855
7856done
7857# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
f00f02a3 7858rm -f conftest.i conftest.err conftest.$ac_ext
cd9a469c 7859if $ac_preproc_ok; then :
542f9784 7860 break
7861fi
7862
7863 done
7864 ac_cv_prog_CPP=$CPP
7865
7866fi
7867 CPP=$ac_cv_prog_CPP
7868else
7869 ac_cv_prog_CPP=$CPP
7870fi
cd9a469c 7871{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
7872$as_echo "$CPP" >&6; }
542f9784 7873ac_preproc_ok=false
7874for ac_c_preproc_warn_flag in '' yes
7875do
7876 # Use a header file that comes with gcc, so configuring glibc
7877 # with a fresh cross-compiler works.
7878 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7879 # <limits.h> exists even on freestanding compilers.
7880 # On the NeXT, cc -E runs the code through the compiler's parser,
7881 # not just through cpp. "Syntax error" is here to catch this case.
cd9a469c 7882 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
542f9784 7883/* end confdefs.h. */
7884#ifdef __STDC__
7885# include <limits.h>
7886#else
7887# include <assert.h>
7888#endif
7889 Syntax error
7890_ACEOF
cd9a469c 7891if ac_fn_c_try_cpp "$LINENO"; then :
542f9784 7892
cd9a469c 7893else
542f9784 7894 # Broken: fails on valid input.
7895continue
7896fi
f00f02a3 7897rm -f conftest.err conftest.i conftest.$ac_ext
542f9784 7898
cd9a469c 7899 # OK, works on sane cases. Now check whether nonexistent headers
542f9784 7900 # can be detected and how.
cd9a469c 7901 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
542f9784 7902/* end confdefs.h. */
7903#include <ac_nonexistent.h>
7904_ACEOF
cd9a469c 7905if ac_fn_c_try_cpp "$LINENO"; then :
542f9784 7906 # Broken: success on invalid input.
7907continue
7908else
542f9784 7909 # Passes both tests.
7910ac_preproc_ok=:
7911break
7912fi
f00f02a3 7913rm -f conftest.err conftest.i conftest.$ac_ext
542f9784 7914
7915done
7916# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
f00f02a3 7917rm -f conftest.i conftest.err conftest.$ac_ext
cd9a469c 7918if $ac_preproc_ok; then :
7919
542f9784 7920else
cd9a469c 7921 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7922$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
f00f02a3 7923as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
7924See \`config.log' for more details" "$LINENO" 5; }
542f9784 7925fi
7926
7927ac_ext=c
7928ac_cpp='$CPP $CPPFLAGS'
7929ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7930ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7931ac_compiler_gnu=$ac_cv_c_compiler_gnu
7932
7933
cd9a469c 7934{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
7935$as_echo_n "checking for ANSI C header files... " >&6; }
f00f02a3 7936if ${ac_cv_header_stdc+:} false; then :
cd9a469c 7937 $as_echo_n "(cached) " >&6
542f9784 7938else
cd9a469c 7939 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
542f9784 7940/* end confdefs.h. */
7941#include <stdlib.h>
7942#include <stdarg.h>
7943#include <string.h>
7944#include <float.h>
7945
7946int
7947main ()
7948{
7949
7950 ;
7951 return 0;
7952}
7953_ACEOF
cd9a469c 7954if ac_fn_c_try_compile "$LINENO"; then :
542f9784 7955 ac_cv_header_stdc=yes
7956else
cd9a469c 7957 ac_cv_header_stdc=no
542f9784 7958fi
cd9a469c 7959rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
542f9784 7960
7961if test $ac_cv_header_stdc = yes; then
7962 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
cd9a469c 7963 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
542f9784 7964/* end confdefs.h. */
7965#include <string.h>
7966
7967_ACEOF
7968if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
cd9a469c 7969 $EGREP "memchr" >/dev/null 2>&1; then :
7970
542f9784 7971else
7972 ac_cv_header_stdc=no
7973fi
7974rm -f conftest*
7975
7976fi
7977
7978if test $ac_cv_header_stdc = yes; then
7979 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
cd9a469c 7980 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
542f9784 7981/* end confdefs.h. */
7982#include <stdlib.h>
7983
7984_ACEOF
7985if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
cd9a469c 7986 $EGREP "free" >/dev/null 2>&1; then :
7987
542f9784 7988else
7989 ac_cv_header_stdc=no
7990fi
7991rm -f conftest*
7992
7993fi
7994
7995if test $ac_cv_header_stdc = yes; then
7996 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
cd9a469c 7997 if test "$cross_compiling" = yes; then :
542f9784 7998 :
7999else
cd9a469c 8000 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
542f9784 8001/* end confdefs.h. */
8002#include <ctype.h>
cd9a469c 8003#include <stdlib.h>
542f9784 8004#if ((' ' & 0x0FF) == 0x020)
8005# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
8006# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
8007#else
8008# define ISLOWER(c) \
8009 (('a' <= (c) && (c) <= 'i') \
8010 || ('j' <= (c) && (c) <= 'r') \
8011 || ('s' <= (c) && (c) <= 'z'))
8012# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
8013#endif
8014
8015#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
8016int
8017main ()
8018{
8019 int i;
8020 for (i = 0; i < 256; i++)
8021 if (XOR (islower (i), ISLOWER (i))
8022 || toupper (i) != TOUPPER (i))
cd9a469c 8023 return 2;
8024 return 0;
542f9784 8025}
8026_ACEOF
cd9a469c 8027if ac_fn_c_try_run "$LINENO"; then :
542f9784 8028
cd9a469c 8029else
8030 ac_cv_header_stdc=no
542f9784 8031fi
cd9a469c 8032rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8033 conftest.$ac_objext conftest.beam conftest.$ac_ext
542f9784 8034fi
cd9a469c 8035
542f9784 8036fi
8037fi
cd9a469c 8038{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
8039$as_echo "$ac_cv_header_stdc" >&6; }
542f9784 8040if test $ac_cv_header_stdc = yes; then
8041
cd9a469c 8042$as_echo "#define STDC_HEADERS 1" >>confdefs.h
542f9784 8043
8044fi
8045
8046# On IRIX 5.3, sys/types and inttypes.h are conflicting.
542f9784 8047for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
8048 inttypes.h stdint.h unistd.h
cd9a469c 8049do :
8050 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8051ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
8052"
f00f02a3 8053if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
4bc2b84f 8054 cat >>confdefs.h <<_ACEOF
cd9a469c 8055#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4bc2b84f 8056_ACEOF
8057
8058fi
8059
8060done
8061
8062
4bc2b84f 8063for ac_header in dlfcn.h
cd9a469c 8064do :
8065 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8066"
f00f02a3 8067if test "x$ac_cv_header_dlfcn_h" = xyes; then :
4bc2b84f 8068 cat >>confdefs.h <<_ACEOF
cd9a469c 8069#define HAVE_DLFCN_H 1
4bc2b84f 8070_ACEOF
8071
8072fi
8073
8074done
8075
8076
8077
e6408286 8078
8079
89d8a412 8080
4bc2b84f 8081# Set options
8082
8083
8084
8085 enable_dlopen=no
8086
8087
8088 enable_win32_dll=no
8089
8090
cd9a469c 8091 # Check whether --enable-shared was given.
8092if test "${enable_shared+set}" = set; then :
8093 enableval=$enable_shared; p=${PACKAGE-default}
4bc2b84f 8094 case $enableval in
8095 yes) enable_shared=yes ;;
8096 no) enable_shared=no ;;
8097 *)
8098 enable_shared=no
8099 # Look at the argument we got. We use all the common list separators.
8100 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8101 for pkg in $enableval; do
8102 IFS="$lt_save_ifs"
8103 if test "X$pkg" = "X$p"; then
8104 enable_shared=yes
8105 fi
8106 done
8107 IFS="$lt_save_ifs"
8108 ;;
8109 esac
8110else
8111 enable_shared=yes
cd9a469c 8112fi
8113
4bc2b84f 8114
8115
8116
8117
8118
8119
8120
8121
cd9a469c 8122 # Check whether --enable-static was given.
8123if test "${enable_static+set}" = set; then :
8124 enableval=$enable_static; p=${PACKAGE-default}
4bc2b84f 8125 case $enableval in
8126 yes) enable_static=yes ;;
8127 no) enable_static=no ;;
8128 *)
8129 enable_static=no
8130 # Look at the argument we got. We use all the common list separators.
8131 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8132 for pkg in $enableval; do
8133 IFS="$lt_save_ifs"
8134 if test "X$pkg" = "X$p"; then
8135 enable_static=yes
8136 fi
8137 done
8138 IFS="$lt_save_ifs"
8139 ;;
8140 esac
8141else
8142 enable_static=yes
cd9a469c 8143fi
8144
4bc2b84f 8145
8146
8147
8148
8149
8150
8151
8152
8153
cd9a469c 8154# Check whether --with-pic was given.
8155if test "${with_pic+set}" = set; then :
8156 withval=$with_pic; pic_mode="$withval"
4bc2b84f 8157else
8158 pic_mode=default
cd9a469c 8159fi
8160
542f9784 8161
4bc2b84f 8162test -z "$pic_mode" && pic_mode=default
542f9784 8163
542f9784 8164
542f9784 8165
8166
8167
542f9784 8168
4bc2b84f 8169
cd9a469c 8170 # Check whether --enable-fast-install was given.
8171if test "${enable_fast_install+set}" = set; then :
8172 enableval=$enable_fast_install; p=${PACKAGE-default}
4bc2b84f 8173 case $enableval in
8174 yes) enable_fast_install=yes ;;
8175 no) enable_fast_install=no ;;
8176 *)
8177 enable_fast_install=no
8178 # Look at the argument we got. We use all the common list separators.
8179 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8180 for pkg in $enableval; do
8181 IFS="$lt_save_ifs"
8182 if test "X$pkg" = "X$p"; then
8183 enable_fast_install=yes
8184 fi
8185 done
8186 IFS="$lt_save_ifs"
8187 ;;
8188 esac
542f9784 8189else
4bc2b84f 8190 enable_fast_install=yes
cd9a469c 8191fi
8192
4bc2b84f 8193
8194
8195
8196
542f9784 8197
542f9784 8198
542f9784 8199
542f9784 8200
8201
8202
8203# This can be used to rebuild libtool when needed
8204LIBTOOL_DEPS="$ltmain"
8205
8206# Always use our own libtool.
8207LIBTOOL='$(SHELL) $(top_builddir)/libtool'
8208
8209
8210
8211
8212
8213
8214
8215
8216
8217
8218
8219
8220
8221
8222
8223
8224
8225
8226
8227
8228
8229
8230
e6408286 8231
542f9784 8232
8233
8234test -z "$LN_S" && LN_S="ln -s"
8235
8236
8237
8238
8239
8240
8241
8242
8243
8244
8245
8246
8247
8248
8249if test -n "${ZSH_VERSION+set}" ; then
8250 setopt NO_GLOB_SUBST
8251fi
8252
cd9a469c 8253{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8254$as_echo_n "checking for objdir... " >&6; }
f00f02a3 8255if ${lt_cv_objdir+:} false; then :
cd9a469c 8256 $as_echo_n "(cached) " >&6
542f9784 8257else
8258 rm -f .libs 2>/dev/null
8259mkdir .libs 2>/dev/null
8260if test -d .libs; then
8261 lt_cv_objdir=.libs
8262else
8263 # MS-DOS does not allow filenames that begin with a dot.
8264 lt_cv_objdir=_libs
8265fi
8266rmdir .libs 2>/dev/null
8267fi
cd9a469c 8268{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
8269$as_echo "$lt_cv_objdir" >&6; }
542f9784 8270objdir=$lt_cv_objdir
8271
8272
8273
8274
8275
8276cat >>confdefs.h <<_ACEOF
8277#define LT_OBJDIR "$lt_cv_objdir/"
8278_ACEOF
8279
8280
8281
8282
542f9784 8283case $host_os in
8284aix3*)
8285 # AIX sometimes has problems with the GCC collect2 program. For some
8286 # reason, if we set the COLLECT_NAMES environment variable, the problems
8287 # vanish in a puff of smoke.
8288 if test "X${COLLECT_NAMES+set}" != Xset; then
8289 COLLECT_NAMES=
8290 export COLLECT_NAMES
8291 fi
8292 ;;
8293esac
8294
542f9784 8295# Global variables:
8296ofile=libtool
8297can_build_shared=yes
8298
8299# All known linkers require a `.a' archive for static linking (except MSVC,
8300# which needs '.lib').
8301libext=a
8302
8303with_gnu_ld="$lt_cv_prog_gnu_ld"
8304
8305old_CC="$CC"
8306old_CFLAGS="$CFLAGS"
8307
8308# Set sane defaults for various variables
8309test -z "$CC" && CC=cc
8310test -z "$LTCC" && LTCC=$CC
8311test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8312test -z "$LD" && LD=ld
8313test -z "$ac_objext" && ac_objext=o
8314
8315for cc_temp in $compiler""; do
8316 case $cc_temp in
8317 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8318 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8319 \-*) ;;
8320 *) break;;
8321 esac
8322done
e6408286 8323cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
542f9784 8324
8325
8326# Only perform the check for file, if the check method requires it
8327test -z "$MAGIC_CMD" && MAGIC_CMD=file
8328case $deplibs_check_method in
8329file_magic*)
8330 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
cd9a469c 8331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8332$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
f00f02a3 8333if ${lt_cv_path_MAGIC_CMD+:} false; then :
cd9a469c 8334 $as_echo_n "(cached) " >&6
542f9784 8335else
8336 case $MAGIC_CMD in
8337[\\/*] | ?:[\\/]*)
8338 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8339 ;;
8340*)
8341 lt_save_MAGIC_CMD="$MAGIC_CMD"
8342 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8343 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8344 for ac_dir in $ac_dummy; do
8345 IFS="$lt_save_ifs"
8346 test -z "$ac_dir" && ac_dir=.
8347 if test -f $ac_dir/${ac_tool_prefix}file; then
8348 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8349 if test -n "$file_magic_test_file"; then
8350 case $deplibs_check_method in
8351 "file_magic "*)
8352 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8353 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8354 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8355 $EGREP "$file_magic_regex" > /dev/null; then
8356 :
8357 else
8358 cat <<_LT_EOF 1>&2
8359
8360*** Warning: the command libtool uses to detect shared libraries,
8361*** $file_magic_cmd, produces output that libtool cannot recognize.
8362*** The result is that libtool may fail to recognize shared libraries
8363*** as such. This will affect the creation of libtool libraries that
8364*** depend on shared libraries, but programs linked with such libtool
8365*** libraries will work regardless of this problem. Nevertheless, you
8366*** may want to report the problem to your system manager and/or to
8367*** bug-libtool@gnu.org
8368
8369_LT_EOF
8370 fi ;;
8371 esac
8372 fi
8373 break
8374 fi
8375 done
8376 IFS="$lt_save_ifs"
8377 MAGIC_CMD="$lt_save_MAGIC_CMD"
8378 ;;
8379esac
8380fi
8381
8382MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8383if test -n "$MAGIC_CMD"; then
cd9a469c 8384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8385$as_echo "$MAGIC_CMD" >&6; }
542f9784 8386else
cd9a469c 8387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8388$as_echo "no" >&6; }
542f9784 8389fi
8390
8391
8392
8393
8394
8395if test -z "$lt_cv_path_MAGIC_CMD"; then
8396 if test -n "$ac_tool_prefix"; then
cd9a469c 8397 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8398$as_echo_n "checking for file... " >&6; }
f00f02a3 8399if ${lt_cv_path_MAGIC_CMD+:} false; then :
cd9a469c 8400 $as_echo_n "(cached) " >&6
542f9784 8401else
8402 case $MAGIC_CMD in
8403[\\/*] | ?:[\\/]*)
8404 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8405 ;;
8406*)
8407 lt_save_MAGIC_CMD="$MAGIC_CMD"
8408 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8409 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8410 for ac_dir in $ac_dummy; do
8411 IFS="$lt_save_ifs"
8412 test -z "$ac_dir" && ac_dir=.
8413 if test -f $ac_dir/file; then
8414 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8415 if test -n "$file_magic_test_file"; then
8416 case $deplibs_check_method in
8417 "file_magic "*)
8418 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8419 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8420 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8421 $EGREP "$file_magic_regex" > /dev/null; then
8422 :
8423 else
8424 cat <<_LT_EOF 1>&2
8425
8426*** Warning: the command libtool uses to detect shared libraries,
8427*** $file_magic_cmd, produces output that libtool cannot recognize.
8428*** The result is that libtool may fail to recognize shared libraries
8429*** as such. This will affect the creation of libtool libraries that
8430*** depend on shared libraries, but programs linked with such libtool
8431*** libraries will work regardless of this problem. Nevertheless, you
8432*** may want to report the problem to your system manager and/or to
8433*** bug-libtool@gnu.org
8434
8435_LT_EOF
8436 fi ;;
8437 esac
8438 fi
8439 break
8440 fi
8441 done
8442 IFS="$lt_save_ifs"
8443 MAGIC_CMD="$lt_save_MAGIC_CMD"
8444 ;;
8445esac
8446fi
8447
8448MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8449if test -n "$MAGIC_CMD"; then
cd9a469c 8450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8451$as_echo "$MAGIC_CMD" >&6; }
542f9784 8452else
cd9a469c 8453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8454$as_echo "no" >&6; }
542f9784 8455fi
8456
8457
8458 else
8459 MAGIC_CMD=:
8460 fi
8461fi
8462
8463 fi
8464 ;;
8465esac
8466
8467# Use C for the default configuration in the libtool script
8468
8469lt_save_CC="$CC"
8470ac_ext=c
8471ac_cpp='$CPP $CPPFLAGS'
8472ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8473ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8474ac_compiler_gnu=$ac_cv_c_compiler_gnu
8475
8476
8477# Source file extension for C test sources.
8478ac_ext=c
8479
8480# Object file extension for compiled C test sources.
8481objext=o
8482objext=$objext
8483
8484# Code to be used in simple compile tests
8485lt_simple_compile_test_code="int some_variable = 0;"
8486
8487# Code to be used in simple link tests
8488lt_simple_link_test_code='int main(){return(0);}'
8489
8490
8491
8492
8493
8494
8495
8496# If no C compiler was specified, use CC.
8497LTCC=${LTCC-"$CC"}
8498
8499# If no C compiler flags were specified, use CFLAGS.
8500LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8501
8502# Allow CC to be a program name with arguments.
8503compiler=$CC
8504
8505# Save the default compiler, since it gets overwritten when the other
8506# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8507compiler_DEFAULT=$CC
8508
8509# save warnings/boilerplate of simple test code
8510ac_outfile=conftest.$ac_objext
8511echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8512eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8513_lt_compiler_boilerplate=`cat conftest.err`
8514$RM conftest*
8515
8516ac_outfile=conftest.$ac_objext
8517echo "$lt_simple_link_test_code" >conftest.$ac_ext
8518eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8519_lt_linker_boilerplate=`cat conftest.err`
4bc2b84f 8520$RM -r conftest*
542f9784 8521
8522
8523## CAVEAT EMPTOR:
8524## There is no encapsulation within the following macros, do not change
8525## the running order or otherwise move them around unless you know exactly
8526## what you are doing...
8527if test -n "$compiler"; then
8528
8529lt_prog_compiler_no_builtin_flag=
8530
8531if test "$GCC" = yes; then
e6408286 8532 case $cc_basename in
8533 nvcc*)
8534 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8535 *)
8536 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8537 esac
542f9784 8538
cd9a469c 8539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8540$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
f00f02a3 8541if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
cd9a469c 8542 $as_echo_n "(cached) " >&6
542f9784 8543else
8544 lt_cv_prog_compiler_rtti_exceptions=no
8545 ac_outfile=conftest.$ac_objext
8546 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8547 lt_compiler_flag="-fno-rtti -fno-exceptions"
8548 # Insert the option either (1) after the last *FLAGS variable, or
8549 # (2) before a word containing "conftest.", or (3) at the end.
8550 # Note that $ac_compile itself does not contain backslashes and begins
8551 # with a dollar sign (not a hyphen), so the echo should work correctly.
8552 # The option is referenced via a variable to avoid confusing sed.
8553 lt_compile=`echo "$ac_compile" | $SED \
8554 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8555 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8556 -e 's:$: $lt_compiler_flag:'`
e6408286 8557 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
542f9784 8558 (eval "$lt_compile" 2>conftest.err)
8559 ac_status=$?
8560 cat conftest.err >&5
e6408286 8561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
542f9784 8562 if (exit $ac_status) && test -s "$ac_outfile"; then
8563 # The compiler can only warn and ignore the option if not recognized
8564 # So say no if there are warnings other than the usual output.
e6408286 8565 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
542f9784 8566 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8567 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8568 lt_cv_prog_compiler_rtti_exceptions=yes
8569 fi
8570 fi
8571 $RM conftest*
8572
8573fi
cd9a469c 8574{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8575$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
542f9784 8576
8577if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8578 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8579else
8580 :
8581fi
8582
8583fi
8584
8585
8586
8587
8588
8589
8590 lt_prog_compiler_wl=
8591lt_prog_compiler_pic=
8592lt_prog_compiler_static=
8593
cd9a469c 8594{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8595$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
542f9784 8596
8597 if test "$GCC" = yes; then
8598 lt_prog_compiler_wl='-Wl,'
8599 lt_prog_compiler_static='-static'
8600
8601 case $host_os in
8602 aix*)
8603 # All AIX code is PIC.
8604 if test "$host_cpu" = ia64; then
8605 # AIX 5 now supports IA64 processor
8606 lt_prog_compiler_static='-Bstatic'
8607 fi
03b37ae7 8608 lt_prog_compiler_pic='-fPIC'
542f9784 8609 ;;
8610
8611 amigaos*)
4bc2b84f 8612 case $host_cpu in
8613 powerpc)
8614 # see comment about AmigaOS4 .so support
8615 lt_prog_compiler_pic='-fPIC'
8616 ;;
8617 m68k)
8618 # FIXME: we need at least 68020 code to build shared libraries, but
8619 # adding the `-m68020' flag to GCC prevents building anything better,
8620 # like `-m68040'.
8621 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8622 ;;
8623 esac
542f9784 8624 ;;
8625
8626 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8627 # PIC is the default for these OSes.
8628 ;;
8629
4bc2b84f 8630 mingw* | cygwin* | pw32* | os2* | cegcc*)
542f9784 8631 # This hack is so that the source file can tell whether it is being
8632 # built for inclusion in a dll (and should export symbols for example).
8633 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8634 # (--disable-auto-import) libraries
8635 lt_prog_compiler_pic='-DDLL_EXPORT'
8636 ;;
8637
8638 darwin* | rhapsody*)
8639 # PIC is the default on this platform
8640 # Common symbols not allowed in MH_DYLIB files
8641 lt_prog_compiler_pic='-fno-common'
8642 ;;
8643
e6408286 8644 haiku*)
8645 # PIC is the default for Haiku.
8646 # The "-static" flag exists, but is broken.
8647 lt_prog_compiler_static=
8648 ;;
8649
542f9784 8650 hpux*)
4bc2b84f 8651 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8652 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8653 # sets the default TLS model and affects inlining.
542f9784 8654 case $host_cpu in
4bc2b84f 8655 hppa*64*)
542f9784 8656 # +Z the default
8657 ;;
8658 *)
8659 lt_prog_compiler_pic='-fPIC'
8660 ;;
8661 esac
8662 ;;
8663
8664 interix[3-9]*)
8665 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8666 # Instead, we relocate shared libraries at runtime.
8667 ;;
8668
8669 msdosdjgpp*)
8670 # Just because we use GCC doesn't mean we suddenly get shared libraries
8671 # on systems that don't support them.
8672 lt_prog_compiler_can_build_shared=no
8673 enable_shared=no
8674 ;;
8675
8676 *nto* | *qnx*)
8677 # QNX uses GNU C++, but need to define -shared option too, otherwise
8678 # it will coredump.
8679 lt_prog_compiler_pic='-fPIC -shared'
8680 ;;
8681
8682 sysv4*MP*)
8683 if test -d /usr/nec; then
8684 lt_prog_compiler_pic=-Kconform_pic
8685 fi
8686 ;;
8687
8688 *)
8689 lt_prog_compiler_pic='-fPIC'
8690 ;;
8691 esac
e6408286 8692
8693 case $cc_basename in
8694 nvcc*) # Cuda Compiler Driver 2.2
8695 lt_prog_compiler_wl='-Xlinker '
8696 lt_prog_compiler_pic='-Xcompiler -fPIC'
8697 ;;
8698 esac
542f9784 8699 else
8700 # PORTME Check for flag to pass linker flags through the system compiler.
8701 case $host_os in
8702 aix*)
8703 lt_prog_compiler_wl='-Wl,'
8704 if test "$host_cpu" = ia64; then
8705 # AIX 5 now supports IA64 processor
8706 lt_prog_compiler_static='-Bstatic'
8707 else
8708 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8709 fi
8710 ;;
542f9784 8711
4bc2b84f 8712 mingw* | cygwin* | pw32* | os2* | cegcc*)
542f9784 8713 # This hack is so that the source file can tell whether it is being
8714 # built for inclusion in a dll (and should export symbols for example).
8715 lt_prog_compiler_pic='-DDLL_EXPORT'
8716 ;;
8717
8718 hpux9* | hpux10* | hpux11*)
8719 lt_prog_compiler_wl='-Wl,'
8720 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8721 # not for PA HP-UX.
8722 case $host_cpu in
8723 hppa*64*|ia64*)
8724 # +Z the default
8725 ;;
8726 *)
8727 lt_prog_compiler_pic='+Z'
8728 ;;
8729 esac
8730 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8731 lt_prog_compiler_static='${wl}-a ${wl}archive'
8732 ;;
8733
8734 irix5* | irix6* | nonstopux*)
8735 lt_prog_compiler_wl='-Wl,'
8736 # PIC (with -KPIC) is the default.
8737 lt_prog_compiler_static='-non_shared'
8738 ;;
8739
9af964d4 8740 linux* | k*bsd*-gnu | kopensolaris*-gnu)
542f9784 8741 case $cc_basename in
4bc2b84f 8742 # old Intel for x86_64 which still supported -KPIC.
8743 ecc*)
542f9784 8744 lt_prog_compiler_wl='-Wl,'
8745 lt_prog_compiler_pic='-KPIC'
8746 lt_prog_compiler_static='-static'
8747 ;;
4bc2b84f 8748 # icc used to be incompatible with GCC.
8749 # ICC 10 doesn't accept -KPIC any more.
8750 icc* | ifort*)
8751 lt_prog_compiler_wl='-Wl,'
8752 lt_prog_compiler_pic='-fPIC'
8753 lt_prog_compiler_static='-static'
8754 ;;
8755 # Lahey Fortran 8.1.
8756 lf95*)
8757 lt_prog_compiler_wl='-Wl,'
8758 lt_prog_compiler_pic='--shared'
8759 lt_prog_compiler_static='--static'
8760 ;;
e6408286 8761 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
542f9784 8762 # Portland Group compilers (*not* the Pentium gcc compiler,
8763 # which looks to be a dead project)
8764 lt_prog_compiler_wl='-Wl,'
8765 lt_prog_compiler_pic='-fpic'
8766 lt_prog_compiler_static='-Bstatic'
8767 ;;
8768 ccc*)
8769 lt_prog_compiler_wl='-Wl,'
8770 # All Alpha code is PIC.
8771 lt_prog_compiler_static='-non_shared'
8772 ;;
e6408286 8773 xl* | bgxl* | bgf* | mpixl*)
8774 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
4bc2b84f 8775 lt_prog_compiler_wl='-Wl,'
8776 lt_prog_compiler_pic='-qpic'
8777 lt_prog_compiler_static='-qstaticlink'
8778 ;;
542f9784 8779 *)
8780 case `$CC -V 2>&1 | sed 5q` in
e6408286 8781 *Sun\ F* | *Sun*Fortran*)
8782 # Sun Fortran 8.3 passes all unrecognized flags to the linker
542f9784 8783 lt_prog_compiler_pic='-KPIC'
8784 lt_prog_compiler_static='-Bstatic'
e6408286 8785 lt_prog_compiler_wl=''
542f9784 8786 ;;
e6408286 8787 *Sun\ C*)
8788 # Sun C 5.9
542f9784 8789 lt_prog_compiler_pic='-KPIC'
8790 lt_prog_compiler_static='-Bstatic'
e6408286 8791 lt_prog_compiler_wl='-Wl,'
542f9784 8792 ;;
8793 esac
8794 ;;
8795 esac
8796 ;;
8797
8798 newsos6)
8799 lt_prog_compiler_pic='-KPIC'
8800 lt_prog_compiler_static='-Bstatic'
8801 ;;
8802
8803 *nto* | *qnx*)
8804 # QNX uses GNU C++, but need to define -shared option too, otherwise
8805 # it will coredump.
8806 lt_prog_compiler_pic='-fPIC -shared'
8807 ;;
8808
8809 osf3* | osf4* | osf5*)
8810 lt_prog_compiler_wl='-Wl,'
8811 # All OSF/1 code is PIC.
8812 lt_prog_compiler_static='-non_shared'
8813 ;;
8814
8815 rdos*)
8816 lt_prog_compiler_static='-non_shared'
8817 ;;
8818
8819 solaris*)
8820 lt_prog_compiler_pic='-KPIC'
8821 lt_prog_compiler_static='-Bstatic'
8822 case $cc_basename in
8823 f77* | f90* | f95*)
8824 lt_prog_compiler_wl='-Qoption ld ';;
8825 *)
8826 lt_prog_compiler_wl='-Wl,';;
8827 esac
8828 ;;
8829
8830 sunos4*)
8831 lt_prog_compiler_wl='-Qoption ld '
8832 lt_prog_compiler_pic='-PIC'
8833 lt_prog_compiler_static='-Bstatic'
8834 ;;
8835
8836 sysv4 | sysv4.2uw2* | sysv4.3*)
8837 lt_prog_compiler_wl='-Wl,'
8838 lt_prog_compiler_pic='-KPIC'
8839 lt_prog_compiler_static='-Bstatic'
8840 ;;
8841
8842 sysv4*MP*)
8843 if test -d /usr/nec ;then
8844 lt_prog_compiler_pic='-Kconform_pic'
8845 lt_prog_compiler_static='-Bstatic'
8846 fi
8847 ;;
8848
8849 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8850 lt_prog_compiler_wl='-Wl,'
8851 lt_prog_compiler_pic='-KPIC'
8852 lt_prog_compiler_static='-Bstatic'
8853 ;;
8854
8855 unicos*)
8856 lt_prog_compiler_wl='-Wl,'
8857 lt_prog_compiler_can_build_shared=no
8858 ;;
8859
8860 uts4*)
8861 lt_prog_compiler_pic='-pic'
8862 lt_prog_compiler_static='-Bstatic'
8863 ;;
8864
8865 *)
8866 lt_prog_compiler_can_build_shared=no
8867 ;;
8868 esac
8869 fi
8870
8871case $host_os in
8872 # For platforms which do not support PIC, -DPIC is meaningless:
8873 *djgpp*)
8874 lt_prog_compiler_pic=
8875 ;;
8876 *)
8877 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8878 ;;
8879esac
cd9a469c 8880{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8881$as_echo "$lt_prog_compiler_pic" >&6; }
542f9784 8882
8883
8884
8885
8886
8887
8888#
8889# Check to make sure the PIC flag actually works.
8890#
8891if test -n "$lt_prog_compiler_pic"; then
cd9a469c 8892 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8893$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
f00f02a3 8894if ${lt_cv_prog_compiler_pic_works+:} false; then :
cd9a469c 8895 $as_echo_n "(cached) " >&6
542f9784 8896else
4bc2b84f 8897 lt_cv_prog_compiler_pic_works=no
542f9784 8898 ac_outfile=conftest.$ac_objext
8899 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8900 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8901 # Insert the option either (1) after the last *FLAGS variable, or
8902 # (2) before a word containing "conftest.", or (3) at the end.
8903 # Note that $ac_compile itself does not contain backslashes and begins
8904 # with a dollar sign (not a hyphen), so the echo should work correctly.
8905 # The option is referenced via a variable to avoid confusing sed.
8906 lt_compile=`echo "$ac_compile" | $SED \
8907 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8908 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8909 -e 's:$: $lt_compiler_flag:'`
e6408286 8910 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
542f9784 8911 (eval "$lt_compile" 2>conftest.err)
8912 ac_status=$?
8913 cat conftest.err >&5
e6408286 8914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
542f9784 8915 if (exit $ac_status) && test -s "$ac_outfile"; then
8916 # The compiler can only warn and ignore the option if not recognized
8917 # So say no if there are warnings other than the usual output.
e6408286 8918 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
542f9784 8919 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8920 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
4bc2b84f 8921 lt_cv_prog_compiler_pic_works=yes
542f9784 8922 fi
8923 fi
8924 $RM conftest*
8925
8926fi
cd9a469c 8927{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8928$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
542f9784 8929
4bc2b84f 8930if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
542f9784 8931 case $lt_prog_compiler_pic in
8932 "" | " "*) ;;
8933 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8934 esac
8935else
8936 lt_prog_compiler_pic=
8937 lt_prog_compiler_can_build_shared=no
8938fi
8939
8940fi
8941
8942
8943
8944
8945
8946
8947#
8948# Check to make sure the static flag actually works.
8949#
8950wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
cd9a469c 8951{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8952$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
f00f02a3 8953if ${lt_cv_prog_compiler_static_works+:} false; then :
cd9a469c 8954 $as_echo_n "(cached) " >&6
542f9784 8955else
4bc2b84f 8956 lt_cv_prog_compiler_static_works=no
542f9784 8957 save_LDFLAGS="$LDFLAGS"
8958 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8959 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8960 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8961 # The linker can only warn and ignore the option if not recognized
8962 # So say no if there are warnings
8963 if test -s conftest.err; then
8964 # Append any errors to the config.log.
8965 cat conftest.err 1>&5
e6408286 8966 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
542f9784 8967 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8968 if diff conftest.exp conftest.er2 >/dev/null; then
4bc2b84f 8969 lt_cv_prog_compiler_static_works=yes
542f9784 8970 fi
8971 else
4bc2b84f 8972 lt_cv_prog_compiler_static_works=yes
542f9784 8973 fi
8974 fi
4bc2b84f 8975 $RM -r conftest*
542f9784 8976 LDFLAGS="$save_LDFLAGS"
8977
8978fi
cd9a469c 8979{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8980$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
542f9784 8981
4bc2b84f 8982if test x"$lt_cv_prog_compiler_static_works" = xyes; then
542f9784 8983 :
8984else
8985 lt_prog_compiler_static=
8986fi
8987
8988
8989
8990
8991
8992
8993
cd9a469c 8994 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8995$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
f00f02a3 8996if ${lt_cv_prog_compiler_c_o+:} false; then :
cd9a469c 8997 $as_echo_n "(cached) " >&6
542f9784 8998else
8999 lt_cv_prog_compiler_c_o=no
9000 $RM -r conftest 2>/dev/null
9001 mkdir conftest
9002 cd conftest
9003 mkdir out
9004 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9005
9006 lt_compiler_flag="-o out/conftest2.$ac_objext"
9007 # Insert the option either (1) after the last *FLAGS variable, or
9008 # (2) before a word containing "conftest.", or (3) at the end.
9009 # Note that $ac_compile itself does not contain backslashes and begins
9010 # with a dollar sign (not a hyphen), so the echo should work correctly.
9011 lt_compile=`echo "$ac_compile" | $SED \
9012 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9013 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9014 -e 's:$: $lt_compiler_flag:'`
e6408286 9015 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
542f9784 9016 (eval "$lt_compile" 2>out/conftest.err)
9017 ac_status=$?
9018 cat out/conftest.err >&5
e6408286 9019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
542f9784 9020 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9021 then
9022 # The compiler can only warn and ignore the option if not recognized
9023 # So say no if there are warnings
e6408286 9024 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
542f9784 9025 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9026 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9027 lt_cv_prog_compiler_c_o=yes
9028 fi
9029 fi
9030 chmod u+w . 2>&5
9031 $RM conftest*
9032 # SGI C++ compiler will create directory out/ii_files/ for
9033 # template instantiation
9034 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9035 $RM out/* && rmdir out
9036 cd ..
9037 $RM -r conftest
9038 $RM conftest*
9039
9040fi
cd9a469c 9041{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9042$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
542f9784 9043
9044
9045
9046
9047
9048
cd9a469c 9049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9050$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
f00f02a3 9051if ${lt_cv_prog_compiler_c_o+:} false; then :
cd9a469c 9052 $as_echo_n "(cached) " >&6
542f9784 9053else
9054 lt_cv_prog_compiler_c_o=no
9055 $RM -r conftest 2>/dev/null
9056 mkdir conftest
9057 cd conftest
9058 mkdir out
9059 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9060
9061 lt_compiler_flag="-o out/conftest2.$ac_objext"
9062 # Insert the option either (1) after the last *FLAGS variable, or
9063 # (2) before a word containing "conftest.", or (3) at the end.
9064 # Note that $ac_compile itself does not contain backslashes and begins
9065 # with a dollar sign (not a hyphen), so the echo should work correctly.
9066 lt_compile=`echo "$ac_compile" | $SED \
9067 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9068 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9069 -e 's:$: $lt_compiler_flag:'`
e6408286 9070 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
542f9784 9071 (eval "$lt_compile" 2>out/conftest.err)
9072 ac_status=$?
9073 cat out/conftest.err >&5
e6408286 9074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
542f9784 9075 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9076 then
9077 # The compiler can only warn and ignore the option if not recognized
9078 # So say no if there are warnings
e6408286 9079 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
542f9784 9080 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9081 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9082 lt_cv_prog_compiler_c_o=yes
9083 fi
9084 fi
9085 chmod u+w . 2>&5
9086 $RM conftest*
9087 # SGI C++ compiler will create directory out/ii_files/ for
9088 # template instantiation
9089 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9090 $RM out/* && rmdir out
9091 cd ..
9092 $RM -r conftest
9093 $RM conftest*
9094
9095fi
cd9a469c 9096{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9097$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
542f9784 9098
9099
9100
9101
9102hard_links="nottested"
9103if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
9104 # do not overwrite the value of need_locks provided by the user
cd9a469c 9105 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
9106$as_echo_n "checking if we can lock with hard links... " >&6; }
542f9784 9107 hard_links=yes
9108 $RM conftest*
9109 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9110 touch conftest.a
9111 ln conftest.a conftest.b 2>&5 || hard_links=no
9112 ln conftest.a conftest.b 2>/dev/null && hard_links=no
cd9a469c 9113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
9114$as_echo "$hard_links" >&6; }
542f9784 9115 if test "$hard_links" = no; then
cd9a469c 9116 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
9117$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
542f9784 9118 need_locks=warn
9119 fi
9120else
9121 need_locks=no
9122fi
9123
9124
9125
9126
9127
9128
cd9a469c 9129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
9130$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
542f9784 9131
9132 runpath_var=
9133 allow_undefined_flag=
9134 always_export_symbols=no
9135 archive_cmds=
9136 archive_expsym_cmds=
9137 compiler_needs_object=no
9138 enable_shared_with_static_runtimes=no
9139 export_dynamic_flag_spec=
9140 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
9141 hardcode_automatic=no
9142 hardcode_direct=no
9143 hardcode_direct_absolute=no
9144 hardcode_libdir_flag_spec=
9145 hardcode_libdir_flag_spec_ld=
9146 hardcode_libdir_separator=
9147 hardcode_minus_L=no
9148 hardcode_shlibpath_var=unsupported
9149 inherit_rpath=no
9150 link_all_deplibs=unknown
9151 module_cmds=
9152 module_expsym_cmds=
9153 old_archive_from_new_cmds=
9154 old_archive_from_expsyms_cmds=
9155 thread_safe_flag_spec=
9156 whole_archive_flag_spec=
9157 # include_expsyms should be a list of space-separated symbols to be *always*
9158 # included in the symbol list
9159 include_expsyms=
9160 # exclude_expsyms can be an extended regexp of symbols to exclude
9161 # it will be wrapped by ` (' and `)$', so one must not match beginning or
9162 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
9163 # as well as any symbol that contains `d'.
4bc2b84f 9164 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
542f9784 9165 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
9166 # platforms (ab)use it in PIC code, but their linkers get confused if
9167 # the symbol is explicitly referenced. Since portable code cannot
9168 # rely on this symbol name, it's probably fine to never include it in
9169 # preloaded symbol tables.
4bc2b84f 9170 # Exclude shared library initialization/finalization symbols.
542f9784 9171 extract_expsyms_cmds=
9172
9173 case $host_os in
4bc2b84f 9174 cygwin* | mingw* | pw32* | cegcc*)
542f9784 9175 # FIXME: the MSVC++ port hasn't been tested in a loooong time
9176 # When not using gcc, we currently assume that we are using
9177 # Microsoft Visual C++.
9178 if test "$GCC" != yes; then
9179 with_gnu_ld=no
9180 fi
9181 ;;
9182 interix*)
9183 # we just hope/assume this is gcc and not c89 (= MSVC++)
9184 with_gnu_ld=yes
9185 ;;
9186 openbsd*)
9187 with_gnu_ld=no
9188 ;;
9189 esac
9190
9191 ld_shlibs=yes
e6408286 9192
9193 # On some targets, GNU ld is compatible enough with the native linker
9194 # that we're better off using the native interface for both.
9195 lt_use_gnu_ld_interface=no
542f9784 9196 if test "$with_gnu_ld" = yes; then
e6408286 9197 case $host_os in
9198 aix*)
9199 # The AIX port of GNU ld has always aspired to compatibility
9200 # with the native linker. However, as the warning in the GNU ld
9201 # block says, versions before 2.19.5* couldn't really create working
9202 # shared libraries, regardless of the interface used.
9203 case `$LD -v 2>&1` in
9204 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
9205 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
9206 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
9207 *)
9208 lt_use_gnu_ld_interface=yes
9209 ;;
9210 esac
9211 ;;
9212 *)
9213 lt_use_gnu_ld_interface=yes
9214 ;;
9215 esac
9216 fi
9217
9218 if test "$lt_use_gnu_ld_interface" = yes; then
542f9784 9219 # If archive_cmds runs LD, not CC, wlarc should be empty
9220 wlarc='${wl}'
9221
9222 # Set some defaults for GNU ld with shared library support. These
9223 # are reset later if shared libraries are not supported. Putting them
9224 # here allows them to be overridden if necessary.
9225 runpath_var=LD_RUN_PATH
9226 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9227 export_dynamic_flag_spec='${wl}--export-dynamic'
9228 # ancient GNU ld didn't support --whole-archive et. al.
9229 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
9230 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9231 else
9232 whole_archive_flag_spec=
9233 fi
9234 supports_anon_versioning=no
9235 case `$LD -v 2>&1` in
e6408286 9236 *GNU\ gold*) supports_anon_versioning=yes ;;
542f9784 9237 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9238 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9239 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
9240 *\ 2.11.*) ;; # other 2.11 versions
9241 *) supports_anon_versioning=yes ;;
9242 esac
9243
9244 # See if GNU ld supports shared libraries.
9245 case $host_os in
ff3fb914 9246 aix[3-9]*)
542f9784 9247 # On AIX/PPC, the GNU linker is very broken
9248 if test "$host_cpu" != ia64; then
9249 ld_shlibs=no
9250 cat <<_LT_EOF 1>&2
9251
e6408286 9252*** Warning: the GNU linker, at least up to release 2.19, is reported
542f9784 9253*** to be unable to reliably create shared libraries on AIX.
9254*** Therefore, libtool is disabling shared libraries support. If you
e6408286 9255*** really care for shared libraries, you may want to install binutils
9256*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
9257*** You will then need to restart the configuration process.
542f9784 9258
9259_LT_EOF
9260 fi
9261 ;;
9262
9263 amigaos*)
4bc2b84f 9264 case $host_cpu in
9265 powerpc)
9266 # see comment about AmigaOS4 .so support
9267 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9268 archive_expsym_cmds=''
9269 ;;
9270 m68k)
9271 archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
9272 hardcode_libdir_flag_spec='-L$libdir'
9273 hardcode_minus_L=yes
9274 ;;
9275 esac
542f9784 9276 ;;
9277
9278 beos*)
9279 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9280 allow_undefined_flag=unsupported
9281 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9282 # support --undefined. This deserves some investigation. FIXME
9283 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9284 else
9285 ld_shlibs=no
9286 fi
9287 ;;
9288
4bc2b84f 9289 cygwin* | mingw* | pw32* | cegcc*)
542f9784 9290 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9291 # as there is no search path for DLLs.
9292 hardcode_libdir_flag_spec='-L$libdir'
e6408286 9293 export_dynamic_flag_spec='${wl}--export-all-symbols'
542f9784 9294 allow_undefined_flag=unsupported
9295 always_export_symbols=no
9296 enable_shared_with_static_runtimes=yes
9297 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9298
9299 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
9300 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9301 # If the export-symbols file already is a .def file (1st line
9302 # is EXPORTS), use it as is; otherwise, prepend...
9303 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9304 cp $export_symbols $output_objdir/$soname.def;
9305 else
9306 echo EXPORTS > $output_objdir/$soname.def;
9307 cat $export_symbols >> $output_objdir/$soname.def;
9308 fi~
9309 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9310 else
9311 ld_shlibs=no
9312 fi
9313 ;;
9314
e6408286 9315 haiku*)
9316 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9317 link_all_deplibs=yes
9318 ;;
9319
542f9784 9320 interix[3-9]*)
9321 hardcode_direct=no
9322 hardcode_shlibpath_var=no
9323 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9324 export_dynamic_flag_spec='${wl}-E'
9325 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9326 # Instead, shared libraries are loaded at an image base (0x10000000 by
9327 # default) and relocated if they conflict, which is a slow very memory
9328 # consuming and fragmenting process. To avoid this, we pick a random,
9329 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9330 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9331 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9332 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'
9333 ;;
9334
9af964d4 9335 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
542f9784 9336 tmp_diet=no
9337 if test "$host_os" = linux-dietlibc; then
9338 case $cc_basename in
9339 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9340 esac
9341 fi
9342 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9343 && test "$tmp_diet" = no
9344 then
4e8a08d4 9345 tmp_addflag=' $pic_flag'
4bc2b84f 9346 tmp_sharedflag='-shared'
542f9784 9347 case $cc_basename,$host_cpu in
9348 pgcc*) # Portland Group C compiler
e6408286 9349 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
542f9784 9350 tmp_addflag=' $pic_flag'
9351 ;;
e6408286 9352 pgf77* | pgf90* | pgf95* | pgfortran*)
9353 # Portland Group f77 and f90 compilers
9354 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
542f9784 9355 tmp_addflag=' $pic_flag -Mnomain' ;;
9356 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9357 tmp_addflag=' -i_dynamic' ;;
9358 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9359 tmp_addflag=' -i_dynamic -nofor_main' ;;
9360 ifc* | ifort*) # Intel Fortran compiler
9361 tmp_addflag=' -nofor_main' ;;
4bc2b84f 9362 lf95*) # Lahey Fortran 8.1
9363 whole_archive_flag_spec=
9364 tmp_sharedflag='--shared' ;;
e6408286 9365 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
4bc2b84f 9366 tmp_sharedflag='-qmkshrobj'
9367 tmp_addflag= ;;
e6408286 9368 nvcc*) # Cuda Compiler Driver 2.2
9369 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
9370 compiler_needs_object=yes
9371 ;;
542f9784 9372 esac
9373 case `$CC -V 2>&1 | sed 5q` in
9374 *Sun\ C*) # Sun C 5.9
e6408286 9375 whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
542f9784 9376 compiler_needs_object=yes
9377 tmp_sharedflag='-G' ;;
9378 *Sun\ F*) # Sun Fortran 8.3
9379 tmp_sharedflag='-G' ;;
542f9784 9380 esac
9381 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9382
9383 if test "x$supports_anon_versioning" = xyes; then
9384 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9385 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9386 echo "local: *; };" >> $output_objdir/$libname.ver~
9387 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9388 fi
4bc2b84f 9389
9390 case $cc_basename in
e6408286 9391 xlf* | bgf* | bgxlf* | mpixlf*)
4bc2b84f 9392 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9393 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9394 hardcode_libdir_flag_spec=
9395 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9396 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9397 if test "x$supports_anon_versioning" = xyes; then
9398 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9399 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9400 echo "local: *; };" >> $output_objdir/$libname.ver~
9401 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9402 fi
9403 ;;
9404 esac
542f9784 9405 else
9406 ld_shlibs=no
9407 fi
9408 ;;
9409
9410 netbsd*)
9411 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9412 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9413 wlarc=
9414 else
9415 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9416 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9417 fi
9418 ;;
9419
9420 solaris*)
9421 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9422 ld_shlibs=no
9423 cat <<_LT_EOF 1>&2
9424
9425*** Warning: The releases 2.8.* of the GNU linker cannot reliably
9426*** create shared libraries on Solaris systems. Therefore, libtool
9427*** is disabling shared libraries support. We urge you to upgrade GNU
9428*** binutils to release 2.9.1 or newer. Another option is to modify
9429*** your PATH or compiler configuration so that the native linker is
9430*** used, and then restart.
9431
9432_LT_EOF
9433 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9434 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9435 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9436 else
9437 ld_shlibs=no
9438 fi
9439 ;;
9440
9441 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9442 case `$LD -v 2>&1` in
9443 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9444 ld_shlibs=no
9445 cat <<_LT_EOF 1>&2
9446
9447*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9448*** reliably create shared libraries on SCO systems. Therefore, libtool
9449*** is disabling shared libraries support. We urge you to upgrade GNU
9450*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9451*** your PATH or compiler configuration so that the native linker is
9452*** used, and then restart.
9453
9454_LT_EOF
9455 ;;
9456 *)
9457 # For security reasons, it is highly recommended that you always
9458 # use absolute paths for naming shared libraries, and exclude the
9459 # DT_RUNPATH tag from executables and libraries. But doing so
9460 # requires that you compile everything twice, which is a pain.
9461 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9462 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9463 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9464 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9465 else
9466 ld_shlibs=no
9467 fi
9468 ;;
9469 esac
9470 ;;
9471
9472 sunos4*)
9473 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9474 wlarc=
9475 hardcode_direct=yes
9476 hardcode_shlibpath_var=no
9477 ;;
9478
9479 *)
9480 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9481 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9482 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9483 else
9484 ld_shlibs=no
9485 fi
9486 ;;
9487 esac
9488
9489 if test "$ld_shlibs" = no; then
9490 runpath_var=
9491 hardcode_libdir_flag_spec=
9492 export_dynamic_flag_spec=
9493 whole_archive_flag_spec=
9494 fi
9495 else
9496 # PORTME fill in a description of your system's linker (not GNU ld)
9497 case $host_os in
9498 aix3*)
9499 allow_undefined_flag=unsupported
9500 always_export_symbols=yes
9501 archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
9502 # Note: this linker hardcodes the directories in LIBPATH if there
9503 # are no directories specified by -L.
9504 hardcode_minus_L=yes
9505 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9506 # Neither direct hardcoding nor static linking is supported with a
9507 # broken collect2.
9508 hardcode_direct=unsupported
9509 fi
9510 ;;
9511
ff3fb914 9512 aix[4-9]*)
542f9784 9513 if test "$host_cpu" = ia64; then
9514 # On IA64, the linker does run time linking by default, so we don't
9515 # have to do anything special.
9516 aix_use_runtimelinking=no
9517 exp_sym_flag='-Bexport'
9518 no_entry_flag=""
9519 else
9520 # If we're using GNU nm, then we don't want the "-C" option.
9521 # -C means demangle to AIX nm, but means don't demangle with GNU nm
e6408286 9522 # Also, AIX nm treats weak defined symbols like other global
9523 # defined symbols, whereas GNU nm marks them as "W".
542f9784 9524 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
e6408286 9525 export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
542f9784 9526 else
86d5c70d 9527 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
542f9784 9528 fi
9529 aix_use_runtimelinking=no
9530
9531 # Test if we are trying to use run time linking or normal
9532 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9533 # need to do runtime linking.
ff3fb914 9534 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
542f9784 9535 for ld_flag in $LDFLAGS; do
9536 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9537 aix_use_runtimelinking=yes
9538 break
9539 fi
9540 done
9541 ;;
9542 esac
9543
9544 exp_sym_flag='-bexport'
9545 no_entry_flag='-bnoentry'
9546 fi
9547
9548 # When large executables or shared objects are built, AIX ld can
9549 # have problems creating the table of contents. If linking a library
9550 # or program results in "error TOC overflow" add -mminimal-toc to
9551 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9552 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9553
9554 archive_cmds=''
9555 hardcode_direct=yes
9556 hardcode_direct_absolute=yes
9557 hardcode_libdir_separator=':'
9558 link_all_deplibs=yes
9559 file_list_spec='${wl}-f,'
9560
9561 if test "$GCC" = yes; then
9562 case $host_os in aix4.[012]|aix4.[012].*)
9563 # We only want to do this on AIX 4.2 and lower, the check
9564 # below for broken collect2 doesn't work under 4.3+
9565 collect2name=`${CC} -print-prog-name=collect2`
9566 if test -f "$collect2name" &&
9567 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9568 then
9569 # We have reworked collect2
9570 :
9571 else
9572 # We have old collect2
9573 hardcode_direct=unsupported
9574 # It fails to find uninstalled libraries when the uninstalled
9575 # path is not listed in the libpath. Setting hardcode_minus_L
9576 # to unsupported forces relinking
9577 hardcode_minus_L=yes
9578 hardcode_libdir_flag_spec='-L$libdir'
9579 hardcode_libdir_separator=
9580 fi
9581 ;;
9582 esac
9583 shared_flag='-shared'
9584 if test "$aix_use_runtimelinking" = yes; then
9585 shared_flag="$shared_flag "'${wl}-G'
9586 fi
9587 else
9588 # not using gcc
9589 if test "$host_cpu" = ia64; then
9590 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9591 # chokes on -Wl,-G. The following line is correct:
9592 shared_flag='-G'
9593 else
9594 if test "$aix_use_runtimelinking" = yes; then
9595 shared_flag='${wl}-G'
9596 else
9597 shared_flag='${wl}-bM:SRE'
9598 fi
9599 fi
9600 fi
9601
4bc2b84f 9602 export_dynamic_flag_spec='${wl}-bexpall'
542f9784 9603 # It seems that -bexpall does not export symbols beginning with
9604 # underscore (_), so it is better to generate a list of symbols to export.
9605 always_export_symbols=yes
9606 if test "$aix_use_runtimelinking" = yes; then
9607 # Warning - without using the other runtime loading flags (-brtl),
9608 # -berok will link without error, but may produce a broken library.
9609 allow_undefined_flag='-berok'
9610 # Determine the default libpath from the value encoded in an
9611 # empty executable.
cd9a469c 9612 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
542f9784 9613/* end confdefs.h. */
9614
9615int
9616main ()
9617{
9618
9619 ;
9620 return 0;
9621}
9622_ACEOF
cd9a469c 9623if ac_fn_c_try_link "$LINENO"; then :
542f9784 9624
9625lt_aix_libpath_sed='
9626 /Import File Strings/,/^$/ {
9627 /^0/ {
9628 s/^0 *\(.*\)$/\1/
9629 p
9630 }
9631 }'
9632aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9633# Check for a 64-bit object if we didn't find anything.
9634if test -z "$aix_libpath"; then
9635 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9636fi
542f9784 9637fi
cd9a469c 9638rm -f core conftest.err conftest.$ac_objext \
9639 conftest$ac_exeext conftest.$ac_ext
542f9784 9640if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9641
9642 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
e6408286 9643 archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
542f9784 9644 else
9645 if test "$host_cpu" = ia64; then
9646 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9647 allow_undefined_flag="-z nodefs"
9648 archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
9649 else
9650 # Determine the default libpath from the value encoded in an
9651 # empty executable.
cd9a469c 9652 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
542f9784 9653/* end confdefs.h. */
9654
9655int
9656main ()
9657{
9658
9659 ;
9660 return 0;
9661}
9662_ACEOF
cd9a469c 9663if ac_fn_c_try_link "$LINENO"; then :
542f9784 9664
9665lt_aix_libpath_sed='
9666 /Import File Strings/,/^$/ {
9667 /^0/ {
9668 s/^0 *\(.*\)$/\1/
9669 p
9670 }
9671 }'
9672aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9673# Check for a 64-bit object if we didn't find anything.
9674if test -z "$aix_libpath"; then
9675 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9676fi
542f9784 9677fi
cd9a469c 9678rm -f core conftest.err conftest.$ac_objext \
9679 conftest$ac_exeext conftest.$ac_ext
542f9784 9680if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9681
9682 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9683 # Warning - without using the other run time loading flags,
9684 # -berok will link without error, but may produce a broken library.
9685 no_undefined_flag=' ${wl}-bernotok'
9686 allow_undefined_flag=' ${wl}-berok'
e6408286 9687 if test "$with_gnu_ld" = yes; then
9688 # We only use this code for GNU lds that support --whole-archive.
9689 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9690 else
9691 # Exported symbols can be pulled into shared objects from archives
9692 whole_archive_flag_spec='$convenience'
9693 fi
542f9784 9694 archive_cmds_need_lc=yes
9695 # This is similar to how AIX traditionally builds its shared libraries.
9696 archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
9697 fi
9698 fi
9699 ;;
9700
9701 amigaos*)
4bc2b84f 9702 case $host_cpu in
9703 powerpc)
9704 # see comment about AmigaOS4 .so support
9705 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9706 archive_expsym_cmds=''
9707 ;;
9708 m68k)
9709 archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
9710 hardcode_libdir_flag_spec='-L$libdir'
9711 hardcode_minus_L=yes
9712 ;;
9713 esac
542f9784 9714 ;;
9715
9716 bsdi[45]*)
9717 export_dynamic_flag_spec=-rdynamic
9718 ;;
9719
4bc2b84f 9720 cygwin* | mingw* | pw32* | cegcc*)
542f9784 9721 # When not using gcc, we currently assume that we are using
9722 # Microsoft Visual C++.
9723 # hardcode_libdir_flag_spec is actually meaningless, as there is
9724 # no search path for DLLs.
9725 hardcode_libdir_flag_spec=' '
9726 allow_undefined_flag=unsupported
9727 # Tell ltmain to make .lib files, not .a files.
9728 libext=lib
9729 # Tell ltmain to make .dll files, not .so files.
9730 shrext_cmds=".dll"
9731 # FIXME: Setting linknames here is a bad hack.
e6408286 9732 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
542f9784 9733 # The linker will automatically build a .lib file if we build a DLL.
9734 old_archive_from_new_cmds='true'
9735 # FIXME: Should let the user specify the lib program.
9736 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9737 fix_srcfile_path='`cygpath -w "$srcfile"`'
9738 enable_shared_with_static_runtimes=yes
9739 ;;
9740
9741 darwin* | rhapsody*)
542f9784 9742
4bc2b84f 9743
9744 archive_cmds_need_lc=no
9745 hardcode_direct=no
9746 hardcode_automatic=yes
9747 hardcode_shlibpath_var=unsupported
e6408286 9748 if test "$lt_cv_ld_force_load" = "yes"; then
9749 whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
9750 else
9751 whole_archive_flag_spec=''
9752 fi
4bc2b84f 9753 link_all_deplibs=yes
9754 allow_undefined_flag="$_lt_dar_allow_undefined"
9755 case $cc_basename in
9756 ifort*) _lt_dar_can_shared=yes ;;
9757 *) _lt_dar_can_shared=$GCC ;;
9758 esac
9759 if test "$_lt_dar_can_shared" = "yes"; then
e6408286 9760 output_verbose_link_cmd=func_echo_all
4bc2b84f 9761 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9762 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9763 archive_expsym_cmds="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
9764 module_expsym_cmds="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
9765
9766 else
9767 ld_shlibs=no
9768 fi
9769
542f9784 9770 ;;
9771
9772 dgux*)
9773 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9774 hardcode_libdir_flag_spec='-L$libdir'
9775 hardcode_shlibpath_var=no
9776 ;;
9777
542f9784 9778 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9779 # support. Future versions do this automatically, but an explicit c++rt0.o
9780 # does not break anything, and helps significantly (at the cost of a little
9781 # extra space).
9782 freebsd2.2*)
9783 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9784 hardcode_libdir_flag_spec='-R$libdir'
9785 hardcode_direct=yes
9786 hardcode_shlibpath_var=no
9787 ;;
9788
9789 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
30369aff 9790 freebsd2.*)
542f9784 9791 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9792 hardcode_direct=yes
9793 hardcode_minus_L=yes
9794 hardcode_shlibpath_var=no
9795 ;;
9796
9797 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9798 freebsd* | dragonfly*)
9799 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9800 hardcode_libdir_flag_spec='-R$libdir'
9801 hardcode_direct=yes
9802 hardcode_shlibpath_var=no
9803 ;;
9804
9805 hpux9*)
9806 if test "$GCC" = yes; then
9807 archive_cmds='$RM $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
9808 else
9809 archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
9810 fi
9811 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9812 hardcode_libdir_separator=:
9813 hardcode_direct=yes
9814
9815 # hardcode_minus_L: Not really in the search PATH,
9816 # but as the default location of the library.
9817 hardcode_minus_L=yes
9818 export_dynamic_flag_spec='${wl}-E'
9819 ;;
9820
9821 hpux10*)
e6408286 9822 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
542f9784 9823 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9824 else
9825 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9826 fi
9827 if test "$with_gnu_ld" = no; then
9828 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9829 hardcode_libdir_flag_spec_ld='+b $libdir'
9830 hardcode_libdir_separator=:
9831 hardcode_direct=yes
9832 hardcode_direct_absolute=yes
9833 export_dynamic_flag_spec='${wl}-E'
9834 # hardcode_minus_L: Not really in the search PATH,
9835 # but as the default location of the library.
9836 hardcode_minus_L=yes
9837 fi
9838 ;;
9839
9840 hpux11*)
e6408286 9841 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
542f9784 9842 case $host_cpu in
9843 hppa*64*)
9844 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9845 ;;
9846 ia64*)
4bc2b84f 9847 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
542f9784 9848 ;;
9849 *)
9850 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9851 ;;
9852 esac
9853 else
9854 case $host_cpu in
9855 hppa*64*)
9856 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9857 ;;
9858 ia64*)
9859 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9860 ;;
9861 *)
e6408286 9862
9863 # Older versions of the 11.00 compiler do not understand -b yet
9864 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9866$as_echo_n "checking if $CC understands -b... " >&6; }
f00f02a3 9867if ${lt_cv_prog_compiler__b+:} false; then :
e6408286 9868 $as_echo_n "(cached) " >&6
9869else
9870 lt_cv_prog_compiler__b=no
9871 save_LDFLAGS="$LDFLAGS"
9872 LDFLAGS="$LDFLAGS -b"
9873 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9874 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9875 # The linker can only warn and ignore the option if not recognized
9876 # So say no if there are warnings
9877 if test -s conftest.err; then
9878 # Append any errors to the config.log.
9879 cat conftest.err 1>&5
9880 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9881 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9882 if diff conftest.exp conftest.er2 >/dev/null; then
9883 lt_cv_prog_compiler__b=yes
9884 fi
9885 else
9886 lt_cv_prog_compiler__b=yes
9887 fi
9888 fi
9889 $RM -r conftest*
9890 LDFLAGS="$save_LDFLAGS"
9891
9892fi
9893{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9894$as_echo "$lt_cv_prog_compiler__b" >&6; }
9895
9896if test x"$lt_cv_prog_compiler__b" = xyes; then
9897 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9898else
9899 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9900fi
9901
542f9784 9902 ;;
9903 esac
9904 fi
9905 if test "$with_gnu_ld" = no; then
9906 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9907 hardcode_libdir_separator=:
9908
9909 case $host_cpu in
9910 hppa*64*|ia64*)
9911 hardcode_direct=no
9912 hardcode_shlibpath_var=no
9913 ;;
9914 *)
9915 hardcode_direct=yes
9916 hardcode_direct_absolute=yes
9917 export_dynamic_flag_spec='${wl}-E'
9918
9919 # hardcode_minus_L: Not really in the search PATH,
9920 # but as the default location of the library.
9921 hardcode_minus_L=yes
9922 ;;
9923 esac
9924 fi
9925 ;;
9926
9927 irix5* | irix6* | nonstopux*)
9928 if test "$GCC" = yes; then
e6408286 9929 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
542f9784 9930 # Try to use the -exported_symbol ld option, if it does not
9931 # work, assume that -exports_file does not work either and
9932 # implicitly export all symbols.
9933 save_LDFLAGS="$LDFLAGS"
9934 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
cd9a469c 9935 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9936/* end confdefs.h. */
542f9784 9937int foo(void) {}
9938_ACEOF
cd9a469c 9939if ac_fn_c_try_link "$LINENO"; then :
e6408286 9940 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
542f9784 9941
542f9784 9942fi
cd9a469c 9943rm -f core conftest.err conftest.$ac_objext \
9944 conftest$ac_exeext conftest.$ac_ext
542f9784 9945 LDFLAGS="$save_LDFLAGS"
9946 else
e6408286 9947 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
9948 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
542f9784 9949 fi
9950 archive_cmds_need_lc='no'
9951 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9952 hardcode_libdir_separator=:
9953 inherit_rpath=yes
9954 link_all_deplibs=yes
9955 ;;
9956
9957 netbsd*)
9958 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9959 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9960 else
9961 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9962 fi
9963 hardcode_libdir_flag_spec='-R$libdir'
9964 hardcode_direct=yes
9965 hardcode_shlibpath_var=no
9966 ;;
9967
9968 newsos6)
9969 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9970 hardcode_direct=yes
9971 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9972 hardcode_libdir_separator=:
9973 hardcode_shlibpath_var=no
9974 ;;
9975
9976 *nto* | *qnx*)
9977 ;;
9978
9979 openbsd*)
4bc2b84f 9980 if test -f /usr/libexec/ld.so; then
9981 hardcode_direct=yes
9982 hardcode_shlibpath_var=no
9983 hardcode_direct_absolute=yes
9984 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
542f9784 9985 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
4bc2b84f 9986 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
542f9784 9987 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
4bc2b84f 9988 export_dynamic_flag_spec='${wl}-E'
9989 else
9990 case $host_os in
9991 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9992 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9993 hardcode_libdir_flag_spec='-R$libdir'
9994 ;;
9995 *)
9996 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9997 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9998 ;;
9999 esac
10000 fi
10001 else
10002 ld_shlibs=no
542f9784 10003 fi
10004 ;;
10005
10006 os2*)
10007 hardcode_libdir_flag_spec='-L$libdir'
10008 hardcode_minus_L=yes
10009 allow_undefined_flag=unsupported
e6408286 10010 archive_cmds='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~echo DATA >> $output_objdir/$libname.def~echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
542f9784 10011 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
10012 ;;
10013
10014 osf3*)
10015 if test "$GCC" = yes; then
10016 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
e6408286 10017 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
542f9784 10018 else
10019 allow_undefined_flag=' -expect_unresolved \*'
e6408286 10020 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
542f9784 10021 fi
10022 archive_cmds_need_lc='no'
10023 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10024 hardcode_libdir_separator=:
10025 ;;
10026
10027 osf4* | osf5*) # as osf3* with the addition of -msym flag
10028 if test "$GCC" = yes; then
10029 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
e6408286 10030 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
542f9784 10031 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10032 else
10033 allow_undefined_flag=' -expect_unresolved \*'
e6408286 10034 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
542f9784 10035 archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
e6408286 10036 $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
542f9784 10037
10038 # Both c and cxx compiler support -rpath directly
10039 hardcode_libdir_flag_spec='-rpath $libdir'
10040 fi
10041 archive_cmds_need_lc='no'
10042 hardcode_libdir_separator=:
10043 ;;
10044
10045 solaris*)
10046 no_undefined_flag=' -z defs'
10047 if test "$GCC" = yes; then
10048 wlarc='${wl}'
10049 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10050 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10051 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10052 else
10053 case `$CC -V 2>&1` in
10054 *"Compilers 5.0"*)
10055 wlarc=''
10056 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
10057 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10058 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
10059 ;;
10060 *)
10061 wlarc='${wl}'
10062 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
10063 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10064 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10065 ;;
10066 esac
10067 fi
10068 hardcode_libdir_flag_spec='-R$libdir'
10069 hardcode_shlibpath_var=no
10070 case $host_os in
10071 solaris2.[0-5] | solaris2.[0-5].*) ;;
10072 *)
10073 # The compiler driver will combine and reorder linker options,
10074 # but understands `-z linker_flag'. GCC discards it without `$wl',
10075 # but is careful enough not to reorder.
10076 # Supported since Solaris 2.6 (maybe 2.5.1?)
10077 if test "$GCC" = yes; then
10078 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
10079 else
10080 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
10081 fi
10082 ;;
10083 esac
10084 link_all_deplibs=yes
10085 ;;
10086
10087 sunos4*)
10088 if test "x$host_vendor" = xsequent; then
10089 # Use $CC to link under sequent, because it throws in some extra .o
10090 # files that make .init and .fini sections work.
10091 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
10092 else
10093 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
10094 fi
10095 hardcode_libdir_flag_spec='-L$libdir'
10096 hardcode_direct=yes
10097 hardcode_minus_L=yes
10098 hardcode_shlibpath_var=no
10099 ;;
10100
10101 sysv4)
10102 case $host_vendor in
10103 sni)
10104 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10105 hardcode_direct=yes # is this really true???
10106 ;;
10107 siemens)
10108 ## LD is ld it makes a PLAMLIB
10109 ## CC just makes a GrossModule.
10110 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
10111 reload_cmds='$CC -r -o $output$reload_objs'
10112 hardcode_direct=no
10113 ;;
10114 motorola)
10115 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10116 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
10117 ;;
10118 esac
10119 runpath_var='LD_RUN_PATH'
10120 hardcode_shlibpath_var=no
10121 ;;
10122
10123 sysv4.3*)
10124 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10125 hardcode_shlibpath_var=no
10126 export_dynamic_flag_spec='-Bexport'
10127 ;;
10128
10129 sysv4*MP*)
10130 if test -d /usr/nec; then
10131 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10132 hardcode_shlibpath_var=no
10133 runpath_var=LD_RUN_PATH
10134 hardcode_runpath_var=yes
10135 ld_shlibs=yes
10136 fi
10137 ;;
10138
10139 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
10140 no_undefined_flag='${wl}-z,text'
10141 archive_cmds_need_lc=no
10142 hardcode_shlibpath_var=no
10143 runpath_var='LD_RUN_PATH'
10144
10145 if test "$GCC" = yes; then
10146 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10147 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10148 else
10149 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10150 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10151 fi
10152 ;;
10153
10154 sysv5* | sco3.2v5* | sco5v6*)
10155 # Note: We can NOT use -z defs as we might desire, because we do not
10156 # link with -lc, and that would cause any symbols used from libc to
10157 # always be unresolved, which means just about no library would
10158 # ever link correctly. If we're not using GNU ld we use -z text
10159 # though, which does catch some bad symbols but isn't as heavy-handed
10160 # as -z defs.
10161 no_undefined_flag='${wl}-z,text'
10162 allow_undefined_flag='${wl}-z,nodefs'
10163 archive_cmds_need_lc=no
10164 hardcode_shlibpath_var=no
10165 hardcode_libdir_flag_spec='${wl}-R,$libdir'
10166 hardcode_libdir_separator=':'
10167 link_all_deplibs=yes
10168 export_dynamic_flag_spec='${wl}-Bexport'
10169 runpath_var='LD_RUN_PATH'
10170
10171 if test "$GCC" = yes; then
10172 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10173 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10174 else
10175 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10176 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10177 fi
10178 ;;
10179
10180 uts4*)
10181 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10182 hardcode_libdir_flag_spec='-L$libdir'
10183 hardcode_shlibpath_var=no
10184 ;;
10185
10186 *)
10187 ld_shlibs=no
10188 ;;
10189 esac
10190
10191 if test x$host_vendor = xsni; then
10192 case $host in
10193 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
10194 export_dynamic_flag_spec='${wl}-Blargedynsym'
10195 ;;
10196 esac
10197 fi
10198 fi
10199
cd9a469c 10200{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10201$as_echo "$ld_shlibs" >&6; }
542f9784 10202test "$ld_shlibs" = no && can_build_shared=no
10203
10204with_gnu_ld=$with_gnu_ld
10205
10206
10207
10208
10209
10210
10211
10212
10213
10214
10215
10216
10217
10218
10219
10220#
10221# Do we need to explicitly link libc?
10222#
10223case "x$archive_cmds_need_lc" in
10224x|xyes)
10225 # Assume -lc should be added
10226 archive_cmds_need_lc=yes
10227
10228 if test "$enable_shared" = yes && test "$GCC" = yes; then
10229 case $archive_cmds in
10230 *'~'*)
10231 # FIXME: we may have to deal with multi-command sequences.
10232 ;;
10233 '$CC '*)
10234 # Test whether the compiler implicitly links with -lc since on some
10235 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10236 # to ld, don't add -lc before -lgcc.
cd9a469c 10237 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10238$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
f00f02a3 10239if ${lt_cv_archive_cmds_need_lc+:} false; then :
cd9a469c 10240 $as_echo_n "(cached) " >&6
9e6fd619 10241else
10242 $RM conftest*
10243 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
542f9784 10244
cd9a469c 10245 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
542f9784 10246 (eval $ac_compile) 2>&5
10247 ac_status=$?
cd9a469c 10248 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10249 test $ac_status = 0; } 2>conftest.err; then
9e6fd619 10250 soname=conftest
10251 lib=conftest
10252 libobjs=conftest.$ac_objext
10253 deplibs=
10254 wl=$lt_prog_compiler_wl
10255 pic_flag=$lt_prog_compiler_pic
10256 compiler_flags=-v
10257 linker_flags=-v
10258 verstring=
10259 output_objdir=.
10260 libname=conftest
10261 lt_save_allow_undefined_flag=$allow_undefined_flag
10262 allow_undefined_flag=
cd9a469c 10263 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
542f9784 10264 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
10265 ac_status=$?
cd9a469c 10266 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10267 test $ac_status = 0; }
9e6fd619 10268 then
10269 lt_cv_archive_cmds_need_lc=no
10270 else
10271 lt_cv_archive_cmds_need_lc=yes
10272 fi
10273 allow_undefined_flag=$lt_save_allow_undefined_flag
10274 else
10275 cat conftest.err 1>&5
10276 fi
10277 $RM conftest*
10278
10279fi
cd9a469c 10280{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10281$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9e6fd619 10282 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
542f9784 10283 ;;
10284 esac
10285 fi
10286 ;;
10287esac
10288
10289
10290
10291
10292
10293
10294
10295
10296
10297
10298
10299
10300
10301
10302
10303
10304
10305
10306
10307
10308
10309
10310
10311
10312
10313
10314
10315
10316
10317
10318
10319
10320
10321
10322
10323
10324
10325
10326
10327
10328
10329
10330
10331
10332
10333
10334
10335
10336
10337
10338
10339
10340
10341
10342
10343
10344
10345
10346
10347
10348
10349
10350
10351
10352
10353
10354
10355
10356
10357
10358
10359
10360
10361
10362
10363
10364
10365
10366
10367
10368
10369
10370
10371
10372
10373
10374
10375
10376
10377
10378
10379
10380
10381
10382
10383
10384
10385
10386
10387
10388
10389
10390
10391
10392
10393
10394
10395
10396
10397
10398
10399
10400
10401
10402
10403
10404
10405
10406
10407
10408
10409
10410
10411
10412
10413
10414
10415
10416
10417
10418
10419
10420
10421
10422
10423
10424
10425
10426
10427
10428
10429
10430
10431
10432
10433
10434
10435
10436
10437
10438
10439
10440
10441
10442
10443
10444
cd9a469c 10445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10446$as_echo_n "checking dynamic linker characteristics... " >&6; }
4bc2b84f 10447
10448if test "$GCC" = yes; then
542f9784 10449 case $host_os in
10450 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10451 *) lt_awk_arg="/^libraries:/" ;;
10452 esac
e6408286 10453 case $host_os in
10454 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10455 *) lt_sed_strip_eq="s,=/,/,g" ;;
10456 esac
10457 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10458 case $lt_search_path_spec in
10459 *\;*)
542f9784 10460 # if the path contains ";" then we assume it to be the separator
10461 # otherwise default to the standard path separator (i.e. ":") - it is
10462 # assumed that no part of a normal pathname contains ";" but that should
10463 # okay in the real world where ";" in dirpaths is itself problematic.
e6408286 10464 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10465 ;;
10466 *)
10467 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10468 ;;
10469 esac
542f9784 10470 # Ok, now we have the path, separated by spaces, we can step through it
10471 # and add multilib dir if necessary.
10472 lt_tmp_lt_search_path_spec=
10473 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10474 for lt_sys_path in $lt_search_path_spec; do
10475 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10476 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10477 else
10478 test -d "$lt_sys_path" && \
10479 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10480 fi
10481 done
e6408286 10482 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
542f9784 10483BEGIN {RS=" "; FS="/|\n";} {
10484 lt_foo="";
10485 lt_count=0;
10486 for (lt_i = NF; lt_i > 0; lt_i--) {
10487 if ($lt_i != "" && $lt_i != ".") {
10488 if ($lt_i == "..") {
10489 lt_count++;
10490 } else {
10491 if (lt_count == 0) {
10492 lt_foo="/" $lt_i lt_foo;
10493 } else {
10494 lt_count--;
10495 }
10496 }
10497 }
10498 }
10499 if (lt_foo != "") { lt_freq[lt_foo]++; }
10500 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10501}'`
e6408286 10502 # AWK program above erroneously prepends '/' to C:/dos/paths
10503 # for these hosts.
10504 case $host_os in
10505 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10506 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10507 esac
10508 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
542f9784 10509else
10510 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10511fi
10512library_names_spec=
10513libname_spec='lib$name'
10514soname_spec=
10515shrext_cmds=".so"
10516postinstall_cmds=
10517postuninstall_cmds=
10518finish_cmds=
10519finish_eval=
10520shlibpath_var=
10521shlibpath_overrides_runpath=unknown
10522version_type=none
10523dynamic_linker="$host_os ld.so"
10524sys_lib_dlsearch_path_spec="/lib /usr/lib"
10525need_lib_prefix=unknown
10526hardcode_into_libs=no
10527
10528# when you set need_version to no, make sure it does not cause -set_version
10529# flags to be left without arguments
10530need_version=unknown
10531
10532case $host_os in
10533aix3*)
10534 version_type=linux
10535 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10536 shlibpath_var=LIBPATH
10537
10538 # AIX 3 has no versioning support, so we append a major version to the name.
10539 soname_spec='${libname}${release}${shared_ext}$major'
10540 ;;
10541
ff3fb914 10542aix[4-9]*)
542f9784 10543 version_type=linux
10544 need_lib_prefix=no
10545 need_version=no
10546 hardcode_into_libs=yes
10547 if test "$host_cpu" = ia64; then
10548 # AIX 5 supports IA64
10549 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10550 shlibpath_var=LD_LIBRARY_PATH
10551 else
10552 # With GCC up to 2.95.x, collect2 would create an import file
10553 # for dependence libraries. The import file would start with
10554 # the line `#! .'. This would cause the generated library to
10555 # depend on `.', always an invalid library. This was fixed in
10556 # development snapshots of GCC prior to 3.0.
10557 case $host_os in
10558 aix4 | aix4.[01] | aix4.[01].*)
10559 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10560 echo ' yes '
10561 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10562 :
10563 else
10564 can_build_shared=no
10565 fi
10566 ;;
10567 esac
10568 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10569 # soname into executable. Probably we can add versioning support to
10570 # collect2, so additional links can be useful in future.
10571 if test "$aix_use_runtimelinking" = yes; then
10572 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10573 # instead of lib<name>.a to let people know that these are not
10574 # typical AIX shared libraries.
10575 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10576 else
10577 # We preserve .a as extension for shared libraries through AIX4.2
10578 # and later when we are not doing run time linking.
10579 library_names_spec='${libname}${release}.a $libname.a'
10580 soname_spec='${libname}${release}${shared_ext}$major'
10581 fi
10582 shlibpath_var=LIBPATH
10583 fi
10584 ;;
10585
10586amigaos*)
4bc2b84f 10587 case $host_cpu in
10588 powerpc)
10589 # Since July 2007 AmigaOS4 officially supports .so libraries.
10590 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10591 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10592 ;;
10593 m68k)
542f9784 10594 library_names_spec='$libname.ixlibrary $libname.a'
10595 # Create ${libname}_ixlibrary.a entries in /sys/libs.
e6408286 10596 finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
4bc2b84f 10597 ;;
10598 esac
542f9784 10599 ;;
10600
10601beos*)
10602 library_names_spec='${libname}${shared_ext}'
10603 dynamic_linker="$host_os ld.so"
10604 shlibpath_var=LIBRARY_PATH
10605 ;;
10606
10607bsdi[45]*)
10608 version_type=linux
10609 need_version=no
10610 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10611 soname_spec='${libname}${release}${shared_ext}$major'
10612 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10613 shlibpath_var=LD_LIBRARY_PATH
10614 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10615 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10616 # the default ld.so.conf also contains /usr/contrib/lib and
10617 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10618 # libtool to hard-code these into programs
10619 ;;
10620
4bc2b84f 10621cygwin* | mingw* | pw32* | cegcc*)
542f9784 10622 version_type=windows
10623 shrext_cmds=".dll"
10624 need_version=no
10625 need_lib_prefix=no
10626
4bc2b84f 10627 case $GCC,$host_os in
10628 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
542f9784 10629 library_names_spec='$libname.dll.a'
10630 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10631 postinstall_cmds='base_file=`basename \${file}`~
10632 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10633 dldir=$destdir/`dirname \$dlpath`~
10634 test -d \$dldir || mkdir -p \$dldir~
10635 $install_prog $dir/$dlname \$dldir/$dlname~
10636 chmod a+x \$dldir/$dlname~
10637 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10638 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10639 fi'
10640 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10641 dlpath=$dir/\$dldll~
10642 $RM \$dlpath'
10643 shlibpath_overrides_runpath=yes
10644
10645 case $host_os in
10646 cygwin*)
10647 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10648 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
e6408286 10649
10650 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
542f9784 10651 ;;
4bc2b84f 10652 mingw* | cegcc*)
542f9784 10653 # MinGW DLLs use traditional 'lib' prefix
10654 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
542f9784 10655 ;;
10656 pw32*)
10657 # pw32 DLLs use 'pw' prefix rather than 'lib'
10658 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10659 ;;
10660 esac
10661 ;;
10662
10663 *)
10664 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10665 ;;
10666 esac
10667 dynamic_linker='Win32 ld.exe'
10668 # FIXME: first we should search . and the directory the executable is in
10669 shlibpath_var=PATH
10670 ;;
10671
10672darwin* | rhapsody*)
10673 dynamic_linker="$host_os dyld"
10674 version_type=darwin
10675 need_lib_prefix=no
10676 need_version=no
10677 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10678 soname_spec='${libname}${release}${major}$shared_ext'
10679 shlibpath_overrides_runpath=yes
10680 shlibpath_var=DYLD_LIBRARY_PATH
10681 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10682
10683 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10684 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10685 ;;
10686
10687dgux*)
10688 version_type=linux
10689 need_lib_prefix=no
10690 need_version=no
10691 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10692 soname_spec='${libname}${release}${shared_ext}$major'
10693 shlibpath_var=LD_LIBRARY_PATH
10694 ;;
10695
542f9784 10696freebsd* | dragonfly*)
10697 # DragonFly does not have aout. When/if they implement a new
10698 # versioning mechanism, adjust this.
10699 if test -x /usr/bin/objformat; then
10700 objformat=`/usr/bin/objformat`
10701 else
10702 case $host_os in
30369aff 10703 freebsd[23].*) objformat=aout ;;
542f9784 10704 *) objformat=elf ;;
10705 esac
10706 fi
10707 version_type=freebsd-$objformat
10708 case $version_type in
10709 freebsd-elf*)
10710 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10711 need_version=no
10712 need_lib_prefix=no
10713 ;;
10714 freebsd-*)
10715 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10716 need_version=yes
10717 ;;
10718 esac
10719 shlibpath_var=LD_LIBRARY_PATH
10720 case $host_os in
30369aff 10721 freebsd2.*)
542f9784 10722 shlibpath_overrides_runpath=yes
10723 ;;
10724 freebsd3.[01]* | freebsdelf3.[01]*)
10725 shlibpath_overrides_runpath=yes
10726 hardcode_into_libs=yes
10727 ;;
10728 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10729 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10730 shlibpath_overrides_runpath=no
10731 hardcode_into_libs=yes
10732 ;;
10733 *) # from 4.6 on, and DragonFly
10734 shlibpath_overrides_runpath=yes
10735 hardcode_into_libs=yes
10736 ;;
10737 esac
10738 ;;
10739
10740gnu*)
10741 version_type=linux
10742 need_lib_prefix=no
10743 need_version=no
10744 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10745 soname_spec='${libname}${release}${shared_ext}$major'
10746 shlibpath_var=LD_LIBRARY_PATH
10747 hardcode_into_libs=yes
10748 ;;
10749
e6408286 10750haiku*)
10751 version_type=linux
10752 need_lib_prefix=no
10753 need_version=no
10754 dynamic_linker="$host_os runtime_loader"
10755 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10756 soname_spec='${libname}${release}${shared_ext}$major'
10757 shlibpath_var=LIBRARY_PATH
10758 shlibpath_overrides_runpath=yes
10759 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10760 hardcode_into_libs=yes
10761 ;;
10762
542f9784 10763hpux9* | hpux10* | hpux11*)
10764 # Give a soname corresponding to the major version so that dld.sl refuses to
10765 # link against other versions.
10766 version_type=sunos
10767 need_lib_prefix=no
10768 need_version=no
10769 case $host_cpu in
10770 ia64*)
10771 shrext_cmds='.so'
10772 hardcode_into_libs=yes
10773 dynamic_linker="$host_os dld.so"
10774 shlibpath_var=LD_LIBRARY_PATH
10775 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10776 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10777 soname_spec='${libname}${release}${shared_ext}$major'
10778 if test "X$HPUX_IA64_MODE" = X32; then
10779 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10780 else
10781 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10782 fi
10783 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10784 ;;
10785 hppa*64*)
10786 shrext_cmds='.sl'
10787 hardcode_into_libs=yes
10788 dynamic_linker="$host_os dld.sl"
10789 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10790 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10791 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10792 soname_spec='${libname}${release}${shared_ext}$major'
10793 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10794 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10795 ;;
10796 *)
10797 shrext_cmds='.sl'
10798 dynamic_linker="$host_os dld.sl"
10799 shlibpath_var=SHLIB_PATH
10800 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10801 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10802 soname_spec='${libname}${release}${shared_ext}$major'
10803 ;;
10804 esac
e6408286 10805 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
542f9784 10806 postinstall_cmds='chmod 555 $lib'
e6408286 10807 # or fails outright, so override atomically:
10808 install_override_mode=555
542f9784 10809 ;;
21f4579d 10810
542f9784 10811interix[3-9]*)
10812 version_type=linux
10813 need_lib_prefix=no
10814 need_version=no
10815 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10816 soname_spec='${libname}${release}${shared_ext}$major'
10817 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10818 shlibpath_var=LD_LIBRARY_PATH
10819 shlibpath_overrides_runpath=no
10820 hardcode_into_libs=yes
b375837d 10821 ;;
21f4579d 10822
542f9784 10823irix5* | irix6* | nonstopux*)
10824 case $host_os in
10825 nonstopux*) version_type=nonstopux ;;
10826 *)
10827 if test "$lt_cv_prog_gnu_ld" = yes; then
10828 version_type=linux
10829 else
10830 version_type=irix
10831 fi ;;
10832 esac
10833 need_lib_prefix=no
10834 need_version=no
10835 soname_spec='${libname}${release}${shared_ext}$major'
10836 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10837 case $host_os in
10838 irix5* | nonstopux*)
10839 libsuff= shlibsuff=
10840 ;;
10841 *)
10842 case $LD in # libtool.m4 will add one of these switches to LD
10843 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10844 libsuff= shlibsuff= libmagic=32-bit;;
10845 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10846 libsuff=32 shlibsuff=N32 libmagic=N32;;
10847 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10848 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10849 *) libsuff= shlibsuff= libmagic=never-match;;
b375837d 10850 esac
542f9784 10851 ;;
10852 esac
10853 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10854 shlibpath_overrides_runpath=no
10855 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10856 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10857 hardcode_into_libs=yes
b375837d 10858 ;;
21f4579d 10859
542f9784 10860# No shared lib support for Linux oldld, aout, or coff.
10861linux*oldld* | linux*aout* | linux*coff*)
10862 dynamic_linker=no
10863 ;;
b375837d 10864
542f9784 10865# This must be Linux ELF.
9af964d4 10866linux* | k*bsd*-gnu | kopensolaris*-gnu)
542f9784 10867 version_type=linux
10868 need_lib_prefix=no
10869 need_version=no
10870 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10871 soname_spec='${libname}${release}${shared_ext}$major'
10872 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10873 shlibpath_var=LD_LIBRARY_PATH
10874 shlibpath_overrides_runpath=no
9e6fd619 10875
542f9784 10876 # Some binutils ld are patched to set DT_RUNPATH
f00f02a3 10877 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
cd9a469c 10878 $as_echo_n "(cached) " >&6
9e6fd619 10879else
10880 lt_cv_shlibpath_overrides_runpath=no
10881 save_LDFLAGS=$LDFLAGS
10882 save_libdir=$libdir
10883 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10884 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
cd9a469c 10885 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b375837d 10886/* end confdefs.h. */
10887
10888int
10889main ()
10890{
21f4579d 10891
b375837d 10892 ;
10893 return 0;
10894}
10895_ACEOF
cd9a469c 10896if ac_fn_c_try_link "$LINENO"; then :
10897 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
9e6fd619 10898 lt_cv_shlibpath_overrides_runpath=yes
542f9784 10899fi
21f4579d 10900fi
cd9a469c 10901rm -f core conftest.err conftest.$ac_objext \
10902 conftest$ac_exeext conftest.$ac_ext
9e6fd619 10903 LDFLAGS=$save_LDFLAGS
10904 libdir=$save_libdir
10905
10906fi
10907
10908 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
542f9784 10909
10910 # This implies no fast_install, which is unacceptable.
10911 # Some rework will be needed to allow for fast_install
10912 # before this can be enabled.
10913 hardcode_into_libs=yes
10914
10915 # Append ld.so.conf contents to the search path
10916 if test -f /etc/ld.so.conf; then
e6408286 10917 lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
542f9784 10918 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10919 fi
21f4579d 10920
542f9784 10921 # We used to test for /lib/ld.so.1 and disable shared libraries on
10922 # powerpc, because MkLinux only supported shared libraries with the
10923 # GNU dynamic linker. Since this was broken with cross compilers,
10924 # most powerpc-linux boxes support dynamic linking these days and
10925 # people can always --disable-shared, the test was removed, and we
10926 # assume the GNU/Linux dynamic linker is in use.
10927 dynamic_linker='GNU/Linux ld.so'
10928 ;;
10929
10930netbsd*)
10931 version_type=sunos
10932 need_lib_prefix=no
10933 need_version=no
10934 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10935 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10936 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10937 dynamic_linker='NetBSD (a.out) ld.so'
10938 else
10939 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10940 soname_spec='${libname}${release}${shared_ext}$major'
10941 dynamic_linker='NetBSD ld.elf_so'
b375837d 10942 fi
542f9784 10943 shlibpath_var=LD_LIBRARY_PATH
10944 shlibpath_overrides_runpath=yes
10945 hardcode_into_libs=yes
b375837d 10946 ;;
21f4579d 10947
542f9784 10948newsos6)
10949 version_type=linux
10950 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10951 shlibpath_var=LD_LIBRARY_PATH
10952 shlibpath_overrides_runpath=yes
10953 ;;
21f4579d 10954
542f9784 10955*nto* | *qnx*)
10956 version_type=qnx
10957 need_lib_prefix=no
10958 need_version=no
10959 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10960 soname_spec='${libname}${release}${shared_ext}$major'
10961 shlibpath_var=LD_LIBRARY_PATH
10962 shlibpath_overrides_runpath=no
10963 hardcode_into_libs=yes
10964 dynamic_linker='ldqnx.so'
10965 ;;
21f4579d 10966
542f9784 10967openbsd*)
10968 version_type=sunos
10969 sys_lib_dlsearch_path_spec="/usr/lib"
10970 need_lib_prefix=no
10971 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10972 case $host_os in
10973 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10974 *) need_version=no ;;
10975 esac
10976 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10977 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10978 shlibpath_var=LD_LIBRARY_PATH
10979 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10980 case $host_os in
10981 openbsd2.[89] | openbsd2.[89].*)
10982 shlibpath_overrides_runpath=no
10983 ;;
10984 *)
10985 shlibpath_overrides_runpath=yes
10986 ;;
10987 esac
10988 else
10989 shlibpath_overrides_runpath=yes
10990 fi
10991 ;;
21f4579d 10992
542f9784 10993os2*)
10994 libname_spec='$name'
10995 shrext_cmds=".dll"
10996 need_lib_prefix=no
10997 library_names_spec='$libname${shared_ext} $libname.a'
10998 dynamic_linker='OS/2 ld.exe'
10999 shlibpath_var=LIBPATH
11000 ;;
21f4579d 11001
542f9784 11002osf3* | osf4* | osf5*)
11003 version_type=osf
11004 need_lib_prefix=no
11005 need_version=no
11006 soname_spec='${libname}${release}${shared_ext}$major'
11007 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11008 shlibpath_var=LD_LIBRARY_PATH
11009 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
11010 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
11011 ;;
21f4579d 11012
542f9784 11013rdos*)
11014 dynamic_linker=no
11015 ;;
11016
11017solaris*)
11018 version_type=linux
11019 need_lib_prefix=no
11020 need_version=no
11021 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11022 soname_spec='${libname}${release}${shared_ext}$major'
11023 shlibpath_var=LD_LIBRARY_PATH
11024 shlibpath_overrides_runpath=yes
11025 hardcode_into_libs=yes
11026 # ldd complains unless libraries are executable
11027 postinstall_cmds='chmod +x $lib'
11028 ;;
11029
11030sunos4*)
11031 version_type=sunos
11032 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11033 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
11034 shlibpath_var=LD_LIBRARY_PATH
11035 shlibpath_overrides_runpath=yes
11036 if test "$with_gnu_ld" = yes; then
11037 need_lib_prefix=no
11038 fi
11039 need_version=yes
11040 ;;
11041
11042sysv4 | sysv4.3*)
11043 version_type=linux
11044 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11045 soname_spec='${libname}${release}${shared_ext}$major'
11046 shlibpath_var=LD_LIBRARY_PATH
11047 case $host_vendor in
11048 sni)
11049 shlibpath_overrides_runpath=no
11050 need_lib_prefix=no
11051 runpath_var=LD_RUN_PATH
b375837d 11052 ;;
542f9784 11053 siemens)
11054 need_lib_prefix=no
b375837d 11055 ;;
542f9784 11056 motorola)
11057 need_lib_prefix=no
11058 need_version=no
11059 shlibpath_overrides_runpath=no
11060 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
11061 ;;
11062 esac
11063 ;;
11064
11065sysv4*MP*)
11066 if test -d /usr/nec ;then
11067 version_type=linux
11068 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
11069 soname_spec='$libname${shared_ext}.$major'
11070 shlibpath_var=LD_LIBRARY_PATH
11071 fi
11072 ;;
11073
11074sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
11075 version_type=freebsd-elf
11076 need_lib_prefix=no
11077 need_version=no
11078 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11079 soname_spec='${libname}${release}${shared_ext}$major'
11080 shlibpath_var=LD_LIBRARY_PATH
11081 shlibpath_overrides_runpath=yes
11082 hardcode_into_libs=yes
11083 if test "$with_gnu_ld" = yes; then
11084 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
21f4579d 11085 else
542f9784 11086 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
11087 case $host_os in
11088 sco3.2v5*)
11089 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
11090 ;;
11091 esac
21f4579d 11092 fi
542f9784 11093 sys_lib_dlsearch_path_spec='/usr/lib'
11094 ;;
11095
11096tpf*)
11097 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
11098 version_type=linux
11099 need_lib_prefix=no
11100 need_version=no
4bc2b84f 11101 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
542f9784 11102 shlibpath_var=LD_LIBRARY_PATH
11103 shlibpath_overrides_runpath=no
11104 hardcode_into_libs=yes
11105 ;;
11106
11107uts4*)
11108 version_type=linux
11109 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11110 soname_spec='${libname}${release}${shared_ext}$major'
11111 shlibpath_var=LD_LIBRARY_PATH
11112 ;;
11113
11114*)
11115 dynamic_linker=no
11116 ;;
11117esac
cd9a469c 11118{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
11119$as_echo "$dynamic_linker" >&6; }
542f9784 11120test "$dynamic_linker" = no && can_build_shared=no
11121
11122variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
11123if test "$GCC" = yes; then
11124 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
21f4579d 11125fi
11126
4bc2b84f 11127if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
11128 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
11129fi
11130if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
11131 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
11132fi
11133
21f4579d 11134
542f9784 11135
11136
11137
11138
11139
11140
11141
11142
11143
11144
11145
11146
11147
11148
11149
11150
11151
11152
11153
11154
11155
11156
11157
11158
11159
11160
11161
11162
11163
11164
11165
11166
11167
11168
11169
11170
11171
11172
11173
11174
11175
11176
11177
11178
11179
11180
11181
11182
11183
11184
11185
11186
11187
11188
11189
11190
11191
11192
11193
11194
11195
11196
11197
11198
11199
11200
11201
11202
11203
11204
11205
11206
11207
11208
11209
11210
11211
11212
11213
e6408286 11214
11215
11216
11217
11218
542f9784 11219
11220
11221
11222
11223
11224
cd9a469c 11225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11226$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
542f9784 11227hardcode_action=
11228if test -n "$hardcode_libdir_flag_spec" ||
11229 test -n "$runpath_var" ||
11230 test "X$hardcode_automatic" = "Xyes" ; then
11231
11232 # We can hardcode non-existent directories.
11233 if test "$hardcode_direct" != no &&
11234 # If the only mechanism to avoid hardcoding is shlibpath_var, we
11235 # have to relink, otherwise we might link with an installed library
11236 # when we should be linking with a yet-to-be-installed one
11237 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11238 test "$hardcode_minus_L" != no; then
11239 # Linking always hardcodes the temporary library directory.
11240 hardcode_action=relink
11241 else
11242 # We can link without hardcoding, and we can hardcode nonexisting dirs.
11243 hardcode_action=immediate
47c5fab6 11244 fi
b375837d 11245else
542f9784 11246 # We cannot hardcode anything, or else we can only hardcode existing
11247 # directories.
11248 hardcode_action=unsupported
21f4579d 11249fi
cd9a469c 11250{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11251$as_echo "$hardcode_action" >&6; }
47c5fab6 11252
542f9784 11253if test "$hardcode_action" = relink ||
11254 test "$inherit_rpath" = yes; then
11255 # Fast installation is not supported
11256 enable_fast_install=no
11257elif test "$shlibpath_overrides_runpath" = yes ||
11258 test "$enable_shared" = no; then
11259 # Fast installation is not necessary
11260 enable_fast_install=needless
11261fi
21f4579d 11262
47c5fab6 11263
47c5fab6 11264
652f285b 11265
47c5fab6 11266
47c5fab6 11267
542f9784 11268 if test "x$enable_dlopen" != xyes; then
11269 enable_dlopen=unknown
11270 enable_dlopen_self=unknown
11271 enable_dlopen_self_static=unknown
11272else
11273 lt_cv_dlopen=no
11274 lt_cv_dlopen_libs=
47c5fab6 11275
542f9784 11276 case $host_os in
11277 beos*)
11278 lt_cv_dlopen="load_add_on"
11279 lt_cv_dlopen_libs=
11280 lt_cv_dlopen_self=yes
11281 ;;
47c5fab6 11282
4bc2b84f 11283 mingw* | pw32* | cegcc*)
542f9784 11284 lt_cv_dlopen="LoadLibrary"
11285 lt_cv_dlopen_libs=
11286 ;;
47c5fab6 11287
542f9784 11288 cygwin*)
11289 lt_cv_dlopen="dlopen"
11290 lt_cv_dlopen_libs=
11291 ;;
47c5fab6 11292
542f9784 11293 darwin*)
11294 # if libdl is installed we need to link against it
cd9a469c 11295 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11296$as_echo_n "checking for dlopen in -ldl... " >&6; }
f00f02a3 11297if ${ac_cv_lib_dl_dlopen+:} false; then :
cd9a469c 11298 $as_echo_n "(cached) " >&6
21f4579d 11299else
542f9784 11300 ac_check_lib_save_LIBS=$LIBS
11301LIBS="-ldl $LIBS"
cd9a469c 11302cat confdefs.h - <<_ACEOF >conftest.$ac_ext
542f9784 11303/* end confdefs.h. */
b375837d 11304
cd9a469c 11305/* Override any GCC internal prototype to avoid an error.
11306 Use char because int might match the return type of a GCC
11307 builtin and then its argument prototype would still apply. */
542f9784 11308#ifdef __cplusplus
11309extern "C"
11310#endif
542f9784 11311char dlopen ();
11312int
11313main ()
11314{
cd9a469c 11315return dlopen ();
542f9784 11316 ;
11317 return 0;
11318}
11319_ACEOF
cd9a469c 11320if ac_fn_c_try_link "$LINENO"; then :
542f9784 11321 ac_cv_lib_dl_dlopen=yes
b375837d 11322else
cd9a469c 11323 ac_cv_lib_dl_dlopen=no
21f4579d 11324fi
cd9a469c 11325rm -f core conftest.err conftest.$ac_objext \
11326 conftest$ac_exeext conftest.$ac_ext
542f9784 11327LIBS=$ac_check_lib_save_LIBS
11328fi
cd9a469c 11329{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11330$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
f00f02a3 11331if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
542f9784 11332 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11333else
47c5fab6 11334
542f9784 11335 lt_cv_dlopen="dyld"
11336 lt_cv_dlopen_libs=
11337 lt_cv_dlopen_self=yes
3743c332 11338
542f9784 11339fi
652f285b 11340
542f9784 11341 ;;
652f285b 11342
542f9784 11343 *)
cd9a469c 11344 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
f00f02a3 11345if test "x$ac_cv_func_shl_load" = xyes; then :
cd9a469c 11346 lt_cv_dlopen="shl_load"
b375837d 11347else
cd9a469c 11348 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11349$as_echo_n "checking for shl_load in -ldld... " >&6; }
f00f02a3 11350if ${ac_cv_lib_dld_shl_load+:} false; then :
cd9a469c 11351 $as_echo_n "(cached) " >&6
11352else
11353 ac_check_lib_save_LIBS=$LIBS
11354LIBS="-ldld $LIBS"
11355cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b375837d 11356/* end confdefs.h. */
542f9784 11357
cd9a469c 11358/* Override any GCC internal prototype to avoid an error.
11359 Use char because int might match the return type of a GCC
542f9784 11360 builtin and then its argument prototype would still apply. */
542f9784 11361#ifdef __cplusplus
11362extern "C"
11363#endif
542f9784 11364char shl_load ();
11365int
11366main ()
11367{
cd9a469c 11368return shl_load ();
542f9784 11369 ;
11370 return 0;
11371}
2be99030 11372_ACEOF
cd9a469c 11373if ac_fn_c_try_link "$LINENO"; then :
542f9784 11374 ac_cv_lib_dld_shl_load=yes
2be99030 11375else
cd9a469c 11376 ac_cv_lib_dld_shl_load=no
857794c9 11377fi
cd9a469c 11378rm -f core conftest.err conftest.$ac_objext \
11379 conftest$ac_exeext conftest.$ac_ext
542f9784 11380LIBS=$ac_check_lib_save_LIBS
3743c332 11381fi
cd9a469c 11382{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11383$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
f00f02a3 11384if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
4bc2b84f 11385 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
542f9784 11386else
cd9a469c 11387 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
f00f02a3 11388if test "x$ac_cv_func_dlopen" = xyes; then :
542f9784 11389 lt_cv_dlopen="dlopen"
11390else
cd9a469c 11391 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11392$as_echo_n "checking for dlopen in -ldl... " >&6; }
f00f02a3 11393if ${ac_cv_lib_dl_dlopen+:} false; then :
cd9a469c 11394 $as_echo_n "(cached) " >&6
542f9784 11395else
11396 ac_check_lib_save_LIBS=$LIBS
11397LIBS="-ldl $LIBS"
cd9a469c 11398cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b375837d 11399/* end confdefs.h. */
542f9784 11400
cd9a469c 11401/* Override any GCC internal prototype to avoid an error.
11402 Use char because int might match the return type of a GCC
11403 builtin and then its argument prototype would still apply. */
542f9784 11404#ifdef __cplusplus
11405extern "C"
11406#endif
542f9784 11407char dlopen ();
11408int
11409main ()
11410{
cd9a469c 11411return dlopen ();
542f9784 11412 ;
11413 return 0;
11414}
b375837d 11415_ACEOF
cd9a469c 11416if ac_fn_c_try_link "$LINENO"; then :
542f9784 11417 ac_cv_lib_dl_dlopen=yes
2be99030 11418else
cd9a469c 11419 ac_cv_lib_dl_dlopen=no
2be99030 11420fi
cd9a469c 11421rm -f core conftest.err conftest.$ac_objext \
11422 conftest$ac_exeext conftest.$ac_ext
542f9784 11423LIBS=$ac_check_lib_save_LIBS
2be99030 11424fi
cd9a469c 11425{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11426$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
f00f02a3 11427if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
542f9784 11428 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
2be99030 11429else
cd9a469c 11430 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11431$as_echo_n "checking for dlopen in -lsvld... " >&6; }
f00f02a3 11432if ${ac_cv_lib_svld_dlopen+:} false; then :
cd9a469c 11433 $as_echo_n "(cached) " >&6
2be99030 11434else
542f9784 11435 ac_check_lib_save_LIBS=$LIBS
11436LIBS="-lsvld $LIBS"
cd9a469c 11437cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2be99030 11438/* end confdefs.h. */
2be99030 11439
cd9a469c 11440/* Override any GCC internal prototype to avoid an error.
11441 Use char because int might match the return type of a GCC
11442 builtin and then its argument prototype would still apply. */
542f9784 11443#ifdef __cplusplus
11444extern "C"
11445#endif
542f9784 11446char dlopen ();
2be99030 11447int
11448main ()
11449{
cd9a469c 11450return dlopen ();
2be99030 11451 ;
11452 return 0;
11453}
11454_ACEOF
cd9a469c 11455if ac_fn_c_try_link "$LINENO"; then :
542f9784 11456 ac_cv_lib_svld_dlopen=yes
2be99030 11457else
cd9a469c 11458 ac_cv_lib_svld_dlopen=no
2be99030 11459fi
cd9a469c 11460rm -f core conftest.err conftest.$ac_objext \
11461 conftest$ac_exeext conftest.$ac_ext
542f9784 11462LIBS=$ac_check_lib_save_LIBS
2be99030 11463fi
cd9a469c 11464{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11465$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
f00f02a3 11466if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
542f9784 11467 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
2be99030 11468else
cd9a469c 11469 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11470$as_echo_n "checking for dld_link in -ldld... " >&6; }
f00f02a3 11471if ${ac_cv_lib_dld_dld_link+:} false; then :
cd9a469c 11472 $as_echo_n "(cached) " >&6
2be99030 11473else
542f9784 11474 ac_check_lib_save_LIBS=$LIBS
11475LIBS="-ldld $LIBS"
cd9a469c 11476cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2be99030 11477/* end confdefs.h. */
2be99030 11478
cd9a469c 11479/* Override any GCC internal prototype to avoid an error.
11480 Use char because int might match the return type of a GCC
11481 builtin and then its argument prototype would still apply. */
542f9784 11482#ifdef __cplusplus
11483extern "C"
11484#endif
542f9784 11485char dld_link ();
2be99030 11486int
11487main ()
11488{
cd9a469c 11489return dld_link ();
542f9784 11490 ;
11491 return 0;
2be99030 11492}
11493_ACEOF
cd9a469c 11494if ac_fn_c_try_link "$LINENO"; then :
542f9784 11495 ac_cv_lib_dld_dld_link=yes
2be99030 11496else
cd9a469c 11497 ac_cv_lib_dld_dld_link=no
2be99030 11498fi
cd9a469c 11499rm -f core conftest.err conftest.$ac_objext \
11500 conftest$ac_exeext conftest.$ac_ext
542f9784 11501LIBS=$ac_check_lib_save_LIBS
2be99030 11502fi
cd9a469c 11503{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11504$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
f00f02a3 11505if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
4bc2b84f 11506 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
2be99030 11507fi
542f9784 11508
11509
2be99030 11510fi
2be99030 11511
2be99030 11512
11513fi
11514
2be99030 11515
542f9784 11516fi
2be99030 11517
11518
542f9784 11519fi
2be99030 11520
11521
542f9784 11522fi
2be99030 11523
542f9784 11524 ;;
11525 esac
2be99030 11526
542f9784 11527 if test "x$lt_cv_dlopen" != xno; then
11528 enable_dlopen=yes
11529 else
11530 enable_dlopen=no
11531 fi
2be99030 11532
542f9784 11533 case $lt_cv_dlopen in
11534 dlopen)
11535 save_CPPFLAGS="$CPPFLAGS"
11536 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
2be99030 11537
542f9784 11538 save_LDFLAGS="$LDFLAGS"
11539 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11540
11541 save_LIBS="$LIBS"
11542 LIBS="$lt_cv_dlopen_libs $LIBS"
11543
cd9a469c 11544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11545$as_echo_n "checking whether a program can dlopen itself... " >&6; }
f00f02a3 11546if ${lt_cv_dlopen_self+:} false; then :
cd9a469c 11547 $as_echo_n "(cached) " >&6
2be99030 11548else
542f9784 11549 if test "$cross_compiling" = yes; then :
11550 lt_cv_dlopen_self=cross
11551else
11552 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11553 lt_status=$lt_dlunknown
11554 cat > conftest.$ac_ext <<_LT_EOF
f00f02a3 11555#line 11555 "configure"
542f9784 11556#include "confdefs.h"
2be99030 11557
542f9784 11558#if HAVE_DLFCN_H
11559#include <dlfcn.h>
11560#endif
11561
11562#include <stdio.h>
11563
11564#ifdef RTLD_GLOBAL
11565# define LT_DLGLOBAL RTLD_GLOBAL
11566#else
11567# ifdef DL_GLOBAL
11568# define LT_DLGLOBAL DL_GLOBAL
11569# else
11570# define LT_DLGLOBAL 0
11571# endif
11572#endif
11573
11574/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11575 find out it does not work in some platform. */
11576#ifndef LT_DLLAZY_OR_NOW
11577# ifdef RTLD_LAZY
11578# define LT_DLLAZY_OR_NOW RTLD_LAZY
11579# else
11580# ifdef DL_LAZY
11581# define LT_DLLAZY_OR_NOW DL_LAZY
11582# else
11583# ifdef RTLD_NOW
11584# define LT_DLLAZY_OR_NOW RTLD_NOW
11585# else
11586# ifdef DL_NOW
11587# define LT_DLLAZY_OR_NOW DL_NOW
11588# else
11589# define LT_DLLAZY_OR_NOW 0
11590# endif
11591# endif
11592# endif
11593# endif
11594#endif
11595
e6408286 11596/* When -fvisbility=hidden is used, assume the code has been annotated
11597 correspondingly for the symbols needed. */
11598#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11599void fnord () __attribute__((visibility("default")));
11600#endif
11601
11602void fnord () { int i=42; }
542f9784 11603int main ()
11604{
11605 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11606 int status = $lt_dlunknown;
11607
11608 if (self)
11609 {
11610 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
e6408286 11611 else
11612 {
11613 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11614 else puts (dlerror ());
11615 }
542f9784 11616 /* dlclose (self); */
11617 }
11618 else
11619 puts (dlerror ());
11620
4bc2b84f 11621 return status;
542f9784 11622}
11623_LT_EOF
cd9a469c 11624 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
542f9784 11625 (eval $ac_link) 2>&5
2be99030 11626 ac_status=$?
cd9a469c 11627 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11628 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
542f9784 11629 (./conftest; exit; ) >&5 2>/dev/null
11630 lt_status=$?
11631 case x$lt_status in
11632 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11633 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11634 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11635 esac
11636 else :
11637 # compilation failed
11638 lt_cv_dlopen_self=no
11639 fi
11640fi
11641rm -fr conftest*
11642
11643
11644fi
cd9a469c 11645{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11646$as_echo "$lt_cv_dlopen_self" >&6; }
542f9784 11647
11648 if test "x$lt_cv_dlopen_self" = xyes; then
11649 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
cd9a469c 11650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11651$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
f00f02a3 11652if ${lt_cv_dlopen_self_static+:} false; then :
cd9a469c 11653 $as_echo_n "(cached) " >&6
542f9784 11654else
11655 if test "$cross_compiling" = yes; then :
11656 lt_cv_dlopen_self_static=cross
11657else
11658 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11659 lt_status=$lt_dlunknown
11660 cat > conftest.$ac_ext <<_LT_EOF
f00f02a3 11661#line 11661 "configure"
542f9784 11662#include "confdefs.h"
11663
11664#if HAVE_DLFCN_H
11665#include <dlfcn.h>
11666#endif
11667
11668#include <stdio.h>
11669
11670#ifdef RTLD_GLOBAL
11671# define LT_DLGLOBAL RTLD_GLOBAL
11672#else
11673# ifdef DL_GLOBAL
11674# define LT_DLGLOBAL DL_GLOBAL
11675# else
11676# define LT_DLGLOBAL 0
11677# endif
11678#endif
11679
11680/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11681 find out it does not work in some platform. */
11682#ifndef LT_DLLAZY_OR_NOW
11683# ifdef RTLD_LAZY
11684# define LT_DLLAZY_OR_NOW RTLD_LAZY
11685# else
11686# ifdef DL_LAZY
11687# define LT_DLLAZY_OR_NOW DL_LAZY
11688# else
11689# ifdef RTLD_NOW
11690# define LT_DLLAZY_OR_NOW RTLD_NOW
11691# else
11692# ifdef DL_NOW
11693# define LT_DLLAZY_OR_NOW DL_NOW
11694# else
11695# define LT_DLLAZY_OR_NOW 0
11696# endif
11697# endif
11698# endif
11699# endif
11700#endif
11701
e6408286 11702/* When -fvisbility=hidden is used, assume the code has been annotated
11703 correspondingly for the symbols needed. */
11704#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11705void fnord () __attribute__((visibility("default")));
11706#endif
11707
11708void fnord () { int i=42; }
542f9784 11709int main ()
11710{
11711 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11712 int status = $lt_dlunknown;
11713
11714 if (self)
11715 {
11716 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
e6408286 11717 else
11718 {
11719 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11720 else puts (dlerror ());
11721 }
542f9784 11722 /* dlclose (self); */
11723 }
11724 else
11725 puts (dlerror ());
11726
4bc2b84f 11727 return status;
542f9784 11728}
11729_LT_EOF
cd9a469c 11730 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
542f9784 11731 (eval $ac_link) 2>&5
2be99030 11732 ac_status=$?
cd9a469c 11733 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11734 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
542f9784 11735 (./conftest; exit; ) >&5 2>/dev/null
11736 lt_status=$?
11737 case x$lt_status in
11738 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11739 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11740 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11741 esac
11742 else :
11743 # compilation failed
11744 lt_cv_dlopen_self_static=no
11745 fi
11746fi
11747rm -fr conftest*
11748
11749
11750fi
cd9a469c 11751{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11752$as_echo "$lt_cv_dlopen_self_static" >&6; }
542f9784 11753 fi
11754
11755 CPPFLAGS="$save_CPPFLAGS"
11756 LDFLAGS="$save_LDFLAGS"
11757 LIBS="$save_LIBS"
11758 ;;
11759 esac
11760
11761 case $lt_cv_dlopen_self in
11762 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11763 *) enable_dlopen_self=unknown ;;
11764 esac
11765
11766 case $lt_cv_dlopen_self_static in
11767 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11768 *) enable_dlopen_self_static=unknown ;;
11769 esac
11770fi
11771
11772
11773
11774
11775
11776
11777
11778
11779
11780
11781
11782
11783
11784
11785
11786
11787
11788striplib=
11789old_striplib=
cd9a469c 11790{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11791$as_echo_n "checking whether stripping libraries is possible... " >&6; }
542f9784 11792if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11793 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11794 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
cd9a469c 11795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11796$as_echo "yes" >&6; }
542f9784 11797else
11798# FIXME - insert some real tests, host_os isn't really good enough
11799 case $host_os in
11800 darwin*)
11801 if test -n "$STRIP" ; then
11802 striplib="$STRIP -x"
11803 old_striplib="$STRIP -S"
cd9a469c 11804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11805$as_echo "yes" >&6; }
542f9784 11806 else
cd9a469c 11807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11808$as_echo "no" >&6; }
542f9784 11809 fi
11810 ;;
11811 *)
cd9a469c 11812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11813$as_echo "no" >&6; }
542f9784 11814 ;;
11815 esac
11816fi
11817
11818
11819
11820
11821
11822
11823
11824
11825
11826
11827
11828
11829 # Report which library types will actually be built
cd9a469c 11830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11831$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11833$as_echo "$can_build_shared" >&6; }
542f9784 11834
cd9a469c 11835 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11836$as_echo_n "checking whether to build shared libraries... " >&6; }
542f9784 11837 test "$can_build_shared" = "no" && enable_shared=no
11838
11839 # On AIX, shared libraries and static libraries use the same namespace, and
11840 # are all built from PIC.
11841 case $host_os in
11842 aix3*)
11843 test "$enable_shared" = yes && enable_static=no
11844 if test -n "$RANLIB"; then
11845 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11846 postinstall_cmds='$RANLIB $lib'
11847 fi
11848 ;;
11849
ff3fb914 11850 aix[4-9]*)
542f9784 11851 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11852 test "$enable_shared" = yes && enable_static=no
11853 fi
11854 ;;
11855 esac
cd9a469c 11856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11857$as_echo "$enable_shared" >&6; }
542f9784 11858
cd9a469c 11859 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11860$as_echo_n "checking whether to build static libraries... " >&6; }
542f9784 11861 # Make sure either enable_shared or enable_static is yes.
11862 test "$enable_shared" = yes || enable_static=yes
cd9a469c 11863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11864$as_echo "$enable_static" >&6; }
542f9784 11865
11866
11867
11868
11869fi
11870ac_ext=c
11871ac_cpp='$CPP $CPPFLAGS'
11872ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11873ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11874ac_compiler_gnu=$ac_cv_c_compiler_gnu
11875
11876CC="$lt_save_CC"
11877
89d8a412 11878 if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
11879 ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
11880 (test "X$CXX" != "Xg++"))) ; then
11881 ac_ext=cpp
11882ac_cpp='$CXXCPP $CPPFLAGS'
11883ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11884ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11885ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
11886{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
11887$as_echo_n "checking how to run the C++ preprocessor... " >&6; }
11888if test -z "$CXXCPP"; then
f00f02a3 11889 if ${ac_cv_prog_CXXCPP+:} false; then :
89d8a412 11890 $as_echo_n "(cached) " >&6
11891else
11892 # Double quotes because CXXCPP needs to be expanded
11893 for CXXCPP in "$CXX -E" "/lib/cpp"
11894 do
11895 ac_preproc_ok=false
11896for ac_cxx_preproc_warn_flag in '' yes
11897do
11898 # Use a header file that comes with gcc, so configuring glibc
11899 # with a fresh cross-compiler works.
11900 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11901 # <limits.h> exists even on freestanding compilers.
11902 # On the NeXT, cc -E runs the code through the compiler's parser,
11903 # not just through cpp. "Syntax error" is here to catch this case.
11904 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11905/* end confdefs.h. */
11906#ifdef __STDC__
11907# include <limits.h>
11908#else
11909# include <assert.h>
11910#endif
11911 Syntax error
11912_ACEOF
11913if ac_fn_cxx_try_cpp "$LINENO"; then :
11914
11915else
11916 # Broken: fails on valid input.
11917continue
11918fi
f00f02a3 11919rm -f conftest.err conftest.i conftest.$ac_ext
89d8a412 11920
11921 # OK, works on sane cases. Now check whether nonexistent headers
11922 # can be detected and how.
11923 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11924/* end confdefs.h. */
11925#include <ac_nonexistent.h>
11926_ACEOF
11927if ac_fn_cxx_try_cpp "$LINENO"; then :
11928 # Broken: success on invalid input.
11929continue
11930else
11931 # Passes both tests.
11932ac_preproc_ok=:
11933break
11934fi
f00f02a3 11935rm -f conftest.err conftest.i conftest.$ac_ext
89d8a412 11936
11937done
11938# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
f00f02a3 11939rm -f conftest.i conftest.err conftest.$ac_ext
89d8a412 11940if $ac_preproc_ok; then :
11941 break
11942fi
11943
11944 done
11945 ac_cv_prog_CXXCPP=$CXXCPP
11946
11947fi
11948 CXXCPP=$ac_cv_prog_CXXCPP
11949else
11950 ac_cv_prog_CXXCPP=$CXXCPP
11951fi
11952{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5
11953$as_echo "$CXXCPP" >&6; }
11954ac_preproc_ok=false
11955for ac_cxx_preproc_warn_flag in '' yes
11956do
11957 # Use a header file that comes with gcc, so configuring glibc
11958 # with a fresh cross-compiler works.
11959 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11960 # <limits.h> exists even on freestanding compilers.
11961 # On the NeXT, cc -E runs the code through the compiler's parser,
11962 # not just through cpp. "Syntax error" is here to catch this case.
11963 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11964/* end confdefs.h. */
11965#ifdef __STDC__
11966# include <limits.h>
11967#else
11968# include <assert.h>
11969#endif
11970 Syntax error
11971_ACEOF
11972if ac_fn_cxx_try_cpp "$LINENO"; then :
11973
11974else
11975 # Broken: fails on valid input.
11976continue
11977fi
f00f02a3 11978rm -f conftest.err conftest.i conftest.$ac_ext
89d8a412 11979
11980 # OK, works on sane cases. Now check whether nonexistent headers
11981 # can be detected and how.
11982 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11983/* end confdefs.h. */
11984#include <ac_nonexistent.h>
11985_ACEOF
11986if ac_fn_cxx_try_cpp "$LINENO"; then :
11987 # Broken: success on invalid input.
11988continue
11989else
11990 # Passes both tests.
11991ac_preproc_ok=:
11992break
11993fi
f00f02a3 11994rm -f conftest.err conftest.i conftest.$ac_ext
89d8a412 11995
11996done
11997# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
f00f02a3 11998rm -f conftest.i conftest.err conftest.$ac_ext
89d8a412 11999if $ac_preproc_ok; then :
12000
12001else
12002 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12003$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
f00f02a3 12004as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check
12005See \`config.log' for more details" "$LINENO" 5; }
89d8a412 12006fi
12007
12008ac_ext=c
12009ac_cpp='$CPP $CPPFLAGS'
12010ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12011ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12012ac_compiler_gnu=$ac_cv_c_compiler_gnu
12013
12014else
12015 _lt_caught_CXX_error=yes
12016fi
12017
12018ac_ext=cpp
12019ac_cpp='$CXXCPP $CPPFLAGS'
12020ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12021ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12022ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12023
12024archive_cmds_need_lc_CXX=no
12025allow_undefined_flag_CXX=
12026always_export_symbols_CXX=no
12027archive_expsym_cmds_CXX=
12028compiler_needs_object_CXX=no
12029export_dynamic_flag_spec_CXX=
12030hardcode_direct_CXX=no
12031hardcode_direct_absolute_CXX=no
12032hardcode_libdir_flag_spec_CXX=
12033hardcode_libdir_flag_spec_ld_CXX=
12034hardcode_libdir_separator_CXX=
12035hardcode_minus_L_CXX=no
12036hardcode_shlibpath_var_CXX=unsupported
12037hardcode_automatic_CXX=no
12038inherit_rpath_CXX=no
12039module_cmds_CXX=
12040module_expsym_cmds_CXX=
12041link_all_deplibs_CXX=unknown
12042old_archive_cmds_CXX=$old_archive_cmds
12043reload_flag_CXX=$reload_flag
12044reload_cmds_CXX=$reload_cmds
12045no_undefined_flag_CXX=
12046whole_archive_flag_spec_CXX=
12047enable_shared_with_static_runtimes_CXX=no
12048
12049# Source file extension for C++ test sources.
12050ac_ext=cpp
12051
12052# Object file extension for compiled C++ test sources.
12053objext=o
12054objext_CXX=$objext
12055
12056# No sense in running all these tests if we already determined that
12057# the CXX compiler isn't working. Some variables (like enable_shared)
12058# are currently assumed to apply to all compilers on this platform,
12059# and will be corrupted by setting them based on a non-working compiler.
12060if test "$_lt_caught_CXX_error" != yes; then
12061 # Code to be used in simple compile tests
12062 lt_simple_compile_test_code="int some_variable = 0;"
12063
12064 # Code to be used in simple link tests
12065 lt_simple_link_test_code='int main(int, char *[]) { return(0); }'
12066
12067 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
12068
12069
12070
12071
12072
12073
12074# If no C compiler was specified, use CC.
12075LTCC=${LTCC-"$CC"}
12076
12077# If no C compiler flags were specified, use CFLAGS.
12078LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
12079
12080# Allow CC to be a program name with arguments.
12081compiler=$CC
12082
12083
12084 # save warnings/boilerplate of simple test code
12085 ac_outfile=conftest.$ac_objext
12086echo "$lt_simple_compile_test_code" >conftest.$ac_ext
12087eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
12088_lt_compiler_boilerplate=`cat conftest.err`
12089$RM conftest*
12090
12091 ac_outfile=conftest.$ac_objext
12092echo "$lt_simple_link_test_code" >conftest.$ac_ext
12093eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
12094_lt_linker_boilerplate=`cat conftest.err`
12095$RM -r conftest*
12096
12097
12098 # Allow CC to be a program name with arguments.
12099 lt_save_CC=$CC
12100 lt_save_LD=$LD
12101 lt_save_GCC=$GCC
12102 GCC=$GXX
12103 lt_save_with_gnu_ld=$with_gnu_ld
12104 lt_save_path_LD=$lt_cv_path_LD
12105 if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
12106 lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
12107 else
12108 $as_unset lt_cv_prog_gnu_ld
12109 fi
12110 if test -n "${lt_cv_path_LDCXX+set}"; then
12111 lt_cv_path_LD=$lt_cv_path_LDCXX
12112 else
12113 $as_unset lt_cv_path_LD
12114 fi
12115 test -z "${LDCXX+set}" || LD=$LDCXX
12116 CC=${CXX-"c++"}
12117 compiler=$CC
12118 compiler_CXX=$CC
12119 for cc_temp in $compiler""; do
12120 case $cc_temp in
12121 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
12122 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
12123 \-*) ;;
12124 *) break;;
12125 esac
12126done
12127cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
12128
12129
12130 if test -n "$compiler"; then
12131 # We don't want -fno-exception when compiling C++ code, so set the
12132 # no_builtin_flag separately
12133 if test "$GXX" = yes; then
12134 lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin'
12135 else
12136 lt_prog_compiler_no_builtin_flag_CXX=
12137 fi
12138
12139 if test "$GXX" = yes; then
12140 # Set up default GNU C++ configuration
12141
12142
12143
12144# Check whether --with-gnu-ld was given.
12145if test "${with_gnu_ld+set}" = set; then :
12146 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
12147else
12148 with_gnu_ld=no
12149fi
12150
12151ac_prog=ld
12152if test "$GCC" = yes; then
12153 # Check if gcc -print-prog-name=ld gives a path.
12154 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
12155$as_echo_n "checking for ld used by $CC... " >&6; }
12156 case $host in
12157 *-*-mingw*)
12158 # gcc leaves a trailing carriage return which upsets mingw
12159 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
12160 *)
12161 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
12162 esac
12163 case $ac_prog in
12164 # Accept absolute paths.
12165 [\\/]* | ?:[\\/]*)
12166 re_direlt='/[^/][^/]*/\.\./'
12167 # Canonicalize the pathname of ld
12168 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
12169 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
12170 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
12171 done
12172 test -z "$LD" && LD="$ac_prog"
12173 ;;
12174 "")
12175 # If it fails, then pretend we aren't using GCC.
12176 ac_prog=ld
12177 ;;
12178 *)
12179 # If it is relative, then search for the first ld in PATH.
12180 with_gnu_ld=unknown
12181 ;;
12182 esac
12183elif test "$with_gnu_ld" = yes; then
12184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
12185$as_echo_n "checking for GNU ld... " >&6; }
12186else
12187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
12188$as_echo_n "checking for non-GNU ld... " >&6; }
12189fi
f00f02a3 12190if ${lt_cv_path_LD+:} false; then :
89d8a412 12191 $as_echo_n "(cached) " >&6
12192else
12193 if test -z "$LD"; then
12194 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
12195 for ac_dir in $PATH; do
12196 IFS="$lt_save_ifs"
12197 test -z "$ac_dir" && ac_dir=.
12198 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
12199 lt_cv_path_LD="$ac_dir/$ac_prog"
12200 # Check to see if the program is GNU ld. I'd rather use --version,
12201 # but apparently some variants of GNU ld only accept -v.
12202 # Break only if it was the GNU/non-GNU ld that we prefer.
12203 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
12204 *GNU* | *'with BFD'*)
12205 test "$with_gnu_ld" != no && break
12206 ;;
12207 *)
12208 test "$with_gnu_ld" != yes && break
12209 ;;
12210 esac
12211 fi
12212 done
12213 IFS="$lt_save_ifs"
12214else
12215 lt_cv_path_LD="$LD" # Let the user override the test with a path.
12216fi
12217fi
12218
12219LD="$lt_cv_path_LD"
12220if test -n "$LD"; then
12221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
12222$as_echo "$LD" >&6; }
12223else
12224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12225$as_echo "no" >&6; }
12226fi
f00f02a3 12227test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
89d8a412 12228{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
12229$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
f00f02a3 12230if ${lt_cv_prog_gnu_ld+:} false; then :
89d8a412 12231 $as_echo_n "(cached) " >&6
12232else
12233 # I'd rather use --version here, but apparently some GNU lds only accept -v.
12234case `$LD -v 2>&1 </dev/null` in
12235*GNU* | *'with BFD'*)
12236 lt_cv_prog_gnu_ld=yes
12237 ;;
12238*)
12239 lt_cv_prog_gnu_ld=no
12240 ;;
12241esac
12242fi
12243{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
12244$as_echo "$lt_cv_prog_gnu_ld" >&6; }
12245with_gnu_ld=$lt_cv_prog_gnu_ld
12246
12247
12248
12249
12250
12251
12252
12253 # Check if GNU C++ uses GNU ld as the underlying linker, since the
12254 # archiving commands below assume that GNU ld is being used.
12255 if test "$with_gnu_ld" = yes; then
12256 archive_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
12257 archive_expsym_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
12258
12259 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
12260 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
12261
12262 # If archive_cmds runs LD, not CC, wlarc should be empty
12263 # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
12264 # investigate it a little bit more. (MM)
12265 wlarc='${wl}'
12266
12267 # ancient GNU ld didn't support --whole-archive et. al.
12268 if eval "`$CC -print-prog-name=ld` --help 2>&1" |
12269 $GREP 'no-whole-archive' > /dev/null; then
12270 whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
12271 else
12272 whole_archive_flag_spec_CXX=
12273 fi
12274 else
12275 with_gnu_ld=no
12276 wlarc=
12277
12278 # A generic and very simple default shared library creation
12279 # command for GNU C++ for the case where it uses the native
12280 # linker, instead of GNU ld. If possible, this setting should
12281 # overridden to take advantage of the native linker features on
12282 # the platform it is being used on.
12283 archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
12284 fi
12285
12286 # Commands to make compiler produce verbose output that lists
12287 # what "hidden" libraries, object files and flags are used when
12288 # linking a shared library.
12289 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
12290
12291 else
12292 GXX=no
12293 with_gnu_ld=no
12294 wlarc=
12295 fi
12296
12297 # PORTME: fill in a description of your system's C++ link characteristics
12298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
12299$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
12300 ld_shlibs_CXX=yes
12301 case $host_os in
12302 aix3*)
12303 # FIXME: insert proper C++ library support
12304 ld_shlibs_CXX=no
12305 ;;
12306 aix[4-9]*)
12307 if test "$host_cpu" = ia64; then
12308 # On IA64, the linker does run time linking by default, so we don't
12309 # have to do anything special.
12310 aix_use_runtimelinking=no
12311 exp_sym_flag='-Bexport'
12312 no_entry_flag=""
12313 else
12314 aix_use_runtimelinking=no
12315
12316 # Test if we are trying to use run time linking or normal
12317 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
12318 # need to do runtime linking.
12319 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
12320 for ld_flag in $LDFLAGS; do
12321 case $ld_flag in
12322 *-brtl*)
12323 aix_use_runtimelinking=yes
12324 break
12325 ;;
12326 esac
12327 done
12328 ;;
12329 esac
12330
12331 exp_sym_flag='-bexport'
12332 no_entry_flag='-bnoentry'
12333 fi
12334
12335 # When large executables or shared objects are built, AIX ld can
12336 # have problems creating the table of contents. If linking a library
12337 # or program results in "error TOC overflow" add -mminimal-toc to
12338 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
12339 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
12340
12341 archive_cmds_CXX=''
12342 hardcode_direct_CXX=yes
12343 hardcode_direct_absolute_CXX=yes
12344 hardcode_libdir_separator_CXX=':'
12345 link_all_deplibs_CXX=yes
12346 file_list_spec_CXX='${wl}-f,'
12347
12348 if test "$GXX" = yes; then
12349 case $host_os in aix4.[012]|aix4.[012].*)
12350 # We only want to do this on AIX 4.2 and lower, the check
12351 # below for broken collect2 doesn't work under 4.3+
12352 collect2name=`${CC} -print-prog-name=collect2`
12353 if test -f "$collect2name" &&
12354 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
12355 then
12356 # We have reworked collect2
12357 :
12358 else
12359 # We have old collect2
12360 hardcode_direct_CXX=unsupported
12361 # It fails to find uninstalled libraries when the uninstalled
12362 # path is not listed in the libpath. Setting hardcode_minus_L
12363 # to unsupported forces relinking
12364 hardcode_minus_L_CXX=yes
12365 hardcode_libdir_flag_spec_CXX='-L$libdir'
12366 hardcode_libdir_separator_CXX=
12367 fi
12368 esac
12369 shared_flag='-shared'
12370 if test "$aix_use_runtimelinking" = yes; then
12371 shared_flag="$shared_flag "'${wl}-G'
12372 fi
12373 else
12374 # not using gcc
12375 if test "$host_cpu" = ia64; then
12376 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
12377 # chokes on -Wl,-G. The following line is correct:
12378 shared_flag='-G'
12379 else
12380 if test "$aix_use_runtimelinking" = yes; then
12381 shared_flag='${wl}-G'
12382 else
12383 shared_flag='${wl}-bM:SRE'
12384 fi
12385 fi
12386 fi
12387
12388 export_dynamic_flag_spec_CXX='${wl}-bexpall'
12389 # It seems that -bexpall does not export symbols beginning with
12390 # underscore (_), so it is better to generate a list of symbols to
12391 # export.
12392 always_export_symbols_CXX=yes
12393 if test "$aix_use_runtimelinking" = yes; then
12394 # Warning - without using the other runtime loading flags (-brtl),
12395 # -berok will link without error, but may produce a broken library.
12396 allow_undefined_flag_CXX='-berok'
12397 # Determine the default libpath from the value encoded in an empty
12398 # executable.
12399 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12400/* end confdefs.h. */
12401
12402int
12403main ()
12404{
12405
12406 ;
12407 return 0;
12408}
12409_ACEOF
12410if ac_fn_cxx_try_link "$LINENO"; then :
12411
12412lt_aix_libpath_sed='
12413 /Import File Strings/,/^$/ {
12414 /^0/ {
12415 s/^0 *\(.*\)$/\1/
12416 p
12417 }
12418 }'
12419aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
12420# Check for a 64-bit object if we didn't find anything.
12421if test -z "$aix_libpath"; then
12422 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
12423fi
12424fi
12425rm -f core conftest.err conftest.$ac_objext \
12426 conftest$ac_exeext conftest.$ac_ext
12427if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
12428
12429 hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
12430
12431 archive_expsym_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
12432 else
12433 if test "$host_cpu" = ia64; then
12434 hardcode_libdir_flag_spec_CXX='${wl}-R $libdir:/usr/lib:/lib'
12435 allow_undefined_flag_CXX="-z nodefs"
12436 archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
12437 else
12438 # Determine the default libpath from the value encoded in an
12439 # empty executable.
12440 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12441/* end confdefs.h. */
12442
12443int
12444main ()
12445{
12446
12447 ;
12448 return 0;
12449}
12450_ACEOF
12451if ac_fn_cxx_try_link "$LINENO"; then :
12452
12453lt_aix_libpath_sed='
12454 /Import File Strings/,/^$/ {
12455 /^0/ {
12456 s/^0 *\(.*\)$/\1/
12457 p
12458 }
12459 }'
12460aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
12461# Check for a 64-bit object if we didn't find anything.
12462if test -z "$aix_libpath"; then
12463 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
12464fi
12465fi
12466rm -f core conftest.err conftest.$ac_objext \
12467 conftest$ac_exeext conftest.$ac_ext
12468if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
12469
12470 hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
12471 # Warning - without using the other run time loading flags,
12472 # -berok will link without error, but may produce a broken library.
12473 no_undefined_flag_CXX=' ${wl}-bernotok'
12474 allow_undefined_flag_CXX=' ${wl}-berok'
12475 if test "$with_gnu_ld" = yes; then
12476 # We only use this code for GNU lds that support --whole-archive.
12477 whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
12478 else
12479 # Exported symbols can be pulled into shared objects from archives
12480 whole_archive_flag_spec_CXX='$convenience'
12481 fi
12482 archive_cmds_need_lc_CXX=yes
12483 # This is similar to how AIX traditionally builds its shared
12484 # libraries.
12485 archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
12486 fi
12487 fi
12488 ;;
12489
12490 beos*)
12491 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
12492 allow_undefined_flag_CXX=unsupported
12493 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
12494 # support --undefined. This deserves some investigation. FIXME
12495 archive_cmds_CXX='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12496 else
12497 ld_shlibs_CXX=no
12498 fi
12499 ;;
12500
12501 chorus*)
12502 case $cc_basename in
12503 *)
12504 # FIXME: insert proper C++ library support
12505 ld_shlibs_CXX=no
12506 ;;
12507 esac
12508 ;;
12509
12510 cygwin* | mingw* | pw32* | cegcc*)
12511 # _LT_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless,
12512 # as there is no search path for DLLs.
12513 hardcode_libdir_flag_spec_CXX='-L$libdir'
12514 export_dynamic_flag_spec_CXX='${wl}--export-all-symbols'
12515 allow_undefined_flag_CXX=unsupported
12516 always_export_symbols_CXX=no
12517 enable_shared_with_static_runtimes_CXX=yes
12518
12519 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
12520 archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
12521 # If the export-symbols file already is a .def file (1st line
12522 # is EXPORTS), use it as is; otherwise, prepend...
12523 archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
12524 cp $export_symbols $output_objdir/$soname.def;
12525 else
12526 echo EXPORTS > $output_objdir/$soname.def;
12527 cat $export_symbols >> $output_objdir/$soname.def;
12528 fi~
12529 $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
12530 else
12531 ld_shlibs_CXX=no
12532 fi
12533 ;;
12534 darwin* | rhapsody*)
12535
12536
12537 archive_cmds_need_lc_CXX=no
12538 hardcode_direct_CXX=no
12539 hardcode_automatic_CXX=yes
12540 hardcode_shlibpath_var_CXX=unsupported
12541 if test "$lt_cv_ld_force_load" = "yes"; then
12542 whole_archive_flag_spec_CXX='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
12543 else
12544 whole_archive_flag_spec_CXX=''
12545 fi
12546 link_all_deplibs_CXX=yes
12547 allow_undefined_flag_CXX="$_lt_dar_allow_undefined"
12548 case $cc_basename in
12549 ifort*) _lt_dar_can_shared=yes ;;
12550 *) _lt_dar_can_shared=$GCC ;;
12551 esac
12552 if test "$_lt_dar_can_shared" = "yes"; then
12553 output_verbose_link_cmd=func_echo_all
12554 archive_cmds_CXX="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
12555 module_cmds_CXX="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
12556 archive_expsym_cmds_CXX="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
12557 module_expsym_cmds_CXX="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
12558 if test "$lt_cv_apple_cc_single_mod" != "yes"; then
12559 archive_cmds_CXX="\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dsymutil}"
12560 archive_expsym_cmds_CXX="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dar_export_syms}${_lt_dsymutil}"
12561 fi
12562
12563 else
12564 ld_shlibs_CXX=no
12565 fi
12566
12567 ;;
12568
12569 dgux*)
12570 case $cc_basename in
12571 ec++*)
12572 # FIXME: insert proper C++ library support
12573 ld_shlibs_CXX=no
12574 ;;
12575 ghcx*)
12576 # Green Hills C++ Compiler
12577 # FIXME: insert proper C++ library support
12578 ld_shlibs_CXX=no
12579 ;;
12580 *)
12581 # FIXME: insert proper C++ library support
12582 ld_shlibs_CXX=no
12583 ;;
12584 esac
12585 ;;
12586
12587 freebsd2.*)
12588 # C++ shared libraries reported to be fairly broken before
12589 # switch to ELF
12590 ld_shlibs_CXX=no
12591 ;;
12592
12593 freebsd-elf*)
12594 archive_cmds_need_lc_CXX=no
12595 ;;
12596
12597 freebsd* | dragonfly*)
12598 # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
12599 # conventions
12600 ld_shlibs_CXX=yes
12601 ;;
12602
12603 gnu*)
12604 ;;
12605
12606 haiku*)
12607 archive_cmds_CXX='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12608 link_all_deplibs_CXX=yes
12609 ;;
12610
12611 hpux9*)
12612 hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
12613 hardcode_libdir_separator_CXX=:
12614 export_dynamic_flag_spec_CXX='${wl}-E'
12615 hardcode_direct_CXX=yes
12616 hardcode_minus_L_CXX=yes # Not in the search PATH,
12617 # but as the default
12618 # location of the library.
12619
12620 case $cc_basename in
12621 CC*)
12622 # FIXME: insert proper C++ library support
12623 ld_shlibs_CXX=no
12624 ;;
12625 aCC*)
12626 archive_cmds_CXX='$RM $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
12627 # Commands to make compiler produce verbose output that lists
12628 # what "hidden" libraries, object files and flags are used when
12629 # linking a shared library.
12630 #
12631 # There doesn't appear to be a way to prevent this compiler from
12632 # explicitly linking system object files so we need to strip them
12633 # from the output so that they don't get included in the library
12634 # dependencies.
12635 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
12636 ;;
12637 *)
12638 if test "$GXX" = yes; then
12639 archive_cmds_CXX='$RM $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
12640 else
12641 # FIXME: insert proper C++ library support
12642 ld_shlibs_CXX=no
12643 fi
12644 ;;
12645 esac
12646 ;;
12647
12648 hpux10*|hpux11*)
12649 if test $with_gnu_ld = no; then
12650 hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
12651 hardcode_libdir_separator_CXX=:
12652
12653 case $host_cpu in
12654 hppa*64*|ia64*)
12655 ;;
12656 *)
12657 export_dynamic_flag_spec_CXX='${wl}-E'
12658 ;;
12659 esac
12660 fi
12661 case $host_cpu in
12662 hppa*64*|ia64*)
12663 hardcode_direct_CXX=no
12664 hardcode_shlibpath_var_CXX=no
12665 ;;
12666 *)
12667 hardcode_direct_CXX=yes
12668 hardcode_direct_absolute_CXX=yes
12669 hardcode_minus_L_CXX=yes # Not in the search PATH,
12670 # but as the default
12671 # location of the library.
12672 ;;
12673 esac
12674
12675 case $cc_basename in
12676 CC*)
12677 # FIXME: insert proper C++ library support
12678 ld_shlibs_CXX=no
12679 ;;
12680 aCC*)
12681 case $host_cpu in
12682 hppa*64*)
12683 archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12684 ;;
12685 ia64*)
12686 archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12687 ;;
12688 *)
12689 archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12690 ;;
12691 esac
12692 # Commands to make compiler produce verbose output that lists
12693 # what "hidden" libraries, object files and flags are used when
12694 # linking a shared library.
12695 #
12696 # There doesn't appear to be a way to prevent this compiler from
12697 # explicitly linking system object files so we need to strip them
12698 # from the output so that they don't get included in the library
12699 # dependencies.
12700 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
12701 ;;
12702 *)
12703 if test "$GXX" = yes; then
12704 if test $with_gnu_ld = no; then
12705 case $host_cpu in
12706 hppa*64*)
12707 archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12708 ;;
12709 ia64*)
12710 archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12711 ;;
12712 *)
12713 archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12714 ;;
12715 esac
12716 fi
12717 else
12718 # FIXME: insert proper C++ library support
12719 ld_shlibs_CXX=no
12720 fi
12721 ;;
12722 esac
12723 ;;
12724
12725 interix[3-9]*)
12726 hardcode_direct_CXX=no
12727 hardcode_shlibpath_var_CXX=no
12728 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
12729 export_dynamic_flag_spec_CXX='${wl}-E'
12730 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
12731 # Instead, shared libraries are loaded at an image base (0x10000000 by
12732 # default) and relocated if they conflict, which is a slow very memory
12733 # consuming and fragmenting process. To avoid this, we pick a random,
12734 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
12735 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
12736 archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
12737 archive_expsym_cmds_CXX='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'
12738 ;;
12739 irix5* | irix6*)
12740 case $cc_basename in
12741 CC*)
12742 # SGI C++
12743 archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
12744
12745 # Archives containing C++ object files must be created using
12746 # "CC -ar", where "CC" is the IRIX C++ compiler. This is
12747 # necessary to make sure instantiated templates are included
12748 # in the archive.
12749 old_archive_cmds_CXX='$CC -ar -WR,-u -o $oldlib $oldobjs'
12750 ;;
12751 *)
12752 if test "$GXX" = yes; then
12753 if test "$with_gnu_ld" = no; then
12754 archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
12755 else
12756 archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib'
12757 fi
12758 fi
12759 link_all_deplibs_CXX=yes
12760 ;;
12761 esac
12762 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
12763 hardcode_libdir_separator_CXX=:
12764 inherit_rpath_CXX=yes
12765 ;;
12766
12767 linux* | k*bsd*-gnu | kopensolaris*-gnu)
12768 case $cc_basename in
12769 KCC*)
12770 # Kuck and Associates, Inc. (KAI) C++ Compiler
12771
12772 # KCC will only create a shared library if the output file
12773 # ends with ".so" (or ".sl" for HP-UX), so rename the library
12774 # to its proper name (with version) after linking.
12775 archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
12776 archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
12777 # Commands to make compiler produce verbose output that lists
12778 # what "hidden" libraries, object files and flags are used when
12779 # linking a shared library.
12780 #
12781 # There doesn't appear to be a way to prevent this compiler from
12782 # explicitly linking system object files so we need to strip them
12783 # from the output so that they don't get included in the library
12784 # dependencies.
12785 output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
12786
12787 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
12788 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
12789
12790 # Archives containing C++ object files must be created using
12791 # "CC -Bstatic", where "CC" is the KAI C++ compiler.
12792 old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs'
12793 ;;
12794 icpc* | ecpc* )
12795 # Intel C++
12796 with_gnu_ld=yes
12797 # version 8.0 and above of icpc choke on multiply defined symbols
12798 # if we add $predep_objects and $postdep_objects, however 7.1 and
12799 # earlier do not add the objects themselves.
12800 case `$CC -V 2>&1` in
12801 *"Version 7."*)
12802 archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
12803 archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
12804 ;;
12805 *) # Version 8.0 or newer
12806 tmp_idyn=
12807 case $host_cpu in
12808 ia64*) tmp_idyn=' -i_dynamic';;
12809 esac
12810 archive_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12811 archive_expsym_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
12812 ;;
12813 esac
12814 archive_cmds_need_lc_CXX=no
12815 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
12816 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
12817 whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
12818 ;;
12819 pgCC* | pgcpp*)
12820 # Portland Group C++ compiler
12821 case `$CC -V` in
12822 *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
12823 prelink_cmds_CXX='tpldir=Template.dir~
12824 rm -rf $tpldir~
12825 $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
f00f02a3 12826 compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
89d8a412 12827 old_archive_cmds_CXX='tpldir=Template.dir~
12828 rm -rf $tpldir~
12829 $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
f00f02a3 12830 $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
89d8a412 12831 $RANLIB $oldlib'
12832 archive_cmds_CXX='tpldir=Template.dir~
12833 rm -rf $tpldir~
12834 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
f00f02a3 12835 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
89d8a412 12836 archive_expsym_cmds_CXX='tpldir=Template.dir~
12837 rm -rf $tpldir~
12838 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
f00f02a3 12839 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
89d8a412 12840 ;;
12841 *) # Version 6 and above use weak symbols
12842 archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
12843 archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
12844 ;;
12845 esac
12846
12847 hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir'
12848 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
12849 whole_archive_flag_spec_CXX='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
12850 ;;
12851 cxx*)
12852 # Compaq C++
12853 archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
12854 archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
12855
12856 runpath_var=LD_RUN_PATH
12857 hardcode_libdir_flag_spec_CXX='-rpath $libdir'
12858 hardcode_libdir_separator_CXX=:
12859
12860 # Commands to make compiler produce verbose output that lists
12861 # what "hidden" libraries, object files and flags are used when
12862 # linking a shared library.
12863 #
12864 # There doesn't appear to be a way to prevent this compiler from
12865 # explicitly linking system object files so we need to strip them
12866 # from the output so that they don't get included in the library
12867 # dependencies.
12868 output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
12869 ;;
12870 xl* | mpixl* | bgxl*)
12871 # IBM XL 8.0 on PPC, with GNU ld
12872 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
12873 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
12874 archive_cmds_CXX='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12875 if test "x$supports_anon_versioning" = xyes; then
12876 archive_expsym_cmds_CXX='echo "{ global:" > $output_objdir/$libname.ver~
12877 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
12878 echo "local: *; };" >> $output_objdir/$libname.ver~
12879 $CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
12880 fi
12881 ;;
12882 *)
12883 case `$CC -V 2>&1 | sed 5q` in
12884 *Sun\ C*)
12885 # Sun C++ 5.9
12886 no_undefined_flag_CXX=' -zdefs'
12887 archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12888 archive_expsym_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols'
12889 hardcode_libdir_flag_spec_CXX='-R$libdir'
12890 whole_archive_flag_spec_CXX='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
12891 compiler_needs_object_CXX=yes
12892
12893 # Not sure whether something based on
12894 # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
12895 # would be better.
12896 output_verbose_link_cmd='func_echo_all'
12897
12898 # Archives containing C++ object files must be created using
12899 # "CC -xar", where "CC" is the Sun C++ compiler. This is
12900 # necessary to make sure instantiated templates are included
12901 # in the archive.
12902 old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
12903 ;;
12904 esac
12905 ;;
12906 esac
12907 ;;
12908
12909 lynxos*)
12910 # FIXME: insert proper C++ library support
12911 ld_shlibs_CXX=no
12912 ;;
12913
12914 m88k*)
12915 # FIXME: insert proper C++ library support
12916 ld_shlibs_CXX=no
12917 ;;
12918
12919 mvs*)
12920 case $cc_basename in
12921 cxx*)
12922 # FIXME: insert proper C++ library support
12923 ld_shlibs_CXX=no
12924 ;;
12925 *)
12926 # FIXME: insert proper C++ library support
12927 ld_shlibs_CXX=no
12928 ;;
12929 esac
12930 ;;
12931
12932 netbsd*)
12933 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
12934 archive_cmds_CXX='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
12935 wlarc=
12936 hardcode_libdir_flag_spec_CXX='-R$libdir'
12937 hardcode_direct_CXX=yes
12938 hardcode_shlibpath_var_CXX=no
12939 fi
12940 # Workaround some broken pre-1.5 toolchains
12941 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
12942 ;;
12943
12944 *nto* | *qnx*)
12945 ld_shlibs_CXX=yes
12946 ;;
12947
12948 openbsd2*)
12949 # C++ shared libraries are fairly broken
12950 ld_shlibs_CXX=no
12951 ;;
12952
12953 openbsd*)
12954 if test -f /usr/libexec/ld.so; then
12955 hardcode_direct_CXX=yes
12956 hardcode_shlibpath_var_CXX=no
12957 hardcode_direct_absolute_CXX=yes
12958 archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
12959 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
12960 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
12961 archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
12962 export_dynamic_flag_spec_CXX='${wl}-E'
12963 whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
12964 fi
12965 output_verbose_link_cmd=func_echo_all
12966 else
12967 ld_shlibs_CXX=no
12968 fi
12969 ;;
12970
12971 osf3* | osf4* | osf5*)
12972 case $cc_basename in
12973 KCC*)
12974 # Kuck and Associates, Inc. (KAI) C++ Compiler
12975
12976 # KCC will only create a shared library if the output file
12977 # ends with ".so" (or ".sl" for HP-UX), so rename the library
12978 # to its proper name (with version) after linking.
12979 archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
12980
12981 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
12982 hardcode_libdir_separator_CXX=:
12983
12984 # Archives containing C++ object files must be created using
12985 # the KAI C++ compiler.
12986 case $host in
12987 osf3*) old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs' ;;
12988 *) old_archive_cmds_CXX='$CC -o $oldlib $oldobjs' ;;
12989 esac
12990 ;;
12991 RCC*)
12992 # Rational C++ 2.4.1
12993 # FIXME: insert proper C++ library support
12994 ld_shlibs_CXX=no
12995 ;;
12996 cxx*)
12997 case $host in
12998 osf3*)
12999 allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
13000 archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
13001 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
13002 ;;
13003 *)
13004 allow_undefined_flag_CXX=' -expect_unresolved \*'
13005 archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
13006 archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
13007 echo "-hidden">> $lib.exp~
13008 $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~
13009 $RM $lib.exp'
13010 hardcode_libdir_flag_spec_CXX='-rpath $libdir'
13011 ;;
13012 esac
13013
13014 hardcode_libdir_separator_CXX=:
13015
13016 # Commands to make compiler produce verbose output that lists
13017 # what "hidden" libraries, object files and flags are used when
13018 # linking a shared library.
13019 #
13020 # There doesn't appear to be a way to prevent this compiler from
13021 # explicitly linking system object files so we need to strip them
13022 # from the output so that they don't get included in the library
13023 # dependencies.
13024 output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
13025 ;;
13026 *)
13027 if test "$GXX" = yes && test "$with_gnu_ld" = no; then
13028 allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
13029 case $host in
13030 osf3*)
13031 archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
13032 ;;
13033 *)
13034 archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
13035 ;;
13036 esac
13037
13038 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
13039 hardcode_libdir_separator_CXX=:
13040
13041 # Commands to make compiler produce verbose output that lists
13042 # what "hidden" libraries, object files and flags are used when
13043 # linking a shared library.
13044 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
13045
13046 else
13047 # FIXME: insert proper C++ library support
13048 ld_shlibs_CXX=no
13049 fi
13050 ;;
13051 esac
13052 ;;
13053
13054 psos*)
13055 # FIXME: insert proper C++ library support
13056 ld_shlibs_CXX=no
13057 ;;
13058
13059 sunos4*)
13060 case $cc_basename in
13061 CC*)
13062 # Sun C++ 4.x
13063 # FIXME: insert proper C++ library support
13064 ld_shlibs_CXX=no
13065 ;;
13066 lcc*)
13067 # Lucid
13068 # FIXME: insert proper C++ library support
13069 ld_shlibs_CXX=no
13070 ;;
13071 *)
13072 # FIXME: insert proper C++ library support
13073 ld_shlibs_CXX=no
13074 ;;
13075 esac
13076 ;;
13077
13078 solaris*)
13079 case $cc_basename in
13080 CC*)
13081 # Sun C++ 4.2, 5.x and Centerline C++
13082 archive_cmds_need_lc_CXX=yes
13083 no_undefined_flag_CXX=' -zdefs'
13084 archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13085 archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
13086 $CC -G${allow_undefined_flag} ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
13087
13088 hardcode_libdir_flag_spec_CXX='-R$libdir'
13089 hardcode_shlibpath_var_CXX=no
13090 case $host_os in
13091 solaris2.[0-5] | solaris2.[0-5].*) ;;
13092 *)
13093 # The compiler driver will combine and reorder linker options,
13094 # but understands `-z linker_flag'.
13095 # Supported since Solaris 2.6 (maybe 2.5.1?)
13096 whole_archive_flag_spec_CXX='-z allextract$convenience -z defaultextract'
13097 ;;
13098 esac
13099 link_all_deplibs_CXX=yes
13100
13101 output_verbose_link_cmd='func_echo_all'
13102
13103 # Archives containing C++ object files must be created using
13104 # "CC -xar", where "CC" is the Sun C++ compiler. This is
13105 # necessary to make sure instantiated templates are included
13106 # in the archive.
13107 old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
13108 ;;
13109 gcx*)
13110 # Green Hills C++ Compiler
13111 archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
13112
13113 # The C++ compiler must be used to create the archive.
13114 old_archive_cmds_CXX='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
13115 ;;
13116 *)
13117 # GNU C++ compiler with Solaris linker
13118 if test "$GXX" = yes && test "$with_gnu_ld" = no; then
13119 no_undefined_flag_CXX=' ${wl}-z ${wl}defs'
13120 if $CC --version | $GREP -v '^2\.7' > /dev/null; then
13121 archive_cmds_CXX='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
13122 archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
13123 $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
13124
13125 # Commands to make compiler produce verbose output that lists
13126 # what "hidden" libraries, object files and flags are used when
13127 # linking a shared library.
13128 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
13129 else
13130 # g++ 2.7 appears to require `-G' NOT `-shared' on this
13131 # platform.
13132 archive_cmds_CXX='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
13133 archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
13134 $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
13135
13136 # Commands to make compiler produce verbose output that lists
13137 # what "hidden" libraries, object files and flags are used when
13138 # linking a shared library.
13139 output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
13140 fi
13141
13142 hardcode_libdir_flag_spec_CXX='${wl}-R $wl$libdir'
13143 case $host_os in
13144 solaris2.[0-5] | solaris2.[0-5].*) ;;
13145 *)
13146 whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
13147 ;;
13148 esac
13149 fi
13150 ;;
13151 esac
13152 ;;
13153
13154 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
13155 no_undefined_flag_CXX='${wl}-z,text'
13156 archive_cmds_need_lc_CXX=no
13157 hardcode_shlibpath_var_CXX=no
13158 runpath_var='LD_RUN_PATH'
13159
13160 case $cc_basename in
13161 CC*)
13162 archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13163 archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13164 ;;
13165 *)
13166 archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13167 archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13168 ;;
13169 esac
13170 ;;
13171
13172 sysv5* | sco3.2v5* | sco5v6*)
13173 # Note: We can NOT use -z defs as we might desire, because we do not
13174 # link with -lc, and that would cause any symbols used from libc to
13175 # always be unresolved, which means just about no library would
13176 # ever link correctly. If we're not using GNU ld we use -z text
13177 # though, which does catch some bad symbols but isn't as heavy-handed
13178 # as -z defs.
13179 no_undefined_flag_CXX='${wl}-z,text'
13180 allow_undefined_flag_CXX='${wl}-z,nodefs'
13181 archive_cmds_need_lc_CXX=no
13182 hardcode_shlibpath_var_CXX=no
13183 hardcode_libdir_flag_spec_CXX='${wl}-R,$libdir'
13184 hardcode_libdir_separator_CXX=':'
13185 link_all_deplibs_CXX=yes
13186 export_dynamic_flag_spec_CXX='${wl}-Bexport'
13187 runpath_var='LD_RUN_PATH'
13188
13189 case $cc_basename in
13190 CC*)
13191 archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13192 archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13193 old_archive_cmds_CXX='$CC -Tprelink_objects $oldobjs~
13194 '"$old_archive_cmds_CXX"
13195 reload_cmds_CXX='$CC -Tprelink_objects $reload_objs~
13196 '"$reload_cmds_CXX"
13197 ;;
13198 *)
13199 archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13200 archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13201 ;;
13202 esac
13203 ;;
13204
13205 tandem*)
13206 case $cc_basename in
13207 NCC*)
13208 # NonStop-UX NCC 3.20
13209 # FIXME: insert proper C++ library support
13210 ld_shlibs_CXX=no
13211 ;;
13212 *)
13213 # FIXME: insert proper C++ library support
13214 ld_shlibs_CXX=no
13215 ;;
13216 esac
13217 ;;
13218
13219 vxworks*)
13220 # FIXME: insert proper C++ library support
13221 ld_shlibs_CXX=no
13222 ;;
13223
13224 *)
13225 # FIXME: insert proper C++ library support
13226 ld_shlibs_CXX=no
13227 ;;
13228 esac
13229
13230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
13231$as_echo "$ld_shlibs_CXX" >&6; }
13232 test "$ld_shlibs_CXX" = no && can_build_shared=no
13233
13234 GCC_CXX="$GXX"
13235 LD_CXX="$LD"
13236
13237 ## CAVEAT EMPTOR:
13238 ## There is no encapsulation within the following macros, do not change
13239 ## the running order or otherwise move them around unless you know exactly
13240 ## what you are doing...
13241 # Dependencies to place before and after the object being linked:
13242predep_objects_CXX=
13243postdep_objects_CXX=
13244predeps_CXX=
13245postdeps_CXX=
13246compiler_lib_search_path_CXX=
13247
13248cat > conftest.$ac_ext <<_LT_EOF
13249class Foo
13250{
13251public:
13252 Foo (void) { a = 0; }
13253private:
13254 int a;
13255};
13256_LT_EOF
13257
13258if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13259 (eval $ac_compile) 2>&5
13260 ac_status=$?
13261 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13262 test $ac_status = 0; }; then
13263 # Parse the compiler output and extract the necessary
13264 # objects, libraries and library flags.
13265
13266 # Sentinel used to keep track of whether or not we are before
13267 # the conftest object file.
13268 pre_test_object_deps_done=no
13269
13270 for p in `eval "$output_verbose_link_cmd"`; do
13271 case $p in
13272
13273 -L* | -R* | -l*)
13274 # Some compilers place space between "-{L,R}" and the path.
13275 # Remove the space.
13276 if test $p = "-L" ||
13277 test $p = "-R"; then
13278 prev=$p
13279 continue
13280 else
13281 prev=
13282 fi
13283
13284 if test "$pre_test_object_deps_done" = no; then
13285 case $p in
13286 -L* | -R*)
13287 # Internal compiler library paths should come after those
13288 # provided the user. The postdeps already come after the
13289 # user supplied libs so there is no need to process them.
13290 if test -z "$compiler_lib_search_path_CXX"; then
13291 compiler_lib_search_path_CXX="${prev}${p}"
13292 else
13293 compiler_lib_search_path_CXX="${compiler_lib_search_path_CXX} ${prev}${p}"
13294 fi
13295 ;;
13296 # The "-l" case would never come before the object being
13297 # linked, so don't bother handling this case.
13298 esac
13299 else
13300 if test -z "$postdeps_CXX"; then
13301 postdeps_CXX="${prev}${p}"
13302 else
13303 postdeps_CXX="${postdeps_CXX} ${prev}${p}"
13304 fi
13305 fi
13306 ;;
13307
13308 *.$objext)
13309 # This assumes that the test object file only shows up
13310 # once in the compiler output.
13311 if test "$p" = "conftest.$objext"; then
13312 pre_test_object_deps_done=yes
13313 continue
13314 fi
13315
13316 if test "$pre_test_object_deps_done" = no; then
13317 if test -z "$predep_objects_CXX"; then
13318 predep_objects_CXX="$p"
13319 else
13320 predep_objects_CXX="$predep_objects_CXX $p"
13321 fi
13322 else
13323 if test -z "$postdep_objects_CXX"; then
13324 postdep_objects_CXX="$p"
13325 else
13326 postdep_objects_CXX="$postdep_objects_CXX $p"
13327 fi
13328 fi
13329 ;;
13330
13331 *) ;; # Ignore the rest.
13332
13333 esac
13334 done
13335
13336 # Clean up.
13337 rm -f a.out a.exe
13338else
13339 echo "libtool.m4: error: problem compiling CXX test program"
13340fi
13341
13342$RM -f confest.$objext
13343
13344# PORTME: override above test on systems where it is broken
13345case $host_os in
13346interix[3-9]*)
13347 # Interix 3.5 installs completely hosed .la files for C++, so rather than
13348 # hack all around it, let's just trust "g++" to DTRT.
13349 predep_objects_CXX=
13350 postdep_objects_CXX=
13351 postdeps_CXX=
13352 ;;
13353
13354linux*)
13355 case `$CC -V 2>&1 | sed 5q` in
13356 *Sun\ C*)
13357 # Sun C++ 5.9
13358
13359 # The more standards-conforming stlport4 library is
13360 # incompatible with the Cstd library. Avoid specifying
13361 # it if it's in CXXFLAGS. Ignore libCrun as
13362 # -library=stlport4 depends on it.
13363 case " $CXX $CXXFLAGS " in
13364 *" -library=stlport4 "*)
13365 solaris_use_stlport4=yes
13366 ;;
13367 esac
13368
13369 if test "$solaris_use_stlport4" != yes; then
13370 postdeps_CXX='-library=Cstd -library=Crun'
13371 fi
13372 ;;
13373 esac
13374 ;;
13375
13376solaris*)
13377 case $cc_basename in
13378 CC*)
13379 # The more standards-conforming stlport4 library is
13380 # incompatible with the Cstd library. Avoid specifying
13381 # it if it's in CXXFLAGS. Ignore libCrun as
13382 # -library=stlport4 depends on it.
13383 case " $CXX $CXXFLAGS " in
13384 *" -library=stlport4 "*)
13385 solaris_use_stlport4=yes
13386 ;;
13387 esac
13388
13389 # Adding this requires a known-good setup of shared libraries for
13390 # Sun compiler versions before 5.6, else PIC objects from an old
13391 # archive will be linked into the output, leading to subtle bugs.
13392 if test "$solaris_use_stlport4" != yes; then
13393 postdeps_CXX='-library=Cstd -library=Crun'
13394 fi
13395 ;;
13396 esac
13397 ;;
13398esac
13399
13400
13401case " $postdeps_CXX " in
13402*" -lc "*) archive_cmds_need_lc_CXX=no ;;
13403esac
13404 compiler_lib_search_dirs_CXX=
13405if test -n "${compiler_lib_search_path_CXX}"; then
13406 compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
13407fi
13408
13409
13410
13411
13412
13413
13414
13415
13416
13417
13418
13419
13420
13421
13422
13423
13424
13425
13426
13427
13428
13429
13430
13431
13432
13433
13434
13435
13436
13437
13438
13439 lt_prog_compiler_wl_CXX=
13440lt_prog_compiler_pic_CXX=
13441lt_prog_compiler_static_CXX=
13442
13443{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
13444$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
13445
13446 # C++ specific cases for pic, static, wl, etc.
13447 if test "$GXX" = yes; then
13448 lt_prog_compiler_wl_CXX='-Wl,'
13449 lt_prog_compiler_static_CXX='-static'
13450
13451 case $host_os in
13452 aix*)
13453 # All AIX code is PIC.
13454 if test "$host_cpu" = ia64; then
13455 # AIX 5 now supports IA64 processor
13456 lt_prog_compiler_static_CXX='-Bstatic'
13457 fi
13458 lt_prog_compiler_pic_CXX='-fPIC'
13459 ;;
13460
13461 amigaos*)
13462 case $host_cpu in
13463 powerpc)
13464 # see comment about AmigaOS4 .so support
13465 lt_prog_compiler_pic_CXX='-fPIC'
13466 ;;
13467 m68k)
13468 # FIXME: we need at least 68020 code to build shared libraries, but
13469 # adding the `-m68020' flag to GCC prevents building anything better,
13470 # like `-m68040'.
13471 lt_prog_compiler_pic_CXX='-m68020 -resident32 -malways-restore-a4'
13472 ;;
13473 esac
13474 ;;
13475
13476 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
13477 # PIC is the default for these OSes.
13478 ;;
13479 mingw* | cygwin* | os2* | pw32* | cegcc*)
13480 # This hack is so that the source file can tell whether it is being
13481 # built for inclusion in a dll (and should export symbols for example).
13482 # Although the cygwin gcc ignores -fPIC, still need this for old-style
13483 # (--disable-auto-import) libraries
13484 lt_prog_compiler_pic_CXX='-DDLL_EXPORT'
13485 ;;
13486 darwin* | rhapsody*)
13487 # PIC is the default on this platform
13488 # Common symbols not allowed in MH_DYLIB files
13489 lt_prog_compiler_pic_CXX='-fno-common'
13490 ;;
13491 *djgpp*)
13492 # DJGPP does not support shared libraries at all
13493 lt_prog_compiler_pic_CXX=
13494 ;;
13495 haiku*)
13496 # PIC is the default for Haiku.
13497 # The "-static" flag exists, but is broken.
13498 lt_prog_compiler_static_CXX=
13499 ;;
13500 interix[3-9]*)
13501 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
13502 # Instead, we relocate shared libraries at runtime.
13503 ;;
13504 sysv4*MP*)
13505 if test -d /usr/nec; then
13506 lt_prog_compiler_pic_CXX=-Kconform_pic
13507 fi
13508 ;;
13509 hpux*)
13510 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
13511 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
13512 # sets the default TLS model and affects inlining.
13513 case $host_cpu in
13514 hppa*64*)
13515 ;;
13516 *)
13517 lt_prog_compiler_pic_CXX='-fPIC'
13518 ;;
13519 esac
13520 ;;
13521 *qnx* | *nto*)
13522 # QNX uses GNU C++, but need to define -shared option too, otherwise
13523 # it will coredump.
13524 lt_prog_compiler_pic_CXX='-fPIC -shared'
13525 ;;
13526 *)
13527 lt_prog_compiler_pic_CXX='-fPIC'
13528 ;;
13529 esac
13530 else
13531 case $host_os in
13532 aix[4-9]*)
13533 # All AIX code is PIC.
13534 if test "$host_cpu" = ia64; then
13535 # AIX 5 now supports IA64 processor
13536 lt_prog_compiler_static_CXX='-Bstatic'
13537 else
13538 lt_prog_compiler_static_CXX='-bnso -bI:/lib/syscalls.exp'
13539 fi
13540 ;;
13541 chorus*)
13542 case $cc_basename in
13543 cxch68*)
13544 # Green Hills C++ Compiler
13545 # _LT_TAGVAR(lt_prog_compiler_static, CXX)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"
13546 ;;
13547 esac
13548 ;;
13549 dgux*)
13550 case $cc_basename in
13551 ec++*)
13552 lt_prog_compiler_pic_CXX='-KPIC'
13553 ;;
13554 ghcx*)
13555 # Green Hills C++ Compiler
13556 lt_prog_compiler_pic_CXX='-pic'
13557 ;;
13558 *)
13559 ;;
13560 esac
13561 ;;
13562 freebsd* | dragonfly*)
13563 # FreeBSD uses GNU C++
13564 ;;
13565 hpux9* | hpux10* | hpux11*)
13566 case $cc_basename in
13567 CC*)
13568 lt_prog_compiler_wl_CXX='-Wl,'
13569 lt_prog_compiler_static_CXX='${wl}-a ${wl}archive'
13570 if test "$host_cpu" != ia64; then
13571 lt_prog_compiler_pic_CXX='+Z'
13572 fi
13573 ;;
13574 aCC*)
13575 lt_prog_compiler_wl_CXX='-Wl,'
13576 lt_prog_compiler_static_CXX='${wl}-a ${wl}archive'
13577 case $host_cpu in
13578 hppa*64*|ia64*)
13579 # +Z the default
13580 ;;
13581 *)
13582 lt_prog_compiler_pic_CXX='+Z'
13583 ;;
13584 esac
13585 ;;
13586 *)
13587 ;;
13588 esac
13589 ;;
13590 interix*)
13591 # This is c89, which is MS Visual C++ (no shared libs)
13592 # Anyone wants to do a port?
13593 ;;
13594 irix5* | irix6* | nonstopux*)
13595 case $cc_basename in
13596 CC*)
13597 lt_prog_compiler_wl_CXX='-Wl,'
13598 lt_prog_compiler_static_CXX='-non_shared'
13599 # CC pic flag -KPIC is the default.
13600 ;;
13601 *)
13602 ;;
13603 esac
13604 ;;
13605 linux* | k*bsd*-gnu | kopensolaris*-gnu)
13606 case $cc_basename in
13607 KCC*)
13608 # KAI C++ Compiler
13609 lt_prog_compiler_wl_CXX='--backend -Wl,'
13610 lt_prog_compiler_pic_CXX='-fPIC'
13611 ;;
13612 ecpc* )
13613 # old Intel C++ for x86_64 which still supported -KPIC.
13614 lt_prog_compiler_wl_CXX='-Wl,'
13615 lt_prog_compiler_pic_CXX='-KPIC'
13616 lt_prog_compiler_static_CXX='-static'
13617 ;;
13618 icpc* )
13619 # Intel C++, used to be incompatible with GCC.
13620 # ICC 10 doesn't accept -KPIC any more.
13621 lt_prog_compiler_wl_CXX='-Wl,'
13622 lt_prog_compiler_pic_CXX='-fPIC'
13623 lt_prog_compiler_static_CXX='-static'
13624 ;;
13625 pgCC* | pgcpp*)
13626 # Portland Group C++ compiler
13627 lt_prog_compiler_wl_CXX='-Wl,'
13628 lt_prog_compiler_pic_CXX='-fpic'
13629 lt_prog_compiler_static_CXX='-Bstatic'
13630 ;;
13631 cxx*)
13632 # Compaq C++
13633 # Make sure the PIC flag is empty. It appears that all Alpha
13634 # Linux and Compaq Tru64 Unix objects are PIC.
13635 lt_prog_compiler_pic_CXX=
13636 lt_prog_compiler_static_CXX='-non_shared'
13637 ;;
13638 xlc* | xlC* | bgxl[cC]* | mpixl[cC]*)
13639 # IBM XL 8.0, 9.0 on PPC and BlueGene
13640 lt_prog_compiler_wl_CXX='-Wl,'
13641 lt_prog_compiler_pic_CXX='-qpic'
13642 lt_prog_compiler_static_CXX='-qstaticlink'
13643 ;;
13644 *)
13645 case `$CC -V 2>&1 | sed 5q` in
13646 *Sun\ C*)
13647 # Sun C++ 5.9
13648 lt_prog_compiler_pic_CXX='-KPIC'
13649 lt_prog_compiler_static_CXX='-Bstatic'
13650 lt_prog_compiler_wl_CXX='-Qoption ld '
13651 ;;
13652 esac
13653 ;;
13654 esac
13655 ;;
13656 lynxos*)
13657 ;;
13658 m88k*)
13659 ;;
13660 mvs*)
13661 case $cc_basename in
13662 cxx*)
13663 lt_prog_compiler_pic_CXX='-W c,exportall'
13664 ;;
13665 *)
13666 ;;
13667 esac
13668 ;;
13669 netbsd*)
13670 ;;
13671 *qnx* | *nto*)
13672 # QNX uses GNU C++, but need to define -shared option too, otherwise
13673 # it will coredump.
13674 lt_prog_compiler_pic_CXX='-fPIC -shared'
13675 ;;
13676 osf3* | osf4* | osf5*)
13677 case $cc_basename in
13678 KCC*)
13679 lt_prog_compiler_wl_CXX='--backend -Wl,'
13680 ;;
13681 RCC*)
13682 # Rational C++ 2.4.1
13683 lt_prog_compiler_pic_CXX='-pic'
13684 ;;
13685 cxx*)
13686 # Digital/Compaq C++
13687 lt_prog_compiler_wl_CXX='-Wl,'
13688 # Make sure the PIC flag is empty. It appears that all Alpha
13689 # Linux and Compaq Tru64 Unix objects are PIC.
13690 lt_prog_compiler_pic_CXX=
13691 lt_prog_compiler_static_CXX='-non_shared'
13692 ;;
13693 *)
13694 ;;
13695 esac
13696 ;;
13697 psos*)
13698 ;;
13699 solaris*)
13700 case $cc_basename in
13701 CC*)
13702 # Sun C++ 4.2, 5.x and Centerline C++
13703 lt_prog_compiler_pic_CXX='-KPIC'
13704 lt_prog_compiler_static_CXX='-Bstatic'
13705 lt_prog_compiler_wl_CXX='-Qoption ld '
13706 ;;
13707 gcx*)
13708 # Green Hills C++ Compiler
13709 lt_prog_compiler_pic_CXX='-PIC'
13710 ;;
13711 *)
13712 ;;
13713 esac
13714 ;;
13715 sunos4*)
13716 case $cc_basename in
13717 CC*)
13718 # Sun C++ 4.x
13719 lt_prog_compiler_pic_CXX='-pic'
13720 lt_prog_compiler_static_CXX='-Bstatic'
13721 ;;
13722 lcc*)
13723 # Lucid
13724 lt_prog_compiler_pic_CXX='-pic'
13725 ;;
13726 *)
13727 ;;
13728 esac
13729 ;;
13730 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
13731 case $cc_basename in
13732 CC*)
13733 lt_prog_compiler_wl_CXX='-Wl,'
13734 lt_prog_compiler_pic_CXX='-KPIC'
13735 lt_prog_compiler_static_CXX='-Bstatic'
13736 ;;
13737 esac
13738 ;;
13739 tandem*)
13740 case $cc_basename in
13741 NCC*)
13742 # NonStop-UX NCC 3.20
13743 lt_prog_compiler_pic_CXX='-KPIC'
13744 ;;
13745 *)
13746 ;;
13747 esac
13748 ;;
13749 vxworks*)
13750 ;;
13751 *)
13752 lt_prog_compiler_can_build_shared_CXX=no
13753 ;;
13754 esac
13755 fi
13756
13757case $host_os in
13758 # For platforms which do not support PIC, -DPIC is meaningless:
13759 *djgpp*)
13760 lt_prog_compiler_pic_CXX=
13761 ;;
13762 *)
13763 lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC"
13764 ;;
13765esac
13766{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic_CXX" >&5
13767$as_echo "$lt_prog_compiler_pic_CXX" >&6; }
13768
13769
13770
13771#
13772# Check to make sure the PIC flag actually works.
13773#
13774if test -n "$lt_prog_compiler_pic_CXX"; then
13775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
13776$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... " >&6; }
f00f02a3 13777if ${lt_cv_prog_compiler_pic_works_CXX+:} false; then :
89d8a412 13778 $as_echo_n "(cached) " >&6
13779else
13780 lt_cv_prog_compiler_pic_works_CXX=no
13781 ac_outfile=conftest.$ac_objext
13782 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
13783 lt_compiler_flag="$lt_prog_compiler_pic_CXX -DPIC"
13784 # Insert the option either (1) after the last *FLAGS variable, or
13785 # (2) before a word containing "conftest.", or (3) at the end.
13786 # Note that $ac_compile itself does not contain backslashes and begins
13787 # with a dollar sign (not a hyphen), so the echo should work correctly.
13788 # The option is referenced via a variable to avoid confusing sed.
13789 lt_compile=`echo "$ac_compile" | $SED \
13790 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13791 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13792 -e 's:$: $lt_compiler_flag:'`
13793 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
13794 (eval "$lt_compile" 2>conftest.err)
13795 ac_status=$?
13796 cat conftest.err >&5
13797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13798 if (exit $ac_status) && test -s "$ac_outfile"; then
13799 # The compiler can only warn and ignore the option if not recognized
13800 # So say no if there are warnings other than the usual output.
13801 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
13802 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
13803 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
13804 lt_cv_prog_compiler_pic_works_CXX=yes
13805 fi
13806 fi
13807 $RM conftest*
13808
13809fi
13810{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works_CXX" >&5
13811$as_echo "$lt_cv_prog_compiler_pic_works_CXX" >&6; }
13812
13813if test x"$lt_cv_prog_compiler_pic_works_CXX" = xyes; then
13814 case $lt_prog_compiler_pic_CXX in
13815 "" | " "*) ;;
13816 *) lt_prog_compiler_pic_CXX=" $lt_prog_compiler_pic_CXX" ;;
13817 esac
13818else
13819 lt_prog_compiler_pic_CXX=
13820 lt_prog_compiler_can_build_shared_CXX=no
13821fi
13822
13823fi
13824
13825
13826
13827#
13828# Check to make sure the static flag actually works.
13829#
13830wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\"
13831{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
13832$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
f00f02a3 13833if ${lt_cv_prog_compiler_static_works_CXX+:} false; then :
89d8a412 13834 $as_echo_n "(cached) " >&6
13835else
13836 lt_cv_prog_compiler_static_works_CXX=no
13837 save_LDFLAGS="$LDFLAGS"
13838 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
13839 echo "$lt_simple_link_test_code" > conftest.$ac_ext
13840 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
13841 # The linker can only warn and ignore the option if not recognized
13842 # So say no if there are warnings
13843 if test -s conftest.err; then
13844 # Append any errors to the config.log.
13845 cat conftest.err 1>&5
13846 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
13847 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
13848 if diff conftest.exp conftest.er2 >/dev/null; then
13849 lt_cv_prog_compiler_static_works_CXX=yes
13850 fi
13851 else
13852 lt_cv_prog_compiler_static_works_CXX=yes
13853 fi
13854 fi
13855 $RM -r conftest*
13856 LDFLAGS="$save_LDFLAGS"
13857
13858fi
13859{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works_CXX" >&5
13860$as_echo "$lt_cv_prog_compiler_static_works_CXX" >&6; }
13861
13862if test x"$lt_cv_prog_compiler_static_works_CXX" = xyes; then
13863 :
13864else
13865 lt_prog_compiler_static_CXX=
13866fi
13867
13868
13869
13870
13871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
13872$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
f00f02a3 13873if ${lt_cv_prog_compiler_c_o_CXX+:} false; then :
89d8a412 13874 $as_echo_n "(cached) " >&6
13875else
13876 lt_cv_prog_compiler_c_o_CXX=no
13877 $RM -r conftest 2>/dev/null
13878 mkdir conftest
13879 cd conftest
13880 mkdir out
13881 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
13882
13883 lt_compiler_flag="-o out/conftest2.$ac_objext"
13884 # Insert the option either (1) after the last *FLAGS variable, or
13885 # (2) before a word containing "conftest.", or (3) at the end.
13886 # Note that $ac_compile itself does not contain backslashes and begins
13887 # with a dollar sign (not a hyphen), so the echo should work correctly.
13888 lt_compile=`echo "$ac_compile" | $SED \
13889 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13890 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13891 -e 's:$: $lt_compiler_flag:'`
13892 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
13893 (eval "$lt_compile" 2>out/conftest.err)
13894 ac_status=$?
13895 cat out/conftest.err >&5
13896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13897 if (exit $ac_status) && test -s out/conftest2.$ac_objext
13898 then
13899 # The compiler can only warn and ignore the option if not recognized
13900 # So say no if there are warnings
13901 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
13902 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
13903 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
13904 lt_cv_prog_compiler_c_o_CXX=yes
13905 fi
13906 fi
13907 chmod u+w . 2>&5
13908 $RM conftest*
13909 # SGI C++ compiler will create directory out/ii_files/ for
13910 # template instantiation
13911 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
13912 $RM out/* && rmdir out
13913 cd ..
13914 $RM -r conftest
13915 $RM conftest*
13916
13917fi
13918{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5
13919$as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
13920
13921
13922
13923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
13924$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
f00f02a3 13925if ${lt_cv_prog_compiler_c_o_CXX+:} false; then :
89d8a412 13926 $as_echo_n "(cached) " >&6
13927else
13928 lt_cv_prog_compiler_c_o_CXX=no
13929 $RM -r conftest 2>/dev/null
13930 mkdir conftest
13931 cd conftest
13932 mkdir out
13933 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
13934
13935 lt_compiler_flag="-o out/conftest2.$ac_objext"
13936 # Insert the option either (1) after the last *FLAGS variable, or
13937 # (2) before a word containing "conftest.", or (3) at the end.
13938 # Note that $ac_compile itself does not contain backslashes and begins
13939 # with a dollar sign (not a hyphen), so the echo should work correctly.
13940 lt_compile=`echo "$ac_compile" | $SED \
13941 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13942 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13943 -e 's:$: $lt_compiler_flag:'`
13944 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
13945 (eval "$lt_compile" 2>out/conftest.err)
13946 ac_status=$?
13947 cat out/conftest.err >&5
13948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13949 if (exit $ac_status) && test -s out/conftest2.$ac_objext
13950 then
13951 # The compiler can only warn and ignore the option if not recognized
13952 # So say no if there are warnings
13953 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
13954 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
13955 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
13956 lt_cv_prog_compiler_c_o_CXX=yes
13957 fi
13958 fi
13959 chmod u+w . 2>&5
13960 $RM conftest*
13961 # SGI C++ compiler will create directory out/ii_files/ for
13962 # template instantiation
13963 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
13964 $RM out/* && rmdir out
13965 cd ..
13966 $RM -r conftest
13967 $RM conftest*
13968
13969fi
13970{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5
13971$as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
13972
13973
13974
13975
13976hard_links="nottested"
13977if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then
13978 # do not overwrite the value of need_locks provided by the user
13979 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
13980$as_echo_n "checking if we can lock with hard links... " >&6; }
13981 hard_links=yes
13982 $RM conftest*
13983 ln conftest.a conftest.b 2>/dev/null && hard_links=no
13984 touch conftest.a
13985 ln conftest.a conftest.b 2>&5 || hard_links=no
13986 ln conftest.a conftest.b 2>/dev/null && hard_links=no
13987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
13988$as_echo "$hard_links" >&6; }
13989 if test "$hard_links" = no; then
13990 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
13991$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
13992 need_locks=warn
13993 fi
13994else
13995 need_locks=no
13996fi
13997
13998
13999
14000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
14001$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
14002
14003 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
14004 case $host_os in
14005 aix[4-9]*)
14006 # If we're using GNU nm, then we don't want the "-C" option.
14007 # -C means demangle to AIX nm, but means don't demangle with GNU nm
14008 # Also, AIX nm treats weak defined symbols like other global defined
14009 # symbols, whereas GNU nm marks them as "W".
14010 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
14011 export_symbols_cmds_CXX='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
14012 else
86d5c70d 14013 export_symbols_cmds_CXX='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
89d8a412 14014 fi
14015 ;;
14016 pw32*)
14017 export_symbols_cmds_CXX="$ltdll_cmds"
14018 ;;
14019 cygwin* | mingw* | cegcc*)
14020 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'
14021 ;;
14022 *)
14023 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
14024 ;;
14025 esac
14026 exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
14027
14028{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
14029$as_echo "$ld_shlibs_CXX" >&6; }
14030test "$ld_shlibs_CXX" = no && can_build_shared=no
14031
14032with_gnu_ld_CXX=$with_gnu_ld
14033
14034
14035
14036
14037
14038
14039#
14040# Do we need to explicitly link libc?
14041#
14042case "x$archive_cmds_need_lc_CXX" in
14043x|xyes)
14044 # Assume -lc should be added
14045 archive_cmds_need_lc_CXX=yes
14046
14047 if test "$enable_shared" = yes && test "$GCC" = yes; then
14048 case $archive_cmds_CXX in
14049 *'~'*)
14050 # FIXME: we may have to deal with multi-command sequences.
14051 ;;
14052 '$CC '*)
14053 # Test whether the compiler implicitly links with -lc since on some
14054 # systems, -lgcc has to come before -lc. If gcc already passes -lc
14055 # to ld, don't add -lc before -lgcc.
14056 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
14057$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
f00f02a3 14058if ${lt_cv_archive_cmds_need_lc_CXX+:} false; then :
89d8a412 14059 $as_echo_n "(cached) " >&6
14060else
14061 $RM conftest*
14062 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
14063
14064 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
14065 (eval $ac_compile) 2>&5
14066 ac_status=$?
14067 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14068 test $ac_status = 0; } 2>conftest.err; then
14069 soname=conftest
14070 lib=conftest
14071 libobjs=conftest.$ac_objext
14072 deplibs=
14073 wl=$lt_prog_compiler_wl_CXX
14074 pic_flag=$lt_prog_compiler_pic_CXX
14075 compiler_flags=-v
14076 linker_flags=-v
14077 verstring=
14078 output_objdir=.
14079 libname=conftest
14080 lt_save_allow_undefined_flag=$allow_undefined_flag_CXX
14081 allow_undefined_flag_CXX=
14082 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
14083 (eval $archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
14084 ac_status=$?
14085 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14086 test $ac_status = 0; }
14087 then
14088 lt_cv_archive_cmds_need_lc_CXX=no
14089 else
14090 lt_cv_archive_cmds_need_lc_CXX=yes
14091 fi
14092 allow_undefined_flag_CXX=$lt_save_allow_undefined_flag
14093 else
14094 cat conftest.err 1>&5
14095 fi
14096 $RM conftest*
14097
14098fi
14099{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc_CXX" >&5
14100$as_echo "$lt_cv_archive_cmds_need_lc_CXX" >&6; }
14101 archive_cmds_need_lc_CXX=$lt_cv_archive_cmds_need_lc_CXX
14102 ;;
14103 esac
14104 fi
14105 ;;
14106esac
14107
14108
14109
14110
14111
14112
14113
14114
14115
14116
14117
14118
14119
14120
14121
14122
14123
14124
14125
14126
14127
14128
14129
14130
14131
14132
14133
14134
14135
14136
14137
14138
14139
14140
14141
14142
14143
14144
14145
14146
14147
14148
14149
14150
14151
14152
14153
14154
14155
14156
14157
14158
14159
14160
14161
14162
14163
14164
14165
14166
14167
14168
14169
14170
14171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
14172$as_echo_n "checking dynamic linker characteristics... " >&6; }
14173
14174library_names_spec=
14175libname_spec='lib$name'
14176soname_spec=
14177shrext_cmds=".so"
14178postinstall_cmds=
14179postuninstall_cmds=
14180finish_cmds=
14181finish_eval=
14182shlibpath_var=
14183shlibpath_overrides_runpath=unknown
14184version_type=none
14185dynamic_linker="$host_os ld.so"
14186sys_lib_dlsearch_path_spec="/lib /usr/lib"
14187need_lib_prefix=unknown
14188hardcode_into_libs=no
14189
14190# when you set need_version to no, make sure it does not cause -set_version
14191# flags to be left without arguments
14192need_version=unknown
14193
14194case $host_os in
14195aix3*)
14196 version_type=linux
14197 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
14198 shlibpath_var=LIBPATH
14199
14200 # AIX 3 has no versioning support, so we append a major version to the name.
14201 soname_spec='${libname}${release}${shared_ext}$major'
14202 ;;
14203
14204aix[4-9]*)
14205 version_type=linux
14206 need_lib_prefix=no
14207 need_version=no
14208 hardcode_into_libs=yes
14209 if test "$host_cpu" = ia64; then
14210 # AIX 5 supports IA64
14211 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
14212 shlibpath_var=LD_LIBRARY_PATH
14213 else
14214 # With GCC up to 2.95.x, collect2 would create an import file
14215 # for dependence libraries. The import file would start with
14216 # the line `#! .'. This would cause the generated library to
14217 # depend on `.', always an invalid library. This was fixed in
14218 # development snapshots of GCC prior to 3.0.
14219 case $host_os in
14220 aix4 | aix4.[01] | aix4.[01].*)
14221 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
14222 echo ' yes '
14223 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
14224 :
14225 else
14226 can_build_shared=no
14227 fi
14228 ;;
14229 esac
14230 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
14231 # soname into executable. Probably we can add versioning support to
14232 # collect2, so additional links can be useful in future.
14233 if test "$aix_use_runtimelinking" = yes; then
14234 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
14235 # instead of lib<name>.a to let people know that these are not
14236 # typical AIX shared libraries.
14237 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14238 else
14239 # We preserve .a as extension for shared libraries through AIX4.2
14240 # and later when we are not doing run time linking.
14241 library_names_spec='${libname}${release}.a $libname.a'
14242 soname_spec='${libname}${release}${shared_ext}$major'
14243 fi
14244 shlibpath_var=LIBPATH
14245 fi
14246 ;;
14247
14248amigaos*)
14249 case $host_cpu in
14250 powerpc)
14251 # Since July 2007 AmigaOS4 officially supports .so libraries.
14252 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
14253 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14254 ;;
14255 m68k)
14256 library_names_spec='$libname.ixlibrary $libname.a'
14257 # Create ${libname}_ixlibrary.a entries in /sys/libs.
14258 finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
14259 ;;
14260 esac
14261 ;;
14262
14263beos*)
14264 library_names_spec='${libname}${shared_ext}'
14265 dynamic_linker="$host_os ld.so"
14266 shlibpath_var=LIBRARY_PATH
14267 ;;
14268
14269bsdi[45]*)
14270 version_type=linux
14271 need_version=no
14272 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14273 soname_spec='${libname}${release}${shared_ext}$major'
14274 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
14275 shlibpath_var=LD_LIBRARY_PATH
14276 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
14277 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
14278 # the default ld.so.conf also contains /usr/contrib/lib and
14279 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
14280 # libtool to hard-code these into programs
14281 ;;
14282
14283cygwin* | mingw* | pw32* | cegcc*)
14284 version_type=windows
14285 shrext_cmds=".dll"
14286 need_version=no
14287 need_lib_prefix=no
14288
14289 case $GCC,$host_os in
14290 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
14291 library_names_spec='$libname.dll.a'
14292 # DLL is installed to $(libdir)/../bin by postinstall_cmds
14293 postinstall_cmds='base_file=`basename \${file}`~
14294 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
14295 dldir=$destdir/`dirname \$dlpath`~
14296 test -d \$dldir || mkdir -p \$dldir~
14297 $install_prog $dir/$dlname \$dldir/$dlname~
14298 chmod a+x \$dldir/$dlname~
14299 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
14300 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
14301 fi'
14302 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
14303 dlpath=$dir/\$dldll~
14304 $RM \$dlpath'
14305 shlibpath_overrides_runpath=yes
14306
14307 case $host_os in
14308 cygwin*)
14309 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
14310 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
14311
14312 ;;
14313 mingw* | cegcc*)
14314 # MinGW DLLs use traditional 'lib' prefix
14315 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
14316 ;;
14317 pw32*)
14318 # pw32 DLLs use 'pw' prefix rather than 'lib'
14319 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
14320 ;;
14321 esac
14322 ;;
14323
14324 *)
14325 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
14326 ;;
14327 esac
14328 dynamic_linker='Win32 ld.exe'
14329 # FIXME: first we should search . and the directory the executable is in
14330 shlibpath_var=PATH
14331 ;;
14332
14333darwin* | rhapsody*)
14334 dynamic_linker="$host_os dyld"
14335 version_type=darwin
14336 need_lib_prefix=no
14337 need_version=no
14338 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
14339 soname_spec='${libname}${release}${major}$shared_ext'
14340 shlibpath_overrides_runpath=yes
14341 shlibpath_var=DYLD_LIBRARY_PATH
14342 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
14343
14344 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
14345 ;;
14346
14347dgux*)
14348 version_type=linux
14349 need_lib_prefix=no
14350 need_version=no
14351 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
14352 soname_spec='${libname}${release}${shared_ext}$major'
14353 shlibpath_var=LD_LIBRARY_PATH
14354 ;;
14355
14356freebsd* | dragonfly*)
14357 # DragonFly does not have aout. When/if they implement a new
14358 # versioning mechanism, adjust this.
14359 if test -x /usr/bin/objformat; then
14360 objformat=`/usr/bin/objformat`
14361 else
14362 case $host_os in
14363 freebsd[23].*) objformat=aout ;;
14364 *) objformat=elf ;;
14365 esac
14366 fi
14367 version_type=freebsd-$objformat
14368 case $version_type in
14369 freebsd-elf*)
14370 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
14371 need_version=no
14372 need_lib_prefix=no
14373 ;;
14374 freebsd-*)
14375 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
14376 need_version=yes
14377 ;;
14378 esac
14379 shlibpath_var=LD_LIBRARY_PATH
14380 case $host_os in
14381 freebsd2.*)
14382 shlibpath_overrides_runpath=yes
14383 ;;
14384 freebsd3.[01]* | freebsdelf3.[01]*)
14385 shlibpath_overrides_runpath=yes
14386 hardcode_into_libs=yes
14387 ;;
14388 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
14389 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
14390 shlibpath_overrides_runpath=no
14391 hardcode_into_libs=yes
14392 ;;
14393 *) # from 4.6 on, and DragonFly
14394 shlibpath_overrides_runpath=yes
14395 hardcode_into_libs=yes
14396 ;;
14397 esac
14398 ;;
14399
14400gnu*)
14401 version_type=linux
14402 need_lib_prefix=no
14403 need_version=no
14404 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
14405 soname_spec='${libname}${release}${shared_ext}$major'
14406 shlibpath_var=LD_LIBRARY_PATH
14407 hardcode_into_libs=yes
14408 ;;
14409
14410haiku*)
14411 version_type=linux
14412 need_lib_prefix=no
14413 need_version=no
14414 dynamic_linker="$host_os runtime_loader"
14415 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
14416 soname_spec='${libname}${release}${shared_ext}$major'
14417 shlibpath_var=LIBRARY_PATH
14418 shlibpath_overrides_runpath=yes
14419 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
14420 hardcode_into_libs=yes
14421 ;;
14422
14423hpux9* | hpux10* | hpux11*)
14424 # Give a soname corresponding to the major version so that dld.sl refuses to
14425 # link against other versions.
14426 version_type=sunos
14427 need_lib_prefix=no
14428 need_version=no
14429 case $host_cpu in
14430 ia64*)
14431 shrext_cmds='.so'
14432 hardcode_into_libs=yes
14433 dynamic_linker="$host_os dld.so"
14434 shlibpath_var=LD_LIBRARY_PATH
14435 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
14436 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14437 soname_spec='${libname}${release}${shared_ext}$major'
14438 if test "X$HPUX_IA64_MODE" = X32; then
14439 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
14440 else
14441 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
14442 fi
14443 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
14444 ;;
14445 hppa*64*)
14446 shrext_cmds='.sl'
14447 hardcode_into_libs=yes
14448 dynamic_linker="$host_os dld.sl"
14449 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
14450 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
14451 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14452 soname_spec='${libname}${release}${shared_ext}$major'
14453 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
14454 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
14455 ;;
14456 *)
14457 shrext_cmds='.sl'
14458 dynamic_linker="$host_os dld.sl"
14459 shlibpath_var=SHLIB_PATH
14460 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
14461 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14462 soname_spec='${libname}${release}${shared_ext}$major'
14463 ;;
14464 esac
14465 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
14466 postinstall_cmds='chmod 555 $lib'
14467 # or fails outright, so override atomically:
14468 install_override_mode=555
14469 ;;
14470
14471interix[3-9]*)
14472 version_type=linux
14473 need_lib_prefix=no
14474 need_version=no
14475 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
14476 soname_spec='${libname}${release}${shared_ext}$major'
14477 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
14478 shlibpath_var=LD_LIBRARY_PATH
14479 shlibpath_overrides_runpath=no
14480 hardcode_into_libs=yes
14481 ;;
14482
14483irix5* | irix6* | nonstopux*)
14484 case $host_os in
14485 nonstopux*) version_type=nonstopux ;;
14486 *)
14487 if test "$lt_cv_prog_gnu_ld" = yes; then
14488 version_type=linux
14489 else
14490 version_type=irix
14491 fi ;;
14492 esac
14493 need_lib_prefix=no
14494 need_version=no
14495 soname_spec='${libname}${release}${shared_ext}$major'
14496 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
14497 case $host_os in
14498 irix5* | nonstopux*)
14499 libsuff= shlibsuff=
14500 ;;
14501 *)
14502 case $LD in # libtool.m4 will add one of these switches to LD
14503 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
14504 libsuff= shlibsuff= libmagic=32-bit;;
14505 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
14506 libsuff=32 shlibsuff=N32 libmagic=N32;;
14507 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
14508 libsuff=64 shlibsuff=64 libmagic=64-bit;;
14509 *) libsuff= shlibsuff= libmagic=never-match;;
14510 esac
14511 ;;
14512 esac
14513 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
14514 shlibpath_overrides_runpath=no
14515 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
14516 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
14517 hardcode_into_libs=yes
14518 ;;
14519
14520# No shared lib support for Linux oldld, aout, or coff.
14521linux*oldld* | linux*aout* | linux*coff*)
14522 dynamic_linker=no
14523 ;;
14524
14525# This must be Linux ELF.
14526linux* | k*bsd*-gnu | kopensolaris*-gnu)
14527 version_type=linux
14528 need_lib_prefix=no
14529 need_version=no
14530 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14531 soname_spec='${libname}${release}${shared_ext}$major'
14532 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
14533 shlibpath_var=LD_LIBRARY_PATH
14534 shlibpath_overrides_runpath=no
14535
14536 # Some binutils ld are patched to set DT_RUNPATH
f00f02a3 14537 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
89d8a412 14538 $as_echo_n "(cached) " >&6
14539else
14540 lt_cv_shlibpath_overrides_runpath=no
14541 save_LDFLAGS=$LDFLAGS
14542 save_libdir=$libdir
14543 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl_CXX\"; \
14544 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec_CXX\""
14545 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14546/* end confdefs.h. */
14547
14548int
14549main ()
14550{
14551
14552 ;
14553 return 0;
14554}
14555_ACEOF
14556if ac_fn_cxx_try_link "$LINENO"; then :
14557 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
14558 lt_cv_shlibpath_overrides_runpath=yes
14559fi
14560fi
14561rm -f core conftest.err conftest.$ac_objext \
14562 conftest$ac_exeext conftest.$ac_ext
14563 LDFLAGS=$save_LDFLAGS
14564 libdir=$save_libdir
14565
14566fi
14567
14568 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
14569
14570 # This implies no fast_install, which is unacceptable.
14571 # Some rework will be needed to allow for fast_install
14572 # before this can be enabled.
14573 hardcode_into_libs=yes
14574
14575 # Append ld.so.conf contents to the search path
14576 if test -f /etc/ld.so.conf; then
14577 lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
14578 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
14579 fi
14580
14581 # We used to test for /lib/ld.so.1 and disable shared libraries on
14582 # powerpc, because MkLinux only supported shared libraries with the
14583 # GNU dynamic linker. Since this was broken with cross compilers,
14584 # most powerpc-linux boxes support dynamic linking these days and
14585 # people can always --disable-shared, the test was removed, and we
14586 # assume the GNU/Linux dynamic linker is in use.
14587 dynamic_linker='GNU/Linux ld.so'
14588 ;;
14589
14590netbsd*)
14591 version_type=sunos
14592 need_lib_prefix=no
14593 need_version=no
14594 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
14595 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
14596 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
14597 dynamic_linker='NetBSD (a.out) ld.so'
14598 else
14599 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
14600 soname_spec='${libname}${release}${shared_ext}$major'
14601 dynamic_linker='NetBSD ld.elf_so'
14602 fi
14603 shlibpath_var=LD_LIBRARY_PATH
14604 shlibpath_overrides_runpath=yes
14605 hardcode_into_libs=yes
14606 ;;
14607
14608newsos6)
14609 version_type=linux
14610 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14611 shlibpath_var=LD_LIBRARY_PATH
14612 shlibpath_overrides_runpath=yes
14613 ;;
14614
14615*nto* | *qnx*)
14616 version_type=qnx
14617 need_lib_prefix=no
14618 need_version=no
14619 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14620 soname_spec='${libname}${release}${shared_ext}$major'
14621 shlibpath_var=LD_LIBRARY_PATH
14622 shlibpath_overrides_runpath=no
14623 hardcode_into_libs=yes
14624 dynamic_linker='ldqnx.so'
14625 ;;
14626
14627openbsd*)
14628 version_type=sunos
14629 sys_lib_dlsearch_path_spec="/usr/lib"
14630 need_lib_prefix=no
14631 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
14632 case $host_os in
14633 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
14634 *) need_version=no ;;
14635 esac
14636 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
14637 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
14638 shlibpath_var=LD_LIBRARY_PATH
14639 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
14640 case $host_os in
14641 openbsd2.[89] | openbsd2.[89].*)
14642 shlibpath_overrides_runpath=no
14643 ;;
14644 *)
14645 shlibpath_overrides_runpath=yes
14646 ;;
14647 esac
14648 else
14649 shlibpath_overrides_runpath=yes
14650 fi
14651 ;;
14652
14653os2*)
14654 libname_spec='$name'
14655 shrext_cmds=".dll"
14656 need_lib_prefix=no
14657 library_names_spec='$libname${shared_ext} $libname.a'
14658 dynamic_linker='OS/2 ld.exe'
14659 shlibpath_var=LIBPATH
14660 ;;
14661
14662osf3* | osf4* | osf5*)
14663 version_type=osf
14664 need_lib_prefix=no
14665 need_version=no
14666 soname_spec='${libname}${release}${shared_ext}$major'
14667 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14668 shlibpath_var=LD_LIBRARY_PATH
14669 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
14670 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
14671 ;;
14672
14673rdos*)
14674 dynamic_linker=no
14675 ;;
14676
14677solaris*)
14678 version_type=linux
14679 need_lib_prefix=no
14680 need_version=no
14681 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14682 soname_spec='${libname}${release}${shared_ext}$major'
14683 shlibpath_var=LD_LIBRARY_PATH
14684 shlibpath_overrides_runpath=yes
14685 hardcode_into_libs=yes
14686 # ldd complains unless libraries are executable
14687 postinstall_cmds='chmod +x $lib'
14688 ;;
14689
14690sunos4*)
14691 version_type=sunos
14692 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
14693 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
14694 shlibpath_var=LD_LIBRARY_PATH
14695 shlibpath_overrides_runpath=yes
14696 if test "$with_gnu_ld" = yes; then
14697 need_lib_prefix=no
14698 fi
14699 need_version=yes
14700 ;;
14701
14702sysv4 | sysv4.3*)
14703 version_type=linux
14704 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14705 soname_spec='${libname}${release}${shared_ext}$major'
14706 shlibpath_var=LD_LIBRARY_PATH
14707 case $host_vendor in
14708 sni)
14709 shlibpath_overrides_runpath=no
14710 need_lib_prefix=no
14711 runpath_var=LD_RUN_PATH
14712 ;;
14713 siemens)
14714 need_lib_prefix=no
14715 ;;
14716 motorola)
14717 need_lib_prefix=no
14718 need_version=no
14719 shlibpath_overrides_runpath=no
14720 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
14721 ;;
14722 esac
14723 ;;
14724
14725sysv4*MP*)
14726 if test -d /usr/nec ;then
14727 version_type=linux
14728 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
14729 soname_spec='$libname${shared_ext}.$major'
14730 shlibpath_var=LD_LIBRARY_PATH
14731 fi
14732 ;;
14733
14734sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
14735 version_type=freebsd-elf
14736 need_lib_prefix=no
14737 need_version=no
14738 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
14739 soname_spec='${libname}${release}${shared_ext}$major'
14740 shlibpath_var=LD_LIBRARY_PATH
14741 shlibpath_overrides_runpath=yes
14742 hardcode_into_libs=yes
14743 if test "$with_gnu_ld" = yes; then
14744 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
14745 else
14746 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
14747 case $host_os in
14748 sco3.2v5*)
14749 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
14750 ;;
14751 esac
14752 fi
14753 sys_lib_dlsearch_path_spec='/usr/lib'
14754 ;;
14755
14756tpf*)
14757 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
14758 version_type=linux
14759 need_lib_prefix=no
14760 need_version=no
14761 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14762 shlibpath_var=LD_LIBRARY_PATH
14763 shlibpath_overrides_runpath=no
14764 hardcode_into_libs=yes
14765 ;;
14766
14767uts4*)
14768 version_type=linux
14769 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14770 soname_spec='${libname}${release}${shared_ext}$major'
14771 shlibpath_var=LD_LIBRARY_PATH
14772 ;;
14773
14774*)
14775 dynamic_linker=no
14776 ;;
14777esac
14778{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
14779$as_echo "$dynamic_linker" >&6; }
14780test "$dynamic_linker" = no && can_build_shared=no
14781
14782variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
14783if test "$GCC" = yes; then
14784 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
14785fi
14786
14787if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
14788 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
14789fi
14790if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
14791 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
14792fi
14793
14794
14795
14796
14797
14798
14799
14800
14801
14802
14803
14804
14805
14806
14807
14808
14809
14810
14811
14812
14813
14814
14815
14816
14817
14818
14819
14820
14821
14822
14823
14824
14825
14826
14827
14828
14829
14830
14831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
14832$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
14833hardcode_action_CXX=
14834if test -n "$hardcode_libdir_flag_spec_CXX" ||
14835 test -n "$runpath_var_CXX" ||
14836 test "X$hardcode_automatic_CXX" = "Xyes" ; then
14837
14838 # We can hardcode non-existent directories.
14839 if test "$hardcode_direct_CXX" != no &&
14840 # If the only mechanism to avoid hardcoding is shlibpath_var, we
14841 # have to relink, otherwise we might link with an installed library
14842 # when we should be linking with a yet-to-be-installed one
14843 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, CXX)" != no &&
14844 test "$hardcode_minus_L_CXX" != no; then
14845 # Linking always hardcodes the temporary library directory.
14846 hardcode_action_CXX=relink
14847 else
14848 # We can link without hardcoding, and we can hardcode nonexisting dirs.
14849 hardcode_action_CXX=immediate
14850 fi
14851else
14852 # We cannot hardcode anything, or else we can only hardcode existing
14853 # directories.
14854 hardcode_action_CXX=unsupported
14855fi
14856{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action_CXX" >&5
14857$as_echo "$hardcode_action_CXX" >&6; }
14858
14859if test "$hardcode_action_CXX" = relink ||
14860 test "$inherit_rpath_CXX" = yes; then
14861 # Fast installation is not supported
14862 enable_fast_install=no
14863elif test "$shlibpath_overrides_runpath" = yes ||
14864 test "$enable_shared" = no; then
14865 # Fast installation is not necessary
14866 enable_fast_install=needless
14867fi
14868
14869
14870
14871
14872
14873
14874
14875 fi # test -n "$compiler"
14876
14877 CC=$lt_save_CC
14878 LDCXX=$LD
14879 LD=$lt_save_LD
14880 GCC=$lt_save_GCC
14881 with_gnu_ld=$lt_save_with_gnu_ld
14882 lt_cv_path_LDCXX=$lt_cv_path_LD
14883 lt_cv_path_LD=$lt_save_path_LD
14884 lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
14885 lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
14886fi # test "$_lt_caught_CXX_error" != yes
14887
14888ac_ext=c
14889ac_cpp='$CPP $CPPFLAGS'
14890ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14891ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14892ac_compiler_gnu=$ac_cv_c_compiler_gnu
14893
14894
14895
14896
14897
14898
14899
542f9784 14900
14901
14902
14903
14904
14905
cd9a469c 14906 ac_config_commands="$ac_config_commands libtool"
542f9784 14907
14908
14909
14910
14911# Only expand once:
14912
14913
14914
89d8a412 14915# Test for 64-bit build.
14916# The cast to long int works around a bug in the HP C Compiler
14917# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14918# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14919# This bug is HP SR number 8606223364.
14920{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of size_t" >&5
14921$as_echo_n "checking size of size_t... " >&6; }
f00f02a3 14922if ${ac_cv_sizeof_size_t+:} false; then :
89d8a412 14923 $as_echo_n "(cached) " >&6
14924else
14925 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (size_t))" "ac_cv_sizeof_size_t" "$ac_includes_default"; then :
14926
14927else
14928 if test "$ac_cv_type_size_t" = yes; then
14929 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
14930$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
f00f02a3 14931as_fn_error 77 "cannot compute sizeof (size_t)
14932See \`config.log' for more details" "$LINENO" 5; }
89d8a412 14933 else
14934 ac_cv_sizeof_size_t=0
14935 fi
14936fi
14937
14938fi
14939{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_size_t" >&5
14940$as_echo "$ac_cv_sizeof_size_t" >&6; }
14941
14942
14943
14944cat >>confdefs.h <<_ACEOF
14945#define SIZEOF_SIZE_T $ac_cv_sizeof_size_t
14946_ACEOF
14947
14948
14949
cd9a469c 14950
14951{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
14952$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
14953 # Check whether --enable-maintainer-mode was given.
14954if test "${enable_maintainer_mode+set}" = set; then :
14955 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
2be99030 14956else
542f9784 14957 USE_MAINTAINER_MODE=no
cd9a469c 14958fi
2be99030 14959
cd9a469c 14960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
14961$as_echo "$USE_MAINTAINER_MODE" >&6; }
14962 if test $USE_MAINTAINER_MODE = yes; then
542f9784 14963 MAINTAINER_MODE_TRUE=
14964 MAINTAINER_MODE_FALSE='#'
14965else
14966 MAINTAINER_MODE_TRUE='#'
14967 MAINTAINER_MODE_FALSE=
2be99030 14968fi
14969
542f9784 14970 MAINT=$MAINTAINER_MODE_TRUE
14971
2be99030 14972
14973
2be99030 14974for ac_header in sys/mman.h
cd9a469c 14975do :
14976 ac_fn_c_check_header_mongrel "$LINENO" "sys/mman.h" "ac_cv_header_sys_mman_h" "$ac_includes_default"
f00f02a3 14977if test "x$ac_cv_header_sys_mman_h" = xyes; then :
2be99030 14978 cat >>confdefs.h <<_ACEOF
cd9a469c 14979#define HAVE_SYS_MMAN_H 1
2be99030 14980_ACEOF
14981
14982fi
14983
14984done
14985
89d8a412 14986for ac_func in mmap mkostemp
cd9a469c 14987do :
89d8a412 14988 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14989ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
f00f02a3 14990if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
cd9a469c 14991 cat >>confdefs.h <<_ACEOF
89d8a412 14992#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
2be99030 14993_ACEOF
2be99030 14994
cd9a469c 14995fi
14996done
2be99030 14997
2be99030 14998
cd9a469c 14999ac_fn_c_check_header_mongrel "$LINENO" "sys/mman.h" "ac_cv_header_sys_mman_h" "$ac_includes_default"
f00f02a3 15000if test "x$ac_cv_header_sys_mman_h" = xyes; then :
cd9a469c 15001 libffi_header_sys_mman_h=yes
15002else
15003 libffi_header_sys_mman_h=no
15004fi
2be99030 15005
2be99030 15006
cd9a469c 15007ac_fn_c_check_func "$LINENO" "mmap" "ac_cv_func_mmap"
f00f02a3 15008if test "x$ac_cv_func_mmap" = xyes; then :
cd9a469c 15009 libffi_func_mmap=yes
2be99030 15010else
cd9a469c 15011 libffi_func_mmap=no
e2f66690 15012fi
15013
15014if test "$libffi_header_sys_mman_h" != yes \
15015 || test "$libffi_func_mmap" != yes; then
2be99030 15016 ac_cv_func_mmap_file=no
15017 ac_cv_func_mmap_dev_zero=no
15018 ac_cv_func_mmap_anon=no
15019else
cd9a469c 15020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether read-only mmap of a plain file works" >&5
15021$as_echo_n "checking whether read-only mmap of a plain file works... " >&6; }
f00f02a3 15022if ${ac_cv_func_mmap_file+:} false; then :
cd9a469c 15023 $as_echo_n "(cached) " >&6
2be99030 15024else
15025 # Add a system to this blacklist if
15026 # mmap(0, stat_size, PROT_READ, MAP_PRIVATE, fd, 0) doesn't return a
15027 # memory area containing the same data that you'd get if you applied
15028 # read() to the same fd. The only system known to have a problem here
15029 # is VMS, where text files have record structure.
15030 case "$host_os" in
15031 vms* | ultrix*)
15032 ac_cv_func_mmap_file=no ;;
15033 *)
15034 ac_cv_func_mmap_file=yes;;
15035 esac
15036fi
cd9a469c 15037{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_file" >&5
15038$as_echo "$ac_cv_func_mmap_file" >&6; }
15039 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mmap from /dev/zero works" >&5
15040$as_echo_n "checking whether mmap from /dev/zero works... " >&6; }
f00f02a3 15041if ${ac_cv_func_mmap_dev_zero+:} false; then :
cd9a469c 15042 $as_echo_n "(cached) " >&6
2be99030 15043else
15044 # Add a system to this blacklist if it has mmap() but /dev/zero
15045 # does not exist, or if mmapping /dev/zero does not give anonymous
15046 # zeroed pages with both the following properties:
15047 # 1. If you map N consecutive pages in with one call, and then
15048 # unmap any subset of those pages, the pages that were not
15049 # explicitly unmapped remain accessible.
15050 # 2. If you map two adjacent blocks of memory and then unmap them
15051 # both at once, they must both go away.
15052 # Systems known to be in this category are Windows (all variants),
15053 # VMS, and Darwin.
15054 case "$host_os" in
15055 vms* | cygwin* | pe | mingw* | darwin* | ultrix* | hpux10* | hpux11.00)
15056 ac_cv_func_mmap_dev_zero=no ;;
15057 *)
15058 ac_cv_func_mmap_dev_zero=yes;;
15059 esac
15060fi
cd9a469c 15061{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_dev_zero" >&5
15062$as_echo "$ac_cv_func_mmap_dev_zero" >&6; }
2be99030 15063
15064 # Unlike /dev/zero, the MAP_ANON(YMOUS) defines can be probed for.
cd9a469c 15065 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MAP_ANON(YMOUS)" >&5
15066$as_echo_n "checking for MAP_ANON(YMOUS)... " >&6; }
f00f02a3 15067if ${ac_cv_decl_map_anon+:} false; then :
cd9a469c 15068 $as_echo_n "(cached) " >&6
2be99030 15069else
cd9a469c 15070 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2be99030 15071/* end confdefs.h. */
15072#include <sys/types.h>
15073#include <sys/mman.h>
15074#include <unistd.h>
15075
15076#ifndef MAP_ANONYMOUS
15077#define MAP_ANONYMOUS MAP_ANON
15078#endif
15079
15080int
15081main ()
15082{
15083int n = MAP_ANONYMOUS;
15084 ;
15085 return 0;
15086}
15087_ACEOF
cd9a469c 15088if ac_fn_c_try_compile "$LINENO"; then :
2be99030 15089 ac_cv_decl_map_anon=yes
15090else
cd9a469c 15091 ac_cv_decl_map_anon=no
2be99030 15092fi
cd9a469c 15093rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2be99030 15094fi
cd9a469c 15095{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_decl_map_anon" >&5
15096$as_echo "$ac_cv_decl_map_anon" >&6; }
2be99030 15097
15098 if test $ac_cv_decl_map_anon = no; then
15099 ac_cv_func_mmap_anon=no
15100 else
cd9a469c 15101 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mmap with MAP_ANON(YMOUS) works" >&5
15102$as_echo_n "checking whether mmap with MAP_ANON(YMOUS) works... " >&6; }
f00f02a3 15103if ${ac_cv_func_mmap_anon+:} false; then :
cd9a469c 15104 $as_echo_n "(cached) " >&6
2be99030 15105else
15106 # Add a system to this blacklist if it has mmap() and MAP_ANON or
15107 # MAP_ANONYMOUS, but using mmap(..., MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
15108 # doesn't give anonymous zeroed pages with the same properties listed
15109 # above for use of /dev/zero.
15110 # Systems known to be in this category are Windows, VMS, and SCO Unix.
15111 case "$host_os" in
15112 vms* | cygwin* | pe | mingw* | sco* | udk* )
15113 ac_cv_func_mmap_anon=no ;;
15114 *)
15115 ac_cv_func_mmap_anon=yes;;
15116 esac
15117fi
cd9a469c 15118{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_anon" >&5
15119$as_echo "$ac_cv_func_mmap_anon" >&6; }
2be99030 15120 fi
15121fi
15122
15123if test $ac_cv_func_mmap_file = yes; then
15124
89d8a412 15125$as_echo "#define HAVE_MMAP_FILE 1" >>confdefs.h
a65f362a 15126
b375837d 15127fi
89d8a412 15128if test $ac_cv_func_mmap_dev_zero = yes; then
b375837d 15129
89d8a412 15130$as_echo "#define HAVE_MMAP_DEV_ZERO 1" >>confdefs.h
2a06dfe6 15131
7e5823cf 15132fi
89d8a412 15133if test $ac_cv_func_mmap_anon = yes; then
7e5823cf 15134
89d8a412 15135$as_echo "#define HAVE_MMAP_ANON 1" >>confdefs.h
2e818f50 15136
b375837d 15137fi
2be99030 15138
b375837d 15139
89d8a412 15140 if test -d $srcdir/testsuite; then
15141 TESTSUBDIR_TRUE=
15142 TESTSUBDIR_FALSE='#'
2be99030 15143else
89d8a412 15144 TESTSUBDIR_TRUE='#'
15145 TESTSUBDIR_FALSE=
47c5fab6 15146fi
b375837d 15147
47c5fab6 15148
89d8a412 15149TARGETDIR="unknown"
15150HAVE_LONG_DOUBLE_VARIANT=0
1a82d6f6 15151
89d8a412 15152. ${srcdir}/configure.host
1a82d6f6 15153
89d8a412 15154if test -n "${UNSUPPORTED}"; then
f00f02a3 15155 as_fn_error $? "\"libffi has not been ported to $host.\"" "$LINENO" 5
b375837d 15156fi
b375837d 15157
89d8a412 15158
a65f362a 15159
b375837d 15160
cd9a469c 15161{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
15162$as_echo_n "checking for ANSI C header files... " >&6; }
f00f02a3 15163if ${ac_cv_header_stdc+:} false; then :
cd9a469c 15164 $as_echo_n "(cached) " >&6
b375837d 15165else
cd9a469c 15166 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b375837d 15167/* end confdefs.h. */
47c5fab6 15168#include <stdlib.h>
15169#include <stdarg.h>
15170#include <string.h>
15171#include <float.h>
b375837d 15172
15173int
15174main ()
15175{
15176
15177 ;
15178 return 0;
15179}
15180_ACEOF
cd9a469c 15181if ac_fn_c_try_compile "$LINENO"; then :
47c5fab6 15182 ac_cv_header_stdc=yes
15183else
cd9a469c 15184 ac_cv_header_stdc=no
47c5fab6 15185fi
cd9a469c 15186rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
47c5fab6 15187
15188if test $ac_cv_header_stdc = yes; then
15189 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
cd9a469c 15190 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b375837d 15191/* end confdefs.h. */
47c5fab6 15192#include <string.h>
b375837d 15193
15194_ACEOF
47c5fab6 15195if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
cd9a469c 15196 $EGREP "memchr" >/dev/null 2>&1; then :
15197
47c5fab6 15198else
47c5fab6 15199 ac_cv_header_stdc=no
15200fi
15201rm -f conftest*
15202
15203fi
15204
15205if test $ac_cv_header_stdc = yes; then
15206 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
cd9a469c 15207 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b375837d 15208/* end confdefs.h. */
47c5fab6 15209#include <stdlib.h>
b375837d 15210
15211_ACEOF
47c5fab6 15212if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
cd9a469c 15213 $EGREP "free" >/dev/null 2>&1; then :
15214
47c5fab6 15215else
47c5fab6 15216 ac_cv_header_stdc=no
15217fi
15218rm -f conftest*
15219
15220fi
15221
15222if test $ac_cv_header_stdc = yes; then
15223 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
cd9a469c 15224 if test "$cross_compiling" = yes; then :
47c5fab6 15225 :
15226else
cd9a469c 15227 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b375837d 15228/* end confdefs.h. */
47c5fab6 15229#include <ctype.h>
cd9a469c 15230#include <stdlib.h>
b375837d 15231#if ((' ' & 0x0FF) == 0x020)
15232# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
15233# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
15234#else
15235# define ISLOWER(c) \
15236 (('a' <= (c) && (c) <= 'i') \
15237 || ('j' <= (c) && (c) <= 'r') \
15238 || ('s' <= (c) && (c) <= 'z'))
15239# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
15240#endif
47c5fab6 15241
b375837d 15242#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
15243int
15244main ()
15245{
15246 int i;
15247 for (i = 0; i < 256; i++)
15248 if (XOR (islower (i), ISLOWER (i))
15249 || toupper (i) != TOUPPER (i))
cd9a469c 15250 return 2;
15251 return 0;
b375837d 15252}
15253_ACEOF
cd9a469c 15254if ac_fn_c_try_run "$LINENO"; then :
b375837d 15255
cd9a469c 15256else
15257 ac_cv_header_stdc=no
47c5fab6 15258fi
cd9a469c 15259rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
15260 conftest.$ac_objext conftest.beam conftest.$ac_ext
47c5fab6 15261fi
cd9a469c 15262
47c5fab6 15263fi
15264fi
cd9a469c 15265{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
15266$as_echo "$ac_cv_header_stdc" >&6; }
47c5fab6 15267if test $ac_cv_header_stdc = yes; then
b375837d 15268
cd9a469c 15269$as_echo "#define STDC_HEADERS 1" >>confdefs.h
47c5fab6 15270
15271fi
15272
15273for ac_func in memcpy
cd9a469c 15274do :
15275 ac_fn_c_check_func "$LINENO" "memcpy" "ac_cv_func_memcpy"
f00f02a3 15276if test "x$ac_cv_func_memcpy" = xyes; then :
cd9a469c 15277 cat >>confdefs.h <<_ACEOF
15278#define HAVE_MEMCPY 1
b375837d 15279_ACEOF
b375837d 15280
cd9a469c 15281fi
15282done
47c5fab6 15283
f00f02a3 15284ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
15285if test "x$ac_cv_type_size_t" = xyes; then :
15286
15287else
15288
15289cat >>confdefs.h <<_ACEOF
15290#define size_t unsigned int
15291_ACEOF
15292
15293fi
15294
cd9a469c 15295# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
15296# for constant arguments. Useless!
15297{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
15298$as_echo_n "checking for working alloca.h... " >&6; }
f00f02a3 15299if ${ac_cv_working_alloca_h+:} false; then :
cd9a469c 15300 $as_echo_n "(cached) " >&6
15301else
15302 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15303/* end confdefs.h. */
15304#include <alloca.h>
b375837d 15305int
15306main ()
15307{
cd9a469c 15308char *p = (char *) alloca (2 * sizeof (int));
15309 if (p) return 0;
b375837d 15310 ;
15311 return 0;
15312}
15313_ACEOF
cd9a469c 15314if ac_fn_c_try_link "$LINENO"; then :
b375837d 15315 ac_cv_working_alloca_h=yes
15316else
cd9a469c 15317 ac_cv_working_alloca_h=no
b375837d 15318fi
cd9a469c 15319rm -f core conftest.err conftest.$ac_objext \
15320 conftest$ac_exeext conftest.$ac_ext
b375837d 15321fi
cd9a469c 15322{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
15323$as_echo "$ac_cv_working_alloca_h" >&6; }
b375837d 15324if test $ac_cv_working_alloca_h = yes; then
15325
cd9a469c 15326$as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
47c5fab6 15327
15328fi
15329
cd9a469c 15330{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
15331$as_echo_n "checking for alloca... " >&6; }
f00f02a3 15332if ${ac_cv_func_alloca_works+:} false; then :
cd9a469c 15333 $as_echo_n "(cached) " >&6
47c5fab6 15334else
cd9a469c 15335 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b375837d 15336/* end confdefs.h. */
47c5fab6 15337#ifdef __GNUC__
15338# define alloca __builtin_alloca
15339#else
15340# ifdef _MSC_VER
15341# include <malloc.h>
15342# define alloca _alloca
15343# else
cd9a469c 15344# ifdef HAVE_ALLOCA_H
47c5fab6 15345# include <alloca.h>
15346# else
15347# ifdef _AIX
15348 #pragma alloca
15349# else
15350# ifndef alloca /* predefined by HP cc +Olibcalls */
f00f02a3 15351void *alloca (size_t);
47c5fab6 15352# endif
15353# endif
15354# endif
15355# endif
15356#endif
15357
b375837d 15358int
15359main ()
15360{
15361char *p = (char *) alloca (1);
cd9a469c 15362 if (p) return 0;
b375837d 15363 ;
15364 return 0;
15365}
15366_ACEOF
cd9a469c 15367if ac_fn_c_try_link "$LINENO"; then :
47c5fab6 15368 ac_cv_func_alloca_works=yes
15369else
cd9a469c 15370 ac_cv_func_alloca_works=no
47c5fab6 15371fi
cd9a469c 15372rm -f core conftest.err conftest.$ac_objext \
15373 conftest$ac_exeext conftest.$ac_ext
47c5fab6 15374fi
cd9a469c 15375{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
15376$as_echo "$ac_cv_func_alloca_works" >&6; }
47c5fab6 15377
47c5fab6 15378if test $ac_cv_func_alloca_works = yes; then
47c5fab6 15379
cd9a469c 15380$as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
47c5fab6 15381
b375837d 15382else
47c5fab6 15383 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
b375837d 15384# that cause trouble. Some versions do not even contain alloca or
15385# contain a buggy version. If you still want to use their alloca,
15386# use ar to extract alloca.o from them instead of compiling alloca.c.
15387
cd9a469c 15388ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
b375837d 15389
cd9a469c 15390$as_echo "#define C_ALLOCA 1" >>confdefs.h
47c5fab6 15391
15392
cd9a469c 15393{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
15394$as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
f00f02a3 15395if ${ac_cv_os_cray+:} false; then :
cd9a469c 15396 $as_echo_n "(cached) " >&6
47c5fab6 15397else
cd9a469c 15398 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b375837d 15399/* end confdefs.h. */
cd9a469c 15400#if defined CRAY && ! defined CRAY2
47c5fab6 15401webecray
15402#else
15403wenotbecray
15404#endif
15405
b375837d 15406_ACEOF
47c5fab6 15407if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
cd9a469c 15408 $EGREP "webecray" >/dev/null 2>&1; then :
47c5fab6 15409 ac_cv_os_cray=yes
15410else
47c5fab6 15411 ac_cv_os_cray=no
15412fi
15413rm -f conftest*
15414
15415fi
cd9a469c 15416{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
15417$as_echo "$ac_cv_os_cray" >&6; }
47c5fab6 15418if test $ac_cv_os_cray = yes; then
b375837d 15419 for ac_func in _getb67 GETB67 getb67; do
cd9a469c 15420 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15421ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
f00f02a3 15422if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
b375837d 15423
15424cat >>confdefs.h <<_ACEOF
47c5fab6 15425#define CRAY_STACKSEG_END $ac_func
b375837d 15426_ACEOF
47c5fab6 15427
b375837d 15428 break
47c5fab6 15429fi
15430
b375837d 15431 done
47c5fab6 15432fi
15433
cd9a469c 15434{ $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
15435$as_echo_n "checking stack direction for C alloca... " >&6; }
f00f02a3 15436if ${ac_cv_c_stack_direction+:} false; then :
cd9a469c 15437 $as_echo_n "(cached) " >&6
47c5fab6 15438else
cd9a469c 15439 if test "$cross_compiling" = yes; then :
47c5fab6 15440 ac_cv_c_stack_direction=0
15441else
cd9a469c 15442 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b375837d 15443/* end confdefs.h. */
cd9a469c 15444$ac_includes_default
b375837d 15445int
f00f02a3 15446find_stack_direction (int *addr, int depth)
47c5fab6 15447{
f00f02a3 15448 int dir, dummy = 0;
15449 if (! addr)
15450 addr = &dummy;
15451 *addr = addr < &dummy ? 1 : addr == &dummy ? 0 : -1;
15452 dir = depth ? find_stack_direction (addr, depth - 1) : 0;
15453 return dir + dummy;
47c5fab6 15454}
b375837d 15455
15456int
f00f02a3 15457main (int argc, char **argv)
47c5fab6 15458{
f00f02a3 15459 return find_stack_direction (0, argc + !argv + 20) < 0;
47c5fab6 15460}
b375837d 15461_ACEOF
cd9a469c 15462if ac_fn_c_try_run "$LINENO"; then :
47c5fab6 15463 ac_cv_c_stack_direction=1
15464else
cd9a469c 15465 ac_cv_c_stack_direction=-1
47c5fab6 15466fi
cd9a469c 15467rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
15468 conftest.$ac_objext conftest.beam conftest.$ac_ext
47c5fab6 15469fi
15470
cd9a469c 15471fi
15472{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
15473$as_echo "$ac_cv_c_stack_direction" >&6; }
b375837d 15474cat >>confdefs.h <<_ACEOF
47c5fab6 15475#define STACK_DIRECTION $ac_cv_c_stack_direction
b375837d 15476_ACEOF
15477
47c5fab6 15478
15479fi
15480
15481
cd9a469c 15482# The cast to long int works around a bug in the HP C Compiler
15483# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15484# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15485# This bug is HP SR number 8606223364.
15486{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of double" >&5
15487$as_echo_n "checking size of double... " >&6; }
f00f02a3 15488if ${ac_cv_sizeof_double+:} false; then :
cd9a469c 15489 $as_echo_n "(cached) " >&6
69738b31 15490else
cd9a469c 15491 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (double))" "ac_cv_sizeof_double" "$ac_includes_default"; then :
15492
15493else
15494 if test "$ac_cv_type_double" = yes; then
15495 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
15496$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
f00f02a3 15497as_fn_error 77 "cannot compute sizeof (double)
15498See \`config.log' for more details" "$LINENO" 5; }
cd9a469c 15499 else
15500 ac_cv_sizeof_double=0
15501 fi
15502fi
15503
15504fi
15505{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_double" >&5
15506$as_echo "$ac_cv_sizeof_double" >&6; }
15507
15508
15509
15510cat >>confdefs.h <<_ACEOF
15511#define SIZEOF_DOUBLE $ac_cv_sizeof_double
69738b31 15512_ACEOF
cd9a469c 15513
15514
15515# The cast to long int works around a bug in the HP C Compiler
15516# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15517# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15518# This bug is HP SR number 8606223364.
15519{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long double" >&5
15520$as_echo_n "checking size of long double... " >&6; }
f00f02a3 15521if ${ac_cv_sizeof_long_double+:} false; then :
cd9a469c 15522 $as_echo_n "(cached) " >&6
69738b31 15523else
cd9a469c 15524 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long double))" "ac_cv_sizeof_long_double" "$ac_includes_default"; then :
69738b31 15525
cd9a469c 15526else
15527 if test "$ac_cv_type_long_double" = yes; then
15528 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
15529$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
f00f02a3 15530as_fn_error 77 "cannot compute sizeof (long double)
15531See \`config.log' for more details" "$LINENO" 5; }
cd9a469c 15532 else
15533 ac_cv_sizeof_long_double=0
15534 fi
69738b31 15535fi
cd9a469c 15536
69738b31 15537fi
cd9a469c 15538{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_double" >&5
15539$as_echo "$ac_cv_sizeof_long_double" >&6; }
69738b31 15540
cd9a469c 15541
15542
15543cat >>confdefs.h <<_ACEOF
15544#define SIZEOF_LONG_DOUBLE $ac_cv_sizeof_long_double
69738b31 15545_ACEOF
cd9a469c 15546
15547
15548
15549# Also AC_SUBST this variable for ffi.h.
15550if test -z "$HAVE_LONG_DOUBLE"; then
15551 HAVE_LONG_DOUBLE=0
f7d6f268 15552 if test $ac_cv_sizeof_long_double != 0; then
15553 if test $HAVE_LONG_DOUBLE_VARIANT != 0; then
15554
15555$as_echo "#define HAVE_LONG_DOUBLE_VARIANT 1" >>confdefs.h
15556
cd9a469c 15557 HAVE_LONG_DOUBLE=1
f7d6f268 15558 else
15559 if test $ac_cv_sizeof_double != $ac_cv_sizeof_long_double; then
15560 HAVE_LONG_DOUBLE=1
cd9a469c 15561
15562$as_echo "#define HAVE_LONG_DOUBLE 1" >>confdefs.h
15563
f7d6f268 15564 fi
cd9a469c 15565 fi
15566 fi
15567fi
15568
15569
f7d6f268 15570
cd9a469c 15571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
15572$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
f00f02a3 15573if ${ac_cv_c_bigendian+:} false; then :
cd9a469c 15574 $as_echo_n "(cached) " >&6
15575else
15576 ac_cv_c_bigendian=unknown
15577 # See if we're dealing with a universal compiler.
15578 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
69738b31 15579/* end confdefs.h. */
cd9a469c 15580#ifndef __APPLE_CC__
15581 not a universal capable compiler
15582 #endif
15583 typedef int dummy;
15584
15585_ACEOF
15586if ac_fn_c_try_compile "$LINENO"; then :
15587
15588 # Check for potential -arch flags. It is not universal unless
15589 # there are at least two -arch flags with different values.
15590 ac_arch=
15591 ac_prev=
15592 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
15593 if test -n "$ac_prev"; then
15594 case $ac_word in
15595 i?86 | x86_64 | ppc | ppc64)
15596 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
15597 ac_arch=$ac_word
15598 else
15599 ac_cv_c_bigendian=universal
15600 break
15601 fi
15602 ;;
15603 esac
15604 ac_prev=
15605 elif test "x$ac_word" = "x-arch"; then
15606 ac_prev=arch
15607 fi
15608 done
15609fi
15610rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15611 if test $ac_cv_c_bigendian = unknown; then
15612 # See if sys/param.h defines the BYTE_ORDER macro.
15613 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15614/* end confdefs.h. */
15615#include <sys/types.h>
15616 #include <sys/param.h>
15617
69738b31 15618int
15619main ()
15620{
cd9a469c 15621#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
15622 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
15623 && LITTLE_ENDIAN)
15624 bogus endian macros
15625 #endif
69738b31 15626
15627 ;
15628 return 0;
15629}
15630_ACEOF
cd9a469c 15631if ac_fn_c_try_compile "$LINENO"; then :
15632 # It does; now see whether it defined to BIG_ENDIAN or not.
15633 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
69738b31 15634/* end confdefs.h. */
cd9a469c 15635#include <sys/types.h>
15636 #include <sys/param.h>
15637
69738b31 15638int
15639main ()
15640{
cd9a469c 15641#if BYTE_ORDER != BIG_ENDIAN
15642 not big endian
15643 #endif
69738b31 15644
15645 ;
15646 return 0;
15647}
15648_ACEOF
cd9a469c 15649if ac_fn_c_try_compile "$LINENO"; then :
15650 ac_cv_c_bigendian=yes
69738b31 15651else
cd9a469c 15652 ac_cv_c_bigendian=no
69738b31 15653fi
cd9a469c 15654rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15655fi
15656rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15657 fi
15658 if test $ac_cv_c_bigendian = unknown; then
15659 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
15660 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
69738b31 15661/* end confdefs.h. */
cd9a469c 15662#include <limits.h>
15663
69738b31 15664int
15665main ()
15666{
cd9a469c 15667#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
15668 bogus endian macros
15669 #endif
69738b31 15670
15671 ;
15672 return 0;
15673}
15674_ACEOF
cd9a469c 15675if ac_fn_c_try_compile "$LINENO"; then :
15676 # It does; now see whether it defined to _BIG_ENDIAN or not.
15677 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
69738b31 15678/* end confdefs.h. */
cd9a469c 15679#include <limits.h>
15680
69738b31 15681int
15682main ()
15683{
cd9a469c 15684#ifndef _BIG_ENDIAN
15685 not big endian
15686 #endif
69738b31 15687
15688 ;
15689 return 0;
15690}
15691_ACEOF
cd9a469c 15692if ac_fn_c_try_compile "$LINENO"; then :
15693 ac_cv_c_bigendian=yes
69738b31 15694else
cd9a469c 15695 ac_cv_c_bigendian=no
69738b31 15696fi
cd9a469c 15697rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
69738b31 15698fi
cd9a469c 15699rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15700 fi
15701 if test $ac_cv_c_bigendian = unknown; then
15702 # Compile a test program.
15703 if test "$cross_compiling" = yes; then :
15704 # Try to guess by grepping values from an object file.
15705 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
69738b31 15706/* end confdefs.h. */
cd9a469c 15707short int ascii_mm[] =
15708 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
15709 short int ascii_ii[] =
15710 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
15711 int use_ascii (int i) {
15712 return ascii_mm[i] + ascii_ii[i];
15713 }
15714 short int ebcdic_ii[] =
15715 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
15716 short int ebcdic_mm[] =
15717 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
15718 int use_ebcdic (int i) {
15719 return ebcdic_mm[i] + ebcdic_ii[i];
15720 }
15721 extern int foo;
15722
69738b31 15723int
15724main ()
15725{
cd9a469c 15726return use_ascii (foo) == use_ebcdic (foo);
69738b31 15727 ;
15728 return 0;
15729}
15730_ACEOF
cd9a469c 15731if ac_fn_c_try_compile "$LINENO"; then :
15732 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
15733 ac_cv_c_bigendian=yes
15734 fi
15735 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
15736 if test "$ac_cv_c_bigendian" = unknown; then
15737 ac_cv_c_bigendian=no
15738 else
15739 # finding both strings is unlikely to happen, but who knows?
15740 ac_cv_c_bigendian=unknown
15741 fi
15742 fi
47c5fab6 15743fi
cd9a469c 15744rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
69738b31 15745else
cd9a469c 15746 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
69738b31 15747/* end confdefs.h. */
15748$ac_includes_default
b375837d 15749int
15750main ()
15751{
b375837d 15752
cd9a469c 15753 /* Are we little or big endian? From Harbison&Steele. */
15754 union
15755 {
15756 long int l;
15757 char c[sizeof (long int)];
15758 } u;
15759 u.l = 1;
15760 return u.c[sizeof (long int) - 1] == 1;
b375837d 15761
69738b31 15762 ;
15763 return 0;
15764}
15765_ACEOF
cd9a469c 15766if ac_fn_c_try_run "$LINENO"; then :
47c5fab6 15767 ac_cv_c_bigendian=no
15768else
cd9a469c 15769 ac_cv_c_bigendian=yes
47c5fab6 15770fi
cd9a469c 15771rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
15772 conftest.$ac_objext conftest.beam conftest.$ac_ext
47c5fab6 15773fi
b375837d 15774
cd9a469c 15775 fi
15776fi
15777{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
15778$as_echo "$ac_cv_c_bigendian" >&6; }
15779 case $ac_cv_c_bigendian in #(
15780 yes)
15781 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
15782;; #(
15783 no)
15784 ;; #(
15785 universal)
15786
15787$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
15788
15789 ;; #(
15790 *)
f00f02a3 15791 as_fn_error $? "unknown endianness
cd9a469c 15792 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
15793 esac
47c5fab6 15794
15795
cd9a469c 15796{ $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler .cfi pseudo-op support" >&5
15797$as_echo_n "checking assembler .cfi pseudo-op support... " >&6; }
f00f02a3 15798if ${gcc_cv_as_cfi_pseudo_op+:} false; then :
cd9a469c 15799 $as_echo_n "(cached) " >&6
a53add80 15800else
15801
022a1701 15802 gcc_cv_as_cfi_pseudo_op=unknown
cd9a469c 15803 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
a53add80 15804/* end confdefs.h. */
15805asm (".cfi_startproc\n\t.cfi_endproc");
15806int
15807main ()
15808{
15809
15810 ;
15811 return 0;
15812}
15813_ACEOF
cd9a469c 15814if ac_fn_c_try_compile "$LINENO"; then :
022a1701 15815 gcc_cv_as_cfi_pseudo_op=yes
a53add80 15816else
022a1701 15817 gcc_cv_as_cfi_pseudo_op=no
a53add80 15818fi
cd9a469c 15819rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
a53add80 15820
15821fi
022a1701 15822{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_cfi_pseudo_op" >&5
15823$as_echo "$gcc_cv_as_cfi_pseudo_op" >&6; }
15824 if test "x$gcc_cv_as_cfi_pseudo_op" = xyes; then
a53add80 15825
cd9a469c 15826$as_echo "#define HAVE_AS_CFI_PSEUDO_OP 1" >>confdefs.h
a53add80 15827
022a1701 15828 fi
15829
a53add80 15830
14c010b9 15831case "$TARGET" in
15832 SPARC)
cd9a469c 15833 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler and linker support unaligned pc related relocs" >&5
15834$as_echo_n "checking assembler and linker support unaligned pc related relocs... " >&6; }
f00f02a3 15835if ${libffi_cv_as_sparc_ua_pcrel+:} false; then :
cd9a469c 15836 $as_echo_n "(cached) " >&6
b40c762b 15837else
b375837d 15838
b40c762b 15839 save_CFLAGS="$CFLAGS"
15840 save_LDFLAGS="$LDFLAGS"
15841 CFLAGS="$CFLAGS -fpic"
15842 LDFLAGS="$LDFLAGS -shared"
cd9a469c 15843 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b375837d 15844/* end confdefs.h. */
b40c762b 15845asm (".text; foo: nop; .data; .align 4; .byte 0; .uaword %r_disp32(foo); .text");
b375837d 15846int
15847main ()
15848{
b40c762b 15849
b375837d 15850 ;
15851 return 0;
15852}
15853_ACEOF
cd9a469c 15854if ac_fn_c_try_link "$LINENO"; then :
b40c762b 15855 libffi_cv_as_sparc_ua_pcrel=yes
15856else
cd9a469c 15857 libffi_cv_as_sparc_ua_pcrel=no
b40c762b 15858fi
cd9a469c 15859rm -f core conftest.err conftest.$ac_objext \
15860 conftest$ac_exeext conftest.$ac_ext
b40c762b 15861 CFLAGS="$save_CFLAGS"
15862 LDFLAGS="$save_LDFLAGS"
15863fi
cd9a469c 15864{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $libffi_cv_as_sparc_ua_pcrel" >&5
15865$as_echo "$libffi_cv_as_sparc_ua_pcrel" >&6; }
b40c762b 15866 if test "x$libffi_cv_as_sparc_ua_pcrel" = xyes; then
b375837d 15867
cd9a469c 15868$as_echo "#define HAVE_AS_SPARC_UA_PCREL 1" >>confdefs.h
f3bd7a2c 15869
15870 fi
15871
cd9a469c 15872 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler .register pseudo-op support" >&5
15873$as_echo_n "checking assembler .register pseudo-op support... " >&6; }
f00f02a3 15874if ${libffi_cv_as_register_pseudo_op+:} false; then :
cd9a469c 15875 $as_echo_n "(cached) " >&6
f3bd7a2c 15876else
b375837d 15877
f3bd7a2c 15878 libffi_cv_as_register_pseudo_op=unknown
15879 # Check if we have .register
cd9a469c 15880 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b375837d 15881/* end confdefs.h. */
89d8a412 15882
b375837d 15883int
15884main ()
15885{
89d8a412 15886asm (".register %g2, #scratch");
b375837d 15887 ;
15888 return 0;
15889}
15890_ACEOF
cd9a469c 15891if ac_fn_c_try_compile "$LINENO"; then :
f3bd7a2c 15892 libffi_cv_as_register_pseudo_op=yes
15893else
cd9a469c 15894 libffi_cv_as_register_pseudo_op=no
f3bd7a2c 15895fi
cd9a469c 15896rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
f3bd7a2c 15897
b375837d 15898fi
cd9a469c 15899{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $libffi_cv_as_register_pseudo_op" >&5
15900$as_echo "$libffi_cv_as_register_pseudo_op" >&6; }
f3bd7a2c 15901 if test "x$libffi_cv_as_register_pseudo_op" = xyes; then
b375837d 15902
cd9a469c 15903$as_echo "#define HAVE_AS_REGISTER_PSEUDO_OP 1" >>confdefs.h
b40c762b 15904
15905 fi
14c010b9 15906 ;;
b40c762b 15907
14c010b9 15908 X86*)
cd9a469c 15909 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler supports pc related relocs" >&5
15910$as_echo_n "checking assembler supports pc related relocs... " >&6; }
f00f02a3 15911if ${libffi_cv_as_x86_pcrel+:} false; then :
cd9a469c 15912 $as_echo_n "(cached) " >&6
95ff4d7d 15913else
15914
89d8a412 15915 libffi_cv_as_x86_pcrel=no
95ff4d7d 15916 echo '.text; foo: nop; .data; .long foo-.; .text' > conftest.s
89d8a412 15917 if $CC $CFLAGS -c conftest.s > /dev/null 2>&1; then
15918 libffi_cv_as_x86_pcrel=yes
3a4c5379 15919 fi
95ff4d7d 15920
15921fi
cd9a469c 15922{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $libffi_cv_as_x86_pcrel" >&5
15923$as_echo "$libffi_cv_as_x86_pcrel" >&6; }
95ff4d7d 15924 if test "x$libffi_cv_as_x86_pcrel" = xyes; then
15925
cd9a469c 15926$as_echo "#define HAVE_AS_X86_PCREL 1" >>confdefs.h
95ff4d7d 15927
15928 fi
14c010b9 15929 ;;
40ae1f19 15930
14c010b9 15931 S390)
89d8a412 15932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler uses zarch features" >&5
15933$as_echo_n "checking compiler uses zarch features... " >&6; }
f00f02a3 15934if ${libffi_cv_as_s390_zarch+:} false; then :
89d8a412 15935 $as_echo_n "(cached) " >&6
15936else
15937
15938 libffi_cv_as_s390_zarch=no
15939 echo 'void foo(void) { bar(); bar(); }' > conftest.c
15940 if $CC $CFLAGS -S conftest.c > /dev/null 2>&1; then
15941 if grep -q brasl conftest.s; then
15942 libffi_cv_as_s390_zarch=yes
15943 fi
15944 fi
15945
15946fi
15947{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $libffi_cv_as_s390_zarch" >&5
15948$as_echo "$libffi_cv_as_s390_zarch" >&6; }
15949 if test "x$libffi_cv_as_s390_zarch" = xyes; then
15950
15951$as_echo "#define HAVE_AS_S390_ZARCH 1" >>confdefs.h
15952
15953 fi
14c010b9 15954 ;;
15955esac
89d8a412 15956
a65f362a 15957# On PaX enable kernels that have MPROTECT enable we can't use PROT_EXEC.
15958# Check whether --enable-pax_emutramp was given.
15959if test "${enable_pax_emutramp+set}" = set; then :
15960 enableval=$enable_pax_emutramp; if test "$enable_pax_emutramp" = "yes"; then
15961
15962$as_echo "#define FFI_MMAP_EXEC_EMUTRAMP_PAX 1" >>confdefs.h
15963
15964 fi
15965fi
15966
15967
15968FFI_EXEC_TRAMPOLINE_TABLE=0
3531d81f 15969case "$target" in
14c010b9 15970 *arm*-apple-darwin* | aarch64-apple-darwin*)
a65f362a 15971 FFI_EXEC_TRAMPOLINE_TABLE=1
15972
15973$as_echo "#define FFI_EXEC_TRAMPOLINE_TABLE 1" >>confdefs.h
15974
15975 ;;
15976 *-apple-darwin1* | *-*-freebsd* | *-*-kfreebsd* | *-*-openbsd* | *-pc-solaris*)
3531d81f 15977
15978$as_echo "#define FFI_MMAP_EXEC_WRIT 1" >>confdefs.h
15979
15980 ;;
15981esac
a65f362a 15982 if test x$FFI_EXEC_TRAMPOLINE_TABLE = x1; then
15983 FFI_EXEC_TRAMPOLINE_TABLE_TRUE=
15984 FFI_EXEC_TRAMPOLINE_TABLE_FALSE='#'
15985else
15986 FFI_EXEC_TRAMPOLINE_TABLE_TRUE='#'
15987 FFI_EXEC_TRAMPOLINE_TABLE_FALSE=
15988fi
15989
15990
3531d81f 15991
5ed988d2 15992if test x$TARGET = xX86_64; then
89d8a412 15993 { $as_echo "$as_me:${as_lineno-$LINENO}: checking toolchain supports unwind section type" >&5
15994$as_echo_n "checking toolchain supports unwind section type... " >&6; }
f00f02a3 15995if ${libffi_cv_as_x86_64_unwind_section_type+:} false; then :
5ed988d2 15996 $as_echo_n "(cached) " >&6
15997else
15998
89d8a412 15999 cat > conftest1.s << EOF
16000.text
16001.globl foo
16002foo:
16003jmp bar
16004.section .eh_frame,"a",@unwind
16005bar:
16006EOF
16007
16008 cat > conftest2.c << EOF
16009extern void foo();
16010int main(){foo();}
16011EOF
16012
16013 libffi_cv_as_x86_64_unwind_section_type=no
16014 # we ensure that we can compile _and_ link an assembly file containing an @unwind section
16015 # since the compiler can support it and not the linker (ie old binutils)
16016 if $CC -Wa,--fatal-warnings $CFLAGS -c conftest1.s > /dev/null 2>&1 && \
16017 $CC conftest2.c conftest1.o > /dev/null 2>&1 ; then
16018 libffi_cv_as_x86_64_unwind_section_type=yes
5ed988d2 16019 fi
16020
16021fi
16022{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $libffi_cv_as_x86_64_unwind_section_type" >&5
16023$as_echo "$libffi_cv_as_x86_64_unwind_section_type" >&6; }
16024 if test "x$libffi_cv_as_x86_64_unwind_section_type" = xyes; then
16025
16026$as_echo "#define HAVE_AS_X86_64_UNWIND_SECTION_TYPE 1" >>confdefs.h
16027
16028 fi
16029fi
16030
a65f362a 16031if test "x$GCC" = "xyes"; then
16032 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .eh_frame section should be read-only" >&5
cd9a469c 16033$as_echo_n "checking whether .eh_frame section should be read-only... " >&6; }
f00f02a3 16034if ${libffi_cv_ro_eh_frame+:} false; then :
cd9a469c 16035 $as_echo_n "(cached) " >&6
1da888ec 16036else
b375837d 16037
a65f362a 16038 libffi_cv_ro_eh_frame=no
16039 echo 'extern void foo (void); void bar (void) { foo (); foo (); }' > conftest.c
89d8a412 16040 if $CC $CFLAGS -c -fpic -fexceptions -o conftest.o conftest.c > /dev/null 2>&1; then
16041 objdump -h conftest.o > conftest.dump 2>&1
16042 libffi_eh_frame_line=`grep -n eh_frame conftest.dump | cut -d: -f 1`
16043 if test "x$libffi_eh_frame_line" != "x"; then
16044 libffi_test_line=`expr $libffi_eh_frame_line + 1`p
16045 sed -n $libffi_test_line conftest.dump > conftest.line
16046 if grep READONLY conftest.line > /dev/null; then
16047 libffi_cv_ro_eh_frame=yes
16048 fi
16049 fi
a65f362a 16050 fi
16051 rm -f conftest.*
1da888ec 16052
b375837d 16053fi
cd9a469c 16054{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $libffi_cv_ro_eh_frame" >&5
16055$as_echo "$libffi_cv_ro_eh_frame" >&6; }
a65f362a 16056 if test "x$libffi_cv_ro_eh_frame" = xyes; then
b375837d 16057
cd9a469c 16058$as_echo "#define HAVE_RO_EH_FRAME 1" >>confdefs.h
3d37e05c 16059
b375837d 16060
cd9a469c 16061$as_echo "#define EH_FRAME_FLAGS \"a\"" >>confdefs.h
3d37e05c 16062
a65f362a 16063 else
b375837d 16064
cd9a469c 16065$as_echo "#define EH_FRAME_FLAGS \"aw\"" >>confdefs.h
1da888ec 16066
a65f362a 16067 fi
1da888ec 16068
a65f362a 16069 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __attribute__((visibility(\"hidden\")))" >&5
cd9a469c 16070$as_echo_n "checking for __attribute__((visibility(\"hidden\")))... " >&6; }
f00f02a3 16071if ${libffi_cv_hidden_visibility_attribute+:} false; then :
cd9a469c 16072 $as_echo_n "(cached) " >&6
33b4ca90 16073else
16074
a65f362a 16075 echo 'int __attribute__ ((visibility ("hidden"))) foo (void) { return 1 ; }' > conftest.c
16076 libffi_cv_hidden_visibility_attribute=no
16077 if { ac_try='${CC-cc} -Werror -S conftest.c -o conftest.s 1>&5'
cd9a469c 16078 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
33b4ca90 16079 (eval $ac_try) 2>&5
16080 ac_status=$?
cd9a469c 16081 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16082 test $ac_status = 0; }; }; then
a65f362a 16083 if grep '\.hidden.*foo' conftest.s >/dev/null; then
16084 libffi_cv_hidden_visibility_attribute=yes
16085 fi
16086 fi
16087 rm -f conftest.*
33b4ca90 16088
16089fi
cd9a469c 16090{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $libffi_cv_hidden_visibility_attribute" >&5
16091$as_echo "$libffi_cv_hidden_visibility_attribute" >&6; }
a65f362a 16092 if test $libffi_cv_hidden_visibility_attribute = yes; then
33b4ca90 16093
cd9a469c 16094$as_echo "#define HAVE_HIDDEN_VISIBILITY_ATTRIBUTE 1" >>confdefs.h
33b4ca90 16095
a65f362a 16096 fi
33b4ca90 16097fi
16098
16099
16100
16101
47c5fab6 16102
16103
16104
89d8a412 16105TARGET_OBJ=
16106for i in $SOURCES; do
16107 TARGET_OBJ="${TARGET_OBJ} src/${TARGETDIR}/"`echo $i | sed 's/[cS]$/lo/'`
16108done
16109
16110
16111
16112
47c5fab6 16113
cd9a469c 16114# Check whether --enable-debug was given.
16115if test "${enable_debug+set}" = set; then :
16116 enableval=$enable_debug; if test "$enable_debug" = "yes"; then
47c5fab6 16117
cd9a469c 16118$as_echo "#define FFI_DEBUG 1" >>confdefs.h
b375837d 16119
16120 fi
cd9a469c 16121fi
b375837d 16122
a65f362a 16123 if test "$enable_debug" = "yes"; then
16124 FFI_DEBUG_TRUE=
16125 FFI_DEBUG_FALSE='#'
16126else
16127 FFI_DEBUG_TRUE='#'
16128 FFI_DEBUG_FALSE=
16129fi
16130
b375837d 16131
cd9a469c 16132# Check whether --enable-structs was given.
16133if test "${enable_structs+set}" = set; then :
16134 enableval=$enable_structs; if test "$enable_structs" = "no"; then
16135
16136$as_echo "#define FFI_NO_STRUCTS 1" >>confdefs.h
b375837d 16137
16138 fi
cd9a469c 16139fi
b375837d 16140
89d8a412 16141 if test "$enable_debug" = "yes"; then
16142 FFI_DEBUG_TRUE=
16143 FFI_DEBUG_FALSE='#'
16144else
16145 FFI_DEBUG_TRUE='#'
16146 FFI_DEBUG_FALSE=
16147fi
16148
b375837d 16149
cd9a469c 16150# Check whether --enable-raw-api was given.
16151if test "${enable_raw_api+set}" = set; then :
16152 enableval=$enable_raw_api; if test "$enable_raw_api" = "no"; then
16153
16154$as_echo "#define FFI_NO_RAW_API 1" >>confdefs.h
b375837d 16155
16156 fi
cd9a469c 16157fi
b375837d 16158
b375837d 16159
cd9a469c 16160# Check whether --enable-purify-safety was given.
16161if test "${enable_purify_safety+set}" = set; then :
16162 enableval=$enable_purify_safety; if test "$enable_purify_safety" = "yes"; then
16163
16164$as_echo "#define USING_PURIFY 1" >>confdefs.h
b375837d 16165
16166 fi
cd9a469c 16167fi
16168
b375837d 16169
16170if test -n "$with_cross_host" &&
16171 test x"$with_cross_host" != x"no"; then
16172 toolexecdir='$(exec_prefix)/$(target_alias)'
16173 toolexeclibdir='$(toolexecdir)/lib'
16174else
16175 toolexecdir='$(libdir)/gcc-lib/$(target_alias)'
16176 toolexeclibdir='$(libdir)'
16177fi
16178multi_os_directory=`$CC -print-multi-os-directory`
16179case $multi_os_directory in
16180 .) ;; # Avoid trailing /.
16181 *) toolexeclibdir=$toolexeclibdir/$multi_os_directory ;;
16182esac
16183
16184
16185
b375837d 16186if test "${multilib}" = "yes"; then
16187 multilib_arg="--enable-multilib"
16188else
16189 multilib_arg=
16190fi
16191
86d5c70d 16192# Check linker support.
16193
16194
16195# Check whether --with-gnu-ld was given.
16196if test "${with_gnu_ld+set}" = set; then :
16197 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
16198else
16199 with_gnu_ld=no
16200fi
16201
16202ac_prog=ld
16203if test "$GCC" = yes; then
16204 # Check if gcc -print-prog-name=ld gives a path.
16205 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
16206$as_echo_n "checking for ld used by $CC... " >&6; }
16207 case $host in
16208 *-*-mingw*)
16209 # gcc leaves a trailing carriage return which upsets mingw
16210 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
16211 *)
16212 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
16213 esac
16214 case $ac_prog in
16215 # Accept absolute paths.
16216 [\\/]* | ?:[\\/]*)
16217 re_direlt='/[^/][^/]*/\.\./'
16218 # Canonicalize the pathname of ld
16219 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
16220 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
16221 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
16222 done
16223 test -z "$LD" && LD="$ac_prog"
16224 ;;
16225 "")
16226 # If it fails, then pretend we aren't using GCC.
16227 ac_prog=ld
16228 ;;
16229 *)
16230 # If it is relative, then search for the first ld in PATH.
16231 with_gnu_ld=unknown
16232 ;;
16233 esac
16234elif test "$with_gnu_ld" = yes; then
16235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
16236$as_echo_n "checking for GNU ld... " >&6; }
16237else
16238 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
16239$as_echo_n "checking for non-GNU ld... " >&6; }
16240fi
f00f02a3 16241if ${lt_cv_path_LD+:} false; then :
86d5c70d 16242 $as_echo_n "(cached) " >&6
16243else
16244 if test -z "$LD"; then
16245 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
16246 for ac_dir in $PATH; do
16247 IFS="$lt_save_ifs"
16248 test -z "$ac_dir" && ac_dir=.
16249 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
16250 lt_cv_path_LD="$ac_dir/$ac_prog"
16251 # Check to see if the program is GNU ld. I'd rather use --version,
16252 # but apparently some variants of GNU ld only accept -v.
16253 # Break only if it was the GNU/non-GNU ld that we prefer.
16254 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
16255 *GNU* | *'with BFD'*)
16256 test "$with_gnu_ld" != no && break
16257 ;;
16258 *)
16259 test "$with_gnu_ld" != yes && break
16260 ;;
16261 esac
16262 fi
16263 done
16264 IFS="$lt_save_ifs"
16265else
16266 lt_cv_path_LD="$LD" # Let the user override the test with a path.
16267fi
16268fi
16269
16270LD="$lt_cv_path_LD"
16271if test -n "$LD"; then
16272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
16273$as_echo "$LD" >&6; }
16274else
16275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16276$as_echo "no" >&6; }
16277fi
f00f02a3 16278test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
86d5c70d 16279{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
16280$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
f00f02a3 16281if ${lt_cv_prog_gnu_ld+:} false; then :
86d5c70d 16282 $as_echo_n "(cached) " >&6
16283else
16284 # I'd rather use --version here, but apparently some GNU lds only accept -v.
16285case `$LD -v 2>&1 </dev/null` in
16286*GNU* | *'with BFD'*)
16287 lt_cv_prog_gnu_ld=yes
16288 ;;
16289*)
16290 lt_cv_prog_gnu_ld=no
16291 ;;
16292esac
16293fi
16294{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
16295$as_echo "$lt_cv_prog_gnu_ld" >&6; }
16296with_gnu_ld=$lt_cv_prog_gnu_ld
16297
16298
16299
16300
16301
16302
16303
16304 # If we're not using GNU ld, then there's no point in even trying these
16305 # tests. Check for that first. We should have already tested for gld
16306 # by now (in libtool), but require it now just to be safe...
16307 test -z "$SECTION_LDFLAGS" && SECTION_LDFLAGS=''
16308 test -z "$OPT_LDFLAGS" && OPT_LDFLAGS=''
16309
16310
16311
16312 # The name set by libtool depends on the version of libtool. Shame on us
16313 # for depending on an impl detail, but c'est la vie. Older versions used
16314 # ac_cv_prog_gnu_ld, but now it's lt_cv_prog_gnu_ld, and is copied back on
16315 # top of with_gnu_ld (which is also set by --with-gnu-ld, so that actually
16316 # makes sense). We'll test with_gnu_ld everywhere else, so if that isn't
16317 # set (hence we're using an older libtool), then set it.
16318 if test x${with_gnu_ld+set} != xset; then
16319 if test x${ac_cv_prog_gnu_ld+set} != xset; then
16320 # We got through "ac_require(ac_prog_ld)" and still not set? Huh?
16321 with_gnu_ld=no
16322 else
16323 with_gnu_ld=$ac_cv_prog_gnu_ld
16324 fi
16325 fi
16326
16327 # Start by getting the version number. I think the libtool test already
16328 # does some of this, but throws away the result.
16329 libat_ld_is_gold=no
16330 if $LD --version 2>/dev/null | grep 'GNU gold'> /dev/null 2>&1; then
16331 libat_ld_is_gold=yes
16332 fi
16333
16334 ldver=`$LD --version 2>/dev/null |
16335 sed -e 's/GNU gold /GNU ld /;s/GNU ld version /GNU ld /;s/GNU ld ([^)]*) /GNU ld /;s/GNU ld \([0-9.][0-9.]*\).*/\1/; q'`
16336
16337 libat_gnu_ld_version=`echo $ldver | \
16338 $AWK -F. '{ if (NF<3) $3=0; print ($1*100+$2)*100+$3 }'`
16339
16340 # Set --gc-sections.
16341 if test "$with_gnu_ld" = "notbroken"; then
16342 # GNU ld it is! Joy and bunny rabbits!
16343
16344 # All these tests are for C++; save the language and the compiler flags.
16345 # Need to do this so that g++ won't try to link in libstdc++
16346 ac_test_CFLAGS="${CFLAGS+set}"
16347 ac_save_CFLAGS="$CFLAGS"
16348 CFLAGS='-x c++ -Wl,--gc-sections'
16349
16350 # Check for -Wl,--gc-sections
16351 # XXX This test is broken at the moment, as symbols required for linking
16352 # are now in libsupc++ (not built yet). In addition, this test has
16353 # cored on solaris in the past. In addition, --gc-sections doesn't
16354 # really work at the moment (keeps on discarding used sections, first
16355 # .eh_frame and now some of the glibc sections for iconv).
16356 # Bzzzzt. Thanks for playing, maybe next time.
16357 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld that supports -Wl,--gc-sections" >&5
16358$as_echo_n "checking for ld that supports -Wl,--gc-sections... " >&6; }
16359 if test "$cross_compiling" = yes; then :
16360 ac_sectionLDflags=yes
16361else
16362 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16363/* end confdefs.h. */
16364
16365 int main(void)
16366 {
16367 try { throw 1; }
16368 catch (...) { };
16369 return 0;
16370 }
16371
16372_ACEOF
16373if ac_fn_c_try_run "$LINENO"; then :
16374 ac_sectionLDflags=yes
16375else
16376 ac_sectionLDflags=no
16377fi
16378rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
16379 conftest.$ac_objext conftest.beam conftest.$ac_ext
16380fi
16381
16382 if test "$ac_test_CFLAGS" = set; then
16383 CFLAGS="$ac_save_CFLAGS"
16384 else
16385 # this is the suspicious part
16386 CFLAGS=''
16387 fi
16388 if test "$ac_sectionLDflags" = "yes"; then
16389 SECTION_LDFLAGS="-Wl,--gc-sections $SECTION_LDFLAGS"
16390 fi
16391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_sectionLDflags" >&5
16392$as_echo "$ac_sectionLDflags" >&6; }
16393 fi
16394
16395 # Set linker optimization flags.
16396 if test x"$with_gnu_ld" = x"yes"; then
16397 OPT_LDFLAGS="-Wl,-O1 $OPT_LDFLAGS"
16398 fi
16399
16400
16401
16402
16403
16404
16405 # Check whether --enable-symvers was given.
16406if test "${enable_symvers+set}" = set; then :
16407 enableval=$enable_symvers;
16408 case "$enableval" in
16409 yes|no|gnu*|sun) ;;
f00f02a3 16410 *) as_fn_error $? "Unknown argument to enable/disable symvers" "$LINENO" 5 ;;
86d5c70d 16411 esac
16412
16413else
16414 enable_symvers=yes
16415fi
16416
16417
16418
16419# If we never went through the LIBAT_CHECK_LINKER_FEATURES macro, then we
16420# don't know enough about $LD to do tricks...
16421
16422
16423# Turn a 'yes' into a suitable default.
16424if test x$enable_symvers = xyes ; then
16425 # FIXME The following test is too strict, in theory.
16426 if test $enable_shared = no || test "x$LD" = x; then
16427 enable_symvers=no
16428 else
16429 if test $with_gnu_ld = yes ; then
16430 enable_symvers=gnu
16431 else
16432 case ${target_os} in
16433 # Sun symbol versioning exists since Solaris 2.5.
16434 solaris2.[5-9]* | solaris2.1[0-9]*)
16435 enable_symvers=sun ;;
16436 *)
16437 enable_symvers=no ;;
16438 esac
16439 fi
16440 fi
16441fi
16442
16443# Check if 'sun' was requested on non-Solaris 2 platforms.
16444if test x$enable_symvers = xsun ; then
16445 case ${target_os} in
16446 solaris2*)
16447 # All fine.
16448 ;;
16449 *)
16450 # Unlikely to work.
16451 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === You have requested Sun symbol versioning, but" >&5
16452$as_echo "$as_me: WARNING: === You have requested Sun symbol versioning, but" >&2;}
16453 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === you are not targetting Solaris 2." >&5
16454$as_echo "$as_me: WARNING: === you are not targetting Solaris 2." >&2;}
16455 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === Symbol versioning will be disabled." >&5
16456$as_echo "$as_me: WARNING: === Symbol versioning will be disabled." >&2;}
16457 enable_symvers=no
16458 ;;
16459 esac
16460fi
16461
16462# Check to see if libgcc_s exists, indicating that shared libgcc is possible.
16463if test $enable_symvers != no; then
16464 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared libgcc" >&5
16465$as_echo_n "checking for shared libgcc... " >&6; }
16466 ac_save_CFLAGS="$CFLAGS"
16467 CFLAGS=' -lgcc_s'
16468 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16469/* end confdefs.h. */
16470
16471int
16472main ()
16473{
16474return 0;
16475 ;
16476 return 0;
16477}
16478_ACEOF
16479if ac_fn_c_try_link "$LINENO"; then :
16480 libat_shared_libgcc=yes
16481else
16482 libat_shared_libgcc=no
16483fi
16484rm -f core conftest.err conftest.$ac_objext \
16485 conftest$ac_exeext conftest.$ac_ext
16486 CFLAGS="$ac_save_CFLAGS"
16487 if test $libat_shared_libgcc = no; then
16488 cat > conftest.c <<EOF
16489int main (void) { return 0; }
16490EOF
16491 libat_libgcc_s_suffix=`${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS \
16492 -shared -shared-libgcc -o conftest.so \
16493 conftest.c -v 2>&1 >/dev/null \
16494 | sed -n 's/^.* -lgcc_s\([^ ]*\) .*$/\1/p'`
16495 rm -f conftest.c conftest.so
16496 if test x${libat_libgcc_s_suffix+set} = xset; then
16497 CFLAGS=" -lgcc_s$libat_libgcc_s_suffix"
16498 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16499/* end confdefs.h. */
16500
16501int
16502main ()
16503{
16504return 0;
16505 ;
16506 return 0;
16507}
16508_ACEOF
16509if ac_fn_c_try_link "$LINENO"; then :
16510 libat_shared_libgcc=yes
16511fi
16512rm -f core conftest.err conftest.$ac_objext \
16513 conftest$ac_exeext conftest.$ac_ext
16514 CFLAGS="$ac_save_CFLAGS"
16515 fi
16516 fi
16517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_shared_libgcc" >&5
16518$as_echo "$libat_shared_libgcc" >&6; }
16519fi
16520
16521# For GNU ld, we need at least this version. The format is described in
16522# LIBAT_CHECK_LINKER_FEATURES above.
16523libat_min_gnu_ld_version=21400
16524# XXXXXXXXXXX libat_gnu_ld_version=21390
16525
16526# Check to see if unspecified "yes" value can win, given results above.
16527# Change "yes" into either "no" or a style name.
16528if test $enable_symvers != no && test $libat_shared_libgcc = yes; then
16529 if test $with_gnu_ld = yes; then
16530 if test $libat_gnu_ld_version -ge $libat_min_gnu_ld_version ; then
16531 enable_symvers=gnu
16532 elif test $libat_ld_is_gold = yes ; then
16533 enable_symvers=gnu
16534 else
16535 # The right tools, the right setup, but too old. Fallbacks?
16536 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === Linker version $libat_gnu_ld_version is too old for" >&5
16537$as_echo "$as_me: WARNING: === Linker version $libat_gnu_ld_version is too old for" >&2;}
16538 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === full symbol versioning support in this release of GCC." >&5
16539$as_echo "$as_me: WARNING: === full symbol versioning support in this release of GCC." >&2;}
16540 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === You would need to upgrade your binutils to version" >&5
16541$as_echo "$as_me: WARNING: === You would need to upgrade your binutils to version" >&2;}
16542 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === $libat_min_gnu_ld_version or later and rebuild GCC." >&5
16543$as_echo "$as_me: WARNING: === $libat_min_gnu_ld_version or later and rebuild GCC." >&2;}
16544 if test $libat_gnu_ld_version -ge 21200 ; then
16545 # Globbing fix is present, proper block support is not.
16546 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === Symbol versioning will be disabled." >&5
16547$as_echo "$as_me: WARNING: === Symbol versioning will be disabled." >&2;}
16548 enable_symvers=no
16549 else
16550 # 2.11 or older.
16551 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === Symbol versioning will be disabled." >&5
16552$as_echo "$as_me: WARNING: === Symbol versioning will be disabled." >&2;}
16553 enable_symvers=no
16554 fi
16555 fi
16556 elif test $enable_symvers = sun; then
16557 : All interesting versions of Sun ld support sun style symbol versioning.
16558 else
16559 # just fail for now
16560 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === You have requested some kind of symbol versioning, but" >&5
16561$as_echo "$as_me: WARNING: === You have requested some kind of symbol versioning, but" >&2;}
16562 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === either you are not using a supported linker, or you are" >&5
16563$as_echo "$as_me: WARNING: === either you are not using a supported linker, or you are" >&2;}
16564 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === not building a shared libgcc_s (which is required)." >&5
16565$as_echo "$as_me: WARNING: === not building a shared libgcc_s (which is required)." >&2;}
16566 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === Symbol versioning will be disabled." >&5
16567$as_echo "$as_me: WARNING: === Symbol versioning will be disabled." >&2;}
16568 enable_symvers=no
16569 fi
16570fi
16571if test $enable_symvers = gnu; then
16572
16573$as_echo "#define LIBAT_GNU_SYMBOL_VERSIONING 1" >>confdefs.h
16574
16575fi
16576
16577 if test $enable_symvers != no; then
16578 LIBAT_BUILD_VERSIONED_SHLIB_TRUE=
16579 LIBAT_BUILD_VERSIONED_SHLIB_FALSE='#'
16580else
16581 LIBAT_BUILD_VERSIONED_SHLIB_TRUE='#'
16582 LIBAT_BUILD_VERSIONED_SHLIB_FALSE=
16583fi
16584
16585 if test $enable_symvers = gnu; then
16586 LIBAT_BUILD_VERSIONED_SHLIB_GNU_TRUE=
16587 LIBAT_BUILD_VERSIONED_SHLIB_GNU_FALSE='#'
16588else
16589 LIBAT_BUILD_VERSIONED_SHLIB_GNU_TRUE='#'
16590 LIBAT_BUILD_VERSIONED_SHLIB_GNU_FALSE=
16591fi
16592
16593 if test $enable_symvers = sun; then
16594 LIBAT_BUILD_VERSIONED_SHLIB_SUN_TRUE=
16595 LIBAT_BUILD_VERSIONED_SHLIB_SUN_FALSE='#'
16596else
16597 LIBAT_BUILD_VERSIONED_SHLIB_SUN_TRUE='#'
16598 LIBAT_BUILD_VERSIONED_SHLIB_SUN_FALSE=
16599fi
16600
16601{ $as_echo "$as_me:${as_lineno-$LINENO}: versioning on shared library symbols is $enable_symvers" >&5
16602$as_echo "$as_me: versioning on shared library symbols is $enable_symvers" >&6;}
16603
16604
602de845 16605# Determine what GCC version number to use in filesystem paths.
16606
16607 get_gcc_base_ver="cat"
16608
16609# Check whether --with-gcc-major-version-only was given.
16610if test "${with_gcc_major_version_only+set}" = set; then :
16611 withval=$with_gcc_major_version_only; if test x$with_gcc_major_version_only = xyes ; then
124c259e 16612 get_gcc_base_ver="sed -e 's/^\([0-9]*\).*/\1/'"
602de845 16613 fi
16614
16615fi
16616
16617
16618
16619
cd9a469c 16620ac_config_commands="$ac_config_commands include"
b375837d 16621
cd9a469c 16622ac_config_commands="$ac_config_commands src"
b375837d 16623
16624
cd9a469c 16625ac_config_links="$ac_config_links include/ffitarget.h:src/$TARGETDIR/ffitarget.h"
b375837d 16626
16627
89d8a412 16628ac_config_files="$ac_config_files include/Makefile include/ffi.h Makefile testsuite/Makefile man/Makefile libffi.pc"
b375837d 16629
16630
16631cat >confcache <<\_ACEOF
16632# This file is a shell script that caches the results of configure
16633# tests run on this system so they can be shared between configure
16634# scripts and configure runs, see configure's option --config-cache.
16635# It is not useful on other systems. If it contains results you don't
16636# want to keep, you may remove or edit it.
16637#
16638# config.status only pays attention to the cache file if you give it
16639# the --recheck option to rerun configure.
16640#
16641# `ac_cv_env_foo' variables (set or unset) will be overridden when
16642# loading this file, other *unset* `ac_cv_foo' will be assigned the
16643# following values.
16644
16645_ACEOF
16646
16647# The following way of writing the cache mishandles newlines in values,
16648# but we know of no workaround that is simple, portable, and efficient.
cd9a469c 16649# So, we kill variables containing newlines.
b375837d 16650# Ultrix sh set writes to stderr and can't be redirected directly,
16651# and sets the high bit in the cache file unless we assign to the vars.
cd9a469c 16652(
16653 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
16654 eval ac_val=\$$ac_var
16655 case $ac_val in #(
16656 *${as_nl}*)
16657 case $ac_var in #(
16658 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
16659$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
16660 esac
16661 case $ac_var in #(
16662 _ | IFS | as_nl) ;; #(
16663 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
16664 *) { eval $ac_var=; unset $ac_var;} ;;
16665 esac ;;
16666 esac
16667 done
16668
b375837d 16669 (set) 2>&1 |
cd9a469c 16670 case $as_nl`(ac_space=' '; set) 2>&1` in #(
16671 *${as_nl}ac_space=\ *)
16672 # `set' does not quote correctly, so add quotes: double-quote
16673 # substitution turns \\\\ into \\, and sed turns \\ into \.
b375837d 16674 sed -n \
16675 "s/'/'\\\\''/g;
16676 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
cd9a469c 16677 ;; #(
b375837d 16678 *)
16679 # `set' quotes correctly as required by POSIX, so do not add quotes.
cd9a469c 16680 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b375837d 16681 ;;
cd9a469c 16682 esac |
16683 sort
16684) |
b375837d 16685 sed '
cd9a469c 16686 /^ac_cv_env_/b end
b375837d 16687 t clear
cd9a469c 16688 :clear
b375837d 16689 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
16690 t end
cd9a469c 16691 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
16692 :end' >>confcache
16693if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
16694 if test -w "$cache_file"; then
f00f02a3 16695 if test "x$cache_file" != "x/dev/null"; then
cd9a469c 16696 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
16697$as_echo "$as_me: updating cache $cache_file" >&6;}
f00f02a3 16698 if test ! -f "$cache_file" || test -h "$cache_file"; then
16699 cat confcache >"$cache_file"
16700 else
16701 case $cache_file in #(
16702 */* | ?:*)
16703 mv -f confcache "$cache_file"$$ &&
16704 mv -f "$cache_file"$$ "$cache_file" ;; #(
16705 *)
16706 mv -f confcache "$cache_file" ;;
16707 esac
16708 fi
16709 fi
b375837d 16710 else
cd9a469c 16711 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
16712$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
b375837d 16713 fi
16714fi
16715rm -f confcache
16716
16717test "x$prefix" = xNONE && prefix=$ac_default_prefix
16718# Let make expand exec_prefix.
16719test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
16720
b375837d 16721DEFS=-DHAVE_CONFIG_H
16722
16723ac_libobjs=
16724ac_ltlibobjs=
f00f02a3 16725U=
b375837d 16726for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
16727 # 1. Remove the extension, and $U if already installed.
cd9a469c 16728 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
16729 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
16730 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
16731 # will be set to the directory where LIBOBJS objects are built.
16732 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
16733 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
b375837d 16734done
16735LIBOBJS=$ac_libobjs
16736
16737LTLIBOBJS=$ac_ltlibobjs
16738
16739
f00f02a3 16740{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
16741$as_echo_n "checking that generated files are newer than configure... " >&6; }
16742 if test -n "$am_sleep_pid"; then
16743 # Hide warnings about reused PIDs.
16744 wait $am_sleep_pid 2>/dev/null
16745 fi
16746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
16747$as_echo "done" >&6; }
cd9a469c 16748 if test -n "$EXEEXT"; then
16749 am__EXEEXT_TRUE=
16750 am__EXEEXT_FALSE='#'
16751else
16752 am__EXEEXT_TRUE='#'
16753 am__EXEEXT_FALSE=
16754fi
16755
8cd092c9 16756if test -z "${BUILD_INFO_TRUE}" && test -z "${BUILD_INFO_FALSE}"; then
f00f02a3 16757 as_fn_error $? "conditional \"BUILD_INFO\" was never defined.
8cd092c9 16758Usually this means the macro was only invoked conditionally." "$LINENO" 5
16759fi
16760if test -z "${GENINSRC_TRUE}" && test -z "${GENINSRC_FALSE}"; then
f00f02a3 16761 as_fn_error $? "conditional \"GENINSRC\" was never defined.
8cd092c9 16762Usually this means the macro was only invoked conditionally." "$LINENO" 5
16763fi
b375837d 16764if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
f00f02a3 16765 as_fn_error $? "conditional \"AMDEP\" was never defined.
cd9a469c 16766Usually this means the macro was only invoked conditionally." "$LINENO" 5
b375837d 16767fi
16768if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
f00f02a3 16769 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
cd9a469c 16770Usually this means the macro was only invoked conditionally." "$LINENO" 5
16771fi
89d8a412 16772if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
f00f02a3 16773 as_fn_error $? "conditional \"am__fastdepCXX\" was never defined.
89d8a412 16774Usually this means the macro was only invoked conditionally." "$LINENO" 5
16775fi
cd9a469c 16776if test -z "${am__fastdepCCAS_TRUE}" && test -z "${am__fastdepCCAS_FALSE}"; then
f00f02a3 16777 as_fn_error $? "conditional \"am__fastdepCCAS\" was never defined.
cd9a469c 16778Usually this means the macro was only invoked conditionally." "$LINENO" 5
b375837d 16779fi
16780if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
f00f02a3 16781 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
cd9a469c 16782Usually this means the macro was only invoked conditionally." "$LINENO" 5
b375837d 16783fi
16784if test -z "${TESTSUBDIR_TRUE}" && test -z "${TESTSUBDIR_FALSE}"; then
f00f02a3 16785 as_fn_error $? "conditional \"TESTSUBDIR\" was never defined.
cd9a469c 16786Usually this means the macro was only invoked conditionally." "$LINENO" 5
b375837d 16787fi
b375837d 16788
a65f362a 16789if test -z "${FFI_EXEC_TRAMPOLINE_TABLE_TRUE}" && test -z "${FFI_EXEC_TRAMPOLINE_TABLE_FALSE}"; then
f00f02a3 16790 as_fn_error $? "conditional \"FFI_EXEC_TRAMPOLINE_TABLE\" was never defined.
a65f362a 16791Usually this means the macro was only invoked conditionally." "$LINENO" 5
16792fi
16793if test -z "${FFI_DEBUG_TRUE}" && test -z "${FFI_DEBUG_FALSE}"; then
f00f02a3 16794 as_fn_error $? "conditional \"FFI_DEBUG\" was never defined.
a65f362a 16795Usually this means the macro was only invoked conditionally." "$LINENO" 5
16796fi
89d8a412 16797if test -z "${FFI_DEBUG_TRUE}" && test -z "${FFI_DEBUG_FALSE}"; then
f00f02a3 16798 as_fn_error $? "conditional \"FFI_DEBUG\" was never defined.
89d8a412 16799Usually this means the macro was only invoked conditionally." "$LINENO" 5
16800fi
86d5c70d 16801if test -z "${LIBAT_BUILD_VERSIONED_SHLIB_TRUE}" && test -z "${LIBAT_BUILD_VERSIONED_SHLIB_FALSE}"; then
f00f02a3 16802 as_fn_error $? "conditional \"LIBAT_BUILD_VERSIONED_SHLIB\" was never defined.
86d5c70d 16803Usually this means the macro was only invoked conditionally." "$LINENO" 5
16804fi
16805if test -z "${LIBAT_BUILD_VERSIONED_SHLIB_GNU_TRUE}" && test -z "${LIBAT_BUILD_VERSIONED_SHLIB_GNU_FALSE}"; then
f00f02a3 16806 as_fn_error $? "conditional \"LIBAT_BUILD_VERSIONED_SHLIB_GNU\" was never defined.
86d5c70d 16807Usually this means the macro was only invoked conditionally." "$LINENO" 5
16808fi
16809if test -z "${LIBAT_BUILD_VERSIONED_SHLIB_SUN_TRUE}" && test -z "${LIBAT_BUILD_VERSIONED_SHLIB_SUN_FALSE}"; then
f00f02a3 16810 as_fn_error $? "conditional \"LIBAT_BUILD_VERSIONED_SHLIB_SUN\" was never defined.
86d5c70d 16811Usually this means the macro was only invoked conditionally." "$LINENO" 5
16812fi
cd9a469c 16813
f00f02a3 16814: "${CONFIG_STATUS=./config.status}"
cd9a469c 16815ac_write_fail=0
b375837d 16816ac_clean_files_save=$ac_clean_files
16817ac_clean_files="$ac_clean_files $CONFIG_STATUS"
cd9a469c 16818{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
16819$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
16820as_write_fail=0
16821cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
b375837d 16822#! $SHELL
16823# Generated by $as_me.
16824# Run this file to recreate the current configuration.
16825# Compiler output produced by configure, useful for debugging
16826# configure, is in config.log if it exists.
16827
16828debug=false
16829ac_cs_recheck=false
16830ac_cs_silent=false
b375837d 16831
cd9a469c 16832SHELL=\${CONFIG_SHELL-$SHELL}
16833export SHELL
16834_ASEOF
16835cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
16836## -------------------- ##
16837## M4sh Initialization. ##
16838## -------------------- ##
16839
16840# Be more Bourne compatible
16841DUALCASE=1; export DUALCASE # for MKS sh
16842if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b375837d 16843 emulate sh
16844 NULLCMD=:
cd9a469c 16845 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b375837d 16846 # is contrary to our usage. Disable this feature.
16847 alias -g '${1+"$@"}'='"$@"'
cd9a469c 16848 setopt NO_GLOB_SUBST
16849else
16850 case `(set -o) 2>/dev/null` in #(
16851 *posix*) :
16852 set -o posix ;; #(
16853 *) :
16854 ;;
16855esac
b375837d 16856fi
b375837d 16857
cd9a469c 16858
16859as_nl='
16860'
16861export as_nl
16862# Printing a long string crashes Solaris 7 /usr/bin/printf.
16863as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
16864as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
16865as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
16866# Prefer a ksh shell builtin over an external printf program on Solaris,
16867# but without wasting forks for bash or zsh.
16868if test -z "$BASH_VERSION$ZSH_VERSION" \
16869 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
16870 as_echo='print -r --'
16871 as_echo_n='print -rn --'
16872elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
16873 as_echo='printf %s\n'
16874 as_echo_n='printf %s'
16875else
16876 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
16877 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
16878 as_echo_n='/usr/ucb/echo -n'
16879 else
16880 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
16881 as_echo_n_body='eval
16882 arg=$1;
16883 case $arg in #(
16884 *"$as_nl"*)
16885 expr "X$arg" : "X\\(.*\\)$as_nl";
16886 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
16887 esac;
16888 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
16889 '
16890 export as_echo_n_body
16891 as_echo_n='sh -c $as_echo_n_body as_echo'
16892 fi
16893 export as_echo_body
16894 as_echo='sh -c $as_echo_body as_echo'
16895fi
16896
16897# The user is always right.
16898if test "${PATH_SEPARATOR+set}" != set; then
16899 PATH_SEPARATOR=:
16900 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
16901 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
16902 PATH_SEPARATOR=';'
16903 }
b375837d 16904fi
16905
16906
cd9a469c 16907# IFS
16908# We need space, tab and new line, in precisely that order. Quoting is
16909# there to prevent editors from complaining about space-tab.
16910# (If _AS_PATH_WALK were called with IFS unset, it would disable word
16911# splitting by setting IFS to empty value.)
16912IFS=" "" $as_nl"
16913
16914# Find who we are. Look in the path if we contain no directory separator.
f00f02a3 16915as_myself=
cd9a469c 16916case $0 in #((
16917 *[\\/]* ) as_myself=$0 ;;
16918 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16919for as_dir in $PATH
16920do
16921 IFS=$as_save_IFS
16922 test -z "$as_dir" && as_dir=.
16923 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
16924 done
16925IFS=$as_save_IFS
16926
16927 ;;
16928esac
16929# We did not find ourselves, most probably we were run as `sh COMMAND'
16930# in which case we are not to be found in the path.
16931if test "x$as_myself" = x; then
16932 as_myself=$0
16933fi
16934if test ! -f "$as_myself"; then
16935 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
16936 exit 1
16937fi
16938
16939# Unset variables that we do not need and which cause bugs (e.g. in
16940# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
16941# suppresses any "Segmentation fault" message there. '((' could
16942# trigger a bug in pdksh 5.2.14.
16943for as_var in BASH_ENV ENV MAIL MAILPATH
16944do eval test x\${$as_var+set} = xset \
16945 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
16946done
b375837d 16947PS1='$ '
16948PS2='> '
16949PS4='+ '
16950
16951# NLS nuisances.
cd9a469c 16952LC_ALL=C
16953export LC_ALL
16954LANGUAGE=C
16955export LANGUAGE
16956
16957# CDPATH.
16958(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
16959
16960
f00f02a3 16961# as_fn_error STATUS ERROR [LINENO LOG_FD]
16962# ----------------------------------------
cd9a469c 16963# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
16964# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
f00f02a3 16965# script with STATUS, using 1 if that was 0.
cd9a469c 16966as_fn_error ()
16967{
f00f02a3 16968 as_status=$1; test $as_status -eq 0 && as_status=1
16969 if test "$4"; then
16970 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
16971 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
b375837d 16972 fi
f00f02a3 16973 $as_echo "$as_me: error: $2" >&2
cd9a469c 16974 as_fn_exit $as_status
16975} # as_fn_error
16976
16977
16978# as_fn_set_status STATUS
16979# -----------------------
16980# Set $? to STATUS, without forking.
16981as_fn_set_status ()
16982{
16983 return $1
16984} # as_fn_set_status
16985
16986# as_fn_exit STATUS
16987# -----------------
16988# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
16989as_fn_exit ()
16990{
16991 set +e
16992 as_fn_set_status $1
16993 exit $1
16994} # as_fn_exit
16995
16996# as_fn_unset VAR
16997# ---------------
16998# Portably unset VAR.
16999as_fn_unset ()
17000{
17001 { eval $1=; unset $1;}
17002}
17003as_unset=as_fn_unset
17004# as_fn_append VAR VALUE
17005# ----------------------
17006# Append the text in VALUE to the end of the definition contained in VAR. Take
17007# advantage of any shell optimizations that allow amortized linear growth over
17008# repeated appends, instead of the typical quadratic growth present in naive
17009# implementations.
17010if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
17011 eval 'as_fn_append ()
17012 {
17013 eval $1+=\$2
17014 }'
17015else
17016 as_fn_append ()
17017 {
17018 eval $1=\$$1\$2
17019 }
17020fi # as_fn_append
17021
17022# as_fn_arith ARG...
17023# ------------------
17024# Perform arithmetic evaluation on the ARGs, and store the result in the
17025# global $as_val. Take advantage of shells that can avoid forks. The arguments
17026# must be portable across $(()) and expr.
17027if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
17028 eval 'as_fn_arith ()
17029 {
17030 as_val=$(( $* ))
17031 }'
17032else
17033 as_fn_arith ()
17034 {
17035 as_val=`expr "$@" || test $? -eq 1`
17036 }
17037fi # as_fn_arith
17038
b375837d 17039
cd9a469c 17040if expr a : '\(a\)' >/dev/null 2>&1 &&
17041 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b375837d 17042 as_expr=expr
17043else
17044 as_expr=false
17045fi
17046
cd9a469c 17047if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b375837d 17048 as_basename=basename
17049else
17050 as_basename=false
17051fi
17052
cd9a469c 17053if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
17054 as_dirname=dirname
17055else
17056 as_dirname=false
17057fi
b375837d 17058
cd9a469c 17059as_me=`$as_basename -- "$0" ||
b375837d 17060$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
17061 X"$0" : 'X\(//\)$' \| \
cd9a469c 17062 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
17063$as_echo X/"$0" |
17064 sed '/^.*\/\([^/][^/]*\)\/*$/{
17065 s//\1/
17066 q
17067 }
17068 /^X\/\(\/\/\)$/{
17069 s//\1/
17070 q
17071 }
17072 /^X\/\(\/\).*/{
17073 s//\1/
17074 q
17075 }
17076 s/.*/./; q'`
b375837d 17077
b375837d 17078# Avoid depending upon Character Ranges.
17079as_cr_letters='abcdefghijklmnopqrstuvwxyz'
17080as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
17081as_cr_Letters=$as_cr_letters$as_cr_LETTERS
17082as_cr_digits='0123456789'
17083as_cr_alnum=$as_cr_Letters$as_cr_digits
17084
cd9a469c 17085ECHO_C= ECHO_N= ECHO_T=
17086case `echo -n x` in #(((((
17087-n*)
17088 case `echo 'xy\c'` in
17089 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
17090 xy) ECHO_C='\c';;
17091 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
17092 ECHO_T=' ';;
17093 esac;;
17094*)
17095 ECHO_N='-n';;
b375837d 17096esac
17097
cd9a469c 17098rm -f conf$$ conf$$.exe conf$$.file
17099if test -d conf$$.dir; then
17100 rm -f conf$$.dir/conf$$.file
b375837d 17101else
cd9a469c 17102 rm -f conf$$.dir
17103 mkdir conf$$.dir 2>/dev/null
b375837d 17104fi
cd9a469c 17105if (echo >conf$$.file) 2>/dev/null; then
17106 if ln -s conf$$.file conf$$ 2>/dev/null; then
b375837d 17107 as_ln_s='ln -s'
cd9a469c 17108 # ... but there are two gotchas:
17109 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
17110 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
f00f02a3 17111 # In both cases, we have to default to `cp -pR'.
cd9a469c 17112 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
f00f02a3 17113 as_ln_s='cp -pR'
cd9a469c 17114 elif ln conf$$.file conf$$ 2>/dev/null; then
17115 as_ln_s=ln
17116 else
f00f02a3 17117 as_ln_s='cp -pR'
070883fe 17118 fi
b375837d 17119else
f00f02a3 17120 as_ln_s='cp -pR'
b375837d 17121fi
cd9a469c 17122rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
17123rmdir conf$$.dir 2>/dev/null
17124
17125
17126# as_fn_mkdir_p
17127# -------------
17128# Create "$as_dir" as a directory, including parents if necessary.
17129as_fn_mkdir_p ()
17130{
17131
17132 case $as_dir in #(
17133 -*) as_dir=./$as_dir;;
17134 esac
17135 test -d "$as_dir" || eval $as_mkdir_p || {
17136 as_dirs=
17137 while :; do
17138 case $as_dir in #(
17139 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
17140 *) as_qdir=$as_dir;;
17141 esac
17142 as_dirs="'$as_qdir' $as_dirs"
17143 as_dir=`$as_dirname -- "$as_dir" ||
17144$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17145 X"$as_dir" : 'X\(//\)[^/]' \| \
17146 X"$as_dir" : 'X\(//\)$' \| \
17147 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
17148$as_echo X"$as_dir" |
17149 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17150 s//\1/
17151 q
17152 }
17153 /^X\(\/\/\)[^/].*/{
17154 s//\1/
17155 q
17156 }
17157 /^X\(\/\/\)$/{
17158 s//\1/
17159 q
17160 }
17161 /^X\(\/\).*/{
17162 s//\1/
17163 q
17164 }
17165 s/.*/./; q'`
17166 test -d "$as_dir" && break
17167 done
17168 test -z "$as_dirs" || eval "mkdir $as_dirs"
f00f02a3 17169 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
cd9a469c 17170
b375837d 17171
cd9a469c 17172} # as_fn_mkdir_p
b375837d 17173if mkdir -p . 2>/dev/null; then
cd9a469c 17174 as_mkdir_p='mkdir -p "$as_dir"'
b375837d 17175else
17176 test -d ./-p && rmdir ./-p
17177 as_mkdir_p=false
47c5fab6 17178fi
17179
f00f02a3 17180
17181# as_fn_executable_p FILE
17182# -----------------------
17183# Test if FILE is an executable regular file.
17184as_fn_executable_p ()
17185{
17186 test -f "$1" && test -x "$1"
17187} # as_fn_executable_p
17188as_test_x='test -x'
17189as_executable_p=as_fn_executable_p
b375837d 17190
17191# Sed expression to map a string onto a valid CPP name.
17192as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
17193
17194# Sed expression to map a string onto a valid variable name.
17195as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
17196
17197
b375837d 17198exec 6>&1
cd9a469c 17199## ----------------------------------- ##
17200## Main body of $CONFIG_STATUS script. ##
17201## ----------------------------------- ##
17202_ASEOF
17203test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
17204
17205cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17206# Save the log message, to keep $0 and so on meaningful, and to
b375837d 17207# report actual input values of CONFIG_FILES etc. instead of their
cd9a469c 17208# values after options handling.
17209ac_log="
89d8a412 17210This file was extended by libffi $as_me 3.99999, which was
f00f02a3 17211generated by GNU Autoconf 2.69. Invocation command line was
47c5fab6 17212
b375837d 17213 CONFIG_FILES = $CONFIG_FILES
17214 CONFIG_HEADERS = $CONFIG_HEADERS
17215 CONFIG_LINKS = $CONFIG_LINKS
17216 CONFIG_COMMANDS = $CONFIG_COMMANDS
17217 $ $0 $@
47c5fab6 17218
cd9a469c 17219on `(hostname || uname -n) 2>/dev/null | sed 1q`
17220"
17221
b375837d 17222_ACEOF
47c5fab6 17223
cd9a469c 17224case $ac_config_files in *"
17225"*) set x $ac_config_files; shift; ac_config_files=$*;;
17226esac
47c5fab6 17227
cd9a469c 17228case $ac_config_headers in *"
17229"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
17230esac
47c5fab6 17231
47c5fab6 17232
cd9a469c 17233cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17234# Files that config.status was made for.
17235config_files="$ac_config_files"
17236config_headers="$ac_config_headers"
17237config_links="$ac_config_links"
17238config_commands="$ac_config_commands"
47c5fab6 17239
cd9a469c 17240_ACEOF
47c5fab6 17241
cd9a469c 17242cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b375837d 17243ac_cs_usage="\
cd9a469c 17244\`$as_me' instantiates files and other configuration actions
17245from templates according to the current configuration. Unless the files
17246and actions are specified as TAGs, all are instantiated by default.
cd5d0a5f 17247
cd9a469c 17248Usage: $0 [OPTION]... [TAG]...
cd5d0a5f 17249
b375837d 17250 -h, --help print this help, then exit
cd9a469c 17251 -V, --version print version number and configuration settings, then exit
f00f02a3 17252 --config print configuration, then exit
cd9a469c 17253 -q, --quiet, --silent
17254 do not print progress messages
b375837d 17255 -d, --debug don't remove temporary files
17256 --recheck update $as_me by reconfiguring in the same conditions
cd9a469c 17257 --file=FILE[:TEMPLATE]
17258 instantiate the configuration file FILE
17259 --header=FILE[:TEMPLATE]
17260 instantiate the configuration header FILE
9573c665 17261
b375837d 17262Configuration files:
17263$config_files
c2dfd8f6 17264
b375837d 17265Configuration headers:
17266$config_headers
c2dfd8f6 17267
b375837d 17268Configuration links:
17269$config_links
c2dfd8f6 17270
b375837d 17271Configuration commands:
17272$config_commands
c2dfd8f6 17273
89d8a412 17274Report bugs to <http://github.com/atgreen/libffi/issues>."
3b43a26e 17275
cd9a469c 17276_ACEOF
17277cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
f00f02a3 17278ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
b375837d 17279ac_cs_version="\\
89d8a412 17280libffi config.status 3.99999
f00f02a3 17281configured by $0, generated by GNU Autoconf 2.69,
17282 with options \\"\$ac_cs_config\\"
b375837d 17283
f00f02a3 17284Copyright (C) 2012 Free Software Foundation, Inc.
b375837d 17285This config.status script is free software; the Free Software Foundation
17286gives unlimited permission to copy, distribute and modify it."
cd9a469c 17287
17288ac_pwd='$ac_pwd'
17289srcdir='$srcdir'
17290INSTALL='$INSTALL'
17291MKDIR_P='$MKDIR_P'
17292AWK='$AWK'
17293test -n "\$AWK" || AWK=awk
b375837d 17294_ACEOF
17295
cd9a469c 17296cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17297# The default lists apply if the user does not specify any file.
b375837d 17298ac_need_defaults=:
17299while test $# != 0
17300do
17301 case $1 in
f00f02a3 17302 --*=?*)
cd9a469c 17303 ac_option=`expr "X$1" : 'X\([^=]*\)='`
17304 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
b375837d 17305 ac_shift=:
47c5fab6 17306 ;;
f00f02a3 17307 --*=)
17308 ac_option=`expr "X$1" : 'X\([^=]*\)='`
17309 ac_optarg=
17310 ac_shift=:
17311 ;;
cd9a469c 17312 *)
b375837d 17313 ac_option=$1
17314 ac_optarg=$2
17315 ac_shift=shift
47c5fab6 17316 ;;
b375837d 17317 esac
17318
17319 case $ac_option in
17320 # Handling of the options.
b375837d 17321 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
17322 ac_cs_recheck=: ;;
cd9a469c 17323 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
17324 $as_echo "$ac_cs_version"; exit ;;
f00f02a3 17325 --config | --confi | --conf | --con | --co | --c )
17326 $as_echo "$ac_cs_config"; exit ;;
cd9a469c 17327 --debug | --debu | --deb | --de | --d | -d )
b375837d 17328 debug=: ;;
17329 --file | --fil | --fi | --f )
17330 $ac_shift
cd9a469c 17331 case $ac_optarg in
17332 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
f00f02a3 17333 '') as_fn_error $? "missing file argument" ;;
cd9a469c 17334 esac
17335 as_fn_append CONFIG_FILES " '$ac_optarg'"
b375837d 17336 ac_need_defaults=false;;
17337 --header | --heade | --head | --hea )
17338 $ac_shift
cd9a469c 17339 case $ac_optarg in
17340 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
17341 esac
17342 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
b375837d 17343 ac_need_defaults=false;;
cd9a469c 17344 --he | --h)
17345 # Conflict between --help and --header
f00f02a3 17346 as_fn_error $? "ambiguous option: \`$1'
cd9a469c 17347Try \`$0 --help' for more information.";;
17348 --help | --hel | -h )
17349 $as_echo "$ac_cs_usage"; exit ;;
b375837d 17350 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
17351 | -silent | --silent | --silen | --sile | --sil | --si | --s)
17352 ac_cs_silent=: ;;
47c5fab6 17353
b375837d 17354 # This is an error.
f00f02a3 17355 -*) as_fn_error $? "unrecognized option: \`$1'
cd9a469c 17356Try \`$0 --help' for more information." ;;
47c5fab6 17357
cd9a469c 17358 *) as_fn_append ac_config_targets " $1"
17359 ac_need_defaults=false ;;
47c5fab6 17360
b375837d 17361 esac
17362 shift
17363done
47c5fab6 17364
b375837d 17365ac_configure_extra_args=
47c5fab6 17366
b375837d 17367if $ac_cs_silent; then
17368 exec 6>/dev/null
17369 ac_configure_extra_args="$ac_configure_extra_args --silent"
17370fi
47c5fab6 17371
b375837d 17372_ACEOF
cd9a469c 17373cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b375837d 17374if \$ac_cs_recheck; then
f00f02a3 17375 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
cd9a469c 17376 shift
17377 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
17378 CONFIG_SHELL='$SHELL'
17379 export CONFIG_SHELL
17380 exec "\$@"
b375837d 17381fi
47c5fab6 17382
b375837d 17383_ACEOF
cd9a469c 17384cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17385exec 5>>config.log
17386{
17387 echo
17388 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
17389## Running $as_me. ##
17390_ASBOX
17391 $as_echo "$ac_log"
17392} >&5
17393
17394_ACEOF
17395cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
47c5fab6 17396#
cd9a469c 17397# INIT-COMMANDS
47c5fab6 17398#
47c5fab6 17399
b375837d 17400srcdir="$srcdir"
17401host="$host"
17402target="$target"
17403with_multisubdir="$with_multisubdir"
17404with_multisrctop="$with_multisrctop"
17405with_target_subdir="$with_target_subdir"
17406ac_configure_args="${multilib_arg} ${ac_configure_args}"
17407multi_basedir="$multi_basedir"
17408CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
17409CC="$CC"
fffc53bb 17410CXX="$CXX"
17411GFORTRAN="$GFORTRAN"
f00f02a3 17412GDC="$GDC"
b375837d 17413AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
542f9784 17414
17415
17416# The HP-UX ksh and POSIX shell print the target directory to stdout
17417# if CDPATH is set.
17418(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
17419
17420sed_quote_subst='$sed_quote_subst'
17421double_quote_subst='$double_quote_subst'
17422delay_variable_subst='$delay_variable_subst'
e6408286 17423macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
17424macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
17425enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
17426enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
17427pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
17428enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
17429SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
17430ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
17431host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
17432host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
17433host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
17434build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
17435build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
17436build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
17437SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
17438Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
17439GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
17440EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
17441FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
17442LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
17443NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
17444LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
17445max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
17446ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
17447exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
17448lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
17449lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
17450lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
17451reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
17452reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
17453OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
17454deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
17455file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
17456AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
17457AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
17458STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
17459RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
17460old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
17461old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
17462old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
17463lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
17464CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
17465CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
17466compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
17467GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
17468lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
17469lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
17470lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
17471lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
17472objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
17473MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
17474lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
17475lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
17476lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
17477lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
17478lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
17479need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
17480DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
17481NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
17482LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
17483OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
17484OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
17485libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
17486shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
17487extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
17488archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
17489enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
17490export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
17491whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
17492compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
17493old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
17494old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
17495archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
17496archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
17497module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
17498module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
17499with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
17500allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
17501no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
17502hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
17503hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
17504hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
17505hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
17506hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
17507hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
17508hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
17509hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
17510inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
17511link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
17512fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
17513always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
17514export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
17515exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
17516include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
17517prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
17518file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
17519variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
17520need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
17521need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
17522version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
17523runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
17524shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
17525shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
17526libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
17527library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
17528soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
17529install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
17530postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
17531postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
17532finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
17533finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
17534hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
17535sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
17536sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
17537hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
17538enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
17539enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
17540enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
17541old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
17542striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
89d8a412 17543compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
17544predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
17545postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
17546predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
17547postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
17548compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
17549LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
17550reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
17551reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17552old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17553compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
17554GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
17555lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
17556lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
17557lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
17558lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
17559lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
17560archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
17561enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
17562export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
17563whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
17564compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
17565old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17566old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17567archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17568archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17569module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17570module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17571with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
17572allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
17573no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
17574hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
17575hardcode_libdir_flag_spec_ld_CXX='`$ECHO "$hardcode_libdir_flag_spec_ld_CXX" | $SED "$delay_single_quote_subst"`'
17576hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
17577hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
17578hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
17579hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
17580hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
17581hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
17582inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
17583link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
17584fix_srcfile_path_CXX='`$ECHO "$fix_srcfile_path_CXX" | $SED "$delay_single_quote_subst"`'
17585always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
17586export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17587exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
17588include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
17589prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17590file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
17591hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
17592compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
17593predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
17594postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
17595predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
17596postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
17597compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
542f9784 17598
17599LTCC='$LTCC'
17600LTCFLAGS='$LTCFLAGS'
17601compiler='$compiler_DEFAULT'
17602
e6408286 17603# A function that is used when there is no print builtin or printf.
17604func_fallback_echo ()
17605{
17606 eval 'cat <<_LTECHO_EOF
17607\$1
17608_LTECHO_EOF'
17609}
17610
542f9784 17611# Quote evaled strings.
e6408286 17612for var in SHELL \
17613ECHO \
17614SED \
542f9784 17615GREP \
17616EGREP \
17617FGREP \
17618LD \
17619NM \
17620LN_S \
17621lt_SP2NL \
17622lt_NL2SP \
17623reload_flag \
4bc2b84f 17624OBJDUMP \
542f9784 17625deplibs_check_method \
17626file_magic_cmd \
17627AR \
17628AR_FLAGS \
17629STRIP \
17630RANLIB \
17631CC \
17632CFLAGS \
17633compiler \
17634lt_cv_sys_global_symbol_pipe \
17635lt_cv_sys_global_symbol_to_cdecl \
17636lt_cv_sys_global_symbol_to_c_name_address \
4bc2b84f 17637lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
542f9784 17638lt_prog_compiler_no_builtin_flag \
17639lt_prog_compiler_wl \
17640lt_prog_compiler_pic \
17641lt_prog_compiler_static \
17642lt_cv_prog_compiler_c_o \
17643need_locks \
4bc2b84f 17644DSYMUTIL \
17645NMEDIT \
17646LIPO \
17647OTOOL \
17648OTOOL64 \
542f9784 17649shrext_cmds \
17650export_dynamic_flag_spec \
17651whole_archive_flag_spec \
17652compiler_needs_object \
17653with_gnu_ld \
17654allow_undefined_flag \
17655no_undefined_flag \
17656hardcode_libdir_flag_spec \
17657hardcode_libdir_flag_spec_ld \
17658hardcode_libdir_separator \
17659fix_srcfile_path \
17660exclude_expsyms \
17661include_expsyms \
17662file_list_spec \
17663variables_saved_for_relink \
17664libname_spec \
17665library_names_spec \
17666soname_spec \
e6408286 17667install_override_mode \
542f9784 17668finish_eval \
17669old_striplib \
89d8a412 17670striplib \
17671compiler_lib_search_dirs \
17672predep_objects \
17673postdep_objects \
17674predeps \
17675postdeps \
17676compiler_lib_search_path \
17677LD_CXX \
17678reload_flag_CXX \
17679compiler_CXX \
17680lt_prog_compiler_no_builtin_flag_CXX \
17681lt_prog_compiler_wl_CXX \
17682lt_prog_compiler_pic_CXX \
17683lt_prog_compiler_static_CXX \
17684lt_cv_prog_compiler_c_o_CXX \
17685export_dynamic_flag_spec_CXX \
17686whole_archive_flag_spec_CXX \
17687compiler_needs_object_CXX \
17688with_gnu_ld_CXX \
17689allow_undefined_flag_CXX \
17690no_undefined_flag_CXX \
17691hardcode_libdir_flag_spec_CXX \
17692hardcode_libdir_flag_spec_ld_CXX \
17693hardcode_libdir_separator_CXX \
17694fix_srcfile_path_CXX \
17695exclude_expsyms_CXX \
17696include_expsyms_CXX \
17697file_list_spec_CXX \
17698compiler_lib_search_dirs_CXX \
17699predep_objects_CXX \
17700postdep_objects_CXX \
17701predeps_CXX \
17702postdeps_CXX \
17703compiler_lib_search_path_CXX; do
e6408286 17704 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
542f9784 17705 *[\\\\\\\`\\"\\\$]*)
e6408286 17706 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
542f9784 17707 ;;
17708 *)
17709 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
17710 ;;
17711 esac
17712done
17713
17714# Double-quote double-evaled strings.
17715for var in reload_cmds \
17716old_postinstall_cmds \
17717old_postuninstall_cmds \
17718old_archive_cmds \
17719extract_expsyms_cmds \
17720old_archive_from_new_cmds \
17721old_archive_from_expsyms_cmds \
17722archive_cmds \
17723archive_expsym_cmds \
17724module_cmds \
17725module_expsym_cmds \
17726export_symbols_cmds \
17727prelink_cmds \
17728postinstall_cmds \
17729postuninstall_cmds \
17730finish_cmds \
17731sys_lib_search_path_spec \
89d8a412 17732sys_lib_dlsearch_path_spec \
17733reload_cmds_CXX \
17734old_archive_cmds_CXX \
17735old_archive_from_new_cmds_CXX \
17736old_archive_from_expsyms_cmds_CXX \
17737archive_cmds_CXX \
17738archive_expsym_cmds_CXX \
17739module_cmds_CXX \
17740module_expsym_cmds_CXX \
17741export_symbols_cmds_CXX \
17742prelink_cmds_CXX; do
e6408286 17743 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
542f9784 17744 *[\\\\\\\`\\"\\\$]*)
e6408286 17745 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
542f9784 17746 ;;
17747 *)
17748 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
17749 ;;
17750 esac
17751done
17752
542f9784 17753ac_aux_dir='$ac_aux_dir'
17754xsi_shell='$xsi_shell'
17755lt_shell_append='$lt_shell_append'
17756
17757# See if we are running on zsh, and set the options which allow our
17758# commands through without removal of \ escapes INIT.
17759if test -n "\${ZSH_VERSION+set}" ; then
17760 setopt NO_GLOB_SUBST
17761fi
17762
17763
17764 PACKAGE='$PACKAGE'
17765 VERSION='$VERSION'
17766 TIMESTAMP='$TIMESTAMP'
17767 RM='$RM'
17768 ofile='$ofile'
17769
17770
17771
89d8a412 17772
17773
b375837d 17774TARGETDIR="$TARGETDIR"
17775
17776_ACEOF
17777
cd9a469c 17778cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b375837d 17779
cd9a469c 17780# Handling of arguments.
b375837d 17781for ac_config_target in $ac_config_targets
47c5fab6 17782do
cd9a469c 17783 case $ac_config_target in
17784 "fficonfig.h") CONFIG_HEADERS="$CONFIG_HEADERS fficonfig.h" ;;
17785 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
17786 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
17787 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
17788 "include") CONFIG_COMMANDS="$CONFIG_COMMANDS include" ;;
17789 "src") CONFIG_COMMANDS="$CONFIG_COMMANDS src" ;;
17790 "include/ffitarget.h") CONFIG_LINKS="$CONFIG_LINKS include/ffitarget.h:src/$TARGETDIR/ffitarget.h" ;;
17791 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
17792 "include/ffi.h") CONFIG_FILES="$CONFIG_FILES include/ffi.h" ;;
17793 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
17794 "testsuite/Makefile") CONFIG_FILES="$CONFIG_FILES testsuite/Makefile" ;;
17795 "man/Makefile") CONFIG_FILES="$CONFIG_FILES man/Makefile" ;;
89d8a412 17796 "libffi.pc") CONFIG_FILES="$CONFIG_FILES libffi.pc" ;;
cd9a469c 17797
f00f02a3 17798 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
47c5fab6 17799 esac
17800done
17801
cd9a469c 17802
b375837d 17803# If the user did not use the arguments to specify the items to instantiate,
17804# then the envvar interface is used. Set only those that are not.
17805# We use the long form for the default assignment because of an extremely
17806# bizarre bug on SunOS 4.1.3.
17807if $ac_need_defaults; then
17808 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
17809 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
17810 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
17811 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
17812fi
17813
17814# Have a temporary directory for convenience. Make it in the build tree
cd9a469c 17815# simply because there is no reason against having it here, and in addition,
b375837d 17816# creating and moving files from /tmp can sometimes cause problems.
cd9a469c 17817# Hook for its removal unless debugging.
17818# Note that there is a small window in which the directory will not be cleaned:
17819# after its creation but before its name has been assigned to `$tmp'.
b375837d 17820$debug ||
17821{
f00f02a3 17822 tmp= ac_tmp=
cd9a469c 17823 trap 'exit_status=$?
f00f02a3 17824 : "${ac_tmp:=$tmp}"
17825 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
cd9a469c 17826' 0
17827 trap 'as_fn_exit 1' 1 2 13 15
b375837d 17828}
b375837d 17829# Create a (secure) tmp directory for tmp files.
47c5fab6 17830
b375837d 17831{
cd9a469c 17832 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
f00f02a3 17833 test -d "$tmp"
b375837d 17834} ||
17835{
cd9a469c 17836 tmp=./conf$$-$RANDOM
17837 (umask 077 && mkdir "$tmp")
f00f02a3 17838} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
17839ac_tmp=$tmp
cd9a469c 17840
17841# Set up the scripts for CONFIG_FILES section.
17842# No need to generate them if there are no CONFIG_FILES.
17843# This happens for instance with `./config.status config.h'.
17844if test -n "$CONFIG_FILES"; then
17845
17846
17847ac_cr=`echo X | tr X '\015'`
17848# On cygwin, bash can eat \r inside `` if the user requested igncr.
17849# But we know of no other shell where ac_cr would be empty at this
17850# point, so we can use a bashism as a fallback.
17851if test "x$ac_cr" = x; then
17852 eval ac_cr=\$\'\\r\'
17853fi
17854ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
17855if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
f00f02a3 17856 ac_cs_awk_cr='\\r'
cd9a469c 17857else
17858 ac_cs_awk_cr=$ac_cr
17859fi
17860
f00f02a3 17861echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
cd9a469c 17862_ACEOF
17863
17864
b375837d 17865{
cd9a469c 17866 echo "cat >conf$$subs.awk <<_ACEOF" &&
17867 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
17868 echo "_ACEOF"
17869} >conf$$subs.sh ||
f00f02a3 17870 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
17871ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
cd9a469c 17872ac_delim='%!_!# '
17873for ac_last_try in false false false false false :; do
17874 . ./conf$$subs.sh ||
f00f02a3 17875 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
cd9a469c 17876
17877 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
17878 if test $ac_delim_n = $ac_delim_num; then
17879 break
17880 elif $ac_last_try; then
f00f02a3 17881 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
cd9a469c 17882 else
17883 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
17884 fi
17885done
17886rm -f conf$$subs.sh
17887
17888cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
f00f02a3 17889cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
cd9a469c 17890_ACEOF
17891sed -n '
17892h
17893s/^/S["/; s/!.*/"]=/
17894p
17895g
17896s/^[^!]*!//
17897:repl
17898t repl
17899s/'"$ac_delim"'$//
17900t delim
17901:nl
17902h
f00f02a3 17903s/\(.\{148\}\)..*/\1/
cd9a469c 17904t more1
17905s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
17906p
17907n
17908b repl
17909:more1
17910s/["\\]/\\&/g; s/^/"/; s/$/"\\/
17911p
17912g
17913s/.\{148\}//
17914t nl
17915:delim
17916h
f00f02a3 17917s/\(.\{148\}\)..*/\1/
cd9a469c 17918t more2
17919s/["\\]/\\&/g; s/^/"/; s/$/"/
17920p
17921b
17922:more2
17923s/["\\]/\\&/g; s/^/"/; s/$/"\\/
17924p
17925g
17926s/.\{148\}//
17927t delim
17928' <conf$$subs.awk | sed '
17929/^[^""]/{
17930 N
17931 s/\n//
b375837d 17932}
cd9a469c 17933' >>$CONFIG_STATUS || ac_write_fail=1
17934rm -f conf$$subs.awk
17935cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17936_ACAWK
f00f02a3 17937cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
cd9a469c 17938 for (key in S) S_is_set[key] = 1
17939 FS = "\a"
b375837d 17940
cd9a469c 17941}
17942{
17943 line = $ 0
17944 nfields = split(line, field, "@")
17945 substed = 0
17946 len = length(field[1])
17947 for (i = 2; i < nfields; i++) {
17948 key = field[i]
17949 keylen = length(key)
17950 if (S_is_set[key]) {
17951 value = S[key]
17952 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
17953 len += length(value) + length(field[++i])
17954 substed = 1
17955 } else
17956 len += 1 + keylen
17957 }
b375837d 17958
cd9a469c 17959 print line
17960}
b375837d 17961
cd9a469c 17962_ACAWK
17963_ACEOF
17964cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17965if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
17966 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
17967else
17968 cat
f00f02a3 17969fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
17970 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
cd9a469c 17971_ACEOF
17972
f00f02a3 17973# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
17974# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
cd9a469c 17975# trailing colons and then remove the whole line if VPATH becomes empty
17976# (actually we leave an empty line to preserve line numbers).
17977if test "x$srcdir" = x.; then
f00f02a3 17978 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
17979h
17980s///
17981s/^/:/
17982s/[ ]*$/:/
17983s/:\$(srcdir):/:/g
17984s/:\${srcdir}:/:/g
17985s/:@srcdir@:/:/g
17986s/^:*//
cd9a469c 17987s/:*$//
f00f02a3 17988x
17989s/\(=[ ]*\).*/\1/
17990G
17991s/\n//
cd9a469c 17992s/^[^=]*=[ ]*$//
17993}'
17994fi
47c5fab6 17995
cd9a469c 17996cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17997fi # test -n "$CONFIG_FILES"
47c5fab6 17998
cd9a469c 17999# Set up the scripts for CONFIG_HEADERS section.
18000# No need to generate them if there are no CONFIG_HEADERS.
18001# This happens for instance with `./config.status Makefile'.
18002if test -n "$CONFIG_HEADERS"; then
f00f02a3 18003cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
cd9a469c 18004BEGIN {
b375837d 18005_ACEOF
18006
cd9a469c 18007# Transform confdefs.h into an awk script `defines.awk', embedded as
18008# here-document in config.status, that substitutes the proper values into
18009# config.h.in to produce config.h.
18010
18011# Create a delimiter string that does not exist in confdefs.h, to ease
18012# handling of long lines.
18013ac_delim='%!_!# '
18014for ac_last_try in false false :; do
f00f02a3 18015 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
18016 if test -z "$ac_tt"; then
cd9a469c 18017 break
18018 elif $ac_last_try; then
f00f02a3 18019 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
cd9a469c 18020 else
18021 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
47c5fab6 18022 fi
cd9a469c 18023done
47c5fab6 18024
cd9a469c 18025# For the awk script, D is an array of macro values keyed by name,
18026# likewise P contains macro parameters if any. Preserve backslash
18027# newline sequences.
18028
18029ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
18030sed -n '
18031s/.\{148\}/&'"$ac_delim"'/g
18032t rset
18033:rset
18034s/^[ ]*#[ ]*define[ ][ ]*/ /
18035t def
18036d
18037:def
18038s/\\$//
18039t bsnl
18040s/["\\]/\\&/g
18041s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
18042D["\1"]=" \3"/p
18043s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
18044d
18045:bsnl
18046s/["\\]/\\&/g
18047s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
18048D["\1"]=" \3\\\\\\n"\\/p
18049t cont
18050s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
18051t cont
18052d
18053:cont
18054n
18055s/.\{148\}/&'"$ac_delim"'/g
18056t clear
18057:clear
18058s/\\$//
18059t bsnlc
18060s/["\\]/\\&/g; s/^/"/; s/$/"/p
18061d
18062:bsnlc
18063s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
18064b cont
18065' <confdefs.h | sed '
18066s/'"$ac_delim"'/"\\\
18067"/g' >>$CONFIG_STATUS || ac_write_fail=1
18068
18069cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18070 for (key in D) D_is_set[key] = 1
18071 FS = "\a"
18072}
18073/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
18074 line = \$ 0
18075 split(line, arg, " ")
18076 if (arg[1] == "#") {
18077 defundef = arg[2]
18078 mac1 = arg[3]
18079 } else {
18080 defundef = substr(arg[1], 2)
18081 mac1 = arg[2]
18082 }
18083 split(mac1, mac2, "(") #)
18084 macro = mac2[1]
18085 prefix = substr(line, 1, index(line, defundef) - 1)
18086 if (D_is_set[macro]) {
18087 # Preserve the white space surrounding the "#".
18088 print prefix "define", macro P[macro] D[macro]
18089 next
18090 } else {
18091 # Replace #undef with comments. This is necessary, for example,
18092 # in the case of _POSIX_SOURCE, which is predefined and required
18093 # on some systems where configure will not decide to define it.
18094 if (defundef == "undef") {
18095 print "/*", prefix defundef, macro, "*/"
18096 next
18097 }
18098 }
18099}
18100{ print }
18101_ACAWK
b375837d 18102_ACEOF
cd9a469c 18103cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
f00f02a3 18104 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
cd9a469c 18105fi # test -n "$CONFIG_HEADERS"
18106
18107
18108eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
18109shift
18110for ac_tag
18111do
18112 case $ac_tag in
18113 :[FHLC]) ac_mode=$ac_tag; continue;;
18114 esac
18115 case $ac_mode$ac_tag in
18116 :[FHL]*:*);;
f00f02a3 18117 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
cd9a469c 18118 :[FH]-) ac_tag=-:-;;
18119 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
18120 esac
18121 ac_save_IFS=$IFS
18122 IFS=:
18123 set x $ac_tag
18124 IFS=$ac_save_IFS
18125 shift
18126 ac_file=$1
18127 shift
18128
18129 case $ac_mode in
18130 :L) ac_source=$1;;
18131 :[FH])
18132 ac_file_inputs=
18133 for ac_f
18134 do
18135 case $ac_f in
f00f02a3 18136 -) ac_f="$ac_tmp/stdin";;
cd9a469c 18137 *) # Look for the file first in the build tree, then in the source tree
18138 # (if the path is not absolute). The absolute path cannot be DOS-style,
18139 # because $ac_f cannot contain `:'.
18140 test -f "$ac_f" ||
18141 case $ac_f in
18142 [\\/$]*) false;;
18143 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
18144 esac ||
f00f02a3 18145 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
cd9a469c 18146 esac
18147 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
18148 as_fn_append ac_file_inputs " '$ac_f'"
18149 done
18150
18151 # Let's still pretend it is `configure' which instantiates (i.e., don't
18152 # use $as_me), people would be surprised to read:
18153 # /* config.h. Generated by config.status. */
18154 configure_input='Generated from '`
18155 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
18156 `' by configure.'
18157 if test x"$ac_file" != x-; then
18158 configure_input="$ac_file. $configure_input"
18159 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
18160$as_echo "$as_me: creating $ac_file" >&6;}
18161 fi
18162 # Neutralize special characters interpreted by sed in replacement strings.
18163 case $configure_input in #(
18164 *\&* | *\|* | *\\* )
18165 ac_sed_conf_input=`$as_echo "$configure_input" |
18166 sed 's/[\\\\&|]/\\\\&/g'`;; #(
18167 *) ac_sed_conf_input=$configure_input;;
18168 esac
18169
18170 case $ac_tag in
f00f02a3 18171 *:-:* | *:-) cat >"$ac_tmp/stdin" \
18172 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
cd9a469c 18173 esac
18174 ;;
47c5fab6 18175 esac
18176
cd9a469c 18177 ac_dir=`$as_dirname -- "$ac_file" ||
b375837d 18178$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18179 X"$ac_file" : 'X\(//\)[^/]' \| \
18180 X"$ac_file" : 'X\(//\)$' \| \
cd9a469c 18181 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
18182$as_echo X"$ac_file" |
18183 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18184 s//\1/
18185 q
18186 }
18187 /^X\(\/\/\)[^/].*/{
18188 s//\1/
18189 q
18190 }
18191 /^X\(\/\/\)$/{
18192 s//\1/
18193 q
18194 }
18195 /^X\(\/\).*/{
18196 s//\1/
18197 q
18198 }
18199 s/.*/./; q'`
18200 as_dir="$ac_dir"; as_fn_mkdir_p
b375837d 18201 ac_builddir=.
18202
cd9a469c 18203case "$ac_dir" in
18204.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
18205*)
18206 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
18207 # A ".." for each directory in $ac_dir_suffix.
18208 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
18209 case $ac_top_builddir_sub in
18210 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
18211 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
18212 esac ;;
18213esac
18214ac_abs_top_builddir=$ac_pwd
18215ac_abs_builddir=$ac_pwd$ac_dir_suffix
18216# for backward compatibility:
18217ac_top_builddir=$ac_top_build_prefix
47c5fab6 18218
b375837d 18219case $srcdir in
cd9a469c 18220 .) # We are building in place.
b375837d 18221 ac_srcdir=.
cd9a469c 18222 ac_top_srcdir=$ac_top_builddir_sub
18223 ac_abs_top_srcdir=$ac_pwd ;;
18224 [\\/]* | ?:[\\/]* ) # Absolute name.
b375837d 18225 ac_srcdir=$srcdir$ac_dir_suffix;
cd9a469c 18226 ac_top_srcdir=$srcdir
18227 ac_abs_top_srcdir=$srcdir ;;
18228 *) # Relative name.
18229 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
18230 ac_top_srcdir=$ac_top_build_prefix$srcdir
18231 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b375837d 18232esac
cd9a469c 18233ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
b375837d 18234
47c5fab6 18235
cd9a469c 18236 case $ac_mode in
18237 :F)
18238 #
18239 # CONFIG_FILE
18240 #
47c5fab6 18241
b375837d 18242 case $INSTALL in
18243 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
cd9a469c 18244 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
18245 esac
18246 ac_MKDIR_P=$MKDIR_P
18247 case $MKDIR_P in
18248 [\\/$]* | ?:[\\/]* ) ;;
18249 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
47c5fab6 18250 esac
cd9a469c 18251_ACEOF
47c5fab6 18252
cd9a469c 18253cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18254# If the template does not know about datarootdir, expand it.
18255# FIXME: This hack should be removed a few years after 2.60.
18256ac_datarootdir_hack=; ac_datarootdir_seen=
18257ac_sed_dataroot='
18258/datarootdir/ {
18259 p
18260 q
18261}
18262/@datadir@/p
18263/@docdir@/p
18264/@infodir@/p
18265/@localedir@/p
18266/@mandir@/p'
18267case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
18268*datarootdir*) ac_datarootdir_seen=yes;;
18269*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
18270 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
18271$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
18272_ACEOF
18273cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18274 ac_datarootdir_hack='
18275 s&@datadir@&$datadir&g
18276 s&@docdir@&$docdir&g
18277 s&@infodir@&$infodir&g
18278 s&@localedir@&$localedir&g
18279 s&@mandir@&$mandir&g
18280 s&\\\${datarootdir}&$datarootdir&g' ;;
18281esac
b375837d 18282_ACEOF
cd9a469c 18283
18284# Neutralize VPATH when `$srcdir' = `.'.
18285# Shell code in configure.ac might set extrasub.
18286# FIXME: do we really want to maintain this feature?
18287cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18288ac_sed_extra="$ac_vpsub
b375837d 18289$extrasub
18290_ACEOF
cd9a469c 18291cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b375837d 18292:t
18293/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
cd9a469c 18294s|@configure_input@|$ac_sed_conf_input|;t t
18295s&@top_builddir@&$ac_top_builddir_sub&;t t
18296s&@top_build_prefix@&$ac_top_build_prefix&;t t
18297s&@srcdir@&$ac_srcdir&;t t
18298s&@abs_srcdir@&$ac_abs_srcdir&;t t
18299s&@top_srcdir@&$ac_top_srcdir&;t t
18300s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
18301s&@builddir@&$ac_builddir&;t t
18302s&@abs_builddir@&$ac_abs_builddir&;t t
18303s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
18304s&@INSTALL@&$ac_INSTALL&;t t
18305s&@MKDIR_P@&$ac_MKDIR_P&;t t
18306$ac_datarootdir_hack
18307"
f00f02a3 18308eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
18309 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
cd9a469c 18310
18311test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
f00f02a3 18312 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
18313 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
18314 "$ac_tmp/out"`; test -z "$ac_out"; } &&
cd9a469c 18315 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
f00f02a3 18316which seems to be undefined. Please make sure it is defined" >&5
cd9a469c 18317$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
f00f02a3 18318which seems to be undefined. Please make sure it is defined" >&2;}
cd9a469c 18319
f00f02a3 18320 rm -f "$ac_tmp/stdin"
b375837d 18321 case $ac_file in
f00f02a3 18322 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
18323 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
cd9a469c 18324 esac \
f00f02a3 18325 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
cd9a469c 18326 ;;
18327 :H)
18328 #
18329 # CONFIG_HEADER
18330 #
b375837d 18331 if test x"$ac_file" != x-; then
cd9a469c 18332 {
18333 $as_echo "/* $configure_input */" \
f00f02a3 18334 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
18335 } >"$ac_tmp/config.h" \
18336 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
18337 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
cd9a469c 18338 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
18339$as_echo "$as_me: $ac_file is unchanged" >&6;}
b375837d 18340 else
cd9a469c 18341 rm -f "$ac_file"
f00f02a3 18342 mv "$ac_tmp/config.h" "$ac_file" \
18343 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
b375837d 18344 fi
18345 else
cd9a469c 18346 $as_echo "/* $configure_input */" \
f00f02a3 18347 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
18348 || as_fn_error $? "could not create -" "$LINENO" 5
b375837d 18349 fi
cd9a469c 18350# Compute "$ac_file"'s index in $config_headers.
18351_am_arg="$ac_file"
b375837d 18352_am_stamp_count=1
18353for _am_header in $config_headers :; do
18354 case $_am_header in
cd9a469c 18355 $_am_arg | $_am_arg:* )
b375837d 18356 break ;;
18357 * )
18358 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
18359 esac
18360done
cd9a469c 18361echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
18362$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18363 X"$_am_arg" : 'X\(//\)[^/]' \| \
18364 X"$_am_arg" : 'X\(//\)$' \| \
18365 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
18366$as_echo X"$_am_arg" |
18367 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18368 s//\1/
18369 q
18370 }
18371 /^X\(\/\/\)[^/].*/{
18372 s//\1/
18373 q
18374 }
18375 /^X\(\/\/\)$/{
18376 s//\1/
18377 q
18378 }
18379 /^X\(\/\).*/{
18380 s//\1/
18381 q
18382 }
18383 s/.*/./; q'`/stamp-h$_am_stamp_count
18384 ;;
18385 :L)
18386 #
18387 # CONFIG_LINK
18388 #
3d37e05c 18389
cd9a469c 18390 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
18391 :
3d37e05c 18392 else
cd9a469c 18393 # Prefer the file from the source tree if names are identical.
18394 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
18395 ac_source=$srcdir/$ac_source
18396 fi
b375837d 18397
cd9a469c 18398 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
18399$as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
b375837d 18400
cd9a469c 18401 if test ! -r "$ac_source"; then
f00f02a3 18402 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
cd9a469c 18403 fi
18404 rm -f "$ac_file"
3d37e05c 18405
cd9a469c 18406 # Try a relative symlink, then a hard link, then a copy.
f00f02a3 18407 case $ac_source in
cd9a469c 18408 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
18409 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
18410 esac
18411 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
18412 ln "$ac_source" "$ac_file" 2>/dev/null ||
18413 cp -p "$ac_source" "$ac_file" ||
f00f02a3 18414 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
cd9a469c 18415 fi
18416 ;;
18417 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
18418$as_echo "$as_me: executing $ac_file commands" >&6;}
18419 ;;
3d37e05c 18420 esac
18421
47c5fab6 18422
cd9a469c 18423 case $ac_file$ac_mode in
18424 "default-1":C)
b375837d 18425# Only add multilib support code if we just rebuilt the top-level
18426# Makefile.
18427case " $CONFIG_FILES " in
18428 *" Makefile "*)
18429 ac_file=Makefile . ${multi_basedir}/config-ml.in
18430 ;;
18431esac ;;
cd9a469c 18432 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
f00f02a3 18433 # Older Autoconf quotes --file arguments for eval, but not when files
cd9a469c 18434 # are listed without --file. Let's play safe and only enable the eval
18435 # if we detect the quoting.
18436 case $CONFIG_FILES in
18437 *\'*) eval set x "$CONFIG_FILES" ;;
18438 *) set x $CONFIG_FILES ;;
18439 esac
18440 shift
18441 for mf
18442 do
18443 # Strip MF so we end up with the name of the file.
18444 mf=`echo "$mf" | sed -e 's/:.*$//'`
18445 # Check whether this is an Automake generated Makefile or not.
f00f02a3 18446 # We used to match only the files named 'Makefile.in', but
cd9a469c 18447 # some people rename them; so instead we look at the file content.
18448 # Grep'ing the first line is not enough: some people post-process
18449 # each Makefile.in and add a new line on top of each file to say so.
18450 # Grep'ing the whole file is not good either: AIX grep has a line
18451 # limit of 2048, but all sed's we know have understand at least 4000.
18452 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
18453 dirpart=`$as_dirname -- "$mf" ||
b375837d 18454$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18455 X"$mf" : 'X\(//\)[^/]' \| \
18456 X"$mf" : 'X\(//\)$' \| \
cd9a469c 18457 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
18458$as_echo X"$mf" |
18459 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18460 s//\1/
18461 q
18462 }
18463 /^X\(\/\/\)[^/].*/{
18464 s//\1/
18465 q
18466 }
18467 /^X\(\/\/\)$/{
18468 s//\1/
18469 q
18470 }
18471 /^X\(\/\).*/{
18472 s//\1/
18473 q
18474 }
18475 s/.*/./; q'`
18476 else
18477 continue
18478 fi
18479 # Extract the definition of DEPDIR, am__include, and am__quote
f00f02a3 18480 # from the Makefile without running 'make'.
cd9a469c 18481 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
18482 test -z "$DEPDIR" && continue
18483 am__include=`sed -n 's/^am__include = //p' < "$mf"`
f00f02a3 18484 test -z "$am__include" && continue
cd9a469c 18485 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
cd9a469c 18486 # Find all dependency output files, they are included files with
18487 # $(DEPDIR) in their names. We invoke sed twice because it is the
18488 # simplest approach to changing $(DEPDIR) to its actual value in the
18489 # expansion.
18490 for file in `sed -n "
18491 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
f00f02a3 18492 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
cd9a469c 18493 # Make sure the directory exists.
18494 test -f "$dirpart/$file" && continue
18495 fdir=`$as_dirname -- "$file" ||
b375837d 18496$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18497 X"$file" : 'X\(//\)[^/]' \| \
18498 X"$file" : 'X\(//\)$' \| \
cd9a469c 18499 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
18500$as_echo X"$file" |
18501 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18502 s//\1/
18503 q
18504 }
18505 /^X\(\/\/\)[^/].*/{
18506 s//\1/
18507 q
18508 }
18509 /^X\(\/\/\)$/{
18510 s//\1/
18511 q
18512 }
18513 /^X\(\/\).*/{
18514 s//\1/
18515 q
18516 }
18517 s/.*/./; q'`
18518 as_dir=$dirpart/$fdir; as_fn_mkdir_p
18519 # echo "creating $dirpart/$file"
18520 echo '# dummy' > "$dirpart/$file"
b375837d 18521 done
b375837d 18522 done
cd9a469c 18523}
542f9784 18524 ;;
cd9a469c 18525 "libtool":C)
542f9784 18526
18527 # See if we are running on zsh, and set the options which allow our
18528 # commands through without removal of \ escapes.
18529 if test -n "${ZSH_VERSION+set}" ; then
18530 setopt NO_GLOB_SUBST
18531 fi
18532
18533 cfgfile="${ofile}T"
18534 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
18535 $RM "$cfgfile"
18536
18537 cat <<_LT_EOF >> "$cfgfile"
18538#! $SHELL
18539
18540# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
4bc2b84f 18541# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
542f9784 18542# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
18543# NOTE: Changes made to this file will be lost: look at ltmain.sh.
18544#
4bc2b84f 18545# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
e6408286 18546# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
4bc2b84f 18547# Written by Gordon Matzigkeit, 1996
542f9784 18548#
4bc2b84f 18549# This file is part of GNU Libtool.
542f9784 18550#
4bc2b84f 18551# GNU Libtool is free software; you can redistribute it and/or
18552# modify it under the terms of the GNU General Public License as
18553# published by the Free Software Foundation; either version 2 of
18554# the License, or (at your option) any later version.
542f9784 18555#
4bc2b84f 18556# As a special exception to the GNU General Public License,
18557# if you distribute this file as part of a program or library that
18558# is built using GNU Libtool, you may include this file under the
18559# same distribution terms that you use for the rest of that program.
542f9784 18560#
4bc2b84f 18561# GNU Libtool is distributed in the hope that it will be useful,
18562# but WITHOUT ANY WARRANTY; without even the implied warranty of
18563# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18564# GNU General Public License for more details.
542f9784 18565#
4bc2b84f 18566# You should have received a copy of the GNU General Public License
18567# along with GNU Libtool; see the file COPYING. If not, a copy
18568# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
18569# obtained by writing to the Free Software Foundation, Inc.,
18570# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
542f9784 18571
18572
18573# The names of the tagged configurations supported by this script.
89d8a412 18574available_tags="CXX "
542f9784 18575
18576# ### BEGIN LIBTOOL CONFIG
18577
18578# Which release of libtool.m4 was used?
18579macro_version=$macro_version
18580macro_revision=$macro_revision
18581
18582# Whether or not to build shared libraries.
18583build_libtool_libs=$enable_shared
18584
18585# Whether or not to build static libraries.
18586build_old_libs=$enable_static
18587
18588# What type of objects to build.
18589pic_mode=$pic_mode
18590
18591# Whether or not to optimize for fast installation.
18592fast_install=$enable_fast_install
18593
e6408286 18594# Shell to use when invoking shell scripts.
18595SHELL=$lt_SHELL
18596
18597# An echo program that protects backslashes.
18598ECHO=$lt_ECHO
18599
542f9784 18600# The host system.
18601host_alias=$host_alias
18602host=$host
18603host_os=$host_os
18604
18605# The build system.
18606build_alias=$build_alias
18607build=$build
18608build_os=$build_os
18609
18610# A sed program that does not truncate output.
18611SED=$lt_SED
18612
18613# Sed that helps us avoid accidentally triggering echo(1) options like -n.
18614Xsed="\$SED -e 1s/^X//"
18615
18616# A grep program that handles long lines.
18617GREP=$lt_GREP
18618
18619# An ERE matcher.
18620EGREP=$lt_EGREP
18621
18622# A literal string matcher.
18623FGREP=$lt_FGREP
18624
18625# A BSD- or MS-compatible name lister.
18626NM=$lt_NM
18627
18628# Whether we need soft or hard links.
18629LN_S=$lt_LN_S
18630
18631# What is the maximum length of a command?
18632max_cmd_len=$max_cmd_len
18633
18634# Object file suffix (normally "o").
18635objext=$ac_objext
18636
18637# Executable file suffix (normally "").
18638exeext=$exeext
18639
18640# whether the shell understands "unset".
18641lt_unset=$lt_unset
18642
18643# turn spaces into newlines.
18644SP2NL=$lt_lt_SP2NL
18645
18646# turn newlines into spaces.
18647NL2SP=$lt_lt_NL2SP
18648
4bc2b84f 18649# An object symbol dumper.
18650OBJDUMP=$lt_OBJDUMP
18651
542f9784 18652# Method to check whether dependent libraries are shared objects.
18653deplibs_check_method=$lt_deplibs_check_method
18654
18655# Command to use when deplibs_check_method == "file_magic".
18656file_magic_cmd=$lt_file_magic_cmd
18657
18658# The archiver.
18659AR=$lt_AR
18660AR_FLAGS=$lt_AR_FLAGS
18661
18662# A symbol stripping program.
18663STRIP=$lt_STRIP
18664
18665# Commands used to install an old-style archive.
18666RANLIB=$lt_RANLIB
18667old_postinstall_cmds=$lt_old_postinstall_cmds
18668old_postuninstall_cmds=$lt_old_postuninstall_cmds
18669
e6408286 18670# Whether to use a lock for old archive extraction.
18671lock_old_archive_extraction=$lock_old_archive_extraction
18672
542f9784 18673# A C compiler.
18674LTCC=$lt_CC
18675
18676# LTCC compiler flags.
18677LTCFLAGS=$lt_CFLAGS
18678
18679# Take the output of nm and produce a listing of raw symbols and C names.
18680global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
18681
18682# Transform the output of nm in a proper C declaration.
18683global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
18684
18685# Transform the output of nm in a C name address pair.
18686global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
18687
4bc2b84f 18688# Transform the output of nm in a C name address pair when lib prefix is needed.
18689global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
18690
542f9784 18691# The name of the directory that contains temporary libtool files.
18692objdir=$objdir
18693
542f9784 18694# Used to examine libraries when file_magic_cmd begins with "file".
18695MAGIC_CMD=$MAGIC_CMD
18696
18697# Must we lock files when doing compilation?
18698need_locks=$lt_need_locks
18699
4bc2b84f 18700# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
18701DSYMUTIL=$lt_DSYMUTIL
18702
18703# Tool to change global to local symbols on Mac OS X.
18704NMEDIT=$lt_NMEDIT
18705
18706# Tool to manipulate fat objects and archives on Mac OS X.
18707LIPO=$lt_LIPO
18708
18709# ldd/readelf like tool for Mach-O binaries on Mac OS X.
18710OTOOL=$lt_OTOOL
18711
18712# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
18713OTOOL64=$lt_OTOOL64
18714
542f9784 18715# Old archive suffix (normally "a").
18716libext=$libext
18717
18718# Shared library suffix (normally ".so").
18719shrext_cmds=$lt_shrext_cmds
18720
18721# The commands to extract the exported symbol list from a shared archive.
18722extract_expsyms_cmds=$lt_extract_expsyms_cmds
18723
18724# Variables whose values should be saved in libtool wrapper scripts and
18725# restored at link time.
18726variables_saved_for_relink=$lt_variables_saved_for_relink
18727
18728# Do we need the "lib" prefix for modules?
18729need_lib_prefix=$need_lib_prefix
18730
18731# Do we need a version for libraries?
18732need_version=$need_version
18733
18734# Library versioning type.
18735version_type=$version_type
18736
18737# Shared library runtime path variable.
18738runpath_var=$runpath_var
18739
18740# Shared library path variable.
18741shlibpath_var=$shlibpath_var
18742
18743# Is shlibpath searched before the hard-coded library search path?
18744shlibpath_overrides_runpath=$shlibpath_overrides_runpath
18745
18746# Format of library name prefix.
18747libname_spec=$lt_libname_spec
18748
18749# List of archive names. First name is the real one, the rest are links.
18750# The last name is the one that the linker finds with -lNAME
18751library_names_spec=$lt_library_names_spec
18752
18753# The coded name of the library, if different from the real name.
18754soname_spec=$lt_soname_spec
18755
e6408286 18756# Permission mode override for installation of shared libraries.
18757install_override_mode=$lt_install_override_mode
18758
542f9784 18759# Command to use after installation of a shared archive.
18760postinstall_cmds=$lt_postinstall_cmds
18761
18762# Command to use after uninstallation of a shared archive.
18763postuninstall_cmds=$lt_postuninstall_cmds
18764
18765# Commands used to finish a libtool library installation in a directory.
18766finish_cmds=$lt_finish_cmds
18767
18768# As "finish_cmds", except a single script fragment to be evaled but
18769# not shown.
18770finish_eval=$lt_finish_eval
18771
18772# Whether we should hardcode library paths into libraries.
18773hardcode_into_libs=$hardcode_into_libs
18774
18775# Compile-time system search path for libraries.
18776sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
18777
18778# Run-time system search path for libraries.
18779sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
18780
18781# Whether dlopen is supported.
18782dlopen_support=$enable_dlopen
18783
18784# Whether dlopen of programs is supported.
18785dlopen_self=$enable_dlopen_self
18786
18787# Whether dlopen of statically linked programs is supported.
18788dlopen_self_static=$enable_dlopen_self_static
18789
18790# Commands to strip libraries.
18791old_striplib=$lt_old_striplib
18792striplib=$lt_striplib
18793
18794
18795# The linker used to build libraries.
18796LD=$lt_LD
18797
e6408286 18798# How to create reloadable object files.
18799reload_flag=$lt_reload_flag
18800reload_cmds=$lt_reload_cmds
18801
542f9784 18802# Commands used to build an old-style archive.
18803old_archive_cmds=$lt_old_archive_cmds
18804
18805# A language specific compiler.
18806CC=$lt_compiler
18807
18808# Is the compiler the GNU compiler?
18809with_gcc=$GCC
18810
18811# Compiler flag to turn off builtin functions.
18812no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
18813
18814# How to pass a linker flag through the compiler.
18815wl=$lt_lt_prog_compiler_wl
18816
18817# Additional compiler flags for building library objects.
18818pic_flag=$lt_lt_prog_compiler_pic
18819
18820# Compiler flag to prevent dynamic linking.
18821link_static_flag=$lt_lt_prog_compiler_static
18822
18823# Does compiler simultaneously support -c and -o options?
18824compiler_c_o=$lt_lt_cv_prog_compiler_c_o
18825
18826# Whether or not to add -lc for building shared libraries.
18827build_libtool_need_lc=$archive_cmds_need_lc
18828
18829# Whether or not to disallow shared libs when runtime libs are static.
18830allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
18831
18832# Compiler flag to allow reflexive dlopens.
18833export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
18834
18835# Compiler flag to generate shared objects directly from archives.
18836whole_archive_flag_spec=$lt_whole_archive_flag_spec
18837
18838# Whether the compiler copes with passing no objects directly.
18839compiler_needs_object=$lt_compiler_needs_object
18840
18841# Create an old-style archive from a shared archive.
18842old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
18843
18844# Create a temporary old-style archive to link instead of a shared archive.
18845old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
18846
18847# Commands used to build a shared archive.
18848archive_cmds=$lt_archive_cmds
18849archive_expsym_cmds=$lt_archive_expsym_cmds
18850
18851# Commands used to build a loadable module if different from building
18852# a shared archive.
18853module_cmds=$lt_module_cmds
18854module_expsym_cmds=$lt_module_expsym_cmds
18855
18856# Whether we are building with GNU ld or not.
18857with_gnu_ld=$lt_with_gnu_ld
18858
18859# Flag that allows shared libraries with undefined symbols to be built.
18860allow_undefined_flag=$lt_allow_undefined_flag
18861
18862# Flag that enforces no undefined symbols.
18863no_undefined_flag=$lt_no_undefined_flag
18864
18865# Flag to hardcode \$libdir into a binary during linking.
18866# This must work even if \$libdir does not exist
18867hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
18868
18869# If ld is used when linking, flag to hardcode \$libdir into a binary
18870# during linking. This must work even if \$libdir does not exist.
18871hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
18872
18873# Whether we need a single "-rpath" flag with a separated argument.
18874hardcode_libdir_separator=$lt_hardcode_libdir_separator
18875
18876# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
18877# DIR into the resulting binary.
18878hardcode_direct=$hardcode_direct
18879
18880# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
18881# DIR into the resulting binary and the resulting library dependency is
18882# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
18883# library is relocated.
18884hardcode_direct_absolute=$hardcode_direct_absolute
18885
18886# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
18887# into the resulting binary.
18888hardcode_minus_L=$hardcode_minus_L
18889
18890# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
18891# into the resulting binary.
18892hardcode_shlibpath_var=$hardcode_shlibpath_var
18893
18894# Set to "yes" if building a shared library automatically hardcodes DIR
18895# into the library and all subsequent libraries and executables linked
18896# against it.
18897hardcode_automatic=$hardcode_automatic
18898
18899# Set to yes if linker adds runtime paths of dependent libraries
18900# to runtime path list.
18901inherit_rpath=$inherit_rpath
18902
18903# Whether libtool must link a program against all its dependency libraries.
18904link_all_deplibs=$link_all_deplibs
18905
18906# Fix the shell variable \$srcfile for the compiler.
18907fix_srcfile_path=$lt_fix_srcfile_path
18908
18909# Set to "yes" if exported symbols are required.
18910always_export_symbols=$always_export_symbols
18911
18912# The commands to list exported symbols.
18913export_symbols_cmds=$lt_export_symbols_cmds
18914
18915# Symbols that should not be listed in the preloaded symbols.
18916exclude_expsyms=$lt_exclude_expsyms
18917
18918# Symbols that must always be exported.
18919include_expsyms=$lt_include_expsyms
18920
18921# Commands necessary for linking programs (against libraries) with templates.
18922prelink_cmds=$lt_prelink_cmds
18923
18924# Specify filename containing input files.
18925file_list_spec=$lt_file_list_spec
18926
18927# How to hardcode a shared library path into an executable.
18928hardcode_action=$hardcode_action
18929
89d8a412 18930# The directories searched by this compiler when creating a shared library.
18931compiler_lib_search_dirs=$lt_compiler_lib_search_dirs
18932
18933# Dependencies to place before and after the objects being linked to
18934# create a shared library.
18935predep_objects=$lt_predep_objects
18936postdep_objects=$lt_postdep_objects
18937predeps=$lt_predeps
18938postdeps=$lt_postdeps
18939
18940# The library search path used internally by the compiler when linking
18941# a shared library.
18942compiler_lib_search_path=$lt_compiler_lib_search_path
18943
542f9784 18944# ### END LIBTOOL CONFIG
18945
18946_LT_EOF
18947
18948 case $host_os in
18949 aix3*)
18950 cat <<\_LT_EOF >> "$cfgfile"
18951# AIX sometimes has problems with the GCC collect2 program. For some
18952# reason, if we set the COLLECT_NAMES environment variable, the problems
18953# vanish in a puff of smoke.
18954if test "X${COLLECT_NAMES+set}" != Xset; then
18955 COLLECT_NAMES=
18956 export COLLECT_NAMES
18957fi
18958_LT_EOF
18959 ;;
18960 esac
18961
18962
18963ltmain="$ac_aux_dir/ltmain.sh"
18964
18965
18966 # We use sed instead of cat because bash on DJGPP gets confused if
18967 # if finds mixed CR/LF and LF-only lines. Since sed operates in
18968 # text mode, it properly converts lines to CR/LF. This bash problem
18969 # is reportedly fixed, but why not run on old versions too?
18970 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
18971 || (rm -f "$cfgfile"; exit 1)
18972
18973 case $xsi_shell in
18974 yes)
18975 cat << \_LT_EOF >> "$cfgfile"
4bc2b84f 18976
542f9784 18977# func_dirname file append nondir_replacement
18978# Compute the dirname of FILE. If nonempty, add APPEND to the result,
18979# otherwise set result to NONDIR_REPLACEMENT.
18980func_dirname ()
18981{
18982 case ${1} in
18983 */*) func_dirname_result="${1%/*}${2}" ;;
18984 * ) func_dirname_result="${3}" ;;
18985 esac
18986}
18987
18988# func_basename file
18989func_basename ()
18990{
18991 func_basename_result="${1##*/}"
18992}
18993
4bc2b84f 18994# func_dirname_and_basename file append nondir_replacement
18995# perform func_basename and func_dirname in a single function
18996# call:
18997# dirname: Compute the dirname of FILE. If nonempty,
18998# add APPEND to the result, otherwise set result
18999# to NONDIR_REPLACEMENT.
19000# value returned in "$func_dirname_result"
19001# basename: Compute filename of FILE.
19002# value retuned in "$func_basename_result"
19003# Implementation must be kept synchronized with func_dirname
19004# and func_basename. For efficiency, we do not delegate to
19005# those functions but instead duplicate the functionality here.
19006func_dirname_and_basename ()
19007{
19008 case ${1} in
19009 */*) func_dirname_result="${1%/*}${2}" ;;
19010 * ) func_dirname_result="${3}" ;;
19011 esac
19012 func_basename_result="${1##*/}"
19013}
19014
542f9784 19015# func_stripname prefix suffix name
19016# strip PREFIX and SUFFIX off of NAME.
19017# PREFIX and SUFFIX must not contain globbing or regex special
19018# characters, hashes, percent signs, but SUFFIX may contain a leading
19019# dot (in which case that matches only a dot).
19020func_stripname ()
19021{
19022 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
19023 # positional parameters, so assign one to ordinary parameter first.
19024 func_stripname_result=${3}
19025 func_stripname_result=${func_stripname_result#"${1}"}
19026 func_stripname_result=${func_stripname_result%"${2}"}
19027}
19028
19029# func_opt_split
19030func_opt_split ()
19031{
19032 func_opt_split_opt=${1%%=*}
19033 func_opt_split_arg=${1#*=}
19034}
19035
19036# func_lo2o object
19037func_lo2o ()
19038{
19039 case ${1} in
19040 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
19041 *) func_lo2o_result=${1} ;;
19042 esac
19043}
4bc2b84f 19044
19045# func_xform libobj-or-source
19046func_xform ()
19047{
19048 func_xform_result=${1%.*}.lo
19049}
19050
19051# func_arith arithmetic-term...
19052func_arith ()
19053{
19054 func_arith_result=$(( $* ))
19055}
19056
19057# func_len string
19058# STRING may not start with a hyphen.
19059func_len ()
19060{
19061 func_len_result=${#1}
19062}
19063
542f9784 19064_LT_EOF
19065 ;;
19066 *) # Bourne compatible functions.
19067 cat << \_LT_EOF >> "$cfgfile"
4bc2b84f 19068
542f9784 19069# func_dirname file append nondir_replacement
19070# Compute the dirname of FILE. If nonempty, add APPEND to the result,
19071# otherwise set result to NONDIR_REPLACEMENT.
19072func_dirname ()
19073{
19074 # Extract subdirectory from the argument.
e6408286 19075 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
542f9784 19076 if test "X$func_dirname_result" = "X${1}"; then
19077 func_dirname_result="${3}"
19078 else
19079 func_dirname_result="$func_dirname_result${2}"
19080 fi
19081}
19082
19083# func_basename file
19084func_basename ()
19085{
e6408286 19086 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
542f9784 19087}
19088
4bc2b84f 19089
542f9784 19090# func_stripname prefix suffix name
19091# strip PREFIX and SUFFIX off of NAME.
19092# PREFIX and SUFFIX must not contain globbing or regex special
19093# characters, hashes, percent signs, but SUFFIX may contain a leading
19094# dot (in which case that matches only a dot).
19095# func_strip_suffix prefix name
19096func_stripname ()
19097{
19098 case ${2} in
e6408286 19099 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
19100 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
542f9784 19101 esac
19102}
19103
19104# sed scripts:
19105my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
19106my_sed_long_arg='1s/^-[^=]*=//'
19107
19108# func_opt_split
19109func_opt_split ()
19110{
e6408286 19111 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
19112 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
542f9784 19113}
19114
19115# func_lo2o object
19116func_lo2o ()
19117{
e6408286 19118 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
542f9784 19119}
4bc2b84f 19120
19121# func_xform libobj-or-source
19122func_xform ()
19123{
e6408286 19124 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
4bc2b84f 19125}
19126
19127# func_arith arithmetic-term...
19128func_arith ()
19129{
19130 func_arith_result=`expr "$@"`
19131}
19132
19133# func_len string
19134# STRING may not start with a hyphen.
19135func_len ()
19136{
19137 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
19138}
19139
542f9784 19140_LT_EOF
19141esac
19142
19143case $lt_shell_append in
19144 yes)
19145 cat << \_LT_EOF >> "$cfgfile"
19146
19147# func_append var value
19148# Append VALUE to the end of shell variable VAR.
19149func_append ()
19150{
19151 eval "$1+=\$2"
19152}
19153_LT_EOF
19154 ;;
19155 *)
19156 cat << \_LT_EOF >> "$cfgfile"
19157
19158# func_append var value
19159# Append VALUE to the end of shell variable VAR.
19160func_append ()
19161{
19162 eval "$1=\$$1\$2"
19163}
4bc2b84f 19164
542f9784 19165_LT_EOF
19166 ;;
19167 esac
19168
19169
19170 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
19171 || (rm -f "$cfgfile"; exit 1)
19172
19173 mv -f "$cfgfile" "$ofile" ||
19174 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
19175 chmod +x "$ofile"
19176
89d8a412 19177
19178 cat <<_LT_EOF >> "$ofile"
19179
19180# ### BEGIN LIBTOOL TAG CONFIG: CXX
19181
19182# The linker used to build libraries.
19183LD=$lt_LD_CXX
19184
19185# How to create reloadable object files.
19186reload_flag=$lt_reload_flag_CXX
19187reload_cmds=$lt_reload_cmds_CXX
19188
19189# Commands used to build an old-style archive.
19190old_archive_cmds=$lt_old_archive_cmds_CXX
19191
19192# A language specific compiler.
19193CC=$lt_compiler_CXX
19194
19195# Is the compiler the GNU compiler?
19196with_gcc=$GCC_CXX
19197
19198# Compiler flag to turn off builtin functions.
19199no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
19200
19201# How to pass a linker flag through the compiler.
19202wl=$lt_lt_prog_compiler_wl_CXX
19203
19204# Additional compiler flags for building library objects.
19205pic_flag=$lt_lt_prog_compiler_pic_CXX
19206
19207# Compiler flag to prevent dynamic linking.
19208link_static_flag=$lt_lt_prog_compiler_static_CXX
19209
19210# Does compiler simultaneously support -c and -o options?
19211compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
19212
19213# Whether or not to add -lc for building shared libraries.
19214build_libtool_need_lc=$archive_cmds_need_lc_CXX
19215
19216# Whether or not to disallow shared libs when runtime libs are static.
19217allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
19218
19219# Compiler flag to allow reflexive dlopens.
19220export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
19221
19222# Compiler flag to generate shared objects directly from archives.
19223whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
19224
19225# Whether the compiler copes with passing no objects directly.
19226compiler_needs_object=$lt_compiler_needs_object_CXX
19227
19228# Create an old-style archive from a shared archive.
19229old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
19230
19231# Create a temporary old-style archive to link instead of a shared archive.
19232old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
19233
19234# Commands used to build a shared archive.
19235archive_cmds=$lt_archive_cmds_CXX
19236archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
19237
19238# Commands used to build a loadable module if different from building
19239# a shared archive.
19240module_cmds=$lt_module_cmds_CXX
19241module_expsym_cmds=$lt_module_expsym_cmds_CXX
19242
19243# Whether we are building with GNU ld or not.
19244with_gnu_ld=$lt_with_gnu_ld_CXX
19245
19246# Flag that allows shared libraries with undefined symbols to be built.
19247allow_undefined_flag=$lt_allow_undefined_flag_CXX
19248
19249# Flag that enforces no undefined symbols.
19250no_undefined_flag=$lt_no_undefined_flag_CXX
19251
19252# Flag to hardcode \$libdir into a binary during linking.
19253# This must work even if \$libdir does not exist
19254hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
19255
19256# If ld is used when linking, flag to hardcode \$libdir into a binary
19257# during linking. This must work even if \$libdir does not exist.
19258hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX
19259
19260# Whether we need a single "-rpath" flag with a separated argument.
19261hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
19262
19263# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
19264# DIR into the resulting binary.
19265hardcode_direct=$hardcode_direct_CXX
19266
19267# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
19268# DIR into the resulting binary and the resulting library dependency is
19269# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
19270# library is relocated.
19271hardcode_direct_absolute=$hardcode_direct_absolute_CXX
19272
19273# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
19274# into the resulting binary.
19275hardcode_minus_L=$hardcode_minus_L_CXX
19276
19277# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
19278# into the resulting binary.
19279hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
19280
19281# Set to "yes" if building a shared library automatically hardcodes DIR
19282# into the library and all subsequent libraries and executables linked
19283# against it.
19284hardcode_automatic=$hardcode_automatic_CXX
19285
19286# Set to yes if linker adds runtime paths of dependent libraries
19287# to runtime path list.
19288inherit_rpath=$inherit_rpath_CXX
19289
19290# Whether libtool must link a program against all its dependency libraries.
19291link_all_deplibs=$link_all_deplibs_CXX
19292
19293# Fix the shell variable \$srcfile for the compiler.
19294fix_srcfile_path=$lt_fix_srcfile_path_CXX
19295
19296# Set to "yes" if exported symbols are required.
19297always_export_symbols=$always_export_symbols_CXX
19298
19299# The commands to list exported symbols.
19300export_symbols_cmds=$lt_export_symbols_cmds_CXX
19301
19302# Symbols that should not be listed in the preloaded symbols.
19303exclude_expsyms=$lt_exclude_expsyms_CXX
19304
19305# Symbols that must always be exported.
19306include_expsyms=$lt_include_expsyms_CXX
19307
19308# Commands necessary for linking programs (against libraries) with templates.
19309prelink_cmds=$lt_prelink_cmds_CXX
19310
19311# Specify filename containing input files.
19312file_list_spec=$lt_file_list_spec_CXX
19313
19314# How to hardcode a shared library path into an executable.
19315hardcode_action=$hardcode_action_CXX
19316
19317# The directories searched by this compiler when creating a shared library.
19318compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX
19319
19320# Dependencies to place before and after the objects being linked to
19321# create a shared library.
19322predep_objects=$lt_predep_objects_CXX
19323postdep_objects=$lt_postdep_objects_CXX
19324predeps=$lt_predeps_CXX
19325postdeps=$lt_postdeps_CXX
19326
19327# The library search path used internally by the compiler when linking
19328# a shared library.
19329compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
19330
19331# ### END LIBTOOL TAG CONFIG: CXX
19332_LT_EOF
19333
b375837d 19334 ;;
cd9a469c 19335 "include":C) test -d include || mkdir include ;;
19336 "src":C)
b375837d 19337test -d src || mkdir src
19338test -d src/$TARGETDIR || mkdir src/$TARGETDIR
19339 ;;
cd9a469c 19340
b375837d 19341 esac
cd9a469c 19342done # for ac_tag
b375837d 19343
b375837d 19344
cd9a469c 19345as_fn_exit 0
b375837d 19346_ACEOF
b375837d 19347ac_clean_files=$ac_clean_files_save
19348
cd9a469c 19349test $ac_write_fail = 0 ||
f00f02a3 19350 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
cd9a469c 19351
b375837d 19352
19353# configure is writing to config.log, and then calls config.status.
19354# config.status does its own redirection, appending to config.log.
19355# Unfortunately, on DOS this fails, as config.log is still kept open
19356# by configure, so config.status won't be able to write to it; its
19357# output is simply discarded. So we exec the FD to /dev/null,
19358# effectively closing config.log, so it can be properly (re)opened and
19359# appended to by config.status. When coming back to configure, we
19360# need to make the FD available again.
19361if test "$no_create" != yes; then
19362 ac_cs_success=:
19363 ac_config_status_args=
19364 test "$silent" = yes &&
19365 ac_config_status_args="$ac_config_status_args --quiet"
19366 exec 5>/dev/null
19367 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
19368 exec 5>>config.log
19369 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19370 # would make configure fail if this is the last instruction.
f00f02a3 19371 $ac_cs_success || as_fn_exit 1
cd9a469c 19372fi
19373if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
19374 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19375$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
b375837d 19376fi
47c5fab6 19377