]> jfr.im git - solanum.git/blob - libltdl/configure
msgbuf: msgbuf_unparse_tags(): don't send a tags sigil unless tags will actually...
[solanum.git] / libltdl / configure
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
18 DUALCASE=1; export DUALCASE # for MKS sh
19 if 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
26 else
27 case `(set -o) 2>/dev/null` in #(
28 *posix*) :
29 set -o posix ;; #(
30 *) :
31 ;;
32 esac
33 fi
34
35
36 as_nl='
37 '
38 export as_nl
39 # Printing a long string crashes Solaris 7 /usr/bin/printf.
40 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42 as_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.
45 if 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 --'
49 elif (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'
52 else
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'
72 fi
73
74 # The user is always right.
75 if 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 }
81 fi
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.)
89 IFS=" "" $as_nl"
90
91 # Find who we are. Look in the path if we contain no directory separator.
92 as_myself=
93 case $0 in #((
94 *[\\/]* ) as_myself=$0 ;;
95 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
96 for as_dir in $PATH
97 do
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
102 IFS=$as_save_IFS
103
104 ;;
105 esac
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.
108 if test "x$as_myself" = x; then
109 as_myself=$0
110 fi
111 if test ! -f "$as_myself"; then
112 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
113 exit 1
114 fi
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.
120 for as_var in BASH_ENV ENV MAIL MAILPATH
121 do eval test x\${$as_var+set} = xset \
122 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
123 done
124 PS1='$ '
125 PS2='> '
126 PS4='+ '
127
128 # NLS nuisances.
129 LC_ALL=C
130 export LC_ALL
131 LANGUAGE=C
132 export 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.
145 BASH_ENV=/dev/null
146 ENV=/dev/null
147 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
148 case $- in # ((((
149 *v*x* | *x*v* ) as_opts=-vx ;;
150 *v* ) as_opts=-v ;;
151 *x* ) as_opts=-x ;;
152 * ) as_opts= ;;
153 esac
154 exec $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
158 as_fn_exit 255
159 fi
160 # We don't want this to propagate to other subprocesses.
161 { _as_can_reexec=; unset _as_can_reexec;}
162 if 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
170 else
171 case \`(set -o) 2>/dev/null\` in #(
172 *posix*) :
173 set -o posix ;; #(
174 *) :
175 ;;
176 esac
177 fi
178 "
179 as_required="as_fn_return () { (exit \$1); }
180 as_fn_success () { as_fn_return 0; }
181 as_fn_failure () { as_fn_return 1; }
182 as_fn_ret_success () { return 0; }
183 as_fn_ret_failure () { return 1; }
184
185 exitcode=0
186 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
187 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
188 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
189 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
190 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
191
192 else
193 exitcode=1; echo positional parameters were not saved.
194 fi
195 test x\$exitcode = x0 || exit 1
196 test -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
209 test \$(( 1 + 1 )) = 2 || exit 1"
210 if (eval "$as_required") 2>/dev/null; then :
211 as_have_required=yes
212 else
213 as_have_required=no
214 fi
215 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
216
217 else
218 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
219 as_found=false
220 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
221 do
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
235 fi
236 fi
237 done;;
238 esac
239 as_found=false
240 done
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
244 fi; }
245 IFS=$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.
254 BASH_ENV=/dev/null
255 ENV=/dev/null
256 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
257 case $- in # ((((
258 *v*x* | *x*v* ) as_opts=-vx ;;
259 *v* ) as_opts=-v ;;
260 *x* ) as_opts=-x ;;
261 * ) as_opts= ;;
262 esac
263 exec $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
267 exit 255
268 fi
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
284 fi
285 fi
286 fi
287 SHELL=${CONFIG_SHELL-/bin/sh}
288 export SHELL
289 # Unset more variables known to interfere with behavior of common tools.
290 CLICOLOR_FORCE= GREP_OPTIONS=
291 unset CLICOLOR_FORCE GREP_OPTIONS
292
293 ## --------------------- ##
294 ## M4sh Shell Functions. ##
295 ## --------------------- ##
296 # as_fn_unset VAR
297 # ---------------
298 # Portably unset VAR.
299 as_fn_unset ()
300 {
301 { eval $1=; unset $1;}
302 }
303 as_unset=as_fn_unset
304
305 # as_fn_set_status STATUS
306 # -----------------------
307 # Set $? to STATUS, without forking.
308 as_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.
316 as_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.
326 as_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.
374 as_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.
384 if (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 }'
389 else
390 as_fn_append ()
391 {
392 eval $1=\$$1\$2
393 }
394 fi # 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.
401 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
402 eval 'as_fn_arith ()
403 {
404 as_val=$(( $* ))
405 }'
406 else
407 as_fn_arith ()
408 {
409 as_val=`expr "$@" || test $? -eq 1`
410 }
411 fi # 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.
419 as_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
430 if expr a : '\(a\)' >/dev/null 2>&1 &&
431 test "X`expr 00001 : '.*\(...\)'`" = X001; then
432 as_expr=expr
433 else
434 as_expr=false
435 fi
436
437 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
438 as_basename=basename
439 else
440 as_basename=false
441 fi
442
443 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
444 as_dirname=dirname
445 else
446 as_dirname=false
447 fi
448
449 as_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.
469 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
470 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
471 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
472 as_cr_digits='0123456789'
473 as_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
511 ECHO_C= ECHO_N= ECHO_T=
512 case `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';;
522 esac
523
524 rm -f conf$$ conf$$.exe conf$$.file
525 if test -d conf$$.dir; then
526 rm -f conf$$.dir/conf$$.file
527 else
528 rm -f conf$$.dir
529 mkdir conf$$.dir 2>/dev/null
530 fi
531 if (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
545 else
546 as_ln_s='cp -pR'
547 fi
548 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
549 rmdir conf$$.dir 2>/dev/null
550
551 if mkdir -p . 2>/dev/null; then
552 as_mkdir_p='mkdir -p "$as_dir"'
553 else
554 test -d ./-p && rmdir ./-p
555 as_mkdir_p=false
556 fi
557
558 as_test_x='test -x'
559 as_executable_p=as_fn_executable_p
560
561 # Sed expression to map a string onto a valid CPP name.
562 as_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.
565 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
566
567 SHELL=${CONFIG_SHELL-/bin/sh}
568
569
570 test -n "$DJDIR" || exec 7<&0 </dev/null
571 exec 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.
576 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
577
578 #
579 # Initializations.
580 #
581 ac_default_prefix=/usr/local
582 ac_clean_files=
583 ac_config_libobj_dir=.
584 LIBOBJS=
585 cross_compiling=no
586 subdirs=
587 MFLAGS=
588 MAKEFLAGS=
589
590 # Identity of this package.
591 PACKAGE_NAME='libltdl'
592 PACKAGE_TARNAME='libltdl'
593 PACKAGE_VERSION='2.4.2'
594 PACKAGE_STRING='libltdl 2.4.2'
595 PACKAGE_BUGREPORT='bug-libtool@gnu.org'
596 PACKAGE_URL=''
597
598 ac_unique_file="ltdl.c"
599 # Factoring default headers for most tests.
600 ac_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
635 ac_subst_vars='am__EXEEXT_FALSE
636 am__EXEEXT_TRUE
637 LTLIBOBJS
638 LTDLOPEN
639 LT_CONFIG_H
640 CONVENIENCE_LTDL_FALSE
641 CONVENIENCE_LTDL_TRUE
642 INSTALL_LTDL_FALSE
643 INSTALL_LTDL_TRUE
644 ARGZ_H
645 LIBOBJS
646 sys_symbol_underscore
647 LIBADD_DL
648 LT_DLPREOPEN
649 LIBADD_DLD_LINK
650 LIBADD_SHL_LOAD
651 LIBADD_DLOPEN
652 LT_DLLOADERS
653 CPP
654 OTOOL64
655 OTOOL
656 LIPO
657 NMEDIT
658 DSYMUTIL
659 MANIFEST_TOOL
660 RANLIB
661 ac_ct_AR
662 AR
663 LN_S
664 NM
665 ac_ct_DUMPBIN
666 DUMPBIN
667 LD
668 FGREP
669 EGREP
670 GREP
671 SED
672 am__fastdepCC_FALSE
673 am__fastdepCC_TRUE
674 CCDEPMODE
675 am__nodep
676 AMDEPBACKSLASH
677 AMDEP_FALSE
678 AMDEP_TRUE
679 am__quote
680 am__include
681 DEPDIR
682 OBJEXT
683 EXEEXT
684 ac_ct_CC
685 CPPFLAGS
686 LDFLAGS
687 CFLAGS
688 CC
689 host_os
690 host_vendor
691 host_cpu
692 host
693 build_os
694 build_vendor
695 build_cpu
696 build
697 LIBTOOL
698 OBJDUMP
699 DLLTOOL
700 AS
701 AM_BACKSLASH
702 AM_DEFAULT_VERBOSITY
703 AM_DEFAULT_V
704 AM_V
705 am__untar
706 am__tar
707 AMTAR
708 am__leading_dot
709 SET_MAKE
710 AWK
711 mkdir_p
712 MKDIR_P
713 INSTALL_STRIP_PROGRAM
714 STRIP
715 install_sh
716 MAKEINFO
717 AUTOHEADER
718 AUTOMAKE
719 AUTOCONF
720 ACLOCAL
721 VERSION
722 PACKAGE
723 CYGPATH_W
724 am__isrc
725 INSTALL_DATA
726 INSTALL_SCRIPT
727 INSTALL_PROGRAM
728 target_alias
729 host_alias
730 build_alias
731 LIBS
732 ECHO_T
733 ECHO_N
734 ECHO_C
735 DEFS
736 mandir
737 localedir
738 libdir
739 psdir
740 pdfdir
741 dvidir
742 htmldir
743 infodir
744 docdir
745 oldincludedir
746 includedir
747 localstatedir
748 sharedstatedir
749 sysconfdir
750 datadir
751 datarootdir
752 libexecdir
753 sbindir
754 bindir
755 program_transform_name
756 prefix
757 exec_prefix
758 PACKAGE_URL
759 PACKAGE_BUGREPORT
760 PACKAGE_STRING
761 PACKAGE_VERSION
762 PACKAGE_TARNAME
763 PACKAGE_NAME
764 PATH_SEPARATOR
765 SHELL'
766 ac_subst_files=''
767 ac_user_opts='
768 enable_option_checking
769 enable_silent_rules
770 enable_shared
771 enable_static
772 with_pic
773 enable_fast_install
774 enable_dependency_tracking
775 with_gnu_ld
776 with_sysroot
777 enable_libtool_lock
778 enable_ltdl_install
779 '
780 ac_precious_vars='build_alias
781 host_alias
782 target_alias
783 CC
784 CFLAGS
785 LDFLAGS
786 LIBS
787 CPPFLAGS
788 CPP'
789
790
791 # Initialize some variables set by options.
792 ac_init_help=
793 ac_init_version=false
794 ac_unrecognized_opts=
795 ac_unrecognized_sep=
796 # The variables have the same names as the options, with
797 # dashes changed to underlines.
798 cache_file=/dev/null
799 exec_prefix=NONE
800 no_create=
801 no_recursion=
802 prefix=NONE
803 program_prefix=NONE
804 program_suffix=NONE
805 program_transform_name=s,x,x,
806 silent=
807 site=
808 srcdir=
809 verbose=
810 x_includes=NONE
811 x_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.)
819 bindir='${exec_prefix}/bin'
820 sbindir='${exec_prefix}/sbin'
821 libexecdir='${exec_prefix}/libexec'
822 datarootdir='${prefix}/share'
823 datadir='${datarootdir}'
824 sysconfdir='${prefix}/etc'
825 sharedstatedir='${prefix}/com'
826 localstatedir='${prefix}/var'
827 includedir='${prefix}/include'
828 oldincludedir='/usr/include'
829 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
830 infodir='${datarootdir}/info'
831 htmldir='${docdir}'
832 dvidir='${docdir}'
833 pdfdir='${docdir}'
834 psdir='${docdir}'
835 libdir='${exec_prefix}/lib'
836 localedir='${datarootdir}/locale'
837 mandir='${datarootdir}/man'
838
839 ac_prev=
840 ac_dashdash=
841 for ac_option
842 do
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'
1175 Try \`$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
1197 done
1198
1199 if test -n "$ac_prev"; then
1200 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1201 as_fn_error $? "missing argument to $ac_option"
1202 fi
1203
1204 if 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
1210 fi
1211
1212 # Check all directory arguments for consistency.
1213 for 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
1217 do
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"
1231 done
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.
1236 build=$build_alias
1237 host=$host_alias
1238 target=$target_alias
1239
1240 # FIXME: To remove some day.
1241 if 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
1247 fi
1248
1249 ac_tool_prefix=
1250 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1251
1252 test "$silent" = yes && exec 6>/dev/null
1253
1254
1255 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1256 ac_ls_di=`ls -di .` &&
1257 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1258 as_fn_error $? "working directory cannot be determined"
1259 test "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.
1264 if 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
1294 else
1295 ac_srcdir_defaulted=no
1296 fi
1297 if 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"
1300 fi
1301 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1302 ac_abs_confdir=`(
1303 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1304 pwd)`
1305 # When building in place, set srcdir=.
1306 if test "$ac_abs_confdir" = "$ac_pwd"; then
1307 srcdir=.
1308 fi
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.
1312 case $srcdir in
1313 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1314 esac
1315 for 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}
1320 done
1321
1322 #
1323 # Report the --help message.
1324 #
1325 if 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
1331 Usage: $0 [OPTION]... [VAR=VALUE]...
1332
1333 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1334 VAR=VALUE. See below for descriptions of some of the useful variables.
1335
1336 Defaults for the options are specified in brackets.
1337
1338 Configuration:
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
1349 Installation 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
1355 By default, \`make install' will install all the files in
1356 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1357 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1358 for instance \`--prefix=\$HOME'.
1359
1360 For better control, use the options below.
1361
1362 Fine 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
1386 Program 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
1391 System 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
1395 fi
1396
1397 if 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
1403 Optional 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
1420 Optional 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
1429 Some 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
1439 Use these variables to override the choices made by `configure' or to help
1440 it to find libraries and programs with nonstandard names/locations.
1441
1442 Report bugs to <bug-libtool@gnu.org>.
1443 _ACEOF
1444 ac_status=$?
1445 fi
1446
1447 if 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
1455 case "$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 ;;
1465 esac
1466 ac_abs_top_builddir=$ac_pwd
1467 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1468 # for backward compatibility:
1469 ac_top_builddir=$ac_top_build_prefix
1470
1471 case $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 ;;
1484 esac
1485 ac_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
1500 fi
1501
1502 test -n "$ac_init_help" && exit $ac_status
1503 if $ac_init_version; then
1504 cat <<\_ACEOF
1505 libltdl configure 2.4.2
1506 generated by GNU Autoconf 2.69
1507
1508 Copyright (C) 2012 Free Software Foundation, Inc.
1509 This configure script is free software; the Free Software Foundation
1510 gives unlimited permission to copy, distribute and modify it.
1511 _ACEOF
1512 exit
1513 fi
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.
1522 ac_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"
1527 case "(($ac_try" in
1528 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1529 *) ac_try_echo=$ac_try;;
1530 esac
1531 eval 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
1546 else
1547 $as_echo "$as_me: failed program was:" >&5
1548 sed 's/^/| /' conftest.$ac_ext >&5
1549
1550 ac_retval=1
1551 fi
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.
1560 ac_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"
1565 case "(($ac_try" in
1566 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1567 *) ac_try_echo=$ac_try;;
1568 esac
1569 eval 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
1587 else
1588 $as_echo "$as_me: failed program was:" >&5
1589 sed 's/^/| /' conftest.$ac_ext >&5
1590
1591 ac_retval=1
1592 fi
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.
1607 ac_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; }
1612 if eval \${$3+:} false; then :
1613 $as_echo_n "(cached) " >&6
1614 else
1615 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1616 /* end confdefs.h. */
1617 $4
1618 #include <$2>
1619 _ACEOF
1620 if ac_fn_c_try_compile "$LINENO"; then :
1621 eval "$3=yes"
1622 else
1623 eval "$3=no"
1624 fi
1625 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1626 fi
1627 eval 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.
1637 ac_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"
1641 case "(($ac_try" in
1642 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1643 *) ac_try_echo=$ac_try;;
1644 esac
1645 eval 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
1660 else
1661 $as_echo "$as_me: failed program was:" >&5
1662 sed 's/^/| /' conftest.$ac_ext >&5
1663
1664 ac_retval=1
1665 fi
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.
1675 ac_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"
1679 case "(($ac_try" in
1680 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1681 *) ac_try_echo=$ac_try;;
1682 esac
1683 eval 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;;
1692 esac
1693 eval 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
1700 else
1701 $as_echo "$as_me: program exited with status $ac_status" >&5
1702 $as_echo "$as_me: failed program was:" >&5
1703 sed 's/^/| /' conftest.$ac_ext >&5
1704
1705 ac_retval=$ac_status
1706 fi
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
1716 ac_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; }
1721 if eval \${$3+:} false; then :
1722 $as_echo_n "(cached) " >&6
1723 else
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
1747 extern "C"
1748 #endif
1749 char $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
1754 choke me
1755 #endif
1756
1757 int
1758 main ()
1759 {
1760 return $2 ();
1761 ;
1762 return 0;
1763 }
1764 _ACEOF
1765 if ac_fn_c_try_link "$LINENO"; then :
1766 eval "$3=yes"
1767 else
1768 eval "$3=no"
1769 fi
1770 rm -f core conftest.err conftest.$ac_objext \
1771 conftest$ac_exeext conftest.$ac_ext
1772 fi
1773 eval 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.
1784 ac_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; }
1791 if eval \${$3+:} false; then :
1792 $as_echo_n "(cached) " >&6
1793 else
1794 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1795 /* end confdefs.h. */
1796 $4
1797 int
1798 main ()
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
1812 if ac_fn_c_try_compile "$LINENO"; then :
1813 eval "$3=yes"
1814 else
1815 eval "$3=no"
1816 fi
1817 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1818 fi
1819 eval 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.
1830 ac_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; }
1835 if eval \${$3+:} false; then :
1836 $as_echo_n "(cached) " >&6
1837 else
1838 eval "$3=no"
1839 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1840 /* end confdefs.h. */
1841 $4
1842 int
1843 main ()
1844 {
1845 if (sizeof ($2))
1846 return 0;
1847 ;
1848 return 0;
1849 }
1850 _ACEOF
1851 if ac_fn_c_try_compile "$LINENO"; then :
1852 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1853 /* end confdefs.h. */
1854 $4
1855 int
1856 main ()
1857 {
1858 if (sizeof (($2)))
1859 return 0;
1860 ;
1861 return 0;
1862 }
1863 _ACEOF
1864 if ac_fn_c_try_compile "$LINENO"; then :
1865
1866 else
1867 eval "$3=yes"
1868 fi
1869 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1870 fi
1871 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1872 fi
1873 eval 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
1879 cat >config.log <<_ACEOF
1880 This file contains any messages produced by compilers while
1881 running configure, to aid debugging if configure makes a mistake.
1882
1883 It was created by libltdl $as_me 2.4.2, which was
1884 generated by GNU Autoconf 2.69. Invocation command line was
1885
1886 $ $0 $@
1887
1888 _ACEOF
1889 exec 5>>config.log
1890 {
1891 cat <<_ASUNAME
1892 ## --------- ##
1893 ## Platform. ##
1894 ## --------- ##
1895
1896 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1897 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1898 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1899 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1900 uname -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
1915 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1916 for as_dir in $PATH
1917 do
1918 IFS=$as_save_IFS
1919 test -z "$as_dir" && as_dir=.
1920 $as_echo "PATH: $as_dir"
1921 done
1922 IFS=$as_save_IFS
1923
1924 } >&5
1925
1926 cat >&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.
1941 ac_configure_args=
1942 ac_configure_args0=
1943 ac_configure_args1=
1944 ac_must_keep_next=false
1945 for ac_pass in 1 2
1946 do
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
1980 done
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.
1989 trap '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
2076 for ac_signal in 1 2 13 15; do
2077 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2078 done
2079 ac_signal=0
2080
2081 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2082 rm -f -r conftest* confdefs.h
2083
2084 $as_echo "/* confdefs.h */" > confdefs.h
2085
2086 # Predefined preprocessor variables.
2087
2088 cat >>confdefs.h <<_ACEOF
2089 #define PACKAGE_NAME "$PACKAGE_NAME"
2090 _ACEOF
2091
2092 cat >>confdefs.h <<_ACEOF
2093 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2094 _ACEOF
2095
2096 cat >>confdefs.h <<_ACEOF
2097 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2098 _ACEOF
2099
2100 cat >>confdefs.h <<_ACEOF
2101 #define PACKAGE_STRING "$PACKAGE_STRING"
2102 _ACEOF
2103
2104 cat >>confdefs.h <<_ACEOF
2105 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2106 _ACEOF
2107
2108 cat >>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.
2115 ac_site_file1=NONE
2116 ac_site_file2=NONE
2117 if 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
2124 elif test "x$prefix" != xNONE; then
2125 ac_site_file1=$prefix/share/config.site
2126 ac_site_file2=$prefix/etc/config.site
2127 else
2128 ac_site_file1=$ac_default_prefix/share/config.site
2129 ac_site_file2=$ac_default_prefix/etc/config.site
2130 fi
2131 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2132 do
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;}
2141 as_fn_error $? "failed to load site script $ac_site_file
2142 See \`config.log' for more details" "$LINENO" 5; }
2143 fi
2144 done
2145
2146 if 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
2157 else
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
2161 fi
2162
2163 # Check that the precious variables saved in the cache have kept the same
2164 # value.
2165 ac_cache_corrupted=false
2166 for 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
2212 done
2213 if $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
2219 fi
2220 ## -------------------- ##
2221 ## Main body of script. ##
2222 ## -------------------- ##
2223
2224 ac_ext=c
2225 ac_cpp='$CPP $CPPFLAGS'
2226 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2227 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2228 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2229
2230
2231 ac_config_headers="$ac_config_headers config.h:config-h.in"
2232
2233
2234 ac_aux_dir=
2235 for 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
2249 done
2250 if test -z "$ac_aux_dir"; then
2251 as_fn_error $? "cannot find install-sh, install.sh, or shtool in config \"$srcdir\"/config" "$LINENO" 5
2252 fi
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.
2258 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2259 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2260 ac_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
2276 am__api_version='1.15'
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; }
2294 if test -z "$INSTALL"; then
2295 if ${ac_cv_path_install+:} false; then :
2296 $as_echo_n "(cached) " >&6
2297 else
2298 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2299 for as_dir in $PATH
2300 do
2301 IFS=$as_save_IFS
2302 test -z "$as_dir" && as_dir=.
2303 # Account for people who put trailing slashes in PATH elements.
2304 case $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 ;;
2342 esac
2343
2344 done
2345 IFS=$as_save_IFS
2346
2347 rm -rf conftest.one conftest.two conftest.dir
2348
2349 fi
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
2359 fi
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.
2365 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2366
2367 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2368
2369 test -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.
2375 am_lf='
2376 '
2377 case `pwd` in
2378 *[\\\"\#\$\&\'\`$am_lf]*)
2379 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2380 esac
2381 case $srcdir in
2382 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2383 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2384 esac
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).
2391 if (
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 )
2419 then
2420 # Ok.
2421 :
2422 else
2423 as_fn_error $? "newly created file is older than distributed files!
2424 Check your system clock" "$LINENO" 5
2425 fi
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.
2430 am_sleep_pid=
2431 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2432 ( sleep 1 ) &
2433 am_sleep_pid=$!
2434 fi
2435
2436 rm -f conftest.file
2437
2438 test "$program_prefix" != NONE &&
2439 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2440 # Use a double $ so make ignores it.
2441 test "$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.
2445 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2446 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2447
2448 # Expand $ac_aux_dir to an absolute path.
2449 am_aux_dir=`cd "$ac_aux_dir" && pwd`
2450
2451 if 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
2458 fi
2459 # Use eval to expand $SHELL
2460 if eval "$MISSING --is-lightweight"; then
2461 am_missing_run="$MISSING "
2462 else
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;}
2466 fi
2467
2468 if test x"${install_sh+set}" != xset; then
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
2475 fi
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.
2481 if 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.
2484 set 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; }
2487 if ${ac_cv_prog_STRIP+:} false; then :
2488 $as_echo_n "(cached) " >&6
2489 else
2490 if test -n "$STRIP"; then
2491 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2492 else
2493 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2494 for as_dir in $PATH
2495 do
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
2504 done
2505 done
2506 IFS=$as_save_IFS
2507
2508 fi
2509 fi
2510 STRIP=$ac_cv_prog_STRIP
2511 if test -n "$STRIP"; then
2512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2513 $as_echo "$STRIP" >&6; }
2514 else
2515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2516 $as_echo "no" >&6; }
2517 fi
2518
2519
2520 fi
2521 if 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.
2524 set 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; }
2527 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
2528 $as_echo_n "(cached) " >&6
2529 else
2530 if test -n "$ac_ct_STRIP"; then
2531 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2532 else
2533 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2534 for as_dir in $PATH
2535 do
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
2544 done
2545 done
2546 IFS=$as_save_IFS
2547
2548 fi
2549 fi
2550 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2551 if 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; }
2554 else
2555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2556 $as_echo "no" >&6; }
2557 fi
2558
2559 if test "x$ac_ct_STRIP" = x; then
2560 STRIP=":"
2561 else
2562 case $cross_compiling:$ac_tool_warned in
2563 yes:)
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;}
2566 ac_tool_warned=yes ;;
2567 esac
2568 STRIP=$ac_ct_STRIP
2569 fi
2570 else
2571 STRIP="$ac_cv_prog_STRIP"
2572 fi
2573
2574 fi
2575 INSTALL_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; }
2579 if test -z "$MKDIR_P"; then
2580 if ${ac_cv_path_mkdir+:} false; then :
2581 $as_echo_n "(cached) " >&6
2582 else
2583 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2584 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2585 do
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
2601 IFS=$as_save_IFS
2602
2603 fi
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
2615 fi
2616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2617 $as_echo "$MKDIR_P" >&6; }
2618
2619 for ac_prog in gawk mawk nawk awk
2620 do
2621 # Extract the first word of "$ac_prog", so it can be a program name with args.
2622 set 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; }
2625 if ${ac_cv_prog_AWK+:} false; then :
2626 $as_echo_n "(cached) " >&6
2627 else
2628 if test -n "$AWK"; then
2629 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2630 else
2631 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2632 for as_dir in $PATH
2633 do
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
2642 done
2643 done
2644 IFS=$as_save_IFS
2645
2646 fi
2647 fi
2648 AWK=$ac_cv_prog_AWK
2649 if test -n "$AWK"; then
2650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2651 $as_echo "$AWK" >&6; }
2652 else
2653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2654 $as_echo "no" >&6; }
2655 fi
2656
2657
2658 test -n "$AWK" && break
2659 done
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; }
2663 set x ${MAKE-make}
2664 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2665 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
2666 $as_echo_n "(cached) " >&6
2667 else
2668 cat >conftest.make <<\_ACEOF
2669 SHELL = /bin/sh
2670 all:
2671 @echo '@@@%%%=$(MAKE)=@@@%%%'
2672 _ACEOF
2673 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2674 case `${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;;
2679 esac
2680 rm -f conftest.make
2681 fi
2682 if 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=
2686 else
2687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2688 $as_echo "no" >&6; }
2689 SET_MAKE="MAKE=${MAKE-make}"
2690 fi
2691
2692 rm -rf .tst 2>/dev/null
2693 mkdir .tst 2>/dev/null
2694 if test -d .tst; then
2695 am__leading_dot=.
2696 else
2697 am__leading_dot=_
2698 fi
2699 rmdir .tst 2>/dev/null
2700
2701 # Check whether --enable-silent-rules was given.
2702 if test "${enable_silent_rules+set}" = set; then :
2703 enableval=$enable_silent_rules;
2704 fi
2705
2706 case $enable_silent_rules in # (((
2707 yes) AM_DEFAULT_VERBOSITY=0;;
2708 no) AM_DEFAULT_VERBOSITY=1;;
2709 *) AM_DEFAULT_VERBOSITY=1;;
2710 esac
2711 am_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; }
2714 if ${am_cv_make_support_nested_variables+:} false; then :
2715 $as_echo_n "(cached) " >&6
2716 else
2717 if $as_echo 'TRUE=$(BAR$(V))
2718 BAR0=false
2719 BAR1=true
2720 V=1
2721 am__doit:
2722 @$(TRUE)
2723 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2724 am_cv_make_support_nested_variables=yes
2725 else
2726 am_cv_make_support_nested_variables=no
2727 fi
2728 fi
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; }
2731 if test $am_cv_make_support_nested_variables = yes; then
2732 AM_V='$(V)'
2733 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2734 else
2735 AM_V=$AM_DEFAULT_VERBOSITY
2736 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2737 fi
2738 AM_BACKSLASH='\'
2739
2740 if 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
2748 fi
2749
2750 # test whether we have cygpath
2751 if 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
2757 fi
2758
2759
2760 # Define the identity of the package.
2761 PACKAGE='libltdl'
2762 VERSION='2.4.2'
2763
2764
2765 cat >>confdefs.h <<_ACEOF
2766 #define PACKAGE "$PACKAGE"
2767 _ACEOF
2768
2769
2770 cat >>confdefs.h <<_ACEOF
2771 #define VERSION "$VERSION"
2772 _ACEOF
2773
2774 # Some tools Automake needs.
2775
2776 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2777
2778
2779 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2780
2781
2782 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2783
2784
2785 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2786
2787
2788 MAKEINFO=${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>
2794 mkdir_p='$(MKDIR_P)'
2795
2796 # We need awk for the "check" target (and possibly the TAP driver). The
2797 # system "awk" is bad on some platforms.
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 ...
2800 AMTAR='$${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
2806 am__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.
2821 if rm -f && rm -fr && rm -rf; then : OK; else
2822 cat >&2 <<'END'
2823 Oops!
2824
2825 Your 'rm' program seems unable to run without file operands specified
2826 on the command line, even when the '-f' option is present. This is contrary
2827 to the behaviour of most rm programs out there, and not conforming with
2828 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
2829
2830 Please tell bug-automake@gnu.org about your system, including the value
2831 of your $PATH and any error possibly output before this message. This
2832 can help us improve future automake versions.
2833
2834 END
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'
2841 Aborting the configuration process, to ensure you take notice of the issue.
2842
2843 You can download and install GNU coreutils to get an 'rm' implementation
2844 that behaves properly: <http://www.gnu.org/software/coreutils/>.
2845
2846 If you want to complete the configuration process using your problematic
2847 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
2848 to "yes", and re-run configure.
2849
2850 END
2851 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
2852 fi
2853 fi
2854
2855
2856
2857 ## ------------------------------- ##
2858 ## Libtool specific configuration. ##
2859 ## ------------------------------- ##
2860 pkgdatadir='${datadir}'"/${PACKAGE}"
2861
2862
2863 ## ----------------------- ##
2864 ## Libtool initialisation. ##
2865 ## ----------------------- ##
2866 case `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;} ;;
2870 esac
2871
2872
2873
2874 macro_version='2.4.2'
2875 macro_revision='1.3337'
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889 ltmain="$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; }
2897 if ${ac_cv_build+:} false; then :
2898 $as_echo_n "(cached) " >&6
2899 else
2900 ac_build_alias=$build_alias
2901 test "x$ac_build_alias" = x &&
2902 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2903 test "x$ac_build_alias" = x &&
2904 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2905 ac_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
2908 fi
2909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2910 $as_echo "$ac_cv_build" >&6; }
2911 case $ac_cv_build in
2912 *-*-*) ;;
2913 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2914 esac
2915 build=$ac_cv_build
2916 ac_save_IFS=$IFS; IFS='-'
2917 set x $ac_cv_build
2918 shift
2919 build_cpu=$1
2920 build_vendor=$2
2921 shift; shift
2922 # Remember, the first character of IFS is used to create $*,
2923 # except with old shells:
2924 build_os=$*
2925 IFS=$ac_save_IFS
2926 case $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; }
2931 if ${ac_cv_host+:} false; then :
2932 $as_echo_n "(cached) " >&6
2933 else
2934 if test "x$host_alias" = x; then
2935 ac_cv_host=$ac_cv_build
2936 else
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
2939 fi
2940
2941 fi
2942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2943 $as_echo "$ac_cv_host" >&6; }
2944 case $ac_cv_host in
2945 *-*-*) ;;
2946 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2947 esac
2948 host=$ac_cv_host
2949 ac_save_IFS=$IFS; IFS='-'
2950 set x $ac_cv_host
2951 shift
2952 host_cpu=$1
2953 host_vendor=$2
2954 shift; shift
2955 # Remember, the first character of IFS is used to create $*,
2956 # except with old shells:
2957 host_os=$*
2958 IFS=$ac_save_IFS
2959 case $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.
2964 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
2965
2966 # Same as above, but do not quote variable references.
2967 double_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.
2971 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
2972
2973 # Sed substitution to delay expansion of an escaped single quote.
2974 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
2975
2976 # Sed substitution to avoid accidental globbing in evaled expressions
2977 no_glob_subst='s/\*/\\\*/g'
2978
2979 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
2980 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
2981 ECHO=$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.
2986 if 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 --'
2989 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
2990 ECHO='printf %s\n'
2991 else
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'
3000 fi
3001
3002 # func_echo_all arg...
3003 # Invoke $ECHO with all args, space-separated.
3004 func_echo_all ()
3005 {
3006 $ECHO ""
3007 }
3008
3009 case "$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; } ;;
3016 esac
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031 DEPDIR="${am__leading_dot}deps"
3032
3033 ac_config_commands="$ac_config_commands depfiles"
3034
3035
3036 am_make=${MAKE-make}
3037 cat > confinc << 'END'
3038 am__doit:
3039 @echo this is the am__doit target
3040 .PHONY: am__doit
3041 END
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; }
3045 am__include="#"
3046 am__quote=
3047 _am_result=none
3048 # First try GNU make style include.
3049 echo "include confinc" > confmf
3050 # Ignore all kinds of additional output from 'make'.
3051 case `$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 ;;
3057 esac
3058 # Now try BSD make style include.
3059 if 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
3068 fi
3069
3070
3071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3072 $as_echo "$_am_result" >&6; }
3073 rm -f confinc confmf
3074
3075 # Check whether --enable-dependency-tracking was given.
3076 if test "${enable_dependency_tracking+set}" = set; then :
3077 enableval=$enable_dependency_tracking;
3078 fi
3079
3080 if test "x$enable_dependency_tracking" != xno; then
3081 am_depcomp="$ac_aux_dir/depcomp"
3082 AMDEPBACKSLASH='\'
3083 am__nodep='_no'
3084 fi
3085 if test "x$enable_dependency_tracking" != xno; then
3086 AMDEP_TRUE=
3087 AMDEP_FALSE='#'
3088 else
3089 AMDEP_TRUE='#'
3090 AMDEP_FALSE=
3091 fi
3092
3093
3094 ac_ext=c
3095 ac_cpp='$CPP $CPPFLAGS'
3096 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3097 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3098 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3099 if 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.
3101 set 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; }
3104 if ${ac_cv_prog_CC+:} false; then :
3105 $as_echo_n "(cached) " >&6
3106 else
3107 if test -n "$CC"; then
3108 ac_cv_prog_CC="$CC" # Let the user override the test.
3109 else
3110 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3111 for as_dir in $PATH
3112 do
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
3121 done
3122 done
3123 IFS=$as_save_IFS
3124
3125 fi
3126 fi
3127 CC=$ac_cv_prog_CC
3128 if test -n "$CC"; then
3129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3130 $as_echo "$CC" >&6; }
3131 else
3132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3133 $as_echo "no" >&6; }
3134 fi
3135
3136
3137 fi
3138 if 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.
3141 set 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; }
3144 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3145 $as_echo_n "(cached) " >&6
3146 else
3147 if test -n "$ac_ct_CC"; then
3148 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3149 else
3150 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3151 for as_dir in $PATH
3152 do
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
3161 done
3162 done
3163 IFS=$as_save_IFS
3164
3165 fi
3166 fi
3167 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3168 if 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; }
3171 else
3172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3173 $as_echo "no" >&6; }
3174 fi
3175
3176 if test "x$ac_ct_CC" = x; then
3177 CC=""
3178 else
3179 case $cross_compiling:$ac_tool_warned in
3180 yes:)
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;}
3183 ac_tool_warned=yes ;;
3184 esac
3185 CC=$ac_ct_CC
3186 fi
3187 else
3188 CC="$ac_cv_prog_CC"
3189 fi
3190
3191 if 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.
3194 set 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; }
3197 if ${ac_cv_prog_CC+:} false; then :
3198 $as_echo_n "(cached) " >&6
3199 else
3200 if test -n "$CC"; then
3201 ac_cv_prog_CC="$CC" # Let the user override the test.
3202 else
3203 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3204 for as_dir in $PATH
3205 do
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
3214 done
3215 done
3216 IFS=$as_save_IFS
3217
3218 fi
3219 fi
3220 CC=$ac_cv_prog_CC
3221 if test -n "$CC"; then
3222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3223 $as_echo "$CC" >&6; }
3224 else
3225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3226 $as_echo "no" >&6; }
3227 fi
3228
3229
3230 fi
3231 fi
3232 if test -z "$CC"; then
3233 # Extract the first word of "cc", so it can be a program name with args.
3234 set 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; }
3237 if ${ac_cv_prog_CC+:} false; then :
3238 $as_echo_n "(cached) " >&6
3239 else
3240 if test -n "$CC"; then
3241 ac_cv_prog_CC="$CC" # Let the user override the test.
3242 else
3243 ac_prog_rejected=no
3244 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3245 for as_dir in $PATH
3246 do
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
3259 done
3260 done
3261 IFS=$as_save_IFS
3262
3263 if 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
3274 fi
3275 fi
3276 fi
3277 CC=$ac_cv_prog_CC
3278 if test -n "$CC"; then
3279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3280 $as_echo "$CC" >&6; }
3281 else
3282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3283 $as_echo "no" >&6; }
3284 fi
3285
3286
3287 fi
3288 if 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.
3293 set 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; }
3296 if ${ac_cv_prog_CC+:} false; then :
3297 $as_echo_n "(cached) " >&6
3298 else
3299 if test -n "$CC"; then
3300 ac_cv_prog_CC="$CC" # Let the user override the test.
3301 else
3302 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3303 for as_dir in $PATH
3304 do
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
3313 done
3314 done
3315 IFS=$as_save_IFS
3316
3317 fi
3318 fi
3319 CC=$ac_cv_prog_CC
3320 if test -n "$CC"; then
3321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3322 $as_echo "$CC" >&6; }
3323 else
3324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3325 $as_echo "no" >&6; }
3326 fi
3327
3328
3329 test -n "$CC" && break
3330 done
3331 fi
3332 if test -z "$CC"; then
3333 ac_ct_CC=$CC
3334 for ac_prog in cl.exe
3335 do
3336 # Extract the first word of "$ac_prog", so it can be a program name with args.
3337 set 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; }
3340 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3341 $as_echo_n "(cached) " >&6
3342 else
3343 if test -n "$ac_ct_CC"; then
3344 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3345 else
3346 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3347 for as_dir in $PATH
3348 do
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
3357 done
3358 done
3359 IFS=$as_save_IFS
3360
3361 fi
3362 fi
3363 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3364 if 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; }
3367 else
3368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3369 $as_echo "no" >&6; }
3370 fi
3371
3372
3373 test -n "$ac_ct_CC" && break
3374 done
3375
3376 if test "x$ac_ct_CC" = x; then
3377 CC=""
3378 else
3379 case $cross_compiling:$ac_tool_warned in
3380 yes:)
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;}
3383 ac_tool_warned=yes ;;
3384 esac
3385 CC=$ac_ct_CC
3386 fi
3387 fi
3388
3389 fi
3390
3391
3392 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3393 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3394 as_fn_error $? "no acceptable C compiler found in \$PATH
3395 See \`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
3399 set X $ac_compile
3400 ac_compiler=$2
3401 for ac_option in --version -v -V -qversion; do
3402 { { ac_try="$ac_compiler $ac_option >&5"
3403 case "(($ac_try" in
3404 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3405 *) ac_try_echo=$ac_try;;
3406 esac
3407 eval 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; }
3420 done
3421
3422 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3423 /* end confdefs.h. */
3424
3425 int
3426 main ()
3427 {
3428
3429 ;
3430 return 0;
3431 }
3432 _ACEOF
3433 ac_clean_files_save=$ac_clean_files
3434 ac_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; }
3440 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3441
3442 # The possible output files:
3443 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3444
3445 ac_rmfiles=
3446 for ac_file in $ac_files
3447 do
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
3452 done
3453 rm -f $ac_rmfiles
3454
3455 if { { ac_try="$ac_link_default"
3456 case "(($ac_try" in
3457 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3458 *) ac_try_echo=$ac_try;;
3459 esac
3460 eval 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.
3471 for ac_file in $ac_files ''
3472 do
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
3495 done
3496 test "$ac_cv_exeext" = no && ac_cv_exeext=
3497
3498 else
3499 ac_file=''
3500 fi
3501 if 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
3505 sed '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;}
3509 as_fn_error 77 "C compiler cannot create executables
3510 See \`config.log' for more details" "$LINENO" 5; }
3511 else
3512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3513 $as_echo "yes" >&6; }
3514 fi
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; }
3519 ac_exeext=$ac_cv_exeext
3520
3521 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3522 ac_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; }
3525 if { { ac_try="$ac_link"
3526 case "(($ac_try" in
3527 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3528 *) ac_try_echo=$ac_try;;
3529 esac
3530 eval 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'.
3540 for 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
3548 done
3549 else
3550 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3551 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3552 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3553 See \`config.log' for more details" "$LINENO" 5; }
3554 fi
3555 rm -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
3559 rm -f conftest.$ac_ext
3560 EXEEXT=$ac_cv_exeext
3561 ac_exeext=$EXEEXT
3562 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3563 /* end confdefs.h. */
3564 #include <stdio.h>
3565 int
3566 main ()
3567 {
3568 FILE *f = fopen ("conftest.out", "w");
3569 return ferror (f) || fclose (f) != 0;
3570
3571 ;
3572 return 0;
3573 }
3574 _ACEOF
3575 ac_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; }
3580 if test "$cross_compiling" != yes; then
3581 { { ac_try="$ac_link"
3582 case "(($ac_try" in
3583 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3584 *) ac_try_echo=$ac_try;;
3585 esac
3586 eval 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;;
3596 esac
3597 eval 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;}
3610 as_fn_error $? "cannot run C compiled programs.
3611 If you meant to cross compile, use \`--host'.
3612 See \`config.log' for more details" "$LINENO" 5; }
3613 fi
3614 fi
3615 fi
3616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3617 $as_echo "$cross_compiling" >&6; }
3618
3619 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3620 ac_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; }
3623 if ${ac_cv_objext+:} false; then :
3624 $as_echo_n "(cached) " >&6
3625 else
3626 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3627 /* end confdefs.h. */
3628
3629 int
3630 main ()
3631 {
3632
3633 ;
3634 return 0;
3635 }
3636 _ACEOF
3637 rm -f conftest.o conftest.obj
3638 if { { ac_try="$ac_compile"
3639 case "(($ac_try" in
3640 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3641 *) ac_try_echo=$ac_try;;
3642 esac
3643 eval 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
3656 done
3657 else
3658 $as_echo "$as_me: failed program was:" >&5
3659 sed '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;}
3663 as_fn_error $? "cannot compute suffix of object files: cannot compile
3664 See \`config.log' for more details" "$LINENO" 5; }
3665 fi
3666 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3667 fi
3668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3669 $as_echo "$ac_cv_objext" >&6; }
3670 OBJEXT=$ac_cv_objext
3671 ac_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; }
3674 if ${ac_cv_c_compiler_gnu+:} false; then :
3675 $as_echo_n "(cached) " >&6
3676 else
3677 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3678 /* end confdefs.h. */
3679
3680 int
3681 main ()
3682 {
3683 #ifndef __GNUC__
3684 choke me
3685 #endif
3686
3687 ;
3688 return 0;
3689 }
3690 _ACEOF
3691 if ac_fn_c_try_compile "$LINENO"; then :
3692 ac_compiler_gnu=yes
3693 else
3694 ac_compiler_gnu=no
3695 fi
3696 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3697 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3698
3699 fi
3700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3701 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3702 if test $ac_compiler_gnu = yes; then
3703 GCC=yes
3704 else
3705 GCC=
3706 fi
3707 ac_test_CFLAGS=${CFLAGS+set}
3708 ac_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; }
3711 if ${ac_cv_prog_cc_g+:} false; then :
3712 $as_echo_n "(cached) " >&6
3713 else
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
3721 int
3722 main ()
3723 {
3724
3725 ;
3726 return 0;
3727 }
3728 _ACEOF
3729 if ac_fn_c_try_compile "$LINENO"; then :
3730 ac_cv_prog_cc_g=yes
3731 else
3732 CFLAGS=""
3733 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3734 /* end confdefs.h. */
3735
3736 int
3737 main ()
3738 {
3739
3740 ;
3741 return 0;
3742 }
3743 _ACEOF
3744 if ac_fn_c_try_compile "$LINENO"; then :
3745
3746 else
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
3752 int
3753 main ()
3754 {
3755
3756 ;
3757 return 0;
3758 }
3759 _ACEOF
3760 if ac_fn_c_try_compile "$LINENO"; then :
3761 ac_cv_prog_cc_g=yes
3762 fi
3763 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3764 fi
3765 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3766 fi
3767 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3768 ac_c_werror_flag=$ac_save_c_werror_flag
3769 fi
3770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3771 $as_echo "$ac_cv_prog_cc_g" >&6; }
3772 if test "$ac_test_CFLAGS" = set; then
3773 CFLAGS=$ac_save_CFLAGS
3774 elif 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
3780 else
3781 if test "$GCC" = yes; then
3782 CFLAGS="-O2"
3783 else
3784 CFLAGS=
3785 fi
3786 fi
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; }
3789 if ${ac_cv_prog_cc_c89+:} false; then :
3790 $as_echo_n "(cached) " >&6
3791 else
3792 ac_cv_prog_cc_c89=no
3793 ac_save_CC=$CC
3794 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3795 /* end confdefs.h. */
3796 #include <stdarg.h>
3797 #include <stdio.h>
3798 struct stat;
3799 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3800 struct buf { int x; };
3801 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3802 static char *e (p, i)
3803 char **p;
3804 int i;
3805 {
3806 return p[i];
3807 }
3808 static 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. */
3825 int 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'
3830 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3831
3832 int test (int i, double x);
3833 struct s1 {int (*f) (int a);};
3834 struct s2 {int (*f) (double a);};
3835 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3836 int argc;
3837 char **argv;
3838 int
3839 main ()
3840 {
3841 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3842 ;
3843 return 0;
3844 }
3845 _ACEOF
3846 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3847 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3848 do
3849 CC="$ac_save_CC $ac_arg"
3850 if ac_fn_c_try_compile "$LINENO"; then :
3851 ac_cv_prog_cc_c89=$ac_arg
3852 fi
3853 rm -f core conftest.err conftest.$ac_objext
3854 test "x$ac_cv_prog_cc_c89" != "xno" && break
3855 done
3856 rm -f conftest.$ac_ext
3857 CC=$ac_save_CC
3858
3859 fi
3860 # AC_CACHE_VAL
3861 case "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; } ;;
3872 esac
3873 if test "x$ac_cv_prog_cc_c89" != xno; then :
3874
3875 fi
3876
3877 ac_ext=c
3878 ac_cpp='$CPP $CPPFLAGS'
3879 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3880 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3881 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3882
3883 ac_ext=c
3884 ac_cpp='$CPP $CPPFLAGS'
3885 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3886 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3887 ac_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; }
3890 if ${am_cv_prog_cc_c_o+:} false; then :
3891 $as_echo_n "(cached) " >&6
3892 else
3893 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3894 /* end confdefs.h. */
3895
3896 int
3897 main ()
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
3924 fi
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; }
3927 if 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"
3934 fi
3935 ac_ext=c
3936 ac_cpp='$CPP $CPPFLAGS'
3937 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3938 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3939 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3940
3941
3942 depcc="$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; }
3946 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
3947 $as_echo_n "(cached) " >&6
3948 else
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
4050 else
4051 am_cv_CC_dependencies_compiler_type=none
4052 fi
4053
4054 fi
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; }
4057 CCDEPMODE=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='#'
4064 else
4065 am__fastdepCC_TRUE='#'
4066 am__fastdepCC_FALSE=
4067 fi
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; }
4072 if ${ac_cv_path_SED+:} false; then :
4073 $as_echo_n "(cached) " >&6
4074 else
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
4085 for as_dir in $PATH
4086 do
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
4095 case `"$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;;
4119 esac
4120
4121 $ac_path_SED_found && break 3
4122 done
4123 done
4124 done
4125 IFS=$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
4129 else
4130 ac_cv_path_SED=$SED
4131 fi
4132
4133 fi
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
4139 test -z "$SED" && SED=sed
4140 Xsed="$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; }
4154 if ${ac_cv_path_GREP+:} false; then :
4155 $as_echo_n "(cached) " >&6
4156 else
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
4161 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4162 do
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
4171 case `"$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;;
4195 esac
4196
4197 $ac_path_GREP_found && break 3
4198 done
4199 done
4200 done
4201 IFS=$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
4205 else
4206 ac_cv_path_GREP=$GREP
4207 fi
4208
4209 fi
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; }
4217 if ${ac_cv_path_EGREP+:} false; then :
4218 $as_echo_n "(cached) " >&6
4219 else
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
4227 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4228 do
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
4237 case `"$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;;
4261 esac
4262
4263 $ac_path_EGREP_found && break 3
4264 done
4265 done
4266 done
4267 IFS=$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
4271 else
4272 ac_cv_path_EGREP=$EGREP
4273 fi
4274
4275 fi
4276 fi
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; }
4284 if ${ac_cv_path_FGREP+:} false; then :
4285 $as_echo_n "(cached) " >&6
4286 else
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
4294 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4295 do
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
4304 case `"$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;;
4328 esac
4329
4330 $ac_path_FGREP_found && break 3
4331 done
4332 done
4333 done
4334 IFS=$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
4338 else
4339 ac_cv_path_FGREP=$FGREP
4340 fi
4341
4342 fi
4343 fi
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
4349 test -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.
4370 if test "${with_gnu_ld+set}" = set; then :
4371 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4372 else
4373 with_gnu_ld=no
4374 fi
4375
4376 ac_prog=ld
4377 if 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
4408 elif 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; }
4411 else
4412 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4413 $as_echo_n "checking for non-GNU ld... " >&6; }
4414 fi
4415 if ${lt_cv_path_LD+:} false; then :
4416 $as_echo_n "(cached) " >&6
4417 else
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"
4439 else
4440 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4441 fi
4442 fi
4443
4444 LD="$lt_cv_path_LD"
4445 if test -n "$LD"; then
4446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4447 $as_echo "$LD" >&6; }
4448 else
4449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4450 $as_echo "no" >&6; }
4451 fi
4452 test -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; }
4455 if ${lt_cv_prog_gnu_ld+:} false; then :
4456 $as_echo_n "(cached) " >&6
4457 else
4458 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4459 case `$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 ;;
4466 esac
4467 fi
4468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4469 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
4470 with_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; }
4482 if ${lt_cv_path_NM+:} false; then :
4483 $as_echo_n "(cached) " >&6
4484 else
4485 if test -n "$NM"; then
4486 # Let the user override the test.
4487 lt_cv_path_NM="$NM"
4488 else
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}
4527 fi
4528 fi
4529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4530 $as_echo "$lt_cv_path_NM" >&6; }
4531 if test "$lt_cv_path_NM" != "no"; then
4532 NM="$lt_cv_path_NM"
4533 else
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.
4542 set 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; }
4545 if ${ac_cv_prog_DUMPBIN+:} false; then :
4546 $as_echo_n "(cached) " >&6
4547 else
4548 if test -n "$DUMPBIN"; then
4549 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4550 else
4551 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4552 for as_dir in $PATH
4553 do
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
4562 done
4563 done
4564 IFS=$as_save_IFS
4565
4566 fi
4567 fi
4568 DUMPBIN=$ac_cv_prog_DUMPBIN
4569 if test -n "$DUMPBIN"; then
4570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4571 $as_echo "$DUMPBIN" >&6; }
4572 else
4573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4574 $as_echo "no" >&6; }
4575 fi
4576
4577
4578 test -n "$DUMPBIN" && break
4579 done
4580 fi
4581 if test -z "$DUMPBIN"; then
4582 ac_ct_DUMPBIN=$DUMPBIN
4583 for ac_prog in dumpbin "link -dump"
4584 do
4585 # Extract the first word of "$ac_prog", so it can be a program name with args.
4586 set 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; }
4589 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
4590 $as_echo_n "(cached) " >&6
4591 else
4592 if test -n "$ac_ct_DUMPBIN"; then
4593 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4594 else
4595 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4596 for as_dir in $PATH
4597 do
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
4606 done
4607 done
4608 IFS=$as_save_IFS
4609
4610 fi
4611 fi
4612 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4613 if 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; }
4616 else
4617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4618 $as_echo "no" >&6; }
4619 fi
4620
4621
4622 test -n "$ac_ct_DUMPBIN" && break
4623 done
4624
4625 if test "x$ac_ct_DUMPBIN" = x; then
4626 DUMPBIN=":"
4627 else
4628 case $cross_compiling:$ac_tool_warned in
4629 yes:)
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;}
4632 ac_tool_warned=yes ;;
4633 esac
4634 DUMPBIN=$ac_ct_DUMPBIN
4635 fi
4636 fi
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
4651 fi
4652 test -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; }
4661 if ${lt_cv_nm_interface+:} false; then :
4662 $as_echo_n "(cached) " >&6
4663 else
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*
4678 fi
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; }
4684 LN_S=$as_ln_s
4685 if test "$LN_S" = "ln -s"; then
4686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4687 $as_echo "yes" >&6; }
4688 else
4689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4690 $as_echo "no, using $LN_S" >&6; }
4691 fi
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; }
4696 if ${lt_cv_sys_max_cmd_len+:} false; then :
4697 $as_echo_n "(cached) " >&6
4698 else
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
4822 fi
4823
4824 if 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; }
4827 else
4828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4829 $as_echo "none" >&6; }
4830 fi
4831 max_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
4845 xsi_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; }
4858 lt_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
4866 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4867 lt_unset=unset
4868 else
4869 lt_unset=false
4870 fi
4871
4872
4873
4874
4875
4876 # test EBCDIC or ASCII
4877 case `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 ;;
4887 esac
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; }
4899 if ${lt_cv_to_host_file_cmd+:} false; then :
4900 $as_echo_n "(cached) " >&6
4901 else
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 ;;
4932 esac
4933
4934 fi
4935
4936 to_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; }
4946 if ${lt_cv_to_tool_file_cmd+:} false; then :
4947 $as_echo_n "(cached) " >&6
4948 else
4949 #assume ordinary cross tools, or native build.
4950 lt_cv_to_tool_file_cmd=func_convert_file_noop
4951 case $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 ;;
4959 esac
4960
4961 fi
4962
4963 to_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; }
4973 if ${lt_cv_ld_reload_flag+:} false; then :
4974 $as_echo_n "(cached) " >&6
4975 else
4976 lt_cv_ld_reload_flag='-r'
4977 fi
4978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4979 $as_echo "$lt_cv_ld_reload_flag" >&6; }
4980 reload_flag=$lt_cv_ld_reload_flag
4981 case $reload_flag in
4982 "" | " "*) ;;
4983 *) reload_flag=" $reload_flag" ;;
4984 esac
4985 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4986 case $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 ;;
4999 esac
5000
5001
5002
5003
5004
5005
5006
5007
5008
5009 if 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.
5011 set 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; }
5014 if ${ac_cv_prog_OBJDUMP+:} false; then :
5015 $as_echo_n "(cached) " >&6
5016 else
5017 if test -n "$OBJDUMP"; then
5018 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5019 else
5020 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5021 for as_dir in $PATH
5022 do
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
5031 done
5032 done
5033 IFS=$as_save_IFS
5034
5035 fi
5036 fi
5037 OBJDUMP=$ac_cv_prog_OBJDUMP
5038 if test -n "$OBJDUMP"; then
5039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5040 $as_echo "$OBJDUMP" >&6; }
5041 else
5042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5043 $as_echo "no" >&6; }
5044 fi
5045
5046
5047 fi
5048 if 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.
5051 set 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; }
5054 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
5055 $as_echo_n "(cached) " >&6
5056 else
5057 if test -n "$ac_ct_OBJDUMP"; then
5058 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5059 else
5060 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5061 for as_dir in $PATH
5062 do
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
5071 done
5072 done
5073 IFS=$as_save_IFS
5074
5075 fi
5076 fi
5077 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5078 if 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; }
5081 else
5082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5083 $as_echo "no" >&6; }
5084 fi
5085
5086 if test "x$ac_ct_OBJDUMP" = x; then
5087 OBJDUMP="false"
5088 else
5089 case $cross_compiling:$ac_tool_warned in
5090 yes:)
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;}
5093 ac_tool_warned=yes ;;
5094 esac
5095 OBJDUMP=$ac_ct_OBJDUMP
5096 fi
5097 else
5098 OBJDUMP="$ac_cv_prog_OBJDUMP"
5099 fi
5100
5101 test -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; }
5110 if ${lt_cv_deplibs_check_method+:} false; then :
5111 $as_echo_n "(cached) " >&6
5112 else
5113 lt_cv_file_magic_cmd='$MAGIC_CMD'
5114 lt_cv_file_magic_test_file=
5115 lt_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
5127 case $host_os in
5128 aix[4-9]*)
5129 lt_cv_deplibs_check_method=pass_all
5130 ;;
5131
5132 beos*)
5133 lt_cv_deplibs_check_method=pass_all
5134 ;;
5135
5136 bsdi[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
5142 cygwin*)
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
5148 mingw* | 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
5163 cegcc*)
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
5169 darwin* | rhapsody*)
5170 lt_cv_deplibs_check_method=pass_all
5171 ;;
5172
5173 freebsd* | 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
5189 haiku*)
5190 lt_cv_deplibs_check_method=pass_all
5191 ;;
5192
5193 hpux10.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
5211 interix[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
5216 irix5* | 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.
5227 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
5228 lt_cv_deplibs_check_method=pass_all
5229 ;;
5230
5231 netbsd* | 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
5239 newos6*)
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
5249 openbsd*)
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
5257 osf3* | osf4* | osf5*)
5258 lt_cv_deplibs_check_method=pass_all
5259 ;;
5260
5261 rdos*)
5262 lt_cv_deplibs_check_method=pass_all
5263 ;;
5264
5265 solaris*)
5266 lt_cv_deplibs_check_method=pass_all
5267 ;;
5268
5269 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5270 lt_cv_deplibs_check_method=pass_all
5271 ;;
5272
5273 sysv4 | 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
5300 tpf*)
5301 lt_cv_deplibs_check_method=pass_all
5302 ;;
5303 esac
5304
5305 fi
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
5309 file_magic_glob=
5310 want_nocaseglob=no
5311 if 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
5321 fi
5322
5323 file_magic_cmd=$lt_cv_file_magic_cmd
5324 deplibs_check_method=$lt_cv_deplibs_check_method
5325 test -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
5348 if 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.
5350 set 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; }
5353 if ${ac_cv_prog_DLLTOOL+:} false; then :
5354 $as_echo_n "(cached) " >&6
5355 else
5356 if test -n "$DLLTOOL"; then
5357 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
5358 else
5359 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5360 for as_dir in $PATH
5361 do
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
5370 done
5371 done
5372 IFS=$as_save_IFS
5373
5374 fi
5375 fi
5376 DLLTOOL=$ac_cv_prog_DLLTOOL
5377 if test -n "$DLLTOOL"; then
5378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
5379 $as_echo "$DLLTOOL" >&6; }
5380 else
5381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5382 $as_echo "no" >&6; }
5383 fi
5384
5385
5386 fi
5387 if 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.
5390 set 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; }
5393 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
5394 $as_echo_n "(cached) " >&6
5395 else
5396 if test -n "$ac_ct_DLLTOOL"; then
5397 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
5398 else
5399 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5400 for as_dir in $PATH
5401 do
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
5410 done
5411 done
5412 IFS=$as_save_IFS
5413
5414 fi
5415 fi
5416 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
5417 if 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; }
5420 else
5421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5422 $as_echo "no" >&6; }
5423 fi
5424
5425 if test "x$ac_ct_DLLTOOL" = x; then
5426 DLLTOOL="false"
5427 else
5428 case $cross_compiling:$ac_tool_warned in
5429 yes:)
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;}
5432 ac_tool_warned=yes ;;
5433 esac
5434 DLLTOOL=$ac_ct_DLLTOOL
5435 fi
5436 else
5437 DLLTOOL="$ac_cv_prog_DLLTOOL"
5438 fi
5439
5440 test -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; }
5450 if ${lt_cv_sharedlib_from_linklib_cmd+:} false; then :
5451 $as_echo_n "(cached) " >&6
5452 else
5453 lt_cv_sharedlib_from_linklib_cmd='unknown'
5454
5455 case $host_os in
5456 cygwin* | 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 ;;
5472 esac
5473
5474 fi
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; }
5477 sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd
5478 test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO
5479
5480
5481
5482
5483
5484
5485
5486
5487 if 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.
5491 set 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; }
5494 if ${ac_cv_prog_AR+:} false; then :
5495 $as_echo_n "(cached) " >&6
5496 else
5497 if test -n "$AR"; then
5498 ac_cv_prog_AR="$AR" # Let the user override the test.
5499 else
5500 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5501 for as_dir in $PATH
5502 do
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
5511 done
5512 done
5513 IFS=$as_save_IFS
5514
5515 fi
5516 fi
5517 AR=$ac_cv_prog_AR
5518 if test -n "$AR"; then
5519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5520 $as_echo "$AR" >&6; }
5521 else
5522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5523 $as_echo "no" >&6; }
5524 fi
5525
5526
5527 test -n "$AR" && break
5528 done
5529 fi
5530 if test -z "$AR"; then
5531 ac_ct_AR=$AR
5532 for ac_prog in ar
5533 do
5534 # Extract the first word of "$ac_prog", so it can be a program name with args.
5535 set 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; }
5538 if ${ac_cv_prog_ac_ct_AR+:} false; then :
5539 $as_echo_n "(cached) " >&6
5540 else
5541 if test -n "$ac_ct_AR"; then
5542 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5543 else
5544 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5545 for as_dir in $PATH
5546 do
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
5555 done
5556 done
5557 IFS=$as_save_IFS
5558
5559 fi
5560 fi
5561 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5562 if 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; }
5565 else
5566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5567 $as_echo "no" >&6; }
5568 fi
5569
5570
5571 test -n "$ac_ct_AR" && break
5572 done
5573
5574 if test "x$ac_ct_AR" = x; then
5575 AR="false"
5576 else
5577 case $cross_compiling:$ac_tool_warned in
5578 yes:)
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;}
5581 ac_tool_warned=yes ;;
5582 esac
5583 AR=$ac_ct_AR
5584 fi
5585 fi
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; }
5602 if ${lt_cv_ar_at_file+:} false; then :
5603 $as_echo_n "(cached) " >&6
5604 else
5605 lt_cv_ar_at_file=no
5606 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5607 /* end confdefs.h. */
5608
5609 int
5610 main ()
5611 {
5612
5613 ;
5614 return 0;
5615 }
5616 _ACEOF
5617 if 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
5639 fi
5640 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5641
5642 fi
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
5646 if test "x$lt_cv_ar_at_file" = xno; then
5647 archiver_list_spec=
5648 else
5649 archiver_list_spec=$lt_cv_ar_at_file
5650 fi
5651
5652
5653
5654
5655
5656
5657
5658 if 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.
5660 set 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; }
5663 if ${ac_cv_prog_STRIP+:} false; then :
5664 $as_echo_n "(cached) " >&6
5665 else
5666 if test -n "$STRIP"; then
5667 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5668 else
5669 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5670 for as_dir in $PATH
5671 do
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
5680 done
5681 done
5682 IFS=$as_save_IFS
5683
5684 fi
5685 fi
5686 STRIP=$ac_cv_prog_STRIP
5687 if test -n "$STRIP"; then
5688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5689 $as_echo "$STRIP" >&6; }
5690 else
5691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5692 $as_echo "no" >&6; }
5693 fi
5694
5695
5696 fi
5697 if 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.
5700 set 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; }
5703 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
5704 $as_echo_n "(cached) " >&6
5705 else
5706 if test -n "$ac_ct_STRIP"; then
5707 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5708 else
5709 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5710 for as_dir in $PATH
5711 do
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
5720 done
5721 done
5722 IFS=$as_save_IFS
5723
5724 fi
5725 fi
5726 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5727 if 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; }
5730 else
5731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5732 $as_echo "no" >&6; }
5733 fi
5734
5735 if test "x$ac_ct_STRIP" = x; then
5736 STRIP=":"
5737 else
5738 case $cross_compiling:$ac_tool_warned in
5739 yes:)
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;}
5742 ac_tool_warned=yes ;;
5743 esac
5744 STRIP=$ac_ct_STRIP
5745 fi
5746 else
5747 STRIP="$ac_cv_prog_STRIP"
5748 fi
5749
5750 test -z "$STRIP" && STRIP=:
5751
5752
5753
5754
5755
5756
5757 if 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.
5759 set 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; }
5762 if ${ac_cv_prog_RANLIB+:} false; then :
5763 $as_echo_n "(cached) " >&6
5764 else
5765 if test -n "$RANLIB"; then
5766 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5767 else
5768 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5769 for as_dir in $PATH
5770 do
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
5779 done
5780 done
5781 IFS=$as_save_IFS
5782
5783 fi
5784 fi
5785 RANLIB=$ac_cv_prog_RANLIB
5786 if test -n "$RANLIB"; then
5787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5788 $as_echo "$RANLIB" >&6; }
5789 else
5790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5791 $as_echo "no" >&6; }
5792 fi
5793
5794
5795 fi
5796 if 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.
5799 set 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; }
5802 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
5803 $as_echo_n "(cached) " >&6
5804 else
5805 if test -n "$ac_ct_RANLIB"; then
5806 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5807 else
5808 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5809 for as_dir in $PATH
5810 do
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
5819 done
5820 done
5821 IFS=$as_save_IFS
5822
5823 fi
5824 fi
5825 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5826 if 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; }
5829 else
5830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5831 $as_echo "no" >&6; }
5832 fi
5833
5834 if test "x$ac_ct_RANLIB" = x; then
5835 RANLIB=":"
5836 else
5837 case $cross_compiling:$ac_tool_warned in
5838 yes:)
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;}
5841 ac_tool_warned=yes ;;
5842 esac
5843 RANLIB=$ac_ct_RANLIB
5844 fi
5845 else
5846 RANLIB="$ac_cv_prog_RANLIB"
5847 fi
5848
5849 test -z "$RANLIB" && RANLIB=:
5850
5851
5852
5853
5854
5855
5856 # Determine commands to create old-style static archives.
5857 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5858 old_postinstall_cmds='chmod 644 $oldlib'
5859 old_postuninstall_cmds=
5860
5861 if 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"
5871 fi
5872
5873 case $host_os in
5874 darwin*)
5875 lock_old_archive_extraction=yes ;;
5876 *)
5877 lock_old_archive_extraction=no ;;
5878 esac
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.
5919 LTCC=${LTCC-"$CC"}
5920
5921 # If no C compiler flags were specified, use CFLAGS.
5922 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5923
5924 # Allow CC to be a program name with arguments.
5925 compiler=$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; }
5931 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
5932 $as_echo_n "(cached) " >&6
5933 else
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.
5939 symcode='[BCDEGRST]'
5940
5941 # Regexp to match symbols that can be accessed directly from C.
5942 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5943
5944 # Define system-specific variables.
5945 case $host_os in
5946 aix*)
5947 symcode='[BCDT]'
5948 ;;
5949 cygwin* | mingw* | pw32* | cegcc*)
5950 symcode='[ABCDGISTW]'
5951 ;;
5952 hpux*)
5953 if test "$host_cpu" = ia64; then
5954 symcode='[ABCDEGRST]'
5955 fi
5956 ;;
5957 irix* | nonstopux*)
5958 symcode='[BCDEGRST]'
5959 ;;
5960 osf*)
5961 symcode='[BCDEGQRST]'
5962 ;;
5963 solaris*)
5964 symcode='[BDRT]'
5965 ;;
5966 sco3.2v5*)
5967 symcode='[DT]'
5968 ;;
5969 sysv4.2uw2*)
5970 symcode='[DT]'
5971 ;;
5972 sysv5* | sco5v6* | unixware* | OpenUNIX*)
5973 symcode='[ABDT]'
5974 ;;
5975 sysv4)
5976 symcode='[DFNSTU]'
5977 ;;
5978 esac
5979
5980 # If we're using GNU nm, then use its standard symbol codes.
5981 case `$NM -V 2>&1` in
5982 *GNU* | *'with BFD'*)
5983 symcode='[ABCDGIRSTW]' ;;
5984 esac
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.
5989 lt_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
5992 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\)[ ]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5993 lt_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
5996 opt_cr=
5997 case $build_os in
5998 mingw*)
5999 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6000 ;;
6001 esac
6002
6003 # Try without a prefix underscore, then with it.
6004 for 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
6038 extern "C" {
6039 #endif
6040 char nm_test_var;
6041 void nm_test_func(void);
6042 void nm_test_func(void){}
6043 #ifdef __cplusplus
6044 }
6045 #endif
6046 int 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
6085 extern "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. */
6095 LT_DLSYM_CONST struct {
6096 const char *name;
6097 void *address;
6098 }
6099 lt__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
6110 static 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
6155 done
6156
6157 fi
6158
6159 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6160 lt_cv_sys_global_symbol_to_cdecl=
6161 fi
6162 if 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; }
6165 else
6166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6167 $as_echo "ok" >&6; }
6168 fi
6169
6170 # Response file support.
6171 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6172 nm_file_list_spec='@'
6173 elif $NM --help 2>/dev/null | grep '[@]FILE' >/dev/null; then
6174 nm_file_list_spec='@'
6175 fi
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.
6207 if test "${with_sysroot+set}" = set; then :
6208 withval=$with_sysroot;
6209 else
6210 with_sysroot=no
6211 fi
6212
6213
6214 lt_sysroot=
6215 case ${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 ;;
6231 esac
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.
6241 if test "${enable_libtool_lock+set}" = set; then :
6242 enableval=$enable_libtool_lock;
6243 fi
6244
6245 test "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.
6249 case $host in
6250 ia64-*-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
6306 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6307 s390*-*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; }
6378 if ${lt_cv_cc_needs_belf+:} false; then :
6379 $as_echo_n "(cached) " >&6
6380 else
6381 ac_ext=c
6382 ac_cpp='$CPP $CPPFLAGS'
6383 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6384 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6385 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6386
6387 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6388 /* end confdefs.h. */
6389
6390 int
6391 main ()
6392 {
6393
6394 ;
6395 return 0;
6396 }
6397 _ACEOF
6398 if ac_fn_c_try_link "$LINENO"; then :
6399 lt_cv_cc_needs_belf=yes
6400 else
6401 lt_cv_cc_needs_belf=no
6402 fi
6403 rm -f core conftest.err conftest.$ac_objext \
6404 conftest$ac_exeext conftest.$ac_ext
6405 ac_ext=c
6406 ac_cpp='$CPP $CPPFLAGS'
6407 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6408 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6409 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6410
6411 fi
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 ;;
6455 esac
6456
6457 need_locks="$enable_libtool_lock"
6458
6459 if 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.
6461 set 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; }
6464 if ${ac_cv_prog_MANIFEST_TOOL+:} false; then :
6465 $as_echo_n "(cached) " >&6
6466 else
6467 if test -n "$MANIFEST_TOOL"; then
6468 ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # Let the user override the test.
6469 else
6470 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6471 for as_dir in $PATH
6472 do
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
6481 done
6482 done
6483 IFS=$as_save_IFS
6484
6485 fi
6486 fi
6487 MANIFEST_TOOL=$ac_cv_prog_MANIFEST_TOOL
6488 if test -n "$MANIFEST_TOOL"; then
6489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5
6490 $as_echo "$MANIFEST_TOOL" >&6; }
6491 else
6492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6493 $as_echo "no" >&6; }
6494 fi
6495
6496
6497 fi
6498 if 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.
6501 set 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; }
6504 if ${ac_cv_prog_ac_ct_MANIFEST_TOOL+:} false; then :
6505 $as_echo_n "(cached) " >&6
6506 else
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.
6509 else
6510 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6511 for as_dir in $PATH
6512 do
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
6521 done
6522 done
6523 IFS=$as_save_IFS
6524
6525 fi
6526 fi
6527 ac_ct_MANIFEST_TOOL=$ac_cv_prog_ac_ct_MANIFEST_TOOL
6528 if 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; }
6531 else
6532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6533 $as_echo "no" >&6; }
6534 fi
6535
6536 if test "x$ac_ct_MANIFEST_TOOL" = x; then
6537 MANIFEST_TOOL=":"
6538 else
6539 case $cross_compiling:$ac_tool_warned in
6540 yes:)
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;}
6543 ac_tool_warned=yes ;;
6544 esac
6545 MANIFEST_TOOL=$ac_ct_MANIFEST_TOOL
6546 fi
6547 else
6548 MANIFEST_TOOL="$ac_cv_prog_MANIFEST_TOOL"
6549 fi
6550
6551 test -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; }
6554 if ${lt_cv_path_mainfest_tool+:} false; then :
6555 $as_echo_n "(cached) " >&6
6556 else
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*
6565 fi
6566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5
6567 $as_echo "$lt_cv_path_mainfest_tool" >&6; }
6568 if test "x$lt_cv_path_mainfest_tool" != xyes; then
6569 MANIFEST_TOOL=:
6570 fi
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.
6581 set 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; }
6584 if ${ac_cv_prog_DSYMUTIL+:} false; then :
6585 $as_echo_n "(cached) " >&6
6586 else
6587 if test -n "$DSYMUTIL"; then
6588 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6589 else
6590 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6591 for as_dir in $PATH
6592 do
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
6601 done
6602 done
6603 IFS=$as_save_IFS
6604
6605 fi
6606 fi
6607 DSYMUTIL=$ac_cv_prog_DSYMUTIL
6608 if test -n "$DSYMUTIL"; then
6609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
6610 $as_echo "$DSYMUTIL" >&6; }
6611 else
6612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6613 $as_echo "no" >&6; }
6614 fi
6615
6616
6617 fi
6618 if 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.
6621 set 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; }
6624 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6625 $as_echo_n "(cached) " >&6
6626 else
6627 if test -n "$ac_ct_DSYMUTIL"; then
6628 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6629 else
6630 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6631 for as_dir in $PATH
6632 do
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
6641 done
6642 done
6643 IFS=$as_save_IFS
6644
6645 fi
6646 fi
6647 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6648 if 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; }
6651 else
6652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6653 $as_echo "no" >&6; }
6654 fi
6655
6656 if test "x$ac_ct_DSYMUTIL" = x; then
6657 DSYMUTIL=":"
6658 else
6659 case $cross_compiling:$ac_tool_warned in
6660 yes:)
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;}
6663 ac_tool_warned=yes ;;
6664 esac
6665 DSYMUTIL=$ac_ct_DSYMUTIL
6666 fi
6667 else
6668 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6669 fi
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.
6673 set 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; }
6676 if ${ac_cv_prog_NMEDIT+:} false; then :
6677 $as_echo_n "(cached) " >&6
6678 else
6679 if test -n "$NMEDIT"; then
6680 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6681 else
6682 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6683 for as_dir in $PATH
6684 do
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
6693 done
6694 done
6695 IFS=$as_save_IFS
6696
6697 fi
6698 fi
6699 NMEDIT=$ac_cv_prog_NMEDIT
6700 if test -n "$NMEDIT"; then
6701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
6702 $as_echo "$NMEDIT" >&6; }
6703 else
6704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6705 $as_echo "no" >&6; }
6706 fi
6707
6708
6709 fi
6710 if 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.
6713 set 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; }
6716 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6717 $as_echo_n "(cached) " >&6
6718 else
6719 if test -n "$ac_ct_NMEDIT"; then
6720 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6721 else
6722 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6723 for as_dir in $PATH
6724 do
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
6733 done
6734 done
6735 IFS=$as_save_IFS
6736
6737 fi
6738 fi
6739 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6740 if 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; }
6743 else
6744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6745 $as_echo "no" >&6; }
6746 fi
6747
6748 if test "x$ac_ct_NMEDIT" = x; then
6749 NMEDIT=":"
6750 else
6751 case $cross_compiling:$ac_tool_warned in
6752 yes:)
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;}
6755 ac_tool_warned=yes ;;
6756 esac
6757 NMEDIT=$ac_ct_NMEDIT
6758 fi
6759 else
6760 NMEDIT="$ac_cv_prog_NMEDIT"
6761 fi
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.
6765 set 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; }
6768 if ${ac_cv_prog_LIPO+:} false; then :
6769 $as_echo_n "(cached) " >&6
6770 else
6771 if test -n "$LIPO"; then
6772 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6773 else
6774 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6775 for as_dir in $PATH
6776 do
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
6785 done
6786 done
6787 IFS=$as_save_IFS
6788
6789 fi
6790 fi
6791 LIPO=$ac_cv_prog_LIPO
6792 if test -n "$LIPO"; then
6793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6794 $as_echo "$LIPO" >&6; }
6795 else
6796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6797 $as_echo "no" >&6; }
6798 fi
6799
6800
6801 fi
6802 if 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.
6805 set 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; }
6808 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6809 $as_echo_n "(cached) " >&6
6810 else
6811 if test -n "$ac_ct_LIPO"; then
6812 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6813 else
6814 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6815 for as_dir in $PATH
6816 do
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
6825 done
6826 done
6827 IFS=$as_save_IFS
6828
6829 fi
6830 fi
6831 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6832 if 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; }
6835 else
6836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6837 $as_echo "no" >&6; }
6838 fi
6839
6840 if test "x$ac_ct_LIPO" = x; then
6841 LIPO=":"
6842 else
6843 case $cross_compiling:$ac_tool_warned in
6844 yes:)
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;}
6847 ac_tool_warned=yes ;;
6848 esac
6849 LIPO=$ac_ct_LIPO
6850 fi
6851 else
6852 LIPO="$ac_cv_prog_LIPO"
6853 fi
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.
6857 set 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; }
6860 if ${ac_cv_prog_OTOOL+:} false; then :
6861 $as_echo_n "(cached) " >&6
6862 else
6863 if test -n "$OTOOL"; then
6864 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6865 else
6866 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6867 for as_dir in $PATH
6868 do
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
6877 done
6878 done
6879 IFS=$as_save_IFS
6880
6881 fi
6882 fi
6883 OTOOL=$ac_cv_prog_OTOOL
6884 if test -n "$OTOOL"; then
6885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6886 $as_echo "$OTOOL" >&6; }
6887 else
6888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6889 $as_echo "no" >&6; }
6890 fi
6891
6892
6893 fi
6894 if 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.
6897 set 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; }
6900 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6901 $as_echo_n "(cached) " >&6
6902 else
6903 if test -n "$ac_ct_OTOOL"; then
6904 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6905 else
6906 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6907 for as_dir in $PATH
6908 do
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
6917 done
6918 done
6919 IFS=$as_save_IFS
6920
6921 fi
6922 fi
6923 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6924 if 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; }
6927 else
6928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6929 $as_echo "no" >&6; }
6930 fi
6931
6932 if test "x$ac_ct_OTOOL" = x; then
6933 OTOOL=":"
6934 else
6935 case $cross_compiling:$ac_tool_warned in
6936 yes:)
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;}
6939 ac_tool_warned=yes ;;
6940 esac
6941 OTOOL=$ac_ct_OTOOL
6942 fi
6943 else
6944 OTOOL="$ac_cv_prog_OTOOL"
6945 fi
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.
6949 set 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; }
6952 if ${ac_cv_prog_OTOOL64+:} false; then :
6953 $as_echo_n "(cached) " >&6
6954 else
6955 if test -n "$OTOOL64"; then
6956 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6957 else
6958 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6959 for as_dir in $PATH
6960 do
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
6969 done
6970 done
6971 IFS=$as_save_IFS
6972
6973 fi
6974 fi
6975 OTOOL64=$ac_cv_prog_OTOOL64
6976 if test -n "$OTOOL64"; then
6977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6978 $as_echo "$OTOOL64" >&6; }
6979 else
6980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6981 $as_echo "no" >&6; }
6982 fi
6983
6984
6985 fi
6986 if 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.
6989 set 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; }
6992 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
6993 $as_echo_n "(cached) " >&6
6994 else
6995 if test -n "$ac_ct_OTOOL64"; then
6996 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6997 else
6998 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6999 for as_dir in $PATH
7000 do
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
7009 done
7010 done
7011 IFS=$as_save_IFS
7012
7013 fi
7014 fi
7015 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7016 if 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; }
7019 else
7020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7021 $as_echo "no" >&6; }
7022 fi
7023
7024 if test "x$ac_ct_OTOOL64" = x; then
7025 OTOOL64=":"
7026 else
7027 case $cross_compiling:$ac_tool_warned in
7028 yes:)
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;}
7031 ac_tool_warned=yes ;;
7032 esac
7033 OTOOL64=$ac_ct_OTOOL64
7034 fi
7035 else
7036 OTOOL64="$ac_cv_prog_OTOOL64"
7037 fi
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; }
7067 if ${lt_cv_apple_cc_single_mod+:} false; then :
7068 $as_echo_n "(cached) " >&6
7069 else
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
7097 fi
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; }
7103 if ${lt_cv_ld_exported_symbols_list+:} false; then :
7104 $as_echo_n "(cached) " >&6
7105 else
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
7113 int
7114 main ()
7115 {
7116
7117 ;
7118 return 0;
7119 }
7120 _ACEOF
7121 if ac_fn_c_try_link "$LINENO"; then :
7122 lt_cv_ld_exported_symbols_list=yes
7123 else
7124 lt_cv_ld_exported_symbols_list=no
7125 fi
7126 rm -f core conftest.err conftest.$ac_objext \
7127 conftest$ac_exeext conftest.$ac_ext
7128 LDFLAGS="$save_LDFLAGS"
7129
7130 fi
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; }
7136 if ${lt_cv_ld_force_load+:} false; then :
7137 $as_echo_n "(cached) " >&6
7138 else
7139 lt_cv_ld_force_load=no
7140 cat > conftest.c << _LT_EOF
7141 int 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
7150 int 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
7165 fi
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
7203 ac_ext=c
7204 ac_cpp='$CPP $CPPFLAGS'
7205 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7206 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7207 ac_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.
7211 if test -n "$CPP" && test -d "$CPP"; then
7212 CPP=
7213 fi
7214 if test -z "$CPP"; then
7215 if ${ac_cv_prog_CPP+:} false; then :
7216 $as_echo_n "(cached) " >&6
7217 else
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
7222 for ac_c_preproc_warn_flag in '' yes
7223 do
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
7239 if ac_fn_c_try_cpp "$LINENO"; then :
7240
7241 else
7242 # Broken: fails on valid input.
7243 continue
7244 fi
7245 rm -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
7253 if ac_fn_c_try_cpp "$LINENO"; then :
7254 # Broken: success on invalid input.
7255 continue
7256 else
7257 # Passes both tests.
7258 ac_preproc_ok=:
7259 break
7260 fi
7261 rm -f conftest.err conftest.i conftest.$ac_ext
7262
7263 done
7264 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7265 rm -f conftest.i conftest.err conftest.$ac_ext
7266 if $ac_preproc_ok; then :
7267 break
7268 fi
7269
7270 done
7271 ac_cv_prog_CPP=$CPP
7272
7273 fi
7274 CPP=$ac_cv_prog_CPP
7275 else
7276 ac_cv_prog_CPP=$CPP
7277 fi
7278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
7279 $as_echo "$CPP" >&6; }
7280 ac_preproc_ok=false
7281 for ac_c_preproc_warn_flag in '' yes
7282 do
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
7298 if ac_fn_c_try_cpp "$LINENO"; then :
7299
7300 else
7301 # Broken: fails on valid input.
7302 continue
7303 fi
7304 rm -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
7312 if ac_fn_c_try_cpp "$LINENO"; then :
7313 # Broken: success on invalid input.
7314 continue
7315 else
7316 # Passes both tests.
7317 ac_preproc_ok=:
7318 break
7319 fi
7320 rm -f conftest.err conftest.i conftest.$ac_ext
7321
7322 done
7323 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7324 rm -f conftest.i conftest.err conftest.$ac_ext
7325 if $ac_preproc_ok; then :
7326
7327 else
7328 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7329 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7330 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
7331 See \`config.log' for more details" "$LINENO" 5; }
7332 fi
7333
7334 ac_ext=c
7335 ac_cpp='$CPP $CPPFLAGS'
7336 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7337 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7338 ac_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; }
7343 if ${ac_cv_header_stdc+:} false; then :
7344 $as_echo_n "(cached) " >&6
7345 else
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
7353 int
7354 main ()
7355 {
7356
7357 ;
7358 return 0;
7359 }
7360 _ACEOF
7361 if ac_fn_c_try_compile "$LINENO"; then :
7362 ac_cv_header_stdc=yes
7363 else
7364 ac_cv_header_stdc=no
7365 fi
7366 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7367
7368 if 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
7375 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7376 $EGREP "memchr" >/dev/null 2>&1; then :
7377
7378 else
7379 ac_cv_header_stdc=no
7380 fi
7381 rm -f conftest*
7382
7383 fi
7384
7385 if 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
7392 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7393 $EGREP "free" >/dev/null 2>&1; then :
7394
7395 else
7396 ac_cv_header_stdc=no
7397 fi
7398 rm -f conftest*
7399
7400 fi
7401
7402 if 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 :
7406 else
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)))
7423 int
7424 main ()
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
7434 if ac_fn_c_try_run "$LINENO"; then :
7435
7436 else
7437 ac_cv_header_stdc=no
7438 fi
7439 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
7440 conftest.$ac_objext conftest.beam conftest.$ac_ext
7441 fi
7442
7443 fi
7444 fi
7445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
7446 $as_echo "$ac_cv_header_stdc" >&6; }
7447 if test $ac_cv_header_stdc = yes; then
7448
7449 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
7450
7451 fi
7452
7453 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7454 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7455 inttypes.h stdint.h unistd.h
7456 do :
7457 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7458 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
7459 "
7460 if 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
7465 fi
7466
7467 done
7468
7469
7470 for ac_header in dlfcn.h
7471 do :
7472 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7473 "
7474 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
7475 cat >>confdefs.h <<_ACEOF
7476 #define HAVE_DLFCN_H 1
7477 _ACEOF
7478
7479 fi
7480
7481 done
7482
7483
7484
7485
7486
7487 # Set options
7488 enable_dlopen=yes
7489 enable_win32_dll=yes
7490
7491 case $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.
7495 set 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; }
7498 if ${ac_cv_prog_AS+:} false; then :
7499 $as_echo_n "(cached) " >&6
7500 else
7501 if test -n "$AS"; then
7502 ac_cv_prog_AS="$AS" # Let the user override the test.
7503 else
7504 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7505 for as_dir in $PATH
7506 do
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
7515 done
7516 done
7517 IFS=$as_save_IFS
7518
7519 fi
7520 fi
7521 AS=$ac_cv_prog_AS
7522 if test -n "$AS"; then
7523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
7524 $as_echo "$AS" >&6; }
7525 else
7526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7527 $as_echo "no" >&6; }
7528 fi
7529
7530
7531 fi
7532 if 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.
7535 set 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; }
7538 if ${ac_cv_prog_ac_ct_AS+:} false; then :
7539 $as_echo_n "(cached) " >&6
7540 else
7541 if test -n "$ac_ct_AS"; then
7542 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
7543 else
7544 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7545 for as_dir in $PATH
7546 do
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
7555 done
7556 done
7557 IFS=$as_save_IFS
7558
7559 fi
7560 fi
7561 ac_ct_AS=$ac_cv_prog_ac_ct_AS
7562 if 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; }
7565 else
7566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7567 $as_echo "no" >&6; }
7568 fi
7569
7570 if test "x$ac_ct_AS" = x; then
7571 AS="false"
7572 else
7573 case $cross_compiling:$ac_tool_warned in
7574 yes:)
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;}
7577 ac_tool_warned=yes ;;
7578 esac
7579 AS=$ac_ct_AS
7580 fi
7581 else
7582 AS="$ac_cv_prog_AS"
7583 fi
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.
7587 set 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; }
7590 if ${ac_cv_prog_DLLTOOL+:} false; then :
7591 $as_echo_n "(cached) " >&6
7592 else
7593 if test -n "$DLLTOOL"; then
7594 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7595 else
7596 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7597 for as_dir in $PATH
7598 do
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
7607 done
7608 done
7609 IFS=$as_save_IFS
7610
7611 fi
7612 fi
7613 DLLTOOL=$ac_cv_prog_DLLTOOL
7614 if test -n "$DLLTOOL"; then
7615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
7616 $as_echo "$DLLTOOL" >&6; }
7617 else
7618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7619 $as_echo "no" >&6; }
7620 fi
7621
7622
7623 fi
7624 if 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.
7627 set 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; }
7630 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
7631 $as_echo_n "(cached) " >&6
7632 else
7633 if test -n "$ac_ct_DLLTOOL"; then
7634 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7635 else
7636 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7637 for as_dir in $PATH
7638 do
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
7647 done
7648 done
7649 IFS=$as_save_IFS
7650
7651 fi
7652 fi
7653 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7654 if 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; }
7657 else
7658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7659 $as_echo "no" >&6; }
7660 fi
7661
7662 if test "x$ac_ct_DLLTOOL" = x; then
7663 DLLTOOL="false"
7664 else
7665 case $cross_compiling:$ac_tool_warned in
7666 yes:)
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;}
7669 ac_tool_warned=yes ;;
7670 esac
7671 DLLTOOL=$ac_ct_DLLTOOL
7672 fi
7673 else
7674 DLLTOOL="$ac_cv_prog_DLLTOOL"
7675 fi
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.
7679 set 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; }
7682 if ${ac_cv_prog_OBJDUMP+:} false; then :
7683 $as_echo_n "(cached) " >&6
7684 else
7685 if test -n "$OBJDUMP"; then
7686 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
7687 else
7688 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7689 for as_dir in $PATH
7690 do
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
7699 done
7700 done
7701 IFS=$as_save_IFS
7702
7703 fi
7704 fi
7705 OBJDUMP=$ac_cv_prog_OBJDUMP
7706 if test -n "$OBJDUMP"; then
7707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
7708 $as_echo "$OBJDUMP" >&6; }
7709 else
7710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7711 $as_echo "no" >&6; }
7712 fi
7713
7714
7715 fi
7716 if 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.
7719 set 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; }
7722 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
7723 $as_echo_n "(cached) " >&6
7724 else
7725 if test -n "$ac_ct_OBJDUMP"; then
7726 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
7727 else
7728 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7729 for as_dir in $PATH
7730 do
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
7739 done
7740 done
7741 IFS=$as_save_IFS
7742
7743 fi
7744 fi
7745 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
7746 if 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; }
7749 else
7750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7751 $as_echo "no" >&6; }
7752 fi
7753
7754 if test "x$ac_ct_OBJDUMP" = x; then
7755 OBJDUMP="false"
7756 else
7757 case $cross_compiling:$ac_tool_warned in
7758 yes:)
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;}
7761 ac_tool_warned=yes ;;
7762 esac
7763 OBJDUMP=$ac_ct_OBJDUMP
7764 fi
7765 else
7766 OBJDUMP="$ac_cv_prog_OBJDUMP"
7767 fi
7768
7769 ;;
7770 esac
7771
7772 test -z "$AS" && AS=as
7773
7774
7775
7776
7777
7778 test -z "$DLLTOOL" && DLLTOOL=dlltool
7779
7780
7781
7782
7783
7784 test -z "$OBJDUMP" && OBJDUMP=objdump
7785
7786
7787
7788
7789
7790
7791
7792
7793
7794 # Check whether --enable-shared was given.
7795 if 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
7813 else
7814 enable_shared=yes
7815 fi
7816
7817
7818
7819
7820
7821
7822
7823
7824
7825 # Check whether --enable-static was given.
7826 if 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
7844 else
7845 enable_static=yes
7846 fi
7847
7848
7849
7850
7851
7852
7853
7854
7855
7856
7857 # Check whether --with-pic was given.
7858 if 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
7875 else
7876 pic_mode=default
7877 fi
7878
7879
7880 test -z "$pic_mode" && pic_mode=default
7881
7882
7883
7884
7885
7886
7887
7888 # Check whether --enable-fast-install was given.
7889 if 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
7907 else
7908 enable_fast_install=yes
7909 fi
7910
7911
7912
7913
7914
7915
7916
7917
7918
7919
7920
7921 # This can be used to rebuild libtool when needed
7922 LIBTOOL_DEPS="$ltmain"
7923
7924 # Always use our own libtool.
7925 LIBTOOL='$(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
7956 test -z "$LN_S" && LN_S="ln -s"
7957
7958
7959
7960
7961
7962
7963
7964
7965
7966
7967
7968
7969
7970
7971 if test -n "${ZSH_VERSION+set}" ; then
7972 setopt NO_GLOB_SUBST
7973 fi
7974
7975 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7976 $as_echo_n "checking for objdir... " >&6; }
7977 if ${lt_cv_objdir+:} false; then :
7978 $as_echo_n "(cached) " >&6
7979 else
7980 rm -f .libs 2>/dev/null
7981 mkdir .libs 2>/dev/null
7982 if test -d .libs; then
7983 lt_cv_objdir=.libs
7984 else
7985 # MS-DOS does not allow filenames that begin with a dot.
7986 lt_cv_objdir=_libs
7987 fi
7988 rmdir .libs 2>/dev/null
7989 fi
7990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7991 $as_echo "$lt_cv_objdir" >&6; }
7992 objdir=$lt_cv_objdir
7993
7994
7995
7996
7997
7998 cat >>confdefs.h <<_ACEOF
7999 #define LT_OBJDIR "$lt_cv_objdir/"
8000 _ACEOF
8001
8002
8003
8004
8005 case $host_os in
8006 aix3*)
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 ;;
8015 esac
8016
8017 # Global variables:
8018 ofile=libtool
8019 can_build_shared=yes
8020
8021 # All known linkers require a `.a' archive for static linking (except MSVC,
8022 # which needs '.lib').
8023 libext=a
8024
8025 with_gnu_ld="$lt_cv_prog_gnu_ld"
8026
8027 old_CC="$CC"
8028 old_CFLAGS="$CFLAGS"
8029
8030 # Set sane defaults for various variables
8031 test -z "$CC" && CC=cc
8032 test -z "$LTCC" && LTCC=$CC
8033 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8034 test -z "$LD" && LD=ld
8035 test -z "$ac_objext" && ac_objext=o
8036
8037 for 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
8044 done
8045 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
8046
8047
8048 # Only perform the check for file, if the check method requires it
8049 test -z "$MAGIC_CMD" && MAGIC_CMD=file
8050 case $deplibs_check_method in
8051 file_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; }
8055 if ${lt_cv_path_MAGIC_CMD+:} false; then :
8056 $as_echo_n "(cached) " >&6
8057 else
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 ;;
8101 esac
8102 fi
8103
8104 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8105 if test -n "$MAGIC_CMD"; then
8106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8107 $as_echo "$MAGIC_CMD" >&6; }
8108 else
8109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8110 $as_echo "no" >&6; }
8111 fi
8112
8113
8114
8115
8116
8117 if 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; }
8121 if ${lt_cv_path_MAGIC_CMD+:} false; then :
8122 $as_echo_n "(cached) " >&6
8123 else
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 ;;
8167 esac
8168 fi
8169
8170 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8171 if test -n "$MAGIC_CMD"; then
8172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8173 $as_echo "$MAGIC_CMD" >&6; }
8174 else
8175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8176 $as_echo "no" >&6; }
8177 fi
8178
8179
8180 else
8181 MAGIC_CMD=:
8182 fi
8183 fi
8184
8185 fi
8186 ;;
8187 esac
8188
8189 # Use C for the default configuration in the libtool script
8190
8191 lt_save_CC="$CC"
8192 ac_ext=c
8193 ac_cpp='$CPP $CPPFLAGS'
8194 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8195 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8196 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8197
8198
8199 # Source file extension for C test sources.
8200 ac_ext=c
8201
8202 # Object file extension for compiled C test sources.
8203 objext=o
8204 objext=$objext
8205
8206 # Code to be used in simple compile tests
8207 lt_simple_compile_test_code="int some_variable = 0;"
8208
8209 # Code to be used in simple link tests
8210 lt_simple_link_test_code='int main(){return(0);}'
8211
8212
8213
8214
8215
8216
8217
8218 # If no C compiler was specified, use CC.
8219 LTCC=${LTCC-"$CC"}
8220
8221 # If no C compiler flags were specified, use CFLAGS.
8222 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8223
8224 # Allow CC to be a program name with arguments.
8225 compiler=$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.
8229 compiler_DEFAULT=$CC
8230
8231 # save warnings/boilerplate of simple test code
8232 ac_outfile=conftest.$ac_objext
8233 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8234 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8235 _lt_compiler_boilerplate=`cat conftest.err`
8236 $RM conftest*
8237
8238 ac_outfile=conftest.$ac_objext
8239 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8240 eval "$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...
8249 if test -n "$compiler"; then
8250
8251 lt_prog_compiler_no_builtin_flag=
8252
8253 if 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; }
8263 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
8264 $as_echo_n "(cached) " >&6
8265 else
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
8295 fi
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
8299 if 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"
8301 else
8302 :
8303 fi
8304
8305 fi
8306
8307
8308
8309
8310
8311
8312 lt_prog_compiler_wl=
8313 lt_prog_compiler_pic=
8314 lt_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
8613 case $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 ;;
8621 esac
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; }
8625 if ${lt_cv_prog_compiler_pic+:} false; then :
8626 $as_echo_n "(cached) " >&6
8627 else
8628 lt_cv_prog_compiler_pic=$lt_prog_compiler_pic
8629 fi
8630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5
8631 $as_echo "$lt_cv_prog_compiler_pic" >&6; }
8632 lt_prog_compiler_pic=$lt_cv_prog_compiler_pic
8633
8634 #
8635 # Check to make sure the PIC flag actually works.
8636 #
8637 if 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; }
8640 if ${lt_cv_prog_compiler_pic_works+:} false; then :
8641 $as_echo_n "(cached) " >&6
8642 else
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
8672 fi
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
8676 if 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
8681 else
8682 lt_prog_compiler_pic=
8683 lt_prog_compiler_can_build_shared=no
8684 fi
8685
8686 fi
8687
8688
8689
8690
8691
8692
8693
8694
8695
8696
8697
8698 #
8699 # Check to make sure the static flag actually works.
8700 #
8701 wl=$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; }
8704 if ${lt_cv_prog_compiler_static_works+:} false; then :
8705 $as_echo_n "(cached) " >&6
8706 else
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
8729 fi
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
8733 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8734 :
8735 else
8736 lt_prog_compiler_static=
8737 fi
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; }
8747 if ${lt_cv_prog_compiler_c_o+:} false; then :
8748 $as_echo_n "(cached) " >&6
8749 else
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
8791 fi
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; }
8802 if ${lt_cv_prog_compiler_c_o+:} false; then :
8803 $as_echo_n "(cached) " >&6
8804 else
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
8846 fi
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
8853 hard_links="nottested"
8854 if 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
8871 else
8872 need_locks=no
8873 fi
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
9368 else
9369 if ${lt_cv_aix_libpath_+:} false; then :
9370 $as_echo_n "(cached) " >&6
9371 else
9372 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9373 /* end confdefs.h. */
9374
9375 int
9376 main ()
9377 {
9378
9379 ;
9380 return 0;
9381 }
9382 _ACEOF
9383 if 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
9397 fi
9398 rm -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
9404 fi
9405
9406 aix_libpath=$lt_cv_aix_libpath_
9407 fi
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
9421 else
9422 if ${lt_cv_aix_libpath_+:} false; then :
9423 $as_echo_n "(cached) " >&6
9424 else
9425 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9426 /* end confdefs.h. */
9427
9428 int
9429 main ()
9430 {
9431
9432 ;
9433 return 0;
9434 }
9435 _ACEOF
9436 if 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
9450 fi
9451 rm -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
9457 fi
9458
9459 aix_libpath=$lt_cv_aix_libpath_
9460 fi
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; }
9691 if ${lt_cv_prog_compiler__b+:} false; then :
9692 $as_echo_n "(cached) " >&6
9693 else
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
9716 fi
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
9720 if 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'
9722 else
9723 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9724 fi
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; }
9760 if ${lt_cv_irix_exported_symbol+:} false; then :
9761 $as_echo_n "(cached) " >&6
9762 else
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. */
9767 int foo (void) { return 0; }
9768 _ACEOF
9769 if ac_fn_c_try_link "$LINENO"; then :
9770 lt_cv_irix_exported_symbol=yes
9771 else
9772 lt_cv_irix_exported_symbol=no
9773 fi
9774 rm -f core conftest.err conftest.$ac_objext \
9775 conftest$ac_exeext conftest.$ac_ext
9776 LDFLAGS="$save_LDFLAGS"
9777 fi
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; }
10039 test "$ld_shlibs" = no && can_build_shared=no
10040
10041 with_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 #
10060 case "x$archive_cmds_need_lc" in
10061 x|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; }
10076 if ${lt_cv_archive_cmds_need_lc+:} false; then :
10077 $as_echo_n "(cached) " >&6
10078 else
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
10116 fi
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 ;;
10124 esac
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
10280 if 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 '
10315 BEGIN {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`
10341 else
10342 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10343 fi
10344 library_names_spec=
10345 libname_spec='lib$name'
10346 soname_spec=
10347 shrext_cmds=".so"
10348 postinstall_cmds=
10349 postuninstall_cmds=
10350 finish_cmds=
10351 finish_eval=
10352 shlibpath_var=
10353 shlibpath_overrides_runpath=unknown
10354 version_type=none
10355 dynamic_linker="$host_os ld.so"
10356 sys_lib_dlsearch_path_spec="/lib /usr/lib"
10357 need_lib_prefix=unknown
10358 hardcode_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
10362 need_version=unknown
10363
10364 case $host_os in
10365 aix3*)
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
10374 aix[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
10418 amigaos*)
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
10433 beos*)
10434 library_names_spec='${libname}${shared_ext}'
10435 dynamic_linker="$host_os ld.so"
10436 shlibpath_var=LIBRARY_PATH
10437 ;;
10438
10439 bsdi[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
10453 cygwin* | 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
10563 darwin* | 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
10578 dgux*)
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
10587 freebsd* | 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
10631 haiku*)
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
10644 hpux9* | 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
10692 interix[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
10704 irix5* | 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.
10742 linux*oldld* | linux*aout* | linux*coff*)
10743 dynamic_linker=no
10744 ;;
10745
10746 # This must be glibc/ELF.
10747 linux* | 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
10760 else
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
10769 int
10770 main ()
10771 {
10772
10773 ;
10774 return 0;
10775 }
10776 _ACEOF
10777 if 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
10780 fi
10781 fi
10782 rm -f core conftest.err conftest.$ac_objext \
10783 conftest$ac_exeext conftest.$ac_ext
10784 LDFLAGS=$save_LDFLAGS
10785 libdir=$save_libdir
10786
10787 fi
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
10811 netbsdelf*-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
10823 netbsd*)
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
10841 newsos6)
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
10860 openbsd*)
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
10886 os2*)
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
10895 osf3* | 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
10906 rdos*)
10907 dynamic_linker=no
10908 ;;
10909
10910 solaris*)
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
10923 sunos4*)
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
10935 sysv4 | 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
10958 sysv4*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
10967 sysv5* | 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
10989 tpf*)
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
11000 uts4*)
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 ;;
11010 esac
11011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
11012 $as_echo "$dynamic_linker" >&6; }
11013 test "$dynamic_linker" = no && can_build_shared=no
11014
11015 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
11016 if test "$GCC" = yes; then
11017 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
11018 fi
11019
11020 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
11021 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
11022 fi
11023 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
11024 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
11025 fi
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; }
11120 hardcode_action=
11121 if 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
11138 else
11139 # We cannot hardcode anything, or else we can only hardcode existing
11140 # directories.
11141 hardcode_action=unsupported
11142 fi
11143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11144 $as_echo "$hardcode_action" >&6; }
11145
11146 if test "$hardcode_action" = relink ||
11147 test "$inherit_rpath" = yes; then
11148 # Fast installation is not supported
11149 enable_fast_install=no
11150 elif test "$shlibpath_overrides_runpath" = yes ||
11151 test "$enable_shared" = no; then
11152 # Fast installation is not necessary
11153 enable_fast_install=needless
11154 fi
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
11165 else
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; }
11190 if ${ac_cv_lib_dl_dlopen+:} false; then :
11191 $as_echo_n "(cached) " >&6
11192 else
11193 ac_check_lib_save_LIBS=$LIBS
11194 LIBS="-ldl $LIBS"
11195 cat 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
11202 extern "C"
11203 #endif
11204 char dlopen ();
11205 int
11206 main ()
11207 {
11208 return dlopen ();
11209 ;
11210 return 0;
11211 }
11212 _ACEOF
11213 if ac_fn_c_try_link "$LINENO"; then :
11214 ac_cv_lib_dl_dlopen=yes
11215 else
11216 ac_cv_lib_dl_dlopen=no
11217 fi
11218 rm -f core conftest.err conftest.$ac_objext \
11219 conftest$ac_exeext conftest.$ac_ext
11220 LIBS=$ac_check_lib_save_LIBS
11221 fi
11222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11223 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11224 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11225 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11226 else
11227
11228 lt_cv_dlopen="dyld"
11229 lt_cv_dlopen_libs=
11230 lt_cv_dlopen_self=yes
11231
11232 fi
11233
11234 ;;
11235
11236 *)
11237 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
11238 if test "x$ac_cv_func_shl_load" = xyes; then :
11239 lt_cv_dlopen="shl_load"
11240 else
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; }
11243 if ${ac_cv_lib_dld_shl_load+:} false; then :
11244 $as_echo_n "(cached) " >&6
11245 else
11246 ac_check_lib_save_LIBS=$LIBS
11247 LIBS="-ldld $LIBS"
11248 cat 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
11255 extern "C"
11256 #endif
11257 char shl_load ();
11258 int
11259 main ()
11260 {
11261 return shl_load ();
11262 ;
11263 return 0;
11264 }
11265 _ACEOF
11266 if ac_fn_c_try_link "$LINENO"; then :
11267 ac_cv_lib_dld_shl_load=yes
11268 else
11269 ac_cv_lib_dld_shl_load=no
11270 fi
11271 rm -f core conftest.err conftest.$ac_objext \
11272 conftest$ac_exeext conftest.$ac_ext
11273 LIBS=$ac_check_lib_save_LIBS
11274 fi
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; }
11277 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
11278 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11279 else
11280 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11281 if test "x$ac_cv_func_dlopen" = xyes; then :
11282 lt_cv_dlopen="dlopen"
11283 else
11284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11285 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11286 if ${ac_cv_lib_dl_dlopen+:} false; then :
11287 $as_echo_n "(cached) " >&6
11288 else
11289 ac_check_lib_save_LIBS=$LIBS
11290 LIBS="-ldl $LIBS"
11291 cat 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
11298 extern "C"
11299 #endif
11300 char dlopen ();
11301 int
11302 main ()
11303 {
11304 return dlopen ();
11305 ;
11306 return 0;
11307 }
11308 _ACEOF
11309 if ac_fn_c_try_link "$LINENO"; then :
11310 ac_cv_lib_dl_dlopen=yes
11311 else
11312 ac_cv_lib_dl_dlopen=no
11313 fi
11314 rm -f core conftest.err conftest.$ac_objext \
11315 conftest$ac_exeext conftest.$ac_ext
11316 LIBS=$ac_check_lib_save_LIBS
11317 fi
11318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11319 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11320 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11321 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11322 else
11323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11324 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
11325 if ${ac_cv_lib_svld_dlopen+:} false; then :
11326 $as_echo_n "(cached) " >&6
11327 else
11328 ac_check_lib_save_LIBS=$LIBS
11329 LIBS="-lsvld $LIBS"
11330 cat 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
11337 extern "C"
11338 #endif
11339 char dlopen ();
11340 int
11341 main ()
11342 {
11343 return dlopen ();
11344 ;
11345 return 0;
11346 }
11347 _ACEOF
11348 if ac_fn_c_try_link "$LINENO"; then :
11349 ac_cv_lib_svld_dlopen=yes
11350 else
11351 ac_cv_lib_svld_dlopen=no
11352 fi
11353 rm -f core conftest.err conftest.$ac_objext \
11354 conftest$ac_exeext conftest.$ac_ext
11355 LIBS=$ac_check_lib_save_LIBS
11356 fi
11357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11358 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11359 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
11360 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11361 else
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; }
11364 if ${ac_cv_lib_dld_dld_link+:} false; then :
11365 $as_echo_n "(cached) " >&6
11366 else
11367 ac_check_lib_save_LIBS=$LIBS
11368 LIBS="-ldld $LIBS"
11369 cat 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
11376 extern "C"
11377 #endif
11378 char dld_link ();
11379 int
11380 main ()
11381 {
11382 return dld_link ();
11383 ;
11384 return 0;
11385 }
11386 _ACEOF
11387 if ac_fn_c_try_link "$LINENO"; then :
11388 ac_cv_lib_dld_dld_link=yes
11389 else
11390 ac_cv_lib_dld_dld_link=no
11391 fi
11392 rm -f core conftest.err conftest.$ac_objext \
11393 conftest$ac_exeext conftest.$ac_ext
11394 LIBS=$ac_check_lib_save_LIBS
11395 fi
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; }
11398 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
11399 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11400 fi
11401
11402
11403 fi
11404
11405
11406 fi
11407
11408
11409 fi
11410
11411
11412 fi
11413
11414
11415 fi
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; }
11439 if ${lt_cv_dlopen_self+:} false; then :
11440 $as_echo_n "(cached) " >&6
11441 else
11442 if test "$cross_compiling" = yes; then :
11443 lt_cv_dlopen_self=cross
11444 else
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))
11492 int fnord () __attribute__((visibility("default")));
11493 #endif
11494
11495 int fnord () { return 42; }
11496 int 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
11533 fi
11534 rm -fr conftest*
11535
11536
11537 fi
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; }
11545 if ${lt_cv_dlopen_self_static+:} false; then :
11546 $as_echo_n "(cached) " >&6
11547 else
11548 if test "$cross_compiling" = yes; then :
11549 lt_cv_dlopen_self_static=cross
11550 else
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))
11598 int fnord () __attribute__((visibility("default")));
11599 #endif
11600
11601 int fnord () { return 42; }
11602 int 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
11639 fi
11640 rm -fr conftest*
11641
11642
11643 fi
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
11663 fi
11664
11665
11666
11667
11668
11669
11670
11671
11672
11673
11674
11675
11676
11677
11678
11679
11680
11681 striplib=
11682 old_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; }
11685 if 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; }
11690 else
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
11709 fi
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
11762 fi
11763 ac_ext=c
11764 ac_cpp='$CPP $CPPFLAGS'
11765 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11766 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11767 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11768
11769 CC="$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; }
11795 if ${libltdl_cv_shlibext+:} false; then :
11796 $as_echo_n "(cached) " >&6
11797 else
11798
11799 module=yes
11800 eval libltdl_cv_shlibext=$shrext_cmds
11801 module=no
11802 eval libltdl_cv_shrext=$shrext_cmds
11803
11804 fi
11805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libltdl_cv_shlibext" >&5
11806 $as_echo "$libltdl_cv_shlibext" >&6; }
11807 if test -n "$libltdl_cv_shlibext"; then
11808
11809 cat >>confdefs.h <<_ACEOF
11810 #define LT_MODULE_EXT "$libltdl_cv_shlibext"
11811 _ACEOF
11812
11813 fi
11814 if test "$libltdl_cv_shrext" != "$libltdl_cv_shlibext"; then
11815
11816 cat >>confdefs.h <<_ACEOF
11817 #define LT_SHARED_EXT "$libltdl_cv_shrext"
11818 _ACEOF
11819
11820 fi
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; }
11824 if ${lt_cv_module_path_var+:} false; then :
11825 $as_echo_n "(cached) " >&6
11826 else
11827 lt_cv_module_path_var="$shlibpath_var"
11828 fi
11829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_module_path_var" >&5
11830 $as_echo "$lt_cv_module_path_var" >&6; }
11831 if test -n "$lt_cv_module_path_var"; then
11832
11833 cat >>confdefs.h <<_ACEOF
11834 #define LT_MODULE_PATH_VAR "$lt_cv_module_path_var"
11835 _ACEOF
11836
11837 fi
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; }
11841 if ${lt_cv_sys_dlsearch_path+:} false; then :
11842 $as_echo_n "(cached) " >&6
11843 else
11844 lt_cv_sys_dlsearch_path="$sys_lib_dlsearch_path_spec"
11845 fi
11846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_dlsearch_path" >&5
11847 $as_echo "$lt_cv_sys_dlsearch_path" >&6; }
11848 if 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
11858 cat >>confdefs.h <<_ACEOF
11859 #define LT_DLSEARCH_PATH "$sys_dlsearch_path"
11860 _ACEOF
11861
11862 fi
11863
11864
11865 LT_DLLOADERS=
11866
11867
11868 ac_ext=c
11869 ac_cpp='$CPP $CPPFLAGS'
11870 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11871 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11872 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11873
11874
11875 LIBADD_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; }
11878 if ${ac_cv_search_dlopen+:} false; then :
11879 $as_echo_n "(cached) " >&6
11880 else
11881 ac_func_search_save_LIBS=$LIBS
11882 cat 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
11889 extern "C"
11890 #endif
11891 char dlopen ();
11892 int
11893 main ()
11894 {
11895 return dlopen ();
11896 ;
11897 return 0;
11898 }
11899 _ACEOF
11900 for 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
11909 fi
11910 rm -f core conftest.err conftest.$ac_objext \
11911 conftest$ac_exeext
11912 if ${ac_cv_search_dlopen+:} false; then :
11913 break
11914 fi
11915 done
11916 if ${ac_cv_search_dlopen+:} false; then :
11917
11918 else
11919 ac_cv_search_dlopen=no
11920 fi
11921 rm conftest.$ac_ext
11922 LIBS=$ac_func_search_save_LIBS
11923 fi
11924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
11925 $as_echo "$ac_cv_search_dlopen" >&6; }
11926 ac_res=$ac_cv_search_dlopen
11927 if 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"
11937 else
11938 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11939 /* end confdefs.h. */
11940 #if HAVE_DLFCN_H
11941 # include <dlfcn.h>
11942 #endif
11943
11944 int
11945 main ()
11946 {
11947 dlopen(0, 0);
11948 ;
11949 return 0;
11950 }
11951 _ACEOF
11952 if 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"
11958 else
11959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11960 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
11961 if ${ac_cv_lib_svld_dlopen+:} false; then :
11962 $as_echo_n "(cached) " >&6
11963 else
11964 ac_check_lib_save_LIBS=$LIBS
11965 LIBS="-lsvld $LIBS"
11966 cat 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
11973 extern "C"
11974 #endif
11975 char dlopen ();
11976 int
11977 main ()
11978 {
11979 return dlopen ();
11980 ;
11981 return 0;
11982 }
11983 _ACEOF
11984 if ac_fn_c_try_link "$LINENO"; then :
11985 ac_cv_lib_svld_dlopen=yes
11986 else
11987 ac_cv_lib_svld_dlopen=no
11988 fi
11989 rm -f core conftest.err conftest.$ac_objext \
11990 conftest$ac_exeext conftest.$ac_ext
11991 LIBS=$ac_check_lib_save_LIBS
11992 fi
11993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11994 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11995 if 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"
12001 fi
12002
12003 fi
12004 rm -f core conftest.err conftest.$ac_objext \
12005 conftest$ac_exeext conftest.$ac_ext
12006 fi
12007
12008 if test x"$libltdl_cv_func_dlopen" = xyes || test x"$libltdl_cv_lib_dl_dlopen" = xyes
12009 then
12010 lt_save_LIBS="$LIBS"
12011 LIBS="$LIBS $LIBADD_DLOPEN"
12012 for ac_func in dlerror
12013 do :
12014 ac_fn_c_check_func "$LINENO" "dlerror" "ac_cv_func_dlerror"
12015 if test "x$ac_cv_func_dlerror" = xyes; then :
12016 cat >>confdefs.h <<_ACEOF
12017 #define HAVE_DLERROR 1
12018 _ACEOF
12019
12020 fi
12021 done
12022
12023 LIBS="$lt_save_LIBS"
12024 fi
12025
12026
12027 LIBADD_SHL_LOAD=
12028 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
12029 if 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"
12034 else
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; }
12037 if ${ac_cv_lib_dld_shl_load+:} false; then :
12038 $as_echo_n "(cached) " >&6
12039 else
12040 ac_check_lib_save_LIBS=$LIBS
12041 LIBS="-ldld $LIBS"
12042 cat 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
12049 extern "C"
12050 #endif
12051 char shl_load ();
12052 int
12053 main ()
12054 {
12055 return shl_load ();
12056 ;
12057 return 0;
12058 }
12059 _ACEOF
12060 if ac_fn_c_try_link "$LINENO"; then :
12061 ac_cv_lib_dld_shl_load=yes
12062 else
12063 ac_cv_lib_dld_shl_load=no
12064 fi
12065 rm -f core conftest.err conftest.$ac_objext \
12066 conftest$ac_exeext conftest.$ac_ext
12067 LIBS=$ac_check_lib_save_LIBS
12068 fi
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; }
12071 if 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"
12077 fi
12078
12079 fi
12080
12081
12082
12083 case $host_os in
12084 darwin[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"
12087 if 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"
12092 fi
12093
12094 ;;
12095 beos*)
12096 LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}load_add_on.la"
12097 ;;
12098 cygwin* | 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 "
12101 if test "x$ac_cv_have_decl_cygwin_conv_path" = xyes; then :
12102 ac_have_decl=1
12103 else
12104 ac_have_decl=0
12105 fi
12106
12107 cat >>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 ;;
12113 esac
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; }
12117 if ${ac_cv_lib_dld_dld_link+:} false; then :
12118 $as_echo_n "(cached) " >&6
12119 else
12120 ac_check_lib_save_LIBS=$LIBS
12121 LIBS="-ldld $LIBS"
12122 cat 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
12129 extern "C"
12130 #endif
12131 char dld_link ();
12132 int
12133 main ()
12134 {
12135 return dld_link ();
12136 ;
12137 return 0;
12138 }
12139 _ACEOF
12140 if ac_fn_c_try_link "$LINENO"; then :
12141 ac_cv_lib_dld_dld_link=yes
12142 else
12143 ac_cv_lib_dld_dld_link=no
12144 fi
12145 rm -f core conftest.err conftest.$ac_objext \
12146 conftest$ac_exeext conftest.$ac_ext
12147 LIBS=$ac_check_lib_save_LIBS
12148 fi
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; }
12151 if 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"
12156 fi
12157
12158
12159
12160
12161 LT_DLPREOPEN=
12162 if test -n "$LT_DLLOADERS"
12163 then
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
12170 fi
12171
12172
12173 LIBADD_DL="$LIBADD_DLOPEN $LIBADD_SHL_LOAD"
12174
12175
12176 ac_ext=c
12177 ac_cpp='$CPP $CPPFLAGS'
12178 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12179 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12180 ac_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; }
12185 if ${lt_cv_sys_symbol_underscore+:} false; then :
12186 $as_echo_n "(cached) " >&6
12187 else
12188 lt_cv_sys_symbol_underscore=no
12189 cat > conftest.$ac_ext <<_LT_EOF
12190 void nm_test_func(){}
12191 int 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
12224 fi
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
12230 if 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; }
12235 if ${libltdl_cv_need_uscore+:} false; then :
12236 $as_echo_n "(cached) " >&6
12237 else
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
12243 else
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))
12291 int fnord () __attribute__((visibility("default")));
12292 #endif
12293
12294 int fnord () { return 42; }
12295 int 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
12332 fi
12333 rm -fr conftest*
12334
12335 LIBS="$save_LIBS"
12336
12337 fi
12338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libltdl_cv_need_uscore" >&5
12339 $as_echo "$libltdl_cv_need_uscore" >&6; }
12340 fi
12341 fi
12342
12343 if test x"$libltdl_cv_need_uscore" = xyes; then
12344
12345 $as_echo "#define NEED_USCORE 1" >>confdefs.h
12346
12347 fi
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; }
12351 if ${lt_cv_sys_dlopen_deplibs+:} false; then :
12352 $as_echo_n "(cached) " >&6
12353 else
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
12442 fi
12443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_dlopen_deplibs" >&5
12444 $as_echo "$lt_cv_sys_dlopen_deplibs" >&6; }
12445 if test "$lt_cv_sys_dlopen_deplibs" != yes; then
12446
12447 $as_echo "#define LTDL_DLOPEN_DEPLIBS 1" >>confdefs.h
12448
12449 fi
12450
12451 :
12452
12453 for ac_header in argz.h
12454 do :
12455 ac_fn_c_check_header_compile "$LINENO" "argz.h" "ac_cv_header_argz_h" "$ac_includes_default
12456 "
12457 if test "x$ac_cv_header_argz_h" = xyes; then :
12458 cat >>confdefs.h <<_ACEOF
12459 #define HAVE_ARGZ_H 1
12460 _ACEOF
12461
12462 fi
12463
12464 done
12465
12466
12467 ac_fn_c_check_type "$LINENO" "error_t" "ac_cv_type_error_t" "#if defined(HAVE_ARGZ_H)
12468 # include <argz.h>
12469 #endif
12470 "
12471 if test "x$ac_cv_type_error_t" = xyes; then :
12472
12473 cat >>confdefs.h <<_ACEOF
12474 #define HAVE_ERROR_T 1
12475 _ACEOF
12476
12477
12478 else
12479
12480 $as_echo "#define error_t int" >>confdefs.h
12481
12482
12483 $as_echo "#define __error_t_defined 1" >>confdefs.h
12484
12485 fi
12486
12487
12488 ARGZ_H=
12489 for ac_func in argz_add argz_append argz_count argz_create_sep argz_insert \
12490 argz_next argz_stringify
12491 do :
12492 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12493 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12494 if 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
12499 else
12500 ARGZ_H=argz.h; case " $LIBOBJS " in
12501 *" argz.$ac_objext "* ) ;;
12502 *) LIBOBJS="$LIBOBJS argz.$ac_objext"
12503 ;;
12504 esac
12505
12506 fi
12507 done
12508
12509
12510 if 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; }
12513 if ${lt_cv_sys_argz_works+:} false; then :
12514 $as_echo_n "(cached) " >&6
12515 else
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
12541 fi
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
12548 else
12549 ARGZ_H=argz.h
12550 case " $LIBOBJS " in
12551 *" argz.$ac_objext "* ) ;;
12552 *) LIBOBJS="$LIBOBJS argz.$ac_objext"
12553 ;;
12554 esac
12555
12556 fi
12557 fi
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; }
12563 if ${libltdl_cv_preloaded_symbols+:} false; then :
12564 $as_echo_n "(cached) " >&6
12565 else
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
12572 fi
12573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libltdl_cv_preloaded_symbols" >&5
12574 $as_echo "$libltdl_cv_preloaded_symbols" >&6; }
12575 if test x"$libltdl_cv_preloaded_symbols" = xyes; then
12576
12577 $as_echo "#define HAVE_PRELOADED_SYMBOLS 1" >>confdefs.h
12578
12579 fi
12580
12581
12582
12583 # Check whether --enable-ltdl-install was given.
12584 if test "${enable_ltdl_install+set}" = set; then :
12585 enableval=$enable_ltdl_install;
12586 fi
12587
12588
12589 case ,${enable_ltdl_install},${enable_ltdl_convenience} in
12590 *yes*) ;;
12591 *) enable_ltdl_convenience=yes ;;
12592 esac
12593
12594 if test x"${enable_ltdl_install-no}" != xno; then
12595 INSTALL_LTDL_TRUE=
12596 INSTALL_LTDL_FALSE='#'
12597 else
12598 INSTALL_LTDL_TRUE='#'
12599 INSTALL_LTDL_FALSE=
12600 fi
12601
12602 if test x"${enable_ltdl_convenience-no}" != xno; then
12603 CONVENIENCE_LTDL_TRUE=
12604 CONVENIENCE_LTDL_FALSE='#'
12605 else
12606 CONVENIENCE_LTDL_TRUE='#'
12607 CONVENIENCE_LTDL_FALSE=
12608 fi
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
12623 for ac_header in unistd.h dl.h sys/dl.h dld.h mach-o/dyld.h dirent.h
12624 do :
12625 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12626 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
12627 "
12628 if 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
12633 fi
12634
12635 done
12636
12637
12638 for ac_func in closedir opendir readdir
12639 do :
12640 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12641 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12642 if 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
12647 else
12648 case " $LIBOBJS " in
12649 *" lt__dirent.$ac_objext "* ) ;;
12650 *) LIBOBJS="$LIBOBJS lt__dirent.$ac_objext"
12651 ;;
12652 esac
12653
12654 fi
12655 done
12656
12657 for ac_func in strlcat strlcpy
12658 do :
12659 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12660 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12661 if 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
12666 else
12667 case " $LIBOBJS " in
12668 *" lt__strl.$ac_objext "* ) ;;
12669 *) LIBOBJS="$LIBOBJS lt__strl.$ac_objext"
12670 ;;
12671 esac
12672
12673 fi
12674 done
12675
12676
12677
12678 cat >>confdefs.h <<_ACEOF
12679 #define LT_LIBEXT "$libext"
12680 _ACEOF
12681
12682
12683 name=
12684 eval "lt_libprefix=\"$libname_spec\""
12685
12686 cat >>confdefs.h <<_ACEOF
12687 #define LT_LIBPREFIX "$lt_libprefix"
12688 _ACEOF
12689
12690
12691 name=ltdl
12692 eval "LTDLOPEN=\"$libname_spec\""
12693
12694
12695
12696
12697 ## -------- ##
12698 ## Outputs. ##
12699 ## -------- ##
12700 ac_config_files="$ac_config_files Makefile"
12701
12702 cat >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
12764 if 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
12785 fi
12786 rm -f confcache
12787
12788 test "x$prefix" = xNONE && prefix=$ac_default_prefix
12789 # Let make expand exec_prefix.
12790 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
12791
12792 DEFS=-DHAVE_CONFIG_H
12793
12794 ac_libobjs=
12795 ac_ltlibobjs=
12796 U=
12797 for 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'
12805 done
12806 LIBOBJS=$ac_libobjs
12807
12808 LTLIBOBJS=$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='#'
12822 else
12823 am__EXEEXT_TRUE='#'
12824 am__EXEEXT_FALSE=
12825 fi
12826
12827 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
12828 as_fn_error $? "conditional \"AMDEP\" was never defined.
12829 Usually this means the macro was only invoked conditionally." "$LINENO" 5
12830 fi
12831 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
12832 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
12833 Usually this means the macro was only invoked conditionally." "$LINENO" 5
12834 fi
12835 if test -z "${INSTALL_LTDL_TRUE}" && test -z "${INSTALL_LTDL_FALSE}"; then
12836 as_fn_error $? "conditional \"INSTALL_LTDL\" was never defined.
12837 Usually this means the macro was only invoked conditionally." "$LINENO" 5
12838 fi
12839 if test -z "${CONVENIENCE_LTDL_TRUE}" && test -z "${CONVENIENCE_LTDL_FALSE}"; then
12840 as_fn_error $? "conditional \"CONVENIENCE_LTDL\" was never defined.
12841 Usually this means the macro was only invoked conditionally." "$LINENO" 5
12842 fi
12843 LT_CONFIG_H=config.h
12844
12845 : "${CONFIG_STATUS=./config.status}"
12846 ac_write_fail=0
12847 ac_clean_files_save=$ac_clean_files
12848 ac_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;}
12851 as_write_fail=0
12852 cat >$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
12859 debug=false
12860 ac_cs_recheck=false
12861 ac_cs_silent=false
12862
12863 SHELL=\${CONFIG_SHELL-$SHELL}
12864 export SHELL
12865 _ASEOF
12866 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
12867 ## -------------------- ##
12868 ## M4sh Initialization. ##
12869 ## -------------------- ##
12870
12871 # Be more Bourne compatible
12872 DUALCASE=1; export DUALCASE # for MKS sh
12873 if 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
12880 else
12881 case `(set -o) 2>/dev/null` in #(
12882 *posix*) :
12883 set -o posix ;; #(
12884 *) :
12885 ;;
12886 esac
12887 fi
12888
12889
12890 as_nl='
12891 '
12892 export as_nl
12893 # Printing a long string crashes Solaris 7 /usr/bin/printf.
12894 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
12895 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
12896 as_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.
12899 if 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 --'
12903 elif (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'
12906 else
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'
12926 fi
12927
12928 # The user is always right.
12929 if 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 }
12935 fi
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.)
12943 IFS=" "" $as_nl"
12944
12945 # Find who we are. Look in the path if we contain no directory separator.
12946 as_myself=
12947 case $0 in #((
12948 *[\\/]* ) as_myself=$0 ;;
12949 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12950 for as_dir in $PATH
12951 do
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
12956 IFS=$as_save_IFS
12957
12958 ;;
12959 esac
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.
12962 if test "x$as_myself" = x; then
12963 as_myself=$0
12964 fi
12965 if test ! -f "$as_myself"; then
12966 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
12967 exit 1
12968 fi
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.
12974 for as_var in BASH_ENV ENV MAIL MAILPATH
12975 do eval test x\${$as_var+set} = xset \
12976 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
12977 done
12978 PS1='$ '
12979 PS2='> '
12980 PS4='+ '
12981
12982 # NLS nuisances.
12983 LC_ALL=C
12984 export LC_ALL
12985 LANGUAGE=C
12986 export 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.
12997 as_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.
13012 as_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.
13020 as_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.
13030 as_fn_unset ()
13031 {
13032 { eval $1=; unset $1;}
13033 }
13034 as_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.
13041 if (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 }'
13046 else
13047 as_fn_append ()
13048 {
13049 eval $1=\$$1\$2
13050 }
13051 fi # 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.
13058 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
13059 eval 'as_fn_arith ()
13060 {
13061 as_val=$(( $* ))
13062 }'
13063 else
13064 as_fn_arith ()
13065 {
13066 as_val=`expr "$@" || test $? -eq 1`
13067 }
13068 fi # as_fn_arith
13069
13070
13071 if expr a : '\(a\)' >/dev/null 2>&1 &&
13072 test "X`expr 00001 : '.*\(...\)'`" = X001; then
13073 as_expr=expr
13074 else
13075 as_expr=false
13076 fi
13077
13078 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
13079 as_basename=basename
13080 else
13081 as_basename=false
13082 fi
13083
13084 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
13085 as_dirname=dirname
13086 else
13087 as_dirname=false
13088 fi
13089
13090 as_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.
13110 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
13111 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13112 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
13113 as_cr_digits='0123456789'
13114 as_cr_alnum=$as_cr_Letters$as_cr_digits
13115
13116 ECHO_C= ECHO_N= ECHO_T=
13117 case `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';;
13127 esac
13128
13129 rm -f conf$$ conf$$.exe conf$$.file
13130 if test -d conf$$.dir; then
13131 rm -f conf$$.dir/conf$$.file
13132 else
13133 rm -f conf$$.dir
13134 mkdir conf$$.dir 2>/dev/null
13135 fi
13136 if (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
13150 else
13151 as_ln_s='cp -pR'
13152 fi
13153 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
13154 rmdir conf$$.dir 2>/dev/null
13155
13156
13157 # as_fn_mkdir_p
13158 # -------------
13159 # Create "$as_dir" as a directory, including parents if necessary.
13160 as_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
13204 if mkdir -p . 2>/dev/null; then
13205 as_mkdir_p='mkdir -p "$as_dir"'
13206 else
13207 test -d ./-p && rmdir ./-p
13208 as_mkdir_p=false
13209 fi
13210
13211
13212 # as_fn_executable_p FILE
13213 # -----------------------
13214 # Test if FILE is an executable regular file.
13215 as_fn_executable_p ()
13216 {
13217 test -f "$1" && test -x "$1"
13218 } # as_fn_executable_p
13219 as_test_x='test -x'
13220 as_executable_p=as_fn_executable_p
13221
13222 # Sed expression to map a string onto a valid CPP name.
13223 as_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.
13226 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
13227
13228
13229 exec 6>&1
13230 ## ----------------------------------- ##
13231 ## Main body of $CONFIG_STATUS script. ##
13232 ## ----------------------------------- ##
13233 _ASEOF
13234 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
13235
13236 cat >>$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.
13240 ac_log="
13241 This file was extended by libltdl $as_me 2.4.2, which was
13242 generated 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
13250 on `(hostname || uname -n) 2>/dev/null | sed 1q`
13251 "
13252
13253 _ACEOF
13254
13255 case $ac_config_files in *"
13256 "*) set x $ac_config_files; shift; ac_config_files=$*;;
13257 esac
13258
13259 case $ac_config_headers in *"
13260 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
13261 esac
13262
13263
13264 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13265 # Files that config.status was made for.
13266 config_files="$ac_config_files"
13267 config_headers="$ac_config_headers"
13268 config_commands="$ac_config_commands"
13269
13270 _ACEOF
13271
13272 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13273 ac_cs_usage="\
13274 \`$as_me' instantiates files and other configuration actions
13275 from templates according to the current configuration. Unless the files
13276 and actions are specified as TAGs, all are instantiated by default.
13277
13278 Usage: $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
13292 Configuration files:
13293 $config_files
13294
13295 Configuration headers:
13296 $config_headers
13297
13298 Configuration commands:
13299 $config_commands
13300
13301 Report bugs to <bug-libtool@gnu.org>."
13302
13303 _ACEOF
13304 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13305 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
13306 ac_cs_version="\\
13307 libltdl config.status 2.4.2
13308 configured by $0, generated by GNU Autoconf 2.69,
13309 with options \\"\$ac_cs_config\\"
13310
13311 Copyright (C) 2012 Free Software Foundation, Inc.
13312 This config.status script is free software; the Free Software Foundation
13313 gives unlimited permission to copy, distribute and modify it."
13314
13315 ac_pwd='$ac_pwd'
13316 srcdir='$srcdir'
13317 INSTALL='$INSTALL'
13318 MKDIR_P='$MKDIR_P'
13319 AWK='$AWK'
13320 test -n "\$AWK" || AWK=awk
13321 _ACEOF
13322
13323 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13324 # The default lists apply if the user does not specify any file.
13325 ac_need_defaults=:
13326 while test $# != 0
13327 do
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'
13374 Try \`$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'
13383 Try \`$0 --help' for more information." ;;
13384
13385 *) as_fn_append ac_config_targets " $1"
13386 ac_need_defaults=false ;;
13387
13388 esac
13389 shift
13390 done
13391
13392 ac_configure_extra_args=
13393
13394 if $ac_cs_silent; then
13395 exec 6>/dev/null
13396 ac_configure_extra_args="$ac_configure_extra_args --silent"
13397 fi
13398
13399 _ACEOF
13400 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13401 if \$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 "\$@"
13408 fi
13409
13410 _ACEOF
13411 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13412 exec 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
13422 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13423 #
13424 # INIT-COMMANDS
13425 #
13426 AMDEP_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
13433 sed_quote_subst='$sed_quote_subst'
13434 double_quote_subst='$double_quote_subst'
13435 delay_variable_subst='$delay_variable_subst'
13436 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
13437 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
13438 AS='`$ECHO "$AS" | $SED "$delay_single_quote_subst"`'
13439 DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
13440 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
13441 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
13442 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
13443 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
13444 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
13445 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
13446 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
13447 PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
13448 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
13449 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
13450 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
13451 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
13452 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
13453 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
13454 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
13455 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
13456 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
13457 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
13458 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
13459 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
13460 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
13461 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
13462 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
13463 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
13464 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
13465 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
13466 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
13467 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
13468 lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
13469 lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
13470 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
13471 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
13472 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
13473 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
13474 file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
13475 want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
13476 sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
13477 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
13478 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
13479 archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
13480 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
13481 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
13482 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13483 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13484 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
13485 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
13486 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
13487 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
13488 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
13489 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
13490 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
13491 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
13492 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
13493 lt_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"`'
13494 nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
13495 lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
13496 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
13497 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
13498 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
13499 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
13500 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
13501 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
13502 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
13503 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
13504 MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
13505 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
13506 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
13507 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
13508 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
13509 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
13510 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
13511 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
13512 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13513 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
13514 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
13515 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
13516 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
13517 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
13518 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
13519 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13520 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
13521 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13522 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
13523 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13524 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
13525 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
13526 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
13527 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
13528 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
13529 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
13530 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
13531 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
13532 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
13533 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
13534 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
13535 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
13536 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
13537 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
13538 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
13539 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
13540 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
13541 postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
13542 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
13543 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
13544 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
13545 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
13546 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
13547 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
13548 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
13549 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
13550 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
13551 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
13552 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
13553 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
13554 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13555 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13556 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
13557 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
13558 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
13559 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
13560 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
13561 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
13562 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
13563 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
13564 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
13565 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
13566 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
13567
13568 LTCC='$LTCC'
13569 LTCFLAGS='$LTCFLAGS'
13570 compiler='$compiler_DEFAULT'
13571
13572 # A function that is used when there is no print builtin or printf.
13573 func_fallback_echo ()
13574 {
13575 eval 'cat <<_LTECHO_EOF
13576 \$1
13577 _LTECHO_EOF'
13578 }
13579
13580 # Quote evaled strings.
13581 for var in AS \
13582 DLLTOOL \
13583 OBJDUMP \
13584 SHELL \
13585 ECHO \
13586 PATH_SEPARATOR \
13587 SED \
13588 GREP \
13589 EGREP \
13590 FGREP \
13591 LD \
13592 NM \
13593 LN_S \
13594 lt_SP2NL \
13595 lt_NL2SP \
13596 reload_flag \
13597 deplibs_check_method \
13598 file_magic_cmd \
13599 file_magic_glob \
13600 want_nocaseglob \
13601 sharedlib_from_linklib_cmd \
13602 AR \
13603 AR_FLAGS \
13604 archiver_list_spec \
13605 STRIP \
13606 RANLIB \
13607 CC \
13608 CFLAGS \
13609 compiler \
13610 lt_cv_sys_global_symbol_pipe \
13611 lt_cv_sys_global_symbol_to_cdecl \
13612 lt_cv_sys_global_symbol_to_c_name_address \
13613 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
13614 nm_file_list_spec \
13615 lt_prog_compiler_no_builtin_flag \
13616 lt_prog_compiler_pic \
13617 lt_prog_compiler_wl \
13618 lt_prog_compiler_static \
13619 lt_cv_prog_compiler_c_o \
13620 need_locks \
13621 MANIFEST_TOOL \
13622 DSYMUTIL \
13623 NMEDIT \
13624 LIPO \
13625 OTOOL \
13626 OTOOL64 \
13627 shrext_cmds \
13628 export_dynamic_flag_spec \
13629 whole_archive_flag_spec \
13630 compiler_needs_object \
13631 with_gnu_ld \
13632 allow_undefined_flag \
13633 no_undefined_flag \
13634 hardcode_libdir_flag_spec \
13635 hardcode_libdir_separator \
13636 exclude_expsyms \
13637 include_expsyms \
13638 file_list_spec \
13639 variables_saved_for_relink \
13640 libname_spec \
13641 library_names_spec \
13642 soname_spec \
13643 install_override_mode \
13644 finish_eval \
13645 old_striplib \
13646 striplib; 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
13655 done
13656
13657 # Double-quote double-evaled strings.
13658 for var in reload_cmds \
13659 old_postinstall_cmds \
13660 old_postuninstall_cmds \
13661 old_archive_cmds \
13662 extract_expsyms_cmds \
13663 old_archive_from_new_cmds \
13664 old_archive_from_expsyms_cmds \
13665 archive_cmds \
13666 archive_expsym_cmds \
13667 module_cmds \
13668 module_expsym_cmds \
13669 export_symbols_cmds \
13670 prelink_cmds \
13671 postlink_cmds \
13672 postinstall_cmds \
13673 postuninstall_cmds \
13674 finish_cmds \
13675 sys_lib_search_path_spec \
13676 sys_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
13685 done
13686
13687 ac_aux_dir='$ac_aux_dir'
13688 xsi_shell='$xsi_shell'
13689 lt_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.
13693 if test -n "\${ZSH_VERSION+set}" ; then
13694 setopt NO_GLOB_SUBST
13695 fi
13696
13697
13698 PACKAGE='$PACKAGE'
13699 VERSION='$VERSION'
13700 TIMESTAMP='$TIMESTAMP'
13701 RM='$RM'
13702 ofile='$ofile'
13703
13704
13705
13706
13707 _ACEOF
13708
13709 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13710
13711 # Handling of arguments.
13712 for ac_config_target in $ac_config_targets
13713 do
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
13722 done
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.
13729 if $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
13733 fi
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
13760 ac_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'.
13765 if test -n "$CONFIG_FILES"; then
13766
13767
13768 ac_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.
13772 if test "x$ac_cr" = x; then
13773 eval ac_cr=\$\'\\r\'
13774 fi
13775 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
13776 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
13777 ac_cs_awk_cr='\\r'
13778 else
13779 ac_cs_awk_cr=$ac_cr
13780 fi
13781
13782 echo '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
13792 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
13793 ac_delim='%!_!# '
13794 for 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
13806 done
13807 rm -f conf$$subs.sh
13808
13809 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13810 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
13811 _ACEOF
13812 sed -n '
13813 h
13814 s/^/S["/; s/!.*/"]=/
13815 p
13816 g
13817 s/^[^!]*!//
13818 :repl
13819 t repl
13820 s/'"$ac_delim"'$//
13821 t delim
13822 :nl
13823 h
13824 s/\(.\{148\}\)..*/\1/
13825 t more1
13826 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
13827 p
13828 n
13829 b repl
13830 :more1
13831 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
13832 p
13833 g
13834 s/.\{148\}//
13835 t nl
13836 :delim
13837 h
13838 s/\(.\{148\}\)..*/\1/
13839 t more2
13840 s/["\\]/\\&/g; s/^/"/; s/$/"/
13841 p
13842 b
13843 :more2
13844 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
13845 p
13846 g
13847 s/.\{148\}//
13848 t delim
13849 ' <conf$$subs.awk | sed '
13850 /^[^""]/{
13851 N
13852 s/\n//
13853 }
13854 ' >>$CONFIG_STATUS || ac_write_fail=1
13855 rm -f conf$$subs.awk
13856 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13857 _ACAWK
13858 cat >>"\$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
13885 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13886 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
13887 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
13888 else
13889 cat
13890 fi < "$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).
13898 if test "x$srcdir" = x.; then
13899 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
13900 h
13901 s///
13902 s/^/:/
13903 s/[ ]*$/:/
13904 s/:\$(srcdir):/:/g
13905 s/:\${srcdir}:/:/g
13906 s/:@srcdir@:/:/g
13907 s/^:*//
13908 s/:*$//
13909 x
13910 s/\(=[ ]*\).*/\1/
13911 G
13912 s/\n//
13913 s/^[^=]*=[ ]*$//
13914 }'
13915 fi
13916
13917 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13918 fi # 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'.
13923 if test -n "$CONFIG_HEADERS"; then
13924 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
13925 BEGIN {
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.
13934 ac_delim='%!_!# '
13935 for 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
13944 done
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
13950 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
13951 sed -n '
13952 s/.\{148\}/&'"$ac_delim"'/g
13953 t rset
13954 :rset
13955 s/^[ ]*#[ ]*define[ ][ ]*/ /
13956 t def
13957 d
13958 :def
13959 s/\\$//
13960 t bsnl
13961 s/["\\]/\\&/g
13962 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
13963 D["\1"]=" \3"/p
13964 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
13965 d
13966 :bsnl
13967 s/["\\]/\\&/g
13968 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
13969 D["\1"]=" \3\\\\\\n"\\/p
13970 t cont
13971 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
13972 t cont
13973 d
13974 :cont
13975 n
13976 s/.\{148\}/&'"$ac_delim"'/g
13977 t clear
13978 :clear
13979 s/\\$//
13980 t bsnlc
13981 s/["\\]/\\&/g; s/^/"/; s/$/"/p
13982 d
13983 :bsnlc
13984 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
13985 b cont
13986 ' <confdefs.h | sed '
13987 s/'"$ac_delim"'/"\\\
13988 "/g' >>$CONFIG_STATUS || ac_write_fail=1
13989
13990 cat >>$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
14024 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14025 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
14026 fi # test -n "$CONFIG_HEADERS"
14027
14028
14029 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
14030 shift
14031 for ac_tag
14032 do
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
14124 case "$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 ;;
14134 esac
14135 ac_abs_top_builddir=$ac_pwd
14136 ac_abs_builddir=$ac_pwd$ac_dir_suffix
14137 # for backward compatibility:
14138 ac_top_builddir=$ac_top_build_prefix
14139
14140 case $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 ;;
14153 esac
14154 ac_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
14174 cat >>$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.
14177 ac_datarootdir_hack=; ac_datarootdir_seen=
14178 ac_sed_dataroot='
14179 /datarootdir/ {
14180 p
14181 q
14182 }
14183 /@datadir@/p
14184 /@docdir@/p
14185 /@infodir@/p
14186 /@localedir@/p
14187 /@mandir@/p'
14188 case `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
14194 cat >>$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' ;;
14202 esac
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?
14208 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14209 ac_sed_extra="$ac_vpsub
14210 $extrasub
14211 _ACEOF
14212 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14213 :t
14214 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
14215 s|@configure_input@|$ac_sed_conf_input|;t t
14216 s&@top_builddir@&$ac_top_builddir_sub&;t t
14217 s&@top_build_prefix@&$ac_top_build_prefix&;t t
14218 s&@srcdir@&$ac_srcdir&;t t
14219 s&@abs_srcdir@&$ac_abs_srcdir&;t t
14220 s&@top_srcdir@&$ac_top_srcdir&;t t
14221 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
14222 s&@builddir@&$ac_builddir&;t t
14223 s&@abs_builddir@&$ac_abs_builddir&;t t
14224 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
14225 s&@INSTALL@&$ac_INSTALL&;t t
14226 s&@MKDIR_P@&$ac_MKDIR_P&;t t
14227 $ac_datarootdir_hack
14228 "
14229 eval 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
14232 test -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'
14237 which 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'
14239 which 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
14274 for _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
14281 done
14282 echo "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.
14457 available_tags=""
14458
14459 # ### BEGIN LIBTOOL CONFIG
14460
14461 # Which release of libtool.m4 was used?
14462 macro_version=$macro_version
14463 macro_revision=$macro_revision
14464
14465 # Assembler program.
14466 AS=$lt_AS
14467
14468 # DLL creation program.
14469 DLLTOOL=$lt_DLLTOOL
14470
14471 # Object dumper program.
14472 OBJDUMP=$lt_OBJDUMP
14473
14474 # Whether or not to build shared libraries.
14475 build_libtool_libs=$enable_shared
14476
14477 # Whether or not to build static libraries.
14478 build_old_libs=$enable_static
14479
14480 # What type of objects to build.
14481 pic_mode=$pic_mode
14482
14483 # Whether or not to optimize for fast installation.
14484 fast_install=$enable_fast_install
14485
14486 # Shell to use when invoking shell scripts.
14487 SHELL=$lt_SHELL
14488
14489 # An echo program that protects backslashes.
14490 ECHO=$lt_ECHO
14491
14492 # The PATH separator for the build system.
14493 PATH_SEPARATOR=$lt_PATH_SEPARATOR
14494
14495 # The host system.
14496 host_alias=$host_alias
14497 host=$host
14498 host_os=$host_os
14499
14500 # The build system.
14501 build_alias=$build_alias
14502 build=$build
14503 build_os=$build_os
14504
14505 # A sed program that does not truncate output.
14506 SED=$lt_SED
14507
14508 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
14509 Xsed="\$SED -e 1s/^X//"
14510
14511 # A grep program that handles long lines.
14512 GREP=$lt_GREP
14513
14514 # An ERE matcher.
14515 EGREP=$lt_EGREP
14516
14517 # A literal string matcher.
14518 FGREP=$lt_FGREP
14519
14520 # A BSD- or MS-compatible name lister.
14521 NM=$lt_NM
14522
14523 # Whether we need soft or hard links.
14524 LN_S=$lt_LN_S
14525
14526 # What is the maximum length of a command?
14527 max_cmd_len=$max_cmd_len
14528
14529 # Object file suffix (normally "o").
14530 objext=$ac_objext
14531
14532 # Executable file suffix (normally "").
14533 exeext=$exeext
14534
14535 # whether the shell understands "unset".
14536 lt_unset=$lt_unset
14537
14538 # turn spaces into newlines.
14539 SP2NL=$lt_lt_SP2NL
14540
14541 # turn newlines into spaces.
14542 NL2SP=$lt_lt_NL2SP
14543
14544 # convert \$build file names to \$host format.
14545 to_host_file_cmd=$lt_cv_to_host_file_cmd
14546
14547 # convert \$build files to toolchain format.
14548 to_tool_file_cmd=$lt_cv_to_tool_file_cmd
14549
14550 # Method to check whether dependent libraries are shared objects.
14551 deplibs_check_method=$lt_deplibs_check_method
14552
14553 # Command to use when deplibs_check_method = "file_magic".
14554 file_magic_cmd=$lt_file_magic_cmd
14555
14556 # How to find potential files when deplibs_check_method = "file_magic".
14557 file_magic_glob=$lt_file_magic_glob
14558
14559 # Find potential files using nocaseglob when deplibs_check_method = "file_magic".
14560 want_nocaseglob=$lt_want_nocaseglob
14561
14562 # Command to associate shared and link libraries.
14563 sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd
14564
14565 # The archiver.
14566 AR=$lt_AR
14567
14568 # Flags to create an archive.
14569 AR_FLAGS=$lt_AR_FLAGS
14570
14571 # How to feed a file listing to the archiver.
14572 archiver_list_spec=$lt_archiver_list_spec
14573
14574 # A symbol stripping program.
14575 STRIP=$lt_STRIP
14576
14577 # Commands used to install an old-style archive.
14578 RANLIB=$lt_RANLIB
14579 old_postinstall_cmds=$lt_old_postinstall_cmds
14580 old_postuninstall_cmds=$lt_old_postuninstall_cmds
14581
14582 # Whether to use a lock for old archive extraction.
14583 lock_old_archive_extraction=$lock_old_archive_extraction
14584
14585 # A C compiler.
14586 LTCC=$lt_CC
14587
14588 # LTCC compiler flags.
14589 LTCFLAGS=$lt_CFLAGS
14590
14591 # Take the output of nm and produce a listing of raw symbols and C names.
14592 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
14593
14594 # Transform the output of nm in a proper C declaration.
14595 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
14596
14597 # Transform the output of nm in a C name address pair.
14598 global_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.
14601 global_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.
14604 nm_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.
14607 lt_sysroot=$lt_sysroot
14608
14609 # The name of the directory that contains temporary libtool files.
14610 objdir=$objdir
14611
14612 # Used to examine libraries when file_magic_cmd begins with "file".
14613 MAGIC_CMD=$MAGIC_CMD
14614
14615 # Must we lock files when doing compilation?
14616 need_locks=$lt_need_locks
14617
14618 # Manifest tool.
14619 MANIFEST_TOOL=$lt_MANIFEST_TOOL
14620
14621 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
14622 DSYMUTIL=$lt_DSYMUTIL
14623
14624 # Tool to change global to local symbols on Mac OS X.
14625 NMEDIT=$lt_NMEDIT
14626
14627 # Tool to manipulate fat objects and archives on Mac OS X.
14628 LIPO=$lt_LIPO
14629
14630 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
14631 OTOOL=$lt_OTOOL
14632
14633 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
14634 OTOOL64=$lt_OTOOL64
14635
14636 # Old archive suffix (normally "a").
14637 libext=$libext
14638
14639 # Shared library suffix (normally ".so").
14640 shrext_cmds=$lt_shrext_cmds
14641
14642 # The commands to extract the exported symbol list from a shared archive.
14643 extract_expsyms_cmds=$lt_extract_expsyms_cmds
14644
14645 # Variables whose values should be saved in libtool wrapper scripts and
14646 # restored at link time.
14647 variables_saved_for_relink=$lt_variables_saved_for_relink
14648
14649 # Do we need the "lib" prefix for modules?
14650 need_lib_prefix=$need_lib_prefix
14651
14652 # Do we need a version for libraries?
14653 need_version=$need_version
14654
14655 # Library versioning type.
14656 version_type=$version_type
14657
14658 # Shared library runtime path variable.
14659 runpath_var=$runpath_var
14660
14661 # Shared library path variable.
14662 shlibpath_var=$shlibpath_var
14663
14664 # Is shlibpath searched before the hard-coded library search path?
14665 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
14666
14667 # Format of library name prefix.
14668 libname_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
14672 library_names_spec=$lt_library_names_spec
14673
14674 # The coded name of the library, if different from the real name.
14675 soname_spec=$lt_soname_spec
14676
14677 # Permission mode override for installation of shared libraries.
14678 install_override_mode=$lt_install_override_mode
14679
14680 # Command to use after installation of a shared archive.
14681 postinstall_cmds=$lt_postinstall_cmds
14682
14683 # Command to use after uninstallation of a shared archive.
14684 postuninstall_cmds=$lt_postuninstall_cmds
14685
14686 # Commands used to finish a libtool library installation in a directory.
14687 finish_cmds=$lt_finish_cmds
14688
14689 # As "finish_cmds", except a single script fragment to be evaled but
14690 # not shown.
14691 finish_eval=$lt_finish_eval
14692
14693 # Whether we should hardcode library paths into libraries.
14694 hardcode_into_libs=$hardcode_into_libs
14695
14696 # Compile-time system search path for libraries.
14697 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
14698
14699 # Run-time system search path for libraries.
14700 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
14701
14702 # Whether dlopen is supported.
14703 dlopen_support=$enable_dlopen
14704
14705 # Whether dlopen of programs is supported.
14706 dlopen_self=$enable_dlopen_self
14707
14708 # Whether dlopen of statically linked programs is supported.
14709 dlopen_self_static=$enable_dlopen_self_static
14710
14711 # Commands to strip libraries.
14712 old_striplib=$lt_old_striplib
14713 striplib=$lt_striplib
14714
14715
14716 # The linker used to build libraries.
14717 LD=$lt_LD
14718
14719 # How to create reloadable object files.
14720 reload_flag=$lt_reload_flag
14721 reload_cmds=$lt_reload_cmds
14722
14723 # Commands used to build an old-style archive.
14724 old_archive_cmds=$lt_old_archive_cmds
14725
14726 # A language specific compiler.
14727 CC=$lt_compiler
14728
14729 # Is the compiler the GNU compiler?
14730 with_gcc=$GCC
14731
14732 # Compiler flag to turn off builtin functions.
14733 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
14734
14735 # Additional compiler flags for building library objects.
14736 pic_flag=$lt_lt_prog_compiler_pic
14737
14738 # How to pass a linker flag through the compiler.
14739 wl=$lt_lt_prog_compiler_wl
14740
14741 # Compiler flag to prevent dynamic linking.
14742 link_static_flag=$lt_lt_prog_compiler_static
14743
14744 # Does compiler simultaneously support -c and -o options?
14745 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
14746
14747 # Whether or not to add -lc for building shared libraries.
14748 build_libtool_need_lc=$archive_cmds_need_lc
14749
14750 # Whether or not to disallow shared libs when runtime libs are static.
14751 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
14752
14753 # Compiler flag to allow reflexive dlopens.
14754 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
14755
14756 # Compiler flag to generate shared objects directly from archives.
14757 whole_archive_flag_spec=$lt_whole_archive_flag_spec
14758
14759 # Whether the compiler copes with passing no objects directly.
14760 compiler_needs_object=$lt_compiler_needs_object
14761
14762 # Create an old-style archive from a shared archive.
14763 old_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.
14766 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
14767
14768 # Commands used to build a shared archive.
14769 archive_cmds=$lt_archive_cmds
14770 archive_expsym_cmds=$lt_archive_expsym_cmds
14771
14772 # Commands used to build a loadable module if different from building
14773 # a shared archive.
14774 module_cmds=$lt_module_cmds
14775 module_expsym_cmds=$lt_module_expsym_cmds
14776
14777 # Whether we are building with GNU ld or not.
14778 with_gnu_ld=$lt_with_gnu_ld
14779
14780 # Flag that allows shared libraries with undefined symbols to be built.
14781 allow_undefined_flag=$lt_allow_undefined_flag
14782
14783 # Flag that enforces no undefined symbols.
14784 no_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
14788 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
14789
14790 # Whether we need a single "-rpath" flag with a separated argument.
14791 hardcode_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.
14795 hardcode_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.
14801 hardcode_direct_absolute=$hardcode_direct_absolute
14802
14803 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
14804 # into the resulting binary.
14805 hardcode_minus_L=$hardcode_minus_L
14806
14807 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
14808 # into the resulting binary.
14809 hardcode_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.
14814 hardcode_automatic=$hardcode_automatic
14815
14816 # Set to yes if linker adds runtime paths of dependent libraries
14817 # to runtime path list.
14818 inherit_rpath=$inherit_rpath
14819
14820 # Whether libtool must link a program against all its dependency libraries.
14821 link_all_deplibs=$link_all_deplibs
14822
14823 # Set to "yes" if exported symbols are required.
14824 always_export_symbols=$always_export_symbols
14825
14826 # The commands to list exported symbols.
14827 export_symbols_cmds=$lt_export_symbols_cmds
14828
14829 # Symbols that should not be listed in the preloaded symbols.
14830 exclude_expsyms=$lt_exclude_expsyms
14831
14832 # Symbols that must always be exported.
14833 include_expsyms=$lt_include_expsyms
14834
14835 # Commands necessary for linking programs (against libraries) with templates.
14836 prelink_cmds=$lt_prelink_cmds
14837
14838 # Commands necessary for finishing linking programs.
14839 postlink_cmds=$lt_postlink_cmds
14840
14841 # Specify filename containing input files.
14842 file_list_spec=$lt_file_list_spec
14843
14844 # How to hardcode a shared library path into an executable.
14845 hardcode_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.
14857 if test "X${COLLECT_NAMES+set}" != Xset; then
14858 COLLECT_NAMES=
14859 export COLLECT_NAMES
14860 fi
14861 _LT_EOF
14862 ;;
14863 esac
14864
14865
14866 ltmain="$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\
14878 func_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")
14887 test 0 -eq $? || _lt_function_replace_fail=:
14888
14889
14890 sed -e '/^func_basename ()$/,/^} # func_basename /c\
14891 func_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")
14897 test 0 -eq $? || _lt_function_replace_fail=:
14898
14899
14900 sed -e '/^func_dirname_and_basename ()$/,/^} # func_dirname_and_basename /c\
14901 func_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")
14911 test 0 -eq $? || _lt_function_replace_fail=:
14912
14913
14914 sed -e '/^func_stripname ()$/,/^} # func_stripname /c\
14915 func_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")
14925 test 0 -eq $? || _lt_function_replace_fail=:
14926
14927
14928 sed -e '/^func_split_long_opt ()$/,/^} # func_split_long_opt /c\
14929 func_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")
14936 test 0 -eq $? || _lt_function_replace_fail=:
14937
14938
14939 sed -e '/^func_split_short_opt ()$/,/^} # func_split_short_opt /c\
14940 func_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")
14947 test 0 -eq $? || _lt_function_replace_fail=:
14948
14949
14950 sed -e '/^func_lo2o ()$/,/^} # func_lo2o /c\
14951 func_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")
14960 test 0 -eq $? || _lt_function_replace_fail=:
14961
14962
14963 sed -e '/^func_xform ()$/,/^} # func_xform /c\
14964 func_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")
14970 test 0 -eq $? || _lt_function_replace_fail=:
14971
14972
14973 sed -e '/^func_arith ()$/,/^} # func_arith /c\
14974 func_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")
14980 test 0 -eq $? || _lt_function_replace_fail=:
14981
14982
14983 sed -e '/^func_len ()$/,/^} # func_len /c\
14984 func_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")
14990 test 0 -eq $? || _lt_function_replace_fail=:
14991
14992 fi
14993
14994 if test x"$lt_shell_append" = xyes; then
14995 sed -e '/^func_append ()$/,/^} # func_append /c\
14996 func_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")
15002 test 0 -eq $? || _lt_function_replace_fail=:
15003
15004
15005 sed -e '/^func_append_quoted ()$/,/^} # func_append_quoted /c\
15006 func_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")
15013 test 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=:
15021 else
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=:
15027 fi
15028
15029 if 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;}
15032 fi
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
15042 done # for ac_tag
15043
15044
15045 as_fn_exit 0
15046 _ACEOF
15047 ac_clean_files=$ac_clean_files_save
15048
15049 test $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.
15061 if 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
15072 fi
15073 if 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;}
15076 fi
15077