]> jfr.im git - solanum.git/blame - libltdl/configure
msgbuf: msgbuf_unparse_tags(): don't send a tags sigil unless tags will actually...
[solanum.git] / libltdl / configure
CommitLineData
0191e3d3
AC
1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.69 for libltdl 2.4.2.
4#
5# Report bugs to <bug-libtool@gnu.org>.
6#
7#
8# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
9#
10#
11# This configure script is free software; the Free Software Foundation
12# gives unlimited permission to copy, distribute and modify it.
13## -------------------- ##
14## M4sh Initialization. ##
15## -------------------- ##
16
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 :
20 emulate sh
21 NULLCMD=:
22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
23 # is contrary to our usage. Disable this feature.
24 alias -g '${1+"$@"}'='"$@"'
25 setopt NO_GLOB_SUBST
26else
27 case `(set -o) 2>/dev/null` in #(
28 *posix*) :
29 set -o posix ;; #(
30 *) :
31 ;;
32esac
33fi
34
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 }
81fi
82
83
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.
92as_myself=
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
124PS1='$ '
125PS2='> '
126PS4='+ '
127
128# NLS nuisances.
129LC_ALL=C
130export LC_ALL
131LANGUAGE=C
132export LANGUAGE
133
134# CDPATH.
135(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
136
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;}
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
195test x\$exitcode = x0 || exit 1
196test -x / || exit 1"
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
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
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
221do
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 :
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
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."
276 else
277 $as_echo "$0: Please tell bug-autoconf@gnu.org and
278$0: bug-libtool@gnu.org about your system, including any
279$0: error possibly output before this message. Then install
280$0: a modern shell, or manually run the script under such a
281$0: shell if you do have one."
282 fi
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"
366 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
367
368
369} # as_fn_mkdir_p
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
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
414# as_fn_error STATUS ERROR [LINENO LOG_FD]
415# ----------------------------------------
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
418# script with STATUS, using 1 if that was 0.
419as_fn_error ()
420{
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
425 fi
426 $as_echo "$as_me: error: $2" >&2
427 as_fn_exit $as_status
428} # as_fn_error
429
430if expr a : '\(a\)' >/dev/null 2>&1 &&
431 test "X`expr 00001 : '.*\(...\)'`" = X001; then
432 as_expr=expr
433else
434 as_expr=false
435fi
436
437if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
438 as_basename=basename
439else
440 as_basename=false
441fi
442
443if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
444 as_dirname=dirname
445else
446 as_dirname=false
447fi
448
449as_me=`$as_basename -- "$0" ||
450$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
451 X"$0" : 'X\(//\)$' \| \
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'`
467
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
475
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 |
485 sed '
486 s/[$]LINENO.*/&-/
487 t lineno
488 b
489 :lineno
490 N
491 :loop
492 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
493 t loop
494 s/-\n.*//
495 ' >$as_me.lineno &&
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; }
498
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
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
505 # original and so on. Autoconf is especially sensitive to this).
506 . "./$as_me.lineno"
507 # Exit status is that of the last command.
508 exit
509}
510
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';;
522esac
523
524rm -f conf$$ conf$$.exe conf$$.file
525if test -d conf$$.dir; then
526 rm -f conf$$.dir/conf$$.file
527else
528 rm -f conf$$.dir
529 mkdir conf$$.dir 2>/dev/null
530fi
531if (echo >conf$$.file) 2>/dev/null; then
532 if ln -s conf$$.file conf$$ 2>/dev/null; then
533 as_ln_s='ln -s'
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.
537 # In both cases, we have to default to `cp -pR'.
538 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
539 as_ln_s='cp -pR'
540 elif ln conf$$.file conf$$ 2>/dev/null; then
541 as_ln_s=ln
542 else
543 as_ln_s='cp -pR'
544 fi
545else
546 as_ln_s='cp -pR'
547fi
548rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
549rmdir conf$$.dir 2>/dev/null
550
551if mkdir -p . 2>/dev/null; then
552 as_mkdir_p='mkdir -p "$as_dir"'
553else
554 test -d ./-p && rmdir ./-p
555 as_mkdir_p=false
556fi
557
558as_test_x='test -x'
559as_executable_p=as_fn_executable_p
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
567SHELL=${CONFIG_SHELL-/bin/sh}
568
569
570test -n "$DJDIR" || exec 7<&0 </dev/null
571exec 6>&1
572
573# Name of the host.
574# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
575# so uname gets run too.
576ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
577
578#
579# Initializations.
580#
581ac_default_prefix=/usr/local
582ac_clean_files=
583ac_config_libobj_dir=.
584LIBOBJS=
585cross_compiling=no
586subdirs=
587MFLAGS=
588MAKEFLAGS=
589
590# Identity of this package.
591PACKAGE_NAME='libltdl'
592PACKAGE_TARNAME='libltdl'
593PACKAGE_VERSION='2.4.2'
594PACKAGE_STRING='libltdl 2.4.2'
595PACKAGE_BUGREPORT='bug-libtool@gnu.org'
596PACKAGE_URL=''
597
598ac_unique_file="ltdl.c"
599# Factoring default headers for most tests.
600ac_includes_default="\
601#include <stdio.h>
602#ifdef HAVE_SYS_TYPES_H
603# include <sys/types.h>
604#endif
605#ifdef HAVE_SYS_STAT_H
606# include <sys/stat.h>
607#endif
608#ifdef STDC_HEADERS
609# include <stdlib.h>
610# include <stddef.h>
611#else
612# ifdef HAVE_STDLIB_H
613# include <stdlib.h>
614# endif
615#endif
616#ifdef HAVE_STRING_H
617# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
618# include <memory.h>
619# endif
620# include <string.h>
621#endif
622#ifdef HAVE_STRINGS_H
623# include <strings.h>
624#endif
625#ifdef HAVE_INTTYPES_H
626# include <inttypes.h>
627#endif
628#ifdef HAVE_STDINT_H
629# include <stdint.h>
630#endif
631#ifdef HAVE_UNISTD_H
632# include <unistd.h>
633#endif"
634
635ac_subst_vars='am__EXEEXT_FALSE
636am__EXEEXT_TRUE
637LTLIBOBJS
638LTDLOPEN
639LT_CONFIG_H
640CONVENIENCE_LTDL_FALSE
641CONVENIENCE_LTDL_TRUE
642INSTALL_LTDL_FALSE
643INSTALL_LTDL_TRUE
644ARGZ_H
645LIBOBJS
646sys_symbol_underscore
647LIBADD_DL
648LT_DLPREOPEN
649LIBADD_DLD_LINK
650LIBADD_SHL_LOAD
651LIBADD_DLOPEN
652LT_DLLOADERS
653CPP
654OTOOL64
655OTOOL
656LIPO
657NMEDIT
658DSYMUTIL
659MANIFEST_TOOL
660RANLIB
661ac_ct_AR
662AR
663LN_S
664NM
665ac_ct_DUMPBIN
666DUMPBIN
667LD
668FGREP
669EGREP
670GREP
671SED
672am__fastdepCC_FALSE
673am__fastdepCC_TRUE
674CCDEPMODE
675am__nodep
676AMDEPBACKSLASH
677AMDEP_FALSE
678AMDEP_TRUE
679am__quote
680am__include
681DEPDIR
682OBJEXT
683EXEEXT
684ac_ct_CC
685CPPFLAGS
686LDFLAGS
687CFLAGS
688CC
689host_os
690host_vendor
691host_cpu
692host
693build_os
694build_vendor
695build_cpu
696build
697LIBTOOL
698OBJDUMP
699DLLTOOL
700AS
701AM_BACKSLASH
702AM_DEFAULT_VERBOSITY
703AM_DEFAULT_V
704AM_V
705am__untar
706am__tar
707AMTAR
708am__leading_dot
709SET_MAKE
710AWK
711mkdir_p
712MKDIR_P
713INSTALL_STRIP_PROGRAM
714STRIP
715install_sh
716MAKEINFO
717AUTOHEADER
718AUTOMAKE
719AUTOCONF
720ACLOCAL
721VERSION
722PACKAGE
723CYGPATH_W
724am__isrc
725INSTALL_DATA
726INSTALL_SCRIPT
727INSTALL_PROGRAM
728target_alias
729host_alias
730build_alias
731LIBS
732ECHO_T
733ECHO_N
734ECHO_C
735DEFS
736mandir
737localedir
738libdir
739psdir
740pdfdir
741dvidir
742htmldir
743infodir
744docdir
745oldincludedir
746includedir
747localstatedir
748sharedstatedir
749sysconfdir
750datadir
751datarootdir
752libexecdir
753sbindir
754bindir
755program_transform_name
756prefix
757exec_prefix
758PACKAGE_URL
759PACKAGE_BUGREPORT
760PACKAGE_STRING
761PACKAGE_VERSION
762PACKAGE_TARNAME
763PACKAGE_NAME
764PATH_SEPARATOR
765SHELL'
766ac_subst_files=''
767ac_user_opts='
768enable_option_checking
769enable_silent_rules
770enable_shared
771enable_static
772with_pic
773enable_fast_install
774enable_dependency_tracking
775with_gnu_ld
776with_sysroot
777enable_libtool_lock
778enable_ltdl_install
779'
780 ac_precious_vars='build_alias
781host_alias
782target_alias
783CC
784CFLAGS
785LDFLAGS
786LIBS
787CPPFLAGS
788CPP'
789
790
791# Initialize some variables set by options.
792ac_init_help=
793ac_init_version=false
794ac_unrecognized_opts=
795ac_unrecognized_sep=
796# The variables have the same names as the options, with
797# dashes changed to underlines.
798cache_file=/dev/null
799exec_prefix=NONE
800no_create=
801no_recursion=
802prefix=NONE
803program_prefix=NONE
804program_suffix=NONE
805program_transform_name=s,x,x,
806silent=
807site=
808srcdir=
809verbose=
810x_includes=NONE
811x_libraries=NONE
812
813# Installation directory options.
814# These are left unexpanded so users can "make install exec_prefix=/foo"
815# and all the variables that are supposed to be based on exec_prefix
816# by default will actually change.
817# Use braces instead of parens because sh, perl, etc. also accept them.
818# (The list follows the same order as the GNU Coding Standards.)
819bindir='${exec_prefix}/bin'
820sbindir='${exec_prefix}/sbin'
821libexecdir='${exec_prefix}/libexec'
822datarootdir='${prefix}/share'
823datadir='${datarootdir}'
824sysconfdir='${prefix}/etc'
825sharedstatedir='${prefix}/com'
826localstatedir='${prefix}/var'
827includedir='${prefix}/include'
828oldincludedir='/usr/include'
829docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
830infodir='${datarootdir}/info'
831htmldir='${docdir}'
832dvidir='${docdir}'
833pdfdir='${docdir}'
834psdir='${docdir}'
835libdir='${exec_prefix}/lib'
836localedir='${datarootdir}/locale'
837mandir='${datarootdir}/man'
838
839ac_prev=
840ac_dashdash=
841for ac_option
842do
843 # If the previous option needs an argument, assign it.
844 if test -n "$ac_prev"; then
845 eval $ac_prev=\$ac_option
846 ac_prev=
847 continue
848 fi
849
850 case $ac_option in
851 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
852 *=) ac_optarg= ;;
853 *) ac_optarg=yes ;;
854 esac
855
856 # Accept the important Cygnus configure options, so we can diagnose typos.
857
858 case $ac_dashdash$ac_option in
859 --)
860 ac_dashdash=yes ;;
861
862 -bindir | --bindir | --bindi | --bind | --bin | --bi)
863 ac_prev=bindir ;;
864 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
865 bindir=$ac_optarg ;;
866
867 -build | --build | --buil | --bui | --bu)
868 ac_prev=build_alias ;;
869 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
870 build_alias=$ac_optarg ;;
871
872 -cache-file | --cache-file | --cache-fil | --cache-fi \
873 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
874 ac_prev=cache_file ;;
875 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
876 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
877 cache_file=$ac_optarg ;;
878
879 --config-cache | -C)
880 cache_file=config.cache ;;
881
882 -datadir | --datadir | --datadi | --datad)
883 ac_prev=datadir ;;
884 -datadir=* | --datadir=* | --datadi=* | --datad=*)
885 datadir=$ac_optarg ;;
886
887 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
888 | --dataroo | --dataro | --datar)
889 ac_prev=datarootdir ;;
890 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
891 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
892 datarootdir=$ac_optarg ;;
893
894 -disable-* | --disable-*)
895 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
896 # Reject names that are not valid shell variable names.
897 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
898 as_fn_error $? "invalid feature name: $ac_useropt"
899 ac_useropt_orig=$ac_useropt
900 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
901 case $ac_user_opts in
902 *"
903"enable_$ac_useropt"
904"*) ;;
905 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
906 ac_unrecognized_sep=', ';;
907 esac
908 eval enable_$ac_useropt=no ;;
909
910 -docdir | --docdir | --docdi | --doc | --do)
911 ac_prev=docdir ;;
912 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
913 docdir=$ac_optarg ;;
914
915 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
916 ac_prev=dvidir ;;
917 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
918 dvidir=$ac_optarg ;;
919
920 -enable-* | --enable-*)
921 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
922 # Reject names that are not valid shell variable names.
923 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
924 as_fn_error $? "invalid feature name: $ac_useropt"
925 ac_useropt_orig=$ac_useropt
926 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
927 case $ac_user_opts in
928 *"
929"enable_$ac_useropt"
930"*) ;;
931 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
932 ac_unrecognized_sep=', ';;
933 esac
934 eval enable_$ac_useropt=\$ac_optarg ;;
935
936 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
937 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
938 | --exec | --exe | --ex)
939 ac_prev=exec_prefix ;;
940 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
941 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
942 | --exec=* | --exe=* | --ex=*)
943 exec_prefix=$ac_optarg ;;
944
945 -gas | --gas | --ga | --g)
946 # Obsolete; use --with-gas.
947 with_gas=yes ;;
948
949 -help | --help | --hel | --he | -h)
950 ac_init_help=long ;;
951 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
952 ac_init_help=recursive ;;
953 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
954 ac_init_help=short ;;
955
956 -host | --host | --hos | --ho)
957 ac_prev=host_alias ;;
958 -host=* | --host=* | --hos=* | --ho=*)
959 host_alias=$ac_optarg ;;
960
961 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
962 ac_prev=htmldir ;;
963 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
964 | --ht=*)
965 htmldir=$ac_optarg ;;
966
967 -includedir | --includedir | --includedi | --included | --include \
968 | --includ | --inclu | --incl | --inc)
969 ac_prev=includedir ;;
970 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
971 | --includ=* | --inclu=* | --incl=* | --inc=*)
972 includedir=$ac_optarg ;;
973
974 -infodir | --infodir | --infodi | --infod | --info | --inf)
975 ac_prev=infodir ;;
976 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
977 infodir=$ac_optarg ;;
978
979 -libdir | --libdir | --libdi | --libd)
980 ac_prev=libdir ;;
981 -libdir=* | --libdir=* | --libdi=* | --libd=*)
982 libdir=$ac_optarg ;;
983
984 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
985 | --libexe | --libex | --libe)
986 ac_prev=libexecdir ;;
987 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
988 | --libexe=* | --libex=* | --libe=*)
989 libexecdir=$ac_optarg ;;
990
991 -localedir | --localedir | --localedi | --localed | --locale)
992 ac_prev=localedir ;;
993 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
994 localedir=$ac_optarg ;;
995
996 -localstatedir | --localstatedir | --localstatedi | --localstated \
997 | --localstate | --localstat | --localsta | --localst | --locals)
998 ac_prev=localstatedir ;;
999 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1000 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1001 localstatedir=$ac_optarg ;;
1002
1003 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1004 ac_prev=mandir ;;
1005 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1006 mandir=$ac_optarg ;;
1007
1008 -nfp | --nfp | --nf)
1009 # Obsolete; use --without-fp.
1010 with_fp=no ;;
1011
1012 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1013 | --no-cr | --no-c | -n)
1014 no_create=yes ;;
1015
1016 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1017 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1018 no_recursion=yes ;;
1019
1020 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1021 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1022 | --oldin | --oldi | --old | --ol | --o)
1023 ac_prev=oldincludedir ;;
1024 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1025 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1026 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1027 oldincludedir=$ac_optarg ;;
1028
1029 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1030 ac_prev=prefix ;;
1031 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1032 prefix=$ac_optarg ;;
1033
1034 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1035 | --program-pre | --program-pr | --program-p)
1036 ac_prev=program_prefix ;;
1037 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1038 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1039 program_prefix=$ac_optarg ;;
1040
1041 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1042 | --program-suf | --program-su | --program-s)
1043 ac_prev=program_suffix ;;
1044 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1045 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1046 program_suffix=$ac_optarg ;;
1047
1048 -program-transform-name | --program-transform-name \
1049 | --program-transform-nam | --program-transform-na \
1050 | --program-transform-n | --program-transform- \
1051 | --program-transform | --program-transfor \
1052 | --program-transfo | --program-transf \
1053 | --program-trans | --program-tran \
1054 | --progr-tra | --program-tr | --program-t)
1055 ac_prev=program_transform_name ;;
1056 -program-transform-name=* | --program-transform-name=* \
1057 | --program-transform-nam=* | --program-transform-na=* \
1058 | --program-transform-n=* | --program-transform-=* \
1059 | --program-transform=* | --program-transfor=* \
1060 | --program-transfo=* | --program-transf=* \
1061 | --program-trans=* | --program-tran=* \
1062 | --progr-tra=* | --program-tr=* | --program-t=*)
1063 program_transform_name=$ac_optarg ;;
1064
1065 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1066 ac_prev=pdfdir ;;
1067 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1068 pdfdir=$ac_optarg ;;
1069
1070 -psdir | --psdir | --psdi | --psd | --ps)
1071 ac_prev=psdir ;;
1072 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1073 psdir=$ac_optarg ;;
1074
1075 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1076 | -silent | --silent | --silen | --sile | --sil)
1077 silent=yes ;;
1078
1079 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1080 ac_prev=sbindir ;;
1081 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1082 | --sbi=* | --sb=*)
1083 sbindir=$ac_optarg ;;
1084
1085 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1086 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1087 | --sharedst | --shareds | --shared | --share | --shar \
1088 | --sha | --sh)
1089 ac_prev=sharedstatedir ;;
1090 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1091 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1092 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1093 | --sha=* | --sh=*)
1094 sharedstatedir=$ac_optarg ;;
1095
1096 -site | --site | --sit)
1097 ac_prev=site ;;
1098 -site=* | --site=* | --sit=*)
1099 site=$ac_optarg ;;
1100
1101 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1102 ac_prev=srcdir ;;
1103 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1104 srcdir=$ac_optarg ;;
1105
1106 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1107 | --syscon | --sysco | --sysc | --sys | --sy)
1108 ac_prev=sysconfdir ;;
1109 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1110 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1111 sysconfdir=$ac_optarg ;;
1112
1113 -target | --target | --targe | --targ | --tar | --ta | --t)
1114 ac_prev=target_alias ;;
1115 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1116 target_alias=$ac_optarg ;;
1117
1118 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1119 verbose=yes ;;
1120
1121 -version | --version | --versio | --versi | --vers | -V)
1122 ac_init_version=: ;;
1123
1124 -with-* | --with-*)
1125 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1126 # Reject names that are not valid shell variable names.
1127 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1128 as_fn_error $? "invalid package name: $ac_useropt"
1129 ac_useropt_orig=$ac_useropt
1130 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1131 case $ac_user_opts in
1132 *"
1133"with_$ac_useropt"
1134"*) ;;
1135 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1136 ac_unrecognized_sep=', ';;
1137 esac
1138 eval with_$ac_useropt=\$ac_optarg ;;
1139
1140 -without-* | --without-*)
1141 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1142 # Reject names that are not valid shell variable names.
1143 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1144 as_fn_error $? "invalid package name: $ac_useropt"
1145 ac_useropt_orig=$ac_useropt
1146 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1147 case $ac_user_opts in
1148 *"
1149"with_$ac_useropt"
1150"*) ;;
1151 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1152 ac_unrecognized_sep=', ';;
1153 esac
1154 eval with_$ac_useropt=no ;;
1155
1156 --x)
1157 # Obsolete; use --with-x.
1158 with_x=yes ;;
1159
1160 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1161 | --x-incl | --x-inc | --x-in | --x-i)
1162 ac_prev=x_includes ;;
1163 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1164 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1165 x_includes=$ac_optarg ;;
1166
1167 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1168 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1169 ac_prev=x_libraries ;;
1170 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1171 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1172 x_libraries=$ac_optarg ;;
1173
1174 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1175Try \`$0 --help' for more information"
1176 ;;
1177
1178 *=*)
1179 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1180 # Reject names that are not valid shell variable names.
1181 case $ac_envvar in #(
1182 '' | [0-9]* | *[!_$as_cr_alnum]* )
1183 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1184 esac
1185 eval $ac_envvar=\$ac_optarg
1186 export $ac_envvar ;;
1187
1188 *)
1189 # FIXME: should be removed in autoconf 3.0.
1190 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1191 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1192 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1193 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1194 ;;
1195
1196 esac
1197done
1198
1199if test -n "$ac_prev"; then
1200 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1201 as_fn_error $? "missing argument to $ac_option"
1202fi
1203
1204if test -n "$ac_unrecognized_opts"; then
1205 case $enable_option_checking in
1206 no) ;;
1207 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1208 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1209 esac
1210fi
1211
1212# Check all directory arguments for consistency.
1213for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1214 datadir sysconfdir sharedstatedir localstatedir includedir \
1215 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1216 libdir localedir mandir
1217do
1218 eval ac_val=\$$ac_var
1219 # Remove trailing slashes.
1220 case $ac_val in
1221 */ )
1222 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1223 eval $ac_var=\$ac_val;;
1224 esac
1225 # Be sure to have absolute directory names.
1226 case $ac_val in
1227 [\\/$]* | ?:[\\/]* ) continue;;
1228 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1229 esac
1230 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1231done
1232
1233# There might be people who depend on the old broken behavior: `$host'
1234# used to hold the argument of --host etc.
1235# FIXME: To remove some day.
1236build=$build_alias
1237host=$host_alias
1238target=$target_alias
1239
1240# FIXME: To remove some day.
1241if test "x$host_alias" != x; then
1242 if test "x$build_alias" = x; then
1243 cross_compiling=maybe
1244 elif test "x$build_alias" != "x$host_alias"; then
1245 cross_compiling=yes
1246 fi
1247fi
1248
1249ac_tool_prefix=
1250test -n "$host_alias" && ac_tool_prefix=$host_alias-
1251
1252test "$silent" = yes && exec 6>/dev/null
1253
1254
1255ac_pwd=`pwd` && test -n "$ac_pwd" &&
1256ac_ls_di=`ls -di .` &&
1257ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1258 as_fn_error $? "working directory cannot be determined"
1259test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1260 as_fn_error $? "pwd does not report name of working directory"
1261
1262
1263# Find the source files, if location was not specified.
1264if test -z "$srcdir"; then
1265 ac_srcdir_defaulted=yes
1266 # Try the directory containing this script, then the parent directory.
1267 ac_confdir=`$as_dirname -- "$as_myself" ||
1268$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1269 X"$as_myself" : 'X\(//\)[^/]' \| \
1270 X"$as_myself" : 'X\(//\)$' \| \
1271 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1272$as_echo X"$as_myself" |
1273 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1274 s//\1/
1275 q
1276 }
1277 /^X\(\/\/\)[^/].*/{
1278 s//\1/
1279 q
1280 }
1281 /^X\(\/\/\)$/{
1282 s//\1/
1283 q
1284 }
1285 /^X\(\/\).*/{
1286 s//\1/
1287 q
1288 }
1289 s/.*/./; q'`
1290 srcdir=$ac_confdir
1291 if test ! -r "$srcdir/$ac_unique_file"; then
1292 srcdir=..
1293 fi
1294else
1295 ac_srcdir_defaulted=no
1296fi
1297if test ! -r "$srcdir/$ac_unique_file"; then
1298 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1299 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1300fi
1301ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1302ac_abs_confdir=`(
1303 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1304 pwd)`
1305# When building in place, set srcdir=.
1306if test "$ac_abs_confdir" = "$ac_pwd"; then
1307 srcdir=.
1308fi
1309# Remove unnecessary trailing slashes from srcdir.
1310# Double slashes in file names in object file debugging info
1311# mess up M-x gdb in Emacs.
1312case $srcdir in
1313*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1314esac
1315for ac_var in $ac_precious_vars; do
1316 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1317 eval ac_env_${ac_var}_value=\$${ac_var}
1318 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1319 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1320done
1321
1322#
1323# Report the --help message.
1324#
1325if test "$ac_init_help" = "long"; then
1326 # Omit some internal or obsolete options to make the list less imposing.
1327 # This message is too long to be a string in the A/UX 3.1 sh.
1328 cat <<_ACEOF
1329\`configure' configures libltdl 2.4.2 to adapt to many kinds of systems.
1330
1331Usage: $0 [OPTION]... [VAR=VALUE]...
1332
1333To assign environment variables (e.g., CC, CFLAGS...), specify them as
1334VAR=VALUE. See below for descriptions of some of the useful variables.
1335
1336Defaults for the options are specified in brackets.
1337
1338Configuration:
1339 -h, --help display this help and exit
1340 --help=short display options specific to this package
1341 --help=recursive display the short help of all the included packages
1342 -V, --version display version information and exit
1343 -q, --quiet, --silent do not print \`checking ...' messages
1344 --cache-file=FILE cache test results in FILE [disabled]
1345 -C, --config-cache alias for \`--cache-file=config.cache'
1346 -n, --no-create do not create output files
1347 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1348
1349Installation directories:
1350 --prefix=PREFIX install architecture-independent files in PREFIX
1351 [$ac_default_prefix]
1352 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1353 [PREFIX]
1354
1355By default, \`make install' will install all the files in
1356\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1357an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1358for instance \`--prefix=\$HOME'.
1359
1360For better control, use the options below.
1361
1362Fine tuning of the installation directories:
1363 --bindir=DIR user executables [EPREFIX/bin]
1364 --sbindir=DIR system admin executables [EPREFIX/sbin]
1365 --libexecdir=DIR program executables [EPREFIX/libexec]
1366 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1367 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1368 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1369 --libdir=DIR object code libraries [EPREFIX/lib]
1370 --includedir=DIR C header files [PREFIX/include]
1371 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1372 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1373 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1374 --infodir=DIR info documentation [DATAROOTDIR/info]
1375 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1376 --mandir=DIR man documentation [DATAROOTDIR/man]
1377 --docdir=DIR documentation root [DATAROOTDIR/doc/libltdl]
1378 --htmldir=DIR html documentation [DOCDIR]
1379 --dvidir=DIR dvi documentation [DOCDIR]
1380 --pdfdir=DIR pdf documentation [DOCDIR]
1381 --psdir=DIR ps documentation [DOCDIR]
1382_ACEOF
1383
1384 cat <<\_ACEOF
1385
1386Program names:
1387 --program-prefix=PREFIX prepend PREFIX to installed program names
1388 --program-suffix=SUFFIX append SUFFIX to installed program names
1389 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1390
1391System types:
1392 --build=BUILD configure for building on BUILD [guessed]
1393 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1394_ACEOF
1395fi
1396
1397if test -n "$ac_init_help"; then
1398 case $ac_init_help in
1399 short | recursive ) echo "Configuration of libltdl 2.4.2:";;
1400 esac
1401 cat <<\_ACEOF
1402
1403Optional Features:
1404 --disable-option-checking ignore unrecognized --enable/--with options
1405 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1406 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1407 --enable-silent-rules less verbose build output (undo: "make V=1")
1408 --disable-silent-rules verbose build output (undo: "make V=0")
1409 --enable-shared[=PKGS] build shared libraries [default=yes]
1410 --enable-static[=PKGS] build static libraries [default=yes]
1411 --enable-fast-install[=PKGS]
1412 optimize for fast installation [default=yes]
1413 --enable-dependency-tracking
1414 do not reject slow dependency extractors
1415 --disable-dependency-tracking
1416 speeds up one-time build
1417 --disable-libtool-lock avoid locking (might break parallel builds)
1418 --enable-ltdl-install install libltdl
1419
1420Optional Packages:
1421 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1422 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1423 --with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use
1424 both]
1425 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1426 --with-sysroot=DIR Search for dependent libraries within DIR
1427 (or the compiler's sysroot if not specified).
1428
1429Some influential environment variables:
1430 CC C compiler command
1431 CFLAGS C compiler flags
1432 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1433 nonstandard directory <lib dir>
1434 LIBS libraries to pass to the linker, e.g. -l<library>
1435 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1436 you have headers in a nonstandard directory <include dir>
1437 CPP C preprocessor
1438
1439Use these variables to override the choices made by `configure' or to help
1440it to find libraries and programs with nonstandard names/locations.
1441
1442Report bugs to <bug-libtool@gnu.org>.
1443_ACEOF
1444ac_status=$?
1445fi
1446
1447if test "$ac_init_help" = "recursive"; then
1448 # If there are subdirs, report their specific --help.
1449 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1450 test -d "$ac_dir" ||
1451 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1452 continue
1453 ac_builddir=.
1454
1455case "$ac_dir" in
1456.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1457*)
1458 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1459 # A ".." for each directory in $ac_dir_suffix.
1460 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1461 case $ac_top_builddir_sub in
1462 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1463 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1464 esac ;;
1465esac
1466ac_abs_top_builddir=$ac_pwd
1467ac_abs_builddir=$ac_pwd$ac_dir_suffix
1468# for backward compatibility:
1469ac_top_builddir=$ac_top_build_prefix
1470
1471case $srcdir in
1472 .) # We are building in place.
1473 ac_srcdir=.
1474 ac_top_srcdir=$ac_top_builddir_sub
1475 ac_abs_top_srcdir=$ac_pwd ;;
1476 [\\/]* | ?:[\\/]* ) # Absolute name.
1477 ac_srcdir=$srcdir$ac_dir_suffix;
1478 ac_top_srcdir=$srcdir
1479 ac_abs_top_srcdir=$srcdir ;;
1480 *) # Relative name.
1481 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1482 ac_top_srcdir=$ac_top_build_prefix$srcdir
1483 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1484esac
1485ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1486
1487 cd "$ac_dir" || { ac_status=$?; continue; }
1488 # Check for guested configure.
1489 if test -f "$ac_srcdir/configure.gnu"; then
1490 echo &&
1491 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1492 elif test -f "$ac_srcdir/configure"; then
1493 echo &&
1494 $SHELL "$ac_srcdir/configure" --help=recursive
1495 else
1496 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1497 fi || ac_status=$?
1498 cd "$ac_pwd" || { ac_status=$?; break; }
1499 done
1500fi
1501
1502test -n "$ac_init_help" && exit $ac_status
1503if $ac_init_version; then
1504 cat <<\_ACEOF
1505libltdl configure 2.4.2
1506generated by GNU Autoconf 2.69
1507
1508Copyright (C) 2012 Free Software Foundation, Inc.
1509This configure script is free software; the Free Software Foundation
1510gives unlimited permission to copy, distribute and modify it.
1511_ACEOF
1512 exit
1513fi
1514
1515## ------------------------ ##
1516## Autoconf initialization. ##
1517## ------------------------ ##
1518
1519# ac_fn_c_try_compile LINENO
1520# --------------------------
1521# Try to compile conftest.$ac_ext, and return whether this succeeded.
1522ac_fn_c_try_compile ()
1523{
1524 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1525 rm -f conftest.$ac_objext
1526 if { { ac_try="$ac_compile"
1527case "(($ac_try" in
1528 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1529 *) ac_try_echo=$ac_try;;
1530esac
1531eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1532$as_echo "$ac_try_echo"; } >&5
1533 (eval "$ac_compile") 2>conftest.err
1534 ac_status=$?
1535 if test -s conftest.err; then
1536 grep -v '^ *+' conftest.err >conftest.er1
1537 cat conftest.er1 >&5
1538 mv -f conftest.er1 conftest.err
1539 fi
1540 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1541 test $ac_status = 0; } && {
1542 test -z "$ac_c_werror_flag" ||
1543 test ! -s conftest.err
1544 } && test -s conftest.$ac_objext; then :
1545 ac_retval=0
1546else
1547 $as_echo "$as_me: failed program was:" >&5
1548sed 's/^/| /' conftest.$ac_ext >&5
1549
1550 ac_retval=1
1551fi
1552 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1553 as_fn_set_status $ac_retval
1554
1555} # ac_fn_c_try_compile
1556
1557# ac_fn_c_try_link LINENO
1558# -----------------------
1559# Try to link conftest.$ac_ext, and return whether this succeeded.
1560ac_fn_c_try_link ()
1561{
1562 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1563 rm -f conftest.$ac_objext conftest$ac_exeext
1564 if { { ac_try="$ac_link"
1565case "(($ac_try" in
1566 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1567 *) ac_try_echo=$ac_try;;
1568esac
1569eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1570$as_echo "$ac_try_echo"; } >&5
1571 (eval "$ac_link") 2>conftest.err
1572 ac_status=$?
1573 if test -s conftest.err; then
1574 grep -v '^ *+' conftest.err >conftest.er1
1575 cat conftest.er1 >&5
1576 mv -f conftest.er1 conftest.err
1577 fi
1578 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1579 test $ac_status = 0; } && {
1580 test -z "$ac_c_werror_flag" ||
1581 test ! -s conftest.err
1582 } && test -s conftest$ac_exeext && {
1583 test "$cross_compiling" = yes ||
1584 test -x conftest$ac_exeext
1585 }; then :
1586 ac_retval=0
1587else
1588 $as_echo "$as_me: failed program was:" >&5
1589sed 's/^/| /' conftest.$ac_ext >&5
1590
1591 ac_retval=1
1592fi
1593 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1594 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1595 # interfere with the next link command; also delete a directory that is
1596 # left behind by Apple's compiler. We do this before executing the actions.
1597 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1598 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1599 as_fn_set_status $ac_retval
1600
1601} # ac_fn_c_try_link
1602
1603# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1604# -------------------------------------------------------
1605# Tests whether HEADER exists and can be compiled using the include files in
1606# INCLUDES, setting the cache variable VAR accordingly.
1607ac_fn_c_check_header_compile ()
1608{
1609 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1611$as_echo_n "checking for $2... " >&6; }
1612if eval \${$3+:} false; then :
1613 $as_echo_n "(cached) " >&6
1614else
1615 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1616/* end confdefs.h. */
1617$4
1618#include <$2>
1619_ACEOF
1620if ac_fn_c_try_compile "$LINENO"; then :
1621 eval "$3=yes"
1622else
1623 eval "$3=no"
1624fi
1625rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1626fi
1627eval ac_res=\$$3
1628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1629$as_echo "$ac_res" >&6; }
1630 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1631
1632} # ac_fn_c_check_header_compile
1633
1634# ac_fn_c_try_cpp LINENO
1635# ----------------------
1636# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1637ac_fn_c_try_cpp ()
1638{
1639 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1640 if { { ac_try="$ac_cpp conftest.$ac_ext"
1641case "(($ac_try" in
1642 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1643 *) ac_try_echo=$ac_try;;
1644esac
1645eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1646$as_echo "$ac_try_echo"; } >&5
1647 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1648 ac_status=$?
1649 if test -s conftest.err; then
1650 grep -v '^ *+' conftest.err >conftest.er1
1651 cat conftest.er1 >&5
1652 mv -f conftest.er1 conftest.err
1653 fi
1654 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1655 test $ac_status = 0; } > conftest.i && {
1656 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1657 test ! -s conftest.err
1658 }; then :
1659 ac_retval=0
1660else
1661 $as_echo "$as_me: failed program was:" >&5
1662sed 's/^/| /' conftest.$ac_ext >&5
1663
1664 ac_retval=1
1665fi
1666 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1667 as_fn_set_status $ac_retval
1668
1669} # ac_fn_c_try_cpp
1670
1671# ac_fn_c_try_run LINENO
1672# ----------------------
1673# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1674# that executables *can* be run.
1675ac_fn_c_try_run ()
1676{
1677 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1678 if { { ac_try="$ac_link"
1679case "(($ac_try" in
1680 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1681 *) ac_try_echo=$ac_try;;
1682esac
1683eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1684$as_echo "$ac_try_echo"; } >&5
1685 (eval "$ac_link") 2>&5
1686 ac_status=$?
1687 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1688 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1689 { { case "(($ac_try" in
1690 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1691 *) ac_try_echo=$ac_try;;
1692esac
1693eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1694$as_echo "$ac_try_echo"; } >&5
1695 (eval "$ac_try") 2>&5
1696 ac_status=$?
1697 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1698 test $ac_status = 0; }; }; then :
1699 ac_retval=0
1700else
1701 $as_echo "$as_me: program exited with status $ac_status" >&5
1702 $as_echo "$as_me: failed program was:" >&5
1703sed 's/^/| /' conftest.$ac_ext >&5
1704
1705 ac_retval=$ac_status
1706fi
1707 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1708 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1709 as_fn_set_status $ac_retval
1710
1711} # ac_fn_c_try_run
1712
1713# ac_fn_c_check_func LINENO FUNC VAR
1714# ----------------------------------
1715# Tests whether FUNC exists, setting the cache variable VAR accordingly
1716ac_fn_c_check_func ()
1717{
1718 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1720$as_echo_n "checking for $2... " >&6; }
1721if eval \${$3+:} false; then :
1722 $as_echo_n "(cached) " >&6
1723else
1724 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1725/* end confdefs.h. */
1726/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1727 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1728#define $2 innocuous_$2
1729
1730/* System header to define __stub macros and hopefully few prototypes,
1731 which can conflict with char $2 (); below.
1732 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1733 <limits.h> exists even on freestanding compilers. */
1734
1735#ifdef __STDC__
1736# include <limits.h>
1737#else
1738# include <assert.h>
1739#endif
1740
1741#undef $2
1742
1743/* Override any GCC internal prototype to avoid an error.
1744 Use char because int might match the return type of a GCC
1745 builtin and then its argument prototype would still apply. */
1746#ifdef __cplusplus
1747extern "C"
1748#endif
1749char $2 ();
1750/* The GNU C library defines this for functions which it implements
1751 to always fail with ENOSYS. Some functions are actually named
1752 something starting with __ and the normal name is an alias. */
1753#if defined __stub_$2 || defined __stub___$2
1754choke me
1755#endif
1756
1757int
1758main ()
1759{
1760return $2 ();
1761 ;
1762 return 0;
1763}
1764_ACEOF
1765if ac_fn_c_try_link "$LINENO"; then :
1766 eval "$3=yes"
1767else
1768 eval "$3=no"
1769fi
1770rm -f core conftest.err conftest.$ac_objext \
1771 conftest$ac_exeext conftest.$ac_ext
1772fi
1773eval ac_res=\$$3
1774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1775$as_echo "$ac_res" >&6; }
1776 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1777
1778} # ac_fn_c_check_func
1779
1780# ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
1781# ---------------------------------------------
1782# Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
1783# accordingly.
1784ac_fn_c_check_decl ()
1785{
1786 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1787 as_decl_name=`echo $2|sed 's/ *(.*//'`
1788 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
1789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
1790$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
1791if eval \${$3+:} false; then :
1792 $as_echo_n "(cached) " >&6
1793else
1794 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1795/* end confdefs.h. */
1796$4
1797int
1798main ()
1799{
1800#ifndef $as_decl_name
1801#ifdef __cplusplus
1802 (void) $as_decl_use;
1803#else
1804 (void) $as_decl_name;
1805#endif
1806#endif
1807
1808 ;
1809 return 0;
1810}
1811_ACEOF
1812if ac_fn_c_try_compile "$LINENO"; then :
1813 eval "$3=yes"
1814else
1815 eval "$3=no"
1816fi
1817rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1818fi
1819eval ac_res=\$$3
1820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1821$as_echo "$ac_res" >&6; }
1822 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1823
1824} # ac_fn_c_check_decl
1825
1826# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1827# -------------------------------------------
1828# Tests whether TYPE exists after having included INCLUDES, setting cache
1829# variable VAR accordingly.
1830ac_fn_c_check_type ()
1831{
1832 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1833 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1834$as_echo_n "checking for $2... " >&6; }
1835if eval \${$3+:} false; then :
1836 $as_echo_n "(cached) " >&6
1837else
1838 eval "$3=no"
1839 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1840/* end confdefs.h. */
1841$4
1842int
1843main ()
1844{
1845if (sizeof ($2))
1846 return 0;
1847 ;
1848 return 0;
1849}
1850_ACEOF
1851if ac_fn_c_try_compile "$LINENO"; then :
1852 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1853/* end confdefs.h. */
1854$4
1855int
1856main ()
1857{
1858if (sizeof (($2)))
1859 return 0;
1860 ;
1861 return 0;
1862}
1863_ACEOF
1864if ac_fn_c_try_compile "$LINENO"; then :
1865
1866else
1867 eval "$3=yes"
1868fi
1869rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1870fi
1871rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1872fi
1873eval ac_res=\$$3
1874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1875$as_echo "$ac_res" >&6; }
1876 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1877
1878} # ac_fn_c_check_type
1879cat >config.log <<_ACEOF
1880This file contains any messages produced by compilers while
1881running configure, to aid debugging if configure makes a mistake.
1882
1883It was created by libltdl $as_me 2.4.2, which was
1884generated by GNU Autoconf 2.69. Invocation command line was
1885
1886 $ $0 $@
1887
1888_ACEOF
1889exec 5>>config.log
1890{
1891cat <<_ASUNAME
1892## --------- ##
1893## Platform. ##
1894## --------- ##
1895
1896hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1897uname -m = `(uname -m) 2>/dev/null || echo unknown`
1898uname -r = `(uname -r) 2>/dev/null || echo unknown`
1899uname -s = `(uname -s) 2>/dev/null || echo unknown`
1900uname -v = `(uname -v) 2>/dev/null || echo unknown`
1901
1902/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1903/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1904
1905/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1906/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1907/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1908/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1909/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1910/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1911/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1912
1913_ASUNAME
1914
1915as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1916for as_dir in $PATH
1917do
1918 IFS=$as_save_IFS
1919 test -z "$as_dir" && as_dir=.
1920 $as_echo "PATH: $as_dir"
1921 done
1922IFS=$as_save_IFS
1923
1924} >&5
1925
1926cat >&5 <<_ACEOF
1927
1928
1929## ----------- ##
1930## Core tests. ##
1931## ----------- ##
1932
1933_ACEOF
1934
1935
1936# Keep a trace of the command line.
1937# Strip out --no-create and --no-recursion so they do not pile up.
1938# Strip out --silent because we don't want to record it for future runs.
1939# Also quote any args containing shell meta-characters.
1940# Make two passes to allow for proper duplicate-argument suppression.
1941ac_configure_args=
1942ac_configure_args0=
1943ac_configure_args1=
1944ac_must_keep_next=false
1945for ac_pass in 1 2
1946do
1947 for ac_arg
1948 do
1949 case $ac_arg in
1950 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1951 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1952 | -silent | --silent | --silen | --sile | --sil)
1953 continue ;;
1954 *\'*)
1955 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1956 esac
1957 case $ac_pass in
1958 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1959 2)
1960 as_fn_append ac_configure_args1 " '$ac_arg'"
1961 if test $ac_must_keep_next = true; then
1962 ac_must_keep_next=false # Got value, back to normal.
1963 else
1964 case $ac_arg in
1965 *=* | --config-cache | -C | -disable-* | --disable-* \
1966 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1967 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1968 | -with-* | --with-* | -without-* | --without-* | --x)
1969 case "$ac_configure_args0 " in
1970 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1971 esac
1972 ;;
1973 -* ) ac_must_keep_next=true ;;
1974 esac
1975 fi
1976 as_fn_append ac_configure_args " '$ac_arg'"
1977 ;;
1978 esac
1979 done
1980done
1981{ ac_configure_args0=; unset ac_configure_args0;}
1982{ ac_configure_args1=; unset ac_configure_args1;}
1983
1984# When interrupted or exit'd, cleanup temporary files, and complete
1985# config.log. We remove comments because anyway the quotes in there
1986# would cause problems or look ugly.
1987# WARNING: Use '\'' to represent an apostrophe within the trap.
1988# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1989trap 'exit_status=$?
1990 # Save into config.log some information that might help in debugging.
1991 {
1992 echo
1993
1994 $as_echo "## ---------------- ##
1995## Cache variables. ##
1996## ---------------- ##"
1997 echo
1998 # The following way of writing the cache mishandles newlines in values,
1999(
2000 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2001 eval ac_val=\$$ac_var
2002 case $ac_val in #(
2003 *${as_nl}*)
2004 case $ac_var in #(
2005 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2006$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2007 esac
2008 case $ac_var in #(
2009 _ | IFS | as_nl) ;; #(
2010 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2011 *) { eval $ac_var=; unset $ac_var;} ;;
2012 esac ;;
2013 esac
2014 done
2015 (set) 2>&1 |
2016 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2017 *${as_nl}ac_space=\ *)
2018 sed -n \
2019 "s/'\''/'\''\\\\'\'''\''/g;
2020 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2021 ;; #(
2022 *)
2023 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2024 ;;
2025 esac |
2026 sort
2027)
2028 echo
2029
2030 $as_echo "## ----------------- ##
2031## Output variables. ##
2032## ----------------- ##"
2033 echo
2034 for ac_var in $ac_subst_vars
2035 do
2036 eval ac_val=\$$ac_var
2037 case $ac_val in
2038 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2039 esac
2040 $as_echo "$ac_var='\''$ac_val'\''"
2041 done | sort
2042 echo
2043
2044 if test -n "$ac_subst_files"; then
2045 $as_echo "## ------------------- ##
2046## File substitutions. ##
2047## ------------------- ##"
2048 echo
2049 for ac_var in $ac_subst_files
2050 do
2051 eval ac_val=\$$ac_var
2052 case $ac_val in
2053 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2054 esac
2055 $as_echo "$ac_var='\''$ac_val'\''"
2056 done | sort
2057 echo
2058 fi
2059
2060 if test -s confdefs.h; then
2061 $as_echo "## ----------- ##
2062## confdefs.h. ##
2063## ----------- ##"
2064 echo
2065 cat confdefs.h
2066 echo
2067 fi
2068 test "$ac_signal" != 0 &&
2069 $as_echo "$as_me: caught signal $ac_signal"
2070 $as_echo "$as_me: exit $exit_status"
2071 } >&5
2072 rm -f core *.core core.conftest.* &&
2073 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2074 exit $exit_status
2075' 0
2076for ac_signal in 1 2 13 15; do
2077 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2078done
2079ac_signal=0
2080
2081# confdefs.h avoids OS command line length limits that DEFS can exceed.
2082rm -f -r conftest* confdefs.h
2083
2084$as_echo "/* confdefs.h */" > confdefs.h
2085
2086# Predefined preprocessor variables.
2087
2088cat >>confdefs.h <<_ACEOF
2089#define PACKAGE_NAME "$PACKAGE_NAME"
2090_ACEOF
2091
2092cat >>confdefs.h <<_ACEOF
2093#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2094_ACEOF
2095
2096cat >>confdefs.h <<_ACEOF
2097#define PACKAGE_VERSION "$PACKAGE_VERSION"
2098_ACEOF
2099
2100cat >>confdefs.h <<_ACEOF
2101#define PACKAGE_STRING "$PACKAGE_STRING"
2102_ACEOF
2103
2104cat >>confdefs.h <<_ACEOF
2105#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2106_ACEOF
2107
2108cat >>confdefs.h <<_ACEOF
2109#define PACKAGE_URL "$PACKAGE_URL"
2110_ACEOF
2111
2112
2113# Let the site file select an alternate cache file if it wants to.
2114# Prefer an explicitly selected file to automatically selected ones.
2115ac_site_file1=NONE
2116ac_site_file2=NONE
2117if test -n "$CONFIG_SITE"; then
2118 # We do not want a PATH search for config.site.
2119 case $CONFIG_SITE in #((
2120 -*) ac_site_file1=./$CONFIG_SITE;;
2121 */*) ac_site_file1=$CONFIG_SITE;;
2122 *) ac_site_file1=./$CONFIG_SITE;;
2123 esac
2124elif test "x$prefix" != xNONE; then
2125 ac_site_file1=$prefix/share/config.site
2126 ac_site_file2=$prefix/etc/config.site
2127else
2128 ac_site_file1=$ac_default_prefix/share/config.site
2129 ac_site_file2=$ac_default_prefix/etc/config.site
2130fi
2131for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2132do
2133 test "x$ac_site_file" = xNONE && continue
2134 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2135 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2136$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2137 sed 's/^/| /' "$ac_site_file" >&5
2138 . "$ac_site_file" \
2139 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2140$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2141as_fn_error $? "failed to load site script $ac_site_file
2142See \`config.log' for more details" "$LINENO" 5; }
2143 fi
2144done
2145
2146if test -r "$cache_file"; then
2147 # Some versions of bash will fail to source /dev/null (special files
2148 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2149 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2150 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2151$as_echo "$as_me: loading cache $cache_file" >&6;}
2152 case $cache_file in
2153 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2154 *) . "./$cache_file";;
2155 esac
2156 fi
2157else
2158 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2159$as_echo "$as_me: creating cache $cache_file" >&6;}
2160 >$cache_file
2161fi
2162
2163# Check that the precious variables saved in the cache have kept the same
2164# value.
2165ac_cache_corrupted=false
2166for ac_var in $ac_precious_vars; do
2167 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2168 eval ac_new_set=\$ac_env_${ac_var}_set
2169 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2170 eval ac_new_val=\$ac_env_${ac_var}_value
2171 case $ac_old_set,$ac_new_set in
2172 set,)
2173 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2174$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2175 ac_cache_corrupted=: ;;
2176 ,set)
2177 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2178$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2179 ac_cache_corrupted=: ;;
2180 ,);;
2181 *)
2182 if test "x$ac_old_val" != "x$ac_new_val"; then
2183 # differences in whitespace do not lead to failure.
2184 ac_old_val_w=`echo x $ac_old_val`
2185 ac_new_val_w=`echo x $ac_new_val`
2186 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2187 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2188$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2189 ac_cache_corrupted=:
2190 else
2191 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2192$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2193 eval $ac_var=\$ac_old_val
2194 fi
2195 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2196$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2197 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2198$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2199 fi;;
2200 esac
2201 # Pass precious variables to config.status.
2202 if test "$ac_new_set" = set; then
2203 case $ac_new_val in
2204 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2205 *) ac_arg=$ac_var=$ac_new_val ;;
2206 esac
2207 case " $ac_configure_args " in
2208 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2209 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2210 esac
2211 fi
2212done
2213if $ac_cache_corrupted; then
2214 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2215$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2216 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2217$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2218 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2219fi
2220## -------------------- ##
2221## Main body of script. ##
2222## -------------------- ##
2223
2224ac_ext=c
2225ac_cpp='$CPP $CPPFLAGS'
2226ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2227ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2228ac_compiler_gnu=$ac_cv_c_compiler_gnu
2229
2230
2231ac_config_headers="$ac_config_headers config.h:config-h.in"
2232
2233
2234ac_aux_dir=
2235for ac_dir in config "$srcdir"/config; do
2236 if test -f "$ac_dir/install-sh"; then
2237 ac_aux_dir=$ac_dir
2238 ac_install_sh="$ac_aux_dir/install-sh -c"
2239 break
2240 elif test -f "$ac_dir/install.sh"; then
2241 ac_aux_dir=$ac_dir
2242 ac_install_sh="$ac_aux_dir/install.sh -c"
2243 break
2244 elif test -f "$ac_dir/shtool"; then
2245 ac_aux_dir=$ac_dir
2246 ac_install_sh="$ac_aux_dir/shtool install -c"
2247 break
2248 fi
2249done
2250if test -z "$ac_aux_dir"; then
2251 as_fn_error $? "cannot find install-sh, install.sh, or shtool in config \"$srcdir\"/config" "$LINENO" 5
2252fi
2253
2254# These three variables are undocumented and unsupported,
2255# and are intended to be withdrawn in a future Autoconf release.
2256# They can cause serious problems if a builder's source tree is in a directory
2257# whose full name contains unusual characters.
2258ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2259ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2260ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2261
2262
2263
2264
2265
2266
2267
2268
2269 # I am me!
2270
2271
2272## ------------------------ ##
2273## Automake Initialisation. ##
2274## ------------------------ ##
2275
f0718c93 2276am__api_version='1.15'
0191e3d3
AC
2277
2278# Find a good install program. We prefer a C program (faster),
2279# so one script is as good as another. But avoid the broken or
2280# incompatible versions:
2281# SysV /etc/install, /usr/sbin/install
2282# SunOS /usr/etc/install
2283# IRIX /sbin/install
2284# AIX /bin/install
2285# AmigaOS /C/install, which installs bootblocks on floppy discs
2286# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2287# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2288# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2289# OS/2's system install, which has a completely different semantic
2290# ./install, which can be erroneously created by make from ./install.sh.
2291# Reject install programs that cannot install multiple files.
2292{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2293$as_echo_n "checking for a BSD-compatible install... " >&6; }
2294if test -z "$INSTALL"; then
2295if ${ac_cv_path_install+:} false; then :
2296 $as_echo_n "(cached) " >&6
2297else
2298 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2299for as_dir in $PATH
2300do
2301 IFS=$as_save_IFS
2302 test -z "$as_dir" && as_dir=.
2303 # Account for people who put trailing slashes in PATH elements.
2304case $as_dir/ in #((
2305 ./ | .// | /[cC]/* | \
2306 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2307 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2308 /usr/ucb/* ) ;;
2309 *)
2310 # OSF1 and SCO ODT 3.0 have their own names for install.
2311 # Don't use installbsd from OSF since it installs stuff as root
2312 # by default.
2313 for ac_prog in ginstall scoinst install; do
2314 for ac_exec_ext in '' $ac_executable_extensions; do
2315 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2316 if test $ac_prog = install &&
2317 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2318 # AIX install. It has an incompatible calling convention.
2319 :
2320 elif test $ac_prog = install &&
2321 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2322 # program-specific install script used by HP pwplus--don't use.
2323 :
2324 else
2325 rm -rf conftest.one conftest.two conftest.dir
2326 echo one > conftest.one
2327 echo two > conftest.two
2328 mkdir conftest.dir
2329 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2330 test -s conftest.one && test -s conftest.two &&
2331 test -s conftest.dir/conftest.one &&
2332 test -s conftest.dir/conftest.two
2333 then
2334 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2335 break 3
2336 fi
2337 fi
2338 fi
2339 done
2340 done
2341 ;;
2342esac
2343
2344 done
2345IFS=$as_save_IFS
2346
2347rm -rf conftest.one conftest.two conftest.dir
2348
2349fi
2350 if test "${ac_cv_path_install+set}" = set; then
2351 INSTALL=$ac_cv_path_install
2352 else
2353 # As a last resort, use the slow shell script. Don't cache a
2354 # value for INSTALL within a source directory, because that will
2355 # break other packages using the cache if that directory is
2356 # removed, or if the value is a relative name.
2357 INSTALL=$ac_install_sh
2358 fi
2359fi
2360{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2361$as_echo "$INSTALL" >&6; }
2362
2363# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2364# It thinks the first close brace ends the variable substitution.
2365test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2366
2367test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2368
2369test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2370
2371{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2372$as_echo_n "checking whether build environment is sane... " >&6; }
2373# Reject unsafe characters in $srcdir or the absolute working directory
2374# name. Accept space and tab only in the latter.
2375am_lf='
2376'
2377case `pwd` in
2378 *[\\\"\#\$\&\'\`$am_lf]*)
2379 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2380esac
2381case $srcdir in
2382 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2383 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2384esac
2385
2386# Do 'set' in a subshell so we don't clobber the current shell's
2387# arguments. Must try -L first in case configure is actually a
2388# symlink; some systems play weird games with the mod time of symlinks
2389# (eg FreeBSD returns the mod time of the symlink's containing
2390# directory).
2391if (
2392 am_has_slept=no
2393 for am_try in 1 2; do
2394 echo "timestamp, slept: $am_has_slept" > conftest.file
2395 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2396 if test "$*" = "X"; then
2397 # -L didn't work.
2398 set X `ls -t "$srcdir/configure" conftest.file`
2399 fi
2400 if test "$*" != "X $srcdir/configure conftest.file" \
2401 && test "$*" != "X conftest.file $srcdir/configure"; then
2402
2403 # If neither matched, then we have a broken ls. This can happen
2404 # if, for instance, CONFIG_SHELL is bash and it inherits a
2405 # broken ls alias from the environment. This has actually
2406 # happened. Such a system could not be considered "sane".
2407 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
2408 alias in your environment" "$LINENO" 5
2409 fi
2410 if test "$2" = conftest.file || test $am_try -eq 2; then
2411 break
2412 fi
2413 # Just in case.
2414 sleep 1
2415 am_has_slept=yes
2416 done
2417 test "$2" = conftest.file
2418 )
2419then
2420 # Ok.
2421 :
2422else
2423 as_fn_error $? "newly created file is older than distributed files!
2424Check your system clock" "$LINENO" 5
2425fi
2426{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2427$as_echo "yes" >&6; }
2428# If we didn't sleep, we still need to ensure time stamps of config.status and
2429# generated files are strictly newer.
2430am_sleep_pid=
2431if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2432 ( sleep 1 ) &
2433 am_sleep_pid=$!
2434fi
2435
2436rm -f conftest.file
2437
2438test "$program_prefix" != NONE &&
2439 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2440# Use a double $ so make ignores it.
2441test "$program_suffix" != NONE &&
2442 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2443# Double any \ or $.
2444# By default was `s,x,x', remove it if useless.
2445ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2446program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2447
f0718c93
AC
2448# Expand $ac_aux_dir to an absolute path.
2449am_aux_dir=`cd "$ac_aux_dir" && pwd`
0191e3d3
AC
2450
2451if test x"${MISSING+set}" != xset; then
2452 case $am_aux_dir in
2453 *\ * | *\ *)
2454 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2455 *)
2456 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2457 esac
2458fi
2459# Use eval to expand $SHELL
2460if eval "$MISSING --is-lightweight"; then
2461 am_missing_run="$MISSING "
2462else
2463 am_missing_run=
2464 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2465$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2466fi
2467
f0718c93 2468if test x"${install_sh+set}" != xset; then
0191e3d3
AC
2469 case $am_aux_dir in
2470 *\ * | *\ *)
2471 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2472 *)
2473 install_sh="\${SHELL} $am_aux_dir/install-sh"
2474 esac
2475fi
2476
2477# Installed binaries are usually stripped using 'strip' when the user
2478# run "make install-strip". However 'strip' might not be the right
2479# tool to use in cross-compilation environments, therefore Automake
2480# will honor the 'STRIP' environment variable to overrule this program.
2481if test "$cross_compiling" != no; then
2482 if test -n "$ac_tool_prefix"; then
2483 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2484set dummy ${ac_tool_prefix}strip; ac_word=$2
2485{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2486$as_echo_n "checking for $ac_word... " >&6; }
2487if ${ac_cv_prog_STRIP+:} false; then :
2488 $as_echo_n "(cached) " >&6
2489else
2490 if test -n "$STRIP"; then
2491 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2492else
2493as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2494for as_dir in $PATH
2495do
2496 IFS=$as_save_IFS
2497 test -z "$as_dir" && as_dir=.
2498 for ac_exec_ext in '' $ac_executable_extensions; do
2499 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2500 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2501 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2502 break 2
2503 fi
2504done
2505 done
2506IFS=$as_save_IFS
2507
2508fi
2509fi
2510STRIP=$ac_cv_prog_STRIP
2511if test -n "$STRIP"; then
2512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2513$as_echo "$STRIP" >&6; }
2514else
2515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2516$as_echo "no" >&6; }
2517fi
2518
2519
2520fi
2521if test -z "$ac_cv_prog_STRIP"; then
2522 ac_ct_STRIP=$STRIP
2523 # Extract the first word of "strip", so it can be a program name with args.
2524set dummy strip; ac_word=$2
2525{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2526$as_echo_n "checking for $ac_word... " >&6; }
2527if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
2528 $as_echo_n "(cached) " >&6
2529else
2530 if test -n "$ac_ct_STRIP"; then
2531 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2532else
2533as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2534for as_dir in $PATH
2535do
2536 IFS=$as_save_IFS
2537 test -z "$as_dir" && as_dir=.
2538 for ac_exec_ext in '' $ac_executable_extensions; do
2539 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2540 ac_cv_prog_ac_ct_STRIP="strip"
2541 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2542 break 2
2543 fi
2544done
2545 done
2546IFS=$as_save_IFS
2547
2548fi
2549fi
2550ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2551if test -n "$ac_ct_STRIP"; then
2552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2553$as_echo "$ac_ct_STRIP" >&6; }
2554else
2555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2556$as_echo "no" >&6; }
2557fi
2558
2559 if test "x$ac_ct_STRIP" = x; then
2560 STRIP=":"
2561 else
2562 case $cross_compiling:$ac_tool_warned in
2563yes:)
2564{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2565$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2566ac_tool_warned=yes ;;
2567esac
2568 STRIP=$ac_ct_STRIP
2569 fi
2570else
2571 STRIP="$ac_cv_prog_STRIP"
2572fi
2573
2574fi
2575INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2576
2577{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2578$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2579if test -z "$MKDIR_P"; then
2580 if ${ac_cv_path_mkdir+:} false; then :
2581 $as_echo_n "(cached) " >&6
2582else
2583 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2584for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2585do
2586 IFS=$as_save_IFS
2587 test -z "$as_dir" && as_dir=.
2588 for ac_prog in mkdir gmkdir; do
2589 for ac_exec_ext in '' $ac_executable_extensions; do
2590 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
2591 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2592 'mkdir (GNU coreutils) '* | \
2593 'mkdir (coreutils) '* | \
2594 'mkdir (fileutils) '4.1*)
2595 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2596 break 3;;
2597 esac
2598 done
2599 done
2600 done
2601IFS=$as_save_IFS
2602
2603fi
2604
2605 test -d ./--version && rmdir ./--version
2606 if test "${ac_cv_path_mkdir+set}" = set; then
2607 MKDIR_P="$ac_cv_path_mkdir -p"
2608 else
2609 # As a last resort, use the slow shell script. Don't cache a
2610 # value for MKDIR_P within a source directory, because that will
2611 # break other packages using the cache if that directory is
2612 # removed, or if the value is a relative name.
2613 MKDIR_P="$ac_install_sh -d"
2614 fi
2615fi
2616{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2617$as_echo "$MKDIR_P" >&6; }
2618
2619for ac_prog in gawk mawk nawk awk
2620do
2621 # Extract the first word of "$ac_prog", so it can be a program name with args.
2622set dummy $ac_prog; ac_word=$2
2623{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2624$as_echo_n "checking for $ac_word... " >&6; }
2625if ${ac_cv_prog_AWK+:} false; then :
2626 $as_echo_n "(cached) " >&6
2627else
2628 if test -n "$AWK"; then
2629 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2630else
2631as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2632for as_dir in $PATH
2633do
2634 IFS=$as_save_IFS
2635 test -z "$as_dir" && as_dir=.
2636 for ac_exec_ext in '' $ac_executable_extensions; do
2637 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2638 ac_cv_prog_AWK="$ac_prog"
2639 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2640 break 2
2641 fi
2642done
2643 done
2644IFS=$as_save_IFS
2645
2646fi
2647fi
2648AWK=$ac_cv_prog_AWK
2649if test -n "$AWK"; then
2650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2651$as_echo "$AWK" >&6; }
2652else
2653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2654$as_echo "no" >&6; }
2655fi
2656
2657
2658 test -n "$AWK" && break
2659done
2660
2661{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2662$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2663set x ${MAKE-make}
2664ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2665if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
2666 $as_echo_n "(cached) " >&6
2667else
2668 cat >conftest.make <<\_ACEOF
2669SHELL = /bin/sh
2670all:
2671 @echo '@@@%%%=$(MAKE)=@@@%%%'
2672_ACEOF
2673# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2674case `${MAKE-make} -f conftest.make 2>/dev/null` in
2675 *@@@%%%=?*=@@@%%%*)
2676 eval ac_cv_prog_make_${ac_make}_set=yes;;
2677 *)
2678 eval ac_cv_prog_make_${ac_make}_set=no;;
2679esac
2680rm -f conftest.make
2681fi
2682if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2684$as_echo "yes" >&6; }
2685 SET_MAKE=
2686else
2687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2688$as_echo "no" >&6; }
2689 SET_MAKE="MAKE=${MAKE-make}"
2690fi
2691
2692rm -rf .tst 2>/dev/null
2693mkdir .tst 2>/dev/null
2694if test -d .tst; then
2695 am__leading_dot=.
2696else
2697 am__leading_dot=_
2698fi
2699rmdir .tst 2>/dev/null
2700
2701# Check whether --enable-silent-rules was given.
2702if test "${enable_silent_rules+set}" = set; then :
2703 enableval=$enable_silent_rules;
2704fi
2705
2706case $enable_silent_rules in # (((
2707 yes) AM_DEFAULT_VERBOSITY=0;;
2708 no) AM_DEFAULT_VERBOSITY=1;;
2709 *) AM_DEFAULT_VERBOSITY=1;;
2710esac
2711am_make=${MAKE-make}
2712{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2713$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2714if ${am_cv_make_support_nested_variables+:} false; then :
2715 $as_echo_n "(cached) " >&6
2716else
2717 if $as_echo 'TRUE=$(BAR$(V))
2718BAR0=false
2719BAR1=true
2720V=1
2721am__doit:
2722 @$(TRUE)
2723.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2724 am_cv_make_support_nested_variables=yes
2725else
2726 am_cv_make_support_nested_variables=no
2727fi
2728fi
2729{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2730$as_echo "$am_cv_make_support_nested_variables" >&6; }
2731if test $am_cv_make_support_nested_variables = yes; then
2732 AM_V='$(V)'
2733 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2734else
2735 AM_V=$AM_DEFAULT_VERBOSITY
2736 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2737fi
2738AM_BACKSLASH='\'
2739
2740if test "`cd $srcdir && pwd`" != "`pwd`"; then
2741 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2742 # is not polluted with repeated "-I."
2743 am__isrc=' -I$(srcdir)'
2744 # test to see if srcdir already configured
2745 if test -f $srcdir/config.status; then
2746 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2747 fi
2748fi
2749
2750# test whether we have cygpath
2751if test -z "$CYGPATH_W"; then
2752 if (cygpath --version) >/dev/null 2>/dev/null; then
2753 CYGPATH_W='cygpath -w'
2754 else
2755 CYGPATH_W=echo
2756 fi
2757fi
2758
2759
2760# Define the identity of the package.
2761 PACKAGE='libltdl'
2762 VERSION='2.4.2'
2763
2764
2765cat >>confdefs.h <<_ACEOF
2766#define PACKAGE "$PACKAGE"
2767_ACEOF
2768
2769
2770cat >>confdefs.h <<_ACEOF
2771#define VERSION "$VERSION"
2772_ACEOF
2773
2774# Some tools Automake needs.
2775
2776ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2777
2778
2779AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2780
2781
2782AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2783
2784
2785AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2786
2787
2788MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2789
2790# For better backward compatibility. To be removed once Automake 1.9.x
2791# dies out for good. For more background, see:
2792# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2793# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
2794mkdir_p='$(MKDIR_P)'
2795
f0718c93
AC
2796# We need awk for the "check" target (and possibly the TAP driver). The
2797# system "awk" is bad on some platforms.
0191e3d3
AC
2798# Always define AMTAR for backward compatibility. Yes, it's still used
2799# in the wild :-( We should find a proper way to deprecate it ...
2800AMTAR='$${TAR-tar}'
2801
2802
2803# We'll loop over all known methods to create a tar archive until one works.
2804_am_tools='gnutar pax cpio none'
2805
2806am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
2807
2808
2809
2810
2811
2812
2813# POSIX will say in a future version that running "rm -f" with no argument
2814# is OK; and we want to be able to make that assumption in our Makefile
2815# recipes. So use an aggressive probe to check that the usage we want is
2816# actually supported "in the wild" to an acceptable degree.
2817# See automake bug#10828.
2818# To make any issue more visible, cause the running configure to be aborted
2819# by default if the 'rm' program in use doesn't match our expectations; the
2820# user can still override this though.
2821if rm -f && rm -fr && rm -rf; then : OK; else
2822 cat >&2 <<'END'
2823Oops!
2824
2825Your 'rm' program seems unable to run without file operands specified
2826on the command line, even when the '-f' option is present. This is contrary
2827to the behaviour of most rm programs out there, and not conforming with
2828the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
2829
2830Please tell bug-automake@gnu.org about your system, including the value
2831of your $PATH and any error possibly output before this message. This
2832can help us improve future automake versions.
2833
2834END
2835 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
2836 echo 'Configuration will proceed anyway, since you have set the' >&2
2837 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
2838 echo >&2
2839 else
2840 cat >&2 <<'END'
2841Aborting the configuration process, to ensure you take notice of the issue.
2842
2843You can download and install GNU coreutils to get an 'rm' implementation
2844that behaves properly: <http://www.gnu.org/software/coreutils/>.
2845
2846If you want to complete the configuration process using your problematic
2847'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
2848to "yes", and re-run configure.
2849
2850END
2851 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
2852 fi
2853fi
2854
2855
f0718c93 2856
0191e3d3
AC
2857## ------------------------------- ##
2858## Libtool specific configuration. ##
2859## ------------------------------- ##
2860pkgdatadir='${datadir}'"/${PACKAGE}"
2861
2862
2863## ----------------------- ##
2864## Libtool initialisation. ##
2865## ----------------------- ##
2866case `pwd` in
2867 *\ * | *\ *)
2868 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
2869$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
2870esac
2871
2872
2873
2874macro_version='2.4.2'
2875macro_revision='1.3337'
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889ltmain="$ac_aux_dir/ltmain.sh"
2890
2891# Make sure we can run config.sub.
2892$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2893 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2894
2895{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2896$as_echo_n "checking build system type... " >&6; }
2897if ${ac_cv_build+:} false; then :
2898 $as_echo_n "(cached) " >&6
2899else
2900 ac_build_alias=$build_alias
2901test "x$ac_build_alias" = x &&
2902 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2903test "x$ac_build_alias" = x &&
2904 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2905ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2906 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2907
2908fi
2909{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2910$as_echo "$ac_cv_build" >&6; }
2911case $ac_cv_build in
2912*-*-*) ;;
2913*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2914esac
2915build=$ac_cv_build
2916ac_save_IFS=$IFS; IFS='-'
2917set x $ac_cv_build
2918shift
2919build_cpu=$1
2920build_vendor=$2
2921shift; shift
2922# Remember, the first character of IFS is used to create $*,
2923# except with old shells:
2924build_os=$*
2925IFS=$ac_save_IFS
2926case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2927
2928
2929{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2930$as_echo_n "checking host system type... " >&6; }
2931if ${ac_cv_host+:} false; then :
2932 $as_echo_n "(cached) " >&6
2933else
2934 if test "x$host_alias" = x; then
2935 ac_cv_host=$ac_cv_build
2936else
2937 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2938 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2939fi
2940
2941fi
2942{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2943$as_echo "$ac_cv_host" >&6; }
2944case $ac_cv_host in
2945*-*-*) ;;
2946*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2947esac
2948host=$ac_cv_host
2949ac_save_IFS=$IFS; IFS='-'
2950set x $ac_cv_host
2951shift
2952host_cpu=$1
2953host_vendor=$2
2954shift; shift
2955# Remember, the first character of IFS is used to create $*,
2956# except with old shells:
2957host_os=$*
2958IFS=$ac_save_IFS
2959case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2960
2961
2962# Backslashify metacharacters that are still active within
2963# double-quoted strings.
2964sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
2965
2966# Same as above, but do not quote variable references.
2967double_quote_subst='s/\(["`\\]\)/\\\1/g'
2968
2969# Sed substitution to delay expansion of an escaped shell variable in a
2970# double_quote_subst'ed string.
2971delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
2972
2973# Sed substitution to delay expansion of an escaped single quote.
2974delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
2975
2976# Sed substitution to avoid accidental globbing in evaled expressions
2977no_glob_subst='s/\*/\\\*/g'
2978
2979ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
2980ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
2981ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
2982
2983{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
2984$as_echo_n "checking how to print strings... " >&6; }
2985# Test print first, because it will be a builtin if present.
2986if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
2987 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
2988 ECHO='print -r --'
2989elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
2990 ECHO='printf %s\n'
2991else
2992 # Use this function as a fallback that always works.
2993 func_fallback_echo ()
2994 {
2995 eval 'cat <<_LTECHO_EOF
2996$1
2997_LTECHO_EOF'
2998 }
2999 ECHO='func_fallback_echo'
3000fi
3001
3002# func_echo_all arg...
3003# Invoke $ECHO with all args, space-separated.
3004func_echo_all ()
3005{
3006 $ECHO ""
3007}
3008
3009case "$ECHO" in
3010 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
3011$as_echo "printf" >&6; } ;;
3012 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
3013$as_echo "print -r" >&6; } ;;
3014 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
3015$as_echo "cat" >&6; } ;;
3016esac
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031DEPDIR="${am__leading_dot}deps"
3032
3033ac_config_commands="$ac_config_commands depfiles"
3034
3035
3036am_make=${MAKE-make}
3037cat > confinc << 'END'
3038am__doit:
3039 @echo this is the am__doit target
3040.PHONY: am__doit
3041END
3042# If we don't find an include directive, just comment out the code.
3043{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3044$as_echo_n "checking for style of include used by $am_make... " >&6; }
3045am__include="#"
3046am__quote=
3047_am_result=none
3048# First try GNU make style include.
3049echo "include confinc" > confmf
3050# Ignore all kinds of additional output from 'make'.
3051case `$am_make -s -f confmf 2> /dev/null` in #(
3052*the\ am__doit\ target*)
3053 am__include=include
3054 am__quote=
3055 _am_result=GNU
3056 ;;
3057esac
3058# Now try BSD make style include.
3059if test "$am__include" = "#"; then
3060 echo '.include "confinc"' > confmf
3061 case `$am_make -s -f confmf 2> /dev/null` in #(
3062 *the\ am__doit\ target*)
3063 am__include=.include
3064 am__quote="\""
3065 _am_result=BSD
3066 ;;
3067 esac
3068fi
3069
3070
3071{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3072$as_echo "$_am_result" >&6; }
3073rm -f confinc confmf
3074
3075# Check whether --enable-dependency-tracking was given.
3076if test "${enable_dependency_tracking+set}" = set; then :
3077 enableval=$enable_dependency_tracking;
3078fi
3079
3080if test "x$enable_dependency_tracking" != xno; then
3081 am_depcomp="$ac_aux_dir/depcomp"
3082 AMDEPBACKSLASH='\'
3083 am__nodep='_no'
3084fi
3085 if test "x$enable_dependency_tracking" != xno; then
3086 AMDEP_TRUE=
3087 AMDEP_FALSE='#'
3088else
3089 AMDEP_TRUE='#'
3090 AMDEP_FALSE=
3091fi
3092
3093
3094ac_ext=c
3095ac_cpp='$CPP $CPPFLAGS'
3096ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3097ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3098ac_compiler_gnu=$ac_cv_c_compiler_gnu
3099if test -n "$ac_tool_prefix"; then
3100 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3101set dummy ${ac_tool_prefix}gcc; ac_word=$2
3102{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3103$as_echo_n "checking for $ac_word... " >&6; }
3104if ${ac_cv_prog_CC+:} false; then :
3105 $as_echo_n "(cached) " >&6
3106else
3107 if test -n "$CC"; then
3108 ac_cv_prog_CC="$CC" # Let the user override the test.
3109else
3110as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3111for as_dir in $PATH
3112do
3113 IFS=$as_save_IFS
3114 test -z "$as_dir" && as_dir=.
3115 for ac_exec_ext in '' $ac_executable_extensions; do
3116 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3117 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3118 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3119 break 2
3120 fi
3121done
3122 done
3123IFS=$as_save_IFS
3124
3125fi
3126fi
3127CC=$ac_cv_prog_CC
3128if test -n "$CC"; then
3129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3130$as_echo "$CC" >&6; }
3131else
3132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3133$as_echo "no" >&6; }
3134fi
3135
3136
3137fi
3138if test -z "$ac_cv_prog_CC"; then
3139 ac_ct_CC=$CC
3140 # Extract the first word of "gcc", so it can be a program name with args.
3141set dummy gcc; ac_word=$2
3142{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3143$as_echo_n "checking for $ac_word... " >&6; }
3144if ${ac_cv_prog_ac_ct_CC+:} false; then :
3145 $as_echo_n "(cached) " >&6
3146else
3147 if test -n "$ac_ct_CC"; then
3148 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3149else
3150as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3151for as_dir in $PATH
3152do
3153 IFS=$as_save_IFS
3154 test -z "$as_dir" && as_dir=.
3155 for ac_exec_ext in '' $ac_executable_extensions; do
3156 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3157 ac_cv_prog_ac_ct_CC="gcc"
3158 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3159 break 2
3160 fi
3161done
3162 done
3163IFS=$as_save_IFS
3164
3165fi
3166fi
3167ac_ct_CC=$ac_cv_prog_ac_ct_CC
3168if test -n "$ac_ct_CC"; then
3169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3170$as_echo "$ac_ct_CC" >&6; }
3171else
3172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3173$as_echo "no" >&6; }
3174fi
3175
3176 if test "x$ac_ct_CC" = x; then
3177 CC=""
3178 else
3179 case $cross_compiling:$ac_tool_warned in
3180yes:)
3181{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3182$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3183ac_tool_warned=yes ;;
3184esac
3185 CC=$ac_ct_CC
3186 fi
3187else
3188 CC="$ac_cv_prog_CC"
3189fi
3190
3191if test -z "$CC"; then
3192 if test -n "$ac_tool_prefix"; then
3193 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3194set dummy ${ac_tool_prefix}cc; ac_word=$2
3195{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3196$as_echo_n "checking for $ac_word... " >&6; }
3197if ${ac_cv_prog_CC+:} false; then :
3198 $as_echo_n "(cached) " >&6
3199else
3200 if test -n "$CC"; then
3201 ac_cv_prog_CC="$CC" # Let the user override the test.
3202else
3203as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3204for as_dir in $PATH
3205do
3206 IFS=$as_save_IFS
3207 test -z "$as_dir" && as_dir=.
3208 for ac_exec_ext in '' $ac_executable_extensions; do
3209 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3210 ac_cv_prog_CC="${ac_tool_prefix}cc"
3211 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3212 break 2
3213 fi
3214done
3215 done
3216IFS=$as_save_IFS
3217
3218fi
3219fi
3220CC=$ac_cv_prog_CC
3221if test -n "$CC"; then
3222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3223$as_echo "$CC" >&6; }
3224else
3225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3226$as_echo "no" >&6; }
3227fi
3228
3229
3230 fi
3231fi
3232if test -z "$CC"; then
3233 # Extract the first word of "cc", so it can be a program name with args.
3234set dummy cc; ac_word=$2
3235{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3236$as_echo_n "checking for $ac_word... " >&6; }
3237if ${ac_cv_prog_CC+:} false; then :
3238 $as_echo_n "(cached) " >&6
3239else
3240 if test -n "$CC"; then
3241 ac_cv_prog_CC="$CC" # Let the user override the test.
3242else
3243 ac_prog_rejected=no
3244as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3245for as_dir in $PATH
3246do
3247 IFS=$as_save_IFS
3248 test -z "$as_dir" && as_dir=.
3249 for ac_exec_ext in '' $ac_executable_extensions; do
3250 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3251 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3252 ac_prog_rejected=yes
3253 continue
3254 fi
3255 ac_cv_prog_CC="cc"
3256 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3257 break 2
3258 fi
3259done
3260 done
3261IFS=$as_save_IFS
3262
3263if test $ac_prog_rejected = yes; then
3264 # We found a bogon in the path, so make sure we never use it.
3265 set dummy $ac_cv_prog_CC
3266 shift
3267 if test $# != 0; then
3268 # We chose a different compiler from the bogus one.
3269 # However, it has the same basename, so the bogon will be chosen
3270 # first if we set CC to just the basename; use the full file name.
3271 shift
3272 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3273 fi
3274fi
3275fi
3276fi
3277CC=$ac_cv_prog_CC
3278if test -n "$CC"; then
3279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3280$as_echo "$CC" >&6; }
3281else
3282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3283$as_echo "no" >&6; }
3284fi
3285
3286
3287fi
3288if test -z "$CC"; then
3289 if test -n "$ac_tool_prefix"; then
3290 for ac_prog in cl.exe
3291 do
3292 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3293set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3294{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3295$as_echo_n "checking for $ac_word... " >&6; }
3296if ${ac_cv_prog_CC+:} false; then :
3297 $as_echo_n "(cached) " >&6
3298else
3299 if test -n "$CC"; then
3300 ac_cv_prog_CC="$CC" # Let the user override the test.
3301else
3302as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3303for as_dir in $PATH
3304do
3305 IFS=$as_save_IFS
3306 test -z "$as_dir" && as_dir=.
3307 for ac_exec_ext in '' $ac_executable_extensions; do
3308 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3309 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3310 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3311 break 2
3312 fi
3313done
3314 done
3315IFS=$as_save_IFS
3316
3317fi
3318fi
3319CC=$ac_cv_prog_CC
3320if test -n "$CC"; then
3321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3322$as_echo "$CC" >&6; }
3323else
3324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3325$as_echo "no" >&6; }
3326fi
3327
3328
3329 test -n "$CC" && break
3330 done
3331fi
3332if test -z "$CC"; then
3333 ac_ct_CC=$CC
3334 for ac_prog in cl.exe
3335do
3336 # Extract the first word of "$ac_prog", so it can be a program name with args.
3337set dummy $ac_prog; ac_word=$2
3338{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3339$as_echo_n "checking for $ac_word... " >&6; }
3340if ${ac_cv_prog_ac_ct_CC+:} false; then :
3341 $as_echo_n "(cached) " >&6
3342else
3343 if test -n "$ac_ct_CC"; then
3344 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3345else
3346as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3347for as_dir in $PATH
3348do
3349 IFS=$as_save_IFS
3350 test -z "$as_dir" && as_dir=.
3351 for ac_exec_ext in '' $ac_executable_extensions; do
3352 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3353 ac_cv_prog_ac_ct_CC="$ac_prog"
3354 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3355 break 2
3356 fi
3357done
3358 done
3359IFS=$as_save_IFS
3360
3361fi
3362fi
3363ac_ct_CC=$ac_cv_prog_ac_ct_CC
3364if test -n "$ac_ct_CC"; then
3365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3366$as_echo "$ac_ct_CC" >&6; }
3367else
3368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3369$as_echo "no" >&6; }
3370fi
3371
3372
3373 test -n "$ac_ct_CC" && break
3374done
3375
3376 if test "x$ac_ct_CC" = x; then
3377 CC=""
3378 else
3379 case $cross_compiling:$ac_tool_warned in
3380yes:)
3381{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3382$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3383ac_tool_warned=yes ;;
3384esac
3385 CC=$ac_ct_CC
3386 fi
3387fi
3388
3389fi
3390
3391
3392test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3393$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3394as_fn_error $? "no acceptable C compiler found in \$PATH
3395See \`config.log' for more details" "$LINENO" 5; }
3396
3397# Provide some information about the compiler.
3398$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3399set X $ac_compile
3400ac_compiler=$2
3401for ac_option in --version -v -V -qversion; do
3402 { { ac_try="$ac_compiler $ac_option >&5"
3403case "(($ac_try" in
3404 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3405 *) ac_try_echo=$ac_try;;
3406esac
3407eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3408$as_echo "$ac_try_echo"; } >&5
3409 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3410 ac_status=$?
3411 if test -s conftest.err; then
3412 sed '10a\
3413... rest of stderr output deleted ...
3414 10q' conftest.err >conftest.er1
3415 cat conftest.er1 >&5
3416 fi
3417 rm -f conftest.er1 conftest.err
3418 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3419 test $ac_status = 0; }
3420done
3421
3422cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3423/* end confdefs.h. */
3424
3425int
3426main ()
3427{
3428
3429 ;
3430 return 0;
3431}
3432_ACEOF
3433ac_clean_files_save=$ac_clean_files
3434ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3435# Try to create an executable without -o first, disregard a.out.
3436# It will help us diagnose broken compilers, and finding out an intuition
3437# of exeext.
3438{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3439$as_echo_n "checking whether the C compiler works... " >&6; }
3440ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3441
3442# The possible output files:
3443ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3444
3445ac_rmfiles=
3446for ac_file in $ac_files
3447do
3448 case $ac_file in
3449 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3450 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3451 esac
3452done
3453rm -f $ac_rmfiles
3454
3455if { { ac_try="$ac_link_default"
3456case "(($ac_try" in
3457 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3458 *) ac_try_echo=$ac_try;;
3459esac
3460eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3461$as_echo "$ac_try_echo"; } >&5
3462 (eval "$ac_link_default") 2>&5
3463 ac_status=$?
3464 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3465 test $ac_status = 0; }; then :
3466 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3467# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3468# in a Makefile. We should not override ac_cv_exeext if it was cached,
3469# so that the user can short-circuit this test for compilers unknown to
3470# Autoconf.
3471for ac_file in $ac_files ''
3472do
3473 test -f "$ac_file" || continue
3474 case $ac_file in
3475 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3476 ;;
3477 [ab].out )
3478 # We found the default executable, but exeext='' is most
3479 # certainly right.
3480 break;;
3481 *.* )
3482 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3483 then :; else
3484 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3485 fi
3486 # We set ac_cv_exeext here because the later test for it is not
3487 # safe: cross compilers may not add the suffix if given an `-o'
3488 # argument, so we may need to know it at that point already.
3489 # Even if this section looks crufty: it has the advantage of
3490 # actually working.
3491 break;;
3492 * )
3493 break;;
3494 esac
3495done
3496test "$ac_cv_exeext" = no && ac_cv_exeext=
3497
3498else
3499 ac_file=''
3500fi
3501if test -z "$ac_file"; then :
3502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3503$as_echo "no" >&6; }
3504$as_echo "$as_me: failed program was:" >&5
3505sed 's/^/| /' conftest.$ac_ext >&5
3506
3507{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3508$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3509as_fn_error 77 "C compiler cannot create executables
3510See \`config.log' for more details" "$LINENO" 5; }
3511else
3512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3513$as_echo "yes" >&6; }
3514fi
3515{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3516$as_echo_n "checking for C compiler default output file name... " >&6; }
3517{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3518$as_echo "$ac_file" >&6; }
3519ac_exeext=$ac_cv_exeext
3520
3521rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3522ac_clean_files=$ac_clean_files_save
3523{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3524$as_echo_n "checking for suffix of executables... " >&6; }
3525if { { ac_try="$ac_link"
3526case "(($ac_try" in
3527 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3528 *) ac_try_echo=$ac_try;;
3529esac
3530eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3531$as_echo "$ac_try_echo"; } >&5
3532 (eval "$ac_link") 2>&5
3533 ac_status=$?
3534 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3535 test $ac_status = 0; }; then :
3536 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3537# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3538# work properly (i.e., refer to `conftest.exe'), while it won't with
3539# `rm'.
3540for ac_file in conftest.exe conftest conftest.*; do
3541 test -f "$ac_file" || continue
3542 case $ac_file in
3543 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3544 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3545 break;;
3546 * ) break;;
3547 esac
3548done
3549else
3550 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3551$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3552as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3553See \`config.log' for more details" "$LINENO" 5; }
3554fi
3555rm -f conftest conftest$ac_cv_exeext
3556{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3557$as_echo "$ac_cv_exeext" >&6; }
3558
3559rm -f conftest.$ac_ext
3560EXEEXT=$ac_cv_exeext
3561ac_exeext=$EXEEXT
3562cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3563/* end confdefs.h. */
3564#include <stdio.h>
3565int
3566main ()
3567{
3568FILE *f = fopen ("conftest.out", "w");
3569 return ferror (f) || fclose (f) != 0;
3570
3571 ;
3572 return 0;
3573}
3574_ACEOF
3575ac_clean_files="$ac_clean_files conftest.out"
3576# Check that the compiler produces executables we can run. If not, either
3577# the compiler is broken, or we cross compile.
3578{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3579$as_echo_n "checking whether we are cross compiling... " >&6; }
3580if test "$cross_compiling" != yes; then
3581 { { ac_try="$ac_link"
3582case "(($ac_try" in
3583 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3584 *) ac_try_echo=$ac_try;;
3585esac
3586eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3587$as_echo "$ac_try_echo"; } >&5
3588 (eval "$ac_link") 2>&5
3589 ac_status=$?
3590 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3591 test $ac_status = 0; }
3592 if { ac_try='./conftest$ac_cv_exeext'
3593 { { case "(($ac_try" in
3594 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3595 *) ac_try_echo=$ac_try;;
3596esac
3597eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3598$as_echo "$ac_try_echo"; } >&5
3599 (eval "$ac_try") 2>&5
3600 ac_status=$?
3601 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3602 test $ac_status = 0; }; }; then
3603 cross_compiling=no
3604 else
3605 if test "$cross_compiling" = maybe; then
3606 cross_compiling=yes
3607 else
3608 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3609$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3610as_fn_error $? "cannot run C compiled programs.
3611If you meant to cross compile, use \`--host'.
3612See \`config.log' for more details" "$LINENO" 5; }
3613 fi
3614 fi
3615fi
3616{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3617$as_echo "$cross_compiling" >&6; }
3618
3619rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3620ac_clean_files=$ac_clean_files_save
3621{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3622$as_echo_n "checking for suffix of object files... " >&6; }
3623if ${ac_cv_objext+:} false; then :
3624 $as_echo_n "(cached) " >&6
3625else
3626 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3627/* end confdefs.h. */
3628
3629int
3630main ()
3631{
3632
3633 ;
3634 return 0;
3635}
3636_ACEOF
3637rm -f conftest.o conftest.obj
3638if { { ac_try="$ac_compile"
3639case "(($ac_try" in
3640 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3641 *) ac_try_echo=$ac_try;;
3642esac
3643eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3644$as_echo "$ac_try_echo"; } >&5
3645 (eval "$ac_compile") 2>&5
3646 ac_status=$?
3647 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3648 test $ac_status = 0; }; then :
3649 for ac_file in conftest.o conftest.obj conftest.*; do
3650 test -f "$ac_file" || continue;
3651 case $ac_file in
3652 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3653 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3654 break;;
3655 esac
3656done
3657else
3658 $as_echo "$as_me: failed program was:" >&5
3659sed 's/^/| /' conftest.$ac_ext >&5
3660
3661{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3662$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3663as_fn_error $? "cannot compute suffix of object files: cannot compile
3664See \`config.log' for more details" "$LINENO" 5; }
3665fi
3666rm -f conftest.$ac_cv_objext conftest.$ac_ext
3667fi
3668{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3669$as_echo "$ac_cv_objext" >&6; }
3670OBJEXT=$ac_cv_objext
3671ac_objext=$OBJEXT
3672{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3673$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3674if ${ac_cv_c_compiler_gnu+:} false; then :
3675 $as_echo_n "(cached) " >&6
3676else
3677 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3678/* end confdefs.h. */
3679
3680int
3681main ()
3682{
3683#ifndef __GNUC__
3684 choke me
3685#endif
3686
3687 ;
3688 return 0;
3689}
3690_ACEOF
3691if ac_fn_c_try_compile "$LINENO"; then :
3692 ac_compiler_gnu=yes
3693else
3694 ac_compiler_gnu=no
3695fi
3696rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3697ac_cv_c_compiler_gnu=$ac_compiler_gnu
3698
3699fi
3700{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3701$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3702if test $ac_compiler_gnu = yes; then
3703 GCC=yes
3704else
3705 GCC=
3706fi
3707ac_test_CFLAGS=${CFLAGS+set}
3708ac_save_CFLAGS=$CFLAGS
3709{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3710$as_echo_n "checking whether $CC accepts -g... " >&6; }
3711if ${ac_cv_prog_cc_g+:} false; then :
3712 $as_echo_n "(cached) " >&6
3713else
3714 ac_save_c_werror_flag=$ac_c_werror_flag
3715 ac_c_werror_flag=yes
3716 ac_cv_prog_cc_g=no
3717 CFLAGS="-g"
3718 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3719/* end confdefs.h. */
3720
3721int
3722main ()
3723{
3724
3725 ;
3726 return 0;
3727}
3728_ACEOF
3729if ac_fn_c_try_compile "$LINENO"; then :
3730 ac_cv_prog_cc_g=yes
3731else
3732 CFLAGS=""
3733 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3734/* end confdefs.h. */
3735
3736int
3737main ()
3738{
3739
3740 ;
3741 return 0;
3742}
3743_ACEOF
3744if ac_fn_c_try_compile "$LINENO"; then :
3745
3746else
3747 ac_c_werror_flag=$ac_save_c_werror_flag
3748 CFLAGS="-g"
3749 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3750/* end confdefs.h. */
3751
3752int
3753main ()
3754{
3755
3756 ;
3757 return 0;
3758}
3759_ACEOF
3760if ac_fn_c_try_compile "$LINENO"; then :
3761 ac_cv_prog_cc_g=yes
3762fi
3763rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3764fi
3765rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3766fi
3767rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3768 ac_c_werror_flag=$ac_save_c_werror_flag
3769fi
3770{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3771$as_echo "$ac_cv_prog_cc_g" >&6; }
3772if test "$ac_test_CFLAGS" = set; then
3773 CFLAGS=$ac_save_CFLAGS
3774elif test $ac_cv_prog_cc_g = yes; then
3775 if test "$GCC" = yes; then
3776 CFLAGS="-g -O2"
3777 else
3778 CFLAGS="-g"
3779 fi
3780else
3781 if test "$GCC" = yes; then
3782 CFLAGS="-O2"
3783 else
3784 CFLAGS=
3785 fi
3786fi
3787{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3788$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3789if ${ac_cv_prog_cc_c89+:} false; then :
3790 $as_echo_n "(cached) " >&6
3791else
3792 ac_cv_prog_cc_c89=no
3793ac_save_CC=$CC
3794cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3795/* end confdefs.h. */
3796#include <stdarg.h>
3797#include <stdio.h>
3798struct stat;
3799/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3800struct buf { int x; };
3801FILE * (*rcsopen) (struct buf *, struct stat *, int);
3802static char *e (p, i)
3803 char **p;
3804 int i;
3805{
3806 return p[i];
3807}
3808static char *f (char * (*g) (char **, int), char **p, ...)
3809{
3810 char *s;
3811 va_list v;
3812 va_start (v,p);
3813 s = g (p, va_arg (v,int));
3814 va_end (v);
3815 return s;
3816}
3817
3818/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3819 function prototypes and stuff, but not '\xHH' hex character constants.
3820 These don't provoke an error unfortunately, instead are silently treated
3821 as 'x'. The following induces an error, until -std is added to get
3822 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3823 array size at least. It's necessary to write '\x00'==0 to get something
3824 that's true only with -std. */
3825int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3826
3827/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3828 inside strings and character constants. */
3829#define FOO(x) 'x'
3830int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3831
3832int test (int i, double x);
3833struct s1 {int (*f) (int a);};
3834struct s2 {int (*f) (double a);};
3835int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3836int argc;
3837char **argv;
3838int
3839main ()
3840{
3841return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3842 ;
3843 return 0;
3844}
3845_ACEOF
3846for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3847 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3848do
3849 CC="$ac_save_CC $ac_arg"
3850 if ac_fn_c_try_compile "$LINENO"; then :
3851 ac_cv_prog_cc_c89=$ac_arg
3852fi
3853rm -f core conftest.err conftest.$ac_objext
3854 test "x$ac_cv_prog_cc_c89" != "xno" && break
3855done
3856rm -f conftest.$ac_ext
3857CC=$ac_save_CC
3858
3859fi
3860# AC_CACHE_VAL
3861case "x$ac_cv_prog_cc_c89" in
3862 x)
3863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3864$as_echo "none needed" >&6; } ;;
3865 xno)
3866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3867$as_echo "unsupported" >&6; } ;;
3868 *)
3869 CC="$CC $ac_cv_prog_cc_c89"
3870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3871$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3872esac
3873if test "x$ac_cv_prog_cc_c89" != xno; then :
3874
3875fi
3876
3877ac_ext=c
3878ac_cpp='$CPP $CPPFLAGS'
3879ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3880ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3881ac_compiler_gnu=$ac_cv_c_compiler_gnu
3882
3883ac_ext=c
3884ac_cpp='$CPP $CPPFLAGS'
3885ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3886ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3887ac_compiler_gnu=$ac_cv_c_compiler_gnu
3888{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
3889$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
3890if ${am_cv_prog_cc_c_o+:} false; then :
3891 $as_echo_n "(cached) " >&6
3892else
3893 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3894/* end confdefs.h. */
3895
3896int
3897main ()
3898{
3899
3900 ;
3901 return 0;
3902}
3903_ACEOF
3904 # Make sure it works both with $CC and with simple cc.
3905 # Following AC_PROG_CC_C_O, we do the test twice because some
3906 # compilers refuse to overwrite an existing .o file with -o,
3907 # though they will create one.
3908 am_cv_prog_cc_c_o=yes
3909 for am_i in 1 2; do
3910 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
3911 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
3912 ac_status=$?
3913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3914 (exit $ac_status); } \
3915 && test -f conftest2.$ac_objext; then
3916 : OK
3917 else
3918 am_cv_prog_cc_c_o=no
3919 break
3920 fi
3921 done
3922 rm -f core conftest*
3923 unset am_i
3924fi
3925{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
3926$as_echo "$am_cv_prog_cc_c_o" >&6; }
3927if test "$am_cv_prog_cc_c_o" != yes; then
3928 # Losing compiler, so override with the script.
3929 # FIXME: It is wrong to rewrite CC.
3930 # But if we don't then we get into trouble of one sort or another.
3931 # A longer-term fix would be to have automake use am__CC in this case,
3932 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
3933 CC="$am_aux_dir/compile $CC"
3934fi
3935ac_ext=c
3936ac_cpp='$CPP $CPPFLAGS'
3937ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3938ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3939ac_compiler_gnu=$ac_cv_c_compiler_gnu
3940
3941
3942depcc="$CC" am_compiler_list=
3943
3944{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3945$as_echo_n "checking dependency style of $depcc... " >&6; }
3946if ${am_cv_CC_dependencies_compiler_type+:} false; then :
3947 $as_echo_n "(cached) " >&6
3948else
3949 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3950 # We make a subdir and do the tests there. Otherwise we can end up
3951 # making bogus files that we don't know about and never remove. For
3952 # instance it was reported that on HP-UX the gcc test will end up
3953 # making a dummy file named 'D' -- because '-MD' means "put the output
3954 # in D".
3955 rm -rf conftest.dir
3956 mkdir conftest.dir
3957 # Copy depcomp to subdir because otherwise we won't find it if we're
3958 # using a relative directory.
3959 cp "$am_depcomp" conftest.dir
3960 cd conftest.dir
3961 # We will build objects and dependencies in a subdirectory because
3962 # it helps to detect inapplicable dependency modes. For instance
3963 # both Tru64's cc and ICC support -MD to output dependencies as a
3964 # side effect of compilation, but ICC will put the dependencies in
3965 # the current directory while Tru64 will put them in the object
3966 # directory.
3967 mkdir sub
3968
3969 am_cv_CC_dependencies_compiler_type=none
3970 if test "$am_compiler_list" = ""; then
3971 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3972 fi
3973 am__universal=false
3974 case " $depcc " in #(
3975 *\ -arch\ *\ -arch\ *) am__universal=true ;;
3976 esac
3977
3978 for depmode in $am_compiler_list; do
3979 # Setup a source with many dependencies, because some compilers
3980 # like to wrap large dependency lists on column 80 (with \), and
3981 # we should not choose a depcomp mode which is confused by this.
3982 #
3983 # We need to recreate these files for each test, as the compiler may
3984 # overwrite some of them when testing with obscure command lines.
3985 # This happens at least with the AIX C compiler.
3986 : > sub/conftest.c
3987 for i in 1 2 3 4 5 6; do
3988 echo '#include "conftst'$i'.h"' >> sub/conftest.c
3989 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
3990 # Solaris 10 /bin/sh.
3991 echo '/* dummy */' > sub/conftst$i.h
3992 done
3993 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3994
3995 # We check with '-c' and '-o' for the sake of the "dashmstdout"
3996 # mode. It turns out that the SunPro C++ compiler does not properly
3997 # handle '-M -o', and we need to detect this. Also, some Intel
3998 # versions had trouble with output in subdirs.
3999 am__obj=sub/conftest.${OBJEXT-o}
4000 am__minus_obj="-o $am__obj"
4001 case $depmode in
4002 gcc)
4003 # This depmode causes a compiler race in universal mode.
4004 test "$am__universal" = false || continue
4005 ;;
4006 nosideeffect)
4007 # After this tag, mechanisms are not by side-effect, so they'll
4008 # only be used when explicitly requested.
4009 if test "x$enable_dependency_tracking" = xyes; then
4010 continue
4011 else
4012 break
4013 fi
4014 ;;
4015 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4016 # This compiler won't grok '-c -o', but also, the minuso test has
4017 # not run yet. These depmodes are late enough in the game, and
4018 # so weak that their functioning should not be impacted.
4019 am__obj=conftest.${OBJEXT-o}
4020 am__minus_obj=
4021 ;;
4022 none) break ;;
4023 esac
4024 if depmode=$depmode \
4025 source=sub/conftest.c object=$am__obj \
4026 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4027 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4028 >/dev/null 2>conftest.err &&
4029 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4030 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4031 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4032 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4033 # icc doesn't choke on unknown options, it will just issue warnings
4034 # or remarks (even with -Werror). So we grep stderr for any message
4035 # that says an option was ignored or not supported.
4036 # When given -MP, icc 7.0 and 7.1 complain thusly:
4037 # icc: Command line warning: ignoring option '-M'; no argument required
4038 # The diagnosis changed in icc 8.0:
4039 # icc: Command line remark: option '-MP' not supported
4040 if (grep 'ignoring option' conftest.err ||
4041 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4042 am_cv_CC_dependencies_compiler_type=$depmode
4043 break
4044 fi
4045 fi
4046 done
4047
4048 cd ..
4049 rm -rf conftest.dir
4050else
4051 am_cv_CC_dependencies_compiler_type=none
4052fi
4053
4054fi
4055{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4056$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4057CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4058
4059 if
4060 test "x$enable_dependency_tracking" != xno \
4061 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4062 am__fastdepCC_TRUE=
4063 am__fastdepCC_FALSE='#'
4064else
4065 am__fastdepCC_TRUE='#'
4066 am__fastdepCC_FALSE=
4067fi
4068
4069
4070{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4071$as_echo_n "checking for a sed that does not truncate output... " >&6; }
4072if ${ac_cv_path_SED+:} false; then :
4073 $as_echo_n "(cached) " >&6
4074else
4075 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4076 for ac_i in 1 2 3 4 5 6 7; do
4077 ac_script="$ac_script$as_nl$ac_script"
4078 done
4079 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4080 { ac_script=; unset ac_script;}
4081 if test -z "$SED"; then
4082 ac_path_SED_found=false
4083 # Loop through the user's path and test for each of PROGNAME-LIST
4084 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4085for as_dir in $PATH
4086do
4087 IFS=$as_save_IFS
4088 test -z "$as_dir" && as_dir=.
4089 for ac_prog in sed gsed; do
4090 for ac_exec_ext in '' $ac_executable_extensions; do
4091 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4092 as_fn_executable_p "$ac_path_SED" || continue
4093# Check for GNU ac_path_SED and select it if it is found.
4094 # Check for GNU $ac_path_SED
4095case `"$ac_path_SED" --version 2>&1` in
4096*GNU*)
4097 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
4098*)
4099 ac_count=0
4100 $as_echo_n 0123456789 >"conftest.in"
4101 while :
4102 do
4103 cat "conftest.in" "conftest.in" >"conftest.tmp"
4104 mv "conftest.tmp" "conftest.in"
4105 cp "conftest.in" "conftest.nl"
4106 $as_echo '' >> "conftest.nl"
4107 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4108 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4109 as_fn_arith $ac_count + 1 && ac_count=$as_val
4110 if test $ac_count -gt ${ac_path_SED_max-0}; then
4111 # Best one so far, save it but keep looking for a better one
4112 ac_cv_path_SED="$ac_path_SED"
4113 ac_path_SED_max=$ac_count
4114 fi
4115 # 10*(2^10) chars as input seems more than enough
4116 test $ac_count -gt 10 && break
4117 done
4118 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4119esac
4120
4121 $ac_path_SED_found && break 3
4122 done
4123 done
4124 done
4125IFS=$as_save_IFS
4126 if test -z "$ac_cv_path_SED"; then
4127 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
4128 fi
4129else
4130 ac_cv_path_SED=$SED
4131fi
4132
4133fi
4134{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4135$as_echo "$ac_cv_path_SED" >&6; }
4136 SED="$ac_cv_path_SED"
4137 rm -f conftest.sed
4138
4139test -z "$SED" && SED=sed
4140Xsed="$SED -e 1s/^X//"
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4153$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4154if ${ac_cv_path_GREP+:} false; then :
4155 $as_echo_n "(cached) " >&6
4156else
4157 if test -z "$GREP"; then
4158 ac_path_GREP_found=false
4159 # Loop through the user's path and test for each of PROGNAME-LIST
4160 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4161for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4162do
4163 IFS=$as_save_IFS
4164 test -z "$as_dir" && as_dir=.
4165 for ac_prog in grep ggrep; do
4166 for ac_exec_ext in '' $ac_executable_extensions; do
4167 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4168 as_fn_executable_p "$ac_path_GREP" || continue
4169# Check for GNU ac_path_GREP and select it if it is found.
4170 # Check for GNU $ac_path_GREP
4171case `"$ac_path_GREP" --version 2>&1` in
4172*GNU*)
4173 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4174*)
4175 ac_count=0
4176 $as_echo_n 0123456789 >"conftest.in"
4177 while :
4178 do
4179 cat "conftest.in" "conftest.in" >"conftest.tmp"
4180 mv "conftest.tmp" "conftest.in"
4181 cp "conftest.in" "conftest.nl"
4182 $as_echo 'GREP' >> "conftest.nl"
4183 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4184 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4185 as_fn_arith $ac_count + 1 && ac_count=$as_val
4186 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4187 # Best one so far, save it but keep looking for a better one
4188 ac_cv_path_GREP="$ac_path_GREP"
4189 ac_path_GREP_max=$ac_count
4190 fi
4191 # 10*(2^10) chars as input seems more than enough
4192 test $ac_count -gt 10 && break
4193 done
4194 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4195esac
4196
4197 $ac_path_GREP_found && break 3
4198 done
4199 done
4200 done
4201IFS=$as_save_IFS
4202 if test -z "$ac_cv_path_GREP"; then
4203 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4204 fi
4205else
4206 ac_cv_path_GREP=$GREP
4207fi
4208
4209fi
4210{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4211$as_echo "$ac_cv_path_GREP" >&6; }
4212 GREP="$ac_cv_path_GREP"
4213
4214
4215{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4216$as_echo_n "checking for egrep... " >&6; }
4217if ${ac_cv_path_EGREP+:} false; then :
4218 $as_echo_n "(cached) " >&6
4219else
4220 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4221 then ac_cv_path_EGREP="$GREP -E"
4222 else
4223 if test -z "$EGREP"; then
4224 ac_path_EGREP_found=false
4225 # Loop through the user's path and test for each of PROGNAME-LIST
4226 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4227for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4228do
4229 IFS=$as_save_IFS
4230 test -z "$as_dir" && as_dir=.
4231 for ac_prog in egrep; do
4232 for ac_exec_ext in '' $ac_executable_extensions; do
4233 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4234 as_fn_executable_p "$ac_path_EGREP" || continue
4235# Check for GNU ac_path_EGREP and select it if it is found.
4236 # Check for GNU $ac_path_EGREP
4237case `"$ac_path_EGREP" --version 2>&1` in
4238*GNU*)
4239 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4240*)
4241 ac_count=0
4242 $as_echo_n 0123456789 >"conftest.in"
4243 while :
4244 do
4245 cat "conftest.in" "conftest.in" >"conftest.tmp"
4246 mv "conftest.tmp" "conftest.in"
4247 cp "conftest.in" "conftest.nl"
4248 $as_echo 'EGREP' >> "conftest.nl"
4249 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4250 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4251 as_fn_arith $ac_count + 1 && ac_count=$as_val
4252 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4253 # Best one so far, save it but keep looking for a better one
4254 ac_cv_path_EGREP="$ac_path_EGREP"
4255 ac_path_EGREP_max=$ac_count
4256 fi
4257 # 10*(2^10) chars as input seems more than enough
4258 test $ac_count -gt 10 && break
4259 done
4260 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4261esac
4262
4263 $ac_path_EGREP_found && break 3
4264 done
4265 done
4266 done
4267IFS=$as_save_IFS
4268 if test -z "$ac_cv_path_EGREP"; then
4269 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4270 fi
4271else
4272 ac_cv_path_EGREP=$EGREP
4273fi
4274
4275 fi
4276fi
4277{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4278$as_echo "$ac_cv_path_EGREP" >&6; }
4279 EGREP="$ac_cv_path_EGREP"
4280
4281
4282{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4283$as_echo_n "checking for fgrep... " >&6; }
4284if ${ac_cv_path_FGREP+:} false; then :
4285 $as_echo_n "(cached) " >&6
4286else
4287 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4288 then ac_cv_path_FGREP="$GREP -F"
4289 else
4290 if test -z "$FGREP"; then
4291 ac_path_FGREP_found=false
4292 # Loop through the user's path and test for each of PROGNAME-LIST
4293 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4294for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4295do
4296 IFS=$as_save_IFS
4297 test -z "$as_dir" && as_dir=.
4298 for ac_prog in fgrep; do
4299 for ac_exec_ext in '' $ac_executable_extensions; do
4300 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4301 as_fn_executable_p "$ac_path_FGREP" || continue
4302# Check for GNU ac_path_FGREP and select it if it is found.
4303 # Check for GNU $ac_path_FGREP
4304case `"$ac_path_FGREP" --version 2>&1` in
4305*GNU*)
4306 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4307*)
4308 ac_count=0
4309 $as_echo_n 0123456789 >"conftest.in"
4310 while :
4311 do
4312 cat "conftest.in" "conftest.in" >"conftest.tmp"
4313 mv "conftest.tmp" "conftest.in"
4314 cp "conftest.in" "conftest.nl"
4315 $as_echo 'FGREP' >> "conftest.nl"
4316 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4317 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4318 as_fn_arith $ac_count + 1 && ac_count=$as_val
4319 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4320 # Best one so far, save it but keep looking for a better one
4321 ac_cv_path_FGREP="$ac_path_FGREP"
4322 ac_path_FGREP_max=$ac_count
4323 fi
4324 # 10*(2^10) chars as input seems more than enough
4325 test $ac_count -gt 10 && break
4326 done
4327 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4328esac
4329
4330 $ac_path_FGREP_found && break 3
4331 done
4332 done
4333 done
4334IFS=$as_save_IFS
4335 if test -z "$ac_cv_path_FGREP"; then
4336 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4337 fi
4338else
4339 ac_cv_path_FGREP=$FGREP
4340fi
4341
4342 fi
4343fi
4344{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4345$as_echo "$ac_cv_path_FGREP" >&6; }
4346 FGREP="$ac_cv_path_FGREP"
4347
4348
4349test -z "$GREP" && GREP=grep
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369# Check whether --with-gnu-ld was given.
4370if test "${with_gnu_ld+set}" = set; then :
4371 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4372else
4373 with_gnu_ld=no
4374fi
4375
4376ac_prog=ld
4377if test "$GCC" = yes; then
4378 # Check if gcc -print-prog-name=ld gives a path.
4379 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4380$as_echo_n "checking for ld used by $CC... " >&6; }
4381 case $host in
4382 *-*-mingw*)
4383 # gcc leaves a trailing carriage return which upsets mingw
4384 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4385 *)
4386 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4387 esac
4388 case $ac_prog in
4389 # Accept absolute paths.
4390 [\\/]* | ?:[\\/]*)
4391 re_direlt='/[^/][^/]*/\.\./'
4392 # Canonicalize the pathname of ld
4393 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4394 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4395 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4396 done
4397 test -z "$LD" && LD="$ac_prog"
4398 ;;
4399 "")
4400 # If it fails, then pretend we aren't using GCC.
4401 ac_prog=ld
4402 ;;
4403 *)
4404 # If it is relative, then search for the first ld in PATH.
4405 with_gnu_ld=unknown
4406 ;;
4407 esac
4408elif test "$with_gnu_ld" = yes; then
4409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4410$as_echo_n "checking for GNU ld... " >&6; }
4411else
4412 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4413$as_echo_n "checking for non-GNU ld... " >&6; }
4414fi
4415if ${lt_cv_path_LD+:} false; then :
4416 $as_echo_n "(cached) " >&6
4417else
4418 if test -z "$LD"; then
4419 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4420 for ac_dir in $PATH; do
4421 IFS="$lt_save_ifs"
4422 test -z "$ac_dir" && ac_dir=.
4423 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4424 lt_cv_path_LD="$ac_dir/$ac_prog"
4425 # Check to see if the program is GNU ld. I'd rather use --version,
4426 # but apparently some variants of GNU ld only accept -v.
4427 # Break only if it was the GNU/non-GNU ld that we prefer.
4428 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4429 *GNU* | *'with BFD'*)
4430 test "$with_gnu_ld" != no && break
4431 ;;
4432 *)
4433 test "$with_gnu_ld" != yes && break
4434 ;;
4435 esac
4436 fi
4437 done
4438 IFS="$lt_save_ifs"
4439else
4440 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4441fi
4442fi
4443
4444LD="$lt_cv_path_LD"
4445if test -n "$LD"; then
4446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4447$as_echo "$LD" >&6; }
4448else
4449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4450$as_echo "no" >&6; }
4451fi
4452test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
4453{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4454$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4455if ${lt_cv_prog_gnu_ld+:} false; then :
4456 $as_echo_n "(cached) " >&6
4457else
4458 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4459case `$LD -v 2>&1 </dev/null` in
4460*GNU* | *'with BFD'*)
4461 lt_cv_prog_gnu_ld=yes
4462 ;;
4463*)
4464 lt_cv_prog_gnu_ld=no
4465 ;;
4466esac
4467fi
4468{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4469$as_echo "$lt_cv_prog_gnu_ld" >&6; }
4470with_gnu_ld=$lt_cv_prog_gnu_ld
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4481$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
4482if ${lt_cv_path_NM+:} false; then :
4483 $as_echo_n "(cached) " >&6
4484else
4485 if test -n "$NM"; then
4486 # Let the user override the test.
4487 lt_cv_path_NM="$NM"
4488else
4489 lt_nm_to_check="${ac_tool_prefix}nm"
4490 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4491 lt_nm_to_check="$lt_nm_to_check nm"
4492 fi
4493 for lt_tmp_nm in $lt_nm_to_check; do
4494 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4495 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4496 IFS="$lt_save_ifs"
4497 test -z "$ac_dir" && ac_dir=.
4498 tmp_nm="$ac_dir/$lt_tmp_nm"
4499 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4500 # Check to see if the nm accepts a BSD-compat flag.
4501 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4502 # nm: unknown option "B" ignored
4503 # Tru64's nm complains that /dev/null is an invalid object file
4504 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4505 */dev/null* | *'Invalid file or object type'*)
4506 lt_cv_path_NM="$tmp_nm -B"
4507 break
4508 ;;
4509 *)
4510 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4511 */dev/null*)
4512 lt_cv_path_NM="$tmp_nm -p"
4513 break
4514 ;;
4515 *)
4516 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4517 continue # so that we can try to find one that supports BSD flags
4518 ;;
4519 esac
4520 ;;
4521 esac
4522 fi
4523 done
4524 IFS="$lt_save_ifs"
4525 done
4526 : ${lt_cv_path_NM=no}
4527fi
4528fi
4529{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4530$as_echo "$lt_cv_path_NM" >&6; }
4531if test "$lt_cv_path_NM" != "no"; then
4532 NM="$lt_cv_path_NM"
4533else
4534 # Didn't find any BSD compatible name lister, look for dumpbin.
4535 if test -n "$DUMPBIN"; then :
4536 # Let the user override the test.
4537 else
4538 if test -n "$ac_tool_prefix"; then
4539 for ac_prog in dumpbin "link -dump"
4540 do
4541 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4542set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4543{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4544$as_echo_n "checking for $ac_word... " >&6; }
4545if ${ac_cv_prog_DUMPBIN+:} false; then :
4546 $as_echo_n "(cached) " >&6
4547else
4548 if test -n "$DUMPBIN"; then
4549 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4550else
4551as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4552for as_dir in $PATH
4553do
4554 IFS=$as_save_IFS
4555 test -z "$as_dir" && as_dir=.
4556 for ac_exec_ext in '' $ac_executable_extensions; do
4557 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4558 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4559 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4560 break 2
4561 fi
4562done
4563 done
4564IFS=$as_save_IFS
4565
4566fi
4567fi
4568DUMPBIN=$ac_cv_prog_DUMPBIN
4569if test -n "$DUMPBIN"; then
4570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4571$as_echo "$DUMPBIN" >&6; }
4572else
4573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4574$as_echo "no" >&6; }
4575fi
4576
4577
4578 test -n "$DUMPBIN" && break
4579 done
4580fi
4581if test -z "$DUMPBIN"; then
4582 ac_ct_DUMPBIN=$DUMPBIN
4583 for ac_prog in dumpbin "link -dump"
4584do
4585 # Extract the first word of "$ac_prog", so it can be a program name with args.
4586set dummy $ac_prog; ac_word=$2
4587{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4588$as_echo_n "checking for $ac_word... " >&6; }
4589if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
4590 $as_echo_n "(cached) " >&6
4591else
4592 if test -n "$ac_ct_DUMPBIN"; then
4593 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4594else
4595as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4596for as_dir in $PATH
4597do
4598 IFS=$as_save_IFS
4599 test -z "$as_dir" && as_dir=.
4600 for ac_exec_ext in '' $ac_executable_extensions; do
4601 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4602 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4603 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4604 break 2
4605 fi
4606done
4607 done
4608IFS=$as_save_IFS
4609
4610fi
4611fi
4612ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4613if test -n "$ac_ct_DUMPBIN"; then
4614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4615$as_echo "$ac_ct_DUMPBIN" >&6; }
4616else
4617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4618$as_echo "no" >&6; }
4619fi
4620
4621
4622 test -n "$ac_ct_DUMPBIN" && break
4623done
4624
4625 if test "x$ac_ct_DUMPBIN" = x; then
4626 DUMPBIN=":"
4627 else
4628 case $cross_compiling:$ac_tool_warned in
4629yes:)
4630{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4631$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4632ac_tool_warned=yes ;;
4633esac
4634 DUMPBIN=$ac_ct_DUMPBIN
4635 fi
4636fi
4637
4638 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
4639 *COFF*)
4640 DUMPBIN="$DUMPBIN -symbols"
4641 ;;
4642 *)
4643 DUMPBIN=:
4644 ;;
4645 esac
4646 fi
4647
4648 if test "$DUMPBIN" != ":"; then
4649 NM="$DUMPBIN"
4650 fi
4651fi
4652test -z "$NM" && NM=nm
4653
4654
4655
4656
4657
4658
4659{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4660$as_echo_n "checking the name lister ($NM) interface... " >&6; }
4661if ${lt_cv_nm_interface+:} false; then :
4662 $as_echo_n "(cached) " >&6
4663else
4664 lt_cv_nm_interface="BSD nm"
4665 echo "int some_variable = 0;" > conftest.$ac_ext
4666 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
4667 (eval "$ac_compile" 2>conftest.err)
4668 cat conftest.err >&5
4669 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4670 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4671 cat conftest.err >&5
4672 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
4673 cat conftest.out >&5
4674 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4675 lt_cv_nm_interface="MS dumpbin"
4676 fi
4677 rm -f conftest*
4678fi
4679{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4680$as_echo "$lt_cv_nm_interface" >&6; }
4681
4682{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4683$as_echo_n "checking whether ln -s works... " >&6; }
4684LN_S=$as_ln_s
4685if test "$LN_S" = "ln -s"; then
4686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4687$as_echo "yes" >&6; }
4688else
4689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4690$as_echo "no, using $LN_S" >&6; }
4691fi
4692
4693# find the maximum length of command line arguments
4694{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4695$as_echo_n "checking the maximum length of command line arguments... " >&6; }
4696if ${lt_cv_sys_max_cmd_len+:} false; then :
4697 $as_echo_n "(cached) " >&6
4698else
4699 i=0
4700 teststring="ABCD"
4701
4702 case $build_os in
4703 msdosdjgpp*)
4704 # On DJGPP, this test can blow up pretty badly due to problems in libc
4705 # (any single argument exceeding 2000 bytes causes a buffer overrun
4706 # during glob expansion). Even if it were fixed, the result of this
4707 # check would be larger than it should be.
4708 lt_cv_sys_max_cmd_len=12288; # 12K is about right
4709 ;;
4710
4711 gnu*)
4712 # Under GNU Hurd, this test is not required because there is
4713 # no limit to the length of command line arguments.
4714 # Libtool will interpret -1 as no limit whatsoever
4715 lt_cv_sys_max_cmd_len=-1;
4716 ;;
4717
4718 cygwin* | mingw* | cegcc*)
4719 # On Win9x/ME, this test blows up -- it succeeds, but takes
4720 # about 5 minutes as the teststring grows exponentially.
4721 # Worse, since 9x/ME are not pre-emptively multitasking,
4722 # you end up with a "frozen" computer, even though with patience
4723 # the test eventually succeeds (with a max line length of 256k).
4724 # Instead, let's just punt: use the minimum linelength reported by
4725 # all of the supported platforms: 8192 (on NT/2K/XP).
4726 lt_cv_sys_max_cmd_len=8192;
4727 ;;
4728
4729 mint*)
4730 # On MiNT this can take a long time and run out of memory.
4731 lt_cv_sys_max_cmd_len=8192;
4732 ;;
4733
4734 amigaos*)
4735 # On AmigaOS with pdksh, this test takes hours, literally.
4736 # So we just punt and use a minimum line length of 8192.
4737 lt_cv_sys_max_cmd_len=8192;
4738 ;;
4739
4740 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4741 # This has been around since 386BSD, at least. Likely further.
4742 if test -x /sbin/sysctl; then
4743 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4744 elif test -x /usr/sbin/sysctl; then
4745 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4746 else
4747 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
4748 fi
4749 # And add a safety zone
4750 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4751 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4752 ;;
4753
4754 interix*)
4755 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4756 lt_cv_sys_max_cmd_len=196608
4757 ;;
4758
4759 os2*)
4760 # The test takes a long time on OS/2.
4761 lt_cv_sys_max_cmd_len=8192
4762 ;;
4763
4764 osf*)
4765 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4766 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4767 # nice to cause kernel panics so lets avoid the loop below.
4768 # First set a reasonable default.
4769 lt_cv_sys_max_cmd_len=16384
4770 #
4771 if test -x /sbin/sysconfig; then
4772 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4773 *1*) lt_cv_sys_max_cmd_len=-1 ;;
4774 esac
4775 fi
4776 ;;
4777 sco3.2v5*)
4778 lt_cv_sys_max_cmd_len=102400
4779 ;;
4780 sysv5* | sco5v6* | sysv4.2uw2*)
4781 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4782 if test -n "$kargmax"; then
4783 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
4784 else
4785 lt_cv_sys_max_cmd_len=32768
4786 fi
4787 ;;
4788 *)
4789 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4790 if test -n "$lt_cv_sys_max_cmd_len" && \
4791 test undefined != "$lt_cv_sys_max_cmd_len"; then
4792 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4793 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4794 else
4795 # Make teststring a little bigger before we do anything with it.
4796 # a 1K string should be a reasonable start.
4797 for i in 1 2 3 4 5 6 7 8 ; do
4798 teststring=$teststring$teststring
4799 done
4800 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4801 # If test is not a shell built-in, we'll probably end up computing a
4802 # maximum length that is only half of the actual maximum length, but
4803 # we can't tell.
4804 while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
4805 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
4806 test $i != 17 # 1/2 MB should be enough
4807 do
4808 i=`expr $i + 1`
4809 teststring=$teststring$teststring
4810 done
4811 # Only check the string length outside the loop.
4812 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4813 teststring=
4814 # Add a significant safety factor because C++ compilers can tack on
4815 # massive amounts of additional arguments before passing them to the
4816 # linker. It appears as though 1/2 is a usable value.
4817 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4818 fi
4819 ;;
4820 esac
4821
4822fi
4823
4824if test -n $lt_cv_sys_max_cmd_len ; then
4825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4826$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4827else
4828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4829$as_echo "none" >&6; }
4830fi
4831max_cmd_len=$lt_cv_sys_max_cmd_len
4832
4833
4834
4835
4836
4837
4838: ${CP="cp -f"}
4839: ${MV="mv -f"}
4840: ${RM="rm -f"}
4841
4842{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4843$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4844# Try some XSI features
4845xsi_shell=no
4846( _lt_dummy="a/b/c"
4847 test "${_lt_dummy##*/},${_lt_dummy%/*},${_lt_dummy#??}"${_lt_dummy%"$_lt_dummy"}, \
4848 = c,a/b,b/c, \
4849 && eval 'test $(( 1 + 1 )) -eq 2 \
4850 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4851 && xsi_shell=yes
4852{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4853$as_echo "$xsi_shell" >&6; }
4854
4855
4856{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4857$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4858lt_shell_append=no
4859( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4860 >/dev/null 2>&1 \
4861 && lt_shell_append=yes
4862{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4863$as_echo "$lt_shell_append" >&6; }
4864
4865
4866if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4867 lt_unset=unset
4868else
4869 lt_unset=false
4870fi
4871
4872
4873
4874
4875
4876# test EBCDIC or ASCII
4877case `echo X|tr X '\101'` in
4878 A) # ASCII based system
4879 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4880 lt_SP2NL='tr \040 \012'
4881 lt_NL2SP='tr \015\012 \040\040'
4882 ;;
4883 *) # EBCDIC based system
4884 lt_SP2NL='tr \100 \n'
4885 lt_NL2SP='tr \r\n \100\100'
4886 ;;
4887esac
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5
4898$as_echo_n "checking how to convert $build file names to $host format... " >&6; }
4899if ${lt_cv_to_host_file_cmd+:} false; then :
4900 $as_echo_n "(cached) " >&6
4901else
4902 case $host in
4903 *-*-mingw* )
4904 case $build in
4905 *-*-mingw* ) # actually msys
4906 lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32
4907 ;;
4908 *-*-cygwin* )
4909 lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32
4910 ;;
4911 * ) # otherwise, assume *nix
4912 lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32
4913 ;;
4914 esac
4915 ;;
4916 *-*-cygwin* )
4917 case $build in
4918 *-*-mingw* ) # actually msys
4919 lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin
4920 ;;
4921 *-*-cygwin* )
4922 lt_cv_to_host_file_cmd=func_convert_file_noop
4923 ;;
4924 * ) # otherwise, assume *nix
4925 lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin
4926 ;;
4927 esac
4928 ;;
4929 * ) # unhandled hosts (and "normal" native builds)
4930 lt_cv_to_host_file_cmd=func_convert_file_noop
4931 ;;
4932esac
4933
4934fi
4935
4936to_host_file_cmd=$lt_cv_to_host_file_cmd
4937{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_file_cmd" >&5
4938$as_echo "$lt_cv_to_host_file_cmd" >&6; }
4939
4940
4941
4942
4943
4944{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5
4945$as_echo_n "checking how to convert $build file names to toolchain format... " >&6; }
4946if ${lt_cv_to_tool_file_cmd+:} false; then :
4947 $as_echo_n "(cached) " >&6
4948else
4949 #assume ordinary cross tools, or native build.
4950lt_cv_to_tool_file_cmd=func_convert_file_noop
4951case $host in
4952 *-*-mingw* )
4953 case $build in
4954 *-*-mingw* ) # actually msys
4955 lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32
4956 ;;
4957 esac
4958 ;;
4959esac
4960
4961fi
4962
4963to_tool_file_cmd=$lt_cv_to_tool_file_cmd
4964{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_tool_file_cmd" >&5
4965$as_echo "$lt_cv_to_tool_file_cmd" >&6; }
4966
4967
4968
4969
4970
4971{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4972$as_echo_n "checking for $LD option to reload object files... " >&6; }
4973if ${lt_cv_ld_reload_flag+:} false; then :
4974 $as_echo_n "(cached) " >&6
4975else
4976 lt_cv_ld_reload_flag='-r'
4977fi
4978{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4979$as_echo "$lt_cv_ld_reload_flag" >&6; }
4980reload_flag=$lt_cv_ld_reload_flag
4981case $reload_flag in
4982"" | " "*) ;;
4983*) reload_flag=" $reload_flag" ;;
4984esac
4985reload_cmds='$LD$reload_flag -o $output$reload_objs'
4986case $host_os in
4987 cygwin* | mingw* | pw32* | cegcc*)
4988 if test "$GCC" != yes; then
4989 reload_cmds=false
4990 fi
4991 ;;
4992 darwin*)
4993 if test "$GCC" = yes; then
4994 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4995 else
4996 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4997 fi
4998 ;;
4999esac
5000
5001
5002
5003
5004
5005
5006
5007
5008
5009if test -n "$ac_tool_prefix"; then
5010 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5011set dummy ${ac_tool_prefix}objdump; ac_word=$2
5012{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5013$as_echo_n "checking for $ac_word... " >&6; }
5014if ${ac_cv_prog_OBJDUMP+:} false; then :
5015 $as_echo_n "(cached) " >&6
5016else
5017 if test -n "$OBJDUMP"; then
5018 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5019else
5020as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5021for as_dir in $PATH
5022do
5023 IFS=$as_save_IFS
5024 test -z "$as_dir" && as_dir=.
5025 for ac_exec_ext in '' $ac_executable_extensions; do
5026 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5027 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5028 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5029 break 2
5030 fi
5031done
5032 done
5033IFS=$as_save_IFS
5034
5035fi
5036fi
5037OBJDUMP=$ac_cv_prog_OBJDUMP
5038if test -n "$OBJDUMP"; then
5039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5040$as_echo "$OBJDUMP" >&6; }
5041else
5042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5043$as_echo "no" >&6; }
5044fi
5045
5046
5047fi
5048if test -z "$ac_cv_prog_OBJDUMP"; then
5049 ac_ct_OBJDUMP=$OBJDUMP
5050 # Extract the first word of "objdump", so it can be a program name with args.
5051set dummy objdump; ac_word=$2
5052{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5053$as_echo_n "checking for $ac_word... " >&6; }
5054if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
5055 $as_echo_n "(cached) " >&6
5056else
5057 if test -n "$ac_ct_OBJDUMP"; then
5058 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5059else
5060as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5061for as_dir in $PATH
5062do
5063 IFS=$as_save_IFS
5064 test -z "$as_dir" && as_dir=.
5065 for ac_exec_ext in '' $ac_executable_extensions; do
5066 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5067 ac_cv_prog_ac_ct_OBJDUMP="objdump"
5068 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5069 break 2
5070 fi
5071done
5072 done
5073IFS=$as_save_IFS
5074
5075fi
5076fi
5077ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5078if test -n "$ac_ct_OBJDUMP"; then
5079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5080$as_echo "$ac_ct_OBJDUMP" >&6; }
5081else
5082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5083$as_echo "no" >&6; }
5084fi
5085
5086 if test "x$ac_ct_OBJDUMP" = x; then
5087 OBJDUMP="false"
5088 else
5089 case $cross_compiling:$ac_tool_warned in
5090yes:)
5091{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5092$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5093ac_tool_warned=yes ;;
5094esac
5095 OBJDUMP=$ac_ct_OBJDUMP
5096 fi
5097else
5098 OBJDUMP="$ac_cv_prog_OBJDUMP"
5099fi
5100
5101test -z "$OBJDUMP" && OBJDUMP=objdump
5102
5103
5104
5105
5106
5107
5108{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5109$as_echo_n "checking how to recognize dependent libraries... " >&6; }
5110if ${lt_cv_deplibs_check_method+:} false; then :
5111 $as_echo_n "(cached) " >&6
5112else
5113 lt_cv_file_magic_cmd='$MAGIC_CMD'
5114lt_cv_file_magic_test_file=
5115lt_cv_deplibs_check_method='unknown'
5116# Need to set the preceding variable on all platforms that support
5117# interlibrary dependencies.
5118# 'none' -- dependencies not supported.
5119# `unknown' -- same as none, but documents that we really don't know.
5120# 'pass_all' -- all dependencies passed with no checks.
5121# 'test_compile' -- check by making test program.
5122# 'file_magic [[regex]]' -- check by looking for files in library path
5123# which responds to the $file_magic_cmd with a given extended regex.
5124# If you have `file' or equivalent on your system and you're not sure
5125# whether `pass_all' will *always* work, you probably want this one.
5126
5127case $host_os in
5128aix[4-9]*)
5129 lt_cv_deplibs_check_method=pass_all
5130 ;;
5131
5132beos*)
5133 lt_cv_deplibs_check_method=pass_all
5134 ;;
5135
5136bsdi[45]*)
5137 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5138 lt_cv_file_magic_cmd='/usr/bin/file -L'
5139 lt_cv_file_magic_test_file=/shlib/libc.so
5140 ;;
5141
5142cygwin*)
5143 # func_win32_libid is a shell function defined in ltmain.sh
5144 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5145 lt_cv_file_magic_cmd='func_win32_libid'
5146 ;;
5147
5148mingw* | pw32*)
5149 # Base MSYS/MinGW do not provide the 'file' command needed by
5150 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5151 # unless we find 'file', for example because we are cross-compiling.
5152 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
5153 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
5154 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5155 lt_cv_file_magic_cmd='func_win32_libid'
5156 else
5157 # Keep this pattern in sync with the one in func_win32_libid.
5158 lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)'
5159 lt_cv_file_magic_cmd='$OBJDUMP -f'
5160 fi
5161 ;;
5162
5163cegcc*)
5164 # use the weaker test based on 'objdump'. See mingw*.
5165 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5166 lt_cv_file_magic_cmd='$OBJDUMP -f'
5167 ;;
5168
5169darwin* | rhapsody*)
5170 lt_cv_deplibs_check_method=pass_all
5171 ;;
5172
5173freebsd* | dragonfly*)
5174 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5175 case $host_cpu in
5176 i*86 )
5177 # Not sure whether the presence of OpenBSD here was a mistake.
5178 # Let's accept both of them until this is cleared up.
5179 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5180 lt_cv_file_magic_cmd=/usr/bin/file
5181 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5182 ;;
5183 esac
5184 else
5185 lt_cv_deplibs_check_method=pass_all
5186 fi
5187 ;;
5188
5189haiku*)
5190 lt_cv_deplibs_check_method=pass_all
5191 ;;
5192
5193hpux10.20* | hpux11*)
5194 lt_cv_file_magic_cmd=/usr/bin/file
5195 case $host_cpu in
5196 ia64*)
5197 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5198 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5199 ;;
5200 hppa*64*)
5201 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]'
5202 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5203 ;;
5204 *)
5205 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
5206 lt_cv_file_magic_test_file=/usr/lib/libc.sl
5207 ;;
5208 esac
5209 ;;
5210
5211interix[3-9]*)
5212 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5213 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
5214 ;;
5215
5216irix5* | irix6* | nonstopux*)
5217 case $LD in
5218 *-32|*"-32 ") libmagic=32-bit;;
5219 *-n32|*"-n32 ") libmagic=N32;;
5220 *-64|*"-64 ") libmagic=64-bit;;
5221 *) libmagic=never-match;;
5222 esac
5223 lt_cv_deplibs_check_method=pass_all
5224 ;;
5225
5226# This must be glibc/ELF.
5227linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
5228 lt_cv_deplibs_check_method=pass_all
5229 ;;
5230
5231netbsd* | netbsdelf*-gnu)
5232 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5233 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5234 else
5235 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5236 fi
5237 ;;
5238
5239newos6*)
5240 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5241 lt_cv_file_magic_cmd=/usr/bin/file
5242 lt_cv_file_magic_test_file=/usr/lib/libnls.so
5243 ;;
5244
5245*nto* | *qnx*)
5246 lt_cv_deplibs_check_method=pass_all
5247 ;;
5248
5249openbsd*)
5250 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5251 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5252 else
5253 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5254 fi
5255 ;;
5256
5257osf3* | osf4* | osf5*)
5258 lt_cv_deplibs_check_method=pass_all
5259 ;;
5260
5261rdos*)
5262 lt_cv_deplibs_check_method=pass_all
5263 ;;
5264
5265solaris*)
5266 lt_cv_deplibs_check_method=pass_all
5267 ;;
5268
5269sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5270 lt_cv_deplibs_check_method=pass_all
5271 ;;
5272
5273sysv4 | sysv4.3*)
5274 case $host_vendor in
5275 motorola)
5276 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]'
5277 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5278 ;;
5279 ncr)
5280 lt_cv_deplibs_check_method=pass_all
5281 ;;
5282 sequent)
5283 lt_cv_file_magic_cmd='/bin/file'
5284 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5285 ;;
5286 sni)
5287 lt_cv_file_magic_cmd='/bin/file'
5288 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5289 lt_cv_file_magic_test_file=/lib/libc.so
5290 ;;
5291 siemens)
5292 lt_cv_deplibs_check_method=pass_all
5293 ;;
5294 pc)
5295 lt_cv_deplibs_check_method=pass_all
5296 ;;
5297 esac
5298 ;;
5299
5300tpf*)
5301 lt_cv_deplibs_check_method=pass_all
5302 ;;
5303esac
5304
5305fi
5306{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
5307$as_echo "$lt_cv_deplibs_check_method" >&6; }
5308
5309file_magic_glob=
5310want_nocaseglob=no
5311if test "$build" = "$host"; then
5312 case $host_os in
5313 mingw* | pw32*)
5314 if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then
5315 want_nocaseglob=yes
5316 else
5317 file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
5318 fi
5319 ;;
5320 esac
5321fi
5322
5323file_magic_cmd=$lt_cv_file_magic_cmd
5324deplibs_check_method=$lt_cv_deplibs_check_method
5325test -z "$deplibs_check_method" && deplibs_check_method=unknown
5326
5327
5328
5329
5330
5331
5332
5333
5334
5335
5336
5337
5338
5339
5340
5341
5342
5343
5344
5345
5346
5347
5348if test -n "$ac_tool_prefix"; then
5349 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
5350set dummy ${ac_tool_prefix}dlltool; ac_word=$2
5351{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5352$as_echo_n "checking for $ac_word... " >&6; }
5353if ${ac_cv_prog_DLLTOOL+:} false; then :
5354 $as_echo_n "(cached) " >&6
5355else
5356 if test -n "$DLLTOOL"; then
5357 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
5358else
5359as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5360for as_dir in $PATH
5361do
5362 IFS=$as_save_IFS
5363 test -z "$as_dir" && as_dir=.
5364 for ac_exec_ext in '' $ac_executable_extensions; do
5365 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5366 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
5367 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5368 break 2
5369 fi
5370done
5371 done
5372IFS=$as_save_IFS
5373
5374fi
5375fi
5376DLLTOOL=$ac_cv_prog_DLLTOOL
5377if test -n "$DLLTOOL"; then
5378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
5379$as_echo "$DLLTOOL" >&6; }
5380else
5381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5382$as_echo "no" >&6; }
5383fi
5384
5385
5386fi
5387if test -z "$ac_cv_prog_DLLTOOL"; then
5388 ac_ct_DLLTOOL=$DLLTOOL
5389 # Extract the first word of "dlltool", so it can be a program name with args.
5390set dummy dlltool; ac_word=$2
5391{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5392$as_echo_n "checking for $ac_word... " >&6; }
5393if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
5394 $as_echo_n "(cached) " >&6
5395else
5396 if test -n "$ac_ct_DLLTOOL"; then
5397 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
5398else
5399as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5400for as_dir in $PATH
5401do
5402 IFS=$as_save_IFS
5403 test -z "$as_dir" && as_dir=.
5404 for ac_exec_ext in '' $ac_executable_extensions; do
5405 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5406 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
5407 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5408 break 2
5409 fi
5410done
5411 done
5412IFS=$as_save_IFS
5413
5414fi
5415fi
5416ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
5417if test -n "$ac_ct_DLLTOOL"; then
5418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
5419$as_echo "$ac_ct_DLLTOOL" >&6; }
5420else
5421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5422$as_echo "no" >&6; }
5423fi
5424
5425 if test "x$ac_ct_DLLTOOL" = x; then
5426 DLLTOOL="false"
5427 else
5428 case $cross_compiling:$ac_tool_warned in
5429yes:)
5430{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5431$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5432ac_tool_warned=yes ;;
5433esac
5434 DLLTOOL=$ac_ct_DLLTOOL
5435 fi
5436else
5437 DLLTOOL="$ac_cv_prog_DLLTOOL"
5438fi
5439
5440test -z "$DLLTOOL" && DLLTOOL=dlltool
5441
5442
5443
5444
5445
5446
5447
5448{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5
5449$as_echo_n "checking how to associate runtime and link libraries... " >&6; }
5450if ${lt_cv_sharedlib_from_linklib_cmd+:} false; then :
5451 $as_echo_n "(cached) " >&6
5452else
5453 lt_cv_sharedlib_from_linklib_cmd='unknown'
5454
5455case $host_os in
5456cygwin* | mingw* | pw32* | cegcc*)
5457 # two different shell functions defined in ltmain.sh
5458 # decide which to use based on capabilities of $DLLTOOL
5459 case `$DLLTOOL --help 2>&1` in
5460 *--identify-strict*)
5461 lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib
5462 ;;
5463 *)
5464 lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback
5465 ;;
5466 esac
5467 ;;
5468*)
5469 # fallback: assume linklib IS sharedlib
5470 lt_cv_sharedlib_from_linklib_cmd="$ECHO"
5471 ;;
5472esac
5473
5474fi
5475{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5
5476$as_echo "$lt_cv_sharedlib_from_linklib_cmd" >&6; }
5477sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd
5478test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO
5479
5480
5481
5482
5483
5484
5485
5486
5487if test -n "$ac_tool_prefix"; then
5488 for ac_prog in ar
5489 do
5490 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5491set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5492{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5493$as_echo_n "checking for $ac_word... " >&6; }
5494if ${ac_cv_prog_AR+:} false; then :
5495 $as_echo_n "(cached) " >&6
5496else
5497 if test -n "$AR"; then
5498 ac_cv_prog_AR="$AR" # Let the user override the test.
5499else
5500as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5501for as_dir in $PATH
5502do
5503 IFS=$as_save_IFS
5504 test -z "$as_dir" && as_dir=.
5505 for ac_exec_ext in '' $ac_executable_extensions; do
5506 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5507 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5508 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5509 break 2
5510 fi
5511done
5512 done
5513IFS=$as_save_IFS
5514
5515fi
5516fi
5517AR=$ac_cv_prog_AR
5518if test -n "$AR"; then
5519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5520$as_echo "$AR" >&6; }
5521else
5522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5523$as_echo "no" >&6; }
5524fi
5525
5526
5527 test -n "$AR" && break
5528 done
5529fi
5530if test -z "$AR"; then
5531 ac_ct_AR=$AR
5532 for ac_prog in ar
5533do
5534 # Extract the first word of "$ac_prog", so it can be a program name with args.
5535set dummy $ac_prog; ac_word=$2
5536{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5537$as_echo_n "checking for $ac_word... " >&6; }
5538if ${ac_cv_prog_ac_ct_AR+:} false; then :
5539 $as_echo_n "(cached) " >&6
5540else
5541 if test -n "$ac_ct_AR"; then
5542 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5543else
5544as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5545for as_dir in $PATH
5546do
5547 IFS=$as_save_IFS
5548 test -z "$as_dir" && as_dir=.
5549 for ac_exec_ext in '' $ac_executable_extensions; do
5550 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5551 ac_cv_prog_ac_ct_AR="$ac_prog"
5552 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5553 break 2
5554 fi
5555done
5556 done
5557IFS=$as_save_IFS
5558
5559fi
5560fi
5561ac_ct_AR=$ac_cv_prog_ac_ct_AR
5562if test -n "$ac_ct_AR"; then
5563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5564$as_echo "$ac_ct_AR" >&6; }
5565else
5566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5567$as_echo "no" >&6; }
5568fi
5569
5570
5571 test -n "$ac_ct_AR" && break
5572done
5573
5574 if test "x$ac_ct_AR" = x; then
5575 AR="false"
5576 else
5577 case $cross_compiling:$ac_tool_warned in
5578yes:)
5579{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5580$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5581ac_tool_warned=yes ;;
5582esac
5583 AR=$ac_ct_AR
5584 fi
5585fi
5586
5587: ${AR=ar}
5588: ${AR_FLAGS=cru}
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5
5601$as_echo_n "checking for archiver @FILE support... " >&6; }
5602if ${lt_cv_ar_at_file+:} false; then :
5603 $as_echo_n "(cached) " >&6
5604else
5605 lt_cv_ar_at_file=no
5606 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5607/* end confdefs.h. */
5608
5609int
5610main ()
5611{
5612
5613 ;
5614 return 0;
5615}
5616_ACEOF
5617if ac_fn_c_try_compile "$LINENO"; then :
5618 echo conftest.$ac_objext > conftest.lst
5619 lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&5'
5620 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5
5621 (eval $lt_ar_try) 2>&5
5622 ac_status=$?
5623 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5624 test $ac_status = 0; }
5625 if test "$ac_status" -eq 0; then
5626 # Ensure the archiver fails upon bogus file names.
5627 rm -f conftest.$ac_objext libconftest.a
5628 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5
5629 (eval $lt_ar_try) 2>&5
5630 ac_status=$?
5631 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5632 test $ac_status = 0; }
5633 if test "$ac_status" -ne 0; then
5634 lt_cv_ar_at_file=@
5635 fi
5636 fi
5637 rm -f conftest.* libconftest.a
5638
5639fi
5640rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5641
5642fi
5643{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5
5644$as_echo "$lt_cv_ar_at_file" >&6; }
5645
5646if test "x$lt_cv_ar_at_file" = xno; then
5647 archiver_list_spec=
5648else
5649 archiver_list_spec=$lt_cv_ar_at_file
5650fi
5651
5652
5653
5654
5655
5656
5657
5658if test -n "$ac_tool_prefix"; then
5659 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5660set dummy ${ac_tool_prefix}strip; ac_word=$2
5661{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5662$as_echo_n "checking for $ac_word... " >&6; }
5663if ${ac_cv_prog_STRIP+:} false; then :
5664 $as_echo_n "(cached) " >&6
5665else
5666 if test -n "$STRIP"; then
5667 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5668else
5669as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5670for as_dir in $PATH
5671do
5672 IFS=$as_save_IFS
5673 test -z "$as_dir" && as_dir=.
5674 for ac_exec_ext in '' $ac_executable_extensions; do
5675 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5676 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5677 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5678 break 2
5679 fi
5680done
5681 done
5682IFS=$as_save_IFS
5683
5684fi
5685fi
5686STRIP=$ac_cv_prog_STRIP
5687if test -n "$STRIP"; then
5688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5689$as_echo "$STRIP" >&6; }
5690else
5691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5692$as_echo "no" >&6; }
5693fi
5694
5695
5696fi
5697if test -z "$ac_cv_prog_STRIP"; then
5698 ac_ct_STRIP=$STRIP
5699 # Extract the first word of "strip", so it can be a program name with args.
5700set dummy strip; ac_word=$2
5701{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5702$as_echo_n "checking for $ac_word... " >&6; }
5703if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
5704 $as_echo_n "(cached) " >&6
5705else
5706 if test -n "$ac_ct_STRIP"; then
5707 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5708else
5709as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5710for as_dir in $PATH
5711do
5712 IFS=$as_save_IFS
5713 test -z "$as_dir" && as_dir=.
5714 for ac_exec_ext in '' $ac_executable_extensions; do
5715 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5716 ac_cv_prog_ac_ct_STRIP="strip"
5717 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5718 break 2
5719 fi
5720done
5721 done
5722IFS=$as_save_IFS
5723
5724fi
5725fi
5726ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5727if test -n "$ac_ct_STRIP"; then
5728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5729$as_echo "$ac_ct_STRIP" >&6; }
5730else
5731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5732$as_echo "no" >&6; }
5733fi
5734
5735 if test "x$ac_ct_STRIP" = x; then
5736 STRIP=":"
5737 else
5738 case $cross_compiling:$ac_tool_warned in
5739yes:)
5740{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5741$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5742ac_tool_warned=yes ;;
5743esac
5744 STRIP=$ac_ct_STRIP
5745 fi
5746else
5747 STRIP="$ac_cv_prog_STRIP"
5748fi
5749
5750test -z "$STRIP" && STRIP=:
5751
5752
5753
5754
5755
5756
5757if test -n "$ac_tool_prefix"; then
5758 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5759set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5760{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5761$as_echo_n "checking for $ac_word... " >&6; }
5762if ${ac_cv_prog_RANLIB+:} false; then :
5763 $as_echo_n "(cached) " >&6
5764else
5765 if test -n "$RANLIB"; then
5766 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5767else
5768as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5769for as_dir in $PATH
5770do
5771 IFS=$as_save_IFS
5772 test -z "$as_dir" && as_dir=.
5773 for ac_exec_ext in '' $ac_executable_extensions; do
5774 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5775 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5776 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5777 break 2
5778 fi
5779done
5780 done
5781IFS=$as_save_IFS
5782
5783fi
5784fi
5785RANLIB=$ac_cv_prog_RANLIB
5786if test -n "$RANLIB"; then
5787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5788$as_echo "$RANLIB" >&6; }
5789else
5790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5791$as_echo "no" >&6; }
5792fi
5793
5794
5795fi
5796if test -z "$ac_cv_prog_RANLIB"; then
5797 ac_ct_RANLIB=$RANLIB
5798 # Extract the first word of "ranlib", so it can be a program name with args.
5799set dummy ranlib; ac_word=$2
5800{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5801$as_echo_n "checking for $ac_word... " >&6; }
5802if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
5803 $as_echo_n "(cached) " >&6
5804else
5805 if test -n "$ac_ct_RANLIB"; then
5806 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5807else
5808as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5809for as_dir in $PATH
5810do
5811 IFS=$as_save_IFS
5812 test -z "$as_dir" && as_dir=.
5813 for ac_exec_ext in '' $ac_executable_extensions; do
5814 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5815 ac_cv_prog_ac_ct_RANLIB="ranlib"
5816 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5817 break 2
5818 fi
5819done
5820 done
5821IFS=$as_save_IFS
5822
5823fi
5824fi
5825ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5826if test -n "$ac_ct_RANLIB"; then
5827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5828$as_echo "$ac_ct_RANLIB" >&6; }
5829else
5830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5831$as_echo "no" >&6; }
5832fi
5833
5834 if test "x$ac_ct_RANLIB" = x; then
5835 RANLIB=":"
5836 else
5837 case $cross_compiling:$ac_tool_warned in
5838yes:)
5839{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5840$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5841ac_tool_warned=yes ;;
5842esac
5843 RANLIB=$ac_ct_RANLIB
5844 fi
5845else
5846 RANLIB="$ac_cv_prog_RANLIB"
5847fi
5848
5849test -z "$RANLIB" && RANLIB=:
5850
5851
5852
5853
5854
5855
5856# Determine commands to create old-style static archives.
5857old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5858old_postinstall_cmds='chmod 644 $oldlib'
5859old_postuninstall_cmds=
5860
5861if test -n "$RANLIB"; then
5862 case $host_os in
5863 openbsd*)
5864 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
5865 ;;
5866 *)
5867 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib"
5868 ;;
5869 esac
5870 old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib"
5871fi
5872
5873case $host_os in
5874 darwin*)
5875 lock_old_archive_extraction=yes ;;
5876 *)
5877 lock_old_archive_extraction=no ;;
5878esac
5879
5880
5881
5882
5883
5884
5885
5886
5887
5888
5889
5890
5891
5892
5893
5894
5895
5896
5897
5898
5899
5900
5901
5902
5903
5904
5905
5906
5907
5908
5909
5910
5911
5912
5913
5914
5915
5916
5917
5918# If no C compiler was specified, use CC.
5919LTCC=${LTCC-"$CC"}
5920
5921# If no C compiler flags were specified, use CFLAGS.
5922LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5923
5924# Allow CC to be a program name with arguments.
5925compiler=$CC
5926
5927
5928# Check for command to grab the raw symbol name followed by C symbol from nm.
5929{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5930$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
5931if ${lt_cv_sys_global_symbol_pipe+:} false; then :
5932 $as_echo_n "(cached) " >&6
5933else
5934
5935# These are sane defaults that work on at least a few old systems.
5936# [They come from Ultrix. What could be older than Ultrix?!! ;)]
5937
5938# Character class describing NM global symbol codes.
5939symcode='[BCDEGRST]'
5940
5941# Regexp to match symbols that can be accessed directly from C.
5942sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5943
5944# Define system-specific variables.
5945case $host_os in
5946aix*)
5947 symcode='[BCDT]'
5948 ;;
5949cygwin* | mingw* | pw32* | cegcc*)
5950 symcode='[ABCDGISTW]'
5951 ;;
5952hpux*)
5953 if test "$host_cpu" = ia64; then
5954 symcode='[ABCDEGRST]'
5955 fi
5956 ;;
5957irix* | nonstopux*)
5958 symcode='[BCDEGRST]'
5959 ;;
5960osf*)
5961 symcode='[BCDEGQRST]'
5962 ;;
5963solaris*)
5964 symcode='[BDRT]'
5965 ;;
5966sco3.2v5*)
5967 symcode='[DT]'
5968 ;;
5969sysv4.2uw2*)
5970 symcode='[DT]'
5971 ;;
5972sysv5* | sco5v6* | unixware* | OpenUNIX*)
5973 symcode='[ABDT]'
5974 ;;
5975sysv4)
5976 symcode='[DFNSTU]'
5977 ;;
5978esac
5979
5980# If we're using GNU nm, then use its standard symbol codes.
5981case `$NM -V 2>&1` in
5982*GNU* | *'with BFD'*)
5983 symcode='[ABCDGIRSTW]' ;;
5984esac
5985
5986# Transform an extracted symbol line into a proper C declaration.
5987# Some systems (esp. on ia64) link data and code symbols differently,
5988# so use this general approach.
5989lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5990
5991# Transform an extracted symbol line into symbol name and symbol address
5992lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\)[ ]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5993lt_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'"
5994
5995# Handle CRLF in mingw tool chain
5996opt_cr=
5997case $build_os in
5998mingw*)
5999 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6000 ;;
6001esac
6002
6003# Try without a prefix underscore, then with it.
6004for ac_symprfx in "" "_"; do
6005
6006 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6007 symxfrm="\\1 $ac_symprfx\\2 \\2"
6008
6009 # Write the raw and C identifiers.
6010 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6011 # Fake it for dumpbin and say T for any non-static function
6012 # and D for any global variable.
6013 # Also find C++ and __fastcall symbols from MSVC++,
6014 # which start with @ or ?.
6015 lt_cv_sys_global_symbol_pipe="$AWK '"\
6016" {last_section=section; section=\$ 3};"\
6017" /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\
6018" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6019" \$ 0!~/External *\|/{next};"\
6020" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6021" {if(hide[section]) next};"\
6022" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6023" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6024" s[1]~/^[@?]/{print s[1], s[1]; next};"\
6025" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6026" ' prfx=^$ac_symprfx"
6027 else
6028 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6029 fi
6030 lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'"
6031
6032 # Check to see that the pipe works correctly.
6033 pipe_works=no
6034
6035 rm -f conftest*
6036 cat > conftest.$ac_ext <<_LT_EOF
6037#ifdef __cplusplus
6038extern "C" {
6039#endif
6040char nm_test_var;
6041void nm_test_func(void);
6042void nm_test_func(void){}
6043#ifdef __cplusplus
6044}
6045#endif
6046int main(){nm_test_var='a';nm_test_func();return(0);}
6047_LT_EOF
6048
6049 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6050 (eval $ac_compile) 2>&5
6051 ac_status=$?
6052 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6053 test $ac_status = 0; }; then
6054 # Now try to grab the symbols.
6055 nlist=conftest.nm
6056 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6057 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6058 ac_status=$?
6059 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6060 test $ac_status = 0; } && test -s "$nlist"; then
6061 # Try sorting and uniquifying the output.
6062 if sort "$nlist" | uniq > "$nlist"T; then
6063 mv -f "$nlist"T "$nlist"
6064 else
6065 rm -f "$nlist"T
6066 fi
6067
6068 # Make sure that we snagged all the symbols we need.
6069 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6070 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6071 cat <<_LT_EOF > conftest.$ac_ext
6072/* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */
6073#if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE)
6074/* DATA imports from DLLs on WIN32 con't be const, because runtime
6075 relocations are performed -- see ld's documentation on pseudo-relocs. */
6076# define LT_DLSYM_CONST
6077#elif defined(__osf__)
6078/* This system does not cope well with relocations in const data. */
6079# define LT_DLSYM_CONST
6080#else
6081# define LT_DLSYM_CONST const
6082#endif
6083
6084#ifdef __cplusplus
6085extern "C" {
6086#endif
6087
6088_LT_EOF
6089 # Now generate the symbol file.
6090 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6091
6092 cat <<_LT_EOF >> conftest.$ac_ext
6093
6094/* The mapping between symbol names and symbols. */
6095LT_DLSYM_CONST struct {
6096 const char *name;
6097 void *address;
6098}
6099lt__PROGRAM__LTX_preloaded_symbols[] =
6100{
6101 { "@PROGRAM@", (void *) 0 },
6102_LT_EOF
6103 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6104 cat <<\_LT_EOF >> conftest.$ac_ext
6105 {0, (void *) 0}
6106};
6107
6108/* This works around a problem in FreeBSD linker */
6109#ifdef FREEBSD_WORKAROUND
6110static const void *lt_preloaded_setup() {
6111 return lt__PROGRAM__LTX_preloaded_symbols;
6112}
6113#endif
6114
6115#ifdef __cplusplus
6116}
6117#endif
6118_LT_EOF
6119 # Now try linking the two files.
6120 mv conftest.$ac_objext conftstm.$ac_objext
6121 lt_globsym_save_LIBS=$LIBS
6122 lt_globsym_save_CFLAGS=$CFLAGS
6123 LIBS="conftstm.$ac_objext"
6124 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6125 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6126 (eval $ac_link) 2>&5
6127 ac_status=$?
6128 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6129 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6130 pipe_works=yes
6131 fi
6132 LIBS=$lt_globsym_save_LIBS
6133 CFLAGS=$lt_globsym_save_CFLAGS
6134 else
6135 echo "cannot find nm_test_func in $nlist" >&5
6136 fi
6137 else
6138 echo "cannot find nm_test_var in $nlist" >&5
6139 fi
6140 else
6141 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6142 fi
6143 else
6144 echo "$progname: failed program was:" >&5
6145 cat conftest.$ac_ext >&5
6146 fi
6147 rm -rf conftest* conftst*
6148
6149 # Do not use the global_symbol_pipe unless it works.
6150 if test "$pipe_works" = yes; then
6151 break
6152 else
6153 lt_cv_sys_global_symbol_pipe=
6154 fi
6155done
6156
6157fi
6158
6159if test -z "$lt_cv_sys_global_symbol_pipe"; then
6160 lt_cv_sys_global_symbol_to_cdecl=
6161fi
6162if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6164$as_echo "failed" >&6; }
6165else
6166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6167$as_echo "ok" >&6; }
6168fi
6169
6170# Response file support.
6171if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6172 nm_file_list_spec='@'
6173elif $NM --help 2>/dev/null | grep '[@]FILE' >/dev/null; then
6174 nm_file_list_spec='@'
6175fi
6176
6177
6178
6179
6180
6181
6182
6183
6184
6185
6186
6187
6188
6189
6190
6191
6192
6193
6194
6195
6196
6197
6198
6199
6200
6201
6202
6203{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5
6204$as_echo_n "checking for sysroot... " >&6; }
6205
6206# Check whether --with-sysroot was given.
6207if test "${with_sysroot+set}" = set; then :
6208 withval=$with_sysroot;
6209else
6210 with_sysroot=no
6211fi
6212
6213
6214lt_sysroot=
6215case ${with_sysroot} in #(
6216 yes)
6217 if test "$GCC" = yes; then
6218 lt_sysroot=`$CC --print-sysroot 2>/dev/null`
6219 fi
6220 ;; #(
6221 /*)
6222 lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
6223 ;; #(
6224 no|'')
6225 ;; #(
6226 *)
6227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${with_sysroot}" >&5
6228$as_echo "${with_sysroot}" >&6; }
6229 as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5
6230 ;;
6231esac
6232
6233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5
6234$as_echo "${lt_sysroot:-no}" >&6; }
6235
6236
6237
6238
6239
6240# Check whether --enable-libtool-lock was given.
6241if test "${enable_libtool_lock+set}" = set; then :
6242 enableval=$enable_libtool_lock;
6243fi
6244
6245test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6246
6247# Some flags need to be propagated to the compiler or linker for good
6248# libtool support.
6249case $host in
6250ia64-*-hpux*)
6251 # Find out which ABI we are using.
6252 echo 'int i;' > conftest.$ac_ext
6253 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6254 (eval $ac_compile) 2>&5
6255 ac_status=$?
6256 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6257 test $ac_status = 0; }; then
6258 case `/usr/bin/file conftest.$ac_objext` in
6259 *ELF-32*)
6260 HPUX_IA64_MODE="32"
6261 ;;
6262 *ELF-64*)
6263 HPUX_IA64_MODE="64"
6264 ;;
6265 esac
6266 fi
6267 rm -rf conftest*
6268 ;;
6269*-*-irix6*)
6270 # Find out which ABI we are using.
6271 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6272 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6273 (eval $ac_compile) 2>&5
6274 ac_status=$?
6275 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6276 test $ac_status = 0; }; then
6277 if test "$lt_cv_prog_gnu_ld" = yes; then
6278 case `/usr/bin/file conftest.$ac_objext` in
6279 *32-bit*)
6280 LD="${LD-ld} -melf32bsmip"
6281 ;;
6282 *N32*)
6283 LD="${LD-ld} -melf32bmipn32"
6284 ;;
6285 *64-bit*)
6286 LD="${LD-ld} -melf64bmip"
6287 ;;
6288 esac
6289 else
6290 case `/usr/bin/file conftest.$ac_objext` in
6291 *32-bit*)
6292 LD="${LD-ld} -32"
6293 ;;
6294 *N32*)
6295 LD="${LD-ld} -n32"
6296 ;;
6297 *64-bit*)
6298 LD="${LD-ld} -64"
6299 ;;
6300 esac
6301 fi
6302 fi
6303 rm -rf conftest*
6304 ;;
6305
6306x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6307s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6308 # Find out which ABI we are using.
6309 echo 'int i;' > conftest.$ac_ext
6310 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6311 (eval $ac_compile) 2>&5
6312 ac_status=$?
6313 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6314 test $ac_status = 0; }; then
6315 case `/usr/bin/file conftest.o` in
6316 *32-bit*)
6317 case $host in
6318 x86_64-*kfreebsd*-gnu)
6319 LD="${LD-ld} -m elf_i386_fbsd"
6320 ;;
6321 x86_64-*linux*)
6322 case `/usr/bin/file conftest.o` in
6323 *x86-64*)
6324 LD="${LD-ld} -m elf32_x86_64"
6325 ;;
6326 *)
6327 LD="${LD-ld} -m elf_i386"
6328 ;;
6329 esac
6330 ;;
6331 powerpc64le-*)
6332 LD="${LD-ld} -m elf32lppclinux"
6333 ;;
6334 powerpc64-*)
6335 LD="${LD-ld} -m elf32ppclinux"
6336 ;;
6337 s390x-*linux*)
6338 LD="${LD-ld} -m elf_s390"
6339 ;;
6340 sparc64-*linux*)
6341 LD="${LD-ld} -m elf32_sparc"
6342 ;;
6343 esac
6344 ;;
6345 *64-bit*)
6346 case $host in
6347 x86_64-*kfreebsd*-gnu)
6348 LD="${LD-ld} -m elf_x86_64_fbsd"
6349 ;;
6350 x86_64-*linux*)
6351 LD="${LD-ld} -m elf_x86_64"
6352 ;;
6353 powerpcle-*)
6354 LD="${LD-ld} -m elf64lppc"
6355 ;;
6356 powerpc-*)
6357 LD="${LD-ld} -m elf64ppc"
6358 ;;
6359 s390*-*linux*|s390*-*tpf*)
6360 LD="${LD-ld} -m elf64_s390"
6361 ;;
6362 sparc*-*linux*)
6363 LD="${LD-ld} -m elf64_sparc"
6364 ;;
6365 esac
6366 ;;
6367 esac
6368 fi
6369 rm -rf conftest*
6370 ;;
6371
6372*-*-sco3.2v5*)
6373 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6374 SAVE_CFLAGS="$CFLAGS"
6375 CFLAGS="$CFLAGS -belf"
6376 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6377$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6378if ${lt_cv_cc_needs_belf+:} false; then :
6379 $as_echo_n "(cached) " >&6
6380else
6381 ac_ext=c
6382ac_cpp='$CPP $CPPFLAGS'
6383ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6384ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6385ac_compiler_gnu=$ac_cv_c_compiler_gnu
6386
6387 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6388/* end confdefs.h. */
6389
6390int
6391main ()
6392{
6393
6394 ;
6395 return 0;
6396}
6397_ACEOF
6398if ac_fn_c_try_link "$LINENO"; then :
6399 lt_cv_cc_needs_belf=yes
6400else
6401 lt_cv_cc_needs_belf=no
6402fi
6403rm -f core conftest.err conftest.$ac_objext \
6404 conftest$ac_exeext conftest.$ac_ext
6405 ac_ext=c
6406ac_cpp='$CPP $CPPFLAGS'
6407ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6408ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6409ac_compiler_gnu=$ac_cv_c_compiler_gnu
6410
6411fi
6412{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
6413$as_echo "$lt_cv_cc_needs_belf" >&6; }
6414 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6415 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6416 CFLAGS="$SAVE_CFLAGS"
6417 fi
6418 ;;
6419*-*solaris*)
6420 # Find out which ABI we are using.
6421 echo 'int i;' > conftest.$ac_ext
6422 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6423 (eval $ac_compile) 2>&5
6424 ac_status=$?
6425 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6426 test $ac_status = 0; }; then
6427 case `/usr/bin/file conftest.o` in
6428 *64-bit*)
6429 case $lt_cv_prog_gnu_ld in
6430 yes*)
6431 case $host in
6432 i?86-*-solaris*)
6433 LD="${LD-ld} -m elf_x86_64"
6434 ;;
6435 sparc*-*-solaris*)
6436 LD="${LD-ld} -m elf64_sparc"
6437 ;;
6438 esac
6439 # GNU ld 2.21 introduced _sol2 emulations. Use them if available.
6440 if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then
6441 LD="${LD-ld}_sol2"
6442 fi
6443 ;;
6444 *)
6445 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6446 LD="${LD-ld} -64"
6447 fi
6448 ;;
6449 esac
6450 ;;
6451 esac
6452 fi
6453 rm -rf conftest*
6454 ;;
6455esac
6456
6457need_locks="$enable_libtool_lock"
6458
6459if test -n "$ac_tool_prefix"; then
6460 # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args.
6461set dummy ${ac_tool_prefix}mt; ac_word=$2
6462{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6463$as_echo_n "checking for $ac_word... " >&6; }
6464if ${ac_cv_prog_MANIFEST_TOOL+:} false; then :
6465 $as_echo_n "(cached) " >&6
6466else
6467 if test -n "$MANIFEST_TOOL"; then
6468 ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # Let the user override the test.
6469else
6470as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6471for as_dir in $PATH
6472do
6473 IFS=$as_save_IFS
6474 test -z "$as_dir" && as_dir=.
6475 for ac_exec_ext in '' $ac_executable_extensions; do
6476 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6477 ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
6478 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6479 break 2
6480 fi
6481done
6482 done
6483IFS=$as_save_IFS
6484
6485fi
6486fi
6487MANIFEST_TOOL=$ac_cv_prog_MANIFEST_TOOL
6488if test -n "$MANIFEST_TOOL"; then
6489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5
6490$as_echo "$MANIFEST_TOOL" >&6; }
6491else
6492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6493$as_echo "no" >&6; }
6494fi
6495
6496
6497fi
6498if test -z "$ac_cv_prog_MANIFEST_TOOL"; then
6499 ac_ct_MANIFEST_TOOL=$MANIFEST_TOOL
6500 # Extract the first word of "mt", so it can be a program name with args.
6501set dummy mt; ac_word=$2
6502{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6503$as_echo_n "checking for $ac_word... " >&6; }
6504if ${ac_cv_prog_ac_ct_MANIFEST_TOOL+:} false; then :
6505 $as_echo_n "(cached) " >&6
6506else
6507 if test -n "$ac_ct_MANIFEST_TOOL"; then
6508 ac_cv_prog_ac_ct_MANIFEST_TOOL="$ac_ct_MANIFEST_TOOL" # Let the user override the test.
6509else
6510as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6511for as_dir in $PATH
6512do
6513 IFS=$as_save_IFS
6514 test -z "$as_dir" && as_dir=.
6515 for ac_exec_ext in '' $ac_executable_extensions; do
6516 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6517 ac_cv_prog_ac_ct_MANIFEST_TOOL="mt"
6518 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6519 break 2
6520 fi
6521done
6522 done
6523IFS=$as_save_IFS
6524
6525fi
6526fi
6527ac_ct_MANIFEST_TOOL=$ac_cv_prog_ac_ct_MANIFEST_TOOL
6528if test -n "$ac_ct_MANIFEST_TOOL"; then
6529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MANIFEST_TOOL" >&5
6530$as_echo "$ac_ct_MANIFEST_TOOL" >&6; }
6531else
6532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6533$as_echo "no" >&6; }
6534fi
6535
6536 if test "x$ac_ct_MANIFEST_TOOL" = x; then
6537 MANIFEST_TOOL=":"
6538 else
6539 case $cross_compiling:$ac_tool_warned in
6540yes:)
6541{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6542$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6543ac_tool_warned=yes ;;
6544esac
6545 MANIFEST_TOOL=$ac_ct_MANIFEST_TOOL
6546 fi
6547else
6548 MANIFEST_TOOL="$ac_cv_prog_MANIFEST_TOOL"
6549fi
6550
6551test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt
6552{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5
6553$as_echo_n "checking if $MANIFEST_TOOL is a manifest tool... " >&6; }
6554if ${lt_cv_path_mainfest_tool+:} false; then :
6555 $as_echo_n "(cached) " >&6
6556else
6557 lt_cv_path_mainfest_tool=no
6558 echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&5
6559 $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out
6560 cat conftest.err >&5
6561 if $GREP 'Manifest Tool' conftest.out > /dev/null; then
6562 lt_cv_path_mainfest_tool=yes
6563 fi
6564 rm -f conftest*
6565fi
6566{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5
6567$as_echo "$lt_cv_path_mainfest_tool" >&6; }
6568if test "x$lt_cv_path_mainfest_tool" != xyes; then
6569 MANIFEST_TOOL=:
6570fi
6571
6572
6573
6574
6575
6576
6577 case $host_os in
6578 rhapsody* | darwin*)
6579 if test -n "$ac_tool_prefix"; then
6580 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6581set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6582{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6583$as_echo_n "checking for $ac_word... " >&6; }
6584if ${ac_cv_prog_DSYMUTIL+:} false; then :
6585 $as_echo_n "(cached) " >&6
6586else
6587 if test -n "$DSYMUTIL"; then
6588 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6589else
6590as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6591for as_dir in $PATH
6592do
6593 IFS=$as_save_IFS
6594 test -z "$as_dir" && as_dir=.
6595 for ac_exec_ext in '' $ac_executable_extensions; do
6596 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6597 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
6598 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6599 break 2
6600 fi
6601done
6602 done
6603IFS=$as_save_IFS
6604
6605fi
6606fi
6607DSYMUTIL=$ac_cv_prog_DSYMUTIL
6608if test -n "$DSYMUTIL"; then
6609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
6610$as_echo "$DSYMUTIL" >&6; }
6611else
6612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6613$as_echo "no" >&6; }
6614fi
6615
6616
6617fi
6618if test -z "$ac_cv_prog_DSYMUTIL"; then
6619 ac_ct_DSYMUTIL=$DSYMUTIL
6620 # Extract the first word of "dsymutil", so it can be a program name with args.
6621set dummy dsymutil; ac_word=$2
6622{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6623$as_echo_n "checking for $ac_word... " >&6; }
6624if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6625 $as_echo_n "(cached) " >&6
6626else
6627 if test -n "$ac_ct_DSYMUTIL"; then
6628 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6629else
6630as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6631for as_dir in $PATH
6632do
6633 IFS=$as_save_IFS
6634 test -z "$as_dir" && as_dir=.
6635 for ac_exec_ext in '' $ac_executable_extensions; do
6636 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6637 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
6638 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6639 break 2
6640 fi
6641done
6642 done
6643IFS=$as_save_IFS
6644
6645fi
6646fi
6647ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6648if test -n "$ac_ct_DSYMUTIL"; then
6649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
6650$as_echo "$ac_ct_DSYMUTIL" >&6; }
6651else
6652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6653$as_echo "no" >&6; }
6654fi
6655
6656 if test "x$ac_ct_DSYMUTIL" = x; then
6657 DSYMUTIL=":"
6658 else
6659 case $cross_compiling:$ac_tool_warned in
6660yes:)
6661{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6662$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6663ac_tool_warned=yes ;;
6664esac
6665 DSYMUTIL=$ac_ct_DSYMUTIL
6666 fi
6667else
6668 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6669fi
6670
6671 if test -n "$ac_tool_prefix"; then
6672 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6673set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6674{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6675$as_echo_n "checking for $ac_word... " >&6; }
6676if ${ac_cv_prog_NMEDIT+:} false; then :
6677 $as_echo_n "(cached) " >&6
6678else
6679 if test -n "$NMEDIT"; then
6680 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6681else
6682as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6683for as_dir in $PATH
6684do
6685 IFS=$as_save_IFS
6686 test -z "$as_dir" && as_dir=.
6687 for ac_exec_ext in '' $ac_executable_extensions; do
6688 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6689 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6690 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6691 break 2
6692 fi
6693done
6694 done
6695IFS=$as_save_IFS
6696
6697fi
6698fi
6699NMEDIT=$ac_cv_prog_NMEDIT
6700if test -n "$NMEDIT"; then
6701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
6702$as_echo "$NMEDIT" >&6; }
6703else
6704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6705$as_echo "no" >&6; }
6706fi
6707
6708
6709fi
6710if test -z "$ac_cv_prog_NMEDIT"; then
6711 ac_ct_NMEDIT=$NMEDIT
6712 # Extract the first word of "nmedit", so it can be a program name with args.
6713set dummy nmedit; ac_word=$2
6714{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6715$as_echo_n "checking for $ac_word... " >&6; }
6716if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6717 $as_echo_n "(cached) " >&6
6718else
6719 if test -n "$ac_ct_NMEDIT"; then
6720 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6721else
6722as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6723for as_dir in $PATH
6724do
6725 IFS=$as_save_IFS
6726 test -z "$as_dir" && as_dir=.
6727 for ac_exec_ext in '' $ac_executable_extensions; do
6728 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6729 ac_cv_prog_ac_ct_NMEDIT="nmedit"
6730 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6731 break 2
6732 fi
6733done
6734 done
6735IFS=$as_save_IFS
6736
6737fi
6738fi
6739ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6740if test -n "$ac_ct_NMEDIT"; then
6741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
6742$as_echo "$ac_ct_NMEDIT" >&6; }
6743else
6744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6745$as_echo "no" >&6; }
6746fi
6747
6748 if test "x$ac_ct_NMEDIT" = x; then
6749 NMEDIT=":"
6750 else
6751 case $cross_compiling:$ac_tool_warned in
6752yes:)
6753{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6754$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6755ac_tool_warned=yes ;;
6756esac
6757 NMEDIT=$ac_ct_NMEDIT
6758 fi
6759else
6760 NMEDIT="$ac_cv_prog_NMEDIT"
6761fi
6762
6763 if test -n "$ac_tool_prefix"; then
6764 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6765set dummy ${ac_tool_prefix}lipo; ac_word=$2
6766{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6767$as_echo_n "checking for $ac_word... " >&6; }
6768if ${ac_cv_prog_LIPO+:} false; then :
6769 $as_echo_n "(cached) " >&6
6770else
6771 if test -n "$LIPO"; then
6772 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6773else
6774as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6775for as_dir in $PATH
6776do
6777 IFS=$as_save_IFS
6778 test -z "$as_dir" && as_dir=.
6779 for ac_exec_ext in '' $ac_executable_extensions; do
6780 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6781 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6782 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6783 break 2
6784 fi
6785done
6786 done
6787IFS=$as_save_IFS
6788
6789fi
6790fi
6791LIPO=$ac_cv_prog_LIPO
6792if test -n "$LIPO"; then
6793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6794$as_echo "$LIPO" >&6; }
6795else
6796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6797$as_echo "no" >&6; }
6798fi
6799
6800
6801fi
6802if test -z "$ac_cv_prog_LIPO"; then
6803 ac_ct_LIPO=$LIPO
6804 # Extract the first word of "lipo", so it can be a program name with args.
6805set dummy lipo; ac_word=$2
6806{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6807$as_echo_n "checking for $ac_word... " >&6; }
6808if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6809 $as_echo_n "(cached) " >&6
6810else
6811 if test -n "$ac_ct_LIPO"; then
6812 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6813else
6814as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6815for as_dir in $PATH
6816do
6817 IFS=$as_save_IFS
6818 test -z "$as_dir" && as_dir=.
6819 for ac_exec_ext in '' $ac_executable_extensions; do
6820 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6821 ac_cv_prog_ac_ct_LIPO="lipo"
6822 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6823 break 2
6824 fi
6825done
6826 done
6827IFS=$as_save_IFS
6828
6829fi
6830fi
6831ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6832if test -n "$ac_ct_LIPO"; then
6833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6834$as_echo "$ac_ct_LIPO" >&6; }
6835else
6836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6837$as_echo "no" >&6; }
6838fi
6839
6840 if test "x$ac_ct_LIPO" = x; then
6841 LIPO=":"
6842 else
6843 case $cross_compiling:$ac_tool_warned in
6844yes:)
6845{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6846$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6847ac_tool_warned=yes ;;
6848esac
6849 LIPO=$ac_ct_LIPO
6850 fi
6851else
6852 LIPO="$ac_cv_prog_LIPO"
6853fi
6854
6855 if test -n "$ac_tool_prefix"; then
6856 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6857set dummy ${ac_tool_prefix}otool; ac_word=$2
6858{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6859$as_echo_n "checking for $ac_word... " >&6; }
6860if ${ac_cv_prog_OTOOL+:} false; then :
6861 $as_echo_n "(cached) " >&6
6862else
6863 if test -n "$OTOOL"; then
6864 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6865else
6866as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6867for as_dir in $PATH
6868do
6869 IFS=$as_save_IFS
6870 test -z "$as_dir" && as_dir=.
6871 for ac_exec_ext in '' $ac_executable_extensions; do
6872 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6873 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6874 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6875 break 2
6876 fi
6877done
6878 done
6879IFS=$as_save_IFS
6880
6881fi
6882fi
6883OTOOL=$ac_cv_prog_OTOOL
6884if test -n "$OTOOL"; then
6885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6886$as_echo "$OTOOL" >&6; }
6887else
6888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6889$as_echo "no" >&6; }
6890fi
6891
6892
6893fi
6894if test -z "$ac_cv_prog_OTOOL"; then
6895 ac_ct_OTOOL=$OTOOL
6896 # Extract the first word of "otool", so it can be a program name with args.
6897set dummy otool; ac_word=$2
6898{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6899$as_echo_n "checking for $ac_word... " >&6; }
6900if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6901 $as_echo_n "(cached) " >&6
6902else
6903 if test -n "$ac_ct_OTOOL"; then
6904 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6905else
6906as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6907for as_dir in $PATH
6908do
6909 IFS=$as_save_IFS
6910 test -z "$as_dir" && as_dir=.
6911 for ac_exec_ext in '' $ac_executable_extensions; do
6912 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6913 ac_cv_prog_ac_ct_OTOOL="otool"
6914 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6915 break 2
6916 fi
6917done
6918 done
6919IFS=$as_save_IFS
6920
6921fi
6922fi
6923ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6924if test -n "$ac_ct_OTOOL"; then
6925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6926$as_echo "$ac_ct_OTOOL" >&6; }
6927else
6928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6929$as_echo "no" >&6; }
6930fi
6931
6932 if test "x$ac_ct_OTOOL" = x; then
6933 OTOOL=":"
6934 else
6935 case $cross_compiling:$ac_tool_warned in
6936yes:)
6937{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6938$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6939ac_tool_warned=yes ;;
6940esac
6941 OTOOL=$ac_ct_OTOOL
6942 fi
6943else
6944 OTOOL="$ac_cv_prog_OTOOL"
6945fi
6946
6947 if test -n "$ac_tool_prefix"; then
6948 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6949set dummy ${ac_tool_prefix}otool64; ac_word=$2
6950{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6951$as_echo_n "checking for $ac_word... " >&6; }
6952if ${ac_cv_prog_OTOOL64+:} false; then :
6953 $as_echo_n "(cached) " >&6
6954else
6955 if test -n "$OTOOL64"; then
6956 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6957else
6958as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6959for as_dir in $PATH
6960do
6961 IFS=$as_save_IFS
6962 test -z "$as_dir" && as_dir=.
6963 for ac_exec_ext in '' $ac_executable_extensions; do
6964 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6965 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6966 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6967 break 2
6968 fi
6969done
6970 done
6971IFS=$as_save_IFS
6972
6973fi
6974fi
6975OTOOL64=$ac_cv_prog_OTOOL64
6976if test -n "$OTOOL64"; then
6977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6978$as_echo "$OTOOL64" >&6; }
6979else
6980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6981$as_echo "no" >&6; }
6982fi
6983
6984
6985fi
6986if test -z "$ac_cv_prog_OTOOL64"; then
6987 ac_ct_OTOOL64=$OTOOL64
6988 # Extract the first word of "otool64", so it can be a program name with args.
6989set dummy otool64; ac_word=$2
6990{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6991$as_echo_n "checking for $ac_word... " >&6; }
6992if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
6993 $as_echo_n "(cached) " >&6
6994else
6995 if test -n "$ac_ct_OTOOL64"; then
6996 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6997else
6998as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6999for as_dir in $PATH
7000do
7001 IFS=$as_save_IFS
7002 test -z "$as_dir" && as_dir=.
7003 for ac_exec_ext in '' $ac_executable_extensions; do
7004 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7005 ac_cv_prog_ac_ct_OTOOL64="otool64"
7006 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7007 break 2
7008 fi
7009done
7010 done
7011IFS=$as_save_IFS
7012
7013fi
7014fi
7015ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7016if test -n "$ac_ct_OTOOL64"; then
7017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7018$as_echo "$ac_ct_OTOOL64" >&6; }
7019else
7020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7021$as_echo "no" >&6; }
7022fi
7023
7024 if test "x$ac_ct_OTOOL64" = x; then
7025 OTOOL64=":"
7026 else
7027 case $cross_compiling:$ac_tool_warned in
7028yes:)
7029{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7030$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7031ac_tool_warned=yes ;;
7032esac
7033 OTOOL64=$ac_ct_OTOOL64
7034 fi
7035else
7036 OTOOL64="$ac_cv_prog_OTOOL64"
7037fi
7038
7039
7040
7041
7042
7043
7044
7045
7046
7047
7048
7049
7050
7051
7052
7053
7054
7055
7056
7057
7058
7059
7060
7061
7062
7063
7064
7065 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7066$as_echo_n "checking for -single_module linker flag... " >&6; }
7067if ${lt_cv_apple_cc_single_mod+:} false; then :
7068 $as_echo_n "(cached) " >&6
7069else
7070 lt_cv_apple_cc_single_mod=no
7071 if test -z "${LT_MULTI_MODULE}"; then
7072 # By default we will add the -single_module flag. You can override
7073 # by either setting the environment variable LT_MULTI_MODULE
7074 # non-empty at configure time, or by adding -multi_module to the
7075 # link flags.
7076 rm -rf libconftest.dylib*
7077 echo "int foo(void){return 1;}" > conftest.c
7078 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7079-dynamiclib -Wl,-single_module conftest.c" >&5
7080 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7081 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7082 _lt_result=$?
7083 # If there is a non-empty error log, and "single_module"
7084 # appears in it, assume the flag caused a linker warning
7085 if test -s conftest.err && $GREP single_module conftest.err; then
7086 cat conftest.err >&5
7087 # Otherwise, if the output was created with a 0 exit code from
7088 # the compiler, it worked.
7089 elif test -f libconftest.dylib && test $_lt_result -eq 0; then
7090 lt_cv_apple_cc_single_mod=yes
7091 else
7092 cat conftest.err >&5
7093 fi
7094 rm -rf libconftest.dylib*
7095 rm -f conftest.*
7096 fi
7097fi
7098{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7099$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7100
7101 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7102$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7103if ${lt_cv_ld_exported_symbols_list+:} false; then :
7104 $as_echo_n "(cached) " >&6
7105else
7106 lt_cv_ld_exported_symbols_list=no
7107 save_LDFLAGS=$LDFLAGS
7108 echo "_main" > conftest.sym
7109 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7110 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7111/* end confdefs.h. */
7112
7113int
7114main ()
7115{
7116
7117 ;
7118 return 0;
7119}
7120_ACEOF
7121if ac_fn_c_try_link "$LINENO"; then :
7122 lt_cv_ld_exported_symbols_list=yes
7123else
7124 lt_cv_ld_exported_symbols_list=no
7125fi
7126rm -f core conftest.err conftest.$ac_objext \
7127 conftest$ac_exeext conftest.$ac_ext
7128 LDFLAGS="$save_LDFLAGS"
7129
7130fi
7131{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7132$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7133
7134 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7135$as_echo_n "checking for -force_load linker flag... " >&6; }
7136if ${lt_cv_ld_force_load+:} false; then :
7137 $as_echo_n "(cached) " >&6
7138else
7139 lt_cv_ld_force_load=no
7140 cat > conftest.c << _LT_EOF
7141int forced_loaded() { return 2;}
7142_LT_EOF
7143 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7144 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7145 echo "$AR cru libconftest.a conftest.o" >&5
7146 $AR cru libconftest.a conftest.o 2>&5
7147 echo "$RANLIB libconftest.a" >&5
7148 $RANLIB libconftest.a 2>&5
7149 cat > conftest.c << _LT_EOF
7150int main() { return 0;}
7151_LT_EOF
7152 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7153 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7154 _lt_result=$?
7155 if test -s conftest.err && $GREP force_load conftest.err; then
7156 cat conftest.err >&5
7157 elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then
7158 lt_cv_ld_force_load=yes
7159 else
7160 cat conftest.err >&5
7161 fi
7162 rm -f conftest.err libconftest.a conftest conftest.c
7163 rm -rf conftest.dSYM
7164
7165fi
7166{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7167$as_echo "$lt_cv_ld_force_load" >&6; }
7168 case $host_os in
7169 rhapsody* | darwin1.[012])
7170 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7171 darwin1.*)
7172 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7173 darwin*) # darwin 5.x on
7174 # if running on 10.5 or later, the deployment target defaults
7175 # to the OS version, if on x86, and 10.4, the deployment
7176 # target defaults to 10.4. Don't you love it?
7177 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7178 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7179 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7180 10.[012]*)
7181 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7182 10.*)
7183 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7184 esac
7185 ;;
7186 esac
7187 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7188 _lt_dar_single_mod='$single_module'
7189 fi
7190 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7191 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7192 else
7193 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7194 fi
7195 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7196 _lt_dsymutil='~$DSYMUTIL $lib || :'
7197 else
7198 _lt_dsymutil=
7199 fi
7200 ;;
7201 esac
7202
7203ac_ext=c
7204ac_cpp='$CPP $CPPFLAGS'
7205ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7206ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7207ac_compiler_gnu=$ac_cv_c_compiler_gnu
7208{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
7209$as_echo_n "checking how to run the C preprocessor... " >&6; }
7210# On Suns, sometimes $CPP names a directory.
7211if test -n "$CPP" && test -d "$CPP"; then
7212 CPP=
7213fi
7214if test -z "$CPP"; then
7215 if ${ac_cv_prog_CPP+:} false; then :
7216 $as_echo_n "(cached) " >&6
7217else
7218 # Double quotes because CPP needs to be expanded
7219 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
7220 do
7221 ac_preproc_ok=false
7222for ac_c_preproc_warn_flag in '' yes
7223do
7224 # Use a header file that comes with gcc, so configuring glibc
7225 # with a fresh cross-compiler works.
7226 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7227 # <limits.h> exists even on freestanding compilers.
7228 # On the NeXT, cc -E runs the code through the compiler's parser,
7229 # not just through cpp. "Syntax error" is here to catch this case.
7230 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7231/* end confdefs.h. */
7232#ifdef __STDC__
7233# include <limits.h>
7234#else
7235# include <assert.h>
7236#endif
7237 Syntax error
7238_ACEOF
7239if ac_fn_c_try_cpp "$LINENO"; then :
7240
7241else
7242 # Broken: fails on valid input.
7243continue
7244fi
7245rm -f conftest.err conftest.i conftest.$ac_ext
7246
7247 # OK, works on sane cases. Now check whether nonexistent headers
7248 # can be detected and how.
7249 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7250/* end confdefs.h. */
7251#include <ac_nonexistent.h>
7252_ACEOF
7253if ac_fn_c_try_cpp "$LINENO"; then :
7254 # Broken: success on invalid input.
7255continue
7256else
7257 # Passes both tests.
7258ac_preproc_ok=:
7259break
7260fi
7261rm -f conftest.err conftest.i conftest.$ac_ext
7262
7263done
7264# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7265rm -f conftest.i conftest.err conftest.$ac_ext
7266if $ac_preproc_ok; then :
7267 break
7268fi
7269
7270 done
7271 ac_cv_prog_CPP=$CPP
7272
7273fi
7274 CPP=$ac_cv_prog_CPP
7275else
7276 ac_cv_prog_CPP=$CPP
7277fi
7278{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
7279$as_echo "$CPP" >&6; }
7280ac_preproc_ok=false
7281for ac_c_preproc_warn_flag in '' yes
7282do
7283 # Use a header file that comes with gcc, so configuring glibc
7284 # with a fresh cross-compiler works.
7285 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7286 # <limits.h> exists even on freestanding compilers.
7287 # On the NeXT, cc -E runs the code through the compiler's parser,
7288 # not just through cpp. "Syntax error" is here to catch this case.
7289 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7290/* end confdefs.h. */
7291#ifdef __STDC__
7292# include <limits.h>
7293#else
7294# include <assert.h>
7295#endif
7296 Syntax error
7297_ACEOF
7298if ac_fn_c_try_cpp "$LINENO"; then :
7299
7300else
7301 # Broken: fails on valid input.
7302continue
7303fi
7304rm -f conftest.err conftest.i conftest.$ac_ext
7305
7306 # OK, works on sane cases. Now check whether nonexistent headers
7307 # can be detected and how.
7308 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7309/* end confdefs.h. */
7310#include <ac_nonexistent.h>
7311_ACEOF
7312if ac_fn_c_try_cpp "$LINENO"; then :
7313 # Broken: success on invalid input.
7314continue
7315else
7316 # Passes both tests.
7317ac_preproc_ok=:
7318break
7319fi
7320rm -f conftest.err conftest.i conftest.$ac_ext
7321
7322done
7323# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7324rm -f conftest.i conftest.err conftest.$ac_ext
7325if $ac_preproc_ok; then :
7326
7327else
7328 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7329$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7330as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
7331See \`config.log' for more details" "$LINENO" 5; }
7332fi
7333
7334ac_ext=c
7335ac_cpp='$CPP $CPPFLAGS'
7336ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7337ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7338ac_compiler_gnu=$ac_cv_c_compiler_gnu
7339
7340
7341{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
7342$as_echo_n "checking for ANSI C header files... " >&6; }
7343if ${ac_cv_header_stdc+:} false; then :
7344 $as_echo_n "(cached) " >&6
7345else
7346 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7347/* end confdefs.h. */
7348#include <stdlib.h>
7349#include <stdarg.h>
7350#include <string.h>
7351#include <float.h>
7352
7353int
7354main ()
7355{
7356
7357 ;
7358 return 0;
7359}
7360_ACEOF
7361if ac_fn_c_try_compile "$LINENO"; then :
7362 ac_cv_header_stdc=yes
7363else
7364 ac_cv_header_stdc=no
7365fi
7366rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7367
7368if test $ac_cv_header_stdc = yes; then
7369 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7370 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7371/* end confdefs.h. */
7372#include <string.h>
7373
7374_ACEOF
7375if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7376 $EGREP "memchr" >/dev/null 2>&1; then :
7377
7378else
7379 ac_cv_header_stdc=no
7380fi
7381rm -f conftest*
7382
7383fi
7384
7385if test $ac_cv_header_stdc = yes; then
7386 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7387 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7388/* end confdefs.h. */
7389#include <stdlib.h>
7390
7391_ACEOF
7392if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7393 $EGREP "free" >/dev/null 2>&1; then :
7394
7395else
7396 ac_cv_header_stdc=no
7397fi
7398rm -f conftest*
7399
7400fi
7401
7402if test $ac_cv_header_stdc = yes; then
7403 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7404 if test "$cross_compiling" = yes; then :
7405 :
7406else
7407 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7408/* end confdefs.h. */
7409#include <ctype.h>
7410#include <stdlib.h>
7411#if ((' ' & 0x0FF) == 0x020)
7412# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7413# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7414#else
7415# define ISLOWER(c) \
7416 (('a' <= (c) && (c) <= 'i') \
7417 || ('j' <= (c) && (c) <= 'r') \
7418 || ('s' <= (c) && (c) <= 'z'))
7419# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7420#endif
7421
7422#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7423int
7424main ()
7425{
7426 int i;
7427 for (i = 0; i < 256; i++)
7428 if (XOR (islower (i), ISLOWER (i))
7429 || toupper (i) != TOUPPER (i))
7430 return 2;
7431 return 0;
7432}
7433_ACEOF
7434if ac_fn_c_try_run "$LINENO"; then :
7435
7436else
7437 ac_cv_header_stdc=no
7438fi
7439rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
7440 conftest.$ac_objext conftest.beam conftest.$ac_ext
7441fi
7442
7443fi
7444fi
7445{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
7446$as_echo "$ac_cv_header_stdc" >&6; }
7447if test $ac_cv_header_stdc = yes; then
7448
7449$as_echo "#define STDC_HEADERS 1" >>confdefs.h
7450
7451fi
7452
7453# On IRIX 5.3, sys/types and inttypes.h are conflicting.
7454for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7455 inttypes.h stdint.h unistd.h
7456do :
7457 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7458ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
7459"
7460if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7461 cat >>confdefs.h <<_ACEOF
7462#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7463_ACEOF
7464
7465fi
7466
7467done
7468
7469
7470for ac_header in dlfcn.h
7471do :
7472 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7473"
7474if test "x$ac_cv_header_dlfcn_h" = xyes; then :
7475 cat >>confdefs.h <<_ACEOF
7476#define HAVE_DLFCN_H 1
7477_ACEOF
7478
7479fi
7480
7481done
7482
7483
7484
7485
7486
7487# Set options
7488enable_dlopen=yes
7489enable_win32_dll=yes
7490
7491case $host in
7492*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-cegcc*)
7493 if test -n "$ac_tool_prefix"; then
7494 # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
7495set dummy ${ac_tool_prefix}as; ac_word=$2
7496{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7497$as_echo_n "checking for $ac_word... " >&6; }
7498if ${ac_cv_prog_AS+:} false; then :
7499 $as_echo_n "(cached) " >&6
7500else
7501 if test -n "$AS"; then
7502 ac_cv_prog_AS="$AS" # Let the user override the test.
7503else
7504as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7505for as_dir in $PATH
7506do
7507 IFS=$as_save_IFS
7508 test -z "$as_dir" && as_dir=.
7509 for ac_exec_ext in '' $ac_executable_extensions; do
7510 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7511 ac_cv_prog_AS="${ac_tool_prefix}as"
7512 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7513 break 2
7514 fi
7515done
7516 done
7517IFS=$as_save_IFS
7518
7519fi
7520fi
7521AS=$ac_cv_prog_AS
7522if test -n "$AS"; then
7523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
7524$as_echo "$AS" >&6; }
7525else
7526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7527$as_echo "no" >&6; }
7528fi
7529
7530
7531fi
7532if test -z "$ac_cv_prog_AS"; then
7533 ac_ct_AS=$AS
7534 # Extract the first word of "as", so it can be a program name with args.
7535set dummy as; ac_word=$2
7536{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7537$as_echo_n "checking for $ac_word... " >&6; }
7538if ${ac_cv_prog_ac_ct_AS+:} false; then :
7539 $as_echo_n "(cached) " >&6
7540else
7541 if test -n "$ac_ct_AS"; then
7542 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
7543else
7544as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7545for as_dir in $PATH
7546do
7547 IFS=$as_save_IFS
7548 test -z "$as_dir" && as_dir=.
7549 for ac_exec_ext in '' $ac_executable_extensions; do
7550 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7551 ac_cv_prog_ac_ct_AS="as"
7552 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7553 break 2
7554 fi
7555done
7556 done
7557IFS=$as_save_IFS
7558
7559fi
7560fi
7561ac_ct_AS=$ac_cv_prog_ac_ct_AS
7562if test -n "$ac_ct_AS"; then
7563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AS" >&5
7564$as_echo "$ac_ct_AS" >&6; }
7565else
7566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7567$as_echo "no" >&6; }
7568fi
7569
7570 if test "x$ac_ct_AS" = x; then
7571 AS="false"
7572 else
7573 case $cross_compiling:$ac_tool_warned in
7574yes:)
7575{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7576$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7577ac_tool_warned=yes ;;
7578esac
7579 AS=$ac_ct_AS
7580 fi
7581else
7582 AS="$ac_cv_prog_AS"
7583fi
7584
7585 if test -n "$ac_tool_prefix"; then
7586 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7587set dummy ${ac_tool_prefix}dlltool; ac_word=$2
7588{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7589$as_echo_n "checking for $ac_word... " >&6; }
7590if ${ac_cv_prog_DLLTOOL+:} false; then :
7591 $as_echo_n "(cached) " >&6
7592else
7593 if test -n "$DLLTOOL"; then
7594 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7595else
7596as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7597for as_dir in $PATH
7598do
7599 IFS=$as_save_IFS
7600 test -z "$as_dir" && as_dir=.
7601 for ac_exec_ext in '' $ac_executable_extensions; do
7602 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7603 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7604 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7605 break 2
7606 fi
7607done
7608 done
7609IFS=$as_save_IFS
7610
7611fi
7612fi
7613DLLTOOL=$ac_cv_prog_DLLTOOL
7614if test -n "$DLLTOOL"; then
7615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
7616$as_echo "$DLLTOOL" >&6; }
7617else
7618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7619$as_echo "no" >&6; }
7620fi
7621
7622
7623fi
7624if test -z "$ac_cv_prog_DLLTOOL"; then
7625 ac_ct_DLLTOOL=$DLLTOOL
7626 # Extract the first word of "dlltool", so it can be a program name with args.
7627set dummy dlltool; ac_word=$2
7628{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7629$as_echo_n "checking for $ac_word... " >&6; }
7630if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
7631 $as_echo_n "(cached) " >&6
7632else
7633 if test -n "$ac_ct_DLLTOOL"; then
7634 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7635else
7636as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7637for as_dir in $PATH
7638do
7639 IFS=$as_save_IFS
7640 test -z "$as_dir" && as_dir=.
7641 for ac_exec_ext in '' $ac_executable_extensions; do
7642 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7643 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7644 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7645 break 2
7646 fi
7647done
7648 done
7649IFS=$as_save_IFS
7650
7651fi
7652fi
7653ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7654if test -n "$ac_ct_DLLTOOL"; then
7655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
7656$as_echo "$ac_ct_DLLTOOL" >&6; }
7657else
7658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7659$as_echo "no" >&6; }
7660fi
7661
7662 if test "x$ac_ct_DLLTOOL" = x; then
7663 DLLTOOL="false"
7664 else
7665 case $cross_compiling:$ac_tool_warned in
7666yes:)
7667{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7668$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7669ac_tool_warned=yes ;;
7670esac
7671 DLLTOOL=$ac_ct_DLLTOOL
7672 fi
7673else
7674 DLLTOOL="$ac_cv_prog_DLLTOOL"
7675fi
7676
7677 if test -n "$ac_tool_prefix"; then
7678 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
7679set dummy ${ac_tool_prefix}objdump; ac_word=$2
7680{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7681$as_echo_n "checking for $ac_word... " >&6; }
7682if ${ac_cv_prog_OBJDUMP+:} false; then :
7683 $as_echo_n "(cached) " >&6
7684else
7685 if test -n "$OBJDUMP"; then
7686 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
7687else
7688as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7689for as_dir in $PATH
7690do
7691 IFS=$as_save_IFS
7692 test -z "$as_dir" && as_dir=.
7693 for ac_exec_ext in '' $ac_executable_extensions; do
7694 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7695 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
7696 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7697 break 2
7698 fi
7699done
7700 done
7701IFS=$as_save_IFS
7702
7703fi
7704fi
7705OBJDUMP=$ac_cv_prog_OBJDUMP
7706if test -n "$OBJDUMP"; then
7707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
7708$as_echo "$OBJDUMP" >&6; }
7709else
7710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7711$as_echo "no" >&6; }
7712fi
7713
7714
7715fi
7716if test -z "$ac_cv_prog_OBJDUMP"; then
7717 ac_ct_OBJDUMP=$OBJDUMP
7718 # Extract the first word of "objdump", so it can be a program name with args.
7719set dummy objdump; ac_word=$2
7720{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7721$as_echo_n "checking for $ac_word... " >&6; }
7722if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
7723 $as_echo_n "(cached) " >&6
7724else
7725 if test -n "$ac_ct_OBJDUMP"; then
7726 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
7727else
7728as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7729for as_dir in $PATH
7730do
7731 IFS=$as_save_IFS
7732 test -z "$as_dir" && as_dir=.
7733 for ac_exec_ext in '' $ac_executable_extensions; do
7734 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7735 ac_cv_prog_ac_ct_OBJDUMP="objdump"
7736 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7737 break 2
7738 fi
7739done
7740 done
7741IFS=$as_save_IFS
7742
7743fi
7744fi
7745ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
7746if test -n "$ac_ct_OBJDUMP"; then
7747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
7748$as_echo "$ac_ct_OBJDUMP" >&6; }
7749else
7750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7751$as_echo "no" >&6; }
7752fi
7753
7754 if test "x$ac_ct_OBJDUMP" = x; then
7755 OBJDUMP="false"
7756 else
7757 case $cross_compiling:$ac_tool_warned in
7758yes:)
7759{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7760$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7761ac_tool_warned=yes ;;
7762esac
7763 OBJDUMP=$ac_ct_OBJDUMP
7764 fi
7765else
7766 OBJDUMP="$ac_cv_prog_OBJDUMP"
7767fi
7768
7769 ;;
7770esac
7771
7772test -z "$AS" && AS=as
7773
7774
7775
7776
7777
7778test -z "$DLLTOOL" && DLLTOOL=dlltool
7779
7780
7781
7782
7783
7784test -z "$OBJDUMP" && OBJDUMP=objdump
7785
7786
7787
7788
7789
7790
7791
7792
7793
7794 # Check whether --enable-shared was given.
7795if test "${enable_shared+set}" = set; then :
7796 enableval=$enable_shared; p=${PACKAGE-default}
7797 case $enableval in
7798 yes) enable_shared=yes ;;
7799 no) enable_shared=no ;;
7800 *)
7801 enable_shared=no
7802 # Look at the argument we got. We use all the common list separators.
7803 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7804 for pkg in $enableval; do
7805 IFS="$lt_save_ifs"
7806 if test "X$pkg" = "X$p"; then
7807 enable_shared=yes
7808 fi
7809 done
7810 IFS="$lt_save_ifs"
7811 ;;
7812 esac
7813else
7814 enable_shared=yes
7815fi
7816
7817
7818
7819
7820
7821
7822
7823
7824
7825 # Check whether --enable-static was given.
7826if test "${enable_static+set}" = set; then :
7827 enableval=$enable_static; p=${PACKAGE-default}
7828 case $enableval in
7829 yes) enable_static=yes ;;
7830 no) enable_static=no ;;
7831 *)
7832 enable_static=no
7833 # Look at the argument we got. We use all the common list separators.
7834 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7835 for pkg in $enableval; do
7836 IFS="$lt_save_ifs"
7837 if test "X$pkg" = "X$p"; then
7838 enable_static=yes
7839 fi
7840 done
7841 IFS="$lt_save_ifs"
7842 ;;
7843 esac
7844else
7845 enable_static=yes
7846fi
7847
7848
7849
7850
7851
7852
7853
7854
7855
7856
7857# Check whether --with-pic was given.
7858if test "${with_pic+set}" = set; then :
7859 withval=$with_pic; lt_p=${PACKAGE-default}
7860 case $withval in
7861 yes|no) pic_mode=$withval ;;
7862 *)
7863 pic_mode=default
7864 # Look at the argument we got. We use all the common list separators.
7865 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7866 for lt_pkg in $withval; do
7867 IFS="$lt_save_ifs"
7868 if test "X$lt_pkg" = "X$lt_p"; then
7869 pic_mode=yes
7870 fi
7871 done
7872 IFS="$lt_save_ifs"
7873 ;;
7874 esac
7875else
7876 pic_mode=default
7877fi
7878
7879
7880test -z "$pic_mode" && pic_mode=default
7881
7882
7883
7884
7885
7886
7887
7888 # Check whether --enable-fast-install was given.
7889if test "${enable_fast_install+set}" = set; then :
7890 enableval=$enable_fast_install; p=${PACKAGE-default}
7891 case $enableval in
7892 yes) enable_fast_install=yes ;;
7893 no) enable_fast_install=no ;;
7894 *)
7895 enable_fast_install=no
7896 # Look at the argument we got. We use all the common list separators.
7897 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7898 for pkg in $enableval; do
7899 IFS="$lt_save_ifs"
7900 if test "X$pkg" = "X$p"; then
7901 enable_fast_install=yes
7902 fi
7903 done
7904 IFS="$lt_save_ifs"
7905 ;;
7906 esac
7907else
7908 enable_fast_install=yes
7909fi
7910
7911
7912
7913
7914
7915
7916
7917
7918
7919
7920
7921# This can be used to rebuild libtool when needed
7922LIBTOOL_DEPS="$ltmain"
7923
7924# Always use our own libtool.
7925LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7926
7927
7928
7929
7930
7931
7932
7933
7934
7935
7936
7937
7938
7939
7940
7941
7942
7943
7944
7945
7946
7947
7948
7949
7950
7951
7952
7953
7954
7955
7956test -z "$LN_S" && LN_S="ln -s"
7957
7958
7959
7960
7961
7962
7963
7964
7965
7966
7967
7968
7969
7970
7971if test -n "${ZSH_VERSION+set}" ; then
7972 setopt NO_GLOB_SUBST
7973fi
7974
7975{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7976$as_echo_n "checking for objdir... " >&6; }
7977if ${lt_cv_objdir+:} false; then :
7978 $as_echo_n "(cached) " >&6
7979else
7980 rm -f .libs 2>/dev/null
7981mkdir .libs 2>/dev/null
7982if test -d .libs; then
7983 lt_cv_objdir=.libs
7984else
7985 # MS-DOS does not allow filenames that begin with a dot.
7986 lt_cv_objdir=_libs
7987fi
7988rmdir .libs 2>/dev/null
7989fi
7990{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7991$as_echo "$lt_cv_objdir" >&6; }
7992objdir=$lt_cv_objdir
7993
7994
7995
7996
7997
7998cat >>confdefs.h <<_ACEOF
7999#define LT_OBJDIR "$lt_cv_objdir/"
8000_ACEOF
8001
8002
8003
8004
8005case $host_os in
8006aix3*)
8007 # AIX sometimes has problems with the GCC collect2 program. For some
8008 # reason, if we set the COLLECT_NAMES environment variable, the problems
8009 # vanish in a puff of smoke.
8010 if test "X${COLLECT_NAMES+set}" != Xset; then
8011 COLLECT_NAMES=
8012 export COLLECT_NAMES
8013 fi
8014 ;;
8015esac
8016
8017# Global variables:
8018ofile=libtool
8019can_build_shared=yes
8020
8021# All known linkers require a `.a' archive for static linking (except MSVC,
8022# which needs '.lib').
8023libext=a
8024
8025with_gnu_ld="$lt_cv_prog_gnu_ld"
8026
8027old_CC="$CC"
8028old_CFLAGS="$CFLAGS"
8029
8030# Set sane defaults for various variables
8031test -z "$CC" && CC=cc
8032test -z "$LTCC" && LTCC=$CC
8033test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8034test -z "$LD" && LD=ld
8035test -z "$ac_objext" && ac_objext=o
8036
8037for cc_temp in $compiler""; do
8038 case $cc_temp in
8039 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8040 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8041 \-*) ;;
8042 *) break;;
8043 esac
8044done
8045cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
8046
8047
8048# Only perform the check for file, if the check method requires it
8049test -z "$MAGIC_CMD" && MAGIC_CMD=file
8050case $deplibs_check_method in
8051file_magic*)
8052 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8054$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
8055if ${lt_cv_path_MAGIC_CMD+:} false; then :
8056 $as_echo_n "(cached) " >&6
8057else
8058 case $MAGIC_CMD in
8059[\\/*] | ?:[\\/]*)
8060 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8061 ;;
8062*)
8063 lt_save_MAGIC_CMD="$MAGIC_CMD"
8064 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8065 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8066 for ac_dir in $ac_dummy; do
8067 IFS="$lt_save_ifs"
8068 test -z "$ac_dir" && ac_dir=.
8069 if test -f $ac_dir/${ac_tool_prefix}file; then
8070 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8071 if test -n "$file_magic_test_file"; then
8072 case $deplibs_check_method in
8073 "file_magic "*)
8074 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8075 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8076 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8077 $EGREP "$file_magic_regex" > /dev/null; then
8078 :
8079 else
8080 cat <<_LT_EOF 1>&2
8081
8082*** Warning: the command libtool uses to detect shared libraries,
8083*** $file_magic_cmd, produces output that libtool cannot recognize.
8084*** The result is that libtool may fail to recognize shared libraries
8085*** as such. This will affect the creation of libtool libraries that
8086*** depend on shared libraries, but programs linked with such libtool
8087*** libraries will work regardless of this problem. Nevertheless, you
8088*** may want to report the problem to your system manager and/or to
8089*** bug-libtool@gnu.org
8090
8091_LT_EOF
8092 fi ;;
8093 esac
8094 fi
8095 break
8096 fi
8097 done
8098 IFS="$lt_save_ifs"
8099 MAGIC_CMD="$lt_save_MAGIC_CMD"
8100 ;;
8101esac
8102fi
8103
8104MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8105if test -n "$MAGIC_CMD"; then
8106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8107$as_echo "$MAGIC_CMD" >&6; }
8108else
8109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8110$as_echo "no" >&6; }
8111fi
8112
8113
8114
8115
8116
8117if test -z "$lt_cv_path_MAGIC_CMD"; then
8118 if test -n "$ac_tool_prefix"; then
8119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8120$as_echo_n "checking for file... " >&6; }
8121if ${lt_cv_path_MAGIC_CMD+:} false; then :
8122 $as_echo_n "(cached) " >&6
8123else
8124 case $MAGIC_CMD in
8125[\\/*] | ?:[\\/]*)
8126 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8127 ;;
8128*)
8129 lt_save_MAGIC_CMD="$MAGIC_CMD"
8130 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8131 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8132 for ac_dir in $ac_dummy; do
8133 IFS="$lt_save_ifs"
8134 test -z "$ac_dir" && ac_dir=.
8135 if test -f $ac_dir/file; then
8136 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8137 if test -n "$file_magic_test_file"; then
8138 case $deplibs_check_method in
8139 "file_magic "*)
8140 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8141 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8142 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8143 $EGREP "$file_magic_regex" > /dev/null; then
8144 :
8145 else
8146 cat <<_LT_EOF 1>&2
8147
8148*** Warning: the command libtool uses to detect shared libraries,
8149*** $file_magic_cmd, produces output that libtool cannot recognize.
8150*** The result is that libtool may fail to recognize shared libraries
8151*** as such. This will affect the creation of libtool libraries that
8152*** depend on shared libraries, but programs linked with such libtool
8153*** libraries will work regardless of this problem. Nevertheless, you
8154*** may want to report the problem to your system manager and/or to
8155*** bug-libtool@gnu.org
8156
8157_LT_EOF
8158 fi ;;
8159 esac
8160 fi
8161 break
8162 fi
8163 done
8164 IFS="$lt_save_ifs"
8165 MAGIC_CMD="$lt_save_MAGIC_CMD"
8166 ;;
8167esac
8168fi
8169
8170MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8171if test -n "$MAGIC_CMD"; then
8172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8173$as_echo "$MAGIC_CMD" >&6; }
8174else
8175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8176$as_echo "no" >&6; }
8177fi
8178
8179
8180 else
8181 MAGIC_CMD=:
8182 fi
8183fi
8184
8185 fi
8186 ;;
8187esac
8188
8189# Use C for the default configuration in the libtool script
8190
8191lt_save_CC="$CC"
8192ac_ext=c
8193ac_cpp='$CPP $CPPFLAGS'
8194ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8195ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8196ac_compiler_gnu=$ac_cv_c_compiler_gnu
8197
8198
8199# Source file extension for C test sources.
8200ac_ext=c
8201
8202# Object file extension for compiled C test sources.
8203objext=o
8204objext=$objext
8205
8206# Code to be used in simple compile tests
8207lt_simple_compile_test_code="int some_variable = 0;"
8208
8209# Code to be used in simple link tests
8210lt_simple_link_test_code='int main(){return(0);}'
8211
8212
8213
8214
8215
8216
8217
8218# If no C compiler was specified, use CC.
8219LTCC=${LTCC-"$CC"}
8220
8221# If no C compiler flags were specified, use CFLAGS.
8222LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8223
8224# Allow CC to be a program name with arguments.
8225compiler=$CC
8226
8227# Save the default compiler, since it gets overwritten when the other
8228# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8229compiler_DEFAULT=$CC
8230
8231# save warnings/boilerplate of simple test code
8232ac_outfile=conftest.$ac_objext
8233echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8234eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8235_lt_compiler_boilerplate=`cat conftest.err`
8236$RM conftest*
8237
8238ac_outfile=conftest.$ac_objext
8239echo "$lt_simple_link_test_code" >conftest.$ac_ext
8240eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8241_lt_linker_boilerplate=`cat conftest.err`
8242$RM -r conftest*
8243
8244
8245## CAVEAT EMPTOR:
8246## There is no encapsulation within the following macros, do not change
8247## the running order or otherwise move them around unless you know exactly
8248## what you are doing...
8249if test -n "$compiler"; then
8250
8251lt_prog_compiler_no_builtin_flag=
8252
8253if test "$GCC" = yes; then
8254 case $cc_basename in
8255 nvcc*)
8256 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8257 *)
8258 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8259 esac
8260
8261 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8262$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8263if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
8264 $as_echo_n "(cached) " >&6
8265else
8266 lt_cv_prog_compiler_rtti_exceptions=no
8267 ac_outfile=conftest.$ac_objext
8268 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8269 lt_compiler_flag="-fno-rtti -fno-exceptions"
8270 # Insert the option either (1) after the last *FLAGS variable, or
8271 # (2) before a word containing "conftest.", or (3) at the end.
8272 # Note that $ac_compile itself does not contain backslashes and begins
8273 # with a dollar sign (not a hyphen), so the echo should work correctly.
8274 # The option is referenced via a variable to avoid confusing sed.
8275 lt_compile=`echo "$ac_compile" | $SED \
8276 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8277 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8278 -e 's:$: $lt_compiler_flag:'`
8279 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8280 (eval "$lt_compile" 2>conftest.err)
8281 ac_status=$?
8282 cat conftest.err >&5
8283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8284 if (exit $ac_status) && test -s "$ac_outfile"; then
8285 # The compiler can only warn and ignore the option if not recognized
8286 # So say no if there are warnings other than the usual output.
8287 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8288 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8289 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8290 lt_cv_prog_compiler_rtti_exceptions=yes
8291 fi
8292 fi
8293 $RM conftest*
8294
8295fi
8296{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8297$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8298
8299if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8300 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8301else
8302 :
8303fi
8304
8305fi
8306
8307
8308
8309
8310
8311
8312 lt_prog_compiler_wl=
8313lt_prog_compiler_pic=
8314lt_prog_compiler_static=
8315
8316
8317 if test "$GCC" = yes; then
8318 lt_prog_compiler_wl='-Wl,'
8319 lt_prog_compiler_static='-static'
8320
8321 case $host_os in
8322 aix*)
8323 # All AIX code is PIC.
8324 if test "$host_cpu" = ia64; then
8325 # AIX 5 now supports IA64 processor
8326 lt_prog_compiler_static='-Bstatic'
8327 fi
8328 ;;
8329
8330 amigaos*)
8331 case $host_cpu in
8332 powerpc)
8333 # see comment about AmigaOS4 .so support
8334 lt_prog_compiler_pic='-fPIC'
8335 ;;
8336 m68k)
8337 # FIXME: we need at least 68020 code to build shared libraries, but
8338 # adding the `-m68020' flag to GCC prevents building anything better,
8339 # like `-m68040'.
8340 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8341 ;;
8342 esac
8343 ;;
8344
8345 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8346 # PIC is the default for these OSes.
8347 ;;
8348
8349 mingw* | cygwin* | pw32* | os2* | cegcc*)
8350 # This hack is so that the source file can tell whether it is being
8351 # built for inclusion in a dll (and should export symbols for example).
8352 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8353 # (--disable-auto-import) libraries
8354 lt_prog_compiler_pic='-DDLL_EXPORT'
8355 ;;
8356
8357 darwin* | rhapsody*)
8358 # PIC is the default on this platform
8359 # Common symbols not allowed in MH_DYLIB files
8360 lt_prog_compiler_pic='-fno-common'
8361 ;;
8362
8363 haiku*)
8364 # PIC is the default for Haiku.
8365 # The "-static" flag exists, but is broken.
8366 lt_prog_compiler_static=
8367 ;;
8368
8369 hpux*)
8370 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8371 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8372 # sets the default TLS model and affects inlining.
8373 case $host_cpu in
8374 hppa*64*)
8375 # +Z the default
8376 ;;
8377 *)
8378 lt_prog_compiler_pic='-fPIC'
8379 ;;
8380 esac
8381 ;;
8382
8383 interix[3-9]*)
8384 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8385 # Instead, we relocate shared libraries at runtime.
8386 ;;
8387
8388 msdosdjgpp*)
8389 # Just because we use GCC doesn't mean we suddenly get shared libraries
8390 # on systems that don't support them.
8391 lt_prog_compiler_can_build_shared=no
8392 enable_shared=no
8393 ;;
8394
8395 *nto* | *qnx*)
8396 # QNX uses GNU C++, but need to define -shared option too, otherwise
8397 # it will coredump.
8398 lt_prog_compiler_pic='-fPIC -shared'
8399 ;;
8400
8401 sysv4*MP*)
8402 if test -d /usr/nec; then
8403 lt_prog_compiler_pic=-Kconform_pic
8404 fi
8405 ;;
8406
8407 *)
8408 lt_prog_compiler_pic='-fPIC'
8409 ;;
8410 esac
8411
8412 case $cc_basename in
8413 nvcc*) # Cuda Compiler Driver 2.2
8414 lt_prog_compiler_wl='-Xlinker '
8415 if test -n "$lt_prog_compiler_pic"; then
8416 lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic"
8417 fi
8418 ;;
8419 esac
8420 else
8421 # PORTME Check for flag to pass linker flags through the system compiler.
8422 case $host_os in
8423 aix*)
8424 lt_prog_compiler_wl='-Wl,'
8425 if test "$host_cpu" = ia64; then
8426 # AIX 5 now supports IA64 processor
8427 lt_prog_compiler_static='-Bstatic'
8428 else
8429 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8430 fi
8431 ;;
8432
8433 mingw* | cygwin* | pw32* | os2* | cegcc*)
8434 # This hack is so that the source file can tell whether it is being
8435 # built for inclusion in a dll (and should export symbols for example).
8436 lt_prog_compiler_pic='-DDLL_EXPORT'
8437 ;;
8438
8439 hpux9* | hpux10* | hpux11*)
8440 lt_prog_compiler_wl='-Wl,'
8441 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8442 # not for PA HP-UX.
8443 case $host_cpu in
8444 hppa*64*|ia64*)
8445 # +Z the default
8446 ;;
8447 *)
8448 lt_prog_compiler_pic='+Z'
8449 ;;
8450 esac
8451 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8452 lt_prog_compiler_static='${wl}-a ${wl}archive'
8453 ;;
8454
8455 irix5* | irix6* | nonstopux*)
8456 lt_prog_compiler_wl='-Wl,'
8457 # PIC (with -KPIC) is the default.
8458 lt_prog_compiler_static='-non_shared'
8459 ;;
8460
8461 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
8462 case $cc_basename in
8463 # old Intel for x86_64 which still supported -KPIC.
8464 ecc*)
8465 lt_prog_compiler_wl='-Wl,'
8466 lt_prog_compiler_pic='-KPIC'
8467 lt_prog_compiler_static='-static'
8468 ;;
8469 # icc used to be incompatible with GCC.
8470 # ICC 10 doesn't accept -KPIC any more.
8471 icc* | ifort*)
8472 lt_prog_compiler_wl='-Wl,'
8473 lt_prog_compiler_pic='-fPIC'
8474 lt_prog_compiler_static='-static'
8475 ;;
8476 # Lahey Fortran 8.1.
8477 lf95*)
8478 lt_prog_compiler_wl='-Wl,'
8479 lt_prog_compiler_pic='--shared'
8480 lt_prog_compiler_static='--static'
8481 ;;
8482 nagfor*)
8483 # NAG Fortran compiler
8484 lt_prog_compiler_wl='-Wl,-Wl,,'
8485 lt_prog_compiler_pic='-PIC'
8486 lt_prog_compiler_static='-Bstatic'
8487 ;;
8488 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8489 # Portland Group compilers (*not* the Pentium gcc compiler,
8490 # which looks to be a dead project)
8491 lt_prog_compiler_wl='-Wl,'
8492 lt_prog_compiler_pic='-fpic'
8493 lt_prog_compiler_static='-Bstatic'
8494 ;;
8495 ccc*)
8496 lt_prog_compiler_wl='-Wl,'
8497 # All Alpha code is PIC.
8498 lt_prog_compiler_static='-non_shared'
8499 ;;
8500 xl* | bgxl* | bgf* | mpixl*)
8501 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8502 lt_prog_compiler_wl='-Wl,'
8503 lt_prog_compiler_pic='-qpic'
8504 lt_prog_compiler_static='-qstaticlink'
8505 ;;
8506 *)
8507 case `$CC -V 2>&1 | sed 5q` in
8508 *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
8509 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8510 lt_prog_compiler_pic='-KPIC'
8511 lt_prog_compiler_static='-Bstatic'
8512 lt_prog_compiler_wl=''
8513 ;;
8514 *Sun\ F* | *Sun*Fortran*)
8515 lt_prog_compiler_pic='-KPIC'
8516 lt_prog_compiler_static='-Bstatic'
8517 lt_prog_compiler_wl='-Qoption ld '
8518 ;;
8519 *Sun\ C*)
8520 # Sun C 5.9
8521 lt_prog_compiler_pic='-KPIC'
8522 lt_prog_compiler_static='-Bstatic'
8523 lt_prog_compiler_wl='-Wl,'
8524 ;;
8525 *Intel*\ [CF]*Compiler*)
8526 lt_prog_compiler_wl='-Wl,'
8527 lt_prog_compiler_pic='-fPIC'
8528 lt_prog_compiler_static='-static'
8529 ;;
8530 *Portland\ Group*)
8531 lt_prog_compiler_wl='-Wl,'
8532 lt_prog_compiler_pic='-fpic'
8533 lt_prog_compiler_static='-Bstatic'
8534 ;;
8535 esac
8536 ;;
8537 esac
8538 ;;
8539
8540 newsos6)
8541 lt_prog_compiler_pic='-KPIC'
8542 lt_prog_compiler_static='-Bstatic'
8543 ;;
8544
8545 *nto* | *qnx*)
8546 # QNX uses GNU C++, but need to define -shared option too, otherwise
8547 # it will coredump.
8548 lt_prog_compiler_pic='-fPIC -shared'
8549 ;;
8550
8551 osf3* | osf4* | osf5*)
8552 lt_prog_compiler_wl='-Wl,'
8553 # All OSF/1 code is PIC.
8554 lt_prog_compiler_static='-non_shared'
8555 ;;
8556
8557 rdos*)
8558 lt_prog_compiler_static='-non_shared'
8559 ;;
8560
8561 solaris*)
8562 lt_prog_compiler_pic='-KPIC'
8563 lt_prog_compiler_static='-Bstatic'
8564 case $cc_basename in
8565 f77* | f90* | f95* | sunf77* | sunf90* | sunf95*)
8566 lt_prog_compiler_wl='-Qoption ld ';;
8567 *)
8568 lt_prog_compiler_wl='-Wl,';;
8569 esac
8570 ;;
8571
8572 sunos4*)
8573 lt_prog_compiler_wl='-Qoption ld '
8574 lt_prog_compiler_pic='-PIC'
8575 lt_prog_compiler_static='-Bstatic'
8576 ;;
8577
8578 sysv4 | sysv4.2uw2* | sysv4.3*)
8579 lt_prog_compiler_wl='-Wl,'
8580 lt_prog_compiler_pic='-KPIC'
8581 lt_prog_compiler_static='-Bstatic'
8582 ;;
8583
8584 sysv4*MP*)
8585 if test -d /usr/nec ;then
8586 lt_prog_compiler_pic='-Kconform_pic'
8587 lt_prog_compiler_static='-Bstatic'
8588 fi
8589 ;;
8590
8591 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8592 lt_prog_compiler_wl='-Wl,'
8593 lt_prog_compiler_pic='-KPIC'
8594 lt_prog_compiler_static='-Bstatic'
8595 ;;
8596
8597 unicos*)
8598 lt_prog_compiler_wl='-Wl,'
8599 lt_prog_compiler_can_build_shared=no
8600 ;;
8601
8602 uts4*)
8603 lt_prog_compiler_pic='-pic'
8604 lt_prog_compiler_static='-Bstatic'
8605 ;;
8606
8607 *)
8608 lt_prog_compiler_can_build_shared=no
8609 ;;
8610 esac
8611 fi
8612
8613case $host_os in
8614 # For platforms which do not support PIC, -DPIC is meaningless:
8615 *djgpp*)
8616 lt_prog_compiler_pic=
8617 ;;
8618 *)
8619 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8620 ;;
8621esac
8622
8623{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8624$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8625if ${lt_cv_prog_compiler_pic+:} false; then :
8626 $as_echo_n "(cached) " >&6
8627else
8628 lt_cv_prog_compiler_pic=$lt_prog_compiler_pic
8629fi
8630{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5
8631$as_echo "$lt_cv_prog_compiler_pic" >&6; }
8632lt_prog_compiler_pic=$lt_cv_prog_compiler_pic
8633
8634#
8635# Check to make sure the PIC flag actually works.
8636#
8637if test -n "$lt_prog_compiler_pic"; then
8638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8639$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8640if ${lt_cv_prog_compiler_pic_works+:} false; then :
8641 $as_echo_n "(cached) " >&6
8642else
8643 lt_cv_prog_compiler_pic_works=no
8644 ac_outfile=conftest.$ac_objext
8645 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8646 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8647 # Insert the option either (1) after the last *FLAGS variable, or
8648 # (2) before a word containing "conftest.", or (3) at the end.
8649 # Note that $ac_compile itself does not contain backslashes and begins
8650 # with a dollar sign (not a hyphen), so the echo should work correctly.
8651 # The option is referenced via a variable to avoid confusing sed.
8652 lt_compile=`echo "$ac_compile" | $SED \
8653 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8654 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8655 -e 's:$: $lt_compiler_flag:'`
8656 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8657 (eval "$lt_compile" 2>conftest.err)
8658 ac_status=$?
8659 cat conftest.err >&5
8660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8661 if (exit $ac_status) && test -s "$ac_outfile"; then
8662 # The compiler can only warn and ignore the option if not recognized
8663 # So say no if there are warnings other than the usual output.
8664 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8665 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8666 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8667 lt_cv_prog_compiler_pic_works=yes
8668 fi
8669 fi
8670 $RM conftest*
8671
8672fi
8673{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8674$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8675
8676if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8677 case $lt_prog_compiler_pic in
8678 "" | " "*) ;;
8679 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8680 esac
8681else
8682 lt_prog_compiler_pic=
8683 lt_prog_compiler_can_build_shared=no
8684fi
8685
8686fi
8687
8688
8689
8690
8691
8692
8693
8694
8695
8696
8697
8698#
8699# Check to make sure the static flag actually works.
8700#
8701wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8702{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8703$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8704if ${lt_cv_prog_compiler_static_works+:} false; then :
8705 $as_echo_n "(cached) " >&6
8706else
8707 lt_cv_prog_compiler_static_works=no
8708 save_LDFLAGS="$LDFLAGS"
8709 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8710 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8711 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8712 # The linker can only warn and ignore the option if not recognized
8713 # So say no if there are warnings
8714 if test -s conftest.err; then
8715 # Append any errors to the config.log.
8716 cat conftest.err 1>&5
8717 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8718 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8719 if diff conftest.exp conftest.er2 >/dev/null; then
8720 lt_cv_prog_compiler_static_works=yes
8721 fi
8722 else
8723 lt_cv_prog_compiler_static_works=yes
8724 fi
8725 fi
8726 $RM -r conftest*
8727 LDFLAGS="$save_LDFLAGS"
8728
8729fi
8730{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8731$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8732
8733if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8734 :
8735else
8736 lt_prog_compiler_static=
8737fi
8738
8739
8740
8741
8742
8743
8744
8745 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8746$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8747if ${lt_cv_prog_compiler_c_o+:} false; then :
8748 $as_echo_n "(cached) " >&6
8749else
8750 lt_cv_prog_compiler_c_o=no
8751 $RM -r conftest 2>/dev/null
8752 mkdir conftest
8753 cd conftest
8754 mkdir out
8755 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8756
8757 lt_compiler_flag="-o out/conftest2.$ac_objext"
8758 # Insert the option either (1) after the last *FLAGS variable, or
8759 # (2) before a word containing "conftest.", or (3) at the end.
8760 # Note that $ac_compile itself does not contain backslashes and begins
8761 # with a dollar sign (not a hyphen), so the echo should work correctly.
8762 lt_compile=`echo "$ac_compile" | $SED \
8763 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8764 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8765 -e 's:$: $lt_compiler_flag:'`
8766 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8767 (eval "$lt_compile" 2>out/conftest.err)
8768 ac_status=$?
8769 cat out/conftest.err >&5
8770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8771 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8772 then
8773 # The compiler can only warn and ignore the option if not recognized
8774 # So say no if there are warnings
8775 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8776 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8777 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8778 lt_cv_prog_compiler_c_o=yes
8779 fi
8780 fi
8781 chmod u+w . 2>&5
8782 $RM conftest*
8783 # SGI C++ compiler will create directory out/ii_files/ for
8784 # template instantiation
8785 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8786 $RM out/* && rmdir out
8787 cd ..
8788 $RM -r conftest
8789 $RM conftest*
8790
8791fi
8792{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8793$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8794
8795
8796
8797
8798
8799
8800 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8801$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8802if ${lt_cv_prog_compiler_c_o+:} false; then :
8803 $as_echo_n "(cached) " >&6
8804else
8805 lt_cv_prog_compiler_c_o=no
8806 $RM -r conftest 2>/dev/null
8807 mkdir conftest
8808 cd conftest
8809 mkdir out
8810 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8811
8812 lt_compiler_flag="-o out/conftest2.$ac_objext"
8813 # Insert the option either (1) after the last *FLAGS variable, or
8814 # (2) before a word containing "conftest.", or (3) at the end.
8815 # Note that $ac_compile itself does not contain backslashes and begins
8816 # with a dollar sign (not a hyphen), so the echo should work correctly.
8817 lt_compile=`echo "$ac_compile" | $SED \
8818 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8819 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8820 -e 's:$: $lt_compiler_flag:'`
8821 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8822 (eval "$lt_compile" 2>out/conftest.err)
8823 ac_status=$?
8824 cat out/conftest.err >&5
8825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8826 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8827 then
8828 # The compiler can only warn and ignore the option if not recognized
8829 # So say no if there are warnings
8830 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8831 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8832 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8833 lt_cv_prog_compiler_c_o=yes
8834 fi
8835 fi
8836 chmod u+w . 2>&5
8837 $RM conftest*
8838 # SGI C++ compiler will create directory out/ii_files/ for
8839 # template instantiation
8840 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8841 $RM out/* && rmdir out
8842 cd ..
8843 $RM -r conftest
8844 $RM conftest*
8845
8846fi
8847{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8848$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8849
8850
8851
8852
8853hard_links="nottested"
8854if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8855 # do not overwrite the value of need_locks provided by the user
8856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8857$as_echo_n "checking if we can lock with hard links... " >&6; }
8858 hard_links=yes
8859 $RM conftest*
8860 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8861 touch conftest.a
8862 ln conftest.a conftest.b 2>&5 || hard_links=no
8863 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8865$as_echo "$hard_links" >&6; }
8866 if test "$hard_links" = no; then
8867 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8868$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8869 need_locks=warn
8870 fi
8871else
8872 need_locks=no
8873fi
8874
8875
8876
8877
8878
8879
8880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8881$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8882
8883 runpath_var=
8884 allow_undefined_flag=
8885 always_export_symbols=no
8886 archive_cmds=
8887 archive_expsym_cmds=
8888 compiler_needs_object=no
8889 enable_shared_with_static_runtimes=no
8890 export_dynamic_flag_spec=
8891 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8892 hardcode_automatic=no
8893 hardcode_direct=no
8894 hardcode_direct_absolute=no
8895 hardcode_libdir_flag_spec=
8896 hardcode_libdir_separator=
8897 hardcode_minus_L=no
8898 hardcode_shlibpath_var=unsupported
8899 inherit_rpath=no
8900 link_all_deplibs=unknown
8901 module_cmds=
8902 module_expsym_cmds=
8903 old_archive_from_new_cmds=
8904 old_archive_from_expsyms_cmds=
8905 thread_safe_flag_spec=
8906 whole_archive_flag_spec=
8907 # include_expsyms should be a list of space-separated symbols to be *always*
8908 # included in the symbol list
8909 include_expsyms=
8910 # exclude_expsyms can be an extended regexp of symbols to exclude
8911 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8912 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8913 # as well as any symbol that contains `d'.
8914 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8915 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8916 # platforms (ab)use it in PIC code, but their linkers get confused if
8917 # the symbol is explicitly referenced. Since portable code cannot
8918 # rely on this symbol name, it's probably fine to never include it in
8919 # preloaded symbol tables.
8920 # Exclude shared library initialization/finalization symbols.
8921 extract_expsyms_cmds=
8922
8923 case $host_os in
8924 cygwin* | mingw* | pw32* | cegcc*)
8925 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8926 # When not using gcc, we currently assume that we are using
8927 # Microsoft Visual C++.
8928 if test "$GCC" != yes; then
8929 with_gnu_ld=no
8930 fi
8931 ;;
8932 interix*)
8933 # we just hope/assume this is gcc and not c89 (= MSVC++)
8934 with_gnu_ld=yes
8935 ;;
8936 openbsd*)
8937 with_gnu_ld=no
8938 ;;
8939 linux* | k*bsd*-gnu | gnu*)
8940 link_all_deplibs=no
8941 ;;
8942 esac
8943
8944 ld_shlibs=yes
8945
8946 # On some targets, GNU ld is compatible enough with the native linker
8947 # that we're better off using the native interface for both.
8948 lt_use_gnu_ld_interface=no
8949 if test "$with_gnu_ld" = yes; then
8950 case $host_os in
8951 aix*)
8952 # The AIX port of GNU ld has always aspired to compatibility
8953 # with the native linker. However, as the warning in the GNU ld
8954 # block says, versions before 2.19.5* couldn't really create working
8955 # shared libraries, regardless of the interface used.
8956 case `$LD -v 2>&1` in
8957 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8958 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8959 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8960 *)
8961 lt_use_gnu_ld_interface=yes
8962 ;;
8963 esac
8964 ;;
8965 *)
8966 lt_use_gnu_ld_interface=yes
8967 ;;
8968 esac
8969 fi
8970
8971 if test "$lt_use_gnu_ld_interface" = yes; then
8972 # If archive_cmds runs LD, not CC, wlarc should be empty
8973 wlarc='${wl}'
8974
8975 # Set some defaults for GNU ld with shared library support. These
8976 # are reset later if shared libraries are not supported. Putting them
8977 # here allows them to be overridden if necessary.
8978 runpath_var=LD_RUN_PATH
8979 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8980 export_dynamic_flag_spec='${wl}--export-dynamic'
8981 # ancient GNU ld didn't support --whole-archive et. al.
8982 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8983 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8984 else
8985 whole_archive_flag_spec=
8986 fi
8987 supports_anon_versioning=no
8988 case `$LD -v 2>&1` in
8989 *GNU\ gold*) supports_anon_versioning=yes ;;
8990 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8991 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8992 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8993 *\ 2.11.*) ;; # other 2.11 versions
8994 *) supports_anon_versioning=yes ;;
8995 esac
8996
8997 # See if GNU ld supports shared libraries.
8998 case $host_os in
8999 aix[3-9]*)
9000 # On AIX/PPC, the GNU linker is very broken
9001 if test "$host_cpu" != ia64; then
9002 ld_shlibs=no
9003 cat <<_LT_EOF 1>&2
9004
9005*** Warning: the GNU linker, at least up to release 2.19, is reported
9006*** to be unable to reliably create shared libraries on AIX.
9007*** Therefore, libtool is disabling shared libraries support. If you
9008*** really care for shared libraries, you may want to install binutils
9009*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
9010*** You will then need to restart the configuration process.
9011
9012_LT_EOF
9013 fi
9014 ;;
9015
9016 amigaos*)
9017 case $host_cpu in
9018 powerpc)
9019 # see comment about AmigaOS4 .so support
9020 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9021 archive_expsym_cmds=''
9022 ;;
9023 m68k)
9024 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)'
9025 hardcode_libdir_flag_spec='-L$libdir'
9026 hardcode_minus_L=yes
9027 ;;
9028 esac
9029 ;;
9030
9031 beos*)
9032 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9033 allow_undefined_flag=unsupported
9034 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9035 # support --undefined. This deserves some investigation. FIXME
9036 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9037 else
9038 ld_shlibs=no
9039 fi
9040 ;;
9041
9042 cygwin* | mingw* | pw32* | cegcc*)
9043 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9044 # as there is no search path for DLLs.
9045 hardcode_libdir_flag_spec='-L$libdir'
9046 export_dynamic_flag_spec='${wl}--export-all-symbols'
9047 allow_undefined_flag=unsupported
9048 always_export_symbols=no
9049 enable_shared_with_static_runtimes=yes
9050 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols'
9051 exclude_expsyms='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'
9052
9053 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
9054 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9055 # If the export-symbols file already is a .def file (1st line
9056 # is EXPORTS), use it as is; otherwise, prepend...
9057 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9058 cp $export_symbols $output_objdir/$soname.def;
9059 else
9060 echo EXPORTS > $output_objdir/$soname.def;
9061 cat $export_symbols >> $output_objdir/$soname.def;
9062 fi~
9063 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9064 else
9065 ld_shlibs=no
9066 fi
9067 ;;
9068
9069 haiku*)
9070 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9071 link_all_deplibs=yes
9072 ;;
9073
9074 interix[3-9]*)
9075 hardcode_direct=no
9076 hardcode_shlibpath_var=no
9077 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9078 export_dynamic_flag_spec='${wl}-E'
9079 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9080 # Instead, shared libraries are loaded at an image base (0x10000000 by
9081 # default) and relocated if they conflict, which is a slow very memory
9082 # consuming and fragmenting process. To avoid this, we pick a random,
9083 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9084 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9085 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9086 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'
9087 ;;
9088
9089 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
9090 tmp_diet=no
9091 if test "$host_os" = linux-dietlibc; then
9092 case $cc_basename in
9093 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9094 esac
9095 fi
9096 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9097 && test "$tmp_diet" = no
9098 then
9099 tmp_addflag=' $pic_flag'
9100 tmp_sharedflag='-shared'
9101 case $cc_basename,$host_cpu in
9102 pgcc*) # Portland Group C compiler
9103 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'
9104 tmp_addflag=' $pic_flag'
9105 ;;
9106 pgf77* | pgf90* | pgf95* | pgfortran*)
9107 # Portland Group f77 and f90 compilers
9108 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'
9109 tmp_addflag=' $pic_flag -Mnomain' ;;
9110 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9111 tmp_addflag=' -i_dynamic' ;;
9112 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9113 tmp_addflag=' -i_dynamic -nofor_main' ;;
9114 ifc* | ifort*) # Intel Fortran compiler
9115 tmp_addflag=' -nofor_main' ;;
9116 lf95*) # Lahey Fortran 8.1
9117 whole_archive_flag_spec=
9118 tmp_sharedflag='--shared' ;;
9119 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9120 tmp_sharedflag='-qmkshrobj'
9121 tmp_addflag= ;;
9122 nvcc*) # Cuda Compiler Driver 2.2
9123 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'
9124 compiler_needs_object=yes
9125 ;;
9126 esac
9127 case `$CC -V 2>&1 | sed 5q` in
9128 *Sun\ C*) # Sun C 5.9
9129 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'
9130 compiler_needs_object=yes
9131 tmp_sharedflag='-G' ;;
9132 *Sun\ F*) # Sun Fortran 8.3
9133 tmp_sharedflag='-G' ;;
9134 esac
9135 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9136
9137 if test "x$supports_anon_versioning" = xyes; then
9138 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9139 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9140 echo "local: *; };" >> $output_objdir/$libname.ver~
9141 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9142 fi
9143
9144 case $cc_basename in
9145 xlf* | bgf* | bgxlf* | mpixlf*)
9146 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9147 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9148 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9149 archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
9150 if test "x$supports_anon_versioning" = xyes; then
9151 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9152 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9153 echo "local: *; };" >> $output_objdir/$libname.ver~
9154 $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9155 fi
9156 ;;
9157 esac
9158 else
9159 ld_shlibs=no
9160 fi
9161 ;;
9162
9163 netbsd* | netbsdelf*-gnu)
9164 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9165 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9166 wlarc=
9167 else
9168 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9169 archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9170 fi
9171 ;;
9172
9173 solaris*)
9174 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9175 ld_shlibs=no
9176 cat <<_LT_EOF 1>&2
9177
9178*** Warning: The releases 2.8.* of the GNU linker cannot reliably
9179*** create shared libraries on Solaris systems. Therefore, libtool
9180*** is disabling shared libraries support. We urge you to upgrade GNU
9181*** binutils to release 2.9.1 or newer. Another option is to modify
9182*** your PATH or compiler configuration so that the native linker is
9183*** used, and then restart.
9184
9185_LT_EOF
9186 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9187 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9188 archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9189 else
9190 ld_shlibs=no
9191 fi
9192 ;;
9193
9194 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9195 case `$LD -v 2>&1` in
9196 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9197 ld_shlibs=no
9198 cat <<_LT_EOF 1>&2
9199
9200*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9201*** reliably create shared libraries on SCO systems. Therefore, libtool
9202*** is disabling shared libraries support. We urge you to upgrade GNU
9203*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9204*** your PATH or compiler configuration so that the native linker is
9205*** used, and then restart.
9206
9207_LT_EOF
9208 ;;
9209 *)
9210 # For security reasons, it is highly recommended that you always
9211 # use absolute paths for naming shared libraries, and exclude the
9212 # DT_RUNPATH tag from executables and libraries. But doing so
9213 # requires that you compile everything twice, which is a pain.
9214 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9215 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9216 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9217 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9218 else
9219 ld_shlibs=no
9220 fi
9221 ;;
9222 esac
9223 ;;
9224
9225 sunos4*)
9226 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9227 wlarc=
9228 hardcode_direct=yes
9229 hardcode_shlibpath_var=no
9230 ;;
9231
9232 *)
9233 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9234 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9235 archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9236 else
9237 ld_shlibs=no
9238 fi
9239 ;;
9240 esac
9241
9242 if test "$ld_shlibs" = no; then
9243 runpath_var=
9244 hardcode_libdir_flag_spec=
9245 export_dynamic_flag_spec=
9246 whole_archive_flag_spec=
9247 fi
9248 else
9249 # PORTME fill in a description of your system's linker (not GNU ld)
9250 case $host_os in
9251 aix3*)
9252 allow_undefined_flag=unsupported
9253 always_export_symbols=yes
9254 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'
9255 # Note: this linker hardcodes the directories in LIBPATH if there
9256 # are no directories specified by -L.
9257 hardcode_minus_L=yes
9258 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9259 # Neither direct hardcoding nor static linking is supported with a
9260 # broken collect2.
9261 hardcode_direct=unsupported
9262 fi
9263 ;;
9264
9265 aix[4-9]*)
9266 if test "$host_cpu" = ia64; then
9267 # On IA64, the linker does run time linking by default, so we don't
9268 # have to do anything special.
9269 aix_use_runtimelinking=no
9270 exp_sym_flag='-Bexport'
9271 no_entry_flag=""
9272 else
9273 # If we're using GNU nm, then we don't want the "-C" option.
9274 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9275 # Also, AIX nm treats weak defined symbols like other global
9276 # defined symbols, whereas GNU nm marks them as "W".
9277 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9278 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'
9279 else
9280 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
9281 fi
9282 aix_use_runtimelinking=no
9283
9284 # Test if we are trying to use run time linking or normal
9285 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9286 # need to do runtime linking.
9287 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9288 for ld_flag in $LDFLAGS; do
9289 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9290 aix_use_runtimelinking=yes
9291 break
9292 fi
9293 done
9294 ;;
9295 esac
9296
9297 exp_sym_flag='-bexport'
9298 no_entry_flag='-bnoentry'
9299 fi
9300
9301 # When large executables or shared objects are built, AIX ld can
9302 # have problems creating the table of contents. If linking a library
9303 # or program results in "error TOC overflow" add -mminimal-toc to
9304 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9305 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9306
9307 archive_cmds=''
9308 hardcode_direct=yes
9309 hardcode_direct_absolute=yes
9310 hardcode_libdir_separator=':'
9311 link_all_deplibs=yes
9312 file_list_spec='${wl}-f,'
9313
9314 if test "$GCC" = yes; then
9315 case $host_os in aix4.[012]|aix4.[012].*)
9316 # We only want to do this on AIX 4.2 and lower, the check
9317 # below for broken collect2 doesn't work under 4.3+
9318 collect2name=`${CC} -print-prog-name=collect2`
9319 if test -f "$collect2name" &&
9320 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9321 then
9322 # We have reworked collect2
9323 :
9324 else
9325 # We have old collect2
9326 hardcode_direct=unsupported
9327 # It fails to find uninstalled libraries when the uninstalled
9328 # path is not listed in the libpath. Setting hardcode_minus_L
9329 # to unsupported forces relinking
9330 hardcode_minus_L=yes
9331 hardcode_libdir_flag_spec='-L$libdir'
9332 hardcode_libdir_separator=
9333 fi
9334 ;;
9335 esac
9336 shared_flag='-shared'
9337 if test "$aix_use_runtimelinking" = yes; then
9338 shared_flag="$shared_flag "'${wl}-G'
9339 fi
9340 link_all_deplibs=no
9341 else
9342 # not using gcc
9343 if test "$host_cpu" = ia64; then
9344 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9345 # chokes on -Wl,-G. The following line is correct:
9346 shared_flag='-G'
9347 else
9348 if test "$aix_use_runtimelinking" = yes; then
9349 shared_flag='${wl}-G'
9350 else
9351 shared_flag='${wl}-bM:SRE'
9352 fi
9353 fi
9354 fi
9355
9356 export_dynamic_flag_spec='${wl}-bexpall'
9357 # It seems that -bexpall does not export symbols beginning with
9358 # underscore (_), so it is better to generate a list of symbols to export.
9359 always_export_symbols=yes
9360 if test "$aix_use_runtimelinking" = yes; then
9361 # Warning - without using the other runtime loading flags (-brtl),
9362 # -berok will link without error, but may produce a broken library.
9363 allow_undefined_flag='-berok'
9364 # Determine the default libpath from the value encoded in an
9365 # empty executable.
9366 if test "${lt_cv_aix_libpath+set}" = set; then
9367 aix_libpath=$lt_cv_aix_libpath
9368else
9369 if ${lt_cv_aix_libpath_+:} false; then :
9370 $as_echo_n "(cached) " >&6
9371else
9372 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9373/* end confdefs.h. */
9374
9375int
9376main ()
9377{
9378
9379 ;
9380 return 0;
9381}
9382_ACEOF
9383if ac_fn_c_try_link "$LINENO"; then :
9384
9385 lt_aix_libpath_sed='
9386 /Import File Strings/,/^$/ {
9387 /^0/ {
9388 s/^0 *\([^ ]*\) *$/\1/
9389 p
9390 }
9391 }'
9392 lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9393 # Check for a 64-bit object if we didn't find anything.
9394 if test -z "$lt_cv_aix_libpath_"; then
9395 lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9396 fi
9397fi
9398rm -f core conftest.err conftest.$ac_objext \
9399 conftest$ac_exeext conftest.$ac_ext
9400 if test -z "$lt_cv_aix_libpath_"; then
9401 lt_cv_aix_libpath_="/usr/lib:/lib"
9402 fi
9403
9404fi
9405
9406 aix_libpath=$lt_cv_aix_libpath_
9407fi
9408
9409 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9410 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"
9411 else
9412 if test "$host_cpu" = ia64; then
9413 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9414 allow_undefined_flag="-z nodefs"
9415 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"
9416 else
9417 # Determine the default libpath from the value encoded in an
9418 # empty executable.
9419 if test "${lt_cv_aix_libpath+set}" = set; then
9420 aix_libpath=$lt_cv_aix_libpath
9421else
9422 if ${lt_cv_aix_libpath_+:} false; then :
9423 $as_echo_n "(cached) " >&6
9424else
9425 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9426/* end confdefs.h. */
9427
9428int
9429main ()
9430{
9431
9432 ;
9433 return 0;
9434}
9435_ACEOF
9436if ac_fn_c_try_link "$LINENO"; then :
9437
9438 lt_aix_libpath_sed='
9439 /Import File Strings/,/^$/ {
9440 /^0/ {
9441 s/^0 *\([^ ]*\) *$/\1/
9442 p
9443 }
9444 }'
9445 lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9446 # Check for a 64-bit object if we didn't find anything.
9447 if test -z "$lt_cv_aix_libpath_"; then
9448 lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9449 fi
9450fi
9451rm -f core conftest.err conftest.$ac_objext \
9452 conftest$ac_exeext conftest.$ac_ext
9453 if test -z "$lt_cv_aix_libpath_"; then
9454 lt_cv_aix_libpath_="/usr/lib:/lib"
9455 fi
9456
9457fi
9458
9459 aix_libpath=$lt_cv_aix_libpath_
9460fi
9461
9462 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9463 # Warning - without using the other run time loading flags,
9464 # -berok will link without error, but may produce a broken library.
9465 no_undefined_flag=' ${wl}-bernotok'
9466 allow_undefined_flag=' ${wl}-berok'
9467 if test "$with_gnu_ld" = yes; then
9468 # We only use this code for GNU lds that support --whole-archive.
9469 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9470 else
9471 # Exported symbols can be pulled into shared objects from archives
9472 whole_archive_flag_spec='$convenience'
9473 fi
9474 archive_cmds_need_lc=yes
9475 # This is similar to how AIX traditionally builds its shared libraries.
9476 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'
9477 fi
9478 fi
9479 ;;
9480
9481 amigaos*)
9482 case $host_cpu in
9483 powerpc)
9484 # see comment about AmigaOS4 .so support
9485 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9486 archive_expsym_cmds=''
9487 ;;
9488 m68k)
9489 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)'
9490 hardcode_libdir_flag_spec='-L$libdir'
9491 hardcode_minus_L=yes
9492 ;;
9493 esac
9494 ;;
9495
9496 bsdi[45]*)
9497 export_dynamic_flag_spec=-rdynamic
9498 ;;
9499
9500 cygwin* | mingw* | pw32* | cegcc*)
9501 # When not using gcc, we currently assume that we are using
9502 # Microsoft Visual C++.
9503 # hardcode_libdir_flag_spec is actually meaningless, as there is
9504 # no search path for DLLs.
9505 case $cc_basename in
9506 cl*)
9507 # Native MSVC
9508 hardcode_libdir_flag_spec=' '
9509 allow_undefined_flag=unsupported
9510 always_export_symbols=yes
9511 file_list_spec='@'
9512 # Tell ltmain to make .lib files, not .a files.
9513 libext=lib
9514 # Tell ltmain to make .dll files, not .so files.
9515 shrext_cmds=".dll"
9516 # FIXME: Setting linknames here is a bad hack.
9517 archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
9518 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9519 sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
9520 else
9521 sed -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp;
9522 fi~
9523 $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
9524 linknames='
9525 # The linker will not automatically build a static lib if we build a DLL.
9526 # _LT_TAGVAR(old_archive_from_new_cmds, )='true'
9527 enable_shared_with_static_runtimes=yes
9528 exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
9529 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9530 # Don't use ranlib
9531 old_postinstall_cmds='chmod 644 $oldlib'
9532 postlink_cmds='lt_outputfile="@OUTPUT@"~
9533 lt_tool_outputfile="@TOOL_OUTPUT@"~
9534 case $lt_outputfile in
9535 *.exe|*.EXE) ;;
9536 *)
9537 lt_outputfile="$lt_outputfile.exe"
9538 lt_tool_outputfile="$lt_tool_outputfile.exe"
9539 ;;
9540 esac~
9541 if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then
9542 $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
9543 $RM "$lt_outputfile.manifest";
9544 fi'
9545 ;;
9546 *)
9547 # Assume MSVC wrapper
9548 hardcode_libdir_flag_spec=' '
9549 allow_undefined_flag=unsupported
9550 # Tell ltmain to make .lib files, not .a files.
9551 libext=lib
9552 # Tell ltmain to make .dll files, not .so files.
9553 shrext_cmds=".dll"
9554 # FIXME: Setting linknames here is a bad hack.
9555 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9556 # The linker will automatically build a .lib file if we build a DLL.
9557 old_archive_from_new_cmds='true'
9558 # FIXME: Should let the user specify the lib program.
9559 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9560 enable_shared_with_static_runtimes=yes
9561 ;;
9562 esac
9563 ;;
9564
9565 darwin* | rhapsody*)
9566
9567
9568 archive_cmds_need_lc=no
9569 hardcode_direct=no
9570 hardcode_automatic=yes
9571 hardcode_shlibpath_var=unsupported
9572 if test "$lt_cv_ld_force_load" = "yes"; then
9573 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\"`'
9574
9575 else
9576 whole_archive_flag_spec=''
9577 fi
9578 link_all_deplibs=yes
9579 allow_undefined_flag="$_lt_dar_allow_undefined"
9580 case $cc_basename in
9581 ifort*) _lt_dar_can_shared=yes ;;
9582 *) _lt_dar_can_shared=$GCC ;;
9583 esac
9584 if test "$_lt_dar_can_shared" = "yes"; then
9585 output_verbose_link_cmd=func_echo_all
9586 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9587 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9588 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}"
9589 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}"
9590
9591 else
9592 ld_shlibs=no
9593 fi
9594
9595 ;;
9596
9597 dgux*)
9598 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9599 hardcode_libdir_flag_spec='-L$libdir'
9600 hardcode_shlibpath_var=no
9601 ;;
9602
9603 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9604 # support. Future versions do this automatically, but an explicit c++rt0.o
9605 # does not break anything, and helps significantly (at the cost of a little
9606 # extra space).
9607 freebsd2.2*)
9608 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9609 hardcode_libdir_flag_spec='-R$libdir'
9610 hardcode_direct=yes
9611 hardcode_shlibpath_var=no
9612 ;;
9613
9614 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9615 freebsd2.*)
9616 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9617 hardcode_direct=yes
9618 hardcode_minus_L=yes
9619 hardcode_shlibpath_var=no
9620 ;;
9621
9622 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9623 freebsd* | dragonfly*)
9624 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9625 hardcode_libdir_flag_spec='-R$libdir'
9626 hardcode_direct=yes
9627 hardcode_shlibpath_var=no
9628 ;;
9629
9630 hpux9*)
9631 if test "$GCC" = yes; then
9632 archive_cmds='$RM $output_objdir/$soname~$CC -shared $pic_flag ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
9633 else
9634 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'
9635 fi
9636 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9637 hardcode_libdir_separator=:
9638 hardcode_direct=yes
9639
9640 # hardcode_minus_L: Not really in the search PATH,
9641 # but as the default location of the library.
9642 hardcode_minus_L=yes
9643 export_dynamic_flag_spec='${wl}-E'
9644 ;;
9645
9646 hpux10*)
9647 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9648 archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9649 else
9650 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9651 fi
9652 if test "$with_gnu_ld" = no; then
9653 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9654 hardcode_libdir_separator=:
9655 hardcode_direct=yes
9656 hardcode_direct_absolute=yes
9657 export_dynamic_flag_spec='${wl}-E'
9658 # hardcode_minus_L: Not really in the search PATH,
9659 # but as the default location of the library.
9660 hardcode_minus_L=yes
9661 fi
9662 ;;
9663
9664 hpux11*)
9665 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9666 case $host_cpu in
9667 hppa*64*)
9668 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9669 ;;
9670 ia64*)
9671 archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9672 ;;
9673 *)
9674 archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9675 ;;
9676 esac
9677 else
9678 case $host_cpu in
9679 hppa*64*)
9680 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9681 ;;
9682 ia64*)
9683 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9684 ;;
9685 *)
9686
9687 # Older versions of the 11.00 compiler do not understand -b yet
9688 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9690$as_echo_n "checking if $CC understands -b... " >&6; }
9691if ${lt_cv_prog_compiler__b+:} false; then :
9692 $as_echo_n "(cached) " >&6
9693else
9694 lt_cv_prog_compiler__b=no
9695 save_LDFLAGS="$LDFLAGS"
9696 LDFLAGS="$LDFLAGS -b"
9697 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9698 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9699 # The linker can only warn and ignore the option if not recognized
9700 # So say no if there are warnings
9701 if test -s conftest.err; then
9702 # Append any errors to the config.log.
9703 cat conftest.err 1>&5
9704 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9705 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9706 if diff conftest.exp conftest.er2 >/dev/null; then
9707 lt_cv_prog_compiler__b=yes
9708 fi
9709 else
9710 lt_cv_prog_compiler__b=yes
9711 fi
9712 fi
9713 $RM -r conftest*
9714 LDFLAGS="$save_LDFLAGS"
9715
9716fi
9717{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9718$as_echo "$lt_cv_prog_compiler__b" >&6; }
9719
9720if test x"$lt_cv_prog_compiler__b" = xyes; then
9721 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9722else
9723 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9724fi
9725
9726 ;;
9727 esac
9728 fi
9729 if test "$with_gnu_ld" = no; then
9730 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9731 hardcode_libdir_separator=:
9732
9733 case $host_cpu in
9734 hppa*64*|ia64*)
9735 hardcode_direct=no
9736 hardcode_shlibpath_var=no
9737 ;;
9738 *)
9739 hardcode_direct=yes
9740 hardcode_direct_absolute=yes
9741 export_dynamic_flag_spec='${wl}-E'
9742
9743 # hardcode_minus_L: Not really in the search PATH,
9744 # but as the default location of the library.
9745 hardcode_minus_L=yes
9746 ;;
9747 esac
9748 fi
9749 ;;
9750
9751 irix5* | irix6* | nonstopux*)
9752 if test "$GCC" = yes; then
9753 archive_cmds='$CC -shared $pic_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'
9754 # Try to use the -exported_symbol ld option, if it does not
9755 # work, assume that -exports_file does not work either and
9756 # implicitly export all symbols.
9757 # This should be the same for all languages, so no per-tag cache variable.
9758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5
9759$as_echo_n "checking whether the $host_os linker accepts -exported_symbol... " >&6; }
9760if ${lt_cv_irix_exported_symbol+:} false; then :
9761 $as_echo_n "(cached) " >&6
9762else
9763 save_LDFLAGS="$LDFLAGS"
9764 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9765 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9766/* end confdefs.h. */
9767int foo (void) { return 0; }
9768_ACEOF
9769if ac_fn_c_try_link "$LINENO"; then :
9770 lt_cv_irix_exported_symbol=yes
9771else
9772 lt_cv_irix_exported_symbol=no
9773fi
9774rm -f core conftest.err conftest.$ac_objext \
9775 conftest$ac_exeext conftest.$ac_ext
9776 LDFLAGS="$save_LDFLAGS"
9777fi
9778{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5
9779$as_echo "$lt_cv_irix_exported_symbol" >&6; }
9780 if test "$lt_cv_irix_exported_symbol" = yes; then
9781 archive_expsym_cmds='$CC -shared $pic_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 ${wl}-exports_file ${wl}$export_symbols -o $lib'
9782 fi
9783 else
9784 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'
9785 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'
9786 fi
9787 archive_cmds_need_lc='no'
9788 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9789 hardcode_libdir_separator=:
9790 inherit_rpath=yes
9791 link_all_deplibs=yes
9792 ;;
9793
9794 netbsd* | netbsdelf*-gnu)
9795 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9796 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9797 else
9798 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9799 fi
9800 hardcode_libdir_flag_spec='-R$libdir'
9801 hardcode_direct=yes
9802 hardcode_shlibpath_var=no
9803 ;;
9804
9805 newsos6)
9806 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9807 hardcode_direct=yes
9808 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9809 hardcode_libdir_separator=:
9810 hardcode_shlibpath_var=no
9811 ;;
9812
9813 *nto* | *qnx*)
9814 ;;
9815
9816 openbsd*)
9817 if test -f /usr/libexec/ld.so; then
9818 hardcode_direct=yes
9819 hardcode_shlibpath_var=no
9820 hardcode_direct_absolute=yes
9821 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9822 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9823 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9824 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9825 export_dynamic_flag_spec='${wl}-E'
9826 else
9827 case $host_os in
9828 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9829 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9830 hardcode_libdir_flag_spec='-R$libdir'
9831 ;;
9832 *)
9833 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9834 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9835 ;;
9836 esac
9837 fi
9838 else
9839 ld_shlibs=no
9840 fi
9841 ;;
9842
9843 os2*)
9844 hardcode_libdir_flag_spec='-L$libdir'
9845 hardcode_minus_L=yes
9846 allow_undefined_flag=unsupported
9847 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'
9848 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9849 ;;
9850
9851 osf3*)
9852 if test "$GCC" = yes; then
9853 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9854 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'
9855 else
9856 allow_undefined_flag=' -expect_unresolved \*'
9857 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'
9858 fi
9859 archive_cmds_need_lc='no'
9860 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9861 hardcode_libdir_separator=:
9862 ;;
9863
9864 osf4* | osf5*) # as osf3* with the addition of -msym flag
9865 if test "$GCC" = yes; then
9866 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9867 archive_cmds='$CC -shared${allow_undefined_flag} $pic_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'
9868 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9869 else
9870 allow_undefined_flag=' -expect_unresolved \*'
9871 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'
9872 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~
9873 $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'
9874
9875 # Both c and cxx compiler support -rpath directly
9876 hardcode_libdir_flag_spec='-rpath $libdir'
9877 fi
9878 archive_cmds_need_lc='no'
9879 hardcode_libdir_separator=:
9880 ;;
9881
9882 solaris*)
9883 no_undefined_flag=' -z defs'
9884 if test "$GCC" = yes; then
9885 wlarc='${wl}'
9886 archive_cmds='$CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9887 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9888 $CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9889 else
9890 case `$CC -V 2>&1` in
9891 *"Compilers 5.0"*)
9892 wlarc=''
9893 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9894 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9895 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9896 ;;
9897 *)
9898 wlarc='${wl}'
9899 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9900 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9901 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9902 ;;
9903 esac
9904 fi
9905 hardcode_libdir_flag_spec='-R$libdir'
9906 hardcode_shlibpath_var=no
9907 case $host_os in
9908 solaris2.[0-5] | solaris2.[0-5].*) ;;
9909 *)
9910 # The compiler driver will combine and reorder linker options,
9911 # but understands `-z linker_flag'. GCC discards it without `$wl',
9912 # but is careful enough not to reorder.
9913 # Supported since Solaris 2.6 (maybe 2.5.1?)
9914 if test "$GCC" = yes; then
9915 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9916 else
9917 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9918 fi
9919 ;;
9920 esac
9921 link_all_deplibs=yes
9922 ;;
9923
9924 sunos4*)
9925 if test "x$host_vendor" = xsequent; then
9926 # Use $CC to link under sequent, because it throws in some extra .o
9927 # files that make .init and .fini sections work.
9928 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9929 else
9930 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9931 fi
9932 hardcode_libdir_flag_spec='-L$libdir'
9933 hardcode_direct=yes
9934 hardcode_minus_L=yes
9935 hardcode_shlibpath_var=no
9936 ;;
9937
9938 sysv4)
9939 case $host_vendor in
9940 sni)
9941 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9942 hardcode_direct=yes # is this really true???
9943 ;;
9944 siemens)
9945 ## LD is ld it makes a PLAMLIB
9946 ## CC just makes a GrossModule.
9947 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9948 reload_cmds='$CC -r -o $output$reload_objs'
9949 hardcode_direct=no
9950 ;;
9951 motorola)
9952 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9953 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9954 ;;
9955 esac
9956 runpath_var='LD_RUN_PATH'
9957 hardcode_shlibpath_var=no
9958 ;;
9959
9960 sysv4.3*)
9961 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9962 hardcode_shlibpath_var=no
9963 export_dynamic_flag_spec='-Bexport'
9964 ;;
9965
9966 sysv4*MP*)
9967 if test -d /usr/nec; then
9968 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9969 hardcode_shlibpath_var=no
9970 runpath_var=LD_RUN_PATH
9971 hardcode_runpath_var=yes
9972 ld_shlibs=yes
9973 fi
9974 ;;
9975
9976 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9977 no_undefined_flag='${wl}-z,text'
9978 archive_cmds_need_lc=no
9979 hardcode_shlibpath_var=no
9980 runpath_var='LD_RUN_PATH'
9981
9982 if test "$GCC" = yes; then
9983 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9984 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9985 else
9986 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9987 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9988 fi
9989 ;;
9990
9991 sysv5* | sco3.2v5* | sco5v6*)
9992 # Note: We can NOT use -z defs as we might desire, because we do not
9993 # link with -lc, and that would cause any symbols used from libc to
9994 # always be unresolved, which means just about no library would
9995 # ever link correctly. If we're not using GNU ld we use -z text
9996 # though, which does catch some bad symbols but isn't as heavy-handed
9997 # as -z defs.
9998 no_undefined_flag='${wl}-z,text'
9999 allow_undefined_flag='${wl}-z,nodefs'
10000 archive_cmds_need_lc=no
10001 hardcode_shlibpath_var=no
10002 hardcode_libdir_flag_spec='${wl}-R,$libdir'
10003 hardcode_libdir_separator=':'
10004 link_all_deplibs=yes
10005 export_dynamic_flag_spec='${wl}-Bexport'
10006 runpath_var='LD_RUN_PATH'
10007
10008 if test "$GCC" = yes; then
10009 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10010 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10011 else
10012 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10013 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10014 fi
10015 ;;
10016
10017 uts4*)
10018 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10019 hardcode_libdir_flag_spec='-L$libdir'
10020 hardcode_shlibpath_var=no
10021 ;;
10022
10023 *)
10024 ld_shlibs=no
10025 ;;
10026 esac
10027
10028 if test x$host_vendor = xsni; then
10029 case $host in
10030 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
10031 export_dynamic_flag_spec='${wl}-Blargedynsym'
10032 ;;
10033 esac
10034 fi
10035 fi
10036
10037{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10038$as_echo "$ld_shlibs" >&6; }
10039test "$ld_shlibs" = no && can_build_shared=no
10040
10041with_gnu_ld=$with_gnu_ld
10042
10043
10044
10045
10046
10047
10048
10049
10050
10051
10052
10053
10054
10055
10056
10057#
10058# Do we need to explicitly link libc?
10059#
10060case "x$archive_cmds_need_lc" in
10061x|xyes)
10062 # Assume -lc should be added
10063 archive_cmds_need_lc=yes
10064
10065 if test "$enable_shared" = yes && test "$GCC" = yes; then
10066 case $archive_cmds in
10067 *'~'*)
10068 # FIXME: we may have to deal with multi-command sequences.
10069 ;;
10070 '$CC '*)
10071 # Test whether the compiler implicitly links with -lc since on some
10072 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10073 # to ld, don't add -lc before -lgcc.
10074 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10075$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
10076if ${lt_cv_archive_cmds_need_lc+:} false; then :
10077 $as_echo_n "(cached) " >&6
10078else
10079 $RM conftest*
10080 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10081
10082 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
10083 (eval $ac_compile) 2>&5
10084 ac_status=$?
10085 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10086 test $ac_status = 0; } 2>conftest.err; then
10087 soname=conftest
10088 lib=conftest
10089 libobjs=conftest.$ac_objext
10090 deplibs=
10091 wl=$lt_prog_compiler_wl
10092 pic_flag=$lt_prog_compiler_pic
10093 compiler_flags=-v
10094 linker_flags=-v
10095 verstring=
10096 output_objdir=.
10097 libname=conftest
10098 lt_save_allow_undefined_flag=$allow_undefined_flag
10099 allow_undefined_flag=
10100 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
10101 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
10102 ac_status=$?
10103 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10104 test $ac_status = 0; }
10105 then
10106 lt_cv_archive_cmds_need_lc=no
10107 else
10108 lt_cv_archive_cmds_need_lc=yes
10109 fi
10110 allow_undefined_flag=$lt_save_allow_undefined_flag
10111 else
10112 cat conftest.err 1>&5
10113 fi
10114 $RM conftest*
10115
10116fi
10117{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10118$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
10119 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
10120 ;;
10121 esac
10122 fi
10123 ;;
10124esac
10125
10126
10127
10128
10129
10130
10131
10132
10133
10134
10135
10136
10137
10138
10139
10140
10141
10142
10143
10144
10145
10146
10147
10148
10149
10150
10151
10152
10153
10154
10155
10156
10157
10158
10159
10160
10161
10162
10163
10164
10165
10166
10167
10168
10169
10170
10171
10172
10173
10174
10175
10176
10177
10178
10179
10180
10181
10182
10183
10184
10185
10186
10187
10188
10189
10190
10191
10192
10193
10194
10195
10196
10197
10198
10199
10200
10201
10202
10203
10204
10205
10206
10207
10208
10209
10210
10211
10212
10213
10214
10215
10216
10217
10218
10219
10220
10221
10222
10223
10224
10225
10226
10227
10228
10229
10230
10231
10232
10233
10234
10235
10236
10237
10238
10239
10240
10241
10242
10243
10244
10245
10246
10247
10248
10249
10250
10251
10252
10253
10254
10255
10256
10257
10258
10259
10260
10261
10262
10263
10264
10265
10266
10267
10268
10269
10270
10271
10272
10273
10274
10275
10276
10277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10278$as_echo_n "checking dynamic linker characteristics... " >&6; }
10279
10280if test "$GCC" = yes; then
10281 case $host_os in
10282 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10283 *) lt_awk_arg="/^libraries:/" ;;
10284 esac
10285 case $host_os in
10286 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10287 *) lt_sed_strip_eq="s,=/,/,g" ;;
10288 esac
10289 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10290 case $lt_search_path_spec in
10291 *\;*)
10292 # if the path contains ";" then we assume it to be the separator
10293 # otherwise default to the standard path separator (i.e. ":") - it is
10294 # assumed that no part of a normal pathname contains ";" but that should
10295 # okay in the real world where ";" in dirpaths is itself problematic.
10296 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10297 ;;
10298 *)
10299 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10300 ;;
10301 esac
10302 # Ok, now we have the path, separated by spaces, we can step through it
10303 # and add multilib dir if necessary.
10304 lt_tmp_lt_search_path_spec=
10305 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10306 for lt_sys_path in $lt_search_path_spec; do
10307 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10308 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10309 else
10310 test -d "$lt_sys_path" && \
10311 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10312 fi
10313 done
10314 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10315BEGIN {RS=" "; FS="/|\n";} {
10316 lt_foo="";
10317 lt_count=0;
10318 for (lt_i = NF; lt_i > 0; lt_i--) {
10319 if ($lt_i != "" && $lt_i != ".") {
10320 if ($lt_i == "..") {
10321 lt_count++;
10322 } else {
10323 if (lt_count == 0) {
10324 lt_foo="/" $lt_i lt_foo;
10325 } else {
10326 lt_count--;
10327 }
10328 }
10329 }
10330 }
10331 if (lt_foo != "") { lt_freq[lt_foo]++; }
10332 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10333}'`
10334 # AWK program above erroneously prepends '/' to C:/dos/paths
10335 # for these hosts.
10336 case $host_os in
10337 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10338 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10339 esac
10340 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10341else
10342 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10343fi
10344library_names_spec=
10345libname_spec='lib$name'
10346soname_spec=
10347shrext_cmds=".so"
10348postinstall_cmds=
10349postuninstall_cmds=
10350finish_cmds=
10351finish_eval=
10352shlibpath_var=
10353shlibpath_overrides_runpath=unknown
10354version_type=none
10355dynamic_linker="$host_os ld.so"
10356sys_lib_dlsearch_path_spec="/lib /usr/lib"
10357need_lib_prefix=unknown
10358hardcode_into_libs=no
10359
10360# when you set need_version to no, make sure it does not cause -set_version
10361# flags to be left without arguments
10362need_version=unknown
10363
10364case $host_os in
10365aix3*)
10366 version_type=linux # correct to gnu/linux during the next big refactor
10367 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10368 shlibpath_var=LIBPATH
10369
10370 # AIX 3 has no versioning support, so we append a major version to the name.
10371 soname_spec='${libname}${release}${shared_ext}$major'
10372 ;;
10373
10374aix[4-9]*)
10375 version_type=linux # correct to gnu/linux during the next big refactor
10376 need_lib_prefix=no
10377 need_version=no
10378 hardcode_into_libs=yes
10379 if test "$host_cpu" = ia64; then
10380 # AIX 5 supports IA64
10381 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10382 shlibpath_var=LD_LIBRARY_PATH
10383 else
10384 # With GCC up to 2.95.x, collect2 would create an import file
10385 # for dependence libraries. The import file would start with
10386 # the line `#! .'. This would cause the generated library to
10387 # depend on `.', always an invalid library. This was fixed in
10388 # development snapshots of GCC prior to 3.0.
10389 case $host_os in
10390 aix4 | aix4.[01] | aix4.[01].*)
10391 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10392 echo ' yes '
10393 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10394 :
10395 else
10396 can_build_shared=no
10397 fi
10398 ;;
10399 esac
10400 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10401 # soname into executable. Probably we can add versioning support to
10402 # collect2, so additional links can be useful in future.
10403 if test "$aix_use_runtimelinking" = yes; then
10404 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10405 # instead of lib<name>.a to let people know that these are not
10406 # typical AIX shared libraries.
10407 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10408 else
10409 # We preserve .a as extension for shared libraries through AIX4.2
10410 # and later when we are not doing run time linking.
10411 library_names_spec='${libname}${release}.a $libname.a'
10412 soname_spec='${libname}${release}${shared_ext}$major'
10413 fi
10414 shlibpath_var=LIBPATH
10415 fi
10416 ;;
10417
10418amigaos*)
10419 case $host_cpu in
10420 powerpc)
10421 # Since July 2007 AmigaOS4 officially supports .so libraries.
10422 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10423 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10424 ;;
10425 m68k)
10426 library_names_spec='$libname.ixlibrary $libname.a'
10427 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10428 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'
10429 ;;
10430 esac
10431 ;;
10432
10433beos*)
10434 library_names_spec='${libname}${shared_ext}'
10435 dynamic_linker="$host_os ld.so"
10436 shlibpath_var=LIBRARY_PATH
10437 ;;
10438
10439bsdi[45]*)
10440 version_type=linux # correct to gnu/linux during the next big refactor
10441 need_version=no
10442 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10443 soname_spec='${libname}${release}${shared_ext}$major'
10444 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10445 shlibpath_var=LD_LIBRARY_PATH
10446 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10447 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10448 # the default ld.so.conf also contains /usr/contrib/lib and
10449 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10450 # libtool to hard-code these into programs
10451 ;;
10452
10453cygwin* | mingw* | pw32* | cegcc*)
10454 version_type=windows
10455 shrext_cmds=".dll"
10456 need_version=no
10457 need_lib_prefix=no
10458
10459 case $GCC,$cc_basename in
10460 yes,*)
10461 # gcc
10462 library_names_spec='$libname.dll.a'
10463 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10464 postinstall_cmds='base_file=`basename \${file}`~
10465 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10466 dldir=$destdir/`dirname \$dlpath`~
10467 test -d \$dldir || mkdir -p \$dldir~
10468 $install_prog $dir/$dlname \$dldir/$dlname~
10469 chmod a+x \$dldir/$dlname~
10470 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10471 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10472 fi'
10473 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10474 dlpath=$dir/\$dldll~
10475 $RM \$dlpath'
10476 shlibpath_overrides_runpath=yes
10477
10478 case $host_os in
10479 cygwin*)
10480 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10481 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10482
10483 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10484 ;;
10485 mingw* | cegcc*)
10486 # MinGW DLLs use traditional 'lib' prefix
10487 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10488 ;;
10489 pw32*)
10490 # pw32 DLLs use 'pw' prefix rather than 'lib'
10491 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10492 ;;
10493 esac
10494 dynamic_linker='Win32 ld.exe'
10495 ;;
10496
10497 *,cl*)
10498 # Native MSVC
10499 libname_spec='$name'
10500 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10501 library_names_spec='${libname}.dll.lib'
10502
10503 case $build_os in
10504 mingw*)
10505 sys_lib_search_path_spec=
10506 lt_save_ifs=$IFS
10507 IFS=';'
10508 for lt_path in $LIB
10509 do
10510 IFS=$lt_save_ifs
10511 # Let DOS variable expansion print the short 8.3 style file name.
10512 lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
10513 sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
10514 done
10515 IFS=$lt_save_ifs
10516 # Convert to MSYS style.
10517 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
10518 ;;
10519 cygwin*)
10520 # Convert to unix form, then to dos form, then back to unix form
10521 # but this time dos style (no spaces!) so that the unix form looks
10522 # like /cygdrive/c/PROGRA~1:/cygdr...
10523 sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
10524 sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
10525 sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
10526 ;;
10527 *)
10528 sys_lib_search_path_spec="$LIB"
10529 if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
10530 # It is most probably a Windows format PATH.
10531 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
10532 else
10533 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
10534 fi
10535 # FIXME: find the short name or the path components, as spaces are
10536 # common. (e.g. "Program Files" -> "PROGRA~1")
10537 ;;
10538 esac
10539
10540 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10541 postinstall_cmds='base_file=`basename \${file}`~
10542 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10543 dldir=$destdir/`dirname \$dlpath`~
10544 test -d \$dldir || mkdir -p \$dldir~
10545 $install_prog $dir/$dlname \$dldir/$dlname'
10546 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10547 dlpath=$dir/\$dldll~
10548 $RM \$dlpath'
10549 shlibpath_overrides_runpath=yes
10550 dynamic_linker='Win32 link.exe'
10551 ;;
10552
10553 *)
10554 # Assume MSVC wrapper
10555 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10556 dynamic_linker='Win32 ld.exe'
10557 ;;
10558 esac
10559 # FIXME: first we should search . and the directory the executable is in
10560 shlibpath_var=PATH
10561 ;;
10562
10563darwin* | rhapsody*)
10564 dynamic_linker="$host_os dyld"
10565 version_type=darwin
10566 need_lib_prefix=no
10567 need_version=no
10568 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10569 soname_spec='${libname}${release}${major}$shared_ext'
10570 shlibpath_overrides_runpath=yes
10571 shlibpath_var=DYLD_LIBRARY_PATH
10572 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10573
10574 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10575 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10576 ;;
10577
10578dgux*)
10579 version_type=linux # correct to gnu/linux during the next big refactor
10580 need_lib_prefix=no
10581 need_version=no
10582 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10583 soname_spec='${libname}${release}${shared_ext}$major'
10584 shlibpath_var=LD_LIBRARY_PATH
10585 ;;
10586
10587freebsd* | dragonfly*)
10588 # DragonFly does not have aout. When/if they implement a new
10589 # versioning mechanism, adjust this.
10590 if test -x /usr/bin/objformat; then
10591 objformat=`/usr/bin/objformat`
10592 else
10593 case $host_os in
10594 freebsd[23].*) objformat=aout ;;
10595 *) objformat=elf ;;
10596 esac
10597 fi
10598 version_type=freebsd-$objformat
10599 case $version_type in
10600 freebsd-elf*)
10601 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10602 need_version=no
10603 need_lib_prefix=no
10604 ;;
10605 freebsd-*)
10606 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10607 need_version=yes
10608 ;;
10609 esac
10610 shlibpath_var=LD_LIBRARY_PATH
10611 case $host_os in
10612 freebsd2.*)
10613 shlibpath_overrides_runpath=yes
10614 ;;
10615 freebsd3.[01]* | freebsdelf3.[01]*)
10616 shlibpath_overrides_runpath=yes
10617 hardcode_into_libs=yes
10618 ;;
10619 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10620 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10621 shlibpath_overrides_runpath=no
10622 hardcode_into_libs=yes
10623 ;;
10624 *) # from 4.6 on, and DragonFly
10625 shlibpath_overrides_runpath=yes
10626 hardcode_into_libs=yes
10627 ;;
10628 esac
10629 ;;
10630
10631haiku*)
10632 version_type=linux # correct to gnu/linux during the next big refactor
10633 need_lib_prefix=no
10634 need_version=no
10635 dynamic_linker="$host_os runtime_loader"
10636 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10637 soname_spec='${libname}${release}${shared_ext}$major'
10638 shlibpath_var=LIBRARY_PATH
10639 shlibpath_overrides_runpath=yes
10640 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
10641 hardcode_into_libs=yes
10642 ;;
10643
10644hpux9* | hpux10* | hpux11*)
10645 # Give a soname corresponding to the major version so that dld.sl refuses to
10646 # link against other versions.
10647 version_type=sunos
10648 need_lib_prefix=no
10649 need_version=no
10650 case $host_cpu in
10651 ia64*)
10652 shrext_cmds='.so'
10653 hardcode_into_libs=yes
10654 dynamic_linker="$host_os dld.so"
10655 shlibpath_var=LD_LIBRARY_PATH
10656 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10657 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10658 soname_spec='${libname}${release}${shared_ext}$major'
10659 if test "X$HPUX_IA64_MODE" = X32; then
10660 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10661 else
10662 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10663 fi
10664 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10665 ;;
10666 hppa*64*)
10667 shrext_cmds='.sl'
10668 hardcode_into_libs=yes
10669 dynamic_linker="$host_os dld.sl"
10670 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10671 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10672 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10673 soname_spec='${libname}${release}${shared_ext}$major'
10674 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10675 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10676 ;;
10677 *)
10678 shrext_cmds='.sl'
10679 dynamic_linker="$host_os dld.sl"
10680 shlibpath_var=SHLIB_PATH
10681 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10682 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10683 soname_spec='${libname}${release}${shared_ext}$major'
10684 ;;
10685 esac
10686 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10687 postinstall_cmds='chmod 555 $lib'
10688 # or fails outright, so override atomically:
10689 install_override_mode=555
10690 ;;
10691
10692interix[3-9]*)
10693 version_type=linux # correct to gnu/linux during the next big refactor
10694 need_lib_prefix=no
10695 need_version=no
10696 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10697 soname_spec='${libname}${release}${shared_ext}$major'
10698 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10699 shlibpath_var=LD_LIBRARY_PATH
10700 shlibpath_overrides_runpath=no
10701 hardcode_into_libs=yes
10702 ;;
10703
10704irix5* | irix6* | nonstopux*)
10705 case $host_os in
10706 nonstopux*) version_type=nonstopux ;;
10707 *)
10708 if test "$lt_cv_prog_gnu_ld" = yes; then
10709 version_type=linux # correct to gnu/linux during the next big refactor
10710 else
10711 version_type=irix
10712 fi ;;
10713 esac
10714 need_lib_prefix=no
10715 need_version=no
10716 soname_spec='${libname}${release}${shared_ext}$major'
10717 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10718 case $host_os in
10719 irix5* | nonstopux*)
10720 libsuff= shlibsuff=
10721 ;;
10722 *)
10723 case $LD in # libtool.m4 will add one of these switches to LD
10724 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10725 libsuff= shlibsuff= libmagic=32-bit;;
10726 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10727 libsuff=32 shlibsuff=N32 libmagic=N32;;
10728 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10729 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10730 *) libsuff= shlibsuff= libmagic=never-match;;
10731 esac
10732 ;;
10733 esac
10734 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10735 shlibpath_overrides_runpath=no
10736 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10737 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10738 hardcode_into_libs=yes
10739 ;;
10740
10741# No shared lib support for Linux oldld, aout, or coff.
10742linux*oldld* | linux*aout* | linux*coff*)
10743 dynamic_linker=no
10744 ;;
10745
10746# This must be glibc/ELF.
10747linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
10748 version_type=linux # correct to gnu/linux during the next big refactor
10749 need_lib_prefix=no
10750 need_version=no
10751 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10752 soname_spec='${libname}${release}${shared_ext}$major'
10753 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10754 shlibpath_var=LD_LIBRARY_PATH
10755 shlibpath_overrides_runpath=no
10756
10757 # Some binutils ld are patched to set DT_RUNPATH
10758 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
10759 $as_echo_n "(cached) " >&6
10760else
10761 lt_cv_shlibpath_overrides_runpath=no
10762 save_LDFLAGS=$LDFLAGS
10763 save_libdir=$libdir
10764 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10765 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10766 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10767/* end confdefs.h. */
10768
10769int
10770main ()
10771{
10772
10773 ;
10774 return 0;
10775}
10776_ACEOF
10777if ac_fn_c_try_link "$LINENO"; then :
10778 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10779 lt_cv_shlibpath_overrides_runpath=yes
10780fi
10781fi
10782rm -f core conftest.err conftest.$ac_objext \
10783 conftest$ac_exeext conftest.$ac_ext
10784 LDFLAGS=$save_LDFLAGS
10785 libdir=$save_libdir
10786
10787fi
10788
10789 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10790
10791 # This implies no fast_install, which is unacceptable.
10792 # Some rework will be needed to allow for fast_install
10793 # before this can be enabled.
10794 hardcode_into_libs=yes
10795
10796 # Append ld.so.conf contents to the search path
10797 if test -f /etc/ld.so.conf; then
10798 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' ' '`
10799 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10800 fi
10801
10802 # We used to test for /lib/ld.so.1 and disable shared libraries on
10803 # powerpc, because MkLinux only supported shared libraries with the
10804 # GNU dynamic linker. Since this was broken with cross compilers,
10805 # most powerpc-linux boxes support dynamic linking these days and
10806 # people can always --disable-shared, the test was removed, and we
10807 # assume the GNU/Linux dynamic linker is in use.
10808 dynamic_linker='GNU/Linux ld.so'
10809 ;;
10810
10811netbsdelf*-gnu)
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 shlibpath_var=LD_LIBRARY_PATH
10818 shlibpath_overrides_runpath=no
10819 hardcode_into_libs=yes
10820 dynamic_linker='NetBSD ld.elf_so'
10821 ;;
10822
10823netbsd*)
10824 version_type=sunos
10825 need_lib_prefix=no
10826 need_version=no
10827 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10828 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10829 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10830 dynamic_linker='NetBSD (a.out) ld.so'
10831 else
10832 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10833 soname_spec='${libname}${release}${shared_ext}$major'
10834 dynamic_linker='NetBSD ld.elf_so'
10835 fi
10836 shlibpath_var=LD_LIBRARY_PATH
10837 shlibpath_overrides_runpath=yes
10838 hardcode_into_libs=yes
10839 ;;
10840
10841newsos6)
10842 version_type=linux # correct to gnu/linux during the next big refactor
10843 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10844 shlibpath_var=LD_LIBRARY_PATH
10845 shlibpath_overrides_runpath=yes
10846 ;;
10847
10848*nto* | *qnx*)
10849 version_type=qnx
10850 need_lib_prefix=no
10851 need_version=no
10852 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10853 soname_spec='${libname}${release}${shared_ext}$major'
10854 shlibpath_var=LD_LIBRARY_PATH
10855 shlibpath_overrides_runpath=no
10856 hardcode_into_libs=yes
10857 dynamic_linker='ldqnx.so'
10858 ;;
10859
10860openbsd*)
10861 version_type=sunos
10862 sys_lib_dlsearch_path_spec="/usr/lib"
10863 need_lib_prefix=no
10864 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10865 case $host_os in
10866 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10867 *) need_version=no ;;
10868 esac
10869 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10870 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10871 shlibpath_var=LD_LIBRARY_PATH
10872 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10873 case $host_os in
10874 openbsd2.[89] | openbsd2.[89].*)
10875 shlibpath_overrides_runpath=no
10876 ;;
10877 *)
10878 shlibpath_overrides_runpath=yes
10879 ;;
10880 esac
10881 else
10882 shlibpath_overrides_runpath=yes
10883 fi
10884 ;;
10885
10886os2*)
10887 libname_spec='$name'
10888 shrext_cmds=".dll"
10889 need_lib_prefix=no
10890 library_names_spec='$libname${shared_ext} $libname.a'
10891 dynamic_linker='OS/2 ld.exe'
10892 shlibpath_var=LIBPATH
10893 ;;
10894
10895osf3* | osf4* | osf5*)
10896 version_type=osf
10897 need_lib_prefix=no
10898 need_version=no
10899 soname_spec='${libname}${release}${shared_ext}$major'
10900 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10901 shlibpath_var=LD_LIBRARY_PATH
10902 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10903 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10904 ;;
10905
10906rdos*)
10907 dynamic_linker=no
10908 ;;
10909
10910solaris*)
10911 version_type=linux # correct to gnu/linux during the next big refactor
10912 need_lib_prefix=no
10913 need_version=no
10914 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10915 soname_spec='${libname}${release}${shared_ext}$major'
10916 shlibpath_var=LD_LIBRARY_PATH
10917 shlibpath_overrides_runpath=yes
10918 hardcode_into_libs=yes
10919 # ldd complains unless libraries are executable
10920 postinstall_cmds='chmod +x $lib'
10921 ;;
10922
10923sunos4*)
10924 version_type=sunos
10925 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10926 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10927 shlibpath_var=LD_LIBRARY_PATH
10928 shlibpath_overrides_runpath=yes
10929 if test "$with_gnu_ld" = yes; then
10930 need_lib_prefix=no
10931 fi
10932 need_version=yes
10933 ;;
10934
10935sysv4 | sysv4.3*)
10936 version_type=linux # correct to gnu/linux during the next big refactor
10937 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10938 soname_spec='${libname}${release}${shared_ext}$major'
10939 shlibpath_var=LD_LIBRARY_PATH
10940 case $host_vendor in
10941 sni)
10942 shlibpath_overrides_runpath=no
10943 need_lib_prefix=no
10944 runpath_var=LD_RUN_PATH
10945 ;;
10946 siemens)
10947 need_lib_prefix=no
10948 ;;
10949 motorola)
10950 need_lib_prefix=no
10951 need_version=no
10952 shlibpath_overrides_runpath=no
10953 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10954 ;;
10955 esac
10956 ;;
10957
10958sysv4*MP*)
10959 if test -d /usr/nec ;then
10960 version_type=linux # correct to gnu/linux during the next big refactor
10961 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10962 soname_spec='$libname${shared_ext}.$major'
10963 shlibpath_var=LD_LIBRARY_PATH
10964 fi
10965 ;;
10966
10967sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10968 version_type=freebsd-elf
10969 need_lib_prefix=no
10970 need_version=no
10971 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10972 soname_spec='${libname}${release}${shared_ext}$major'
10973 shlibpath_var=LD_LIBRARY_PATH
10974 shlibpath_overrides_runpath=yes
10975 hardcode_into_libs=yes
10976 if test "$with_gnu_ld" = yes; then
10977 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10978 else
10979 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10980 case $host_os in
10981 sco3.2v5*)
10982 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10983 ;;
10984 esac
10985 fi
10986 sys_lib_dlsearch_path_spec='/usr/lib'
10987 ;;
10988
10989tpf*)
10990 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10991 version_type=linux # correct to gnu/linux during the next big refactor
10992 need_lib_prefix=no
10993 need_version=no
10994 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10995 shlibpath_var=LD_LIBRARY_PATH
10996 shlibpath_overrides_runpath=no
10997 hardcode_into_libs=yes
10998 ;;
10999
11000uts4*)
11001 version_type=linux # correct to gnu/linux during the next big refactor
11002 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11003 soname_spec='${libname}${release}${shared_ext}$major'
11004 shlibpath_var=LD_LIBRARY_PATH
11005 ;;
11006
11007*)
11008 dynamic_linker=no
11009 ;;
11010esac
11011{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
11012$as_echo "$dynamic_linker" >&6; }
11013test "$dynamic_linker" = no && can_build_shared=no
11014
11015variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
11016if test "$GCC" = yes; then
11017 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
11018fi
11019
11020if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
11021 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
11022fi
11023if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
11024 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
11025fi
11026
11027
11028
11029
11030
11031
11032
11033
11034
11035
11036
11037
11038
11039
11040
11041
11042
11043
11044
11045
11046
11047
11048
11049
11050
11051
11052
11053
11054
11055
11056
11057
11058
11059
11060
11061
11062
11063
11064
11065
11066
11067
11068
11069
11070
11071
11072
11073
11074
11075
11076
11077
11078
11079
11080
11081
11082
11083
11084
11085
11086
11087
11088
11089
11090
11091
11092
11093
11094
11095
11096
11097
11098
11099
11100
11101
11102
11103
11104
11105
11106
11107
11108
11109
11110
11111
11112
11113
11114
11115
11116
11117
11118 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11119$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
11120hardcode_action=
11121if test -n "$hardcode_libdir_flag_spec" ||
11122 test -n "$runpath_var" ||
11123 test "X$hardcode_automatic" = "Xyes" ; then
11124
11125 # We can hardcode non-existent directories.
11126 if test "$hardcode_direct" != no &&
11127 # If the only mechanism to avoid hardcoding is shlibpath_var, we
11128 # have to relink, otherwise we might link with an installed library
11129 # when we should be linking with a yet-to-be-installed one
11130 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11131 test "$hardcode_minus_L" != no; then
11132 # Linking always hardcodes the temporary library directory.
11133 hardcode_action=relink
11134 else
11135 # We can link without hardcoding, and we can hardcode nonexisting dirs.
11136 hardcode_action=immediate
11137 fi
11138else
11139 # We cannot hardcode anything, or else we can only hardcode existing
11140 # directories.
11141 hardcode_action=unsupported
11142fi
11143{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11144$as_echo "$hardcode_action" >&6; }
11145
11146if test "$hardcode_action" = relink ||
11147 test "$inherit_rpath" = yes; then
11148 # Fast installation is not supported
11149 enable_fast_install=no
11150elif test "$shlibpath_overrides_runpath" = yes ||
11151 test "$enable_shared" = no; then
11152 # Fast installation is not necessary
11153 enable_fast_install=needless
11154fi
11155
11156
11157
11158
11159
11160
11161 if test "x$enable_dlopen" != xyes; then
11162 enable_dlopen=unknown
11163 enable_dlopen_self=unknown
11164 enable_dlopen_self_static=unknown
11165else
11166 lt_cv_dlopen=no
11167 lt_cv_dlopen_libs=
11168
11169 case $host_os in
11170 beos*)
11171 lt_cv_dlopen="load_add_on"
11172 lt_cv_dlopen_libs=
11173 lt_cv_dlopen_self=yes
11174 ;;
11175
11176 mingw* | pw32* | cegcc*)
11177 lt_cv_dlopen="LoadLibrary"
11178 lt_cv_dlopen_libs=
11179 ;;
11180
11181 cygwin*)
11182 lt_cv_dlopen="dlopen"
11183 lt_cv_dlopen_libs=
11184 ;;
11185
11186 darwin*)
11187 # if libdl is installed we need to link against it
11188 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11189$as_echo_n "checking for dlopen in -ldl... " >&6; }
11190if ${ac_cv_lib_dl_dlopen+:} false; then :
11191 $as_echo_n "(cached) " >&6
11192else
11193 ac_check_lib_save_LIBS=$LIBS
11194LIBS="-ldl $LIBS"
11195cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11196/* end confdefs.h. */
11197
11198/* Override any GCC internal prototype to avoid an error.
11199 Use char because int might match the return type of a GCC
11200 builtin and then its argument prototype would still apply. */
11201#ifdef __cplusplus
11202extern "C"
11203#endif
11204char dlopen ();
11205int
11206main ()
11207{
11208return dlopen ();
11209 ;
11210 return 0;
11211}
11212_ACEOF
11213if ac_fn_c_try_link "$LINENO"; then :
11214 ac_cv_lib_dl_dlopen=yes
11215else
11216 ac_cv_lib_dl_dlopen=no
11217fi
11218rm -f core conftest.err conftest.$ac_objext \
11219 conftest$ac_exeext conftest.$ac_ext
11220LIBS=$ac_check_lib_save_LIBS
11221fi
11222{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11223$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11224if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11225 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11226else
11227
11228 lt_cv_dlopen="dyld"
11229 lt_cv_dlopen_libs=
11230 lt_cv_dlopen_self=yes
11231
11232fi
11233
11234 ;;
11235
11236 *)
11237 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
11238if test "x$ac_cv_func_shl_load" = xyes; then :
11239 lt_cv_dlopen="shl_load"
11240else
11241 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11242$as_echo_n "checking for shl_load in -ldld... " >&6; }
11243if ${ac_cv_lib_dld_shl_load+:} false; then :
11244 $as_echo_n "(cached) " >&6
11245else
11246 ac_check_lib_save_LIBS=$LIBS
11247LIBS="-ldld $LIBS"
11248cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11249/* end confdefs.h. */
11250
11251/* Override any GCC internal prototype to avoid an error.
11252 Use char because int might match the return type of a GCC
11253 builtin and then its argument prototype would still apply. */
11254#ifdef __cplusplus
11255extern "C"
11256#endif
11257char shl_load ();
11258int
11259main ()
11260{
11261return shl_load ();
11262 ;
11263 return 0;
11264}
11265_ACEOF
11266if ac_fn_c_try_link "$LINENO"; then :
11267 ac_cv_lib_dld_shl_load=yes
11268else
11269 ac_cv_lib_dld_shl_load=no
11270fi
11271rm -f core conftest.err conftest.$ac_objext \
11272 conftest$ac_exeext conftest.$ac_ext
11273LIBS=$ac_check_lib_save_LIBS
11274fi
11275{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11276$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11277if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
11278 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11279else
11280 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11281if test "x$ac_cv_func_dlopen" = xyes; then :
11282 lt_cv_dlopen="dlopen"
11283else
11284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11285$as_echo_n "checking for dlopen in -ldl... " >&6; }
11286if ${ac_cv_lib_dl_dlopen+:} false; then :
11287 $as_echo_n "(cached) " >&6
11288else
11289 ac_check_lib_save_LIBS=$LIBS
11290LIBS="-ldl $LIBS"
11291cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11292/* end confdefs.h. */
11293
11294/* Override any GCC internal prototype to avoid an error.
11295 Use char because int might match the return type of a GCC
11296 builtin and then its argument prototype would still apply. */
11297#ifdef __cplusplus
11298extern "C"
11299#endif
11300char dlopen ();
11301int
11302main ()
11303{
11304return dlopen ();
11305 ;
11306 return 0;
11307}
11308_ACEOF
11309if ac_fn_c_try_link "$LINENO"; then :
11310 ac_cv_lib_dl_dlopen=yes
11311else
11312 ac_cv_lib_dl_dlopen=no
11313fi
11314rm -f core conftest.err conftest.$ac_objext \
11315 conftest$ac_exeext conftest.$ac_ext
11316LIBS=$ac_check_lib_save_LIBS
11317fi
11318{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11319$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11320if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11321 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11322else
11323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11324$as_echo_n "checking for dlopen in -lsvld... " >&6; }
11325if ${ac_cv_lib_svld_dlopen+:} false; then :
11326 $as_echo_n "(cached) " >&6
11327else
11328 ac_check_lib_save_LIBS=$LIBS
11329LIBS="-lsvld $LIBS"
11330cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11331/* end confdefs.h. */
11332
11333/* Override any GCC internal prototype to avoid an error.
11334 Use char because int might match the return type of a GCC
11335 builtin and then its argument prototype would still apply. */
11336#ifdef __cplusplus
11337extern "C"
11338#endif
11339char dlopen ();
11340int
11341main ()
11342{
11343return dlopen ();
11344 ;
11345 return 0;
11346}
11347_ACEOF
11348if ac_fn_c_try_link "$LINENO"; then :
11349 ac_cv_lib_svld_dlopen=yes
11350else
11351 ac_cv_lib_svld_dlopen=no
11352fi
11353rm -f core conftest.err conftest.$ac_objext \
11354 conftest$ac_exeext conftest.$ac_ext
11355LIBS=$ac_check_lib_save_LIBS
11356fi
11357{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11358$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11359if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
11360 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11361else
11362 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11363$as_echo_n "checking for dld_link in -ldld... " >&6; }
11364if ${ac_cv_lib_dld_dld_link+:} false; then :
11365 $as_echo_n "(cached) " >&6
11366else
11367 ac_check_lib_save_LIBS=$LIBS
11368LIBS="-ldld $LIBS"
11369cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11370/* end confdefs.h. */
11371
11372/* Override any GCC internal prototype to avoid an error.
11373 Use char because int might match the return type of a GCC
11374 builtin and then its argument prototype would still apply. */
11375#ifdef __cplusplus
11376extern "C"
11377#endif
11378char dld_link ();
11379int
11380main ()
11381{
11382return dld_link ();
11383 ;
11384 return 0;
11385}
11386_ACEOF
11387if ac_fn_c_try_link "$LINENO"; then :
11388 ac_cv_lib_dld_dld_link=yes
11389else
11390 ac_cv_lib_dld_dld_link=no
11391fi
11392rm -f core conftest.err conftest.$ac_objext \
11393 conftest$ac_exeext conftest.$ac_ext
11394LIBS=$ac_check_lib_save_LIBS
11395fi
11396{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11397$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11398if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
11399 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11400fi
11401
11402
11403fi
11404
11405
11406fi
11407
11408
11409fi
11410
11411
11412fi
11413
11414
11415fi
11416
11417 ;;
11418 esac
11419
11420 if test "x$lt_cv_dlopen" != xno; then
11421 enable_dlopen=yes
11422 else
11423 enable_dlopen=no
11424 fi
11425
11426 case $lt_cv_dlopen in
11427 dlopen)
11428 save_CPPFLAGS="$CPPFLAGS"
11429 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11430
11431 save_LDFLAGS="$LDFLAGS"
11432 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11433
11434 save_LIBS="$LIBS"
11435 LIBS="$lt_cv_dlopen_libs $LIBS"
11436
11437 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11438$as_echo_n "checking whether a program can dlopen itself... " >&6; }
11439if ${lt_cv_dlopen_self+:} false; then :
11440 $as_echo_n "(cached) " >&6
11441else
11442 if test "$cross_compiling" = yes; then :
11443 lt_cv_dlopen_self=cross
11444else
11445 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11446 lt_status=$lt_dlunknown
11447 cat > conftest.$ac_ext <<_LT_EOF
11448#line $LINENO "configure"
11449#include "confdefs.h"
11450
11451#if HAVE_DLFCN_H
11452#include <dlfcn.h>
11453#endif
11454
11455#include <stdio.h>
11456
11457#ifdef RTLD_GLOBAL
11458# define LT_DLGLOBAL RTLD_GLOBAL
11459#else
11460# ifdef DL_GLOBAL
11461# define LT_DLGLOBAL DL_GLOBAL
11462# else
11463# define LT_DLGLOBAL 0
11464# endif
11465#endif
11466
11467/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11468 find out it does not work in some platform. */
11469#ifndef LT_DLLAZY_OR_NOW
11470# ifdef RTLD_LAZY
11471# define LT_DLLAZY_OR_NOW RTLD_LAZY
11472# else
11473# ifdef DL_LAZY
11474# define LT_DLLAZY_OR_NOW DL_LAZY
11475# else
11476# ifdef RTLD_NOW
11477# define LT_DLLAZY_OR_NOW RTLD_NOW
11478# else
11479# ifdef DL_NOW
11480# define LT_DLLAZY_OR_NOW DL_NOW
11481# else
11482# define LT_DLLAZY_OR_NOW 0
11483# endif
11484# endif
11485# endif
11486# endif
11487#endif
11488
11489/* When -fvisbility=hidden is used, assume the code has been annotated
11490 correspondingly for the symbols needed. */
11491#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11492int fnord () __attribute__((visibility("default")));
11493#endif
11494
11495int fnord () { return 42; }
11496int main ()
11497{
11498 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11499 int status = $lt_dlunknown;
11500
11501 if (self)
11502 {
11503 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11504 else
11505 {
11506 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11507 else puts (dlerror ());
11508 }
11509 /* dlclose (self); */
11510 }
11511 else
11512 puts (dlerror ());
11513
11514 return status;
11515}
11516_LT_EOF
11517 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11518 (eval $ac_link) 2>&5
11519 ac_status=$?
11520 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11521 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11522 (./conftest; exit; ) >&5 2>/dev/null
11523 lt_status=$?
11524 case x$lt_status in
11525 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11526 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11527 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11528 esac
11529 else :
11530 # compilation failed
11531 lt_cv_dlopen_self=no
11532 fi
11533fi
11534rm -fr conftest*
11535
11536
11537fi
11538{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11539$as_echo "$lt_cv_dlopen_self" >&6; }
11540
11541 if test "x$lt_cv_dlopen_self" = xyes; then
11542 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11544$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11545if ${lt_cv_dlopen_self_static+:} false; then :
11546 $as_echo_n "(cached) " >&6
11547else
11548 if test "$cross_compiling" = yes; then :
11549 lt_cv_dlopen_self_static=cross
11550else
11551 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11552 lt_status=$lt_dlunknown
11553 cat > conftest.$ac_ext <<_LT_EOF
11554#line $LINENO "configure"
11555#include "confdefs.h"
11556
11557#if HAVE_DLFCN_H
11558#include <dlfcn.h>
11559#endif
11560
11561#include <stdio.h>
11562
11563#ifdef RTLD_GLOBAL
11564# define LT_DLGLOBAL RTLD_GLOBAL
11565#else
11566# ifdef DL_GLOBAL
11567# define LT_DLGLOBAL DL_GLOBAL
11568# else
11569# define LT_DLGLOBAL 0
11570# endif
11571#endif
11572
11573/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11574 find out it does not work in some platform. */
11575#ifndef LT_DLLAZY_OR_NOW
11576# ifdef RTLD_LAZY
11577# define LT_DLLAZY_OR_NOW RTLD_LAZY
11578# else
11579# ifdef DL_LAZY
11580# define LT_DLLAZY_OR_NOW DL_LAZY
11581# else
11582# ifdef RTLD_NOW
11583# define LT_DLLAZY_OR_NOW RTLD_NOW
11584# else
11585# ifdef DL_NOW
11586# define LT_DLLAZY_OR_NOW DL_NOW
11587# else
11588# define LT_DLLAZY_OR_NOW 0
11589# endif
11590# endif
11591# endif
11592# endif
11593#endif
11594
11595/* When -fvisbility=hidden is used, assume the code has been annotated
11596 correspondingly for the symbols needed. */
11597#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11598int fnord () __attribute__((visibility("default")));
11599#endif
11600
11601int fnord () { return 42; }
11602int main ()
11603{
11604 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11605 int status = $lt_dlunknown;
11606
11607 if (self)
11608 {
11609 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11610 else
11611 {
11612 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11613 else puts (dlerror ());
11614 }
11615 /* dlclose (self); */
11616 }
11617 else
11618 puts (dlerror ());
11619
11620 return status;
11621}
11622_LT_EOF
11623 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11624 (eval $ac_link) 2>&5
11625 ac_status=$?
11626 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11627 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11628 (./conftest; exit; ) >&5 2>/dev/null
11629 lt_status=$?
11630 case x$lt_status in
11631 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11632 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11633 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11634 esac
11635 else :
11636 # compilation failed
11637 lt_cv_dlopen_self_static=no
11638 fi
11639fi
11640rm -fr conftest*
11641
11642
11643fi
11644{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11645$as_echo "$lt_cv_dlopen_self_static" >&6; }
11646 fi
11647
11648 CPPFLAGS="$save_CPPFLAGS"
11649 LDFLAGS="$save_LDFLAGS"
11650 LIBS="$save_LIBS"
11651 ;;
11652 esac
11653
11654 case $lt_cv_dlopen_self in
11655 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11656 *) enable_dlopen_self=unknown ;;
11657 esac
11658
11659 case $lt_cv_dlopen_self_static in
11660 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11661 *) enable_dlopen_self_static=unknown ;;
11662 esac
11663fi
11664
11665
11666
11667
11668
11669
11670
11671
11672
11673
11674
11675
11676
11677
11678
11679
11680
11681striplib=
11682old_striplib=
11683{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11684$as_echo_n "checking whether stripping libraries is possible... " >&6; }
11685if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11686 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11687 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11689$as_echo "yes" >&6; }
11690else
11691# FIXME - insert some real tests, host_os isn't really good enough
11692 case $host_os in
11693 darwin*)
11694 if test -n "$STRIP" ; then
11695 striplib="$STRIP -x"
11696 old_striplib="$STRIP -S"
11697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11698$as_echo "yes" >&6; }
11699 else
11700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11701$as_echo "no" >&6; }
11702 fi
11703 ;;
11704 *)
11705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11706$as_echo "no" >&6; }
11707 ;;
11708 esac
11709fi
11710
11711
11712
11713
11714
11715
11716
11717
11718
11719
11720
11721
11722 # Report which library types will actually be built
11723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11724$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11726$as_echo "$can_build_shared" >&6; }
11727
11728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11729$as_echo_n "checking whether to build shared libraries... " >&6; }
11730 test "$can_build_shared" = "no" && enable_shared=no
11731
11732 # On AIX, shared libraries and static libraries use the same namespace, and
11733 # are all built from PIC.
11734 case $host_os in
11735 aix3*)
11736 test "$enable_shared" = yes && enable_static=no
11737 if test -n "$RANLIB"; then
11738 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11739 postinstall_cmds='$RANLIB $lib'
11740 fi
11741 ;;
11742
11743 aix[4-9]*)
11744 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11745 test "$enable_shared" = yes && enable_static=no
11746 fi
11747 ;;
11748 esac
11749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11750$as_echo "$enable_shared" >&6; }
11751
11752 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11753$as_echo_n "checking whether to build static libraries... " >&6; }
11754 # Make sure either enable_shared or enable_static is yes.
11755 test "$enable_shared" = yes || enable_static=yes
11756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11757$as_echo "$enable_static" >&6; }
11758
11759
11760
11761
11762fi
11763ac_ext=c
11764ac_cpp='$CPP $CPPFLAGS'
11765ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11766ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11767ac_compiler_gnu=$ac_cv_c_compiler_gnu
11768
11769CC="$lt_save_CC"
11770
11771
11772
11773
11774
11775
11776
11777
11778
11779
11780
11781
11782
11783
11784
11785 ac_config_commands="$ac_config_commands libtool"
11786
11787
11788
11789
11790# Only expand once:
11791
11792
11793{ $as_echo "$as_me:${as_lineno-$LINENO}: checking which extension is used for runtime loadable modules" >&5
11794$as_echo_n "checking which extension is used for runtime loadable modules... " >&6; }
11795if ${libltdl_cv_shlibext+:} false; then :
11796 $as_echo_n "(cached) " >&6
11797else
11798
11799module=yes
11800eval libltdl_cv_shlibext=$shrext_cmds
11801module=no
11802eval libltdl_cv_shrext=$shrext_cmds
11803
11804fi
11805{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $libltdl_cv_shlibext" >&5
11806$as_echo "$libltdl_cv_shlibext" >&6; }
11807if test -n "$libltdl_cv_shlibext"; then
11808
11809cat >>confdefs.h <<_ACEOF
11810#define LT_MODULE_EXT "$libltdl_cv_shlibext"
11811_ACEOF
11812
11813fi
11814if test "$libltdl_cv_shrext" != "$libltdl_cv_shlibext"; then
11815
11816cat >>confdefs.h <<_ACEOF
11817#define LT_SHARED_EXT "$libltdl_cv_shrext"
11818_ACEOF
11819
11820fi
11821
11822{ $as_echo "$as_me:${as_lineno-$LINENO}: checking which variable specifies run-time module search path" >&5
11823$as_echo_n "checking which variable specifies run-time module search path... " >&6; }
11824if ${lt_cv_module_path_var+:} false; then :
11825 $as_echo_n "(cached) " >&6
11826else
11827 lt_cv_module_path_var="$shlibpath_var"
11828fi
11829{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_module_path_var" >&5
11830$as_echo "$lt_cv_module_path_var" >&6; }
11831if test -n "$lt_cv_module_path_var"; then
11832
11833cat >>confdefs.h <<_ACEOF
11834#define LT_MODULE_PATH_VAR "$lt_cv_module_path_var"
11835_ACEOF
11836
11837fi
11838
11839{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for the default library search path" >&5
11840$as_echo_n "checking for the default library search path... " >&6; }
11841if ${lt_cv_sys_dlsearch_path+:} false; then :
11842 $as_echo_n "(cached) " >&6
11843else
11844 lt_cv_sys_dlsearch_path="$sys_lib_dlsearch_path_spec"
11845fi
11846{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_dlsearch_path" >&5
11847$as_echo "$lt_cv_sys_dlsearch_path" >&6; }
11848if test -n "$lt_cv_sys_dlsearch_path"; then
11849 sys_dlsearch_path=
11850 for dir in $lt_cv_sys_dlsearch_path; do
11851 if test -z "$sys_dlsearch_path"; then
11852 sys_dlsearch_path="$dir"
11853 else
11854 sys_dlsearch_path="$sys_dlsearch_path$PATH_SEPARATOR$dir"
11855 fi
11856 done
11857
11858cat >>confdefs.h <<_ACEOF
11859#define LT_DLSEARCH_PATH "$sys_dlsearch_path"
11860_ACEOF
11861
11862fi
11863
11864
11865LT_DLLOADERS=
11866
11867
11868ac_ext=c
11869ac_cpp='$CPP $CPPFLAGS'
11870ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11871ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11872ac_compiler_gnu=$ac_cv_c_compiler_gnu
11873
11874
11875LIBADD_DLOPEN=
11876{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
11877$as_echo_n "checking for library containing dlopen... " >&6; }
11878if ${ac_cv_search_dlopen+:} false; then :
11879 $as_echo_n "(cached) " >&6
11880else
11881 ac_func_search_save_LIBS=$LIBS
11882cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11883/* end confdefs.h. */
11884
11885/* Override any GCC internal prototype to avoid an error.
11886 Use char because int might match the return type of a GCC
11887 builtin and then its argument prototype would still apply. */
11888#ifdef __cplusplus
11889extern "C"
11890#endif
11891char dlopen ();
11892int
11893main ()
11894{
11895return dlopen ();
11896 ;
11897 return 0;
11898}
11899_ACEOF
11900for ac_lib in '' dl; do
11901 if test -z "$ac_lib"; then
11902 ac_res="none required"
11903 else
11904 ac_res=-l$ac_lib
11905 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
11906 fi
11907 if ac_fn_c_try_link "$LINENO"; then :
11908 ac_cv_search_dlopen=$ac_res
11909fi
11910rm -f core conftest.err conftest.$ac_objext \
11911 conftest$ac_exeext
11912 if ${ac_cv_search_dlopen+:} false; then :
11913 break
11914fi
11915done
11916if ${ac_cv_search_dlopen+:} false; then :
11917
11918else
11919 ac_cv_search_dlopen=no
11920fi
11921rm conftest.$ac_ext
11922LIBS=$ac_func_search_save_LIBS
11923fi
11924{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
11925$as_echo "$ac_cv_search_dlopen" >&6; }
11926ac_res=$ac_cv_search_dlopen
11927if test "$ac_res" != no; then :
11928 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
11929
11930$as_echo "#define HAVE_LIBDL 1" >>confdefs.h
11931
11932 if test "$ac_cv_search_dlopen" != "none required" ; then
11933 LIBADD_DLOPEN="-ldl"
11934 fi
11935 libltdl_cv_lib_dl_dlopen="yes"
11936 LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"
11937else
11938 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11939/* end confdefs.h. */
11940#if HAVE_DLFCN_H
11941# include <dlfcn.h>
11942#endif
11943
11944int
11945main ()
11946{
11947dlopen(0, 0);
11948 ;
11949 return 0;
11950}
11951_ACEOF
11952if ac_fn_c_try_link "$LINENO"; then :
11953
11954$as_echo "#define HAVE_LIBDL 1" >>confdefs.h
11955
11956 libltdl_cv_func_dlopen="yes"
11957 LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"
11958else
11959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11960$as_echo_n "checking for dlopen in -lsvld... " >&6; }
11961if ${ac_cv_lib_svld_dlopen+:} false; then :
11962 $as_echo_n "(cached) " >&6
11963else
11964 ac_check_lib_save_LIBS=$LIBS
11965LIBS="-lsvld $LIBS"
11966cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11967/* end confdefs.h. */
11968
11969/* Override any GCC internal prototype to avoid an error.
11970 Use char because int might match the return type of a GCC
11971 builtin and then its argument prototype would still apply. */
11972#ifdef __cplusplus
11973extern "C"
11974#endif
11975char dlopen ();
11976int
11977main ()
11978{
11979return dlopen ();
11980 ;
11981 return 0;
11982}
11983_ACEOF
11984if ac_fn_c_try_link "$LINENO"; then :
11985 ac_cv_lib_svld_dlopen=yes
11986else
11987 ac_cv_lib_svld_dlopen=no
11988fi
11989rm -f core conftest.err conftest.$ac_objext \
11990 conftest$ac_exeext conftest.$ac_ext
11991LIBS=$ac_check_lib_save_LIBS
11992fi
11993{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11994$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11995if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
11996
11997$as_echo "#define HAVE_LIBDL 1" >>confdefs.h
11998
11999 LIBADD_DLOPEN="-lsvld" libltdl_cv_func_dlopen="yes"
12000 LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"
12001fi
12002
12003fi
12004rm -f core conftest.err conftest.$ac_objext \
12005 conftest$ac_exeext conftest.$ac_ext
12006fi
12007
12008if test x"$libltdl_cv_func_dlopen" = xyes || test x"$libltdl_cv_lib_dl_dlopen" = xyes
12009then
12010 lt_save_LIBS="$LIBS"
12011 LIBS="$LIBS $LIBADD_DLOPEN"
12012 for ac_func in dlerror
12013do :
12014 ac_fn_c_check_func "$LINENO" "dlerror" "ac_cv_func_dlerror"
12015if test "x$ac_cv_func_dlerror" = xyes; then :
12016 cat >>confdefs.h <<_ACEOF
12017#define HAVE_DLERROR 1
12018_ACEOF
12019
12020fi
12021done
12022
12023 LIBS="$lt_save_LIBS"
12024fi
12025
12026
12027LIBADD_SHL_LOAD=
12028ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
12029if test "x$ac_cv_func_shl_load" = xyes; then :
12030
12031$as_echo "#define HAVE_SHL_LOAD 1" >>confdefs.h
12032
12033 LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}shl_load.la"
12034else
12035 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
12036$as_echo_n "checking for shl_load in -ldld... " >&6; }
12037if ${ac_cv_lib_dld_shl_load+:} false; then :
12038 $as_echo_n "(cached) " >&6
12039else
12040 ac_check_lib_save_LIBS=$LIBS
12041LIBS="-ldld $LIBS"
12042cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12043/* end confdefs.h. */
12044
12045/* Override any GCC internal prototype to avoid an error.
12046 Use char because int might match the return type of a GCC
12047 builtin and then its argument prototype would still apply. */
12048#ifdef __cplusplus
12049extern "C"
12050#endif
12051char shl_load ();
12052int
12053main ()
12054{
12055return shl_load ();
12056 ;
12057 return 0;
12058}
12059_ACEOF
12060if ac_fn_c_try_link "$LINENO"; then :
12061 ac_cv_lib_dld_shl_load=yes
12062else
12063 ac_cv_lib_dld_shl_load=no
12064fi
12065rm -f core conftest.err conftest.$ac_objext \
12066 conftest$ac_exeext conftest.$ac_ext
12067LIBS=$ac_check_lib_save_LIBS
12068fi
12069{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
12070$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
12071if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
12072
12073$as_echo "#define HAVE_SHL_LOAD 1" >>confdefs.h
12074
12075 LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}shl_load.la"
12076 LIBADD_SHL_LOAD="-ldld"
12077fi
12078
12079fi
12080
12081
12082
12083case $host_os in
12084darwin[1567].*)
12085# We only want this for pre-Mac OS X 10.4.
12086 ac_fn_c_check_func "$LINENO" "_dyld_func_lookup" "ac_cv_func__dyld_func_lookup"
12087if test "x$ac_cv_func__dyld_func_lookup" = xyes; then :
12088
12089$as_echo "#define HAVE_DYLD 1" >>confdefs.h
12090
12091 LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dyld.la"
12092fi
12093
12094 ;;
12095beos*)
12096 LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}load_add_on.la"
12097 ;;
12098cygwin* | mingw* | os2* | pw32*)
12099 ac_fn_c_check_decl "$LINENO" "cygwin_conv_path" "ac_cv_have_decl_cygwin_conv_path" "#include <sys/cygwin.h>
12100"
12101if test "x$ac_cv_have_decl_cygwin_conv_path" = xyes; then :
12102 ac_have_decl=1
12103else
12104 ac_have_decl=0
12105fi
12106
12107cat >>confdefs.h <<_ACEOF
12108#define HAVE_DECL_CYGWIN_CONV_PATH $ac_have_decl
12109_ACEOF
12110
12111 LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}loadlibrary.la"
12112 ;;
12113esac
12114
12115{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
12116$as_echo_n "checking for dld_link in -ldld... " >&6; }
12117if ${ac_cv_lib_dld_dld_link+:} false; then :
12118 $as_echo_n "(cached) " >&6
12119else
12120 ac_check_lib_save_LIBS=$LIBS
12121LIBS="-ldld $LIBS"
12122cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12123/* end confdefs.h. */
12124
12125/* Override any GCC internal prototype to avoid an error.
12126 Use char because int might match the return type of a GCC
12127 builtin and then its argument prototype would still apply. */
12128#ifdef __cplusplus
12129extern "C"
12130#endif
12131char dld_link ();
12132int
12133main ()
12134{
12135return dld_link ();
12136 ;
12137 return 0;
12138}
12139_ACEOF
12140if ac_fn_c_try_link "$LINENO"; then :
12141 ac_cv_lib_dld_dld_link=yes
12142else
12143 ac_cv_lib_dld_dld_link=no
12144fi
12145rm -f core conftest.err conftest.$ac_objext \
12146 conftest$ac_exeext conftest.$ac_ext
12147LIBS=$ac_check_lib_save_LIBS
12148fi
12149{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
12150$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
12151if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
12152
12153$as_echo "#define HAVE_DLD 1" >>confdefs.h
12154
12155 LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dld_link.la"
12156fi
12157
12158
12159
12160
12161LT_DLPREOPEN=
12162if test -n "$LT_DLLOADERS"
12163then
12164 for lt_loader in $LT_DLLOADERS; do
12165 LT_DLPREOPEN="$LT_DLPREOPEN-dlpreopen $lt_loader "
12166 done
12167
12168$as_echo "#define HAVE_LIBDLLOADER 1" >>confdefs.h
12169
12170fi
12171
12172
12173LIBADD_DL="$LIBADD_DLOPEN $LIBADD_SHL_LOAD"
12174
12175
12176ac_ext=c
12177ac_cpp='$CPP $CPPFLAGS'
12178ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12179ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12180ac_compiler_gnu=$ac_cv_c_compiler_gnu
12181
12182
12183{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for _ prefix in compiled symbols" >&5
12184$as_echo_n "checking for _ prefix in compiled symbols... " >&6; }
12185if ${lt_cv_sys_symbol_underscore+:} false; then :
12186 $as_echo_n "(cached) " >&6
12187else
12188 lt_cv_sys_symbol_underscore=no
12189 cat > conftest.$ac_ext <<_LT_EOF
12190void nm_test_func(){}
12191int main(){nm_test_func;return 0;}
12192_LT_EOF
12193 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
12194 (eval $ac_compile) 2>&5
12195 ac_status=$?
12196 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12197 test $ac_status = 0; }; then
12198 # Now try to grab the symbols.
12199 ac_nlist=conftest.nm
12200 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $ac_nlist\""; } >&5
12201 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $ac_nlist) 2>&5
12202 ac_status=$?
12203 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12204 test $ac_status = 0; } && test -s "$ac_nlist"; then
12205 # See whether the symbols have a leading underscore.
12206 if grep '^. _nm_test_func' "$ac_nlist" >/dev/null; then
12207 lt_cv_sys_symbol_underscore=yes
12208 else
12209 if grep '^. nm_test_func ' "$ac_nlist" >/dev/null; then
12210 :
12211 else
12212 echo "configure: cannot find nm_test_func in $ac_nlist" >&5
12213 fi
12214 fi
12215 else
12216 echo "configure: cannot run $lt_cv_sys_global_symbol_pipe" >&5
12217 fi
12218 else
12219 echo "configure: failed program was:" >&5
12220 cat conftest.c >&5
12221 fi
12222 rm -rf conftest*
12223
12224fi
12225{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_symbol_underscore" >&5
12226$as_echo "$lt_cv_sys_symbol_underscore" >&6; }
12227 sys_symbol_underscore=$lt_cv_sys_symbol_underscore
12228
12229
12230if test x"$lt_cv_sys_symbol_underscore" = xyes; then
12231 if test x"$libltdl_cv_func_dlopen" = xyes ||
12232 test x"$libltdl_cv_lib_dl_dlopen" = xyes ; then
12233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we have to add an underscore for dlsym" >&5
12234$as_echo_n "checking whether we have to add an underscore for dlsym... " >&6; }
12235if ${libltdl_cv_need_uscore+:} false; then :
12236 $as_echo_n "(cached) " >&6
12237else
12238 libltdl_cv_need_uscore=unknown
12239 save_LIBS="$LIBS"
12240 LIBS="$LIBS $LIBADD_DLOPEN"
12241 if test "$cross_compiling" = yes; then :
12242 libltdl_cv_need_uscore=cross
12243else
12244 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12245 lt_status=$lt_dlunknown
12246 cat > conftest.$ac_ext <<_LT_EOF
12247#line $LINENO "configure"
12248#include "confdefs.h"
12249
12250#if HAVE_DLFCN_H
12251#include <dlfcn.h>
12252#endif
12253
12254#include <stdio.h>
12255
12256#ifdef RTLD_GLOBAL
12257# define LT_DLGLOBAL RTLD_GLOBAL
12258#else
12259# ifdef DL_GLOBAL
12260# define LT_DLGLOBAL DL_GLOBAL
12261# else
12262# define LT_DLGLOBAL 0
12263# endif
12264#endif
12265
12266/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12267 find out it does not work in some platform. */
12268#ifndef LT_DLLAZY_OR_NOW
12269# ifdef RTLD_LAZY
12270# define LT_DLLAZY_OR_NOW RTLD_LAZY
12271# else
12272# ifdef DL_LAZY
12273# define LT_DLLAZY_OR_NOW DL_LAZY
12274# else
12275# ifdef RTLD_NOW
12276# define LT_DLLAZY_OR_NOW RTLD_NOW
12277# else
12278# ifdef DL_NOW
12279# define LT_DLLAZY_OR_NOW DL_NOW
12280# else
12281# define LT_DLLAZY_OR_NOW 0
12282# endif
12283# endif
12284# endif
12285# endif
12286#endif
12287
12288/* When -fvisbility=hidden is used, assume the code has been annotated
12289 correspondingly for the symbols needed. */
12290#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12291int fnord () __attribute__((visibility("default")));
12292#endif
12293
12294int fnord () { return 42; }
12295int main ()
12296{
12297 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12298 int status = $lt_dlunknown;
12299
12300 if (self)
12301 {
12302 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12303 else
12304 {
12305 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12306 else puts (dlerror ());
12307 }
12308 /* dlclose (self); */
12309 }
12310 else
12311 puts (dlerror ());
12312
12313 return status;
12314}
12315_LT_EOF
12316 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12317 (eval $ac_link) 2>&5
12318 ac_status=$?
12319 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12320 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12321 (./conftest; exit; ) >&5 2>/dev/null
12322 lt_status=$?
12323 case x$lt_status in
12324 x$lt_dlno_uscore) libltdl_cv_need_uscore=no ;;
12325 x$lt_dlneed_uscore) libltdl_cv_need_uscore=yes ;;
12326 x$lt_dlunknown|x*) ;;
12327 esac
12328 else :
12329 # compilation failed
12330
12331 fi
12332fi
12333rm -fr conftest*
12334
12335 LIBS="$save_LIBS"
12336
12337fi
12338{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $libltdl_cv_need_uscore" >&5
12339$as_echo "$libltdl_cv_need_uscore" >&6; }
12340 fi
12341fi
12342
12343if test x"$libltdl_cv_need_uscore" = xyes; then
12344
12345$as_echo "#define NEED_USCORE 1" >>confdefs.h
12346
12347fi
12348
12349{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether deplibs are loaded by dlopen" >&5
12350$as_echo_n "checking whether deplibs are loaded by dlopen... " >&6; }
12351if ${lt_cv_sys_dlopen_deplibs+:} false; then :
12352 $as_echo_n "(cached) " >&6
12353else
12354 # PORTME does your system automatically load deplibs for dlopen?
12355 # or its logical equivalent (e.g. shl_load for HP-UX < 11)
12356 # For now, we just catch OSes we know something about -- in the
12357 # future, we'll try test this programmatically.
12358 lt_cv_sys_dlopen_deplibs=unknown
12359 case $host_os in
12360 aix3*|aix4.1.*|aix4.2.*)
12361 # Unknown whether this is true for these versions of AIX, but
12362 # we want this `case' here to explicitly catch those versions.
12363 lt_cv_sys_dlopen_deplibs=unknown
12364 ;;
12365 aix[4-9]*)
12366 lt_cv_sys_dlopen_deplibs=yes
12367 ;;
12368 amigaos*)
12369 case $host_cpu in
12370 powerpc)
12371 lt_cv_sys_dlopen_deplibs=no
12372 ;;
12373 esac
12374 ;;
12375 darwin*)
12376 # Assuming the user has installed a libdl from somewhere, this is true
12377 # If you are looking for one http://www.opendarwin.org/projects/dlcompat
12378 lt_cv_sys_dlopen_deplibs=yes
12379 ;;
12380 freebsd* | dragonfly*)
12381 lt_cv_sys_dlopen_deplibs=yes
12382 ;;
12383 gnu* | linux* | k*bsd*-gnu | kopensolaris*-gnu)
12384 # GNU and its variants, using gnu ld.so (Glibc)
12385 lt_cv_sys_dlopen_deplibs=yes
12386 ;;
12387 hpux10*|hpux11*)
12388 lt_cv_sys_dlopen_deplibs=yes
12389 ;;
12390 interix*)
12391 lt_cv_sys_dlopen_deplibs=yes
12392 ;;
12393 irix[12345]*|irix6.[01]*)
12394 # Catch all versions of IRIX before 6.2, and indicate that we don't
12395 # know how it worked for any of those versions.
12396 lt_cv_sys_dlopen_deplibs=unknown
12397 ;;
12398 irix*)
12399 # The case above catches anything before 6.2, and it's known that
12400 # at 6.2 and later dlopen does load deplibs.
12401 lt_cv_sys_dlopen_deplibs=yes
12402 ;;
12403 netbsd* | netbsdelf*-gnu)
12404 lt_cv_sys_dlopen_deplibs=yes
12405 ;;
12406 openbsd*)
12407 lt_cv_sys_dlopen_deplibs=yes
12408 ;;
12409 osf[1234]*)
12410 # dlopen did load deplibs (at least at 4.x), but until the 5.x series,
12411 # it did *not* use an RPATH in a shared library to find objects the
12412 # library depends on, so we explicitly say `no'.
12413 lt_cv_sys_dlopen_deplibs=no
12414 ;;
12415 osf5.0|osf5.0a|osf5.1)
12416 # dlopen *does* load deplibs and with the right loader patch applied
12417 # it even uses RPATH in a shared library to search for shared objects
12418 # that the library depends on, but there's no easy way to know if that
12419 # patch is installed. Since this is the case, all we can really
12420 # say is unknown -- it depends on the patch being installed. If
12421 # it is, this changes to `yes'. Without it, it would be `no'.
12422 lt_cv_sys_dlopen_deplibs=unknown
12423 ;;
12424 osf*)
12425 # the two cases above should catch all versions of osf <= 5.1. Read
12426 # the comments above for what we know about them.
12427 # At > 5.1, deplibs are loaded *and* any RPATH in a shared library
12428 # is used to find them so we can finally say `yes'.
12429 lt_cv_sys_dlopen_deplibs=yes
12430 ;;
12431 qnx*)
12432 lt_cv_sys_dlopen_deplibs=yes
12433 ;;
12434 solaris*)
12435 lt_cv_sys_dlopen_deplibs=yes
12436 ;;
12437 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
12438 libltdl_cv_sys_dlopen_deplibs=yes
12439 ;;
12440 esac
12441
12442fi
12443{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_dlopen_deplibs" >&5
12444$as_echo "$lt_cv_sys_dlopen_deplibs" >&6; }
12445if test "$lt_cv_sys_dlopen_deplibs" != yes; then
12446
12447$as_echo "#define LTDL_DLOPEN_DEPLIBS 1" >>confdefs.h
12448
12449fi
12450
12451:
12452
12453for ac_header in argz.h
12454do :
12455 ac_fn_c_check_header_compile "$LINENO" "argz.h" "ac_cv_header_argz_h" "$ac_includes_default
12456"
12457if test "x$ac_cv_header_argz_h" = xyes; then :
12458 cat >>confdefs.h <<_ACEOF
12459#define HAVE_ARGZ_H 1
12460_ACEOF
12461
12462fi
12463
12464done
12465
12466
12467ac_fn_c_check_type "$LINENO" "error_t" "ac_cv_type_error_t" "#if defined(HAVE_ARGZ_H)
12468# include <argz.h>
12469#endif
12470"
12471if test "x$ac_cv_type_error_t" = xyes; then :
12472
12473cat >>confdefs.h <<_ACEOF
12474#define HAVE_ERROR_T 1
12475_ACEOF
12476
12477
12478else
12479
12480$as_echo "#define error_t int" >>confdefs.h
12481
12482
12483$as_echo "#define __error_t_defined 1" >>confdefs.h
12484
12485fi
12486
12487
12488ARGZ_H=
12489for ac_func in argz_add argz_append argz_count argz_create_sep argz_insert \
12490 argz_next argz_stringify
12491do :
12492 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12493ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12494if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
12495 cat >>confdefs.h <<_ACEOF
12496#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12497_ACEOF
12498
12499else
12500 ARGZ_H=argz.h; case " $LIBOBJS " in
12501 *" argz.$ac_objext "* ) ;;
12502 *) LIBOBJS="$LIBOBJS argz.$ac_objext"
12503 ;;
12504esac
12505
12506fi
12507done
12508
12509
12510if test -z "$ARGZ_H"; then :
12511 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if argz actually works" >&5
12512$as_echo_n "checking if argz actually works... " >&6; }
12513if ${lt_cv_sys_argz_works+:} false; then :
12514 $as_echo_n "(cached) " >&6
12515else
12516 case $host_os in #(
12517 *cygwin*)
12518 lt_cv_sys_argz_works=no
12519 if test "$cross_compiling" != no; then
12520 lt_cv_sys_argz_works="guessing no"
12521 else
12522 lt_sed_extract_leading_digits='s/^\([0-9\.]*\).*/\1/'
12523 save_IFS=$IFS
12524 IFS=-.
12525 set x `uname -r | sed -e "$lt_sed_extract_leading_digits"`
12526 IFS=$save_IFS
12527 lt_os_major=${2-0}
12528 lt_os_minor=${3-0}
12529 lt_os_micro=${4-0}
12530 if test "$lt_os_major" -gt 1 \
12531 || { test "$lt_os_major" -eq 1 \
12532 && { test "$lt_os_minor" -gt 5 \
12533 || { test "$lt_os_minor" -eq 5 \
12534 && test "$lt_os_micro" -gt 24; }; }; }; then
12535 lt_cv_sys_argz_works=yes
12536 fi
12537 fi
12538 ;; #(
12539 *) lt_cv_sys_argz_works=yes ;;
12540 esac
12541fi
12542{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_argz_works" >&5
12543$as_echo "$lt_cv_sys_argz_works" >&6; }
12544 if test "$lt_cv_sys_argz_works" = yes; then :
12545
12546$as_echo "#define HAVE_WORKING_ARGZ 1" >>confdefs.h
12547
12548else
12549 ARGZ_H=argz.h
12550 case " $LIBOBJS " in
12551 *" argz.$ac_objext "* ) ;;
12552 *) LIBOBJS="$LIBOBJS argz.$ac_objext"
12553 ;;
12554esac
12555
12556fi
12557fi
12558
12559
12560
12561{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether libtool supports -dlopen/-dlpreopen" >&5
12562$as_echo_n "checking whether libtool supports -dlopen/-dlpreopen... " >&6; }
12563if ${libltdl_cv_preloaded_symbols+:} false; then :
12564 $as_echo_n "(cached) " >&6
12565else
12566 if test -n "$lt_cv_sys_global_symbol_pipe"; then
12567 libltdl_cv_preloaded_symbols=yes
12568 else
12569 libltdl_cv_preloaded_symbols=no
12570 fi
12571
12572fi
12573{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $libltdl_cv_preloaded_symbols" >&5
12574$as_echo "$libltdl_cv_preloaded_symbols" >&6; }
12575if test x"$libltdl_cv_preloaded_symbols" = xyes; then
12576
12577$as_echo "#define HAVE_PRELOADED_SYMBOLS 1" >>confdefs.h
12578
12579fi
12580
12581
12582
12583# Check whether --enable-ltdl-install was given.
12584if test "${enable_ltdl_install+set}" = set; then :
12585 enableval=$enable_ltdl_install;
12586fi
12587
12588
12589case ,${enable_ltdl_install},${enable_ltdl_convenience} in
12590 *yes*) ;;
12591 *) enable_ltdl_convenience=yes ;;
12592esac
12593
12594 if test x"${enable_ltdl_install-no}" != xno; then
12595 INSTALL_LTDL_TRUE=
12596 INSTALL_LTDL_FALSE='#'
12597else
12598 INSTALL_LTDL_TRUE='#'
12599 INSTALL_LTDL_FALSE=
12600fi
12601
12602 if test x"${enable_ltdl_convenience-no}" != xno; then
12603 CONVENIENCE_LTDL_TRUE=
12604 CONVENIENCE_LTDL_FALSE='#'
12605else
12606 CONVENIENCE_LTDL_TRUE='#'
12607 CONVENIENCE_LTDL_FALSE=
12608fi
12609
12610
12611
12612
12613
12614
12615# In order that ltdl.c can compile, find out the first AC_CONFIG_HEADERS
12616# the user used. This is so that ltdl.h can pick up the parent projects
12617# config.h file, The first file in AC_CONFIG_HEADERS must contain the
12618# definitions required by ltdl.c.
12619# FIXME: Remove use of undocumented AC_LIST_HEADERS (2.59 compatibility).
12620
12621
12622
12623for ac_header in unistd.h dl.h sys/dl.h dld.h mach-o/dyld.h dirent.h
12624do :
12625 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12626ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
12627"
12628if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
12629 cat >>confdefs.h <<_ACEOF
12630#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12631_ACEOF
12632
12633fi
12634
12635done
12636
12637
12638for ac_func in closedir opendir readdir
12639do :
12640 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12641ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12642if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
12643 cat >>confdefs.h <<_ACEOF
12644#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12645_ACEOF
12646
12647else
12648 case " $LIBOBJS " in
12649 *" lt__dirent.$ac_objext "* ) ;;
12650 *) LIBOBJS="$LIBOBJS lt__dirent.$ac_objext"
12651 ;;
12652esac
12653
12654fi
12655done
12656
12657for ac_func in strlcat strlcpy
12658do :
12659 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12660ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12661if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
12662 cat >>confdefs.h <<_ACEOF
12663#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12664_ACEOF
12665
12666else
12667 case " $LIBOBJS " in
12668 *" lt__strl.$ac_objext "* ) ;;
12669 *) LIBOBJS="$LIBOBJS lt__strl.$ac_objext"
12670 ;;
12671esac
12672
12673fi
12674done
12675
12676
12677
12678cat >>confdefs.h <<_ACEOF
12679#define LT_LIBEXT "$libext"
12680_ACEOF
12681
12682
12683name=
12684eval "lt_libprefix=\"$libname_spec\""
12685
12686cat >>confdefs.h <<_ACEOF
12687#define LT_LIBPREFIX "$lt_libprefix"
12688_ACEOF
12689
12690
12691name=ltdl
12692eval "LTDLOPEN=\"$libname_spec\""
12693
12694
12695
12696
12697## -------- ##
12698## Outputs. ##
12699## -------- ##
12700ac_config_files="$ac_config_files Makefile"
12701
12702cat >confcache <<\_ACEOF
12703# This file is a shell script that caches the results of configure
12704# tests run on this system so they can be shared between configure
12705# scripts and configure runs, see configure's option --config-cache.
12706# It is not useful on other systems. If it contains results you don't
12707# want to keep, you may remove or edit it.
12708#
12709# config.status only pays attention to the cache file if you give it
12710# the --recheck option to rerun configure.
12711#
12712# `ac_cv_env_foo' variables (set or unset) will be overridden when
12713# loading this file, other *unset* `ac_cv_foo' will be assigned the
12714# following values.
12715
12716_ACEOF
12717
12718# The following way of writing the cache mishandles newlines in values,
12719# but we know of no workaround that is simple, portable, and efficient.
12720# So, we kill variables containing newlines.
12721# Ultrix sh set writes to stderr and can't be redirected directly,
12722# and sets the high bit in the cache file unless we assign to the vars.
12723(
12724 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
12725 eval ac_val=\$$ac_var
12726 case $ac_val in #(
12727 *${as_nl}*)
12728 case $ac_var in #(
12729 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
12730$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
12731 esac
12732 case $ac_var in #(
12733 _ | IFS | as_nl) ;; #(
12734 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
12735 *) { eval $ac_var=; unset $ac_var;} ;;
12736 esac ;;
12737 esac
12738 done
12739
12740 (set) 2>&1 |
12741 case $as_nl`(ac_space=' '; set) 2>&1` in #(
12742 *${as_nl}ac_space=\ *)
12743 # `set' does not quote correctly, so add quotes: double-quote
12744 # substitution turns \\\\ into \\, and sed turns \\ into \.
12745 sed -n \
12746 "s/'/'\\\\''/g;
12747 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
12748 ;; #(
12749 *)
12750 # `set' quotes correctly as required by POSIX, so do not add quotes.
12751 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
12752 ;;
12753 esac |
12754 sort
12755) |
12756 sed '
12757 /^ac_cv_env_/b end
12758 t clear
12759 :clear
12760 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
12761 t end
12762 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
12763 :end' >>confcache
12764if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
12765 if test -w "$cache_file"; then
12766 if test "x$cache_file" != "x/dev/null"; then
12767 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
12768$as_echo "$as_me: updating cache $cache_file" >&6;}
12769 if test ! -f "$cache_file" || test -h "$cache_file"; then
12770 cat confcache >"$cache_file"
12771 else
12772 case $cache_file in #(
12773 */* | ?:*)
12774 mv -f confcache "$cache_file"$$ &&
12775 mv -f "$cache_file"$$ "$cache_file" ;; #(
12776 *)
12777 mv -f confcache "$cache_file" ;;
12778 esac
12779 fi
12780 fi
12781 else
12782 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
12783$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
12784 fi
12785fi
12786rm -f confcache
12787
12788test "x$prefix" = xNONE && prefix=$ac_default_prefix
12789# Let make expand exec_prefix.
12790test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
12791
12792DEFS=-DHAVE_CONFIG_H
12793
12794ac_libobjs=
12795ac_ltlibobjs=
12796U=
12797for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
12798 # 1. Remove the extension, and $U if already installed.
12799 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
12800 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
12801 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
12802 # will be set to the directory where LIBOBJS objects are built.
12803 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
12804 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
12805done
12806LIBOBJS=$ac_libobjs
12807
12808LTLIBOBJS=$ac_ltlibobjs
12809
12810
12811{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
12812$as_echo_n "checking that generated files are newer than configure... " >&6; }
12813 if test -n "$am_sleep_pid"; then
12814 # Hide warnings about reused PIDs.
12815 wait $am_sleep_pid 2>/dev/null
12816 fi
12817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
12818$as_echo "done" >&6; }
12819 if test -n "$EXEEXT"; then
12820 am__EXEEXT_TRUE=
12821 am__EXEEXT_FALSE='#'
12822else
12823 am__EXEEXT_TRUE='#'
12824 am__EXEEXT_FALSE=
12825fi
12826
12827if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
12828 as_fn_error $? "conditional \"AMDEP\" was never defined.
12829Usually this means the macro was only invoked conditionally." "$LINENO" 5
12830fi
12831if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
12832 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
12833Usually this means the macro was only invoked conditionally." "$LINENO" 5
12834fi
12835if test -z "${INSTALL_LTDL_TRUE}" && test -z "${INSTALL_LTDL_FALSE}"; then
12836 as_fn_error $? "conditional \"INSTALL_LTDL\" was never defined.
12837Usually this means the macro was only invoked conditionally." "$LINENO" 5
12838fi
12839if test -z "${CONVENIENCE_LTDL_TRUE}" && test -z "${CONVENIENCE_LTDL_FALSE}"; then
12840 as_fn_error $? "conditional \"CONVENIENCE_LTDL\" was never defined.
12841Usually this means the macro was only invoked conditionally." "$LINENO" 5
12842fi
12843LT_CONFIG_H=config.h
12844
12845: "${CONFIG_STATUS=./config.status}"
12846ac_write_fail=0
12847ac_clean_files_save=$ac_clean_files
12848ac_clean_files="$ac_clean_files $CONFIG_STATUS"
12849{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
12850$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
12851as_write_fail=0
12852cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
12853#! $SHELL
12854# Generated by $as_me.
12855# Run this file to recreate the current configuration.
12856# Compiler output produced by configure, useful for debugging
12857# configure, is in config.log if it exists.
12858
12859debug=false
12860ac_cs_recheck=false
12861ac_cs_silent=false
12862
12863SHELL=\${CONFIG_SHELL-$SHELL}
12864export SHELL
12865_ASEOF
12866cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
12867## -------------------- ##
12868## M4sh Initialization. ##
12869## -------------------- ##
12870
12871# Be more Bourne compatible
12872DUALCASE=1; export DUALCASE # for MKS sh
12873if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
12874 emulate sh
12875 NULLCMD=:
12876 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
12877 # is contrary to our usage. Disable this feature.
12878 alias -g '${1+"$@"}'='"$@"'
12879 setopt NO_GLOB_SUBST
12880else
12881 case `(set -o) 2>/dev/null` in #(
12882 *posix*) :
12883 set -o posix ;; #(
12884 *) :
12885 ;;
12886esac
12887fi
12888
12889
12890as_nl='
12891'
12892export as_nl
12893# Printing a long string crashes Solaris 7 /usr/bin/printf.
12894as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
12895as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
12896as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
12897# Prefer a ksh shell builtin over an external printf program on Solaris,
12898# but without wasting forks for bash or zsh.
12899if test -z "$BASH_VERSION$ZSH_VERSION" \
12900 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
12901 as_echo='print -r --'
12902 as_echo_n='print -rn --'
12903elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
12904 as_echo='printf %s\n'
12905 as_echo_n='printf %s'
12906else
12907 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
12908 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
12909 as_echo_n='/usr/ucb/echo -n'
12910 else
12911 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
12912 as_echo_n_body='eval
12913 arg=$1;
12914 case $arg in #(
12915 *"$as_nl"*)
12916 expr "X$arg" : "X\\(.*\\)$as_nl";
12917 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
12918 esac;
12919 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
12920 '
12921 export as_echo_n_body
12922 as_echo_n='sh -c $as_echo_n_body as_echo'
12923 fi
12924 export as_echo_body
12925 as_echo='sh -c $as_echo_body as_echo'
12926fi
12927
12928# The user is always right.
12929if test "${PATH_SEPARATOR+set}" != set; then
12930 PATH_SEPARATOR=:
12931 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
12932 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
12933 PATH_SEPARATOR=';'
12934 }
12935fi
12936
12937
12938# IFS
12939# We need space, tab and new line, in precisely that order. Quoting is
12940# there to prevent editors from complaining about space-tab.
12941# (If _AS_PATH_WALK were called with IFS unset, it would disable word
12942# splitting by setting IFS to empty value.)
12943IFS=" "" $as_nl"
12944
12945# Find who we are. Look in the path if we contain no directory separator.
12946as_myself=
12947case $0 in #((
12948 *[\\/]* ) as_myself=$0 ;;
12949 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12950for as_dir in $PATH
12951do
12952 IFS=$as_save_IFS
12953 test -z "$as_dir" && as_dir=.
12954 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
12955 done
12956IFS=$as_save_IFS
12957
12958 ;;
12959esac
12960# We did not find ourselves, most probably we were run as `sh COMMAND'
12961# in which case we are not to be found in the path.
12962if test "x$as_myself" = x; then
12963 as_myself=$0
12964fi
12965if test ! -f "$as_myself"; then
12966 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
12967 exit 1
12968fi
12969
12970# Unset variables that we do not need and which cause bugs (e.g. in
12971# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
12972# suppresses any "Segmentation fault" message there. '((' could
12973# trigger a bug in pdksh 5.2.14.
12974for as_var in BASH_ENV ENV MAIL MAILPATH
12975do eval test x\${$as_var+set} = xset \
12976 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
12977done
12978PS1='$ '
12979PS2='> '
12980PS4='+ '
12981
12982# NLS nuisances.
12983LC_ALL=C
12984export LC_ALL
12985LANGUAGE=C
12986export LANGUAGE
12987
12988# CDPATH.
12989(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12990
12991
12992# as_fn_error STATUS ERROR [LINENO LOG_FD]
12993# ----------------------------------------
12994# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
12995# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
12996# script with STATUS, using 1 if that was 0.
12997as_fn_error ()
12998{
12999 as_status=$1; test $as_status -eq 0 && as_status=1
13000 if test "$4"; then
13001 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
13002 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
13003 fi
13004 $as_echo "$as_me: error: $2" >&2
13005 as_fn_exit $as_status
13006} # as_fn_error
13007
13008
13009# as_fn_set_status STATUS
13010# -----------------------
13011# Set $? to STATUS, without forking.
13012as_fn_set_status ()
13013{
13014 return $1
13015} # as_fn_set_status
13016
13017# as_fn_exit STATUS
13018# -----------------
13019# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
13020as_fn_exit ()
13021{
13022 set +e
13023 as_fn_set_status $1
13024 exit $1
13025} # as_fn_exit
13026
13027# as_fn_unset VAR
13028# ---------------
13029# Portably unset VAR.
13030as_fn_unset ()
13031{
13032 { eval $1=; unset $1;}
13033}
13034as_unset=as_fn_unset
13035# as_fn_append VAR VALUE
13036# ----------------------
13037# Append the text in VALUE to the end of the definition contained in VAR. Take
13038# advantage of any shell optimizations that allow amortized linear growth over
13039# repeated appends, instead of the typical quadratic growth present in naive
13040# implementations.
13041if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
13042 eval 'as_fn_append ()
13043 {
13044 eval $1+=\$2
13045 }'
13046else
13047 as_fn_append ()
13048 {
13049 eval $1=\$$1\$2
13050 }
13051fi # as_fn_append
13052
13053# as_fn_arith ARG...
13054# ------------------
13055# Perform arithmetic evaluation on the ARGs, and store the result in the
13056# global $as_val. Take advantage of shells that can avoid forks. The arguments
13057# must be portable across $(()) and expr.
13058if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
13059 eval 'as_fn_arith ()
13060 {
13061 as_val=$(( $* ))
13062 }'
13063else
13064 as_fn_arith ()
13065 {
13066 as_val=`expr "$@" || test $? -eq 1`
13067 }
13068fi # as_fn_arith
13069
13070
13071if expr a : '\(a\)' >/dev/null 2>&1 &&
13072 test "X`expr 00001 : '.*\(...\)'`" = X001; then
13073 as_expr=expr
13074else
13075 as_expr=false
13076fi
13077
13078if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
13079 as_basename=basename
13080else
13081 as_basename=false
13082fi
13083
13084if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
13085 as_dirname=dirname
13086else
13087 as_dirname=false
13088fi
13089
13090as_me=`$as_basename -- "$0" ||
13091$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13092 X"$0" : 'X\(//\)$' \| \
13093 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
13094$as_echo X/"$0" |
13095 sed '/^.*\/\([^/][^/]*\)\/*$/{
13096 s//\1/
13097 q
13098 }
13099 /^X\/\(\/\/\)$/{
13100 s//\1/
13101 q
13102 }
13103 /^X\/\(\/\).*/{
13104 s//\1/
13105 q
13106 }
13107 s/.*/./; q'`
13108
13109# Avoid depending upon Character Ranges.
13110as_cr_letters='abcdefghijklmnopqrstuvwxyz'
13111as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13112as_cr_Letters=$as_cr_letters$as_cr_LETTERS
13113as_cr_digits='0123456789'
13114as_cr_alnum=$as_cr_Letters$as_cr_digits
13115
13116ECHO_C= ECHO_N= ECHO_T=
13117case `echo -n x` in #(((((
13118-n*)
13119 case `echo 'xy\c'` in
13120 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
13121 xy) ECHO_C='\c';;
13122 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
13123 ECHO_T=' ';;
13124 esac;;
13125*)
13126 ECHO_N='-n';;
13127esac
13128
13129rm -f conf$$ conf$$.exe conf$$.file
13130if test -d conf$$.dir; then
13131 rm -f conf$$.dir/conf$$.file
13132else
13133 rm -f conf$$.dir
13134 mkdir conf$$.dir 2>/dev/null
13135fi
13136if (echo >conf$$.file) 2>/dev/null; then
13137 if ln -s conf$$.file conf$$ 2>/dev/null; then
13138 as_ln_s='ln -s'
13139 # ... but there are two gotchas:
13140 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
13141 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
13142 # In both cases, we have to default to `cp -pR'.
13143 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
13144 as_ln_s='cp -pR'
13145 elif ln conf$$.file conf$$ 2>/dev/null; then
13146 as_ln_s=ln
13147 else
13148 as_ln_s='cp -pR'
13149 fi
13150else
13151 as_ln_s='cp -pR'
13152fi
13153rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
13154rmdir conf$$.dir 2>/dev/null
13155
13156
13157# as_fn_mkdir_p
13158# -------------
13159# Create "$as_dir" as a directory, including parents if necessary.
13160as_fn_mkdir_p ()
13161{
13162
13163 case $as_dir in #(
13164 -*) as_dir=./$as_dir;;
13165 esac
13166 test -d "$as_dir" || eval $as_mkdir_p || {
13167 as_dirs=
13168 while :; do
13169 case $as_dir in #(
13170 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
13171 *) as_qdir=$as_dir;;
13172 esac
13173 as_dirs="'$as_qdir' $as_dirs"
13174 as_dir=`$as_dirname -- "$as_dir" ||
13175$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13176 X"$as_dir" : 'X\(//\)[^/]' \| \
13177 X"$as_dir" : 'X\(//\)$' \| \
13178 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
13179$as_echo X"$as_dir" |
13180 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13181 s//\1/
13182 q
13183 }
13184 /^X\(\/\/\)[^/].*/{
13185 s//\1/
13186 q
13187 }
13188 /^X\(\/\/\)$/{
13189 s//\1/
13190 q
13191 }
13192 /^X\(\/\).*/{
13193 s//\1/
13194 q
13195 }
13196 s/.*/./; q'`
13197 test -d "$as_dir" && break
13198 done
13199 test -z "$as_dirs" || eval "mkdir $as_dirs"
13200 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
13201
13202
13203} # as_fn_mkdir_p
13204if mkdir -p . 2>/dev/null; then
13205 as_mkdir_p='mkdir -p "$as_dir"'
13206else
13207 test -d ./-p && rmdir ./-p
13208 as_mkdir_p=false
13209fi
13210
13211
13212# as_fn_executable_p FILE
13213# -----------------------
13214# Test if FILE is an executable regular file.
13215as_fn_executable_p ()
13216{
13217 test -f "$1" && test -x "$1"
13218} # as_fn_executable_p
13219as_test_x='test -x'
13220as_executable_p=as_fn_executable_p
13221
13222# Sed expression to map a string onto a valid CPP name.
13223as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
13224
13225# Sed expression to map a string onto a valid variable name.
13226as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
13227
13228
13229exec 6>&1
13230## ----------------------------------- ##
13231## Main body of $CONFIG_STATUS script. ##
13232## ----------------------------------- ##
13233_ASEOF
13234test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
13235
13236cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13237# Save the log message, to keep $0 and so on meaningful, and to
13238# report actual input values of CONFIG_FILES etc. instead of their
13239# values after options handling.
13240ac_log="
13241This file was extended by libltdl $as_me 2.4.2, which was
13242generated by GNU Autoconf 2.69. Invocation command line was
13243
13244 CONFIG_FILES = $CONFIG_FILES
13245 CONFIG_HEADERS = $CONFIG_HEADERS
13246 CONFIG_LINKS = $CONFIG_LINKS
13247 CONFIG_COMMANDS = $CONFIG_COMMANDS
13248 $ $0 $@
13249
13250on `(hostname || uname -n) 2>/dev/null | sed 1q`
13251"
13252
13253_ACEOF
13254
13255case $ac_config_files in *"
13256"*) set x $ac_config_files; shift; ac_config_files=$*;;
13257esac
13258
13259case $ac_config_headers in *"
13260"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
13261esac
13262
13263
13264cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13265# Files that config.status was made for.
13266config_files="$ac_config_files"
13267config_headers="$ac_config_headers"
13268config_commands="$ac_config_commands"
13269
13270_ACEOF
13271
13272cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13273ac_cs_usage="\
13274\`$as_me' instantiates files and other configuration actions
13275from templates according to the current configuration. Unless the files
13276and actions are specified as TAGs, all are instantiated by default.
13277
13278Usage: $0 [OPTION]... [TAG]...
13279
13280 -h, --help print this help, then exit
13281 -V, --version print version number and configuration settings, then exit
13282 --config print configuration, then exit
13283 -q, --quiet, --silent
13284 do not print progress messages
13285 -d, --debug don't remove temporary files
13286 --recheck update $as_me by reconfiguring in the same conditions
13287 --file=FILE[:TEMPLATE]
13288 instantiate the configuration file FILE
13289 --header=FILE[:TEMPLATE]
13290 instantiate the configuration header FILE
13291
13292Configuration files:
13293$config_files
13294
13295Configuration headers:
13296$config_headers
13297
13298Configuration commands:
13299$config_commands
13300
13301Report bugs to <bug-libtool@gnu.org>."
13302
13303_ACEOF
13304cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13305ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
13306ac_cs_version="\\
13307libltdl config.status 2.4.2
13308configured by $0, generated by GNU Autoconf 2.69,
13309 with options \\"\$ac_cs_config\\"
13310
13311Copyright (C) 2012 Free Software Foundation, Inc.
13312This config.status script is free software; the Free Software Foundation
13313gives unlimited permission to copy, distribute and modify it."
13314
13315ac_pwd='$ac_pwd'
13316srcdir='$srcdir'
13317INSTALL='$INSTALL'
13318MKDIR_P='$MKDIR_P'
13319AWK='$AWK'
13320test -n "\$AWK" || AWK=awk
13321_ACEOF
13322
13323cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13324# The default lists apply if the user does not specify any file.
13325ac_need_defaults=:
13326while test $# != 0
13327do
13328 case $1 in
13329 --*=?*)
13330 ac_option=`expr "X$1" : 'X\([^=]*\)='`
13331 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
13332 ac_shift=:
13333 ;;
13334 --*=)
13335 ac_option=`expr "X$1" : 'X\([^=]*\)='`
13336 ac_optarg=
13337 ac_shift=:
13338 ;;
13339 *)
13340 ac_option=$1
13341 ac_optarg=$2
13342 ac_shift=shift
13343 ;;
13344 esac
13345
13346 case $ac_option in
13347 # Handling of the options.
13348 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
13349 ac_cs_recheck=: ;;
13350 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
13351 $as_echo "$ac_cs_version"; exit ;;
13352 --config | --confi | --conf | --con | --co | --c )
13353 $as_echo "$ac_cs_config"; exit ;;
13354 --debug | --debu | --deb | --de | --d | -d )
13355 debug=: ;;
13356 --file | --fil | --fi | --f )
13357 $ac_shift
13358 case $ac_optarg in
13359 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
13360 '') as_fn_error $? "missing file argument" ;;
13361 esac
13362 as_fn_append CONFIG_FILES " '$ac_optarg'"
13363 ac_need_defaults=false;;
13364 --header | --heade | --head | --hea )
13365 $ac_shift
13366 case $ac_optarg in
13367 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
13368 esac
13369 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
13370 ac_need_defaults=false;;
13371 --he | --h)
13372 # Conflict between --help and --header
13373 as_fn_error $? "ambiguous option: \`$1'
13374Try \`$0 --help' for more information.";;
13375 --help | --hel | -h )
13376 $as_echo "$ac_cs_usage"; exit ;;
13377 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
13378 | -silent | --silent | --silen | --sile | --sil | --si | --s)
13379 ac_cs_silent=: ;;
13380
13381 # This is an error.
13382 -*) as_fn_error $? "unrecognized option: \`$1'
13383Try \`$0 --help' for more information." ;;
13384
13385 *) as_fn_append ac_config_targets " $1"
13386 ac_need_defaults=false ;;
13387
13388 esac
13389 shift
13390done
13391
13392ac_configure_extra_args=
13393
13394if $ac_cs_silent; then
13395 exec 6>/dev/null
13396 ac_configure_extra_args="$ac_configure_extra_args --silent"
13397fi
13398
13399_ACEOF
13400cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13401if \$ac_cs_recheck; then
13402 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
13403 shift
13404 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
13405 CONFIG_SHELL='$SHELL'
13406 export CONFIG_SHELL
13407 exec "\$@"
13408fi
13409
13410_ACEOF
13411cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13412exec 5>>config.log
13413{
13414 echo
13415 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
13416## Running $as_me. ##
13417_ASBOX
13418 $as_echo "$ac_log"
13419} >&5
13420
13421_ACEOF
13422cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13423#
13424# INIT-COMMANDS
13425#
13426AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
13427
13428
13429# The HP-UX ksh and POSIX shell print the target directory to stdout
13430# if CDPATH is set.
13431(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13432
13433sed_quote_subst='$sed_quote_subst'
13434double_quote_subst='$double_quote_subst'
13435delay_variable_subst='$delay_variable_subst'
13436macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
13437macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
13438AS='`$ECHO "$AS" | $SED "$delay_single_quote_subst"`'
13439DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
13440OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
13441enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
13442enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
13443pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
13444enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
13445SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
13446ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
13447PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
13448host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
13449host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
13450host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
13451build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
13452build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
13453build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
13454SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
13455Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
13456GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
13457EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
13458FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
13459LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
13460NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
13461LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
13462max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
13463ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
13464exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
13465lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
13466lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
13467lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
13468lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
13469lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
13470reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
13471reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
13472deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
13473file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
13474file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
13475want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
13476sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
13477AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
13478AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
13479archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
13480STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
13481RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
13482old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13483old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13484old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
13485lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
13486CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
13487CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
13488compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
13489GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
13490lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
13491lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
13492lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
13493lt_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"`'
13494nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
13495lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
13496objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
13497MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
13498lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
13499lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
13500lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
13501lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
13502lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
13503need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
13504MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
13505DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
13506NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
13507LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
13508OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
13509OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
13510libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
13511shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
13512extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13513archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
13514enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
13515export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
13516whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
13517compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
13518old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
13519old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13520archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
13521archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13522module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
13523module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13524with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
13525allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
13526no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
13527hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
13528hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
13529hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
13530hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
13531hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
13532hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
13533hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
13534inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
13535link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
13536always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
13537export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
13538exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
13539include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
13540prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
13541postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
13542file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
13543variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
13544need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
13545need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
13546version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
13547runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
13548shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
13549shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
13550libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
13551library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
13552soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
13553install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
13554postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13555postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13556finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
13557finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
13558hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
13559sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
13560sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
13561hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
13562enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
13563enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
13564enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
13565old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
13566striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
13567
13568LTCC='$LTCC'
13569LTCFLAGS='$LTCFLAGS'
13570compiler='$compiler_DEFAULT'
13571
13572# A function that is used when there is no print builtin or printf.
13573func_fallback_echo ()
13574{
13575 eval 'cat <<_LTECHO_EOF
13576\$1
13577_LTECHO_EOF'
13578}
13579
13580# Quote evaled strings.
13581for var in AS \
13582DLLTOOL \
13583OBJDUMP \
13584SHELL \
13585ECHO \
13586PATH_SEPARATOR \
13587SED \
13588GREP \
13589EGREP \
13590FGREP \
13591LD \
13592NM \
13593LN_S \
13594lt_SP2NL \
13595lt_NL2SP \
13596reload_flag \
13597deplibs_check_method \
13598file_magic_cmd \
13599file_magic_glob \
13600want_nocaseglob \
13601sharedlib_from_linklib_cmd \
13602AR \
13603AR_FLAGS \
13604archiver_list_spec \
13605STRIP \
13606RANLIB \
13607CC \
13608CFLAGS \
13609compiler \
13610lt_cv_sys_global_symbol_pipe \
13611lt_cv_sys_global_symbol_to_cdecl \
13612lt_cv_sys_global_symbol_to_c_name_address \
13613lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
13614nm_file_list_spec \
13615lt_prog_compiler_no_builtin_flag \
13616lt_prog_compiler_pic \
13617lt_prog_compiler_wl \
13618lt_prog_compiler_static \
13619lt_cv_prog_compiler_c_o \
13620need_locks \
13621MANIFEST_TOOL \
13622DSYMUTIL \
13623NMEDIT \
13624LIPO \
13625OTOOL \
13626OTOOL64 \
13627shrext_cmds \
13628export_dynamic_flag_spec \
13629whole_archive_flag_spec \
13630compiler_needs_object \
13631with_gnu_ld \
13632allow_undefined_flag \
13633no_undefined_flag \
13634hardcode_libdir_flag_spec \
13635hardcode_libdir_separator \
13636exclude_expsyms \
13637include_expsyms \
13638file_list_spec \
13639variables_saved_for_relink \
13640libname_spec \
13641library_names_spec \
13642soname_spec \
13643install_override_mode \
13644finish_eval \
13645old_striplib \
13646striplib; do
13647 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13648 *[\\\\\\\`\\"\\\$]*)
13649 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
13650 ;;
13651 *)
13652 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13653 ;;
13654 esac
13655done
13656
13657# Double-quote double-evaled strings.
13658for var in reload_cmds \
13659old_postinstall_cmds \
13660old_postuninstall_cmds \
13661old_archive_cmds \
13662extract_expsyms_cmds \
13663old_archive_from_new_cmds \
13664old_archive_from_expsyms_cmds \
13665archive_cmds \
13666archive_expsym_cmds \
13667module_cmds \
13668module_expsym_cmds \
13669export_symbols_cmds \
13670prelink_cmds \
13671postlink_cmds \
13672postinstall_cmds \
13673postuninstall_cmds \
13674finish_cmds \
13675sys_lib_search_path_spec \
13676sys_lib_dlsearch_path_spec; do
13677 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13678 *[\\\\\\\`\\"\\\$]*)
13679 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
13680 ;;
13681 *)
13682 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13683 ;;
13684 esac
13685done
13686
13687ac_aux_dir='$ac_aux_dir'
13688xsi_shell='$xsi_shell'
13689lt_shell_append='$lt_shell_append'
13690
13691# See if we are running on zsh, and set the options which allow our
13692# commands through without removal of \ escapes INIT.
13693if test -n "\${ZSH_VERSION+set}" ; then
13694 setopt NO_GLOB_SUBST
13695fi
13696
13697
13698 PACKAGE='$PACKAGE'
13699 VERSION='$VERSION'
13700 TIMESTAMP='$TIMESTAMP'
13701 RM='$RM'
13702 ofile='$ofile'
13703
13704
13705
13706
13707_ACEOF
13708
13709cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13710
13711# Handling of arguments.
13712for ac_config_target in $ac_config_targets
13713do
13714 case $ac_config_target in
13715 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config-h.in" ;;
13716 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
13717 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
13718 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
13719
13720 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
13721 esac
13722done
13723
13724
13725# If the user did not use the arguments to specify the items to instantiate,
13726# then the envvar interface is used. Set only those that are not.
13727# We use the long form for the default assignment because of an extremely
13728# bizarre bug on SunOS 4.1.3.
13729if $ac_need_defaults; then
13730 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
13731 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
13732 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
13733fi
13734
13735# Have a temporary directory for convenience. Make it in the build tree
13736# simply because there is no reason against having it here, and in addition,
13737# creating and moving files from /tmp can sometimes cause problems.
13738# Hook for its removal unless debugging.
13739# Note that there is a small window in which the directory will not be cleaned:
13740# after its creation but before its name has been assigned to `$tmp'.
13741$debug ||
13742{
13743 tmp= ac_tmp=
13744 trap 'exit_status=$?
13745 : "${ac_tmp:=$tmp}"
13746 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
13747' 0
13748 trap 'as_fn_exit 1' 1 2 13 15
13749}
13750# Create a (secure) tmp directory for tmp files.
13751
13752{
13753 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
13754 test -d "$tmp"
13755} ||
13756{
13757 tmp=./conf$$-$RANDOM
13758 (umask 077 && mkdir "$tmp")
13759} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
13760ac_tmp=$tmp
13761
13762# Set up the scripts for CONFIG_FILES section.
13763# No need to generate them if there are no CONFIG_FILES.
13764# This happens for instance with `./config.status config.h'.
13765if test -n "$CONFIG_FILES"; then
13766
13767
13768ac_cr=`echo X | tr X '\015'`
13769# On cygwin, bash can eat \r inside `` if the user requested igncr.
13770# But we know of no other shell where ac_cr would be empty at this
13771# point, so we can use a bashism as a fallback.
13772if test "x$ac_cr" = x; then
13773 eval ac_cr=\$\'\\r\'
13774fi
13775ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
13776if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
13777 ac_cs_awk_cr='\\r'
13778else
13779 ac_cs_awk_cr=$ac_cr
13780fi
13781
13782echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
13783_ACEOF
13784
13785
13786{
13787 echo "cat >conf$$subs.awk <<_ACEOF" &&
13788 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
13789 echo "_ACEOF"
13790} >conf$$subs.sh ||
13791 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
13792ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
13793ac_delim='%!_!# '
13794for ac_last_try in false false false false false :; do
13795 . ./conf$$subs.sh ||
13796 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
13797
13798 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
13799 if test $ac_delim_n = $ac_delim_num; then
13800 break
13801 elif $ac_last_try; then
13802 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
13803 else
13804 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
13805 fi
13806done
13807rm -f conf$$subs.sh
13808
13809cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13810cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
13811_ACEOF
13812sed -n '
13813h
13814s/^/S["/; s/!.*/"]=/
13815p
13816g
13817s/^[^!]*!//
13818:repl
13819t repl
13820s/'"$ac_delim"'$//
13821t delim
13822:nl
13823h
13824s/\(.\{148\}\)..*/\1/
13825t more1
13826s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
13827p
13828n
13829b repl
13830:more1
13831s/["\\]/\\&/g; s/^/"/; s/$/"\\/
13832p
13833g
13834s/.\{148\}//
13835t nl
13836:delim
13837h
13838s/\(.\{148\}\)..*/\1/
13839t more2
13840s/["\\]/\\&/g; s/^/"/; s/$/"/
13841p
13842b
13843:more2
13844s/["\\]/\\&/g; s/^/"/; s/$/"\\/
13845p
13846g
13847s/.\{148\}//
13848t delim
13849' <conf$$subs.awk | sed '
13850/^[^""]/{
13851 N
13852 s/\n//
13853}
13854' >>$CONFIG_STATUS || ac_write_fail=1
13855rm -f conf$$subs.awk
13856cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13857_ACAWK
13858cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
13859 for (key in S) S_is_set[key] = 1
13860 FS = "\a"
13861
13862}
13863{
13864 line = $ 0
13865 nfields = split(line, field, "@")
13866 substed = 0
13867 len = length(field[1])
13868 for (i = 2; i < nfields; i++) {
13869 key = field[i]
13870 keylen = length(key)
13871 if (S_is_set[key]) {
13872 value = S[key]
13873 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
13874 len += length(value) + length(field[++i])
13875 substed = 1
13876 } else
13877 len += 1 + keylen
13878 }
13879
13880 print line
13881}
13882
13883_ACAWK
13884_ACEOF
13885cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13886if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
13887 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
13888else
13889 cat
13890fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
13891 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
13892_ACEOF
13893
13894# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
13895# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
13896# trailing colons and then remove the whole line if VPATH becomes empty
13897# (actually we leave an empty line to preserve line numbers).
13898if test "x$srcdir" = x.; then
13899 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
13900h
13901s///
13902s/^/:/
13903s/[ ]*$/:/
13904s/:\$(srcdir):/:/g
13905s/:\${srcdir}:/:/g
13906s/:@srcdir@:/:/g
13907s/^:*//
13908s/:*$//
13909x
13910s/\(=[ ]*\).*/\1/
13911G
13912s/\n//
13913s/^[^=]*=[ ]*$//
13914}'
13915fi
13916
13917cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13918fi # test -n "$CONFIG_FILES"
13919
13920# Set up the scripts for CONFIG_HEADERS section.
13921# No need to generate them if there are no CONFIG_HEADERS.
13922# This happens for instance with `./config.status Makefile'.
13923if test -n "$CONFIG_HEADERS"; then
13924cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
13925BEGIN {
13926_ACEOF
13927
13928# Transform confdefs.h into an awk script `defines.awk', embedded as
13929# here-document in config.status, that substitutes the proper values into
13930# config.h.in to produce config.h.
13931
13932# Create a delimiter string that does not exist in confdefs.h, to ease
13933# handling of long lines.
13934ac_delim='%!_!# '
13935for ac_last_try in false false :; do
13936 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
13937 if test -z "$ac_tt"; then
13938 break
13939 elif $ac_last_try; then
13940 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
13941 else
13942 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
13943 fi
13944done
13945
13946# For the awk script, D is an array of macro values keyed by name,
13947# likewise P contains macro parameters if any. Preserve backslash
13948# newline sequences.
13949
13950ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
13951sed -n '
13952s/.\{148\}/&'"$ac_delim"'/g
13953t rset
13954:rset
13955s/^[ ]*#[ ]*define[ ][ ]*/ /
13956t def
13957d
13958:def
13959s/\\$//
13960t bsnl
13961s/["\\]/\\&/g
13962s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
13963D["\1"]=" \3"/p
13964s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
13965d
13966:bsnl
13967s/["\\]/\\&/g
13968s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
13969D["\1"]=" \3\\\\\\n"\\/p
13970t cont
13971s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
13972t cont
13973d
13974:cont
13975n
13976s/.\{148\}/&'"$ac_delim"'/g
13977t clear
13978:clear
13979s/\\$//
13980t bsnlc
13981s/["\\]/\\&/g; s/^/"/; s/$/"/p
13982d
13983:bsnlc
13984s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
13985b cont
13986' <confdefs.h | sed '
13987s/'"$ac_delim"'/"\\\
13988"/g' >>$CONFIG_STATUS || ac_write_fail=1
13989
13990cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13991 for (key in D) D_is_set[key] = 1
13992 FS = "\a"
13993}
13994/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
13995 line = \$ 0
13996 split(line, arg, " ")
13997 if (arg[1] == "#") {
13998 defundef = arg[2]
13999 mac1 = arg[3]
14000 } else {
14001 defundef = substr(arg[1], 2)
14002 mac1 = arg[2]
14003 }
14004 split(mac1, mac2, "(") #)
14005 macro = mac2[1]
14006 prefix = substr(line, 1, index(line, defundef) - 1)
14007 if (D_is_set[macro]) {
14008 # Preserve the white space surrounding the "#".
14009 print prefix "define", macro P[macro] D[macro]
14010 next
14011 } else {
14012 # Replace #undef with comments. This is necessary, for example,
14013 # in the case of _POSIX_SOURCE, which is predefined and required
14014 # on some systems where configure will not decide to define it.
14015 if (defundef == "undef") {
14016 print "/*", prefix defundef, macro, "*/"
14017 next
14018 }
14019 }
14020}
14021{ print }
14022_ACAWK
14023_ACEOF
14024cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14025 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
14026fi # test -n "$CONFIG_HEADERS"
14027
14028
14029eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
14030shift
14031for ac_tag
14032do
14033 case $ac_tag in
14034 :[FHLC]) ac_mode=$ac_tag; continue;;
14035 esac
14036 case $ac_mode$ac_tag in
14037 :[FHL]*:*);;
14038 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
14039 :[FH]-) ac_tag=-:-;;
14040 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
14041 esac
14042 ac_save_IFS=$IFS
14043 IFS=:
14044 set x $ac_tag
14045 IFS=$ac_save_IFS
14046 shift
14047 ac_file=$1
14048 shift
14049
14050 case $ac_mode in
14051 :L) ac_source=$1;;
14052 :[FH])
14053 ac_file_inputs=
14054 for ac_f
14055 do
14056 case $ac_f in
14057 -) ac_f="$ac_tmp/stdin";;
14058 *) # Look for the file first in the build tree, then in the source tree
14059 # (if the path is not absolute). The absolute path cannot be DOS-style,
14060 # because $ac_f cannot contain `:'.
14061 test -f "$ac_f" ||
14062 case $ac_f in
14063 [\\/$]*) false;;
14064 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
14065 esac ||
14066 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
14067 esac
14068 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
14069 as_fn_append ac_file_inputs " '$ac_f'"
14070 done
14071
14072 # Let's still pretend it is `configure' which instantiates (i.e., don't
14073 # use $as_me), people would be surprised to read:
14074 # /* config.h. Generated by config.status. */
14075 configure_input='Generated from '`
14076 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
14077 `' by configure.'
14078 if test x"$ac_file" != x-; then
14079 configure_input="$ac_file. $configure_input"
14080 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
14081$as_echo "$as_me: creating $ac_file" >&6;}
14082 fi
14083 # Neutralize special characters interpreted by sed in replacement strings.
14084 case $configure_input in #(
14085 *\&* | *\|* | *\\* )
14086 ac_sed_conf_input=`$as_echo "$configure_input" |
14087 sed 's/[\\\\&|]/\\\\&/g'`;; #(
14088 *) ac_sed_conf_input=$configure_input;;
14089 esac
14090
14091 case $ac_tag in
14092 *:-:* | *:-) cat >"$ac_tmp/stdin" \
14093 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
14094 esac
14095 ;;
14096 esac
14097
14098 ac_dir=`$as_dirname -- "$ac_file" ||
14099$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14100 X"$ac_file" : 'X\(//\)[^/]' \| \
14101 X"$ac_file" : 'X\(//\)$' \| \
14102 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
14103$as_echo X"$ac_file" |
14104 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14105 s//\1/
14106 q
14107 }
14108 /^X\(\/\/\)[^/].*/{
14109 s//\1/
14110 q
14111 }
14112 /^X\(\/\/\)$/{
14113 s//\1/
14114 q
14115 }
14116 /^X\(\/\).*/{
14117 s//\1/
14118 q
14119 }
14120 s/.*/./; q'`
14121 as_dir="$ac_dir"; as_fn_mkdir_p
14122 ac_builddir=.
14123
14124case "$ac_dir" in
14125.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
14126*)
14127 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
14128 # A ".." for each directory in $ac_dir_suffix.
14129 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
14130 case $ac_top_builddir_sub in
14131 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
14132 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
14133 esac ;;
14134esac
14135ac_abs_top_builddir=$ac_pwd
14136ac_abs_builddir=$ac_pwd$ac_dir_suffix
14137# for backward compatibility:
14138ac_top_builddir=$ac_top_build_prefix
14139
14140case $srcdir in
14141 .) # We are building in place.
14142 ac_srcdir=.
14143 ac_top_srcdir=$ac_top_builddir_sub
14144 ac_abs_top_srcdir=$ac_pwd ;;
14145 [\\/]* | ?:[\\/]* ) # Absolute name.
14146 ac_srcdir=$srcdir$ac_dir_suffix;
14147 ac_top_srcdir=$srcdir
14148 ac_abs_top_srcdir=$srcdir ;;
14149 *) # Relative name.
14150 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
14151 ac_top_srcdir=$ac_top_build_prefix$srcdir
14152 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
14153esac
14154ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
14155
14156
14157 case $ac_mode in
14158 :F)
14159 #
14160 # CONFIG_FILE
14161 #
14162
14163 case $INSTALL in
14164 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
14165 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
14166 esac
14167 ac_MKDIR_P=$MKDIR_P
14168 case $MKDIR_P in
14169 [\\/$]* | ?:[\\/]* ) ;;
14170 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
14171 esac
14172_ACEOF
14173
14174cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14175# If the template does not know about datarootdir, expand it.
14176# FIXME: This hack should be removed a few years after 2.60.
14177ac_datarootdir_hack=; ac_datarootdir_seen=
14178ac_sed_dataroot='
14179/datarootdir/ {
14180 p
14181 q
14182}
14183/@datadir@/p
14184/@docdir@/p
14185/@infodir@/p
14186/@localedir@/p
14187/@mandir@/p'
14188case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
14189*datarootdir*) ac_datarootdir_seen=yes;;
14190*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
14191 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
14192$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
14193_ACEOF
14194cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14195 ac_datarootdir_hack='
14196 s&@datadir@&$datadir&g
14197 s&@docdir@&$docdir&g
14198 s&@infodir@&$infodir&g
14199 s&@localedir@&$localedir&g
14200 s&@mandir@&$mandir&g
14201 s&\\\${datarootdir}&$datarootdir&g' ;;
14202esac
14203_ACEOF
14204
14205# Neutralize VPATH when `$srcdir' = `.'.
14206# Shell code in configure.ac might set extrasub.
14207# FIXME: do we really want to maintain this feature?
14208cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14209ac_sed_extra="$ac_vpsub
14210$extrasub
14211_ACEOF
14212cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14213:t
14214/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
14215s|@configure_input@|$ac_sed_conf_input|;t t
14216s&@top_builddir@&$ac_top_builddir_sub&;t t
14217s&@top_build_prefix@&$ac_top_build_prefix&;t t
14218s&@srcdir@&$ac_srcdir&;t t
14219s&@abs_srcdir@&$ac_abs_srcdir&;t t
14220s&@top_srcdir@&$ac_top_srcdir&;t t
14221s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
14222s&@builddir@&$ac_builddir&;t t
14223s&@abs_builddir@&$ac_abs_builddir&;t t
14224s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
14225s&@INSTALL@&$ac_INSTALL&;t t
14226s&@MKDIR_P@&$ac_MKDIR_P&;t t
14227$ac_datarootdir_hack
14228"
14229eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
14230 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
14231
14232test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
14233 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
14234 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
14235 "$ac_tmp/out"`; test -z "$ac_out"; } &&
14236 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14237which seems to be undefined. Please make sure it is defined" >&5
14238$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14239which seems to be undefined. Please make sure it is defined" >&2;}
14240
14241 rm -f "$ac_tmp/stdin"
14242 case $ac_file in
14243 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
14244 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
14245 esac \
14246 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
14247 ;;
14248 :H)
14249 #
14250 # CONFIG_HEADER
14251 #
14252 if test x"$ac_file" != x-; then
14253 {
14254 $as_echo "/* $configure_input */" \
14255 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
14256 } >"$ac_tmp/config.h" \
14257 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
14258 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
14259 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
14260$as_echo "$as_me: $ac_file is unchanged" >&6;}
14261 else
14262 rm -f "$ac_file"
14263 mv "$ac_tmp/config.h" "$ac_file" \
14264 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
14265 fi
14266 else
14267 $as_echo "/* $configure_input */" \
14268 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
14269 || as_fn_error $? "could not create -" "$LINENO" 5
14270 fi
14271# Compute "$ac_file"'s index in $config_headers.
14272_am_arg="$ac_file"
14273_am_stamp_count=1
14274for _am_header in $config_headers :; do
14275 case $_am_header in
14276 $_am_arg | $_am_arg:* )
14277 break ;;
14278 * )
14279 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
14280 esac
14281done
14282echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
14283$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14284 X"$_am_arg" : 'X\(//\)[^/]' \| \
14285 X"$_am_arg" : 'X\(//\)$' \| \
14286 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
14287$as_echo X"$_am_arg" |
14288 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14289 s//\1/
14290 q
14291 }
14292 /^X\(\/\/\)[^/].*/{
14293 s//\1/
14294 q
14295 }
14296 /^X\(\/\/\)$/{
14297 s//\1/
14298 q
14299 }
14300 /^X\(\/\).*/{
14301 s//\1/
14302 q
14303 }
14304 s/.*/./; q'`/stamp-h$_am_stamp_count
14305 ;;
14306
14307 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
14308$as_echo "$as_me: executing $ac_file commands" >&6;}
14309 ;;
14310 esac
14311
14312
14313 case $ac_file$ac_mode in
14314 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
14315 # Older Autoconf quotes --file arguments for eval, but not when files
14316 # are listed without --file. Let's play safe and only enable the eval
14317 # if we detect the quoting.
14318 case $CONFIG_FILES in
14319 *\'*) eval set x "$CONFIG_FILES" ;;
14320 *) set x $CONFIG_FILES ;;
14321 esac
14322 shift
14323 for mf
14324 do
14325 # Strip MF so we end up with the name of the file.
14326 mf=`echo "$mf" | sed -e 's/:.*$//'`
14327 # Check whether this is an Automake generated Makefile or not.
14328 # We used to match only the files named 'Makefile.in', but
14329 # some people rename them; so instead we look at the file content.
14330 # Grep'ing the first line is not enough: some people post-process
14331 # each Makefile.in and add a new line on top of each file to say so.
14332 # Grep'ing the whole file is not good either: AIX grep has a line
14333 # limit of 2048, but all sed's we know have understand at least 4000.
14334 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
14335 dirpart=`$as_dirname -- "$mf" ||
14336$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14337 X"$mf" : 'X\(//\)[^/]' \| \
14338 X"$mf" : 'X\(//\)$' \| \
14339 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
14340$as_echo X"$mf" |
14341 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14342 s//\1/
14343 q
14344 }
14345 /^X\(\/\/\)[^/].*/{
14346 s//\1/
14347 q
14348 }
14349 /^X\(\/\/\)$/{
14350 s//\1/
14351 q
14352 }
14353 /^X\(\/\).*/{
14354 s//\1/
14355 q
14356 }
14357 s/.*/./; q'`
14358 else
14359 continue
14360 fi
14361 # Extract the definition of DEPDIR, am__include, and am__quote
14362 # from the Makefile without running 'make'.
14363 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
14364 test -z "$DEPDIR" && continue
14365 am__include=`sed -n 's/^am__include = //p' < "$mf"`
14366 test -z "$am__include" && continue
14367 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
14368 # Find all dependency output files, they are included files with
14369 # $(DEPDIR) in their names. We invoke sed twice because it is the
14370 # simplest approach to changing $(DEPDIR) to its actual value in the
14371 # expansion.
14372 for file in `sed -n "
14373 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
14374 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
14375 # Make sure the directory exists.
14376 test -f "$dirpart/$file" && continue
14377 fdir=`$as_dirname -- "$file" ||
14378$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14379 X"$file" : 'X\(//\)[^/]' \| \
14380 X"$file" : 'X\(//\)$' \| \
14381 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
14382$as_echo X"$file" |
14383 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14384 s//\1/
14385 q
14386 }
14387 /^X\(\/\/\)[^/].*/{
14388 s//\1/
14389 q
14390 }
14391 /^X\(\/\/\)$/{
14392 s//\1/
14393 q
14394 }
14395 /^X\(\/\).*/{
14396 s//\1/
14397 q
14398 }
14399 s/.*/./; q'`
14400 as_dir=$dirpart/$fdir; as_fn_mkdir_p
14401 # echo "creating $dirpart/$file"
14402 echo '# dummy' > "$dirpart/$file"
14403 done
14404 done
14405}
14406 ;;
14407 "libtool":C)
14408
14409 # See if we are running on zsh, and set the options which allow our
14410 # commands through without removal of \ escapes.
14411 if test -n "${ZSH_VERSION+set}" ; then
14412 setopt NO_GLOB_SUBST
14413 fi
14414
14415 cfgfile="${ofile}T"
14416 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
14417 $RM "$cfgfile"
14418
14419 cat <<_LT_EOF >> "$cfgfile"
14420#! $SHELL
14421
14422# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
14423# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
14424# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
14425# NOTE: Changes made to this file will be lost: look at ltmain.sh.
14426#
14427# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
14428# 2006, 2007, 2008, 2009, 2010, 2011 Free Software
14429# Foundation, Inc.
14430# Written by Gordon Matzigkeit, 1996
14431#
14432# This file is part of GNU Libtool.
14433#
14434# GNU Libtool is free software; you can redistribute it and/or
14435# modify it under the terms of the GNU General Public License as
14436# published by the Free Software Foundation; either version 2 of
14437# the License, or (at your option) any later version.
14438#
14439# As a special exception to the GNU General Public License,
14440# if you distribute this file as part of a program or library that
14441# is built using GNU Libtool, you may include this file under the
14442# same distribution terms that you use for the rest of that program.
14443#
14444# GNU Libtool is distributed in the hope that it will be useful,
14445# but WITHOUT ANY WARRANTY; without even the implied warranty of
14446# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14447# GNU General Public License for more details.
14448#
14449# You should have received a copy of the GNU General Public License
14450# along with GNU Libtool; see the file COPYING. If not, a copy
14451# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
14452# obtained by writing to the Free Software Foundation, Inc.,
14453# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
14454
14455
14456# The names of the tagged configurations supported by this script.
14457available_tags=""
14458
14459# ### BEGIN LIBTOOL CONFIG
14460
14461# Which release of libtool.m4 was used?
14462macro_version=$macro_version
14463macro_revision=$macro_revision
14464
14465# Assembler program.
14466AS=$lt_AS
14467
14468# DLL creation program.
14469DLLTOOL=$lt_DLLTOOL
14470
14471# Object dumper program.
14472OBJDUMP=$lt_OBJDUMP
14473
14474# Whether or not to build shared libraries.
14475build_libtool_libs=$enable_shared
14476
14477# Whether or not to build static libraries.
14478build_old_libs=$enable_static
14479
14480# What type of objects to build.
14481pic_mode=$pic_mode
14482
14483# Whether or not to optimize for fast installation.
14484fast_install=$enable_fast_install
14485
14486# Shell to use when invoking shell scripts.
14487SHELL=$lt_SHELL
14488
14489# An echo program that protects backslashes.
14490ECHO=$lt_ECHO
14491
14492# The PATH separator for the build system.
14493PATH_SEPARATOR=$lt_PATH_SEPARATOR
14494
14495# The host system.
14496host_alias=$host_alias
14497host=$host
14498host_os=$host_os
14499
14500# The build system.
14501build_alias=$build_alias
14502build=$build
14503build_os=$build_os
14504
14505# A sed program that does not truncate output.
14506SED=$lt_SED
14507
14508# Sed that helps us avoid accidentally triggering echo(1) options like -n.
14509Xsed="\$SED -e 1s/^X//"
14510
14511# A grep program that handles long lines.
14512GREP=$lt_GREP
14513
14514# An ERE matcher.
14515EGREP=$lt_EGREP
14516
14517# A literal string matcher.
14518FGREP=$lt_FGREP
14519
14520# A BSD- or MS-compatible name lister.
14521NM=$lt_NM
14522
14523# Whether we need soft or hard links.
14524LN_S=$lt_LN_S
14525
14526# What is the maximum length of a command?
14527max_cmd_len=$max_cmd_len
14528
14529# Object file suffix (normally "o").
14530objext=$ac_objext
14531
14532# Executable file suffix (normally "").
14533exeext=$exeext
14534
14535# whether the shell understands "unset".
14536lt_unset=$lt_unset
14537
14538# turn spaces into newlines.
14539SP2NL=$lt_lt_SP2NL
14540
14541# turn newlines into spaces.
14542NL2SP=$lt_lt_NL2SP
14543
14544# convert \$build file names to \$host format.
14545to_host_file_cmd=$lt_cv_to_host_file_cmd
14546
14547# convert \$build files to toolchain format.
14548to_tool_file_cmd=$lt_cv_to_tool_file_cmd
14549
14550# Method to check whether dependent libraries are shared objects.
14551deplibs_check_method=$lt_deplibs_check_method
14552
14553# Command to use when deplibs_check_method = "file_magic".
14554file_magic_cmd=$lt_file_magic_cmd
14555
14556# How to find potential files when deplibs_check_method = "file_magic".
14557file_magic_glob=$lt_file_magic_glob
14558
14559# Find potential files using nocaseglob when deplibs_check_method = "file_magic".
14560want_nocaseglob=$lt_want_nocaseglob
14561
14562# Command to associate shared and link libraries.
14563sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd
14564
14565# The archiver.
14566AR=$lt_AR
14567
14568# Flags to create an archive.
14569AR_FLAGS=$lt_AR_FLAGS
14570
14571# How to feed a file listing to the archiver.
14572archiver_list_spec=$lt_archiver_list_spec
14573
14574# A symbol stripping program.
14575STRIP=$lt_STRIP
14576
14577# Commands used to install an old-style archive.
14578RANLIB=$lt_RANLIB
14579old_postinstall_cmds=$lt_old_postinstall_cmds
14580old_postuninstall_cmds=$lt_old_postuninstall_cmds
14581
14582# Whether to use a lock for old archive extraction.
14583lock_old_archive_extraction=$lock_old_archive_extraction
14584
14585# A C compiler.
14586LTCC=$lt_CC
14587
14588# LTCC compiler flags.
14589LTCFLAGS=$lt_CFLAGS
14590
14591# Take the output of nm and produce a listing of raw symbols and C names.
14592global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
14593
14594# Transform the output of nm in a proper C declaration.
14595global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
14596
14597# Transform the output of nm in a C name address pair.
14598global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
14599
14600# Transform the output of nm in a C name address pair when lib prefix is needed.
14601global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
14602
14603# Specify filename containing input files for \$NM.
14604nm_file_list_spec=$lt_nm_file_list_spec
14605
14606# The root where to search for dependent libraries,and in which our libraries should be installed.
14607lt_sysroot=$lt_sysroot
14608
14609# The name of the directory that contains temporary libtool files.
14610objdir=$objdir
14611
14612# Used to examine libraries when file_magic_cmd begins with "file".
14613MAGIC_CMD=$MAGIC_CMD
14614
14615# Must we lock files when doing compilation?
14616need_locks=$lt_need_locks
14617
14618# Manifest tool.
14619MANIFEST_TOOL=$lt_MANIFEST_TOOL
14620
14621# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
14622DSYMUTIL=$lt_DSYMUTIL
14623
14624# Tool to change global to local symbols on Mac OS X.
14625NMEDIT=$lt_NMEDIT
14626
14627# Tool to manipulate fat objects and archives on Mac OS X.
14628LIPO=$lt_LIPO
14629
14630# ldd/readelf like tool for Mach-O binaries on Mac OS X.
14631OTOOL=$lt_OTOOL
14632
14633# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
14634OTOOL64=$lt_OTOOL64
14635
14636# Old archive suffix (normally "a").
14637libext=$libext
14638
14639# Shared library suffix (normally ".so").
14640shrext_cmds=$lt_shrext_cmds
14641
14642# The commands to extract the exported symbol list from a shared archive.
14643extract_expsyms_cmds=$lt_extract_expsyms_cmds
14644
14645# Variables whose values should be saved in libtool wrapper scripts and
14646# restored at link time.
14647variables_saved_for_relink=$lt_variables_saved_for_relink
14648
14649# Do we need the "lib" prefix for modules?
14650need_lib_prefix=$need_lib_prefix
14651
14652# Do we need a version for libraries?
14653need_version=$need_version
14654
14655# Library versioning type.
14656version_type=$version_type
14657
14658# Shared library runtime path variable.
14659runpath_var=$runpath_var
14660
14661# Shared library path variable.
14662shlibpath_var=$shlibpath_var
14663
14664# Is shlibpath searched before the hard-coded library search path?
14665shlibpath_overrides_runpath=$shlibpath_overrides_runpath
14666
14667# Format of library name prefix.
14668libname_spec=$lt_libname_spec
14669
14670# List of archive names. First name is the real one, the rest are links.
14671# The last name is the one that the linker finds with -lNAME
14672library_names_spec=$lt_library_names_spec
14673
14674# The coded name of the library, if different from the real name.
14675soname_spec=$lt_soname_spec
14676
14677# Permission mode override for installation of shared libraries.
14678install_override_mode=$lt_install_override_mode
14679
14680# Command to use after installation of a shared archive.
14681postinstall_cmds=$lt_postinstall_cmds
14682
14683# Command to use after uninstallation of a shared archive.
14684postuninstall_cmds=$lt_postuninstall_cmds
14685
14686# Commands used to finish a libtool library installation in a directory.
14687finish_cmds=$lt_finish_cmds
14688
14689# As "finish_cmds", except a single script fragment to be evaled but
14690# not shown.
14691finish_eval=$lt_finish_eval
14692
14693# Whether we should hardcode library paths into libraries.
14694hardcode_into_libs=$hardcode_into_libs
14695
14696# Compile-time system search path for libraries.
14697sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
14698
14699# Run-time system search path for libraries.
14700sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
14701
14702# Whether dlopen is supported.
14703dlopen_support=$enable_dlopen
14704
14705# Whether dlopen of programs is supported.
14706dlopen_self=$enable_dlopen_self
14707
14708# Whether dlopen of statically linked programs is supported.
14709dlopen_self_static=$enable_dlopen_self_static
14710
14711# Commands to strip libraries.
14712old_striplib=$lt_old_striplib
14713striplib=$lt_striplib
14714
14715
14716# The linker used to build libraries.
14717LD=$lt_LD
14718
14719# How to create reloadable object files.
14720reload_flag=$lt_reload_flag
14721reload_cmds=$lt_reload_cmds
14722
14723# Commands used to build an old-style archive.
14724old_archive_cmds=$lt_old_archive_cmds
14725
14726# A language specific compiler.
14727CC=$lt_compiler
14728
14729# Is the compiler the GNU compiler?
14730with_gcc=$GCC
14731
14732# Compiler flag to turn off builtin functions.
14733no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
14734
14735# Additional compiler flags for building library objects.
14736pic_flag=$lt_lt_prog_compiler_pic
14737
14738# How to pass a linker flag through the compiler.
14739wl=$lt_lt_prog_compiler_wl
14740
14741# Compiler flag to prevent dynamic linking.
14742link_static_flag=$lt_lt_prog_compiler_static
14743
14744# Does compiler simultaneously support -c and -o options?
14745compiler_c_o=$lt_lt_cv_prog_compiler_c_o
14746
14747# Whether or not to add -lc for building shared libraries.
14748build_libtool_need_lc=$archive_cmds_need_lc
14749
14750# Whether or not to disallow shared libs when runtime libs are static.
14751allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
14752
14753# Compiler flag to allow reflexive dlopens.
14754export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
14755
14756# Compiler flag to generate shared objects directly from archives.
14757whole_archive_flag_spec=$lt_whole_archive_flag_spec
14758
14759# Whether the compiler copes with passing no objects directly.
14760compiler_needs_object=$lt_compiler_needs_object
14761
14762# Create an old-style archive from a shared archive.
14763old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
14764
14765# Create a temporary old-style archive to link instead of a shared archive.
14766old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
14767
14768# Commands used to build a shared archive.
14769archive_cmds=$lt_archive_cmds
14770archive_expsym_cmds=$lt_archive_expsym_cmds
14771
14772# Commands used to build a loadable module if different from building
14773# a shared archive.
14774module_cmds=$lt_module_cmds
14775module_expsym_cmds=$lt_module_expsym_cmds
14776
14777# Whether we are building with GNU ld or not.
14778with_gnu_ld=$lt_with_gnu_ld
14779
14780# Flag that allows shared libraries with undefined symbols to be built.
14781allow_undefined_flag=$lt_allow_undefined_flag
14782
14783# Flag that enforces no undefined symbols.
14784no_undefined_flag=$lt_no_undefined_flag
14785
14786# Flag to hardcode \$libdir into a binary during linking.
14787# This must work even if \$libdir does not exist
14788hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
14789
14790# Whether we need a single "-rpath" flag with a separated argument.
14791hardcode_libdir_separator=$lt_hardcode_libdir_separator
14792
14793# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14794# DIR into the resulting binary.
14795hardcode_direct=$hardcode_direct
14796
14797# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14798# DIR into the resulting binary and the resulting library dependency is
14799# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
14800# library is relocated.
14801hardcode_direct_absolute=$hardcode_direct_absolute
14802
14803# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
14804# into the resulting binary.
14805hardcode_minus_L=$hardcode_minus_L
14806
14807# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
14808# into the resulting binary.
14809hardcode_shlibpath_var=$hardcode_shlibpath_var
14810
14811# Set to "yes" if building a shared library automatically hardcodes DIR
14812# into the library and all subsequent libraries and executables linked
14813# against it.
14814hardcode_automatic=$hardcode_automatic
14815
14816# Set to yes if linker adds runtime paths of dependent libraries
14817# to runtime path list.
14818inherit_rpath=$inherit_rpath
14819
14820# Whether libtool must link a program against all its dependency libraries.
14821link_all_deplibs=$link_all_deplibs
14822
14823# Set to "yes" if exported symbols are required.
14824always_export_symbols=$always_export_symbols
14825
14826# The commands to list exported symbols.
14827export_symbols_cmds=$lt_export_symbols_cmds
14828
14829# Symbols that should not be listed in the preloaded symbols.
14830exclude_expsyms=$lt_exclude_expsyms
14831
14832# Symbols that must always be exported.
14833include_expsyms=$lt_include_expsyms
14834
14835# Commands necessary for linking programs (against libraries) with templates.
14836prelink_cmds=$lt_prelink_cmds
14837
14838# Commands necessary for finishing linking programs.
14839postlink_cmds=$lt_postlink_cmds
14840
14841# Specify filename containing input files.
14842file_list_spec=$lt_file_list_spec
14843
14844# How to hardcode a shared library path into an executable.
14845hardcode_action=$hardcode_action
14846
14847# ### END LIBTOOL CONFIG
14848
14849_LT_EOF
14850
14851 case $host_os in
14852 aix3*)
14853 cat <<\_LT_EOF >> "$cfgfile"
14854# AIX sometimes has problems with the GCC collect2 program. For some
14855# reason, if we set the COLLECT_NAMES environment variable, the problems
14856# vanish in a puff of smoke.
14857if test "X${COLLECT_NAMES+set}" != Xset; then
14858 COLLECT_NAMES=
14859 export COLLECT_NAMES
14860fi
14861_LT_EOF
14862 ;;
14863 esac
14864
14865
14866ltmain="$ac_aux_dir/ltmain.sh"
14867
14868
14869 # We use sed instead of cat because bash on DJGPP gets confused if
14870 # if finds mixed CR/LF and LF-only lines. Since sed operates in
14871 # text mode, it properly converts lines to CR/LF. This bash problem
14872 # is reportedly fixed, but why not run on old versions too?
14873 sed '$q' "$ltmain" >> "$cfgfile" \
14874 || (rm -f "$cfgfile"; exit 1)
14875
14876 if test x"$xsi_shell" = xyes; then
14877 sed -e '/^func_dirname ()$/,/^} # func_dirname /c\
14878func_dirname ()\
14879{\
14880\ case ${1} in\
14881\ */*) func_dirname_result="${1%/*}${2}" ;;\
14882\ * ) func_dirname_result="${3}" ;;\
14883\ esac\
14884} # Extended-shell func_dirname implementation' "$cfgfile" > $cfgfile.tmp \
14885 && mv -f "$cfgfile.tmp" "$cfgfile" \
14886 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
14887test 0 -eq $? || _lt_function_replace_fail=:
14888
14889
14890 sed -e '/^func_basename ()$/,/^} # func_basename /c\
14891func_basename ()\
14892{\
14893\ func_basename_result="${1##*/}"\
14894} # Extended-shell func_basename implementation' "$cfgfile" > $cfgfile.tmp \
14895 && mv -f "$cfgfile.tmp" "$cfgfile" \
14896 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
14897test 0 -eq $? || _lt_function_replace_fail=:
14898
14899
14900 sed -e '/^func_dirname_and_basename ()$/,/^} # func_dirname_and_basename /c\
14901func_dirname_and_basename ()\
14902{\
14903\ case ${1} in\
14904\ */*) func_dirname_result="${1%/*}${2}" ;;\
14905\ * ) func_dirname_result="${3}" ;;\
14906\ esac\
14907\ func_basename_result="${1##*/}"\
14908} # Extended-shell func_dirname_and_basename implementation' "$cfgfile" > $cfgfile.tmp \
14909 && mv -f "$cfgfile.tmp" "$cfgfile" \
14910 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
14911test 0 -eq $? || _lt_function_replace_fail=:
14912
14913
14914 sed -e '/^func_stripname ()$/,/^} # func_stripname /c\
14915func_stripname ()\
14916{\
14917\ # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are\
14918\ # positional parameters, so assign one to ordinary parameter first.\
14919\ func_stripname_result=${3}\
14920\ func_stripname_result=${func_stripname_result#"${1}"}\
14921\ func_stripname_result=${func_stripname_result%"${2}"}\
14922} # Extended-shell func_stripname implementation' "$cfgfile" > $cfgfile.tmp \
14923 && mv -f "$cfgfile.tmp" "$cfgfile" \
14924 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
14925test 0 -eq $? || _lt_function_replace_fail=:
14926
14927
14928 sed -e '/^func_split_long_opt ()$/,/^} # func_split_long_opt /c\
14929func_split_long_opt ()\
14930{\
14931\ func_split_long_opt_name=${1%%=*}\
14932\ func_split_long_opt_arg=${1#*=}\
14933} # Extended-shell func_split_long_opt implementation' "$cfgfile" > $cfgfile.tmp \
14934 && mv -f "$cfgfile.tmp" "$cfgfile" \
14935 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
14936test 0 -eq $? || _lt_function_replace_fail=:
14937
14938
14939 sed -e '/^func_split_short_opt ()$/,/^} # func_split_short_opt /c\
14940func_split_short_opt ()\
14941{\
14942\ func_split_short_opt_arg=${1#??}\
14943\ func_split_short_opt_name=${1%"$func_split_short_opt_arg"}\
14944} # Extended-shell func_split_short_opt implementation' "$cfgfile" > $cfgfile.tmp \
14945 && mv -f "$cfgfile.tmp" "$cfgfile" \
14946 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
14947test 0 -eq $? || _lt_function_replace_fail=:
14948
14949
14950 sed -e '/^func_lo2o ()$/,/^} # func_lo2o /c\
14951func_lo2o ()\
14952{\
14953\ case ${1} in\
14954\ *.lo) func_lo2o_result=${1%.lo}.${objext} ;;\
14955\ *) func_lo2o_result=${1} ;;\
14956\ esac\
14957} # Extended-shell func_lo2o implementation' "$cfgfile" > $cfgfile.tmp \
14958 && mv -f "$cfgfile.tmp" "$cfgfile" \
14959 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
14960test 0 -eq $? || _lt_function_replace_fail=:
14961
14962
14963 sed -e '/^func_xform ()$/,/^} # func_xform /c\
14964func_xform ()\
14965{\
14966 func_xform_result=${1%.*}.lo\
14967} # Extended-shell func_xform implementation' "$cfgfile" > $cfgfile.tmp \
14968 && mv -f "$cfgfile.tmp" "$cfgfile" \
14969 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
14970test 0 -eq $? || _lt_function_replace_fail=:
14971
14972
14973 sed -e '/^func_arith ()$/,/^} # func_arith /c\
14974func_arith ()\
14975{\
14976 func_arith_result=$(( $* ))\
14977} # Extended-shell func_arith implementation' "$cfgfile" > $cfgfile.tmp \
14978 && mv -f "$cfgfile.tmp" "$cfgfile" \
14979 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
14980test 0 -eq $? || _lt_function_replace_fail=:
14981
14982
14983 sed -e '/^func_len ()$/,/^} # func_len /c\
14984func_len ()\
14985{\
14986 func_len_result=${#1}\
14987} # Extended-shell func_len implementation' "$cfgfile" > $cfgfile.tmp \
14988 && mv -f "$cfgfile.tmp" "$cfgfile" \
14989 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
14990test 0 -eq $? || _lt_function_replace_fail=:
14991
14992fi
14993
14994if test x"$lt_shell_append" = xyes; then
14995 sed -e '/^func_append ()$/,/^} # func_append /c\
14996func_append ()\
14997{\
14998 eval "${1}+=\\${2}"\
14999} # Extended-shell func_append implementation' "$cfgfile" > $cfgfile.tmp \
15000 && mv -f "$cfgfile.tmp" "$cfgfile" \
15001 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
15002test 0 -eq $? || _lt_function_replace_fail=:
15003
15004
15005 sed -e '/^func_append_quoted ()$/,/^} # func_append_quoted /c\
15006func_append_quoted ()\
15007{\
15008\ func_quote_for_eval "${2}"\
15009\ eval "${1}+=\\\\ \\$func_quote_for_eval_result"\
15010} # Extended-shell func_append_quoted implementation' "$cfgfile" > $cfgfile.tmp \
15011 && mv -f "$cfgfile.tmp" "$cfgfile" \
15012 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
15013test 0 -eq $? || _lt_function_replace_fail=:
15014
15015
15016 # Save a `func_append' function call where possible by direct use of '+='
15017 sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \
15018 && mv -f "$cfgfile.tmp" "$cfgfile" \
15019 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
15020 test 0 -eq $? || _lt_function_replace_fail=:
15021else
15022 # Save a `func_append' function call even when '+=' is not available
15023 sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \
15024 && mv -f "$cfgfile.tmp" "$cfgfile" \
15025 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
15026 test 0 -eq $? || _lt_function_replace_fail=:
15027fi
15028
15029if test x"$_lt_function_replace_fail" = x":"; then
15030 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5
15031$as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;}
15032fi
15033
15034
15035 mv -f "$cfgfile" "$ofile" ||
15036 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
15037 chmod +x "$ofile"
15038
15039 ;;
15040
15041 esac
15042done # for ac_tag
15043
15044
15045as_fn_exit 0
15046_ACEOF
15047ac_clean_files=$ac_clean_files_save
15048
15049test $ac_write_fail = 0 ||
15050 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
15051
15052
15053# configure is writing to config.log, and then calls config.status.
15054# config.status does its own redirection, appending to config.log.
15055# Unfortunately, on DOS this fails, as config.log is still kept open
15056# by configure, so config.status won't be able to write to it; its
15057# output is simply discarded. So we exec the FD to /dev/null,
15058# effectively closing config.log, so it can be properly (re)opened and
15059# appended to by config.status. When coming back to configure, we
15060# need to make the FD available again.
15061if test "$no_create" != yes; then
15062 ac_cs_success=:
15063 ac_config_status_args=
15064 test "$silent" = yes &&
15065 ac_config_status_args="$ac_config_status_args --quiet"
15066 exec 5>/dev/null
15067 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15068 exec 5>>config.log
15069 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15070 # would make configure fail if this is the last instruction.
15071 $ac_cs_success || as_fn_exit 1
15072fi
15073if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15074 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15075$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
15076fi
15077