Imported Upstream version 0.66.1
[hcoop/debian/courier-authlib.git] / libs / numlib / configure
... / ...
CommitLineData
1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.69 for numlib 0.10.
4#
5# Report bugs to <courier-users@lists.sourceforge.net>.
6#
7#
8# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
9#
10#
11# This configure script is free software; the Free Software Foundation
12# gives unlimited permission to copy, distribute and modify it.
13## -------------------- ##
14## M4sh Initialization. ##
15## -------------------- ##
16
17# Be more Bourne compatible
18DUALCASE=1; export DUALCASE # for MKS sh
19if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
20 emulate sh
21 NULLCMD=:
22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
23 # is contrary to our usage. Disable this feature.
24 alias -g '${1+"$@"}'='"$@"'
25 setopt NO_GLOB_SUBST
26else
27 case `(set -o) 2>/dev/null` in #(
28 *posix*) :
29 set -o posix ;; #(
30 *) :
31 ;;
32esac
33fi
34
35
36as_nl='
37'
38export as_nl
39# Printing a long string crashes Solaris 7 /usr/bin/printf.
40as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
43# Prefer a ksh shell builtin over an external printf program on Solaris,
44# but without wasting forks for bash or zsh.
45if test -z "$BASH_VERSION$ZSH_VERSION" \
46 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
47 as_echo='print -r --'
48 as_echo_n='print -rn --'
49elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50 as_echo='printf %s\n'
51 as_echo_n='printf %s'
52else
53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55 as_echo_n='/usr/ucb/echo -n'
56 else
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58 as_echo_n_body='eval
59 arg=$1;
60 case $arg in #(
61 *"$as_nl"*)
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64 esac;
65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
66 '
67 export as_echo_n_body
68 as_echo_n='sh -c $as_echo_n_body as_echo'
69 fi
70 export as_echo_body
71 as_echo='sh -c $as_echo_body as_echo'
72fi
73
74# The user is always right.
75if test "${PATH_SEPARATOR+set}" != set; then
76 PATH_SEPARATOR=:
77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79 PATH_SEPARATOR=';'
80 }
81fi
82
83
84# IFS
85# We need space, tab and new line, in precisely that order. Quoting is
86# there to prevent editors from complaining about space-tab.
87# (If _AS_PATH_WALK were called with IFS unset, it would disable word
88# splitting by setting IFS to empty value.)
89IFS=" "" $as_nl"
90
91# Find who we are. Look in the path if we contain no directory separator.
92as_myself=
93case $0 in #((
94 *[\\/]* ) as_myself=$0 ;;
95 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
96for as_dir in $PATH
97do
98 IFS=$as_save_IFS
99 test -z "$as_dir" && as_dir=.
100 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
101 done
102IFS=$as_save_IFS
103
104 ;;
105esac
106# We did not find ourselves, most probably we were run as `sh COMMAND'
107# in which case we are not to be found in the path.
108if test "x$as_myself" = x; then
109 as_myself=$0
110fi
111if test ! -f "$as_myself"; then
112 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
113 exit 1
114fi
115
116# Unset variables that we do not need and which cause bugs (e.g. in
117# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
118# suppresses any "Segmentation fault" message there. '((' could
119# trigger a bug in pdksh 5.2.14.
120for as_var in BASH_ENV ENV MAIL MAILPATH
121do eval test x\${$as_var+set} = xset \
122 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
123done
124PS1='$ '
125PS2='> '
126PS4='+ '
127
128# NLS nuisances.
129LC_ALL=C
130export LC_ALL
131LANGUAGE=C
132export LANGUAGE
133
134# CDPATH.
135(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
136
137# Use a proper internal environment variable to ensure we don't fall
138 # into an infinite loop, continuously re-executing ourselves.
139 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
140 _as_can_reexec=no; export _as_can_reexec;
141 # We cannot yet assume a decent shell, so we have to provide a
142# neutralization value for shells without unset; and this also
143# works around shells that cannot unset nonexistent variables.
144# Preserve -v and -x to the replacement shell.
145BASH_ENV=/dev/null
146ENV=/dev/null
147(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
148case $- in # ((((
149 *v*x* | *x*v* ) as_opts=-vx ;;
150 *v* ) as_opts=-v ;;
151 *x* ) as_opts=-x ;;
152 * ) as_opts= ;;
153esac
154exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
155# Admittedly, this is quite paranoid, since all the known shells bail
156# out after a failed `exec'.
157$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
158as_fn_exit 255
159 fi
160 # We don't want this to propagate to other subprocesses.
161 { _as_can_reexec=; unset _as_can_reexec;}
162if test "x$CONFIG_SHELL" = x; then
163 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
164 emulate sh
165 NULLCMD=:
166 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
167 # is contrary to our usage. Disable this feature.
168 alias -g '\${1+\"\$@\"}'='\"\$@\"'
169 setopt NO_GLOB_SUBST
170else
171 case \`(set -o) 2>/dev/null\` in #(
172 *posix*) :
173 set -o posix ;; #(
174 *) :
175 ;;
176esac
177fi
178"
179 as_required="as_fn_return () { (exit \$1); }
180as_fn_success () { as_fn_return 0; }
181as_fn_failure () { as_fn_return 1; }
182as_fn_ret_success () { return 0; }
183as_fn_ret_failure () { return 1; }
184
185exitcode=0
186as_fn_success || { exitcode=1; echo as_fn_success failed.; }
187as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
188as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
189as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
190if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
191
192else
193 exitcode=1; echo positional parameters were not saved.
194fi
195test x\$exitcode = x0 || exit 1
196test -x / || exit 1"
197 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
198 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
199 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
200 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
201
202 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
203 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
204 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
205 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
206 PATH=/empty FPATH=/empty; export PATH FPATH
207 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
208 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
209test \$(( 1 + 1 )) = 2 || exit 1"
210 if (eval "$as_required") 2>/dev/null; then :
211 as_have_required=yes
212else
213 as_have_required=no
214fi
215 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
216
217else
218 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
219as_found=false
220for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
221do
222 IFS=$as_save_IFS
223 test -z "$as_dir" && as_dir=.
224 as_found=:
225 case $as_dir in #(
226 /*)
227 for as_base in sh bash ksh sh5; do
228 # Try only shells that exist, to save several forks.
229 as_shell=$as_dir/$as_base
230 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
231 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
232 CONFIG_SHELL=$as_shell as_have_required=yes
233 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
234 break 2
235fi
236fi
237 done;;
238 esac
239 as_found=false
240done
241$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
242 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
243 CONFIG_SHELL=$SHELL as_have_required=yes
244fi; }
245IFS=$as_save_IFS
246
247
248 if test "x$CONFIG_SHELL" != x; then :
249 export CONFIG_SHELL
250 # We cannot yet assume a decent shell, so we have to provide a
251# neutralization value for shells without unset; and this also
252# works around shells that cannot unset nonexistent variables.
253# Preserve -v and -x to the replacement shell.
254BASH_ENV=/dev/null
255ENV=/dev/null
256(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
257case $- in # ((((
258 *v*x* | *x*v* ) as_opts=-vx ;;
259 *v* ) as_opts=-v ;;
260 *x* ) as_opts=-x ;;
261 * ) as_opts= ;;
262esac
263exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
264# Admittedly, this is quite paranoid, since all the known shells bail
265# out after a failed `exec'.
266$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
267exit 255
268fi
269
270 if test x$as_have_required = xno; then :
271 $as_echo "$0: This script requires a shell more modern than all"
272 $as_echo "$0: the shells that I found on your system."
273 if test x${ZSH_VERSION+set} = xset ; then
274 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
275 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
276 else
277 $as_echo "$0: Please tell bug-autoconf@gnu.org and
278$0: courier-users@lists.sourceforge.net about your system,
279$0: including any error possibly output before this
280$0: message. Then install a modern shell, or manually run
281$0: the script under such a shell if you do have one."
282 fi
283 exit 1
284fi
285fi
286fi
287SHELL=${CONFIG_SHELL-/bin/sh}
288export SHELL
289# Unset more variables known to interfere with behavior of common tools.
290CLICOLOR_FORCE= GREP_OPTIONS=
291unset CLICOLOR_FORCE GREP_OPTIONS
292
293## --------------------- ##
294## M4sh Shell Functions. ##
295## --------------------- ##
296# as_fn_unset VAR
297# ---------------
298# Portably unset VAR.
299as_fn_unset ()
300{
301 { eval $1=; unset $1;}
302}
303as_unset=as_fn_unset
304
305# as_fn_set_status STATUS
306# -----------------------
307# Set $? to STATUS, without forking.
308as_fn_set_status ()
309{
310 return $1
311} # as_fn_set_status
312
313# as_fn_exit STATUS
314# -----------------
315# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
316as_fn_exit ()
317{
318 set +e
319 as_fn_set_status $1
320 exit $1
321} # as_fn_exit
322
323# as_fn_mkdir_p
324# -------------
325# Create "$as_dir" as a directory, including parents if necessary.
326as_fn_mkdir_p ()
327{
328
329 case $as_dir in #(
330 -*) as_dir=./$as_dir;;
331 esac
332 test -d "$as_dir" || eval $as_mkdir_p || {
333 as_dirs=
334 while :; do
335 case $as_dir in #(
336 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
337 *) as_qdir=$as_dir;;
338 esac
339 as_dirs="'$as_qdir' $as_dirs"
340 as_dir=`$as_dirname -- "$as_dir" ||
341$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
342 X"$as_dir" : 'X\(//\)[^/]' \| \
343 X"$as_dir" : 'X\(//\)$' \| \
344 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
345$as_echo X"$as_dir" |
346 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
347 s//\1/
348 q
349 }
350 /^X\(\/\/\)[^/].*/{
351 s//\1/
352 q
353 }
354 /^X\(\/\/\)$/{
355 s//\1/
356 q
357 }
358 /^X\(\/\).*/{
359 s//\1/
360 q
361 }
362 s/.*/./; q'`
363 test -d "$as_dir" && break
364 done
365 test -z "$as_dirs" || eval "mkdir $as_dirs"
366 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
367
368
369} # as_fn_mkdir_p
370
371# as_fn_executable_p FILE
372# -----------------------
373# Test if FILE is an executable regular file.
374as_fn_executable_p ()
375{
376 test -f "$1" && test -x "$1"
377} # as_fn_executable_p
378# as_fn_append VAR VALUE
379# ----------------------
380# Append the text in VALUE to the end of the definition contained in VAR. Take
381# advantage of any shell optimizations that allow amortized linear growth over
382# repeated appends, instead of the typical quadratic growth present in naive
383# implementations.
384if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
385 eval 'as_fn_append ()
386 {
387 eval $1+=\$2
388 }'
389else
390 as_fn_append ()
391 {
392 eval $1=\$$1\$2
393 }
394fi # as_fn_append
395
396# as_fn_arith ARG...
397# ------------------
398# Perform arithmetic evaluation on the ARGs, and store the result in the
399# global $as_val. Take advantage of shells that can avoid forks. The arguments
400# must be portable across $(()) and expr.
401if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
402 eval 'as_fn_arith ()
403 {
404 as_val=$(( $* ))
405 }'
406else
407 as_fn_arith ()
408 {
409 as_val=`expr "$@" || test $? -eq 1`
410 }
411fi # as_fn_arith
412
413
414# as_fn_error STATUS ERROR [LINENO LOG_FD]
415# ----------------------------------------
416# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
417# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
418# script with STATUS, using 1 if that was 0.
419as_fn_error ()
420{
421 as_status=$1; test $as_status -eq 0 && as_status=1
422 if test "$4"; then
423 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
424 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
425 fi
426 $as_echo "$as_me: error: $2" >&2
427 as_fn_exit $as_status
428} # as_fn_error
429
430if expr a : '\(a\)' >/dev/null 2>&1 &&
431 test "X`expr 00001 : '.*\(...\)'`" = X001; then
432 as_expr=expr
433else
434 as_expr=false
435fi
436
437if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
438 as_basename=basename
439else
440 as_basename=false
441fi
442
443if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
444 as_dirname=dirname
445else
446 as_dirname=false
447fi
448
449as_me=`$as_basename -- "$0" ||
450$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
451 X"$0" : 'X\(//\)$' \| \
452 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
453$as_echo X/"$0" |
454 sed '/^.*\/\([^/][^/]*\)\/*$/{
455 s//\1/
456 q
457 }
458 /^X\/\(\/\/\)$/{
459 s//\1/
460 q
461 }
462 /^X\/\(\/\).*/{
463 s//\1/
464 q
465 }
466 s/.*/./; q'`
467
468# Avoid depending upon Character Ranges.
469as_cr_letters='abcdefghijklmnopqrstuvwxyz'
470as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
471as_cr_Letters=$as_cr_letters$as_cr_LETTERS
472as_cr_digits='0123456789'
473as_cr_alnum=$as_cr_Letters$as_cr_digits
474
475
476 as_lineno_1=$LINENO as_lineno_1a=$LINENO
477 as_lineno_2=$LINENO as_lineno_2a=$LINENO
478 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
479 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
480 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
481 sed -n '
482 p
483 /[$]LINENO/=
484 ' <$as_myself |
485 sed '
486 s/[$]LINENO.*/&-/
487 t lineno
488 b
489 :lineno
490 N
491 :loop
492 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
493 t loop
494 s/-\n.*//
495 ' >$as_me.lineno &&
496 chmod +x "$as_me.lineno" ||
497 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
498
499 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
500 # already done that, so ensure we don't try to do so again and fall
501 # in an infinite loop. This has already happened in practice.
502 _as_can_reexec=no; export _as_can_reexec
503 # Don't try to exec as it changes $[0], causing all sort of problems
504 # (the dirname of $[0] is not the place where we might find the
505 # original and so on. Autoconf is especially sensitive to this).
506 . "./$as_me.lineno"
507 # Exit status is that of the last command.
508 exit
509}
510
511ECHO_C= ECHO_N= ECHO_T=
512case `echo -n x` in #(((((
513-n*)
514 case `echo 'xy\c'` in
515 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
516 xy) ECHO_C='\c';;
517 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
518 ECHO_T=' ';;
519 esac;;
520*)
521 ECHO_N='-n';;
522esac
523
524rm -f conf$$ conf$$.exe conf$$.file
525if test -d conf$$.dir; then
526 rm -f conf$$.dir/conf$$.file
527else
528 rm -f conf$$.dir
529 mkdir conf$$.dir 2>/dev/null
530fi
531if (echo >conf$$.file) 2>/dev/null; then
532 if ln -s conf$$.file conf$$ 2>/dev/null; then
533 as_ln_s='ln -s'
534 # ... but there are two gotchas:
535 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
536 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
537 # In both cases, we have to default to `cp -pR'.
538 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
539 as_ln_s='cp -pR'
540 elif ln conf$$.file conf$$ 2>/dev/null; then
541 as_ln_s=ln
542 else
543 as_ln_s='cp -pR'
544 fi
545else
546 as_ln_s='cp -pR'
547fi
548rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
549rmdir conf$$.dir 2>/dev/null
550
551if mkdir -p . 2>/dev/null; then
552 as_mkdir_p='mkdir -p "$as_dir"'
553else
554 test -d ./-p && rmdir ./-p
555 as_mkdir_p=false
556fi
557
558as_test_x='test -x'
559as_executable_p=as_fn_executable_p
560
561# Sed expression to map a string onto a valid CPP name.
562as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
563
564# Sed expression to map a string onto a valid variable name.
565as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
566
567SHELL=${CONFIG_SHELL-/bin/sh}
568
569
570test -n "$DJDIR" || exec 7<&0 </dev/null
571exec 6>&1
572
573# Name of the host.
574# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
575# so uname gets run too.
576ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
577
578#
579# Initializations.
580#
581ac_default_prefix=/usr/local
582ac_clean_files=
583ac_config_libobj_dir=.
584LIBOBJS=
585cross_compiling=no
586subdirs=
587MFLAGS=
588MAKEFLAGS=
589
590# Identity of this package.
591PACKAGE_NAME='numlib'
592PACKAGE_TARNAME='numlib'
593PACKAGE_VERSION='0.10'
594PACKAGE_STRING='numlib 0.10'
595PACKAGE_BUGREPORT='courier-users@lists.sourceforge.net'
596PACKAGE_URL=''
597
598ac_unique_file="atotimet.c"
599# Factoring default headers for most tests.
600ac_includes_default="\
601#include <stdio.h>
602#ifdef HAVE_SYS_TYPES_H
603# include <sys/types.h>
604#endif
605#ifdef HAVE_SYS_STAT_H
606# include <sys/stat.h>
607#endif
608#ifdef STDC_HEADERS
609# include <stdlib.h>
610# include <stddef.h>
611#else
612# ifdef HAVE_STDLIB_H
613# include <stdlib.h>
614# endif
615#endif
616#ifdef HAVE_STRING_H
617# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
618# include <memory.h>
619# endif
620# include <string.h>
621#endif
622#ifdef HAVE_STRINGS_H
623# include <strings.h>
624#endif
625#ifdef HAVE_INTTYPES_H
626# include <inttypes.h>
627#endif
628#ifdef HAVE_STDINT_H
629# include <stdint.h>
630#endif
631#ifdef HAVE_UNISTD_H
632# include <unistd.h>
633#endif"
634
635ac_subst_vars='am__EXEEXT_FALSE
636am__EXEEXT_TRUE
637LTLIBOBJS
638LIBOBJS
639CPP
640OTOOL64
641OTOOL
642LIPO
643NMEDIT
644DSYMUTIL
645MANIFEST_TOOL
646RANLIB
647ac_ct_AR
648AR
649DLLTOOL
650OBJDUMP
651NM
652ac_ct_DUMPBIN
653DUMPBIN
654LD
655FGREP
656EGREP
657GREP
658SED
659host_os
660host_vendor
661host_cpu
662host
663build_os
664build_vendor
665build_cpu
666build
667LIBTOOL
668LN_S
669am__fastdepCC_FALSE
670am__fastdepCC_TRUE
671CCDEPMODE
672am__nodep
673AMDEPBACKSLASH
674AMDEP_FALSE
675AMDEP_TRUE
676am__quote
677am__include
678DEPDIR
679OBJEXT
680EXEEXT
681ac_ct_CC
682CPPFLAGS
683LDFLAGS
684CFLAGS
685CC
686AM_BACKSLASH
687AM_DEFAULT_VERBOSITY
688AM_DEFAULT_V
689AM_V
690am__untar
691am__tar
692AMTAR
693am__leading_dot
694SET_MAKE
695AWK
696mkdir_p
697MKDIR_P
698INSTALL_STRIP_PROGRAM
699STRIP
700install_sh
701MAKEINFO
702AUTOHEADER
703AUTOMAKE
704AUTOCONF
705ACLOCAL
706VERSION
707PACKAGE
708CYGPATH_W
709am__isrc
710INSTALL_DATA
711INSTALL_SCRIPT
712INSTALL_PROGRAM
713target_alias
714host_alias
715build_alias
716LIBS
717ECHO_T
718ECHO_N
719ECHO_C
720DEFS
721mandir
722localedir
723libdir
724psdir
725pdfdir
726dvidir
727htmldir
728infodir
729docdir
730oldincludedir
731includedir
732localstatedir
733sharedstatedir
734sysconfdir
735datadir
736datarootdir
737libexecdir
738sbindir
739bindir
740program_transform_name
741prefix
742exec_prefix
743PACKAGE_URL
744PACKAGE_BUGREPORT
745PACKAGE_STRING
746PACKAGE_VERSION
747PACKAGE_TARNAME
748PACKAGE_NAME
749PATH_SEPARATOR
750SHELL'
751ac_subst_files=''
752ac_user_opts='
753enable_option_checking
754enable_silent_rules
755enable_dependency_tracking
756enable_shared
757enable_static
758with_pic
759enable_fast_install
760with_gnu_ld
761with_sysroot
762enable_libtool_lock
763enable_largefile
764'
765 ac_precious_vars='build_alias
766host_alias
767target_alias
768CC
769CFLAGS
770LDFLAGS
771LIBS
772CPPFLAGS
773CPP'
774
775
776# Initialize some variables set by options.
777ac_init_help=
778ac_init_version=false
779ac_unrecognized_opts=
780ac_unrecognized_sep=
781# The variables have the same names as the options, with
782# dashes changed to underlines.
783cache_file=/dev/null
784exec_prefix=NONE
785no_create=
786no_recursion=
787prefix=NONE
788program_prefix=NONE
789program_suffix=NONE
790program_transform_name=s,x,x,
791silent=
792site=
793srcdir=
794verbose=
795x_includes=NONE
796x_libraries=NONE
797
798# Installation directory options.
799# These are left unexpanded so users can "make install exec_prefix=/foo"
800# and all the variables that are supposed to be based on exec_prefix
801# by default will actually change.
802# Use braces instead of parens because sh, perl, etc. also accept them.
803# (The list follows the same order as the GNU Coding Standards.)
804bindir='${exec_prefix}/bin'
805sbindir='${exec_prefix}/sbin'
806libexecdir='${exec_prefix}/libexec'
807datarootdir='${prefix}/share'
808datadir='${datarootdir}'
809sysconfdir='${prefix}/etc'
810sharedstatedir='${prefix}/com'
811localstatedir='${prefix}/var'
812includedir='${prefix}/include'
813oldincludedir='/usr/include'
814docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
815infodir='${datarootdir}/info'
816htmldir='${docdir}'
817dvidir='${docdir}'
818pdfdir='${docdir}'
819psdir='${docdir}'
820libdir='${exec_prefix}/lib'
821localedir='${datarootdir}/locale'
822mandir='${datarootdir}/man'
823
824ac_prev=
825ac_dashdash=
826for ac_option
827do
828 # If the previous option needs an argument, assign it.
829 if test -n "$ac_prev"; then
830 eval $ac_prev=\$ac_option
831 ac_prev=
832 continue
833 fi
834
835 case $ac_option in
836 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
837 *=) ac_optarg= ;;
838 *) ac_optarg=yes ;;
839 esac
840
841 # Accept the important Cygnus configure options, so we can diagnose typos.
842
843 case $ac_dashdash$ac_option in
844 --)
845 ac_dashdash=yes ;;
846
847 -bindir | --bindir | --bindi | --bind | --bin | --bi)
848 ac_prev=bindir ;;
849 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
850 bindir=$ac_optarg ;;
851
852 -build | --build | --buil | --bui | --bu)
853 ac_prev=build_alias ;;
854 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
855 build_alias=$ac_optarg ;;
856
857 -cache-file | --cache-file | --cache-fil | --cache-fi \
858 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
859 ac_prev=cache_file ;;
860 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
861 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
862 cache_file=$ac_optarg ;;
863
864 --config-cache | -C)
865 cache_file=config.cache ;;
866
867 -datadir | --datadir | --datadi | --datad)
868 ac_prev=datadir ;;
869 -datadir=* | --datadir=* | --datadi=* | --datad=*)
870 datadir=$ac_optarg ;;
871
872 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
873 | --dataroo | --dataro | --datar)
874 ac_prev=datarootdir ;;
875 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
876 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
877 datarootdir=$ac_optarg ;;
878
879 -disable-* | --disable-*)
880 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
881 # Reject names that are not valid shell variable names.
882 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
883 as_fn_error $? "invalid feature name: $ac_useropt"
884 ac_useropt_orig=$ac_useropt
885 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
886 case $ac_user_opts in
887 *"
888"enable_$ac_useropt"
889"*) ;;
890 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
891 ac_unrecognized_sep=', ';;
892 esac
893 eval enable_$ac_useropt=no ;;
894
895 -docdir | --docdir | --docdi | --doc | --do)
896 ac_prev=docdir ;;
897 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
898 docdir=$ac_optarg ;;
899
900 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
901 ac_prev=dvidir ;;
902 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
903 dvidir=$ac_optarg ;;
904
905 -enable-* | --enable-*)
906 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
907 # Reject names that are not valid shell variable names.
908 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
909 as_fn_error $? "invalid feature name: $ac_useropt"
910 ac_useropt_orig=$ac_useropt
911 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
912 case $ac_user_opts in
913 *"
914"enable_$ac_useropt"
915"*) ;;
916 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
917 ac_unrecognized_sep=', ';;
918 esac
919 eval enable_$ac_useropt=\$ac_optarg ;;
920
921 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
922 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
923 | --exec | --exe | --ex)
924 ac_prev=exec_prefix ;;
925 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
926 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
927 | --exec=* | --exe=* | --ex=*)
928 exec_prefix=$ac_optarg ;;
929
930 -gas | --gas | --ga | --g)
931 # Obsolete; use --with-gas.
932 with_gas=yes ;;
933
934 -help | --help | --hel | --he | -h)
935 ac_init_help=long ;;
936 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
937 ac_init_help=recursive ;;
938 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
939 ac_init_help=short ;;
940
941 -host | --host | --hos | --ho)
942 ac_prev=host_alias ;;
943 -host=* | --host=* | --hos=* | --ho=*)
944 host_alias=$ac_optarg ;;
945
946 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
947 ac_prev=htmldir ;;
948 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
949 | --ht=*)
950 htmldir=$ac_optarg ;;
951
952 -includedir | --includedir | --includedi | --included | --include \
953 | --includ | --inclu | --incl | --inc)
954 ac_prev=includedir ;;
955 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
956 | --includ=* | --inclu=* | --incl=* | --inc=*)
957 includedir=$ac_optarg ;;
958
959 -infodir | --infodir | --infodi | --infod | --info | --inf)
960 ac_prev=infodir ;;
961 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
962 infodir=$ac_optarg ;;
963
964 -libdir | --libdir | --libdi | --libd)
965 ac_prev=libdir ;;
966 -libdir=* | --libdir=* | --libdi=* | --libd=*)
967 libdir=$ac_optarg ;;
968
969 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
970 | --libexe | --libex | --libe)
971 ac_prev=libexecdir ;;
972 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
973 | --libexe=* | --libex=* | --libe=*)
974 libexecdir=$ac_optarg ;;
975
976 -localedir | --localedir | --localedi | --localed | --locale)
977 ac_prev=localedir ;;
978 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
979 localedir=$ac_optarg ;;
980
981 -localstatedir | --localstatedir | --localstatedi | --localstated \
982 | --localstate | --localstat | --localsta | --localst | --locals)
983 ac_prev=localstatedir ;;
984 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
985 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
986 localstatedir=$ac_optarg ;;
987
988 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
989 ac_prev=mandir ;;
990 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
991 mandir=$ac_optarg ;;
992
993 -nfp | --nfp | --nf)
994 # Obsolete; use --without-fp.
995 with_fp=no ;;
996
997 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
998 | --no-cr | --no-c | -n)
999 no_create=yes ;;
1000
1001 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1002 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1003 no_recursion=yes ;;
1004
1005 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1006 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1007 | --oldin | --oldi | --old | --ol | --o)
1008 ac_prev=oldincludedir ;;
1009 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1010 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1011 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1012 oldincludedir=$ac_optarg ;;
1013
1014 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1015 ac_prev=prefix ;;
1016 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1017 prefix=$ac_optarg ;;
1018
1019 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1020 | --program-pre | --program-pr | --program-p)
1021 ac_prev=program_prefix ;;
1022 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1023 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1024 program_prefix=$ac_optarg ;;
1025
1026 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1027 | --program-suf | --program-su | --program-s)
1028 ac_prev=program_suffix ;;
1029 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1030 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1031 program_suffix=$ac_optarg ;;
1032
1033 -program-transform-name | --program-transform-name \
1034 | --program-transform-nam | --program-transform-na \
1035 | --program-transform-n | --program-transform- \
1036 | --program-transform | --program-transfor \
1037 | --program-transfo | --program-transf \
1038 | --program-trans | --program-tran \
1039 | --progr-tra | --program-tr | --program-t)
1040 ac_prev=program_transform_name ;;
1041 -program-transform-name=* | --program-transform-name=* \
1042 | --program-transform-nam=* | --program-transform-na=* \
1043 | --program-transform-n=* | --program-transform-=* \
1044 | --program-transform=* | --program-transfor=* \
1045 | --program-transfo=* | --program-transf=* \
1046 | --program-trans=* | --program-tran=* \
1047 | --progr-tra=* | --program-tr=* | --program-t=*)
1048 program_transform_name=$ac_optarg ;;
1049
1050 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1051 ac_prev=pdfdir ;;
1052 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1053 pdfdir=$ac_optarg ;;
1054
1055 -psdir | --psdir | --psdi | --psd | --ps)
1056 ac_prev=psdir ;;
1057 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1058 psdir=$ac_optarg ;;
1059
1060 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1061 | -silent | --silent | --silen | --sile | --sil)
1062 silent=yes ;;
1063
1064 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1065 ac_prev=sbindir ;;
1066 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1067 | --sbi=* | --sb=*)
1068 sbindir=$ac_optarg ;;
1069
1070 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1071 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1072 | --sharedst | --shareds | --shared | --share | --shar \
1073 | --sha | --sh)
1074 ac_prev=sharedstatedir ;;
1075 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1076 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1077 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1078 | --sha=* | --sh=*)
1079 sharedstatedir=$ac_optarg ;;
1080
1081 -site | --site | --sit)
1082 ac_prev=site ;;
1083 -site=* | --site=* | --sit=*)
1084 site=$ac_optarg ;;
1085
1086 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1087 ac_prev=srcdir ;;
1088 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1089 srcdir=$ac_optarg ;;
1090
1091 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1092 | --syscon | --sysco | --sysc | --sys | --sy)
1093 ac_prev=sysconfdir ;;
1094 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1095 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1096 sysconfdir=$ac_optarg ;;
1097
1098 -target | --target | --targe | --targ | --tar | --ta | --t)
1099 ac_prev=target_alias ;;
1100 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1101 target_alias=$ac_optarg ;;
1102
1103 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1104 verbose=yes ;;
1105
1106 -version | --version | --versio | --versi | --vers | -V)
1107 ac_init_version=: ;;
1108
1109 -with-* | --with-*)
1110 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1111 # Reject names that are not valid shell variable names.
1112 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1113 as_fn_error $? "invalid package name: $ac_useropt"
1114 ac_useropt_orig=$ac_useropt
1115 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1116 case $ac_user_opts in
1117 *"
1118"with_$ac_useropt"
1119"*) ;;
1120 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1121 ac_unrecognized_sep=', ';;
1122 esac
1123 eval with_$ac_useropt=\$ac_optarg ;;
1124
1125 -without-* | --without-*)
1126 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1127 # Reject names that are not valid shell variable names.
1128 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1129 as_fn_error $? "invalid package name: $ac_useropt"
1130 ac_useropt_orig=$ac_useropt
1131 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1132 case $ac_user_opts in
1133 *"
1134"with_$ac_useropt"
1135"*) ;;
1136 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1137 ac_unrecognized_sep=', ';;
1138 esac
1139 eval with_$ac_useropt=no ;;
1140
1141 --x)
1142 # Obsolete; use --with-x.
1143 with_x=yes ;;
1144
1145 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1146 | --x-incl | --x-inc | --x-in | --x-i)
1147 ac_prev=x_includes ;;
1148 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1149 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1150 x_includes=$ac_optarg ;;
1151
1152 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1153 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1154 ac_prev=x_libraries ;;
1155 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1156 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1157 x_libraries=$ac_optarg ;;
1158
1159 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1160Try \`$0 --help' for more information"
1161 ;;
1162
1163 *=*)
1164 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1165 # Reject names that are not valid shell variable names.
1166 case $ac_envvar in #(
1167 '' | [0-9]* | *[!_$as_cr_alnum]* )
1168 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1169 esac
1170 eval $ac_envvar=\$ac_optarg
1171 export $ac_envvar ;;
1172
1173 *)
1174 # FIXME: should be removed in autoconf 3.0.
1175 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1176 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1177 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1178 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1179 ;;
1180
1181 esac
1182done
1183
1184if test -n "$ac_prev"; then
1185 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1186 as_fn_error $? "missing argument to $ac_option"
1187fi
1188
1189if test -n "$ac_unrecognized_opts"; then
1190 case $enable_option_checking in
1191 no) ;;
1192 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1193 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1194 esac
1195fi
1196
1197# Check all directory arguments for consistency.
1198for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1199 datadir sysconfdir sharedstatedir localstatedir includedir \
1200 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1201 libdir localedir mandir
1202do
1203 eval ac_val=\$$ac_var
1204 # Remove trailing slashes.
1205 case $ac_val in
1206 */ )
1207 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1208 eval $ac_var=\$ac_val;;
1209 esac
1210 # Be sure to have absolute directory names.
1211 case $ac_val in
1212 [\\/$]* | ?:[\\/]* ) continue;;
1213 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1214 esac
1215 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1216done
1217
1218# There might be people who depend on the old broken behavior: `$host'
1219# used to hold the argument of --host etc.
1220# FIXME: To remove some day.
1221build=$build_alias
1222host=$host_alias
1223target=$target_alias
1224
1225# FIXME: To remove some day.
1226if test "x$host_alias" != x; then
1227 if test "x$build_alias" = x; then
1228 cross_compiling=maybe
1229 elif test "x$build_alias" != "x$host_alias"; then
1230 cross_compiling=yes
1231 fi
1232fi
1233
1234ac_tool_prefix=
1235test -n "$host_alias" && ac_tool_prefix=$host_alias-
1236
1237test "$silent" = yes && exec 6>/dev/null
1238
1239
1240ac_pwd=`pwd` && test -n "$ac_pwd" &&
1241ac_ls_di=`ls -di .` &&
1242ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1243 as_fn_error $? "working directory cannot be determined"
1244test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1245 as_fn_error $? "pwd does not report name of working directory"
1246
1247
1248# Find the source files, if location was not specified.
1249if test -z "$srcdir"; then
1250 ac_srcdir_defaulted=yes
1251 # Try the directory containing this script, then the parent directory.
1252 ac_confdir=`$as_dirname -- "$as_myself" ||
1253$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1254 X"$as_myself" : 'X\(//\)[^/]' \| \
1255 X"$as_myself" : 'X\(//\)$' \| \
1256 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1257$as_echo X"$as_myself" |
1258 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1259 s//\1/
1260 q
1261 }
1262 /^X\(\/\/\)[^/].*/{
1263 s//\1/
1264 q
1265 }
1266 /^X\(\/\/\)$/{
1267 s//\1/
1268 q
1269 }
1270 /^X\(\/\).*/{
1271 s//\1/
1272 q
1273 }
1274 s/.*/./; q'`
1275 srcdir=$ac_confdir
1276 if test ! -r "$srcdir/$ac_unique_file"; then
1277 srcdir=..
1278 fi
1279else
1280 ac_srcdir_defaulted=no
1281fi
1282if test ! -r "$srcdir/$ac_unique_file"; then
1283 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1284 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1285fi
1286ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1287ac_abs_confdir=`(
1288 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1289 pwd)`
1290# When building in place, set srcdir=.
1291if test "$ac_abs_confdir" = "$ac_pwd"; then
1292 srcdir=.
1293fi
1294# Remove unnecessary trailing slashes from srcdir.
1295# Double slashes in file names in object file debugging info
1296# mess up M-x gdb in Emacs.
1297case $srcdir in
1298*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1299esac
1300for ac_var in $ac_precious_vars; do
1301 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1302 eval ac_env_${ac_var}_value=\$${ac_var}
1303 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1304 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1305done
1306
1307#
1308# Report the --help message.
1309#
1310if test "$ac_init_help" = "long"; then
1311 # Omit some internal or obsolete options to make the list less imposing.
1312 # This message is too long to be a string in the A/UX 3.1 sh.
1313 cat <<_ACEOF
1314\`configure' configures numlib 0.10 to adapt to many kinds of systems.
1315
1316Usage: $0 [OPTION]... [VAR=VALUE]...
1317
1318To assign environment variables (e.g., CC, CFLAGS...), specify them as
1319VAR=VALUE. See below for descriptions of some of the useful variables.
1320
1321Defaults for the options are specified in brackets.
1322
1323Configuration:
1324 -h, --help display this help and exit
1325 --help=short display options specific to this package
1326 --help=recursive display the short help of all the included packages
1327 -V, --version display version information and exit
1328 -q, --quiet, --silent do not print \`checking ...' messages
1329 --cache-file=FILE cache test results in FILE [disabled]
1330 -C, --config-cache alias for \`--cache-file=config.cache'
1331 -n, --no-create do not create output files
1332 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1333
1334Installation directories:
1335 --prefix=PREFIX install architecture-independent files in PREFIX
1336 [$ac_default_prefix]
1337 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1338 [PREFIX]
1339
1340By default, \`make install' will install all the files in
1341\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1342an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1343for instance \`--prefix=\$HOME'.
1344
1345For better control, use the options below.
1346
1347Fine tuning of the installation directories:
1348 --bindir=DIR user executables [EPREFIX/bin]
1349 --sbindir=DIR system admin executables [EPREFIX/sbin]
1350 --libexecdir=DIR program executables [EPREFIX/libexec]
1351 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1352 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1353 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1354 --libdir=DIR object code libraries [EPREFIX/lib]
1355 --includedir=DIR C header files [PREFIX/include]
1356 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1357 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1358 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1359 --infodir=DIR info documentation [DATAROOTDIR/info]
1360 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1361 --mandir=DIR man documentation [DATAROOTDIR/man]
1362 --docdir=DIR documentation root [DATAROOTDIR/doc/numlib]
1363 --htmldir=DIR html documentation [DOCDIR]
1364 --dvidir=DIR dvi documentation [DOCDIR]
1365 --pdfdir=DIR pdf documentation [DOCDIR]
1366 --psdir=DIR ps documentation [DOCDIR]
1367_ACEOF
1368
1369 cat <<\_ACEOF
1370
1371Program names:
1372 --program-prefix=PREFIX prepend PREFIX to installed program names
1373 --program-suffix=SUFFIX append SUFFIX to installed program names
1374 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1375
1376System types:
1377 --build=BUILD configure for building on BUILD [guessed]
1378 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1379_ACEOF
1380fi
1381
1382if test -n "$ac_init_help"; then
1383 case $ac_init_help in
1384 short | recursive ) echo "Configuration of numlib 0.10:";;
1385 esac
1386 cat <<\_ACEOF
1387
1388Optional Features:
1389 --disable-option-checking ignore unrecognized --enable/--with options
1390 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1391 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1392 --enable-silent-rules less verbose build output (undo: "make V=1")
1393 --disable-silent-rules verbose build output (undo: "make V=0")
1394 --enable-dependency-tracking
1395 do not reject slow dependency extractors
1396 --disable-dependency-tracking
1397 speeds up one-time build
1398 --enable-shared[=PKGS] build shared libraries [default=yes]
1399 --enable-static[=PKGS] build static libraries [default=yes]
1400 --enable-fast-install[=PKGS]
1401 optimize for fast installation [default=yes]
1402 --disable-libtool-lock avoid locking (might break parallel builds)
1403 --disable-largefile omit support for large files
1404
1405Optional Packages:
1406 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1407 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1408 --with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use
1409 both]
1410 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1411 --with-sysroot=DIR Search for dependent libraries within DIR
1412 (or the compiler's sysroot if not specified).
1413
1414Some influential environment variables:
1415 CC C compiler command
1416 CFLAGS C compiler flags
1417 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1418 nonstandard directory <lib dir>
1419 LIBS libraries to pass to the linker, e.g. -l<library>
1420 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1421 you have headers in a nonstandard directory <include dir>
1422 CPP C preprocessor
1423
1424Use these variables to override the choices made by `configure' or to help
1425it to find libraries and programs with nonstandard names/locations.
1426
1427Report bugs to <courier-users@lists.sourceforge.net>.
1428_ACEOF
1429ac_status=$?
1430fi
1431
1432if test "$ac_init_help" = "recursive"; then
1433 # If there are subdirs, report their specific --help.
1434 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1435 test -d "$ac_dir" ||
1436 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1437 continue
1438 ac_builddir=.
1439
1440case "$ac_dir" in
1441.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1442*)
1443 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1444 # A ".." for each directory in $ac_dir_suffix.
1445 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1446 case $ac_top_builddir_sub in
1447 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1448 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1449 esac ;;
1450esac
1451ac_abs_top_builddir=$ac_pwd
1452ac_abs_builddir=$ac_pwd$ac_dir_suffix
1453# for backward compatibility:
1454ac_top_builddir=$ac_top_build_prefix
1455
1456case $srcdir in
1457 .) # We are building in place.
1458 ac_srcdir=.
1459 ac_top_srcdir=$ac_top_builddir_sub
1460 ac_abs_top_srcdir=$ac_pwd ;;
1461 [\\/]* | ?:[\\/]* ) # Absolute name.
1462 ac_srcdir=$srcdir$ac_dir_suffix;
1463 ac_top_srcdir=$srcdir
1464 ac_abs_top_srcdir=$srcdir ;;
1465 *) # Relative name.
1466 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1467 ac_top_srcdir=$ac_top_build_prefix$srcdir
1468 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1469esac
1470ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1471
1472 cd "$ac_dir" || { ac_status=$?; continue; }
1473 # Check for guested configure.
1474 if test -f "$ac_srcdir/configure.gnu"; then
1475 echo &&
1476 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1477 elif test -f "$ac_srcdir/configure"; then
1478 echo &&
1479 $SHELL "$ac_srcdir/configure" --help=recursive
1480 else
1481 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1482 fi || ac_status=$?
1483 cd "$ac_pwd" || { ac_status=$?; break; }
1484 done
1485fi
1486
1487test -n "$ac_init_help" && exit $ac_status
1488if $ac_init_version; then
1489 cat <<\_ACEOF
1490numlib configure 0.10
1491generated by GNU Autoconf 2.69
1492
1493Copyright (C) 2012 Free Software Foundation, Inc.
1494This configure script is free software; the Free Software Foundation
1495gives unlimited permission to copy, distribute and modify it.
1496_ACEOF
1497 exit
1498fi
1499
1500## ------------------------ ##
1501## Autoconf initialization. ##
1502## ------------------------ ##
1503
1504# ac_fn_c_try_compile LINENO
1505# --------------------------
1506# Try to compile conftest.$ac_ext, and return whether this succeeded.
1507ac_fn_c_try_compile ()
1508{
1509 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1510 rm -f conftest.$ac_objext
1511 if { { ac_try="$ac_compile"
1512case "(($ac_try" in
1513 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1514 *) ac_try_echo=$ac_try;;
1515esac
1516eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1517$as_echo "$ac_try_echo"; } >&5
1518 (eval "$ac_compile") 2>conftest.err
1519 ac_status=$?
1520 if test -s conftest.err; then
1521 grep -v '^ *+' conftest.err >conftest.er1
1522 cat conftest.er1 >&5
1523 mv -f conftest.er1 conftest.err
1524 fi
1525 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1526 test $ac_status = 0; } && {
1527 test -z "$ac_c_werror_flag" ||
1528 test ! -s conftest.err
1529 } && test -s conftest.$ac_objext; then :
1530 ac_retval=0
1531else
1532 $as_echo "$as_me: failed program was:" >&5
1533sed 's/^/| /' conftest.$ac_ext >&5
1534
1535 ac_retval=1
1536fi
1537 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1538 as_fn_set_status $ac_retval
1539
1540} # ac_fn_c_try_compile
1541
1542# ac_fn_c_try_link LINENO
1543# -----------------------
1544# Try to link conftest.$ac_ext, and return whether this succeeded.
1545ac_fn_c_try_link ()
1546{
1547 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1548 rm -f conftest.$ac_objext conftest$ac_exeext
1549 if { { ac_try="$ac_link"
1550case "(($ac_try" in
1551 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1552 *) ac_try_echo=$ac_try;;
1553esac
1554eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1555$as_echo "$ac_try_echo"; } >&5
1556 (eval "$ac_link") 2>conftest.err
1557 ac_status=$?
1558 if test -s conftest.err; then
1559 grep -v '^ *+' conftest.err >conftest.er1
1560 cat conftest.er1 >&5
1561 mv -f conftest.er1 conftest.err
1562 fi
1563 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1564 test $ac_status = 0; } && {
1565 test -z "$ac_c_werror_flag" ||
1566 test ! -s conftest.err
1567 } && test -s conftest$ac_exeext && {
1568 test "$cross_compiling" = yes ||
1569 test -x conftest$ac_exeext
1570 }; then :
1571 ac_retval=0
1572else
1573 $as_echo "$as_me: failed program was:" >&5
1574sed 's/^/| /' conftest.$ac_ext >&5
1575
1576 ac_retval=1
1577fi
1578 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1579 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1580 # interfere with the next link command; also delete a directory that is
1581 # left behind by Apple's compiler. We do this before executing the actions.
1582 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1583 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1584 as_fn_set_status $ac_retval
1585
1586} # ac_fn_c_try_link
1587
1588# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1589# -------------------------------------------------------
1590# Tests whether HEADER exists and can be compiled using the include files in
1591# INCLUDES, setting the cache variable VAR accordingly.
1592ac_fn_c_check_header_compile ()
1593{
1594 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1595 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1596$as_echo_n "checking for $2... " >&6; }
1597if eval \${$3+:} false; then :
1598 $as_echo_n "(cached) " >&6
1599else
1600 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1601/* end confdefs.h. */
1602$4
1603#include <$2>
1604_ACEOF
1605if ac_fn_c_try_compile "$LINENO"; then :
1606 eval "$3=yes"
1607else
1608 eval "$3=no"
1609fi
1610rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1611fi
1612eval ac_res=\$$3
1613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1614$as_echo "$ac_res" >&6; }
1615 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1616
1617} # ac_fn_c_check_header_compile
1618
1619# ac_fn_c_try_cpp LINENO
1620# ----------------------
1621# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1622ac_fn_c_try_cpp ()
1623{
1624 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1625 if { { ac_try="$ac_cpp conftest.$ac_ext"
1626case "(($ac_try" in
1627 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1628 *) ac_try_echo=$ac_try;;
1629esac
1630eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1631$as_echo "$ac_try_echo"; } >&5
1632 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1633 ac_status=$?
1634 if test -s conftest.err; then
1635 grep -v '^ *+' conftest.err >conftest.er1
1636 cat conftest.er1 >&5
1637 mv -f conftest.er1 conftest.err
1638 fi
1639 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1640 test $ac_status = 0; } > conftest.i && {
1641 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1642 test ! -s conftest.err
1643 }; then :
1644 ac_retval=0
1645else
1646 $as_echo "$as_me: failed program was:" >&5
1647sed 's/^/| /' conftest.$ac_ext >&5
1648
1649 ac_retval=1
1650fi
1651 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1652 as_fn_set_status $ac_retval
1653
1654} # ac_fn_c_try_cpp
1655
1656# ac_fn_c_try_run LINENO
1657# ----------------------
1658# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1659# that executables *can* be run.
1660ac_fn_c_try_run ()
1661{
1662 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1663 if { { ac_try="$ac_link"
1664case "(($ac_try" in
1665 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1666 *) ac_try_echo=$ac_try;;
1667esac
1668eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1669$as_echo "$ac_try_echo"; } >&5
1670 (eval "$ac_link") 2>&5
1671 ac_status=$?
1672 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1673 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1674 { { case "(($ac_try" in
1675 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1676 *) ac_try_echo=$ac_try;;
1677esac
1678eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1679$as_echo "$ac_try_echo"; } >&5
1680 (eval "$ac_try") 2>&5
1681 ac_status=$?
1682 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1683 test $ac_status = 0; }; }; then :
1684 ac_retval=0
1685else
1686 $as_echo "$as_me: program exited with status $ac_status" >&5
1687 $as_echo "$as_me: failed program was:" >&5
1688sed 's/^/| /' conftest.$ac_ext >&5
1689
1690 ac_retval=$ac_status
1691fi
1692 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1693 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1694 as_fn_set_status $ac_retval
1695
1696} # ac_fn_c_try_run
1697
1698# ac_fn_c_check_func LINENO FUNC VAR
1699# ----------------------------------
1700# Tests whether FUNC exists, setting the cache variable VAR accordingly
1701ac_fn_c_check_func ()
1702{
1703 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1704 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1705$as_echo_n "checking for $2... " >&6; }
1706if eval \${$3+:} false; then :
1707 $as_echo_n "(cached) " >&6
1708else
1709 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1710/* end confdefs.h. */
1711/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1712 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1713#define $2 innocuous_$2
1714
1715/* System header to define __stub macros and hopefully few prototypes,
1716 which can conflict with char $2 (); below.
1717 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1718 <limits.h> exists even on freestanding compilers. */
1719
1720#ifdef __STDC__
1721# include <limits.h>
1722#else
1723# include <assert.h>
1724#endif
1725
1726#undef $2
1727
1728/* Override any GCC internal prototype to avoid an error.
1729 Use char because int might match the return type of a GCC
1730 builtin and then its argument prototype would still apply. */
1731#ifdef __cplusplus
1732extern "C"
1733#endif
1734char $2 ();
1735/* The GNU C library defines this for functions which it implements
1736 to always fail with ENOSYS. Some functions are actually named
1737 something starting with __ and the normal name is an alias. */
1738#if defined __stub_$2 || defined __stub___$2
1739choke me
1740#endif
1741
1742int
1743main ()
1744{
1745return $2 ();
1746 ;
1747 return 0;
1748}
1749_ACEOF
1750if ac_fn_c_try_link "$LINENO"; then :
1751 eval "$3=yes"
1752else
1753 eval "$3=no"
1754fi
1755rm -f core conftest.err conftest.$ac_objext \
1756 conftest$ac_exeext conftest.$ac_ext
1757fi
1758eval ac_res=\$$3
1759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1760$as_echo "$ac_res" >&6; }
1761 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1762
1763} # ac_fn_c_check_func
1764
1765# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1766# -------------------------------------------------------
1767# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1768# the include files in INCLUDES and setting the cache variable VAR
1769# accordingly.
1770ac_fn_c_check_header_mongrel ()
1771{
1772 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1773 if eval \${$3+:} false; then :
1774 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1775$as_echo_n "checking for $2... " >&6; }
1776if eval \${$3+:} false; then :
1777 $as_echo_n "(cached) " >&6
1778fi
1779eval ac_res=\$$3
1780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1781$as_echo "$ac_res" >&6; }
1782else
1783 # Is the header compilable?
1784{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1785$as_echo_n "checking $2 usability... " >&6; }
1786cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1787/* end confdefs.h. */
1788$4
1789#include <$2>
1790_ACEOF
1791if ac_fn_c_try_compile "$LINENO"; then :
1792 ac_header_compiler=yes
1793else
1794 ac_header_compiler=no
1795fi
1796rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1797{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1798$as_echo "$ac_header_compiler" >&6; }
1799
1800# Is the header present?
1801{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1802$as_echo_n "checking $2 presence... " >&6; }
1803cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1804/* end confdefs.h. */
1805#include <$2>
1806_ACEOF
1807if ac_fn_c_try_cpp "$LINENO"; then :
1808 ac_header_preproc=yes
1809else
1810 ac_header_preproc=no
1811fi
1812rm -f conftest.err conftest.i conftest.$ac_ext
1813{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1814$as_echo "$ac_header_preproc" >&6; }
1815
1816# So? What about this header?
1817case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1818 yes:no: )
1819 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1820$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1821 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1822$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1823 ;;
1824 no:yes:* )
1825 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1826$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1827 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1828$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1829 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1830$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1831 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1832$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1833 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1834$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1835( $as_echo "## -------------------------------------------------- ##
1836## Report this to courier-users@lists.sourceforge.net ##
1837## -------------------------------------------------- ##"
1838 ) | sed "s/^/$as_me: WARNING: /" >&2
1839 ;;
1840esac
1841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1842$as_echo_n "checking for $2... " >&6; }
1843if eval \${$3+:} false; then :
1844 $as_echo_n "(cached) " >&6
1845else
1846 eval "$3=\$ac_header_compiler"
1847fi
1848eval ac_res=\$$3
1849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1850$as_echo "$ac_res" >&6; }
1851fi
1852 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1853
1854} # ac_fn_c_check_header_mongrel
1855
1856# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1857# -------------------------------------------
1858# Tests whether TYPE exists after having included INCLUDES, setting cache
1859# variable VAR accordingly.
1860ac_fn_c_check_type ()
1861{
1862 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1863 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1864$as_echo_n "checking for $2... " >&6; }
1865if eval \${$3+:} false; then :
1866 $as_echo_n "(cached) " >&6
1867else
1868 eval "$3=no"
1869 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1870/* end confdefs.h. */
1871$4
1872int
1873main ()
1874{
1875if (sizeof ($2))
1876 return 0;
1877 ;
1878 return 0;
1879}
1880_ACEOF
1881if ac_fn_c_try_compile "$LINENO"; then :
1882 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1883/* end confdefs.h. */
1884$4
1885int
1886main ()
1887{
1888if (sizeof (($2)))
1889 return 0;
1890 ;
1891 return 0;
1892}
1893_ACEOF
1894if ac_fn_c_try_compile "$LINENO"; then :
1895
1896else
1897 eval "$3=yes"
1898fi
1899rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1900fi
1901rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1902fi
1903eval ac_res=\$$3
1904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1905$as_echo "$ac_res" >&6; }
1906 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1907
1908} # ac_fn_c_check_type
1909cat >config.log <<_ACEOF
1910This file contains any messages produced by compilers while
1911running configure, to aid debugging if configure makes a mistake.
1912
1913It was created by numlib $as_me 0.10, which was
1914generated by GNU Autoconf 2.69. Invocation command line was
1915
1916 $ $0 $@
1917
1918_ACEOF
1919exec 5>>config.log
1920{
1921cat <<_ASUNAME
1922## --------- ##
1923## Platform. ##
1924## --------- ##
1925
1926hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1927uname -m = `(uname -m) 2>/dev/null || echo unknown`
1928uname -r = `(uname -r) 2>/dev/null || echo unknown`
1929uname -s = `(uname -s) 2>/dev/null || echo unknown`
1930uname -v = `(uname -v) 2>/dev/null || echo unknown`
1931
1932/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1933/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1934
1935/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1936/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1937/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1938/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1939/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1940/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1941/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1942
1943_ASUNAME
1944
1945as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1946for as_dir in $PATH
1947do
1948 IFS=$as_save_IFS
1949 test -z "$as_dir" && as_dir=.
1950 $as_echo "PATH: $as_dir"
1951 done
1952IFS=$as_save_IFS
1953
1954} >&5
1955
1956cat >&5 <<_ACEOF
1957
1958
1959## ----------- ##
1960## Core tests. ##
1961## ----------- ##
1962
1963_ACEOF
1964
1965
1966# Keep a trace of the command line.
1967# Strip out --no-create and --no-recursion so they do not pile up.
1968# Strip out --silent because we don't want to record it for future runs.
1969# Also quote any args containing shell meta-characters.
1970# Make two passes to allow for proper duplicate-argument suppression.
1971ac_configure_args=
1972ac_configure_args0=
1973ac_configure_args1=
1974ac_must_keep_next=false
1975for ac_pass in 1 2
1976do
1977 for ac_arg
1978 do
1979 case $ac_arg in
1980 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1981 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1982 | -silent | --silent | --silen | --sile | --sil)
1983 continue ;;
1984 *\'*)
1985 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1986 esac
1987 case $ac_pass in
1988 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1989 2)
1990 as_fn_append ac_configure_args1 " '$ac_arg'"
1991 if test $ac_must_keep_next = true; then
1992 ac_must_keep_next=false # Got value, back to normal.
1993 else
1994 case $ac_arg in
1995 *=* | --config-cache | -C | -disable-* | --disable-* \
1996 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1997 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1998 | -with-* | --with-* | -without-* | --without-* | --x)
1999 case "$ac_configure_args0 " in
2000 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2001 esac
2002 ;;
2003 -* ) ac_must_keep_next=true ;;
2004 esac
2005 fi
2006 as_fn_append ac_configure_args " '$ac_arg'"
2007 ;;
2008 esac
2009 done
2010done
2011{ ac_configure_args0=; unset ac_configure_args0;}
2012{ ac_configure_args1=; unset ac_configure_args1;}
2013
2014# When interrupted or exit'd, cleanup temporary files, and complete
2015# config.log. We remove comments because anyway the quotes in there
2016# would cause problems or look ugly.
2017# WARNING: Use '\'' to represent an apostrophe within the trap.
2018# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2019trap 'exit_status=$?
2020 # Save into config.log some information that might help in debugging.
2021 {
2022 echo
2023
2024 $as_echo "## ---------------- ##
2025## Cache variables. ##
2026## ---------------- ##"
2027 echo
2028 # The following way of writing the cache mishandles newlines in values,
2029(
2030 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2031 eval ac_val=\$$ac_var
2032 case $ac_val in #(
2033 *${as_nl}*)
2034 case $ac_var in #(
2035 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2036$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2037 esac
2038 case $ac_var in #(
2039 _ | IFS | as_nl) ;; #(
2040 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2041 *) { eval $ac_var=; unset $ac_var;} ;;
2042 esac ;;
2043 esac
2044 done
2045 (set) 2>&1 |
2046 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2047 *${as_nl}ac_space=\ *)
2048 sed -n \
2049 "s/'\''/'\''\\\\'\'''\''/g;
2050 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2051 ;; #(
2052 *)
2053 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2054 ;;
2055 esac |
2056 sort
2057)
2058 echo
2059
2060 $as_echo "## ----------------- ##
2061## Output variables. ##
2062## ----------------- ##"
2063 echo
2064 for ac_var in $ac_subst_vars
2065 do
2066 eval ac_val=\$$ac_var
2067 case $ac_val in
2068 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2069 esac
2070 $as_echo "$ac_var='\''$ac_val'\''"
2071 done | sort
2072 echo
2073
2074 if test -n "$ac_subst_files"; then
2075 $as_echo "## ------------------- ##
2076## File substitutions. ##
2077## ------------------- ##"
2078 echo
2079 for ac_var in $ac_subst_files
2080 do
2081 eval ac_val=\$$ac_var
2082 case $ac_val in
2083 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2084 esac
2085 $as_echo "$ac_var='\''$ac_val'\''"
2086 done | sort
2087 echo
2088 fi
2089
2090 if test -s confdefs.h; then
2091 $as_echo "## ----------- ##
2092## confdefs.h. ##
2093## ----------- ##"
2094 echo
2095 cat confdefs.h
2096 echo
2097 fi
2098 test "$ac_signal" != 0 &&
2099 $as_echo "$as_me: caught signal $ac_signal"
2100 $as_echo "$as_me: exit $exit_status"
2101 } >&5
2102 rm -f core *.core core.conftest.* &&
2103 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2104 exit $exit_status
2105' 0
2106for ac_signal in 1 2 13 15; do
2107 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2108done
2109ac_signal=0
2110
2111# confdefs.h avoids OS command line length limits that DEFS can exceed.
2112rm -f -r conftest* confdefs.h
2113
2114$as_echo "/* confdefs.h */" > confdefs.h
2115
2116# Predefined preprocessor variables.
2117
2118cat >>confdefs.h <<_ACEOF
2119#define PACKAGE_NAME "$PACKAGE_NAME"
2120_ACEOF
2121
2122cat >>confdefs.h <<_ACEOF
2123#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2124_ACEOF
2125
2126cat >>confdefs.h <<_ACEOF
2127#define PACKAGE_VERSION "$PACKAGE_VERSION"
2128_ACEOF
2129
2130cat >>confdefs.h <<_ACEOF
2131#define PACKAGE_STRING "$PACKAGE_STRING"
2132_ACEOF
2133
2134cat >>confdefs.h <<_ACEOF
2135#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2136_ACEOF
2137
2138cat >>confdefs.h <<_ACEOF
2139#define PACKAGE_URL "$PACKAGE_URL"
2140_ACEOF
2141
2142
2143# Let the site file select an alternate cache file if it wants to.
2144# Prefer an explicitly selected file to automatically selected ones.
2145ac_site_file1=NONE
2146ac_site_file2=NONE
2147if test -n "$CONFIG_SITE"; then
2148 # We do not want a PATH search for config.site.
2149 case $CONFIG_SITE in #((
2150 -*) ac_site_file1=./$CONFIG_SITE;;
2151 */*) ac_site_file1=$CONFIG_SITE;;
2152 *) ac_site_file1=./$CONFIG_SITE;;
2153 esac
2154elif test "x$prefix" != xNONE; then
2155 ac_site_file1=$prefix/share/config.site
2156 ac_site_file2=$prefix/etc/config.site
2157else
2158 ac_site_file1=$ac_default_prefix/share/config.site
2159 ac_site_file2=$ac_default_prefix/etc/config.site
2160fi
2161for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2162do
2163 test "x$ac_site_file" = xNONE && continue
2164 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2165 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2166$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2167 sed 's/^/| /' "$ac_site_file" >&5
2168 . "$ac_site_file" \
2169 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2170$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2171as_fn_error $? "failed to load site script $ac_site_file
2172See \`config.log' for more details" "$LINENO" 5; }
2173 fi
2174done
2175
2176if test -r "$cache_file"; then
2177 # Some versions of bash will fail to source /dev/null (special files
2178 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2179 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2180 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2181$as_echo "$as_me: loading cache $cache_file" >&6;}
2182 case $cache_file in
2183 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2184 *) . "./$cache_file";;
2185 esac
2186 fi
2187else
2188 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2189$as_echo "$as_me: creating cache $cache_file" >&6;}
2190 >$cache_file
2191fi
2192
2193# Check that the precious variables saved in the cache have kept the same
2194# value.
2195ac_cache_corrupted=false
2196for ac_var in $ac_precious_vars; do
2197 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2198 eval ac_new_set=\$ac_env_${ac_var}_set
2199 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2200 eval ac_new_val=\$ac_env_${ac_var}_value
2201 case $ac_old_set,$ac_new_set in
2202 set,)
2203 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2204$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2205 ac_cache_corrupted=: ;;
2206 ,set)
2207 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2208$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2209 ac_cache_corrupted=: ;;
2210 ,);;
2211 *)
2212 if test "x$ac_old_val" != "x$ac_new_val"; then
2213 # differences in whitespace do not lead to failure.
2214 ac_old_val_w=`echo x $ac_old_val`
2215 ac_new_val_w=`echo x $ac_new_val`
2216 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2217 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2218$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2219 ac_cache_corrupted=:
2220 else
2221 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2222$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2223 eval $ac_var=\$ac_old_val
2224 fi
2225 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2226$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2227 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2228$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2229 fi;;
2230 esac
2231 # Pass precious variables to config.status.
2232 if test "$ac_new_set" = set; then
2233 case $ac_new_val in
2234 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2235 *) ac_arg=$ac_var=$ac_new_val ;;
2236 esac
2237 case " $ac_configure_args " in
2238 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2239 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2240 esac
2241 fi
2242done
2243if $ac_cache_corrupted; then
2244 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2245$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2246 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2247$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2248 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2249fi
2250## -------------------- ##
2251## Main body of script. ##
2252## -------------------- ##
2253
2254ac_ext=c
2255ac_cpp='$CPP $CPPFLAGS'
2256ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2257ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2258ac_compiler_gnu=$ac_cv_c_compiler_gnu
2259
2260
2261
2262>confdefs.h # Kill PACKAGE_ macros
2263
2264
2265ac_aux_dir=
2266for ac_dir in ../.. "$srcdir"/../..; do
2267 if test -f "$ac_dir/install-sh"; then
2268 ac_aux_dir=$ac_dir
2269 ac_install_sh="$ac_aux_dir/install-sh -c"
2270 break
2271 elif test -f "$ac_dir/install.sh"; then
2272 ac_aux_dir=$ac_dir
2273 ac_install_sh="$ac_aux_dir/install.sh -c"
2274 break
2275 elif test -f "$ac_dir/shtool"; then
2276 ac_aux_dir=$ac_dir
2277 ac_install_sh="$ac_aux_dir/shtool install -c"
2278 break
2279 fi
2280done
2281if test -z "$ac_aux_dir"; then
2282 as_fn_error $? "cannot find install-sh, install.sh, or shtool in ../.. \"$srcdir\"/../.." "$LINENO" 5
2283fi
2284
2285# These three variables are undocumented and unsupported,
2286# and are intended to be withdrawn in a future Autoconf release.
2287# They can cause serious problems if a builder's source tree is in a directory
2288# whose full name contains unusual characters.
2289ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2290ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2291ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2292
2293
2294ac_config_headers="$ac_config_headers config.h"
2295
2296am__api_version='1.13'
2297
2298# Find a good install program. We prefer a C program (faster),
2299# so one script is as good as another. But avoid the broken or
2300# incompatible versions:
2301# SysV /etc/install, /usr/sbin/install
2302# SunOS /usr/etc/install
2303# IRIX /sbin/install
2304# AIX /bin/install
2305# AmigaOS /C/install, which installs bootblocks on floppy discs
2306# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2307# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2308# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2309# OS/2's system install, which has a completely different semantic
2310# ./install, which can be erroneously created by make from ./install.sh.
2311# Reject install programs that cannot install multiple files.
2312{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2313$as_echo_n "checking for a BSD-compatible install... " >&6; }
2314if test -z "$INSTALL"; then
2315if ${ac_cv_path_install+:} false; then :
2316 $as_echo_n "(cached) " >&6
2317else
2318 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2319for as_dir in $PATH
2320do
2321 IFS=$as_save_IFS
2322 test -z "$as_dir" && as_dir=.
2323 # Account for people who put trailing slashes in PATH elements.
2324case $as_dir/ in #((
2325 ./ | .// | /[cC]/* | \
2326 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2327 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2328 /usr/ucb/* ) ;;
2329 *)
2330 # OSF1 and SCO ODT 3.0 have their own names for install.
2331 # Don't use installbsd from OSF since it installs stuff as root
2332 # by default.
2333 for ac_prog in ginstall scoinst install; do
2334 for ac_exec_ext in '' $ac_executable_extensions; do
2335 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2336 if test $ac_prog = install &&
2337 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2338 # AIX install. It has an incompatible calling convention.
2339 :
2340 elif test $ac_prog = install &&
2341 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2342 # program-specific install script used by HP pwplus--don't use.
2343 :
2344 else
2345 rm -rf conftest.one conftest.two conftest.dir
2346 echo one > conftest.one
2347 echo two > conftest.two
2348 mkdir conftest.dir
2349 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2350 test -s conftest.one && test -s conftest.two &&
2351 test -s conftest.dir/conftest.one &&
2352 test -s conftest.dir/conftest.two
2353 then
2354 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2355 break 3
2356 fi
2357 fi
2358 fi
2359 done
2360 done
2361 ;;
2362esac
2363
2364 done
2365IFS=$as_save_IFS
2366
2367rm -rf conftest.one conftest.two conftest.dir
2368
2369fi
2370 if test "${ac_cv_path_install+set}" = set; then
2371 INSTALL=$ac_cv_path_install
2372 else
2373 # As a last resort, use the slow shell script. Don't cache a
2374 # value for INSTALL within a source directory, because that will
2375 # break other packages using the cache if that directory is
2376 # removed, or if the value is a relative name.
2377 INSTALL=$ac_install_sh
2378 fi
2379fi
2380{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2381$as_echo "$INSTALL" >&6; }
2382
2383# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2384# It thinks the first close brace ends the variable substitution.
2385test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2386
2387test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2388
2389test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2390
2391{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2392$as_echo_n "checking whether build environment is sane... " >&6; }
2393# Reject unsafe characters in $srcdir or the absolute working directory
2394# name. Accept space and tab only in the latter.
2395am_lf='
2396'
2397case `pwd` in
2398 *[\\\"\#\$\&\'\`$am_lf]*)
2399 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2400esac
2401case $srcdir in
2402 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2403 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2404esac
2405
2406# Do 'set' in a subshell so we don't clobber the current shell's
2407# arguments. Must try -L first in case configure is actually a
2408# symlink; some systems play weird games with the mod time of symlinks
2409# (eg FreeBSD returns the mod time of the symlink's containing
2410# directory).
2411if (
2412 am_has_slept=no
2413 for am_try in 1 2; do
2414 echo "timestamp, slept: $am_has_slept" > conftest.file
2415 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2416 if test "$*" = "X"; then
2417 # -L didn't work.
2418 set X `ls -t "$srcdir/configure" conftest.file`
2419 fi
2420 if test "$*" != "X $srcdir/configure conftest.file" \
2421 && test "$*" != "X conftest.file $srcdir/configure"; then
2422
2423 # If neither matched, then we have a broken ls. This can happen
2424 # if, for instance, CONFIG_SHELL is bash and it inherits a
2425 # broken ls alias from the environment. This has actually
2426 # happened. Such a system could not be considered "sane".
2427 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
2428 alias in your environment" "$LINENO" 5
2429 fi
2430 if test "$2" = conftest.file || test $am_try -eq 2; then
2431 break
2432 fi
2433 # Just in case.
2434 sleep 1
2435 am_has_slept=yes
2436 done
2437 test "$2" = conftest.file
2438 )
2439then
2440 # Ok.
2441 :
2442else
2443 as_fn_error $? "newly created file is older than distributed files!
2444Check your system clock" "$LINENO" 5
2445fi
2446{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2447$as_echo "yes" >&6; }
2448# If we didn't sleep, we still need to ensure time stamps of config.status and
2449# generated files are strictly newer.
2450am_sleep_pid=
2451if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2452 ( sleep 1 ) &
2453 am_sleep_pid=$!
2454fi
2455
2456rm -f conftest.file
2457
2458test "$program_prefix" != NONE &&
2459 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2460# Use a double $ so make ignores it.
2461test "$program_suffix" != NONE &&
2462 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2463# Double any \ or $.
2464# By default was `s,x,x', remove it if useless.
2465ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2466program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2467
2468# expand $ac_aux_dir to an absolute path
2469am_aux_dir=`cd $ac_aux_dir && pwd`
2470
2471if test x"${MISSING+set}" != xset; then
2472 case $am_aux_dir in
2473 *\ * | *\ *)
2474 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2475 *)
2476 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2477 esac
2478fi
2479# Use eval to expand $SHELL
2480if eval "$MISSING --is-lightweight"; then
2481 am_missing_run="$MISSING "
2482else
2483 am_missing_run=
2484 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2485$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2486fi
2487
2488if test x"${install_sh}" != xset; then
2489 case $am_aux_dir in
2490 *\ * | *\ *)
2491 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2492 *)
2493 install_sh="\${SHELL} $am_aux_dir/install-sh"
2494 esac
2495fi
2496
2497# Installed binaries are usually stripped using 'strip' when the user
2498# run "make install-strip". However 'strip' might not be the right
2499# tool to use in cross-compilation environments, therefore Automake
2500# will honor the 'STRIP' environment variable to overrule this program.
2501if test "$cross_compiling" != no; then
2502 if test -n "$ac_tool_prefix"; then
2503 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2504set dummy ${ac_tool_prefix}strip; ac_word=$2
2505{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2506$as_echo_n "checking for $ac_word... " >&6; }
2507if ${ac_cv_prog_STRIP+:} false; then :
2508 $as_echo_n "(cached) " >&6
2509else
2510 if test -n "$STRIP"; then
2511 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2512else
2513as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2514for as_dir in $PATH
2515do
2516 IFS=$as_save_IFS
2517 test -z "$as_dir" && as_dir=.
2518 for ac_exec_ext in '' $ac_executable_extensions; do
2519 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2520 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2521 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2522 break 2
2523 fi
2524done
2525 done
2526IFS=$as_save_IFS
2527
2528fi
2529fi
2530STRIP=$ac_cv_prog_STRIP
2531if test -n "$STRIP"; then
2532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2533$as_echo "$STRIP" >&6; }
2534else
2535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2536$as_echo "no" >&6; }
2537fi
2538
2539
2540fi
2541if test -z "$ac_cv_prog_STRIP"; then
2542 ac_ct_STRIP=$STRIP
2543 # Extract the first word of "strip", so it can be a program name with args.
2544set dummy strip; ac_word=$2
2545{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2546$as_echo_n "checking for $ac_word... " >&6; }
2547if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
2548 $as_echo_n "(cached) " >&6
2549else
2550 if test -n "$ac_ct_STRIP"; then
2551 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2552else
2553as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2554for as_dir in $PATH
2555do
2556 IFS=$as_save_IFS
2557 test -z "$as_dir" && as_dir=.
2558 for ac_exec_ext in '' $ac_executable_extensions; do
2559 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2560 ac_cv_prog_ac_ct_STRIP="strip"
2561 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2562 break 2
2563 fi
2564done
2565 done
2566IFS=$as_save_IFS
2567
2568fi
2569fi
2570ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2571if test -n "$ac_ct_STRIP"; then
2572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2573$as_echo "$ac_ct_STRIP" >&6; }
2574else
2575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2576$as_echo "no" >&6; }
2577fi
2578
2579 if test "x$ac_ct_STRIP" = x; then
2580 STRIP=":"
2581 else
2582 case $cross_compiling:$ac_tool_warned in
2583yes:)
2584{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2585$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2586ac_tool_warned=yes ;;
2587esac
2588 STRIP=$ac_ct_STRIP
2589 fi
2590else
2591 STRIP="$ac_cv_prog_STRIP"
2592fi
2593
2594fi
2595INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2596
2597{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2598$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2599if test -z "$MKDIR_P"; then
2600 if ${ac_cv_path_mkdir+:} false; then :
2601 $as_echo_n "(cached) " >&6
2602else
2603 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2604for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2605do
2606 IFS=$as_save_IFS
2607 test -z "$as_dir" && as_dir=.
2608 for ac_prog in mkdir gmkdir; do
2609 for ac_exec_ext in '' $ac_executable_extensions; do
2610 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
2611 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2612 'mkdir (GNU coreutils) '* | \
2613 'mkdir (coreutils) '* | \
2614 'mkdir (fileutils) '4.1*)
2615 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2616 break 3;;
2617 esac
2618 done
2619 done
2620 done
2621IFS=$as_save_IFS
2622
2623fi
2624
2625 test -d ./--version && rmdir ./--version
2626 if test "${ac_cv_path_mkdir+set}" = set; then
2627 MKDIR_P="$ac_cv_path_mkdir -p"
2628 else
2629 # As a last resort, use the slow shell script. Don't cache a
2630 # value for MKDIR_P within a source directory, because that will
2631 # break other packages using the cache if that directory is
2632 # removed, or if the value is a relative name.
2633 MKDIR_P="$ac_install_sh -d"
2634 fi
2635fi
2636{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2637$as_echo "$MKDIR_P" >&6; }
2638
2639for ac_prog in gawk mawk nawk awk
2640do
2641 # Extract the first word of "$ac_prog", so it can be a program name with args.
2642set dummy $ac_prog; ac_word=$2
2643{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2644$as_echo_n "checking for $ac_word... " >&6; }
2645if ${ac_cv_prog_AWK+:} false; then :
2646 $as_echo_n "(cached) " >&6
2647else
2648 if test -n "$AWK"; then
2649 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2650else
2651as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2652for as_dir in $PATH
2653do
2654 IFS=$as_save_IFS
2655 test -z "$as_dir" && as_dir=.
2656 for ac_exec_ext in '' $ac_executable_extensions; do
2657 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2658 ac_cv_prog_AWK="$ac_prog"
2659 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2660 break 2
2661 fi
2662done
2663 done
2664IFS=$as_save_IFS
2665
2666fi
2667fi
2668AWK=$ac_cv_prog_AWK
2669if test -n "$AWK"; then
2670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2671$as_echo "$AWK" >&6; }
2672else
2673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2674$as_echo "no" >&6; }
2675fi
2676
2677
2678 test -n "$AWK" && break
2679done
2680
2681{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2682$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2683set x ${MAKE-make}
2684ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2685if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
2686 $as_echo_n "(cached) " >&6
2687else
2688 cat >conftest.make <<\_ACEOF
2689SHELL = /bin/sh
2690all:
2691 @echo '@@@%%%=$(MAKE)=@@@%%%'
2692_ACEOF
2693# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2694case `${MAKE-make} -f conftest.make 2>/dev/null` in
2695 *@@@%%%=?*=@@@%%%*)
2696 eval ac_cv_prog_make_${ac_make}_set=yes;;
2697 *)
2698 eval ac_cv_prog_make_${ac_make}_set=no;;
2699esac
2700rm -f conftest.make
2701fi
2702if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2704$as_echo "yes" >&6; }
2705 SET_MAKE=
2706else
2707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2708$as_echo "no" >&6; }
2709 SET_MAKE="MAKE=${MAKE-make}"
2710fi
2711
2712rm -rf .tst 2>/dev/null
2713mkdir .tst 2>/dev/null
2714if test -d .tst; then
2715 am__leading_dot=.
2716else
2717 am__leading_dot=_
2718fi
2719rmdir .tst 2>/dev/null
2720
2721# Check whether --enable-silent-rules was given.
2722if test "${enable_silent_rules+set}" = set; then :
2723 enableval=$enable_silent_rules;
2724fi
2725
2726case $enable_silent_rules in # (((
2727 yes) AM_DEFAULT_VERBOSITY=0;;
2728 no) AM_DEFAULT_VERBOSITY=1;;
2729 *) AM_DEFAULT_VERBOSITY=1;;
2730esac
2731am_make=${MAKE-make}
2732{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2733$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2734if ${am_cv_make_support_nested_variables+:} false; then :
2735 $as_echo_n "(cached) " >&6
2736else
2737 if $as_echo 'TRUE=$(BAR$(V))
2738BAR0=false
2739BAR1=true
2740V=1
2741am__doit:
2742 @$(TRUE)
2743.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2744 am_cv_make_support_nested_variables=yes
2745else
2746 am_cv_make_support_nested_variables=no
2747fi
2748fi
2749{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2750$as_echo "$am_cv_make_support_nested_variables" >&6; }
2751if test $am_cv_make_support_nested_variables = yes; then
2752 AM_V='$(V)'
2753 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2754else
2755 AM_V=$AM_DEFAULT_VERBOSITY
2756 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2757fi
2758AM_BACKSLASH='\'
2759
2760if test "`cd $srcdir && pwd`" != "`pwd`"; then
2761 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2762 # is not polluted with repeated "-I."
2763 am__isrc=' -I$(srcdir)'
2764 # test to see if srcdir already configured
2765 if test -f $srcdir/config.status; then
2766 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2767 fi
2768fi
2769
2770# test whether we have cygpath
2771if test -z "$CYGPATH_W"; then
2772 if (cygpath --version) >/dev/null 2>/dev/null; then
2773 CYGPATH_W='cygpath -w'
2774 else
2775 CYGPATH_W=echo
2776 fi
2777fi
2778
2779
2780# Define the identity of the package.
2781 PACKAGE='numlib'
2782 VERSION='0.10'
2783
2784
2785# Some tools Automake needs.
2786
2787ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2788
2789
2790AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2791
2792
2793AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2794
2795
2796AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2797
2798
2799MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2800
2801# For better backward compatibility. To be removed once Automake 1.9.x
2802# dies out for good. For more background, see:
2803# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2804# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
2805mkdir_p='$(MKDIR_P)'
2806
2807# We need awk for the "check" target. The system "awk" is bad on
2808# some platforms.
2809# Always define AMTAR for backward compatibility. Yes, it's still used
2810# in the wild :-( We should find a proper way to deprecate it ...
2811AMTAR='$${TAR-tar}'
2812
2813
2814# We'll loop over all known methods to create a tar archive until one works.
2815_am_tools='gnutar pax cpio none'
2816
2817am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
2818
2819
2820
2821
2822
2823
2824
2825for ac_prog in gawk mawk nawk awk
2826do
2827 # Extract the first word of "$ac_prog", so it can be a program name with args.
2828set dummy $ac_prog; ac_word=$2
2829{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2830$as_echo_n "checking for $ac_word... " >&6; }
2831if ${ac_cv_prog_AWK+:} false; then :
2832 $as_echo_n "(cached) " >&6
2833else
2834 if test -n "$AWK"; then
2835 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2836else
2837as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2838for as_dir in $PATH
2839do
2840 IFS=$as_save_IFS
2841 test -z "$as_dir" && as_dir=.
2842 for ac_exec_ext in '' $ac_executable_extensions; do
2843 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2844 ac_cv_prog_AWK="$ac_prog"
2845 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2846 break 2
2847 fi
2848done
2849 done
2850IFS=$as_save_IFS
2851
2852fi
2853fi
2854AWK=$ac_cv_prog_AWK
2855if test -n "$AWK"; then
2856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2857$as_echo "$AWK" >&6; }
2858else
2859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2860$as_echo "no" >&6; }
2861fi
2862
2863
2864 test -n "$AWK" && break
2865done
2866
2867ac_ext=c
2868ac_cpp='$CPP $CPPFLAGS'
2869ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2870ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2871ac_compiler_gnu=$ac_cv_c_compiler_gnu
2872if test -n "$ac_tool_prefix"; then
2873 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2874set dummy ${ac_tool_prefix}gcc; ac_word=$2
2875{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2876$as_echo_n "checking for $ac_word... " >&6; }
2877if ${ac_cv_prog_CC+:} false; then :
2878 $as_echo_n "(cached) " >&6
2879else
2880 if test -n "$CC"; then
2881 ac_cv_prog_CC="$CC" # Let the user override the test.
2882else
2883as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2884for as_dir in $PATH
2885do
2886 IFS=$as_save_IFS
2887 test -z "$as_dir" && as_dir=.
2888 for ac_exec_ext in '' $ac_executable_extensions; do
2889 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2890 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2891 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2892 break 2
2893 fi
2894done
2895 done
2896IFS=$as_save_IFS
2897
2898fi
2899fi
2900CC=$ac_cv_prog_CC
2901if test -n "$CC"; then
2902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2903$as_echo "$CC" >&6; }
2904else
2905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2906$as_echo "no" >&6; }
2907fi
2908
2909
2910fi
2911if test -z "$ac_cv_prog_CC"; then
2912 ac_ct_CC=$CC
2913 # Extract the first word of "gcc", so it can be a program name with args.
2914set dummy gcc; ac_word=$2
2915{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2916$as_echo_n "checking for $ac_word... " >&6; }
2917if ${ac_cv_prog_ac_ct_CC+:} false; then :
2918 $as_echo_n "(cached) " >&6
2919else
2920 if test -n "$ac_ct_CC"; then
2921 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2922else
2923as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2924for as_dir in $PATH
2925do
2926 IFS=$as_save_IFS
2927 test -z "$as_dir" && as_dir=.
2928 for ac_exec_ext in '' $ac_executable_extensions; do
2929 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2930 ac_cv_prog_ac_ct_CC="gcc"
2931 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2932 break 2
2933 fi
2934done
2935 done
2936IFS=$as_save_IFS
2937
2938fi
2939fi
2940ac_ct_CC=$ac_cv_prog_ac_ct_CC
2941if test -n "$ac_ct_CC"; then
2942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2943$as_echo "$ac_ct_CC" >&6; }
2944else
2945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2946$as_echo "no" >&6; }
2947fi
2948
2949 if test "x$ac_ct_CC" = x; then
2950 CC=""
2951 else
2952 case $cross_compiling:$ac_tool_warned in
2953yes:)
2954{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2955$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2956ac_tool_warned=yes ;;
2957esac
2958 CC=$ac_ct_CC
2959 fi
2960else
2961 CC="$ac_cv_prog_CC"
2962fi
2963
2964if test -z "$CC"; then
2965 if test -n "$ac_tool_prefix"; then
2966 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2967set dummy ${ac_tool_prefix}cc; ac_word=$2
2968{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2969$as_echo_n "checking for $ac_word... " >&6; }
2970if ${ac_cv_prog_CC+:} false; then :
2971 $as_echo_n "(cached) " >&6
2972else
2973 if test -n "$CC"; then
2974 ac_cv_prog_CC="$CC" # Let the user override the test.
2975else
2976as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2977for as_dir in $PATH
2978do
2979 IFS=$as_save_IFS
2980 test -z "$as_dir" && as_dir=.
2981 for ac_exec_ext in '' $ac_executable_extensions; do
2982 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2983 ac_cv_prog_CC="${ac_tool_prefix}cc"
2984 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2985 break 2
2986 fi
2987done
2988 done
2989IFS=$as_save_IFS
2990
2991fi
2992fi
2993CC=$ac_cv_prog_CC
2994if test -n "$CC"; then
2995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2996$as_echo "$CC" >&6; }
2997else
2998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2999$as_echo "no" >&6; }
3000fi
3001
3002
3003 fi
3004fi
3005if test -z "$CC"; then
3006 # Extract the first word of "cc", so it can be a program name with args.
3007set dummy cc; ac_word=$2
3008{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3009$as_echo_n "checking for $ac_word... " >&6; }
3010if ${ac_cv_prog_CC+:} false; then :
3011 $as_echo_n "(cached) " >&6
3012else
3013 if test -n "$CC"; then
3014 ac_cv_prog_CC="$CC" # Let the user override the test.
3015else
3016 ac_prog_rejected=no
3017as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3018for as_dir in $PATH
3019do
3020 IFS=$as_save_IFS
3021 test -z "$as_dir" && as_dir=.
3022 for ac_exec_ext in '' $ac_executable_extensions; do
3023 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3024 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3025 ac_prog_rejected=yes
3026 continue
3027 fi
3028 ac_cv_prog_CC="cc"
3029 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3030 break 2
3031 fi
3032done
3033 done
3034IFS=$as_save_IFS
3035
3036if test $ac_prog_rejected = yes; then
3037 # We found a bogon in the path, so make sure we never use it.
3038 set dummy $ac_cv_prog_CC
3039 shift
3040 if test $# != 0; then
3041 # We chose a different compiler from the bogus one.
3042 # However, it has the same basename, so the bogon will be chosen
3043 # first if we set CC to just the basename; use the full file name.
3044 shift
3045 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3046 fi
3047fi
3048fi
3049fi
3050CC=$ac_cv_prog_CC
3051if test -n "$CC"; then
3052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3053$as_echo "$CC" >&6; }
3054else
3055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3056$as_echo "no" >&6; }
3057fi
3058
3059
3060fi
3061if test -z "$CC"; then
3062 if test -n "$ac_tool_prefix"; then
3063 for ac_prog in cl.exe
3064 do
3065 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3066set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3067{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3068$as_echo_n "checking for $ac_word... " >&6; }
3069if ${ac_cv_prog_CC+:} false; then :
3070 $as_echo_n "(cached) " >&6
3071else
3072 if test -n "$CC"; then
3073 ac_cv_prog_CC="$CC" # Let the user override the test.
3074else
3075as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3076for as_dir in $PATH
3077do
3078 IFS=$as_save_IFS
3079 test -z "$as_dir" && as_dir=.
3080 for ac_exec_ext in '' $ac_executable_extensions; do
3081 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3082 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3083 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3084 break 2
3085 fi
3086done
3087 done
3088IFS=$as_save_IFS
3089
3090fi
3091fi
3092CC=$ac_cv_prog_CC
3093if test -n "$CC"; then
3094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3095$as_echo "$CC" >&6; }
3096else
3097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3098$as_echo "no" >&6; }
3099fi
3100
3101
3102 test -n "$CC" && break
3103 done
3104fi
3105if test -z "$CC"; then
3106 ac_ct_CC=$CC
3107 for ac_prog in cl.exe
3108do
3109 # Extract the first word of "$ac_prog", so it can be a program name with args.
3110set dummy $ac_prog; ac_word=$2
3111{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3112$as_echo_n "checking for $ac_word... " >&6; }
3113if ${ac_cv_prog_ac_ct_CC+:} false; then :
3114 $as_echo_n "(cached) " >&6
3115else
3116 if test -n "$ac_ct_CC"; then
3117 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3118else
3119as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3120for as_dir in $PATH
3121do
3122 IFS=$as_save_IFS
3123 test -z "$as_dir" && as_dir=.
3124 for ac_exec_ext in '' $ac_executable_extensions; do
3125 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3126 ac_cv_prog_ac_ct_CC="$ac_prog"
3127 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3128 break 2
3129 fi
3130done
3131 done
3132IFS=$as_save_IFS
3133
3134fi
3135fi
3136ac_ct_CC=$ac_cv_prog_ac_ct_CC
3137if test -n "$ac_ct_CC"; then
3138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3139$as_echo "$ac_ct_CC" >&6; }
3140else
3141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3142$as_echo "no" >&6; }
3143fi
3144
3145
3146 test -n "$ac_ct_CC" && break
3147done
3148
3149 if test "x$ac_ct_CC" = x; then
3150 CC=""
3151 else
3152 case $cross_compiling:$ac_tool_warned in
3153yes:)
3154{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3155$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3156ac_tool_warned=yes ;;
3157esac
3158 CC=$ac_ct_CC
3159 fi
3160fi
3161
3162fi
3163
3164
3165test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3166$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3167as_fn_error $? "no acceptable C compiler found in \$PATH
3168See \`config.log' for more details" "$LINENO" 5; }
3169
3170# Provide some information about the compiler.
3171$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3172set X $ac_compile
3173ac_compiler=$2
3174for ac_option in --version -v -V -qversion; do
3175 { { ac_try="$ac_compiler $ac_option >&5"
3176case "(($ac_try" in
3177 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3178 *) ac_try_echo=$ac_try;;
3179esac
3180eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3181$as_echo "$ac_try_echo"; } >&5
3182 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3183 ac_status=$?
3184 if test -s conftest.err; then
3185 sed '10a\
3186... rest of stderr output deleted ...
3187 10q' conftest.err >conftest.er1
3188 cat conftest.er1 >&5
3189 fi
3190 rm -f conftest.er1 conftest.err
3191 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3192 test $ac_status = 0; }
3193done
3194
3195cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3196/* end confdefs.h. */
3197
3198int
3199main ()
3200{
3201
3202 ;
3203 return 0;
3204}
3205_ACEOF
3206ac_clean_files_save=$ac_clean_files
3207ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3208# Try to create an executable without -o first, disregard a.out.
3209# It will help us diagnose broken compilers, and finding out an intuition
3210# of exeext.
3211{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3212$as_echo_n "checking whether the C compiler works... " >&6; }
3213ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3214
3215# The possible output files:
3216ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3217
3218ac_rmfiles=
3219for ac_file in $ac_files
3220do
3221 case $ac_file in
3222 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3223 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3224 esac
3225done
3226rm -f $ac_rmfiles
3227
3228if { { ac_try="$ac_link_default"
3229case "(($ac_try" in
3230 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3231 *) ac_try_echo=$ac_try;;
3232esac
3233eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3234$as_echo "$ac_try_echo"; } >&5
3235 (eval "$ac_link_default") 2>&5
3236 ac_status=$?
3237 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3238 test $ac_status = 0; }; then :
3239 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3240# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3241# in a Makefile. We should not override ac_cv_exeext if it was cached,
3242# so that the user can short-circuit this test for compilers unknown to
3243# Autoconf.
3244for ac_file in $ac_files ''
3245do
3246 test -f "$ac_file" || continue
3247 case $ac_file in
3248 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3249 ;;
3250 [ab].out )
3251 # We found the default executable, but exeext='' is most
3252 # certainly right.
3253 break;;
3254 *.* )
3255 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3256 then :; else
3257 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3258 fi
3259 # We set ac_cv_exeext here because the later test for it is not
3260 # safe: cross compilers may not add the suffix if given an `-o'
3261 # argument, so we may need to know it at that point already.
3262 # Even if this section looks crufty: it has the advantage of
3263 # actually working.
3264 break;;
3265 * )
3266 break;;
3267 esac
3268done
3269test "$ac_cv_exeext" = no && ac_cv_exeext=
3270
3271else
3272 ac_file=''
3273fi
3274if test -z "$ac_file"; then :
3275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3276$as_echo "no" >&6; }
3277$as_echo "$as_me: failed program was:" >&5
3278sed 's/^/| /' conftest.$ac_ext >&5
3279
3280{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3281$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3282as_fn_error 77 "C compiler cannot create executables
3283See \`config.log' for more details" "$LINENO" 5; }
3284else
3285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3286$as_echo "yes" >&6; }
3287fi
3288{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3289$as_echo_n "checking for C compiler default output file name... " >&6; }
3290{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3291$as_echo "$ac_file" >&6; }
3292ac_exeext=$ac_cv_exeext
3293
3294rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3295ac_clean_files=$ac_clean_files_save
3296{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3297$as_echo_n "checking for suffix of executables... " >&6; }
3298if { { ac_try="$ac_link"
3299case "(($ac_try" in
3300 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3301 *) ac_try_echo=$ac_try;;
3302esac
3303eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3304$as_echo "$ac_try_echo"; } >&5
3305 (eval "$ac_link") 2>&5
3306 ac_status=$?
3307 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3308 test $ac_status = 0; }; then :
3309 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3310# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3311# work properly (i.e., refer to `conftest.exe'), while it won't with
3312# `rm'.
3313for ac_file in conftest.exe conftest conftest.*; do
3314 test -f "$ac_file" || continue
3315 case $ac_file in
3316 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3317 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3318 break;;
3319 * ) break;;
3320 esac
3321done
3322else
3323 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3324$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3325as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3326See \`config.log' for more details" "$LINENO" 5; }
3327fi
3328rm -f conftest conftest$ac_cv_exeext
3329{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3330$as_echo "$ac_cv_exeext" >&6; }
3331
3332rm -f conftest.$ac_ext
3333EXEEXT=$ac_cv_exeext
3334ac_exeext=$EXEEXT
3335cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3336/* end confdefs.h. */
3337#include <stdio.h>
3338int
3339main ()
3340{
3341FILE *f = fopen ("conftest.out", "w");
3342 return ferror (f) || fclose (f) != 0;
3343
3344 ;
3345 return 0;
3346}
3347_ACEOF
3348ac_clean_files="$ac_clean_files conftest.out"
3349# Check that the compiler produces executables we can run. If not, either
3350# the compiler is broken, or we cross compile.
3351{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3352$as_echo_n "checking whether we are cross compiling... " >&6; }
3353if test "$cross_compiling" != yes; then
3354 { { ac_try="$ac_link"
3355case "(($ac_try" in
3356 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3357 *) ac_try_echo=$ac_try;;
3358esac
3359eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3360$as_echo "$ac_try_echo"; } >&5
3361 (eval "$ac_link") 2>&5
3362 ac_status=$?
3363 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3364 test $ac_status = 0; }
3365 if { ac_try='./conftest$ac_cv_exeext'
3366 { { case "(($ac_try" in
3367 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3368 *) ac_try_echo=$ac_try;;
3369esac
3370eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3371$as_echo "$ac_try_echo"; } >&5
3372 (eval "$ac_try") 2>&5
3373 ac_status=$?
3374 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3375 test $ac_status = 0; }; }; then
3376 cross_compiling=no
3377 else
3378 if test "$cross_compiling" = maybe; then
3379 cross_compiling=yes
3380 else
3381 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3382$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3383as_fn_error $? "cannot run C compiled programs.
3384If you meant to cross compile, use \`--host'.
3385See \`config.log' for more details" "$LINENO" 5; }
3386 fi
3387 fi
3388fi
3389{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3390$as_echo "$cross_compiling" >&6; }
3391
3392rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3393ac_clean_files=$ac_clean_files_save
3394{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3395$as_echo_n "checking for suffix of object files... " >&6; }
3396if ${ac_cv_objext+:} false; then :
3397 $as_echo_n "(cached) " >&6
3398else
3399 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3400/* end confdefs.h. */
3401
3402int
3403main ()
3404{
3405
3406 ;
3407 return 0;
3408}
3409_ACEOF
3410rm -f conftest.o conftest.obj
3411if { { ac_try="$ac_compile"
3412case "(($ac_try" in
3413 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3414 *) ac_try_echo=$ac_try;;
3415esac
3416eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3417$as_echo "$ac_try_echo"; } >&5
3418 (eval "$ac_compile") 2>&5
3419 ac_status=$?
3420 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3421 test $ac_status = 0; }; then :
3422 for ac_file in conftest.o conftest.obj conftest.*; do
3423 test -f "$ac_file" || continue;
3424 case $ac_file in
3425 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3426 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3427 break;;
3428 esac
3429done
3430else
3431 $as_echo "$as_me: failed program was:" >&5
3432sed 's/^/| /' conftest.$ac_ext >&5
3433
3434{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3435$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3436as_fn_error $? "cannot compute suffix of object files: cannot compile
3437See \`config.log' for more details" "$LINENO" 5; }
3438fi
3439rm -f conftest.$ac_cv_objext conftest.$ac_ext
3440fi
3441{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3442$as_echo "$ac_cv_objext" >&6; }
3443OBJEXT=$ac_cv_objext
3444ac_objext=$OBJEXT
3445{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3446$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3447if ${ac_cv_c_compiler_gnu+:} false; then :
3448 $as_echo_n "(cached) " >&6
3449else
3450 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3451/* end confdefs.h. */
3452
3453int
3454main ()
3455{
3456#ifndef __GNUC__
3457 choke me
3458#endif
3459
3460 ;
3461 return 0;
3462}
3463_ACEOF
3464if ac_fn_c_try_compile "$LINENO"; then :
3465 ac_compiler_gnu=yes
3466else
3467 ac_compiler_gnu=no
3468fi
3469rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3470ac_cv_c_compiler_gnu=$ac_compiler_gnu
3471
3472fi
3473{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3474$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3475if test $ac_compiler_gnu = yes; then
3476 GCC=yes
3477else
3478 GCC=
3479fi
3480ac_test_CFLAGS=${CFLAGS+set}
3481ac_save_CFLAGS=$CFLAGS
3482{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3483$as_echo_n "checking whether $CC accepts -g... " >&6; }
3484if ${ac_cv_prog_cc_g+:} false; then :
3485 $as_echo_n "(cached) " >&6
3486else
3487 ac_save_c_werror_flag=$ac_c_werror_flag
3488 ac_c_werror_flag=yes
3489 ac_cv_prog_cc_g=no
3490 CFLAGS="-g"
3491 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3492/* end confdefs.h. */
3493
3494int
3495main ()
3496{
3497
3498 ;
3499 return 0;
3500}
3501_ACEOF
3502if ac_fn_c_try_compile "$LINENO"; then :
3503 ac_cv_prog_cc_g=yes
3504else
3505 CFLAGS=""
3506 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3507/* end confdefs.h. */
3508
3509int
3510main ()
3511{
3512
3513 ;
3514 return 0;
3515}
3516_ACEOF
3517if ac_fn_c_try_compile "$LINENO"; then :
3518
3519else
3520 ac_c_werror_flag=$ac_save_c_werror_flag
3521 CFLAGS="-g"
3522 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3523/* end confdefs.h. */
3524
3525int
3526main ()
3527{
3528
3529 ;
3530 return 0;
3531}
3532_ACEOF
3533if ac_fn_c_try_compile "$LINENO"; then :
3534 ac_cv_prog_cc_g=yes
3535fi
3536rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3537fi
3538rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3539fi
3540rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3541 ac_c_werror_flag=$ac_save_c_werror_flag
3542fi
3543{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3544$as_echo "$ac_cv_prog_cc_g" >&6; }
3545if test "$ac_test_CFLAGS" = set; then
3546 CFLAGS=$ac_save_CFLAGS
3547elif test $ac_cv_prog_cc_g = yes; then
3548 if test "$GCC" = yes; then
3549 CFLAGS="-g -O2"
3550 else
3551 CFLAGS="-g"
3552 fi
3553else
3554 if test "$GCC" = yes; then
3555 CFLAGS="-O2"
3556 else
3557 CFLAGS=
3558 fi
3559fi
3560{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3561$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3562if ${ac_cv_prog_cc_c89+:} false; then :
3563 $as_echo_n "(cached) " >&6
3564else
3565 ac_cv_prog_cc_c89=no
3566ac_save_CC=$CC
3567cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3568/* end confdefs.h. */
3569#include <stdarg.h>
3570#include <stdio.h>
3571struct stat;
3572/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3573struct buf { int x; };
3574FILE * (*rcsopen) (struct buf *, struct stat *, int);
3575static char *e (p, i)
3576 char **p;
3577 int i;
3578{
3579 return p[i];
3580}
3581static char *f (char * (*g) (char **, int), char **p, ...)
3582{
3583 char *s;
3584 va_list v;
3585 va_start (v,p);
3586 s = g (p, va_arg (v,int));
3587 va_end (v);
3588 return s;
3589}
3590
3591/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3592 function prototypes and stuff, but not '\xHH' hex character constants.
3593 These don't provoke an error unfortunately, instead are silently treated
3594 as 'x'. The following induces an error, until -std is added to get
3595 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3596 array size at least. It's necessary to write '\x00'==0 to get something
3597 that's true only with -std. */
3598int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3599
3600/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3601 inside strings and character constants. */
3602#define FOO(x) 'x'
3603int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3604
3605int test (int i, double x);
3606struct s1 {int (*f) (int a);};
3607struct s2 {int (*f) (double a);};
3608int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3609int argc;
3610char **argv;
3611int
3612main ()
3613{
3614return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3615 ;
3616 return 0;
3617}
3618_ACEOF
3619for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3620 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3621do
3622 CC="$ac_save_CC $ac_arg"
3623 if ac_fn_c_try_compile "$LINENO"; then :
3624 ac_cv_prog_cc_c89=$ac_arg
3625fi
3626rm -f core conftest.err conftest.$ac_objext
3627 test "x$ac_cv_prog_cc_c89" != "xno" && break
3628done
3629rm -f conftest.$ac_ext
3630CC=$ac_save_CC
3631
3632fi
3633# AC_CACHE_VAL
3634case "x$ac_cv_prog_cc_c89" in
3635 x)
3636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3637$as_echo "none needed" >&6; } ;;
3638 xno)
3639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3640$as_echo "unsupported" >&6; } ;;
3641 *)
3642 CC="$CC $ac_cv_prog_cc_c89"
3643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3644$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3645esac
3646if test "x$ac_cv_prog_cc_c89" != xno; then :
3647
3648fi
3649
3650ac_ext=c
3651ac_cpp='$CPP $CPPFLAGS'
3652ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3653ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3654ac_compiler_gnu=$ac_cv_c_compiler_gnu
3655DEPDIR="${am__leading_dot}deps"
3656
3657ac_config_commands="$ac_config_commands depfiles"
3658
3659
3660am_make=${MAKE-make}
3661cat > confinc << 'END'
3662am__doit:
3663 @echo this is the am__doit target
3664.PHONY: am__doit
3665END
3666# If we don't find an include directive, just comment out the code.
3667{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3668$as_echo_n "checking for style of include used by $am_make... " >&6; }
3669am__include="#"
3670am__quote=
3671_am_result=none
3672# First try GNU make style include.
3673echo "include confinc" > confmf
3674# Ignore all kinds of additional output from 'make'.
3675case `$am_make -s -f confmf 2> /dev/null` in #(
3676*the\ am__doit\ target*)
3677 am__include=include
3678 am__quote=
3679 _am_result=GNU
3680 ;;
3681esac
3682# Now try BSD make style include.
3683if test "$am__include" = "#"; then
3684 echo '.include "confinc"' > confmf
3685 case `$am_make -s -f confmf 2> /dev/null` in #(
3686 *the\ am__doit\ target*)
3687 am__include=.include
3688 am__quote="\""
3689 _am_result=BSD
3690 ;;
3691 esac
3692fi
3693
3694
3695{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3696$as_echo "$_am_result" >&6; }
3697rm -f confinc confmf
3698
3699# Check whether --enable-dependency-tracking was given.
3700if test "${enable_dependency_tracking+set}" = set; then :
3701 enableval=$enable_dependency_tracking;
3702fi
3703
3704if test "x$enable_dependency_tracking" != xno; then
3705 am_depcomp="$ac_aux_dir/depcomp"
3706 AMDEPBACKSLASH='\'
3707 am__nodep='_no'
3708fi
3709 if test "x$enable_dependency_tracking" != xno; then
3710 AMDEP_TRUE=
3711 AMDEP_FALSE='#'
3712else
3713 AMDEP_TRUE='#'
3714 AMDEP_FALSE=
3715fi
3716
3717
3718
3719depcc="$CC" am_compiler_list=
3720
3721{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3722$as_echo_n "checking dependency style of $depcc... " >&6; }
3723if ${am_cv_CC_dependencies_compiler_type+:} false; then :
3724 $as_echo_n "(cached) " >&6
3725else
3726 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3727 # We make a subdir and do the tests there. Otherwise we can end up
3728 # making bogus files that we don't know about and never remove. For
3729 # instance it was reported that on HP-UX the gcc test will end up
3730 # making a dummy file named 'D' -- because '-MD' means "put the output
3731 # in D".
3732 rm -rf conftest.dir
3733 mkdir conftest.dir
3734 # Copy depcomp to subdir because otherwise we won't find it if we're
3735 # using a relative directory.
3736 cp "$am_depcomp" conftest.dir
3737 cd conftest.dir
3738 # We will build objects and dependencies in a subdirectory because
3739 # it helps to detect inapplicable dependency modes. For instance
3740 # both Tru64's cc and ICC support -MD to output dependencies as a
3741 # side effect of compilation, but ICC will put the dependencies in
3742 # the current directory while Tru64 will put them in the object
3743 # directory.
3744 mkdir sub
3745
3746 am_cv_CC_dependencies_compiler_type=none
3747 if test "$am_compiler_list" = ""; then
3748 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3749 fi
3750 am__universal=false
3751 case " $depcc " in #(
3752 *\ -arch\ *\ -arch\ *) am__universal=true ;;
3753 esac
3754
3755 for depmode in $am_compiler_list; do
3756 # Setup a source with many dependencies, because some compilers
3757 # like to wrap large dependency lists on column 80 (with \), and
3758 # we should not choose a depcomp mode which is confused by this.
3759 #
3760 # We need to recreate these files for each test, as the compiler may
3761 # overwrite some of them when testing with obscure command lines.
3762 # This happens at least with the AIX C compiler.
3763 : > sub/conftest.c
3764 for i in 1 2 3 4 5 6; do
3765 echo '#include "conftst'$i'.h"' >> sub/conftest.c
3766 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
3767 # Solaris 10 /bin/sh.
3768 echo '/* dummy */' > sub/conftst$i.h
3769 done
3770 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3771
3772 # We check with '-c' and '-o' for the sake of the "dashmstdout"
3773 # mode. It turns out that the SunPro C++ compiler does not properly
3774 # handle '-M -o', and we need to detect this. Also, some Intel
3775 # versions had trouble with output in subdirs.
3776 am__obj=sub/conftest.${OBJEXT-o}
3777 am__minus_obj="-o $am__obj"
3778 case $depmode in
3779 gcc)
3780 # This depmode causes a compiler race in universal mode.
3781 test "$am__universal" = false || continue
3782 ;;
3783 nosideeffect)
3784 # After this tag, mechanisms are not by side-effect, so they'll
3785 # only be used when explicitly requested.
3786 if test "x$enable_dependency_tracking" = xyes; then
3787 continue
3788 else
3789 break
3790 fi
3791 ;;
3792 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
3793 # This compiler won't grok '-c -o', but also, the minuso test has
3794 # not run yet. These depmodes are late enough in the game, and
3795 # so weak that their functioning should not be impacted.
3796 am__obj=conftest.${OBJEXT-o}
3797 am__minus_obj=
3798 ;;
3799 none) break ;;
3800 esac
3801 if depmode=$depmode \
3802 source=sub/conftest.c object=$am__obj \
3803 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3804 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
3805 >/dev/null 2>conftest.err &&
3806 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
3807 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3808 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
3809 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3810 # icc doesn't choke on unknown options, it will just issue warnings
3811 # or remarks (even with -Werror). So we grep stderr for any message
3812 # that says an option was ignored or not supported.
3813 # When given -MP, icc 7.0 and 7.1 complain thusly:
3814 # icc: Command line warning: ignoring option '-M'; no argument required
3815 # The diagnosis changed in icc 8.0:
3816 # icc: Command line remark: option '-MP' not supported
3817 if (grep 'ignoring option' conftest.err ||
3818 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3819 am_cv_CC_dependencies_compiler_type=$depmode
3820 break
3821 fi
3822 fi
3823 done
3824
3825 cd ..
3826 rm -rf conftest.dir
3827else
3828 am_cv_CC_dependencies_compiler_type=none
3829fi
3830
3831fi
3832{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
3833$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
3834CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3835
3836 if
3837 test "x$enable_dependency_tracking" != xno \
3838 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3839 am__fastdepCC_TRUE=
3840 am__fastdepCC_FALSE='#'
3841else
3842 am__fastdepCC_TRUE='#'
3843 am__fastdepCC_FALSE=
3844fi
3845
3846
3847
3848{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
3849$as_echo_n "checking whether ln -s works... " >&6; }
3850LN_S=$as_ln_s
3851if test "$LN_S" = "ln -s"; then
3852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3853$as_echo "yes" >&6; }
3854else
3855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
3856$as_echo "no, using $LN_S" >&6; }
3857fi
3858
3859case `pwd` in
3860 *\ * | *\ *)
3861 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
3862$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
3863esac
3864
3865
3866
3867macro_version='2.4.2'
3868macro_revision='1.3337'
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882ltmain="$ac_aux_dir/ltmain.sh"
3883
3884# Make sure we can run config.sub.
3885$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
3886 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3887
3888{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3889$as_echo_n "checking build system type... " >&6; }
3890if ${ac_cv_build+:} false; then :
3891 $as_echo_n "(cached) " >&6
3892else
3893 ac_build_alias=$build_alias
3894test "x$ac_build_alias" = x &&
3895 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3896test "x$ac_build_alias" = x &&
3897 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
3898ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3899 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3900
3901fi
3902{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3903$as_echo "$ac_cv_build" >&6; }
3904case $ac_cv_build in
3905*-*-*) ;;
3906*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
3907esac
3908build=$ac_cv_build
3909ac_save_IFS=$IFS; IFS='-'
3910set x $ac_cv_build
3911shift
3912build_cpu=$1
3913build_vendor=$2
3914shift; shift
3915# Remember, the first character of IFS is used to create $*,
3916# except with old shells:
3917build_os=$*
3918IFS=$ac_save_IFS
3919case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3920
3921
3922{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3923$as_echo_n "checking host system type... " >&6; }
3924if ${ac_cv_host+:} false; then :
3925 $as_echo_n "(cached) " >&6
3926else
3927 if test "x$host_alias" = x; then
3928 ac_cv_host=$ac_cv_build
3929else
3930 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3931 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3932fi
3933
3934fi
3935{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3936$as_echo "$ac_cv_host" >&6; }
3937case $ac_cv_host in
3938*-*-*) ;;
3939*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
3940esac
3941host=$ac_cv_host
3942ac_save_IFS=$IFS; IFS='-'
3943set x $ac_cv_host
3944shift
3945host_cpu=$1
3946host_vendor=$2
3947shift; shift
3948# Remember, the first character of IFS is used to create $*,
3949# except with old shells:
3950host_os=$*
3951IFS=$ac_save_IFS
3952case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3953
3954
3955# Backslashify metacharacters that are still active within
3956# double-quoted strings.
3957sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
3958
3959# Same as above, but do not quote variable references.
3960double_quote_subst='s/\(["`\\]\)/\\\1/g'
3961
3962# Sed substitution to delay expansion of an escaped shell variable in a
3963# double_quote_subst'ed string.
3964delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
3965
3966# Sed substitution to delay expansion of an escaped single quote.
3967delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
3968
3969# Sed substitution to avoid accidental globbing in evaled expressions
3970no_glob_subst='s/\*/\\\*/g'
3971
3972ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3973ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
3974ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
3975
3976{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
3977$as_echo_n "checking how to print strings... " >&6; }
3978# Test print first, because it will be a builtin if present.
3979if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
3980 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
3981 ECHO='print -r --'
3982elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
3983 ECHO='printf %s\n'
3984else
3985 # Use this function as a fallback that always works.
3986 func_fallback_echo ()
3987 {
3988 eval 'cat <<_LTECHO_EOF
3989$1
3990_LTECHO_EOF'
3991 }
3992 ECHO='func_fallback_echo'
3993fi
3994
3995# func_echo_all arg...
3996# Invoke $ECHO with all args, space-separated.
3997func_echo_all ()
3998{
3999 $ECHO ""
4000}
4001
4002case "$ECHO" in
4003 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
4004$as_echo "printf" >&6; } ;;
4005 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
4006$as_echo "print -r" >&6; } ;;
4007 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
4008$as_echo "cat" >&6; } ;;
4009esac
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4025$as_echo_n "checking for a sed that does not truncate output... " >&6; }
4026if ${ac_cv_path_SED+:} false; then :
4027 $as_echo_n "(cached) " >&6
4028else
4029 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4030 for ac_i in 1 2 3 4 5 6 7; do
4031 ac_script="$ac_script$as_nl$ac_script"
4032 done
4033 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4034 { ac_script=; unset ac_script;}
4035 if test -z "$SED"; then
4036 ac_path_SED_found=false
4037 # Loop through the user's path and test for each of PROGNAME-LIST
4038 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4039for as_dir in $PATH
4040do
4041 IFS=$as_save_IFS
4042 test -z "$as_dir" && as_dir=.
4043 for ac_prog in sed gsed; do
4044 for ac_exec_ext in '' $ac_executable_extensions; do
4045 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4046 as_fn_executable_p "$ac_path_SED" || continue
4047# Check for GNU ac_path_SED and select it if it is found.
4048 # Check for GNU $ac_path_SED
4049case `"$ac_path_SED" --version 2>&1` in
4050*GNU*)
4051 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
4052*)
4053 ac_count=0
4054 $as_echo_n 0123456789 >"conftest.in"
4055 while :
4056 do
4057 cat "conftest.in" "conftest.in" >"conftest.tmp"
4058 mv "conftest.tmp" "conftest.in"
4059 cp "conftest.in" "conftest.nl"
4060 $as_echo '' >> "conftest.nl"
4061 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4062 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4063 as_fn_arith $ac_count + 1 && ac_count=$as_val
4064 if test $ac_count -gt ${ac_path_SED_max-0}; then
4065 # Best one so far, save it but keep looking for a better one
4066 ac_cv_path_SED="$ac_path_SED"
4067 ac_path_SED_max=$ac_count
4068 fi
4069 # 10*(2^10) chars as input seems more than enough
4070 test $ac_count -gt 10 && break
4071 done
4072 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4073esac
4074
4075 $ac_path_SED_found && break 3
4076 done
4077 done
4078 done
4079IFS=$as_save_IFS
4080 if test -z "$ac_cv_path_SED"; then
4081 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
4082 fi
4083else
4084 ac_cv_path_SED=$SED
4085fi
4086
4087fi
4088{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4089$as_echo "$ac_cv_path_SED" >&6; }
4090 SED="$ac_cv_path_SED"
4091 rm -f conftest.sed
4092
4093test -z "$SED" && SED=sed
4094Xsed="$SED -e 1s/^X//"
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4107$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4108if ${ac_cv_path_GREP+:} false; then :
4109 $as_echo_n "(cached) " >&6
4110else
4111 if test -z "$GREP"; then
4112 ac_path_GREP_found=false
4113 # Loop through the user's path and test for each of PROGNAME-LIST
4114 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4115for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4116do
4117 IFS=$as_save_IFS
4118 test -z "$as_dir" && as_dir=.
4119 for ac_prog in grep ggrep; do
4120 for ac_exec_ext in '' $ac_executable_extensions; do
4121 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4122 as_fn_executable_p "$ac_path_GREP" || continue
4123# Check for GNU ac_path_GREP and select it if it is found.
4124 # Check for GNU $ac_path_GREP
4125case `"$ac_path_GREP" --version 2>&1` in
4126*GNU*)
4127 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4128*)
4129 ac_count=0
4130 $as_echo_n 0123456789 >"conftest.in"
4131 while :
4132 do
4133 cat "conftest.in" "conftest.in" >"conftest.tmp"
4134 mv "conftest.tmp" "conftest.in"
4135 cp "conftest.in" "conftest.nl"
4136 $as_echo 'GREP' >> "conftest.nl"
4137 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4138 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4139 as_fn_arith $ac_count + 1 && ac_count=$as_val
4140 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4141 # Best one so far, save it but keep looking for a better one
4142 ac_cv_path_GREP="$ac_path_GREP"
4143 ac_path_GREP_max=$ac_count
4144 fi
4145 # 10*(2^10) chars as input seems more than enough
4146 test $ac_count -gt 10 && break
4147 done
4148 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4149esac
4150
4151 $ac_path_GREP_found && break 3
4152 done
4153 done
4154 done
4155IFS=$as_save_IFS
4156 if test -z "$ac_cv_path_GREP"; then
4157 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4158 fi
4159else
4160 ac_cv_path_GREP=$GREP
4161fi
4162
4163fi
4164{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4165$as_echo "$ac_cv_path_GREP" >&6; }
4166 GREP="$ac_cv_path_GREP"
4167
4168
4169{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4170$as_echo_n "checking for egrep... " >&6; }
4171if ${ac_cv_path_EGREP+:} false; then :
4172 $as_echo_n "(cached) " >&6
4173else
4174 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4175 then ac_cv_path_EGREP="$GREP -E"
4176 else
4177 if test -z "$EGREP"; then
4178 ac_path_EGREP_found=false
4179 # Loop through the user's path and test for each of PROGNAME-LIST
4180 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4181for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4182do
4183 IFS=$as_save_IFS
4184 test -z "$as_dir" && as_dir=.
4185 for ac_prog in egrep; do
4186 for ac_exec_ext in '' $ac_executable_extensions; do
4187 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4188 as_fn_executable_p "$ac_path_EGREP" || continue
4189# Check for GNU ac_path_EGREP and select it if it is found.
4190 # Check for GNU $ac_path_EGREP
4191case `"$ac_path_EGREP" --version 2>&1` in
4192*GNU*)
4193 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4194*)
4195 ac_count=0
4196 $as_echo_n 0123456789 >"conftest.in"
4197 while :
4198 do
4199 cat "conftest.in" "conftest.in" >"conftest.tmp"
4200 mv "conftest.tmp" "conftest.in"
4201 cp "conftest.in" "conftest.nl"
4202 $as_echo 'EGREP' >> "conftest.nl"
4203 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4204 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4205 as_fn_arith $ac_count + 1 && ac_count=$as_val
4206 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4207 # Best one so far, save it but keep looking for a better one
4208 ac_cv_path_EGREP="$ac_path_EGREP"
4209 ac_path_EGREP_max=$ac_count
4210 fi
4211 # 10*(2^10) chars as input seems more than enough
4212 test $ac_count -gt 10 && break
4213 done
4214 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4215esac
4216
4217 $ac_path_EGREP_found && break 3
4218 done
4219 done
4220 done
4221IFS=$as_save_IFS
4222 if test -z "$ac_cv_path_EGREP"; then
4223 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4224 fi
4225else
4226 ac_cv_path_EGREP=$EGREP
4227fi
4228
4229 fi
4230fi
4231{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4232$as_echo "$ac_cv_path_EGREP" >&6; }
4233 EGREP="$ac_cv_path_EGREP"
4234
4235
4236{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4237$as_echo_n "checking for fgrep... " >&6; }
4238if ${ac_cv_path_FGREP+:} false; then :
4239 $as_echo_n "(cached) " >&6
4240else
4241 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4242 then ac_cv_path_FGREP="$GREP -F"
4243 else
4244 if test -z "$FGREP"; then
4245 ac_path_FGREP_found=false
4246 # Loop through the user's path and test for each of PROGNAME-LIST
4247 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4248for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4249do
4250 IFS=$as_save_IFS
4251 test -z "$as_dir" && as_dir=.
4252 for ac_prog in fgrep; do
4253 for ac_exec_ext in '' $ac_executable_extensions; do
4254 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4255 as_fn_executable_p "$ac_path_FGREP" || continue
4256# Check for GNU ac_path_FGREP and select it if it is found.
4257 # Check for GNU $ac_path_FGREP
4258case `"$ac_path_FGREP" --version 2>&1` in
4259*GNU*)
4260 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4261*)
4262 ac_count=0
4263 $as_echo_n 0123456789 >"conftest.in"
4264 while :
4265 do
4266 cat "conftest.in" "conftest.in" >"conftest.tmp"
4267 mv "conftest.tmp" "conftest.in"
4268 cp "conftest.in" "conftest.nl"
4269 $as_echo 'FGREP' >> "conftest.nl"
4270 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4271 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4272 as_fn_arith $ac_count + 1 && ac_count=$as_val
4273 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4274 # Best one so far, save it but keep looking for a better one
4275 ac_cv_path_FGREP="$ac_path_FGREP"
4276 ac_path_FGREP_max=$ac_count
4277 fi
4278 # 10*(2^10) chars as input seems more than enough
4279 test $ac_count -gt 10 && break
4280 done
4281 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4282esac
4283
4284 $ac_path_FGREP_found && break 3
4285 done
4286 done
4287 done
4288IFS=$as_save_IFS
4289 if test -z "$ac_cv_path_FGREP"; then
4290 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4291 fi
4292else
4293 ac_cv_path_FGREP=$FGREP
4294fi
4295
4296 fi
4297fi
4298{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4299$as_echo "$ac_cv_path_FGREP" >&6; }
4300 FGREP="$ac_cv_path_FGREP"
4301
4302
4303test -z "$GREP" && GREP=grep
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323# Check whether --with-gnu-ld was given.
4324if test "${with_gnu_ld+set}" = set; then :
4325 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4326else
4327 with_gnu_ld=no
4328fi
4329
4330ac_prog=ld
4331if test "$GCC" = yes; then
4332 # Check if gcc -print-prog-name=ld gives a path.
4333 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4334$as_echo_n "checking for ld used by $CC... " >&6; }
4335 case $host in
4336 *-*-mingw*)
4337 # gcc leaves a trailing carriage return which upsets mingw
4338 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4339 *)
4340 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4341 esac
4342 case $ac_prog in
4343 # Accept absolute paths.
4344 [\\/]* | ?:[\\/]*)
4345 re_direlt='/[^/][^/]*/\.\./'
4346 # Canonicalize the pathname of ld
4347 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4348 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4349 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4350 done
4351 test -z "$LD" && LD="$ac_prog"
4352 ;;
4353 "")
4354 # If it fails, then pretend we aren't using GCC.
4355 ac_prog=ld
4356 ;;
4357 *)
4358 # If it is relative, then search for the first ld in PATH.
4359 with_gnu_ld=unknown
4360 ;;
4361 esac
4362elif test "$with_gnu_ld" = yes; then
4363 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4364$as_echo_n "checking for GNU ld... " >&6; }
4365else
4366 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4367$as_echo_n "checking for non-GNU ld... " >&6; }
4368fi
4369if ${lt_cv_path_LD+:} false; then :
4370 $as_echo_n "(cached) " >&6
4371else
4372 if test -z "$LD"; then
4373 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4374 for ac_dir in $PATH; do
4375 IFS="$lt_save_ifs"
4376 test -z "$ac_dir" && ac_dir=.
4377 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4378 lt_cv_path_LD="$ac_dir/$ac_prog"
4379 # Check to see if the program is GNU ld. I'd rather use --version,
4380 # but apparently some variants of GNU ld only accept -v.
4381 # Break only if it was the GNU/non-GNU ld that we prefer.
4382 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4383 *GNU* | *'with BFD'*)
4384 test "$with_gnu_ld" != no && break
4385 ;;
4386 *)
4387 test "$with_gnu_ld" != yes && break
4388 ;;
4389 esac
4390 fi
4391 done
4392 IFS="$lt_save_ifs"
4393else
4394 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4395fi
4396fi
4397
4398LD="$lt_cv_path_LD"
4399if test -n "$LD"; then
4400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4401$as_echo "$LD" >&6; }
4402else
4403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4404$as_echo "no" >&6; }
4405fi
4406test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
4407{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4408$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4409if ${lt_cv_prog_gnu_ld+:} false; then :
4410 $as_echo_n "(cached) " >&6
4411else
4412 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4413case `$LD -v 2>&1 </dev/null` in
4414*GNU* | *'with BFD'*)
4415 lt_cv_prog_gnu_ld=yes
4416 ;;
4417*)
4418 lt_cv_prog_gnu_ld=no
4419 ;;
4420esac
4421fi
4422{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4423$as_echo "$lt_cv_prog_gnu_ld" >&6; }
4424with_gnu_ld=$lt_cv_prog_gnu_ld
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4435$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
4436if ${lt_cv_path_NM+:} false; then :
4437 $as_echo_n "(cached) " >&6
4438else
4439 if test -n "$NM"; then
4440 # Let the user override the test.
4441 lt_cv_path_NM="$NM"
4442else
4443 lt_nm_to_check="${ac_tool_prefix}nm"
4444 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4445 lt_nm_to_check="$lt_nm_to_check nm"
4446 fi
4447 for lt_tmp_nm in $lt_nm_to_check; do
4448 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4449 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4450 IFS="$lt_save_ifs"
4451 test -z "$ac_dir" && ac_dir=.
4452 tmp_nm="$ac_dir/$lt_tmp_nm"
4453 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4454 # Check to see if the nm accepts a BSD-compat flag.
4455 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4456 # nm: unknown option "B" ignored
4457 # Tru64's nm complains that /dev/null is an invalid object file
4458 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4459 */dev/null* | *'Invalid file or object type'*)
4460 lt_cv_path_NM="$tmp_nm -B"
4461 break
4462 ;;
4463 *)
4464 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4465 */dev/null*)
4466 lt_cv_path_NM="$tmp_nm -p"
4467 break
4468 ;;
4469 *)
4470 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4471 continue # so that we can try to find one that supports BSD flags
4472 ;;
4473 esac
4474 ;;
4475 esac
4476 fi
4477 done
4478 IFS="$lt_save_ifs"
4479 done
4480 : ${lt_cv_path_NM=no}
4481fi
4482fi
4483{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4484$as_echo "$lt_cv_path_NM" >&6; }
4485if test "$lt_cv_path_NM" != "no"; then
4486 NM="$lt_cv_path_NM"
4487else
4488 # Didn't find any BSD compatible name lister, look for dumpbin.
4489 if test -n "$DUMPBIN"; then :
4490 # Let the user override the test.
4491 else
4492 if test -n "$ac_tool_prefix"; then
4493 for ac_prog in dumpbin "link -dump"
4494 do
4495 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4496set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4497{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4498$as_echo_n "checking for $ac_word... " >&6; }
4499if ${ac_cv_prog_DUMPBIN+:} false; then :
4500 $as_echo_n "(cached) " >&6
4501else
4502 if test -n "$DUMPBIN"; then
4503 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4504else
4505as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4506for as_dir in $PATH
4507do
4508 IFS=$as_save_IFS
4509 test -z "$as_dir" && as_dir=.
4510 for ac_exec_ext in '' $ac_executable_extensions; do
4511 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4512 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4513 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4514 break 2
4515 fi
4516done
4517 done
4518IFS=$as_save_IFS
4519
4520fi
4521fi
4522DUMPBIN=$ac_cv_prog_DUMPBIN
4523if test -n "$DUMPBIN"; then
4524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4525$as_echo "$DUMPBIN" >&6; }
4526else
4527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4528$as_echo "no" >&6; }
4529fi
4530
4531
4532 test -n "$DUMPBIN" && break
4533 done
4534fi
4535if test -z "$DUMPBIN"; then
4536 ac_ct_DUMPBIN=$DUMPBIN
4537 for ac_prog in dumpbin "link -dump"
4538do
4539 # Extract the first word of "$ac_prog", so it can be a program name with args.
4540set dummy $ac_prog; ac_word=$2
4541{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4542$as_echo_n "checking for $ac_word... " >&6; }
4543if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
4544 $as_echo_n "(cached) " >&6
4545else
4546 if test -n "$ac_ct_DUMPBIN"; then
4547 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4548else
4549as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4550for as_dir in $PATH
4551do
4552 IFS=$as_save_IFS
4553 test -z "$as_dir" && as_dir=.
4554 for ac_exec_ext in '' $ac_executable_extensions; do
4555 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4556 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4557 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4558 break 2
4559 fi
4560done
4561 done
4562IFS=$as_save_IFS
4563
4564fi
4565fi
4566ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4567if test -n "$ac_ct_DUMPBIN"; then
4568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4569$as_echo "$ac_ct_DUMPBIN" >&6; }
4570else
4571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4572$as_echo "no" >&6; }
4573fi
4574
4575
4576 test -n "$ac_ct_DUMPBIN" && break
4577done
4578
4579 if test "x$ac_ct_DUMPBIN" = x; then
4580 DUMPBIN=":"
4581 else
4582 case $cross_compiling:$ac_tool_warned in
4583yes:)
4584{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4585$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4586ac_tool_warned=yes ;;
4587esac
4588 DUMPBIN=$ac_ct_DUMPBIN
4589 fi
4590fi
4591
4592 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
4593 *COFF*)
4594 DUMPBIN="$DUMPBIN -symbols"
4595 ;;
4596 *)
4597 DUMPBIN=:
4598 ;;
4599 esac
4600 fi
4601
4602 if test "$DUMPBIN" != ":"; then
4603 NM="$DUMPBIN"
4604 fi
4605fi
4606test -z "$NM" && NM=nm
4607
4608
4609
4610
4611
4612
4613{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4614$as_echo_n "checking the name lister ($NM) interface... " >&6; }
4615if ${lt_cv_nm_interface+:} false; then :
4616 $as_echo_n "(cached) " >&6
4617else
4618 lt_cv_nm_interface="BSD nm"
4619 echo "int some_variable = 0;" > conftest.$ac_ext
4620 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
4621 (eval "$ac_compile" 2>conftest.err)
4622 cat conftest.err >&5
4623 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4624 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4625 cat conftest.err >&5
4626 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
4627 cat conftest.out >&5
4628 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4629 lt_cv_nm_interface="MS dumpbin"
4630 fi
4631 rm -f conftest*
4632fi
4633{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4634$as_echo "$lt_cv_nm_interface" >&6; }
4635
4636# find the maximum length of command line arguments
4637{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4638$as_echo_n "checking the maximum length of command line arguments... " >&6; }
4639if ${lt_cv_sys_max_cmd_len+:} false; then :
4640 $as_echo_n "(cached) " >&6
4641else
4642 i=0
4643 teststring="ABCD"
4644
4645 case $build_os in
4646 msdosdjgpp*)
4647 # On DJGPP, this test can blow up pretty badly due to problems in libc
4648 # (any single argument exceeding 2000 bytes causes a buffer overrun
4649 # during glob expansion). Even if it were fixed, the result of this
4650 # check would be larger than it should be.
4651 lt_cv_sys_max_cmd_len=12288; # 12K is about right
4652 ;;
4653
4654 gnu*)
4655 # Under GNU Hurd, this test is not required because there is
4656 # no limit to the length of command line arguments.
4657 # Libtool will interpret -1 as no limit whatsoever
4658 lt_cv_sys_max_cmd_len=-1;
4659 ;;
4660
4661 cygwin* | mingw* | cegcc*)
4662 # On Win9x/ME, this test blows up -- it succeeds, but takes
4663 # about 5 minutes as the teststring grows exponentially.
4664 # Worse, since 9x/ME are not pre-emptively multitasking,
4665 # you end up with a "frozen" computer, even though with patience
4666 # the test eventually succeeds (with a max line length of 256k).
4667 # Instead, let's just punt: use the minimum linelength reported by
4668 # all of the supported platforms: 8192 (on NT/2K/XP).
4669 lt_cv_sys_max_cmd_len=8192;
4670 ;;
4671
4672 mint*)
4673 # On MiNT this can take a long time and run out of memory.
4674 lt_cv_sys_max_cmd_len=8192;
4675 ;;
4676
4677 amigaos*)
4678 # On AmigaOS with pdksh, this test takes hours, literally.
4679 # So we just punt and use a minimum line length of 8192.
4680 lt_cv_sys_max_cmd_len=8192;
4681 ;;
4682
4683 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4684 # This has been around since 386BSD, at least. Likely further.
4685 if test -x /sbin/sysctl; then
4686 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4687 elif test -x /usr/sbin/sysctl; then
4688 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4689 else
4690 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
4691 fi
4692 # And add a safety zone
4693 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4694 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4695 ;;
4696
4697 interix*)
4698 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4699 lt_cv_sys_max_cmd_len=196608
4700 ;;
4701
4702 os2*)
4703 # The test takes a long time on OS/2.
4704 lt_cv_sys_max_cmd_len=8192
4705 ;;
4706
4707 osf*)
4708 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4709 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4710 # nice to cause kernel panics so lets avoid the loop below.
4711 # First set a reasonable default.
4712 lt_cv_sys_max_cmd_len=16384
4713 #
4714 if test -x /sbin/sysconfig; then
4715 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4716 *1*) lt_cv_sys_max_cmd_len=-1 ;;
4717 esac
4718 fi
4719 ;;
4720 sco3.2v5*)
4721 lt_cv_sys_max_cmd_len=102400
4722 ;;
4723 sysv5* | sco5v6* | sysv4.2uw2*)
4724 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4725 if test -n "$kargmax"; then
4726 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
4727 else
4728 lt_cv_sys_max_cmd_len=32768
4729 fi
4730 ;;
4731 *)
4732 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4733 if test -n "$lt_cv_sys_max_cmd_len"; then
4734 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4735 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4736 else
4737 # Make teststring a little bigger before we do anything with it.
4738 # a 1K string should be a reasonable start.
4739 for i in 1 2 3 4 5 6 7 8 ; do
4740 teststring=$teststring$teststring
4741 done
4742 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4743 # If test is not a shell built-in, we'll probably end up computing a
4744 # maximum length that is only half of the actual maximum length, but
4745 # we can't tell.
4746 while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
4747 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
4748 test $i != 17 # 1/2 MB should be enough
4749 do
4750 i=`expr $i + 1`
4751 teststring=$teststring$teststring
4752 done
4753 # Only check the string length outside the loop.
4754 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4755 teststring=
4756 # Add a significant safety factor because C++ compilers can tack on
4757 # massive amounts of additional arguments before passing them to the
4758 # linker. It appears as though 1/2 is a usable value.
4759 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4760 fi
4761 ;;
4762 esac
4763
4764fi
4765
4766if test -n $lt_cv_sys_max_cmd_len ; then
4767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4768$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4769else
4770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4771$as_echo "none" >&6; }
4772fi
4773max_cmd_len=$lt_cv_sys_max_cmd_len
4774
4775
4776
4777
4778
4779
4780: ${CP="cp -f"}
4781: ${MV="mv -f"}
4782: ${RM="rm -f"}
4783
4784{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4785$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4786# Try some XSI features
4787xsi_shell=no
4788( _lt_dummy="a/b/c"
4789 test "${_lt_dummy##*/},${_lt_dummy%/*},${_lt_dummy#??}"${_lt_dummy%"$_lt_dummy"}, \
4790 = c,a/b,b/c, \
4791 && eval 'test $(( 1 + 1 )) -eq 2 \
4792 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4793 && xsi_shell=yes
4794{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4795$as_echo "$xsi_shell" >&6; }
4796
4797
4798{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4799$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4800lt_shell_append=no
4801( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4802 >/dev/null 2>&1 \
4803 && lt_shell_append=yes
4804{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4805$as_echo "$lt_shell_append" >&6; }
4806
4807
4808if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4809 lt_unset=unset
4810else
4811 lt_unset=false
4812fi
4813
4814
4815
4816
4817
4818# test EBCDIC or ASCII
4819case `echo X|tr X '\101'` in
4820 A) # ASCII based system
4821 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4822 lt_SP2NL='tr \040 \012'
4823 lt_NL2SP='tr \015\012 \040\040'
4824 ;;
4825 *) # EBCDIC based system
4826 lt_SP2NL='tr \100 \n'
4827 lt_NL2SP='tr \r\n \100\100'
4828 ;;
4829esac
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5
4840$as_echo_n "checking how to convert $build file names to $host format... " >&6; }
4841if ${lt_cv_to_host_file_cmd+:} false; then :
4842 $as_echo_n "(cached) " >&6
4843else
4844 case $host in
4845 *-*-mingw* )
4846 case $build in
4847 *-*-mingw* ) # actually msys
4848 lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32
4849 ;;
4850 *-*-cygwin* )
4851 lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32
4852 ;;
4853 * ) # otherwise, assume *nix
4854 lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32
4855 ;;
4856 esac
4857 ;;
4858 *-*-cygwin* )
4859 case $build in
4860 *-*-mingw* ) # actually msys
4861 lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin
4862 ;;
4863 *-*-cygwin* )
4864 lt_cv_to_host_file_cmd=func_convert_file_noop
4865 ;;
4866 * ) # otherwise, assume *nix
4867 lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin
4868 ;;
4869 esac
4870 ;;
4871 * ) # unhandled hosts (and "normal" native builds)
4872 lt_cv_to_host_file_cmd=func_convert_file_noop
4873 ;;
4874esac
4875
4876fi
4877
4878to_host_file_cmd=$lt_cv_to_host_file_cmd
4879{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_file_cmd" >&5
4880$as_echo "$lt_cv_to_host_file_cmd" >&6; }
4881
4882
4883
4884
4885
4886{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5
4887$as_echo_n "checking how to convert $build file names to toolchain format... " >&6; }
4888if ${lt_cv_to_tool_file_cmd+:} false; then :
4889 $as_echo_n "(cached) " >&6
4890else
4891 #assume ordinary cross tools, or native build.
4892lt_cv_to_tool_file_cmd=func_convert_file_noop
4893case $host in
4894 *-*-mingw* )
4895 case $build in
4896 *-*-mingw* ) # actually msys
4897 lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32
4898 ;;
4899 esac
4900 ;;
4901esac
4902
4903fi
4904
4905to_tool_file_cmd=$lt_cv_to_tool_file_cmd
4906{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_tool_file_cmd" >&5
4907$as_echo "$lt_cv_to_tool_file_cmd" >&6; }
4908
4909
4910
4911
4912
4913{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4914$as_echo_n "checking for $LD option to reload object files... " >&6; }
4915if ${lt_cv_ld_reload_flag+:} false; then :
4916 $as_echo_n "(cached) " >&6
4917else
4918 lt_cv_ld_reload_flag='-r'
4919fi
4920{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4921$as_echo "$lt_cv_ld_reload_flag" >&6; }
4922reload_flag=$lt_cv_ld_reload_flag
4923case $reload_flag in
4924"" | " "*) ;;
4925*) reload_flag=" $reload_flag" ;;
4926esac
4927reload_cmds='$LD$reload_flag -o $output$reload_objs'
4928case $host_os in
4929 cygwin* | mingw* | pw32* | cegcc*)
4930 if test "$GCC" != yes; then
4931 reload_cmds=false
4932 fi
4933 ;;
4934 darwin*)
4935 if test "$GCC" = yes; then
4936 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4937 else
4938 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4939 fi
4940 ;;
4941esac
4942
4943
4944
4945
4946
4947
4948
4949
4950
4951if test -n "$ac_tool_prefix"; then
4952 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
4953set dummy ${ac_tool_prefix}objdump; ac_word=$2
4954{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4955$as_echo_n "checking for $ac_word... " >&6; }
4956if ${ac_cv_prog_OBJDUMP+:} false; then :
4957 $as_echo_n "(cached) " >&6
4958else
4959 if test -n "$OBJDUMP"; then
4960 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4961else
4962as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4963for as_dir in $PATH
4964do
4965 IFS=$as_save_IFS
4966 test -z "$as_dir" && as_dir=.
4967 for ac_exec_ext in '' $ac_executable_extensions; do
4968 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4969 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
4970 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4971 break 2
4972 fi
4973done
4974 done
4975IFS=$as_save_IFS
4976
4977fi
4978fi
4979OBJDUMP=$ac_cv_prog_OBJDUMP
4980if test -n "$OBJDUMP"; then
4981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
4982$as_echo "$OBJDUMP" >&6; }
4983else
4984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4985$as_echo "no" >&6; }
4986fi
4987
4988
4989fi
4990if test -z "$ac_cv_prog_OBJDUMP"; then
4991 ac_ct_OBJDUMP=$OBJDUMP
4992 # Extract the first word of "objdump", so it can be a program name with args.
4993set dummy objdump; ac_word=$2
4994{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4995$as_echo_n "checking for $ac_word... " >&6; }
4996if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
4997 $as_echo_n "(cached) " >&6
4998else
4999 if test -n "$ac_ct_OBJDUMP"; then
5000 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5001else
5002as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5003for as_dir in $PATH
5004do
5005 IFS=$as_save_IFS
5006 test -z "$as_dir" && as_dir=.
5007 for ac_exec_ext in '' $ac_executable_extensions; do
5008 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5009 ac_cv_prog_ac_ct_OBJDUMP="objdump"
5010 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5011 break 2
5012 fi
5013done
5014 done
5015IFS=$as_save_IFS
5016
5017fi
5018fi
5019ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5020if test -n "$ac_ct_OBJDUMP"; then
5021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5022$as_echo "$ac_ct_OBJDUMP" >&6; }
5023else
5024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5025$as_echo "no" >&6; }
5026fi
5027
5028 if test "x$ac_ct_OBJDUMP" = x; then
5029 OBJDUMP="false"
5030 else
5031 case $cross_compiling:$ac_tool_warned in
5032yes:)
5033{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5034$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5035ac_tool_warned=yes ;;
5036esac
5037 OBJDUMP=$ac_ct_OBJDUMP
5038 fi
5039else
5040 OBJDUMP="$ac_cv_prog_OBJDUMP"
5041fi
5042
5043test -z "$OBJDUMP" && OBJDUMP=objdump
5044
5045
5046
5047
5048
5049
5050
5051
5052
5053{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5054$as_echo_n "checking how to recognize dependent libraries... " >&6; }
5055if ${lt_cv_deplibs_check_method+:} false; then :
5056 $as_echo_n "(cached) " >&6
5057else
5058 lt_cv_file_magic_cmd='$MAGIC_CMD'
5059lt_cv_file_magic_test_file=
5060lt_cv_deplibs_check_method='unknown'
5061# Need to set the preceding variable on all platforms that support
5062# interlibrary dependencies.
5063# 'none' -- dependencies not supported.
5064# `unknown' -- same as none, but documents that we really don't know.
5065# 'pass_all' -- all dependencies passed with no checks.
5066# 'test_compile' -- check by making test program.
5067# 'file_magic [[regex]]' -- check by looking for files in library path
5068# which responds to the $file_magic_cmd with a given extended regex.
5069# If you have `file' or equivalent on your system and you're not sure
5070# whether `pass_all' will *always* work, you probably want this one.
5071
5072case $host_os in
5073aix[4-9]*)
5074 lt_cv_deplibs_check_method=pass_all
5075 ;;
5076
5077beos*)
5078 lt_cv_deplibs_check_method=pass_all
5079 ;;
5080
5081bsdi[45]*)
5082 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5083 lt_cv_file_magic_cmd='/usr/bin/file -L'
5084 lt_cv_file_magic_test_file=/shlib/libc.so
5085 ;;
5086
5087cygwin*)
5088 # func_win32_libid is a shell function defined in ltmain.sh
5089 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5090 lt_cv_file_magic_cmd='func_win32_libid'
5091 ;;
5092
5093mingw* | pw32*)
5094 # Base MSYS/MinGW do not provide the 'file' command needed by
5095 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5096 # unless we find 'file', for example because we are cross-compiling.
5097 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
5098 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
5099 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5100 lt_cv_file_magic_cmd='func_win32_libid'
5101 else
5102 # Keep this pattern in sync with the one in func_win32_libid.
5103 lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)'
5104 lt_cv_file_magic_cmd='$OBJDUMP -f'
5105 fi
5106 ;;
5107
5108cegcc*)
5109 # use the weaker test based on 'objdump'. See mingw*.
5110 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5111 lt_cv_file_magic_cmd='$OBJDUMP -f'
5112 ;;
5113
5114darwin* | rhapsody*)
5115 lt_cv_deplibs_check_method=pass_all
5116 ;;
5117
5118freebsd* | dragonfly*)
5119 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5120 case $host_cpu in
5121 i*86 )
5122 # Not sure whether the presence of OpenBSD here was a mistake.
5123 # Let's accept both of them until this is cleared up.
5124 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5125 lt_cv_file_magic_cmd=/usr/bin/file
5126 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5127 ;;
5128 esac
5129 else
5130 lt_cv_deplibs_check_method=pass_all
5131 fi
5132 ;;
5133
5134gnu*)
5135 lt_cv_deplibs_check_method=pass_all
5136 ;;
5137
5138haiku*)
5139 lt_cv_deplibs_check_method=pass_all
5140 ;;
5141
5142hpux10.20* | hpux11*)
5143 lt_cv_file_magic_cmd=/usr/bin/file
5144 case $host_cpu in
5145 ia64*)
5146 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5147 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5148 ;;
5149 hppa*64*)
5150 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]'
5151 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5152 ;;
5153 *)
5154 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
5155 lt_cv_file_magic_test_file=/usr/lib/libc.sl
5156 ;;
5157 esac
5158 ;;
5159
5160interix[3-9]*)
5161 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5162 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
5163 ;;
5164
5165irix5* | irix6* | nonstopux*)
5166 case $LD in
5167 *-32|*"-32 ") libmagic=32-bit;;
5168 *-n32|*"-n32 ") libmagic=N32;;
5169 *-64|*"-64 ") libmagic=64-bit;;
5170 *) libmagic=never-match;;
5171 esac
5172 lt_cv_deplibs_check_method=pass_all
5173 ;;
5174
5175# This must be glibc/ELF.
5176linux* | k*bsd*-gnu | kopensolaris*-gnu)
5177 lt_cv_deplibs_check_method=pass_all
5178 ;;
5179
5180netbsd*)
5181 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5182 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5183 else
5184 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5185 fi
5186 ;;
5187
5188newos6*)
5189 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5190 lt_cv_file_magic_cmd=/usr/bin/file
5191 lt_cv_file_magic_test_file=/usr/lib/libnls.so
5192 ;;
5193
5194*nto* | *qnx*)
5195 lt_cv_deplibs_check_method=pass_all
5196 ;;
5197
5198openbsd*)
5199 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5200 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5201 else
5202 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5203 fi
5204 ;;
5205
5206osf3* | osf4* | osf5*)
5207 lt_cv_deplibs_check_method=pass_all
5208 ;;
5209
5210rdos*)
5211 lt_cv_deplibs_check_method=pass_all
5212 ;;
5213
5214solaris*)
5215 lt_cv_deplibs_check_method=pass_all
5216 ;;
5217
5218sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5219 lt_cv_deplibs_check_method=pass_all
5220 ;;
5221
5222sysv4 | sysv4.3*)
5223 case $host_vendor in
5224 motorola)
5225 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]'
5226 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5227 ;;
5228 ncr)
5229 lt_cv_deplibs_check_method=pass_all
5230 ;;
5231 sequent)
5232 lt_cv_file_magic_cmd='/bin/file'
5233 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5234 ;;
5235 sni)
5236 lt_cv_file_magic_cmd='/bin/file'
5237 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5238 lt_cv_file_magic_test_file=/lib/libc.so
5239 ;;
5240 siemens)
5241 lt_cv_deplibs_check_method=pass_all
5242 ;;
5243 pc)
5244 lt_cv_deplibs_check_method=pass_all
5245 ;;
5246 esac
5247 ;;
5248
5249tpf*)
5250 lt_cv_deplibs_check_method=pass_all
5251 ;;
5252esac
5253
5254fi
5255{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
5256$as_echo "$lt_cv_deplibs_check_method" >&6; }
5257
5258file_magic_glob=
5259want_nocaseglob=no
5260if test "$build" = "$host"; then
5261 case $host_os in
5262 mingw* | pw32*)
5263 if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then
5264 want_nocaseglob=yes
5265 else
5266 file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
5267 fi
5268 ;;
5269 esac
5270fi
5271
5272file_magic_cmd=$lt_cv_file_magic_cmd
5273deplibs_check_method=$lt_cv_deplibs_check_method
5274test -z "$deplibs_check_method" && deplibs_check_method=unknown
5275
5276
5277
5278
5279
5280
5281
5282
5283
5284
5285
5286
5287
5288
5289
5290
5291
5292
5293
5294
5295
5296
5297if test -n "$ac_tool_prefix"; then
5298 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
5299set dummy ${ac_tool_prefix}dlltool; ac_word=$2
5300{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5301$as_echo_n "checking for $ac_word... " >&6; }
5302if ${ac_cv_prog_DLLTOOL+:} false; then :
5303 $as_echo_n "(cached) " >&6
5304else
5305 if test -n "$DLLTOOL"; then
5306 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
5307else
5308as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5309for as_dir in $PATH
5310do
5311 IFS=$as_save_IFS
5312 test -z "$as_dir" && as_dir=.
5313 for ac_exec_ext in '' $ac_executable_extensions; do
5314 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5315 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
5316 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5317 break 2
5318 fi
5319done
5320 done
5321IFS=$as_save_IFS
5322
5323fi
5324fi
5325DLLTOOL=$ac_cv_prog_DLLTOOL
5326if test -n "$DLLTOOL"; then
5327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
5328$as_echo "$DLLTOOL" >&6; }
5329else
5330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5331$as_echo "no" >&6; }
5332fi
5333
5334
5335fi
5336if test -z "$ac_cv_prog_DLLTOOL"; then
5337 ac_ct_DLLTOOL=$DLLTOOL
5338 # Extract the first word of "dlltool", so it can be a program name with args.
5339set dummy dlltool; ac_word=$2
5340{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5341$as_echo_n "checking for $ac_word... " >&6; }
5342if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
5343 $as_echo_n "(cached) " >&6
5344else
5345 if test -n "$ac_ct_DLLTOOL"; then
5346 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
5347else
5348as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5349for as_dir in $PATH
5350do
5351 IFS=$as_save_IFS
5352 test -z "$as_dir" && as_dir=.
5353 for ac_exec_ext in '' $ac_executable_extensions; do
5354 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5355 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
5356 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5357 break 2
5358 fi
5359done
5360 done
5361IFS=$as_save_IFS
5362
5363fi
5364fi
5365ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
5366if test -n "$ac_ct_DLLTOOL"; then
5367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
5368$as_echo "$ac_ct_DLLTOOL" >&6; }
5369else
5370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5371$as_echo "no" >&6; }
5372fi
5373
5374 if test "x$ac_ct_DLLTOOL" = x; then
5375 DLLTOOL="false"
5376 else
5377 case $cross_compiling:$ac_tool_warned in
5378yes:)
5379{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5380$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5381ac_tool_warned=yes ;;
5382esac
5383 DLLTOOL=$ac_ct_DLLTOOL
5384 fi
5385else
5386 DLLTOOL="$ac_cv_prog_DLLTOOL"
5387fi
5388
5389test -z "$DLLTOOL" && DLLTOOL=dlltool
5390
5391
5392
5393
5394
5395
5396
5397
5398
5399
5400{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5
5401$as_echo_n "checking how to associate runtime and link libraries... " >&6; }
5402if ${lt_cv_sharedlib_from_linklib_cmd+:} false; then :
5403 $as_echo_n "(cached) " >&6
5404else
5405 lt_cv_sharedlib_from_linklib_cmd='unknown'
5406
5407case $host_os in
5408cygwin* | mingw* | pw32* | cegcc*)
5409 # two different shell functions defined in ltmain.sh
5410 # decide which to use based on capabilities of $DLLTOOL
5411 case `$DLLTOOL --help 2>&1` in
5412 *--identify-strict*)
5413 lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib
5414 ;;
5415 *)
5416 lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback
5417 ;;
5418 esac
5419 ;;
5420*)
5421 # fallback: assume linklib IS sharedlib
5422 lt_cv_sharedlib_from_linklib_cmd="$ECHO"
5423 ;;
5424esac
5425
5426fi
5427{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5
5428$as_echo "$lt_cv_sharedlib_from_linklib_cmd" >&6; }
5429sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd
5430test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO
5431
5432
5433
5434
5435
5436
5437
5438
5439if test -n "$ac_tool_prefix"; then
5440 for ac_prog in ar
5441 do
5442 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5443set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5444{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5445$as_echo_n "checking for $ac_word... " >&6; }
5446if ${ac_cv_prog_AR+:} false; then :
5447 $as_echo_n "(cached) " >&6
5448else
5449 if test -n "$AR"; then
5450 ac_cv_prog_AR="$AR" # Let the user override the test.
5451else
5452as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5453for as_dir in $PATH
5454do
5455 IFS=$as_save_IFS
5456 test -z "$as_dir" && as_dir=.
5457 for ac_exec_ext in '' $ac_executable_extensions; do
5458 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5459 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5460 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5461 break 2
5462 fi
5463done
5464 done
5465IFS=$as_save_IFS
5466
5467fi
5468fi
5469AR=$ac_cv_prog_AR
5470if test -n "$AR"; then
5471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5472$as_echo "$AR" >&6; }
5473else
5474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5475$as_echo "no" >&6; }
5476fi
5477
5478
5479 test -n "$AR" && break
5480 done
5481fi
5482if test -z "$AR"; then
5483 ac_ct_AR=$AR
5484 for ac_prog in ar
5485do
5486 # Extract the first word of "$ac_prog", so it can be a program name with args.
5487set dummy $ac_prog; ac_word=$2
5488{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5489$as_echo_n "checking for $ac_word... " >&6; }
5490if ${ac_cv_prog_ac_ct_AR+:} false; then :
5491 $as_echo_n "(cached) " >&6
5492else
5493 if test -n "$ac_ct_AR"; then
5494 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5495else
5496as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5497for as_dir in $PATH
5498do
5499 IFS=$as_save_IFS
5500 test -z "$as_dir" && as_dir=.
5501 for ac_exec_ext in '' $ac_executable_extensions; do
5502 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5503 ac_cv_prog_ac_ct_AR="$ac_prog"
5504 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5505 break 2
5506 fi
5507done
5508 done
5509IFS=$as_save_IFS
5510
5511fi
5512fi
5513ac_ct_AR=$ac_cv_prog_ac_ct_AR
5514if test -n "$ac_ct_AR"; then
5515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5516$as_echo "$ac_ct_AR" >&6; }
5517else
5518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5519$as_echo "no" >&6; }
5520fi
5521
5522
5523 test -n "$ac_ct_AR" && break
5524done
5525
5526 if test "x$ac_ct_AR" = x; then
5527 AR="false"
5528 else
5529 case $cross_compiling:$ac_tool_warned in
5530yes:)
5531{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5532$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5533ac_tool_warned=yes ;;
5534esac
5535 AR=$ac_ct_AR
5536 fi
5537fi
5538
5539: ${AR=ar}
5540: ${AR_FLAGS=cru}
5541
5542
5543
5544
5545
5546
5547
5548
5549
5550
5551
5552{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5
5553$as_echo_n "checking for archiver @FILE support... " >&6; }
5554if ${lt_cv_ar_at_file+:} false; then :
5555 $as_echo_n "(cached) " >&6
5556else
5557 lt_cv_ar_at_file=no
5558 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5559/* end confdefs.h. */
5560
5561int
5562main ()
5563{
5564
5565 ;
5566 return 0;
5567}
5568_ACEOF
5569if ac_fn_c_try_compile "$LINENO"; then :
5570 echo conftest.$ac_objext > conftest.lst
5571 lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&5'
5572 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5
5573 (eval $lt_ar_try) 2>&5
5574 ac_status=$?
5575 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5576 test $ac_status = 0; }
5577 if test "$ac_status" -eq 0; then
5578 # Ensure the archiver fails upon bogus file names.
5579 rm -f conftest.$ac_objext libconftest.a
5580 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5
5581 (eval $lt_ar_try) 2>&5
5582 ac_status=$?
5583 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5584 test $ac_status = 0; }
5585 if test "$ac_status" -ne 0; then
5586 lt_cv_ar_at_file=@
5587 fi
5588 fi
5589 rm -f conftest.* libconftest.a
5590
5591fi
5592rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5593
5594fi
5595{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5
5596$as_echo "$lt_cv_ar_at_file" >&6; }
5597
5598if test "x$lt_cv_ar_at_file" = xno; then
5599 archiver_list_spec=
5600else
5601 archiver_list_spec=$lt_cv_ar_at_file
5602fi
5603
5604
5605
5606
5607
5608
5609
5610if test -n "$ac_tool_prefix"; then
5611 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5612set dummy ${ac_tool_prefix}strip; ac_word=$2
5613{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5614$as_echo_n "checking for $ac_word... " >&6; }
5615if ${ac_cv_prog_STRIP+:} false; then :
5616 $as_echo_n "(cached) " >&6
5617else
5618 if test -n "$STRIP"; then
5619 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5620else
5621as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5622for as_dir in $PATH
5623do
5624 IFS=$as_save_IFS
5625 test -z "$as_dir" && as_dir=.
5626 for ac_exec_ext in '' $ac_executable_extensions; do
5627 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5628 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5629 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5630 break 2
5631 fi
5632done
5633 done
5634IFS=$as_save_IFS
5635
5636fi
5637fi
5638STRIP=$ac_cv_prog_STRIP
5639if test -n "$STRIP"; then
5640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5641$as_echo "$STRIP" >&6; }
5642else
5643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5644$as_echo "no" >&6; }
5645fi
5646
5647
5648fi
5649if test -z "$ac_cv_prog_STRIP"; then
5650 ac_ct_STRIP=$STRIP
5651 # Extract the first word of "strip", so it can be a program name with args.
5652set dummy strip; ac_word=$2
5653{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5654$as_echo_n "checking for $ac_word... " >&6; }
5655if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
5656 $as_echo_n "(cached) " >&6
5657else
5658 if test -n "$ac_ct_STRIP"; then
5659 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5660else
5661as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5662for as_dir in $PATH
5663do
5664 IFS=$as_save_IFS
5665 test -z "$as_dir" && as_dir=.
5666 for ac_exec_ext in '' $ac_executable_extensions; do
5667 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5668 ac_cv_prog_ac_ct_STRIP="strip"
5669 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5670 break 2
5671 fi
5672done
5673 done
5674IFS=$as_save_IFS
5675
5676fi
5677fi
5678ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5679if test -n "$ac_ct_STRIP"; then
5680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5681$as_echo "$ac_ct_STRIP" >&6; }
5682else
5683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5684$as_echo "no" >&6; }
5685fi
5686
5687 if test "x$ac_ct_STRIP" = x; then
5688 STRIP=":"
5689 else
5690 case $cross_compiling:$ac_tool_warned in
5691yes:)
5692{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5693$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5694ac_tool_warned=yes ;;
5695esac
5696 STRIP=$ac_ct_STRIP
5697 fi
5698else
5699 STRIP="$ac_cv_prog_STRIP"
5700fi
5701
5702test -z "$STRIP" && STRIP=:
5703
5704
5705
5706
5707
5708
5709if test -n "$ac_tool_prefix"; then
5710 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5711set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5712{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5713$as_echo_n "checking for $ac_word... " >&6; }
5714if ${ac_cv_prog_RANLIB+:} false; then :
5715 $as_echo_n "(cached) " >&6
5716else
5717 if test -n "$RANLIB"; then
5718 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5719else
5720as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5721for as_dir in $PATH
5722do
5723 IFS=$as_save_IFS
5724 test -z "$as_dir" && as_dir=.
5725 for ac_exec_ext in '' $ac_executable_extensions; do
5726 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5727 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5728 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5729 break 2
5730 fi
5731done
5732 done
5733IFS=$as_save_IFS
5734
5735fi
5736fi
5737RANLIB=$ac_cv_prog_RANLIB
5738if test -n "$RANLIB"; then
5739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5740$as_echo "$RANLIB" >&6; }
5741else
5742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5743$as_echo "no" >&6; }
5744fi
5745
5746
5747fi
5748if test -z "$ac_cv_prog_RANLIB"; then
5749 ac_ct_RANLIB=$RANLIB
5750 # Extract the first word of "ranlib", so it can be a program name with args.
5751set dummy ranlib; ac_word=$2
5752{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5753$as_echo_n "checking for $ac_word... " >&6; }
5754if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
5755 $as_echo_n "(cached) " >&6
5756else
5757 if test -n "$ac_ct_RANLIB"; then
5758 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5759else
5760as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5761for as_dir in $PATH
5762do
5763 IFS=$as_save_IFS
5764 test -z "$as_dir" && as_dir=.
5765 for ac_exec_ext in '' $ac_executable_extensions; do
5766 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5767 ac_cv_prog_ac_ct_RANLIB="ranlib"
5768 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5769 break 2
5770 fi
5771done
5772 done
5773IFS=$as_save_IFS
5774
5775fi
5776fi
5777ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5778if test -n "$ac_ct_RANLIB"; then
5779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5780$as_echo "$ac_ct_RANLIB" >&6; }
5781else
5782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5783$as_echo "no" >&6; }
5784fi
5785
5786 if test "x$ac_ct_RANLIB" = x; then
5787 RANLIB=":"
5788 else
5789 case $cross_compiling:$ac_tool_warned in
5790yes:)
5791{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5792$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5793ac_tool_warned=yes ;;
5794esac
5795 RANLIB=$ac_ct_RANLIB
5796 fi
5797else
5798 RANLIB="$ac_cv_prog_RANLIB"
5799fi
5800
5801test -z "$RANLIB" && RANLIB=:
5802
5803
5804
5805
5806
5807
5808# Determine commands to create old-style static archives.
5809old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5810old_postinstall_cmds='chmod 644 $oldlib'
5811old_postuninstall_cmds=
5812
5813if test -n "$RANLIB"; then
5814 case $host_os in
5815 openbsd*)
5816 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
5817 ;;
5818 *)
5819 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib"
5820 ;;
5821 esac
5822 old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib"
5823fi
5824
5825case $host_os in
5826 darwin*)
5827 lock_old_archive_extraction=yes ;;
5828 *)
5829 lock_old_archive_extraction=no ;;
5830esac
5831
5832
5833
5834
5835
5836
5837
5838
5839
5840
5841
5842
5843
5844
5845
5846
5847
5848
5849
5850
5851
5852
5853
5854
5855
5856
5857
5858
5859
5860
5861
5862
5863
5864
5865
5866
5867
5868
5869
5870# If no C compiler was specified, use CC.
5871LTCC=${LTCC-"$CC"}
5872
5873# If no C compiler flags were specified, use CFLAGS.
5874LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5875
5876# Allow CC to be a program name with arguments.
5877compiler=$CC
5878
5879
5880# Check for command to grab the raw symbol name followed by C symbol from nm.
5881{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5882$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
5883if ${lt_cv_sys_global_symbol_pipe+:} false; then :
5884 $as_echo_n "(cached) " >&6
5885else
5886
5887# These are sane defaults that work on at least a few old systems.
5888# [They come from Ultrix. What could be older than Ultrix?!! ;)]
5889
5890# Character class describing NM global symbol codes.
5891symcode='[BCDEGRST]'
5892
5893# Regexp to match symbols that can be accessed directly from C.
5894sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5895
5896# Define system-specific variables.
5897case $host_os in
5898aix*)
5899 symcode='[BCDT]'
5900 ;;
5901cygwin* | mingw* | pw32* | cegcc*)
5902 symcode='[ABCDGISTW]'
5903 ;;
5904hpux*)
5905 if test "$host_cpu" = ia64; then
5906 symcode='[ABCDEGRST]'
5907 fi
5908 ;;
5909irix* | nonstopux*)
5910 symcode='[BCDEGRST]'
5911 ;;
5912osf*)
5913 symcode='[BCDEGQRST]'
5914 ;;
5915solaris*)
5916 symcode='[BDRT]'
5917 ;;
5918sco3.2v5*)
5919 symcode='[DT]'
5920 ;;
5921sysv4.2uw2*)
5922 symcode='[DT]'
5923 ;;
5924sysv5* | sco5v6* | unixware* | OpenUNIX*)
5925 symcode='[ABDT]'
5926 ;;
5927sysv4)
5928 symcode='[DFNSTU]'
5929 ;;
5930esac
5931
5932# If we're using GNU nm, then use its standard symbol codes.
5933case `$NM -V 2>&1` in
5934*GNU* | *'with BFD'*)
5935 symcode='[ABCDGIRSTW]' ;;
5936esac
5937
5938# Transform an extracted symbol line into a proper C declaration.
5939# Some systems (esp. on ia64) link data and code symbols differently,
5940# so use this general approach.
5941lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5942
5943# Transform an extracted symbol line into symbol name and symbol address
5944lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\)[ ]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5945lt_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'"
5946
5947# Handle CRLF in mingw tool chain
5948opt_cr=
5949case $build_os in
5950mingw*)
5951 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5952 ;;
5953esac
5954
5955# Try without a prefix underscore, then with it.
5956for ac_symprfx in "" "_"; do
5957
5958 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5959 symxfrm="\\1 $ac_symprfx\\2 \\2"
5960
5961 # Write the raw and C identifiers.
5962 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5963 # Fake it for dumpbin and say T for any non-static function
5964 # and D for any global variable.
5965 # Also find C++ and __fastcall symbols from MSVC++,
5966 # which start with @ or ?.
5967 lt_cv_sys_global_symbol_pipe="$AWK '"\
5968" {last_section=section; section=\$ 3};"\
5969" /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\
5970" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5971" \$ 0!~/External *\|/{next};"\
5972" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5973" {if(hide[section]) next};"\
5974" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5975" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5976" s[1]~/^[@?]/{print s[1], s[1]; next};"\
5977" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5978" ' prfx=^$ac_symprfx"
5979 else
5980 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5981 fi
5982 lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'"
5983
5984 # Check to see that the pipe works correctly.
5985 pipe_works=no
5986
5987 rm -f conftest*
5988 cat > conftest.$ac_ext <<_LT_EOF
5989#ifdef __cplusplus
5990extern "C" {
5991#endif
5992char nm_test_var;
5993void nm_test_func(void);
5994void nm_test_func(void){}
5995#ifdef __cplusplus
5996}
5997#endif
5998int main(){nm_test_var='a';nm_test_func();return(0);}
5999_LT_EOF
6000
6001 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6002 (eval $ac_compile) 2>&5
6003 ac_status=$?
6004 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6005 test $ac_status = 0; }; then
6006 # Now try to grab the symbols.
6007 nlist=conftest.nm
6008 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6009 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6010 ac_status=$?
6011 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6012 test $ac_status = 0; } && test -s "$nlist"; then
6013 # Try sorting and uniquifying the output.
6014 if sort "$nlist" | uniq > "$nlist"T; then
6015 mv -f "$nlist"T "$nlist"
6016 else
6017 rm -f "$nlist"T
6018 fi
6019
6020 # Make sure that we snagged all the symbols we need.
6021 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6022 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6023 cat <<_LT_EOF > conftest.$ac_ext
6024/* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */
6025#if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE)
6026/* DATA imports from DLLs on WIN32 con't be const, because runtime
6027 relocations are performed -- see ld's documentation on pseudo-relocs. */
6028# define LT_DLSYM_CONST
6029#elif defined(__osf__)
6030/* This system does not cope well with relocations in const data. */
6031# define LT_DLSYM_CONST
6032#else
6033# define LT_DLSYM_CONST const
6034#endif
6035
6036#ifdef __cplusplus
6037extern "C" {
6038#endif
6039
6040_LT_EOF
6041 # Now generate the symbol file.
6042 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6043
6044 cat <<_LT_EOF >> conftest.$ac_ext
6045
6046/* The mapping between symbol names and symbols. */
6047LT_DLSYM_CONST struct {
6048 const char *name;
6049 void *address;
6050}
6051lt__PROGRAM__LTX_preloaded_symbols[] =
6052{
6053 { "@PROGRAM@", (void *) 0 },
6054_LT_EOF
6055 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6056 cat <<\_LT_EOF >> conftest.$ac_ext
6057 {0, (void *) 0}
6058};
6059
6060/* This works around a problem in FreeBSD linker */
6061#ifdef FREEBSD_WORKAROUND
6062static const void *lt_preloaded_setup() {
6063 return lt__PROGRAM__LTX_preloaded_symbols;
6064}
6065#endif
6066
6067#ifdef __cplusplus
6068}
6069#endif
6070_LT_EOF
6071 # Now try linking the two files.
6072 mv conftest.$ac_objext conftstm.$ac_objext
6073 lt_globsym_save_LIBS=$LIBS
6074 lt_globsym_save_CFLAGS=$CFLAGS
6075 LIBS="conftstm.$ac_objext"
6076 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6077 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6078 (eval $ac_link) 2>&5
6079 ac_status=$?
6080 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6081 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6082 pipe_works=yes
6083 fi
6084 LIBS=$lt_globsym_save_LIBS
6085 CFLAGS=$lt_globsym_save_CFLAGS
6086 else
6087 echo "cannot find nm_test_func in $nlist" >&5
6088 fi
6089 else
6090 echo "cannot find nm_test_var in $nlist" >&5
6091 fi
6092 else
6093 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6094 fi
6095 else
6096 echo "$progname: failed program was:" >&5
6097 cat conftest.$ac_ext >&5
6098 fi
6099 rm -rf conftest* conftst*
6100
6101 # Do not use the global_symbol_pipe unless it works.
6102 if test "$pipe_works" = yes; then
6103 break
6104 else
6105 lt_cv_sys_global_symbol_pipe=
6106 fi
6107done
6108
6109fi
6110
6111if test -z "$lt_cv_sys_global_symbol_pipe"; then
6112 lt_cv_sys_global_symbol_to_cdecl=
6113fi
6114if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6116$as_echo "failed" >&6; }
6117else
6118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6119$as_echo "ok" >&6; }
6120fi
6121
6122# Response file support.
6123if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6124 nm_file_list_spec='@'
6125elif $NM --help 2>/dev/null | grep '[@]FILE' >/dev/null; then
6126 nm_file_list_spec='@'
6127fi
6128
6129
6130
6131
6132
6133
6134
6135
6136
6137
6138
6139
6140
6141
6142
6143
6144
6145
6146
6147
6148
6149
6150
6151
6152
6153
6154
6155{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5
6156$as_echo_n "checking for sysroot... " >&6; }
6157
6158# Check whether --with-sysroot was given.
6159if test "${with_sysroot+set}" = set; then :
6160 withval=$with_sysroot;
6161else
6162 with_sysroot=no
6163fi
6164
6165
6166lt_sysroot=
6167case ${with_sysroot} in #(
6168 yes)
6169 if test "$GCC" = yes; then
6170 lt_sysroot=`$CC --print-sysroot 2>/dev/null`
6171 fi
6172 ;; #(
6173 /*)
6174 lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
6175 ;; #(
6176 no|'')
6177 ;; #(
6178 *)
6179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${with_sysroot}" >&5
6180$as_echo "${with_sysroot}" >&6; }
6181 as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5
6182 ;;
6183esac
6184
6185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5
6186$as_echo "${lt_sysroot:-no}" >&6; }
6187
6188
6189
6190
6191
6192# Check whether --enable-libtool-lock was given.
6193if test "${enable_libtool_lock+set}" = set; then :
6194 enableval=$enable_libtool_lock;
6195fi
6196
6197test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6198
6199# Some flags need to be propagated to the compiler or linker for good
6200# libtool support.
6201case $host in
6202ia64-*-hpux*)
6203 # Find out which ABI we are using.
6204 echo 'int i;' > conftest.$ac_ext
6205 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6206 (eval $ac_compile) 2>&5
6207 ac_status=$?
6208 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6209 test $ac_status = 0; }; then
6210 case `/usr/bin/file conftest.$ac_objext` in
6211 *ELF-32*)
6212 HPUX_IA64_MODE="32"
6213 ;;
6214 *ELF-64*)
6215 HPUX_IA64_MODE="64"
6216 ;;
6217 esac
6218 fi
6219 rm -rf conftest*
6220 ;;
6221*-*-irix6*)
6222 # Find out which ABI we are using.
6223 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6224 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6225 (eval $ac_compile) 2>&5
6226 ac_status=$?
6227 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6228 test $ac_status = 0; }; then
6229 if test "$lt_cv_prog_gnu_ld" = yes; then
6230 case `/usr/bin/file conftest.$ac_objext` in
6231 *32-bit*)
6232 LD="${LD-ld} -melf32bsmip"
6233 ;;
6234 *N32*)
6235 LD="${LD-ld} -melf32bmipn32"
6236 ;;
6237 *64-bit*)
6238 LD="${LD-ld} -melf64bmip"
6239 ;;
6240 esac
6241 else
6242 case `/usr/bin/file conftest.$ac_objext` in
6243 *32-bit*)
6244 LD="${LD-ld} -32"
6245 ;;
6246 *N32*)
6247 LD="${LD-ld} -n32"
6248 ;;
6249 *64-bit*)
6250 LD="${LD-ld} -64"
6251 ;;
6252 esac
6253 fi
6254 fi
6255 rm -rf conftest*
6256 ;;
6257
6258x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
6259s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6260 # Find out which ABI we are using.
6261 echo 'int i;' > conftest.$ac_ext
6262 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6263 (eval $ac_compile) 2>&5
6264 ac_status=$?
6265 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6266 test $ac_status = 0; }; then
6267 case `/usr/bin/file conftest.o` in
6268 *32-bit*)
6269 case $host in
6270 x86_64-*kfreebsd*-gnu)
6271 LD="${LD-ld} -m elf_i386_fbsd"
6272 ;;
6273 x86_64-*linux*)
6274 LD="${LD-ld} -m elf_i386"
6275 ;;
6276 ppc64-*linux*|powerpc64-*linux*)
6277 LD="${LD-ld} -m elf32ppclinux"
6278 ;;
6279 s390x-*linux*)
6280 LD="${LD-ld} -m elf_s390"
6281 ;;
6282 sparc64-*linux*)
6283 LD="${LD-ld} -m elf32_sparc"
6284 ;;
6285 esac
6286 ;;
6287 *64-bit*)
6288 case $host in
6289 x86_64-*kfreebsd*-gnu)
6290 LD="${LD-ld} -m elf_x86_64_fbsd"
6291 ;;
6292 x86_64-*linux*)
6293 LD="${LD-ld} -m elf_x86_64"
6294 ;;
6295 ppc*-*linux*|powerpc*-*linux*)
6296 LD="${LD-ld} -m elf64ppc"
6297 ;;
6298 s390*-*linux*|s390*-*tpf*)
6299 LD="${LD-ld} -m elf64_s390"
6300 ;;
6301 sparc*-*linux*)
6302 LD="${LD-ld} -m elf64_sparc"
6303 ;;
6304 esac
6305 ;;
6306 esac
6307 fi
6308 rm -rf conftest*
6309 ;;
6310
6311*-*-sco3.2v5*)
6312 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6313 SAVE_CFLAGS="$CFLAGS"
6314 CFLAGS="$CFLAGS -belf"
6315 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6316$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6317if ${lt_cv_cc_needs_belf+:} false; then :
6318 $as_echo_n "(cached) " >&6
6319else
6320 ac_ext=c
6321ac_cpp='$CPP $CPPFLAGS'
6322ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6323ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6324ac_compiler_gnu=$ac_cv_c_compiler_gnu
6325
6326 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6327/* end confdefs.h. */
6328
6329int
6330main ()
6331{
6332
6333 ;
6334 return 0;
6335}
6336_ACEOF
6337if ac_fn_c_try_link "$LINENO"; then :
6338 lt_cv_cc_needs_belf=yes
6339else
6340 lt_cv_cc_needs_belf=no
6341fi
6342rm -f core conftest.err conftest.$ac_objext \
6343 conftest$ac_exeext conftest.$ac_ext
6344 ac_ext=c
6345ac_cpp='$CPP $CPPFLAGS'
6346ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6347ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6348ac_compiler_gnu=$ac_cv_c_compiler_gnu
6349
6350fi
6351{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
6352$as_echo "$lt_cv_cc_needs_belf" >&6; }
6353 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6354 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6355 CFLAGS="$SAVE_CFLAGS"
6356 fi
6357 ;;
6358*-*solaris*)
6359 # Find out which ABI we are using.
6360 echo 'int i;' > conftest.$ac_ext
6361 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6362 (eval $ac_compile) 2>&5
6363 ac_status=$?
6364 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6365 test $ac_status = 0; }; then
6366 case `/usr/bin/file conftest.o` in
6367 *64-bit*)
6368 case $lt_cv_prog_gnu_ld in
6369 yes*)
6370 case $host in
6371 i?86-*-solaris*)
6372 LD="${LD-ld} -m elf_x86_64"
6373 ;;
6374 sparc*-*-solaris*)
6375 LD="${LD-ld} -m elf64_sparc"
6376 ;;
6377 esac
6378 # GNU ld 2.21 introduced _sol2 emulations. Use them if available.
6379 if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then
6380 LD="${LD-ld}_sol2"
6381 fi
6382 ;;
6383 *)
6384 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6385 LD="${LD-ld} -64"
6386 fi
6387 ;;
6388 esac
6389 ;;
6390 esac
6391 fi
6392 rm -rf conftest*
6393 ;;
6394esac
6395
6396need_locks="$enable_libtool_lock"
6397
6398if test -n "$ac_tool_prefix"; then
6399 # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args.
6400set dummy ${ac_tool_prefix}mt; ac_word=$2
6401{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6402$as_echo_n "checking for $ac_word... " >&6; }
6403if ${ac_cv_prog_MANIFEST_TOOL+:} false; then :
6404 $as_echo_n "(cached) " >&6
6405else
6406 if test -n "$MANIFEST_TOOL"; then
6407 ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # Let the user override the test.
6408else
6409as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6410for as_dir in $PATH
6411do
6412 IFS=$as_save_IFS
6413 test -z "$as_dir" && as_dir=.
6414 for ac_exec_ext in '' $ac_executable_extensions; do
6415 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6416 ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
6417 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6418 break 2
6419 fi
6420done
6421 done
6422IFS=$as_save_IFS
6423
6424fi
6425fi
6426MANIFEST_TOOL=$ac_cv_prog_MANIFEST_TOOL
6427if test -n "$MANIFEST_TOOL"; then
6428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5
6429$as_echo "$MANIFEST_TOOL" >&6; }
6430else
6431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6432$as_echo "no" >&6; }
6433fi
6434
6435
6436fi
6437if test -z "$ac_cv_prog_MANIFEST_TOOL"; then
6438 ac_ct_MANIFEST_TOOL=$MANIFEST_TOOL
6439 # Extract the first word of "mt", so it can be a program name with args.
6440set dummy mt; ac_word=$2
6441{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6442$as_echo_n "checking for $ac_word... " >&6; }
6443if ${ac_cv_prog_ac_ct_MANIFEST_TOOL+:} false; then :
6444 $as_echo_n "(cached) " >&6
6445else
6446 if test -n "$ac_ct_MANIFEST_TOOL"; then
6447 ac_cv_prog_ac_ct_MANIFEST_TOOL="$ac_ct_MANIFEST_TOOL" # Let the user override the test.
6448else
6449as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6450for as_dir in $PATH
6451do
6452 IFS=$as_save_IFS
6453 test -z "$as_dir" && as_dir=.
6454 for ac_exec_ext in '' $ac_executable_extensions; do
6455 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6456 ac_cv_prog_ac_ct_MANIFEST_TOOL="mt"
6457 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6458 break 2
6459 fi
6460done
6461 done
6462IFS=$as_save_IFS
6463
6464fi
6465fi
6466ac_ct_MANIFEST_TOOL=$ac_cv_prog_ac_ct_MANIFEST_TOOL
6467if test -n "$ac_ct_MANIFEST_TOOL"; then
6468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MANIFEST_TOOL" >&5
6469$as_echo "$ac_ct_MANIFEST_TOOL" >&6; }
6470else
6471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6472$as_echo "no" >&6; }
6473fi
6474
6475 if test "x$ac_ct_MANIFEST_TOOL" = x; then
6476 MANIFEST_TOOL=":"
6477 else
6478 case $cross_compiling:$ac_tool_warned in
6479yes:)
6480{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6481$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6482ac_tool_warned=yes ;;
6483esac
6484 MANIFEST_TOOL=$ac_ct_MANIFEST_TOOL
6485 fi
6486else
6487 MANIFEST_TOOL="$ac_cv_prog_MANIFEST_TOOL"
6488fi
6489
6490test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt
6491{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5
6492$as_echo_n "checking if $MANIFEST_TOOL is a manifest tool... " >&6; }
6493if ${lt_cv_path_mainfest_tool+:} false; then :
6494 $as_echo_n "(cached) " >&6
6495else
6496 lt_cv_path_mainfest_tool=no
6497 echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&5
6498 $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out
6499 cat conftest.err >&5
6500 if $GREP 'Manifest Tool' conftest.out > /dev/null; then
6501 lt_cv_path_mainfest_tool=yes
6502 fi
6503 rm -f conftest*
6504fi
6505{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5
6506$as_echo "$lt_cv_path_mainfest_tool" >&6; }
6507if test "x$lt_cv_path_mainfest_tool" != xyes; then
6508 MANIFEST_TOOL=:
6509fi
6510
6511
6512
6513
6514
6515
6516 case $host_os in
6517 rhapsody* | darwin*)
6518 if test -n "$ac_tool_prefix"; then
6519 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6520set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6521{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6522$as_echo_n "checking for $ac_word... " >&6; }
6523if ${ac_cv_prog_DSYMUTIL+:} false; then :
6524 $as_echo_n "(cached) " >&6
6525else
6526 if test -n "$DSYMUTIL"; then
6527 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6528else
6529as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6530for as_dir in $PATH
6531do
6532 IFS=$as_save_IFS
6533 test -z "$as_dir" && as_dir=.
6534 for ac_exec_ext in '' $ac_executable_extensions; do
6535 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6536 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
6537 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6538 break 2
6539 fi
6540done
6541 done
6542IFS=$as_save_IFS
6543
6544fi
6545fi
6546DSYMUTIL=$ac_cv_prog_DSYMUTIL
6547if test -n "$DSYMUTIL"; then
6548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
6549$as_echo "$DSYMUTIL" >&6; }
6550else
6551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6552$as_echo "no" >&6; }
6553fi
6554
6555
6556fi
6557if test -z "$ac_cv_prog_DSYMUTIL"; then
6558 ac_ct_DSYMUTIL=$DSYMUTIL
6559 # Extract the first word of "dsymutil", so it can be a program name with args.
6560set dummy dsymutil; ac_word=$2
6561{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6562$as_echo_n "checking for $ac_word... " >&6; }
6563if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6564 $as_echo_n "(cached) " >&6
6565else
6566 if test -n "$ac_ct_DSYMUTIL"; then
6567 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6568else
6569as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6570for as_dir in $PATH
6571do
6572 IFS=$as_save_IFS
6573 test -z "$as_dir" && as_dir=.
6574 for ac_exec_ext in '' $ac_executable_extensions; do
6575 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6576 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
6577 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6578 break 2
6579 fi
6580done
6581 done
6582IFS=$as_save_IFS
6583
6584fi
6585fi
6586ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6587if test -n "$ac_ct_DSYMUTIL"; then
6588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
6589$as_echo "$ac_ct_DSYMUTIL" >&6; }
6590else
6591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6592$as_echo "no" >&6; }
6593fi
6594
6595 if test "x$ac_ct_DSYMUTIL" = x; then
6596 DSYMUTIL=":"
6597 else
6598 case $cross_compiling:$ac_tool_warned in
6599yes:)
6600{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6601$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6602ac_tool_warned=yes ;;
6603esac
6604 DSYMUTIL=$ac_ct_DSYMUTIL
6605 fi
6606else
6607 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6608fi
6609
6610 if test -n "$ac_tool_prefix"; then
6611 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6612set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6613{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6614$as_echo_n "checking for $ac_word... " >&6; }
6615if ${ac_cv_prog_NMEDIT+:} false; then :
6616 $as_echo_n "(cached) " >&6
6617else
6618 if test -n "$NMEDIT"; then
6619 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6620else
6621as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6622for as_dir in $PATH
6623do
6624 IFS=$as_save_IFS
6625 test -z "$as_dir" && as_dir=.
6626 for ac_exec_ext in '' $ac_executable_extensions; do
6627 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6628 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6629 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6630 break 2
6631 fi
6632done
6633 done
6634IFS=$as_save_IFS
6635
6636fi
6637fi
6638NMEDIT=$ac_cv_prog_NMEDIT
6639if test -n "$NMEDIT"; then
6640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
6641$as_echo "$NMEDIT" >&6; }
6642else
6643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6644$as_echo "no" >&6; }
6645fi
6646
6647
6648fi
6649if test -z "$ac_cv_prog_NMEDIT"; then
6650 ac_ct_NMEDIT=$NMEDIT
6651 # Extract the first word of "nmedit", so it can be a program name with args.
6652set dummy nmedit; ac_word=$2
6653{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6654$as_echo_n "checking for $ac_word... " >&6; }
6655if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6656 $as_echo_n "(cached) " >&6
6657else
6658 if test -n "$ac_ct_NMEDIT"; then
6659 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6660else
6661as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6662for as_dir in $PATH
6663do
6664 IFS=$as_save_IFS
6665 test -z "$as_dir" && as_dir=.
6666 for ac_exec_ext in '' $ac_executable_extensions; do
6667 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6668 ac_cv_prog_ac_ct_NMEDIT="nmedit"
6669 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6670 break 2
6671 fi
6672done
6673 done
6674IFS=$as_save_IFS
6675
6676fi
6677fi
6678ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6679if test -n "$ac_ct_NMEDIT"; then
6680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
6681$as_echo "$ac_ct_NMEDIT" >&6; }
6682else
6683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6684$as_echo "no" >&6; }
6685fi
6686
6687 if test "x$ac_ct_NMEDIT" = x; then
6688 NMEDIT=":"
6689 else
6690 case $cross_compiling:$ac_tool_warned in
6691yes:)
6692{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6693$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6694ac_tool_warned=yes ;;
6695esac
6696 NMEDIT=$ac_ct_NMEDIT
6697 fi
6698else
6699 NMEDIT="$ac_cv_prog_NMEDIT"
6700fi
6701
6702 if test -n "$ac_tool_prefix"; then
6703 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6704set dummy ${ac_tool_prefix}lipo; ac_word=$2
6705{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6706$as_echo_n "checking for $ac_word... " >&6; }
6707if ${ac_cv_prog_LIPO+:} false; then :
6708 $as_echo_n "(cached) " >&6
6709else
6710 if test -n "$LIPO"; then
6711 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6712else
6713as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6714for as_dir in $PATH
6715do
6716 IFS=$as_save_IFS
6717 test -z "$as_dir" && as_dir=.
6718 for ac_exec_ext in '' $ac_executable_extensions; do
6719 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6720 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6721 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6722 break 2
6723 fi
6724done
6725 done
6726IFS=$as_save_IFS
6727
6728fi
6729fi
6730LIPO=$ac_cv_prog_LIPO
6731if test -n "$LIPO"; then
6732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6733$as_echo "$LIPO" >&6; }
6734else
6735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6736$as_echo "no" >&6; }
6737fi
6738
6739
6740fi
6741if test -z "$ac_cv_prog_LIPO"; then
6742 ac_ct_LIPO=$LIPO
6743 # Extract the first word of "lipo", so it can be a program name with args.
6744set dummy lipo; ac_word=$2
6745{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6746$as_echo_n "checking for $ac_word... " >&6; }
6747if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6748 $as_echo_n "(cached) " >&6
6749else
6750 if test -n "$ac_ct_LIPO"; then
6751 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6752else
6753as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6754for as_dir in $PATH
6755do
6756 IFS=$as_save_IFS
6757 test -z "$as_dir" && as_dir=.
6758 for ac_exec_ext in '' $ac_executable_extensions; do
6759 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6760 ac_cv_prog_ac_ct_LIPO="lipo"
6761 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6762 break 2
6763 fi
6764done
6765 done
6766IFS=$as_save_IFS
6767
6768fi
6769fi
6770ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6771if test -n "$ac_ct_LIPO"; then
6772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6773$as_echo "$ac_ct_LIPO" >&6; }
6774else
6775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6776$as_echo "no" >&6; }
6777fi
6778
6779 if test "x$ac_ct_LIPO" = x; then
6780 LIPO=":"
6781 else
6782 case $cross_compiling:$ac_tool_warned in
6783yes:)
6784{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6785$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6786ac_tool_warned=yes ;;
6787esac
6788 LIPO=$ac_ct_LIPO
6789 fi
6790else
6791 LIPO="$ac_cv_prog_LIPO"
6792fi
6793
6794 if test -n "$ac_tool_prefix"; then
6795 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6796set dummy ${ac_tool_prefix}otool; ac_word=$2
6797{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6798$as_echo_n "checking for $ac_word... " >&6; }
6799if ${ac_cv_prog_OTOOL+:} false; then :
6800 $as_echo_n "(cached) " >&6
6801else
6802 if test -n "$OTOOL"; then
6803 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6804else
6805as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6806for as_dir in $PATH
6807do
6808 IFS=$as_save_IFS
6809 test -z "$as_dir" && as_dir=.
6810 for ac_exec_ext in '' $ac_executable_extensions; do
6811 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6812 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6813 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6814 break 2
6815 fi
6816done
6817 done
6818IFS=$as_save_IFS
6819
6820fi
6821fi
6822OTOOL=$ac_cv_prog_OTOOL
6823if test -n "$OTOOL"; then
6824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6825$as_echo "$OTOOL" >&6; }
6826else
6827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6828$as_echo "no" >&6; }
6829fi
6830
6831
6832fi
6833if test -z "$ac_cv_prog_OTOOL"; then
6834 ac_ct_OTOOL=$OTOOL
6835 # Extract the first word of "otool", so it can be a program name with args.
6836set dummy otool; ac_word=$2
6837{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6838$as_echo_n "checking for $ac_word... " >&6; }
6839if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6840 $as_echo_n "(cached) " >&6
6841else
6842 if test -n "$ac_ct_OTOOL"; then
6843 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6844else
6845as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6846for as_dir in $PATH
6847do
6848 IFS=$as_save_IFS
6849 test -z "$as_dir" && as_dir=.
6850 for ac_exec_ext in '' $ac_executable_extensions; do
6851 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6852 ac_cv_prog_ac_ct_OTOOL="otool"
6853 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6854 break 2
6855 fi
6856done
6857 done
6858IFS=$as_save_IFS
6859
6860fi
6861fi
6862ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6863if test -n "$ac_ct_OTOOL"; then
6864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6865$as_echo "$ac_ct_OTOOL" >&6; }
6866else
6867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6868$as_echo "no" >&6; }
6869fi
6870
6871 if test "x$ac_ct_OTOOL" = x; then
6872 OTOOL=":"
6873 else
6874 case $cross_compiling:$ac_tool_warned in
6875yes:)
6876{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6877$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6878ac_tool_warned=yes ;;
6879esac
6880 OTOOL=$ac_ct_OTOOL
6881 fi
6882else
6883 OTOOL="$ac_cv_prog_OTOOL"
6884fi
6885
6886 if test -n "$ac_tool_prefix"; then
6887 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6888set dummy ${ac_tool_prefix}otool64; ac_word=$2
6889{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6890$as_echo_n "checking for $ac_word... " >&6; }
6891if ${ac_cv_prog_OTOOL64+:} false; then :
6892 $as_echo_n "(cached) " >&6
6893else
6894 if test -n "$OTOOL64"; then
6895 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6896else
6897as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6898for as_dir in $PATH
6899do
6900 IFS=$as_save_IFS
6901 test -z "$as_dir" && as_dir=.
6902 for ac_exec_ext in '' $ac_executable_extensions; do
6903 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6904 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6905 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6906 break 2
6907 fi
6908done
6909 done
6910IFS=$as_save_IFS
6911
6912fi
6913fi
6914OTOOL64=$ac_cv_prog_OTOOL64
6915if test -n "$OTOOL64"; then
6916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6917$as_echo "$OTOOL64" >&6; }
6918else
6919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6920$as_echo "no" >&6; }
6921fi
6922
6923
6924fi
6925if test -z "$ac_cv_prog_OTOOL64"; then
6926 ac_ct_OTOOL64=$OTOOL64
6927 # Extract the first word of "otool64", so it can be a program name with args.
6928set dummy otool64; ac_word=$2
6929{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6930$as_echo_n "checking for $ac_word... " >&6; }
6931if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
6932 $as_echo_n "(cached) " >&6
6933else
6934 if test -n "$ac_ct_OTOOL64"; then
6935 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6936else
6937as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6938for as_dir in $PATH
6939do
6940 IFS=$as_save_IFS
6941 test -z "$as_dir" && as_dir=.
6942 for ac_exec_ext in '' $ac_executable_extensions; do
6943 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6944 ac_cv_prog_ac_ct_OTOOL64="otool64"
6945 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6946 break 2
6947 fi
6948done
6949 done
6950IFS=$as_save_IFS
6951
6952fi
6953fi
6954ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6955if test -n "$ac_ct_OTOOL64"; then
6956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6957$as_echo "$ac_ct_OTOOL64" >&6; }
6958else
6959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6960$as_echo "no" >&6; }
6961fi
6962
6963 if test "x$ac_ct_OTOOL64" = x; then
6964 OTOOL64=":"
6965 else
6966 case $cross_compiling:$ac_tool_warned in
6967yes:)
6968{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6969$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6970ac_tool_warned=yes ;;
6971esac
6972 OTOOL64=$ac_ct_OTOOL64
6973 fi
6974else
6975 OTOOL64="$ac_cv_prog_OTOOL64"
6976fi
6977
6978
6979
6980
6981
6982
6983
6984
6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
6998
6999
7000
7001
7002
7003
7004 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7005$as_echo_n "checking for -single_module linker flag... " >&6; }
7006if ${lt_cv_apple_cc_single_mod+:} false; then :
7007 $as_echo_n "(cached) " >&6
7008else
7009 lt_cv_apple_cc_single_mod=no
7010 if test -z "${LT_MULTI_MODULE}"; then
7011 # By default we will add the -single_module flag. You can override
7012 # by either setting the environment variable LT_MULTI_MODULE
7013 # non-empty at configure time, or by adding -multi_module to the
7014 # link flags.
7015 rm -rf libconftest.dylib*
7016 echo "int foo(void){return 1;}" > conftest.c
7017 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7018-dynamiclib -Wl,-single_module conftest.c" >&5
7019 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7020 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7021 _lt_result=$?
7022 # If there is a non-empty error log, and "single_module"
7023 # appears in it, assume the flag caused a linker warning
7024 if test -s conftest.err && $GREP single_module conftest.err; then
7025 cat conftest.err >&5
7026 # Otherwise, if the output was created with a 0 exit code from
7027 # the compiler, it worked.
7028 elif test -f libconftest.dylib && test $_lt_result -eq 0; then
7029 lt_cv_apple_cc_single_mod=yes
7030 else
7031 cat conftest.err >&5
7032 fi
7033 rm -rf libconftest.dylib*
7034 rm -f conftest.*
7035 fi
7036fi
7037{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7038$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7039
7040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7041$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7042if ${lt_cv_ld_exported_symbols_list+:} false; then :
7043 $as_echo_n "(cached) " >&6
7044else
7045 lt_cv_ld_exported_symbols_list=no
7046 save_LDFLAGS=$LDFLAGS
7047 echo "_main" > conftest.sym
7048 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7049 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7050/* end confdefs.h. */
7051
7052int
7053main ()
7054{
7055
7056 ;
7057 return 0;
7058}
7059_ACEOF
7060if ac_fn_c_try_link "$LINENO"; then :
7061 lt_cv_ld_exported_symbols_list=yes
7062else
7063 lt_cv_ld_exported_symbols_list=no
7064fi
7065rm -f core conftest.err conftest.$ac_objext \
7066 conftest$ac_exeext conftest.$ac_ext
7067 LDFLAGS="$save_LDFLAGS"
7068
7069fi
7070{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7071$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7072
7073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7074$as_echo_n "checking for -force_load linker flag... " >&6; }
7075if ${lt_cv_ld_force_load+:} false; then :
7076 $as_echo_n "(cached) " >&6
7077else
7078 lt_cv_ld_force_load=no
7079 cat > conftest.c << _LT_EOF
7080int forced_loaded() { return 2;}
7081_LT_EOF
7082 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7083 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7084 echo "$AR cru libconftest.a conftest.o" >&5
7085 $AR cru libconftest.a conftest.o 2>&5
7086 echo "$RANLIB libconftest.a" >&5
7087 $RANLIB libconftest.a 2>&5
7088 cat > conftest.c << _LT_EOF
7089int main() { return 0;}
7090_LT_EOF
7091 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7092 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7093 _lt_result=$?
7094 if test -s conftest.err && $GREP force_load conftest.err; then
7095 cat conftest.err >&5
7096 elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then
7097 lt_cv_ld_force_load=yes
7098 else
7099 cat conftest.err >&5
7100 fi
7101 rm -f conftest.err libconftest.a conftest conftest.c
7102 rm -rf conftest.dSYM
7103
7104fi
7105{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7106$as_echo "$lt_cv_ld_force_load" >&6; }
7107 case $host_os in
7108 rhapsody* | darwin1.[012])
7109 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7110 darwin1.*)
7111 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7112 darwin*) # darwin 5.x on
7113 # if running on 10.5 or later, the deployment target defaults
7114 # to the OS version, if on x86, and 10.4, the deployment
7115 # target defaults to 10.4. Don't you love it?
7116 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7117 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7118 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7119 10.[012]*)
7120 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7121 10.*)
7122 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7123 esac
7124 ;;
7125 esac
7126 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7127 _lt_dar_single_mod='$single_module'
7128 fi
7129 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7130 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7131 else
7132 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7133 fi
7134 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7135 _lt_dsymutil='~$DSYMUTIL $lib || :'
7136 else
7137 _lt_dsymutil=
7138 fi
7139 ;;
7140 esac
7141
7142ac_ext=c
7143ac_cpp='$CPP $CPPFLAGS'
7144ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7145ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7146ac_compiler_gnu=$ac_cv_c_compiler_gnu
7147{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
7148$as_echo_n "checking how to run the C preprocessor... " >&6; }
7149# On Suns, sometimes $CPP names a directory.
7150if test -n "$CPP" && test -d "$CPP"; then
7151 CPP=
7152fi
7153if test -z "$CPP"; then
7154 if ${ac_cv_prog_CPP+:} false; then :
7155 $as_echo_n "(cached) " >&6
7156else
7157 # Double quotes because CPP needs to be expanded
7158 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
7159 do
7160 ac_preproc_ok=false
7161for ac_c_preproc_warn_flag in '' yes
7162do
7163 # Use a header file that comes with gcc, so configuring glibc
7164 # with a fresh cross-compiler works.
7165 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7166 # <limits.h> exists even on freestanding compilers.
7167 # On the NeXT, cc -E runs the code through the compiler's parser,
7168 # not just through cpp. "Syntax error" is here to catch this case.
7169 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7170/* end confdefs.h. */
7171#ifdef __STDC__
7172# include <limits.h>
7173#else
7174# include <assert.h>
7175#endif
7176 Syntax error
7177_ACEOF
7178if ac_fn_c_try_cpp "$LINENO"; then :
7179
7180else
7181 # Broken: fails on valid input.
7182continue
7183fi
7184rm -f conftest.err conftest.i conftest.$ac_ext
7185
7186 # OK, works on sane cases. Now check whether nonexistent headers
7187 # can be detected and how.
7188 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7189/* end confdefs.h. */
7190#include <ac_nonexistent.h>
7191_ACEOF
7192if ac_fn_c_try_cpp "$LINENO"; then :
7193 # Broken: success on invalid input.
7194continue
7195else
7196 # Passes both tests.
7197ac_preproc_ok=:
7198break
7199fi
7200rm -f conftest.err conftest.i conftest.$ac_ext
7201
7202done
7203# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7204rm -f conftest.i conftest.err conftest.$ac_ext
7205if $ac_preproc_ok; then :
7206 break
7207fi
7208
7209 done
7210 ac_cv_prog_CPP=$CPP
7211
7212fi
7213 CPP=$ac_cv_prog_CPP
7214else
7215 ac_cv_prog_CPP=$CPP
7216fi
7217{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
7218$as_echo "$CPP" >&6; }
7219ac_preproc_ok=false
7220for ac_c_preproc_warn_flag in '' yes
7221do
7222 # Use a header file that comes with gcc, so configuring glibc
7223 # with a fresh cross-compiler works.
7224 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7225 # <limits.h> exists even on freestanding compilers.
7226 # On the NeXT, cc -E runs the code through the compiler's parser,
7227 # not just through cpp. "Syntax error" is here to catch this case.
7228 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7229/* end confdefs.h. */
7230#ifdef __STDC__
7231# include <limits.h>
7232#else
7233# include <assert.h>
7234#endif
7235 Syntax error
7236_ACEOF
7237if ac_fn_c_try_cpp "$LINENO"; then :
7238
7239else
7240 # Broken: fails on valid input.
7241continue
7242fi
7243rm -f conftest.err conftest.i conftest.$ac_ext
7244
7245 # OK, works on sane cases. Now check whether nonexistent headers
7246 # can be detected and how.
7247 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7248/* end confdefs.h. */
7249#include <ac_nonexistent.h>
7250_ACEOF
7251if ac_fn_c_try_cpp "$LINENO"; then :
7252 # Broken: success on invalid input.
7253continue
7254else
7255 # Passes both tests.
7256ac_preproc_ok=:
7257break
7258fi
7259rm -f conftest.err conftest.i conftest.$ac_ext
7260
7261done
7262# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7263rm -f conftest.i conftest.err conftest.$ac_ext
7264if $ac_preproc_ok; then :
7265
7266else
7267 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7268$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7269as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
7270See \`config.log' for more details" "$LINENO" 5; }
7271fi
7272
7273ac_ext=c
7274ac_cpp='$CPP $CPPFLAGS'
7275ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7276ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7277ac_compiler_gnu=$ac_cv_c_compiler_gnu
7278
7279
7280{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
7281$as_echo_n "checking for ANSI C header files... " >&6; }
7282if ${ac_cv_header_stdc+:} false; then :
7283 $as_echo_n "(cached) " >&6
7284else
7285 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7286/* end confdefs.h. */
7287#include <stdlib.h>
7288#include <stdarg.h>
7289#include <string.h>
7290#include <float.h>
7291
7292int
7293main ()
7294{
7295
7296 ;
7297 return 0;
7298}
7299_ACEOF
7300if ac_fn_c_try_compile "$LINENO"; then :
7301 ac_cv_header_stdc=yes
7302else
7303 ac_cv_header_stdc=no
7304fi
7305rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7306
7307if test $ac_cv_header_stdc = yes; then
7308 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7309 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7310/* end confdefs.h. */
7311#include <string.h>
7312
7313_ACEOF
7314if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7315 $EGREP "memchr" >/dev/null 2>&1; then :
7316
7317else
7318 ac_cv_header_stdc=no
7319fi
7320rm -f conftest*
7321
7322fi
7323
7324if test $ac_cv_header_stdc = yes; then
7325 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7326 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7327/* end confdefs.h. */
7328#include <stdlib.h>
7329
7330_ACEOF
7331if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7332 $EGREP "free" >/dev/null 2>&1; then :
7333
7334else
7335 ac_cv_header_stdc=no
7336fi
7337rm -f conftest*
7338
7339fi
7340
7341if test $ac_cv_header_stdc = yes; then
7342 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7343 if test "$cross_compiling" = yes; then :
7344 :
7345else
7346 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7347/* end confdefs.h. */
7348#include <ctype.h>
7349#include <stdlib.h>
7350#if ((' ' & 0x0FF) == 0x020)
7351# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7352# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7353#else
7354# define ISLOWER(c) \
7355 (('a' <= (c) && (c) <= 'i') \
7356 || ('j' <= (c) && (c) <= 'r') \
7357 || ('s' <= (c) && (c) <= 'z'))
7358# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7359#endif
7360
7361#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7362int
7363main ()
7364{
7365 int i;
7366 for (i = 0; i < 256; i++)
7367 if (XOR (islower (i), ISLOWER (i))
7368 || toupper (i) != TOUPPER (i))
7369 return 2;
7370 return 0;
7371}
7372_ACEOF
7373if ac_fn_c_try_run "$LINENO"; then :
7374
7375else
7376 ac_cv_header_stdc=no
7377fi
7378rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
7379 conftest.$ac_objext conftest.beam conftest.$ac_ext
7380fi
7381
7382fi
7383fi
7384{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
7385$as_echo "$ac_cv_header_stdc" >&6; }
7386if test $ac_cv_header_stdc = yes; then
7387
7388$as_echo "#define STDC_HEADERS 1" >>confdefs.h
7389
7390fi
7391
7392# On IRIX 5.3, sys/types and inttypes.h are conflicting.
7393for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7394 inttypes.h stdint.h unistd.h
7395do :
7396 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7397ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
7398"
7399if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7400 cat >>confdefs.h <<_ACEOF
7401#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7402_ACEOF
7403
7404fi
7405
7406done
7407
7408
7409for ac_header in dlfcn.h
7410do :
7411 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7412"
7413if test "x$ac_cv_header_dlfcn_h" = xyes; then :
7414 cat >>confdefs.h <<_ACEOF
7415#define HAVE_DLFCN_H 1
7416_ACEOF
7417
7418fi
7419
7420done
7421
7422
7423
7424
7425
7426# Set options
7427
7428
7429
7430 enable_dlopen=no
7431
7432
7433 enable_win32_dll=no
7434
7435
7436 # Check whether --enable-shared was given.
7437if test "${enable_shared+set}" = set; then :
7438 enableval=$enable_shared; p=${PACKAGE-default}
7439 case $enableval in
7440 yes) enable_shared=yes ;;
7441 no) enable_shared=no ;;
7442 *)
7443 enable_shared=no
7444 # Look at the argument we got. We use all the common list separators.
7445 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7446 for pkg in $enableval; do
7447 IFS="$lt_save_ifs"
7448 if test "X$pkg" = "X$p"; then
7449 enable_shared=yes
7450 fi
7451 done
7452 IFS="$lt_save_ifs"
7453 ;;
7454 esac
7455else
7456 enable_shared=yes
7457fi
7458
7459
7460
7461
7462
7463
7464
7465
7466
7467 # Check whether --enable-static was given.
7468if test "${enable_static+set}" = set; then :
7469 enableval=$enable_static; p=${PACKAGE-default}
7470 case $enableval in
7471 yes) enable_static=yes ;;
7472 no) enable_static=no ;;
7473 *)
7474 enable_static=no
7475 # Look at the argument we got. We use all the common list separators.
7476 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7477 for pkg in $enableval; do
7478 IFS="$lt_save_ifs"
7479 if test "X$pkg" = "X$p"; then
7480 enable_static=yes
7481 fi
7482 done
7483 IFS="$lt_save_ifs"
7484 ;;
7485 esac
7486else
7487 enable_static=yes
7488fi
7489
7490
7491
7492
7493
7494
7495
7496
7497
7498
7499# Check whether --with-pic was given.
7500if test "${with_pic+set}" = set; then :
7501 withval=$with_pic; lt_p=${PACKAGE-default}
7502 case $withval in
7503 yes|no) pic_mode=$withval ;;
7504 *)
7505 pic_mode=default
7506 # Look at the argument we got. We use all the common list separators.
7507 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7508 for lt_pkg in $withval; do
7509 IFS="$lt_save_ifs"
7510 if test "X$lt_pkg" = "X$lt_p"; then
7511 pic_mode=yes
7512 fi
7513 done
7514 IFS="$lt_save_ifs"
7515 ;;
7516 esac
7517else
7518 pic_mode=default
7519fi
7520
7521
7522test -z "$pic_mode" && pic_mode=default
7523
7524
7525
7526
7527
7528
7529
7530 # Check whether --enable-fast-install was given.
7531if test "${enable_fast_install+set}" = set; then :
7532 enableval=$enable_fast_install; p=${PACKAGE-default}
7533 case $enableval in
7534 yes) enable_fast_install=yes ;;
7535 no) enable_fast_install=no ;;
7536 *)
7537 enable_fast_install=no
7538 # Look at the argument we got. We use all the common list separators.
7539 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7540 for pkg in $enableval; do
7541 IFS="$lt_save_ifs"
7542 if test "X$pkg" = "X$p"; then
7543 enable_fast_install=yes
7544 fi
7545 done
7546 IFS="$lt_save_ifs"
7547 ;;
7548 esac
7549else
7550 enable_fast_install=yes
7551fi
7552
7553
7554
7555
7556
7557
7558
7559
7560
7561
7562
7563# This can be used to rebuild libtool when needed
7564LIBTOOL_DEPS="$ltmain"
7565
7566# Always use our own libtool.
7567LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7568
7569
7570
7571
7572
7573
7574
7575
7576
7577
7578
7579
7580
7581
7582
7583
7584
7585
7586
7587
7588
7589
7590
7591
7592
7593
7594
7595
7596
7597
7598test -z "$LN_S" && LN_S="ln -s"
7599
7600
7601
7602
7603
7604
7605
7606
7607
7608
7609
7610
7611
7612
7613if test -n "${ZSH_VERSION+set}" ; then
7614 setopt NO_GLOB_SUBST
7615fi
7616
7617{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7618$as_echo_n "checking for objdir... " >&6; }
7619if ${lt_cv_objdir+:} false; then :
7620 $as_echo_n "(cached) " >&6
7621else
7622 rm -f .libs 2>/dev/null
7623mkdir .libs 2>/dev/null
7624if test -d .libs; then
7625 lt_cv_objdir=.libs
7626else
7627 # MS-DOS does not allow filenames that begin with a dot.
7628 lt_cv_objdir=_libs
7629fi
7630rmdir .libs 2>/dev/null
7631fi
7632{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7633$as_echo "$lt_cv_objdir" >&6; }
7634objdir=$lt_cv_objdir
7635
7636
7637
7638
7639
7640cat >>confdefs.h <<_ACEOF
7641#define LT_OBJDIR "$lt_cv_objdir/"
7642_ACEOF
7643
7644
7645
7646
7647case $host_os in
7648aix3*)
7649 # AIX sometimes has problems with the GCC collect2 program. For some
7650 # reason, if we set the COLLECT_NAMES environment variable, the problems
7651 # vanish in a puff of smoke.
7652 if test "X${COLLECT_NAMES+set}" != Xset; then
7653 COLLECT_NAMES=
7654 export COLLECT_NAMES
7655 fi
7656 ;;
7657esac
7658
7659# Global variables:
7660ofile=libtool
7661can_build_shared=yes
7662
7663# All known linkers require a `.a' archive for static linking (except MSVC,
7664# which needs '.lib').
7665libext=a
7666
7667with_gnu_ld="$lt_cv_prog_gnu_ld"
7668
7669old_CC="$CC"
7670old_CFLAGS="$CFLAGS"
7671
7672# Set sane defaults for various variables
7673test -z "$CC" && CC=cc
7674test -z "$LTCC" && LTCC=$CC
7675test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7676test -z "$LD" && LD=ld
7677test -z "$ac_objext" && ac_objext=o
7678
7679for cc_temp in $compiler""; do
7680 case $cc_temp in
7681 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7682 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7683 \-*) ;;
7684 *) break;;
7685 esac
7686done
7687cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7688
7689
7690# Only perform the check for file, if the check method requires it
7691test -z "$MAGIC_CMD" && MAGIC_CMD=file
7692case $deplibs_check_method in
7693file_magic*)
7694 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7696$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7697if ${lt_cv_path_MAGIC_CMD+:} false; then :
7698 $as_echo_n "(cached) " >&6
7699else
7700 case $MAGIC_CMD in
7701[\\/*] | ?:[\\/]*)
7702 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7703 ;;
7704*)
7705 lt_save_MAGIC_CMD="$MAGIC_CMD"
7706 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7707 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7708 for ac_dir in $ac_dummy; do
7709 IFS="$lt_save_ifs"
7710 test -z "$ac_dir" && ac_dir=.
7711 if test -f $ac_dir/${ac_tool_prefix}file; then
7712 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7713 if test -n "$file_magic_test_file"; then
7714 case $deplibs_check_method in
7715 "file_magic "*)
7716 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7717 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7718 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7719 $EGREP "$file_magic_regex" > /dev/null; then
7720 :
7721 else
7722 cat <<_LT_EOF 1>&2
7723
7724*** Warning: the command libtool uses to detect shared libraries,
7725*** $file_magic_cmd, produces output that libtool cannot recognize.
7726*** The result is that libtool may fail to recognize shared libraries
7727*** as such. This will affect the creation of libtool libraries that
7728*** depend on shared libraries, but programs linked with such libtool
7729*** libraries will work regardless of this problem. Nevertheless, you
7730*** may want to report the problem to your system manager and/or to
7731*** bug-libtool@gnu.org
7732
7733_LT_EOF
7734 fi ;;
7735 esac
7736 fi
7737 break
7738 fi
7739 done
7740 IFS="$lt_save_ifs"
7741 MAGIC_CMD="$lt_save_MAGIC_CMD"
7742 ;;
7743esac
7744fi
7745
7746MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7747if test -n "$MAGIC_CMD"; then
7748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7749$as_echo "$MAGIC_CMD" >&6; }
7750else
7751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7752$as_echo "no" >&6; }
7753fi
7754
7755
7756
7757
7758
7759if test -z "$lt_cv_path_MAGIC_CMD"; then
7760 if test -n "$ac_tool_prefix"; then
7761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7762$as_echo_n "checking for file... " >&6; }
7763if ${lt_cv_path_MAGIC_CMD+:} false; then :
7764 $as_echo_n "(cached) " >&6
7765else
7766 case $MAGIC_CMD in
7767[\\/*] | ?:[\\/]*)
7768 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7769 ;;
7770*)
7771 lt_save_MAGIC_CMD="$MAGIC_CMD"
7772 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7773 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7774 for ac_dir in $ac_dummy; do
7775 IFS="$lt_save_ifs"
7776 test -z "$ac_dir" && ac_dir=.
7777 if test -f $ac_dir/file; then
7778 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7779 if test -n "$file_magic_test_file"; then
7780 case $deplibs_check_method in
7781 "file_magic "*)
7782 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7783 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7784 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7785 $EGREP "$file_magic_regex" > /dev/null; then
7786 :
7787 else
7788 cat <<_LT_EOF 1>&2
7789
7790*** Warning: the command libtool uses to detect shared libraries,
7791*** $file_magic_cmd, produces output that libtool cannot recognize.
7792*** The result is that libtool may fail to recognize shared libraries
7793*** as such. This will affect the creation of libtool libraries that
7794*** depend on shared libraries, but programs linked with such libtool
7795*** libraries will work regardless of this problem. Nevertheless, you
7796*** may want to report the problem to your system manager and/or to
7797*** bug-libtool@gnu.org
7798
7799_LT_EOF
7800 fi ;;
7801 esac
7802 fi
7803 break
7804 fi
7805 done
7806 IFS="$lt_save_ifs"
7807 MAGIC_CMD="$lt_save_MAGIC_CMD"
7808 ;;
7809esac
7810fi
7811
7812MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7813if test -n "$MAGIC_CMD"; then
7814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7815$as_echo "$MAGIC_CMD" >&6; }
7816else
7817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7818$as_echo "no" >&6; }
7819fi
7820
7821
7822 else
7823 MAGIC_CMD=:
7824 fi
7825fi
7826
7827 fi
7828 ;;
7829esac
7830
7831# Use C for the default configuration in the libtool script
7832
7833lt_save_CC="$CC"
7834ac_ext=c
7835ac_cpp='$CPP $CPPFLAGS'
7836ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7837ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7838ac_compiler_gnu=$ac_cv_c_compiler_gnu
7839
7840
7841# Source file extension for C test sources.
7842ac_ext=c
7843
7844# Object file extension for compiled C test sources.
7845objext=o
7846objext=$objext
7847
7848# Code to be used in simple compile tests
7849lt_simple_compile_test_code="int some_variable = 0;"
7850
7851# Code to be used in simple link tests
7852lt_simple_link_test_code='int main(){return(0);}'
7853
7854
7855
7856
7857
7858
7859
7860# If no C compiler was specified, use CC.
7861LTCC=${LTCC-"$CC"}
7862
7863# If no C compiler flags were specified, use CFLAGS.
7864LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7865
7866# Allow CC to be a program name with arguments.
7867compiler=$CC
7868
7869# Save the default compiler, since it gets overwritten when the other
7870# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7871compiler_DEFAULT=$CC
7872
7873# save warnings/boilerplate of simple test code
7874ac_outfile=conftest.$ac_objext
7875echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7876eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7877_lt_compiler_boilerplate=`cat conftest.err`
7878$RM conftest*
7879
7880ac_outfile=conftest.$ac_objext
7881echo "$lt_simple_link_test_code" >conftest.$ac_ext
7882eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7883_lt_linker_boilerplate=`cat conftest.err`
7884$RM -r conftest*
7885
7886
7887if test -n "$compiler"; then
7888
7889lt_prog_compiler_no_builtin_flag=
7890
7891if test "$GCC" = yes; then
7892 case $cc_basename in
7893 nvcc*)
7894 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7895 *)
7896 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
7897 esac
7898
7899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7900$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
7901if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
7902 $as_echo_n "(cached) " >&6
7903else
7904 lt_cv_prog_compiler_rtti_exceptions=no
7905 ac_outfile=conftest.$ac_objext
7906 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7907 lt_compiler_flag="-fno-rtti -fno-exceptions"
7908 # Insert the option either (1) after the last *FLAGS variable, or
7909 # (2) before a word containing "conftest.", or (3) at the end.
7910 # Note that $ac_compile itself does not contain backslashes and begins
7911 # with a dollar sign (not a hyphen), so the echo should work correctly.
7912 # The option is referenced via a variable to avoid confusing sed.
7913 lt_compile=`echo "$ac_compile" | $SED \
7914 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7915 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7916 -e 's:$: $lt_compiler_flag:'`
7917 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7918 (eval "$lt_compile" 2>conftest.err)
7919 ac_status=$?
7920 cat conftest.err >&5
7921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7922 if (exit $ac_status) && test -s "$ac_outfile"; then
7923 # The compiler can only warn and ignore the option if not recognized
7924 # So say no if there are warnings other than the usual output.
7925 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7926 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7927 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7928 lt_cv_prog_compiler_rtti_exceptions=yes
7929 fi
7930 fi
7931 $RM conftest*
7932
7933fi
7934{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7935$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7936
7937if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7938 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7939else
7940 :
7941fi
7942
7943fi
7944
7945
7946
7947
7948
7949
7950 lt_prog_compiler_wl=
7951lt_prog_compiler_pic=
7952lt_prog_compiler_static=
7953
7954
7955 if test "$GCC" = yes; then
7956 lt_prog_compiler_wl='-Wl,'
7957 lt_prog_compiler_static='-static'
7958
7959 case $host_os in
7960 aix*)
7961 # All AIX code is PIC.
7962 if test "$host_cpu" = ia64; then
7963 # AIX 5 now supports IA64 processor
7964 lt_prog_compiler_static='-Bstatic'
7965 fi
7966 ;;
7967
7968 amigaos*)
7969 case $host_cpu in
7970 powerpc)
7971 # see comment about AmigaOS4 .so support
7972 lt_prog_compiler_pic='-fPIC'
7973 ;;
7974 m68k)
7975 # FIXME: we need at least 68020 code to build shared libraries, but
7976 # adding the `-m68020' flag to GCC prevents building anything better,
7977 # like `-m68040'.
7978 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7979 ;;
7980 esac
7981 ;;
7982
7983 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7984 # PIC is the default for these OSes.
7985 ;;
7986
7987 mingw* | cygwin* | pw32* | os2* | cegcc*)
7988 # This hack is so that the source file can tell whether it is being
7989 # built for inclusion in a dll (and should export symbols for example).
7990 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7991 # (--disable-auto-import) libraries
7992 lt_prog_compiler_pic='-DDLL_EXPORT'
7993 ;;
7994
7995 darwin* | rhapsody*)
7996 # PIC is the default on this platform
7997 # Common symbols not allowed in MH_DYLIB files
7998 lt_prog_compiler_pic='-fno-common'
7999 ;;
8000
8001 haiku*)
8002 # PIC is the default for Haiku.
8003 # The "-static" flag exists, but is broken.
8004 lt_prog_compiler_static=
8005 ;;
8006
8007 hpux*)
8008 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8009 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8010 # sets the default TLS model and affects inlining.
8011 case $host_cpu in
8012 hppa*64*)
8013 # +Z the default
8014 ;;
8015 *)
8016 lt_prog_compiler_pic='-fPIC'
8017 ;;
8018 esac
8019 ;;
8020
8021 interix[3-9]*)
8022 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8023 # Instead, we relocate shared libraries at runtime.
8024 ;;
8025
8026 msdosdjgpp*)
8027 # Just because we use GCC doesn't mean we suddenly get shared libraries
8028 # on systems that don't support them.
8029 lt_prog_compiler_can_build_shared=no
8030 enable_shared=no
8031 ;;
8032
8033 *nto* | *qnx*)
8034 # QNX uses GNU C++, but need to define -shared option too, otherwise
8035 # it will coredump.
8036 lt_prog_compiler_pic='-fPIC -shared'
8037 ;;
8038
8039 sysv4*MP*)
8040 if test -d /usr/nec; then
8041 lt_prog_compiler_pic=-Kconform_pic
8042 fi
8043 ;;
8044
8045 *)
8046 lt_prog_compiler_pic='-fPIC'
8047 ;;
8048 esac
8049
8050 case $cc_basename in
8051 nvcc*) # Cuda Compiler Driver 2.2
8052 lt_prog_compiler_wl='-Xlinker '
8053 if test -n "$lt_prog_compiler_pic"; then
8054 lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic"
8055 fi
8056 ;;
8057 esac
8058 else
8059 # PORTME Check for flag to pass linker flags through the system compiler.
8060 case $host_os in
8061 aix*)
8062 lt_prog_compiler_wl='-Wl,'
8063 if test "$host_cpu" = ia64; then
8064 # AIX 5 now supports IA64 processor
8065 lt_prog_compiler_static='-Bstatic'
8066 else
8067 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8068 fi
8069 ;;
8070
8071 mingw* | cygwin* | pw32* | os2* | cegcc*)
8072 # This hack is so that the source file can tell whether it is being
8073 # built for inclusion in a dll (and should export symbols for example).
8074 lt_prog_compiler_pic='-DDLL_EXPORT'
8075 ;;
8076
8077 hpux9* | hpux10* | hpux11*)
8078 lt_prog_compiler_wl='-Wl,'
8079 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8080 # not for PA HP-UX.
8081 case $host_cpu in
8082 hppa*64*|ia64*)
8083 # +Z the default
8084 ;;
8085 *)
8086 lt_prog_compiler_pic='+Z'
8087 ;;
8088 esac
8089 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8090 lt_prog_compiler_static='${wl}-a ${wl}archive'
8091 ;;
8092
8093 irix5* | irix6* | nonstopux*)
8094 lt_prog_compiler_wl='-Wl,'
8095 # PIC (with -KPIC) is the default.
8096 lt_prog_compiler_static='-non_shared'
8097 ;;
8098
8099 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8100 case $cc_basename in
8101 # old Intel for x86_64 which still supported -KPIC.
8102 ecc*)
8103 lt_prog_compiler_wl='-Wl,'
8104 lt_prog_compiler_pic='-KPIC'
8105 lt_prog_compiler_static='-static'
8106 ;;
8107 # icc used to be incompatible with GCC.
8108 # ICC 10 doesn't accept -KPIC any more.
8109 icc* | ifort*)
8110 lt_prog_compiler_wl='-Wl,'
8111 lt_prog_compiler_pic='-fPIC'
8112 lt_prog_compiler_static='-static'
8113 ;;
8114 # Lahey Fortran 8.1.
8115 lf95*)
8116 lt_prog_compiler_wl='-Wl,'
8117 lt_prog_compiler_pic='--shared'
8118 lt_prog_compiler_static='--static'
8119 ;;
8120 nagfor*)
8121 # NAG Fortran compiler
8122 lt_prog_compiler_wl='-Wl,-Wl,,'
8123 lt_prog_compiler_pic='-PIC'
8124 lt_prog_compiler_static='-Bstatic'
8125 ;;
8126 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8127 # Portland Group compilers (*not* the Pentium gcc compiler,
8128 # which looks to be a dead project)
8129 lt_prog_compiler_wl='-Wl,'
8130 lt_prog_compiler_pic='-fpic'
8131 lt_prog_compiler_static='-Bstatic'
8132 ;;
8133 ccc*)
8134 lt_prog_compiler_wl='-Wl,'
8135 # All Alpha code is PIC.
8136 lt_prog_compiler_static='-non_shared'
8137 ;;
8138 xl* | bgxl* | bgf* | mpixl*)
8139 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8140 lt_prog_compiler_wl='-Wl,'
8141 lt_prog_compiler_pic='-qpic'
8142 lt_prog_compiler_static='-qstaticlink'
8143 ;;
8144 *)
8145 case `$CC -V 2>&1 | sed 5q` in
8146 *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
8147 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8148 lt_prog_compiler_pic='-KPIC'
8149 lt_prog_compiler_static='-Bstatic'
8150 lt_prog_compiler_wl=''
8151 ;;
8152 *Sun\ F* | *Sun*Fortran*)
8153 lt_prog_compiler_pic='-KPIC'
8154 lt_prog_compiler_static='-Bstatic'
8155 lt_prog_compiler_wl='-Qoption ld '
8156 ;;
8157 *Sun\ C*)
8158 # Sun C 5.9
8159 lt_prog_compiler_pic='-KPIC'
8160 lt_prog_compiler_static='-Bstatic'
8161 lt_prog_compiler_wl='-Wl,'
8162 ;;
8163 *Intel*\ [CF]*Compiler*)
8164 lt_prog_compiler_wl='-Wl,'
8165 lt_prog_compiler_pic='-fPIC'
8166 lt_prog_compiler_static='-static'
8167 ;;
8168 *Portland\ Group*)
8169 lt_prog_compiler_wl='-Wl,'
8170 lt_prog_compiler_pic='-fpic'
8171 lt_prog_compiler_static='-Bstatic'
8172 ;;
8173 esac
8174 ;;
8175 esac
8176 ;;
8177
8178 newsos6)
8179 lt_prog_compiler_pic='-KPIC'
8180 lt_prog_compiler_static='-Bstatic'
8181 ;;
8182
8183 *nto* | *qnx*)
8184 # QNX uses GNU C++, but need to define -shared option too, otherwise
8185 # it will coredump.
8186 lt_prog_compiler_pic='-fPIC -shared'
8187 ;;
8188
8189 osf3* | osf4* | osf5*)
8190 lt_prog_compiler_wl='-Wl,'
8191 # All OSF/1 code is PIC.
8192 lt_prog_compiler_static='-non_shared'
8193 ;;
8194
8195 rdos*)
8196 lt_prog_compiler_static='-non_shared'
8197 ;;
8198
8199 solaris*)
8200 lt_prog_compiler_pic='-KPIC'
8201 lt_prog_compiler_static='-Bstatic'
8202 case $cc_basename in
8203 f77* | f90* | f95* | sunf77* | sunf90* | sunf95*)
8204 lt_prog_compiler_wl='-Qoption ld ';;
8205 *)
8206 lt_prog_compiler_wl='-Wl,';;
8207 esac
8208 ;;
8209
8210 sunos4*)
8211 lt_prog_compiler_wl='-Qoption ld '
8212 lt_prog_compiler_pic='-PIC'
8213 lt_prog_compiler_static='-Bstatic'
8214 ;;
8215
8216 sysv4 | sysv4.2uw2* | sysv4.3*)
8217 lt_prog_compiler_wl='-Wl,'
8218 lt_prog_compiler_pic='-KPIC'
8219 lt_prog_compiler_static='-Bstatic'
8220 ;;
8221
8222 sysv4*MP*)
8223 if test -d /usr/nec ;then
8224 lt_prog_compiler_pic='-Kconform_pic'
8225 lt_prog_compiler_static='-Bstatic'
8226 fi
8227 ;;
8228
8229 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8230 lt_prog_compiler_wl='-Wl,'
8231 lt_prog_compiler_pic='-KPIC'
8232 lt_prog_compiler_static='-Bstatic'
8233 ;;
8234
8235 unicos*)
8236 lt_prog_compiler_wl='-Wl,'
8237 lt_prog_compiler_can_build_shared=no
8238 ;;
8239
8240 uts4*)
8241 lt_prog_compiler_pic='-pic'
8242 lt_prog_compiler_static='-Bstatic'
8243 ;;
8244
8245 *)
8246 lt_prog_compiler_can_build_shared=no
8247 ;;
8248 esac
8249 fi
8250
8251case $host_os in
8252 # For platforms which do not support PIC, -DPIC is meaningless:
8253 *djgpp*)
8254 lt_prog_compiler_pic=
8255 ;;
8256 *)
8257 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8258 ;;
8259esac
8260
8261{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8262$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8263if ${lt_cv_prog_compiler_pic+:} false; then :
8264 $as_echo_n "(cached) " >&6
8265else
8266 lt_cv_prog_compiler_pic=$lt_prog_compiler_pic
8267fi
8268{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5
8269$as_echo "$lt_cv_prog_compiler_pic" >&6; }
8270lt_prog_compiler_pic=$lt_cv_prog_compiler_pic
8271
8272#
8273# Check to make sure the PIC flag actually works.
8274#
8275if test -n "$lt_prog_compiler_pic"; then
8276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8277$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8278if ${lt_cv_prog_compiler_pic_works+:} false; then :
8279 $as_echo_n "(cached) " >&6
8280else
8281 lt_cv_prog_compiler_pic_works=no
8282 ac_outfile=conftest.$ac_objext
8283 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8284 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8285 # Insert the option either (1) after the last *FLAGS variable, or
8286 # (2) before a word containing "conftest.", or (3) at the end.
8287 # Note that $ac_compile itself does not contain backslashes and begins
8288 # with a dollar sign (not a hyphen), so the echo should work correctly.
8289 # The option is referenced via a variable to avoid confusing sed.
8290 lt_compile=`echo "$ac_compile" | $SED \
8291 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8292 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8293 -e 's:$: $lt_compiler_flag:'`
8294 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8295 (eval "$lt_compile" 2>conftest.err)
8296 ac_status=$?
8297 cat conftest.err >&5
8298 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8299 if (exit $ac_status) && test -s "$ac_outfile"; then
8300 # The compiler can only warn and ignore the option if not recognized
8301 # So say no if there are warnings other than the usual output.
8302 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8303 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8304 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8305 lt_cv_prog_compiler_pic_works=yes
8306 fi
8307 fi
8308 $RM conftest*
8309
8310fi
8311{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8312$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8313
8314if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8315 case $lt_prog_compiler_pic in
8316 "" | " "*) ;;
8317 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8318 esac
8319else
8320 lt_prog_compiler_pic=
8321 lt_prog_compiler_can_build_shared=no
8322fi
8323
8324fi
8325
8326
8327
8328
8329
8330
8331
8332
8333
8334
8335
8336#
8337# Check to make sure the static flag actually works.
8338#
8339wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8340{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8341$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8342if ${lt_cv_prog_compiler_static_works+:} false; then :
8343 $as_echo_n "(cached) " >&6
8344else
8345 lt_cv_prog_compiler_static_works=no
8346 save_LDFLAGS="$LDFLAGS"
8347 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8348 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8349 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8350 # The linker can only warn and ignore the option if not recognized
8351 # So say no if there are warnings
8352 if test -s conftest.err; then
8353 # Append any errors to the config.log.
8354 cat conftest.err 1>&5
8355 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8356 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8357 if diff conftest.exp conftest.er2 >/dev/null; then
8358 lt_cv_prog_compiler_static_works=yes
8359 fi
8360 else
8361 lt_cv_prog_compiler_static_works=yes
8362 fi
8363 fi
8364 $RM -r conftest*
8365 LDFLAGS="$save_LDFLAGS"
8366
8367fi
8368{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8369$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8370
8371if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8372 :
8373else
8374 lt_prog_compiler_static=
8375fi
8376
8377
8378
8379
8380
8381
8382
8383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8384$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8385if ${lt_cv_prog_compiler_c_o+:} false; then :
8386 $as_echo_n "(cached) " >&6
8387else
8388 lt_cv_prog_compiler_c_o=no
8389 $RM -r conftest 2>/dev/null
8390 mkdir conftest
8391 cd conftest
8392 mkdir out
8393 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8394
8395 lt_compiler_flag="-o out/conftest2.$ac_objext"
8396 # Insert the option either (1) after the last *FLAGS variable, or
8397 # (2) before a word containing "conftest.", or (3) at the end.
8398 # Note that $ac_compile itself does not contain backslashes and begins
8399 # with a dollar sign (not a hyphen), so the echo should work correctly.
8400 lt_compile=`echo "$ac_compile" | $SED \
8401 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8402 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8403 -e 's:$: $lt_compiler_flag:'`
8404 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8405 (eval "$lt_compile" 2>out/conftest.err)
8406 ac_status=$?
8407 cat out/conftest.err >&5
8408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8409 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8410 then
8411 # The compiler can only warn and ignore the option if not recognized
8412 # So say no if there are warnings
8413 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8414 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8415 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8416 lt_cv_prog_compiler_c_o=yes
8417 fi
8418 fi
8419 chmod u+w . 2>&5
8420 $RM conftest*
8421 # SGI C++ compiler will create directory out/ii_files/ for
8422 # template instantiation
8423 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8424 $RM out/* && rmdir out
8425 cd ..
8426 $RM -r conftest
8427 $RM conftest*
8428
8429fi
8430{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8431$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8432
8433
8434
8435
8436
8437
8438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8439$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8440if ${lt_cv_prog_compiler_c_o+:} false; then :
8441 $as_echo_n "(cached) " >&6
8442else
8443 lt_cv_prog_compiler_c_o=no
8444 $RM -r conftest 2>/dev/null
8445 mkdir conftest
8446 cd conftest
8447 mkdir out
8448 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8449
8450 lt_compiler_flag="-o out/conftest2.$ac_objext"
8451 # Insert the option either (1) after the last *FLAGS variable, or
8452 # (2) before a word containing "conftest.", or (3) at the end.
8453 # Note that $ac_compile itself does not contain backslashes and begins
8454 # with a dollar sign (not a hyphen), so the echo should work correctly.
8455 lt_compile=`echo "$ac_compile" | $SED \
8456 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8457 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8458 -e 's:$: $lt_compiler_flag:'`
8459 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8460 (eval "$lt_compile" 2>out/conftest.err)
8461 ac_status=$?
8462 cat out/conftest.err >&5
8463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8464 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8465 then
8466 # The compiler can only warn and ignore the option if not recognized
8467 # So say no if there are warnings
8468 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8469 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8470 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8471 lt_cv_prog_compiler_c_o=yes
8472 fi
8473 fi
8474 chmod u+w . 2>&5
8475 $RM conftest*
8476 # SGI C++ compiler will create directory out/ii_files/ for
8477 # template instantiation
8478 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8479 $RM out/* && rmdir out
8480 cd ..
8481 $RM -r conftest
8482 $RM conftest*
8483
8484fi
8485{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8486$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8487
8488
8489
8490
8491hard_links="nottested"
8492if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8493 # do not overwrite the value of need_locks provided by the user
8494 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8495$as_echo_n "checking if we can lock with hard links... " >&6; }
8496 hard_links=yes
8497 $RM conftest*
8498 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8499 touch conftest.a
8500 ln conftest.a conftest.b 2>&5 || hard_links=no
8501 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8503$as_echo "$hard_links" >&6; }
8504 if test "$hard_links" = no; then
8505 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8506$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8507 need_locks=warn
8508 fi
8509else
8510 need_locks=no
8511fi
8512
8513
8514
8515
8516
8517
8518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8519$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8520
8521 runpath_var=
8522 allow_undefined_flag=
8523 always_export_symbols=no
8524 archive_cmds=
8525 archive_expsym_cmds=
8526 compiler_needs_object=no
8527 enable_shared_with_static_runtimes=no
8528 export_dynamic_flag_spec=
8529 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8530 hardcode_automatic=no
8531 hardcode_direct=no
8532 hardcode_direct_absolute=no
8533 hardcode_libdir_flag_spec=
8534 hardcode_libdir_separator=
8535 hardcode_minus_L=no
8536 hardcode_shlibpath_var=unsupported
8537 inherit_rpath=no
8538 link_all_deplibs=unknown
8539 module_cmds=
8540 module_expsym_cmds=
8541 old_archive_from_new_cmds=
8542 old_archive_from_expsyms_cmds=
8543 thread_safe_flag_spec=
8544 whole_archive_flag_spec=
8545 # include_expsyms should be a list of space-separated symbols to be *always*
8546 # included in the symbol list
8547 include_expsyms=
8548 # exclude_expsyms can be an extended regexp of symbols to exclude
8549 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8550 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8551 # as well as any symbol that contains `d'.
8552 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8553 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8554 # platforms (ab)use it in PIC code, but their linkers get confused if
8555 # the symbol is explicitly referenced. Since portable code cannot
8556 # rely on this symbol name, it's probably fine to never include it in
8557 # preloaded symbol tables.
8558 # Exclude shared library initialization/finalization symbols.
8559 extract_expsyms_cmds=
8560
8561 case $host_os in
8562 cygwin* | mingw* | pw32* | cegcc*)
8563 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8564 # When not using gcc, we currently assume that we are using
8565 # Microsoft Visual C++.
8566 if test "$GCC" != yes; then
8567 with_gnu_ld=no
8568 fi
8569 ;;
8570 interix*)
8571 # we just hope/assume this is gcc and not c89 (= MSVC++)
8572 with_gnu_ld=yes
8573 ;;
8574 openbsd*)
8575 with_gnu_ld=no
8576 ;;
8577 esac
8578
8579 ld_shlibs=yes
8580
8581 # On some targets, GNU ld is compatible enough with the native linker
8582 # that we're better off using the native interface for both.
8583 lt_use_gnu_ld_interface=no
8584 if test "$with_gnu_ld" = yes; then
8585 case $host_os in
8586 aix*)
8587 # The AIX port of GNU ld has always aspired to compatibility
8588 # with the native linker. However, as the warning in the GNU ld
8589 # block says, versions before 2.19.5* couldn't really create working
8590 # shared libraries, regardless of the interface used.
8591 case `$LD -v 2>&1` in
8592 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8593 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8594 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8595 *)
8596 lt_use_gnu_ld_interface=yes
8597 ;;
8598 esac
8599 ;;
8600 *)
8601 lt_use_gnu_ld_interface=yes
8602 ;;
8603 esac
8604 fi
8605
8606 if test "$lt_use_gnu_ld_interface" = yes; then
8607 # If archive_cmds runs LD, not CC, wlarc should be empty
8608 wlarc='${wl}'
8609
8610 # Set some defaults for GNU ld with shared library support. These
8611 # are reset later if shared libraries are not supported. Putting them
8612 # here allows them to be overridden if necessary.
8613 runpath_var=LD_RUN_PATH
8614 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8615 export_dynamic_flag_spec='${wl}--export-dynamic'
8616 # ancient GNU ld didn't support --whole-archive et. al.
8617 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8618 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8619 else
8620 whole_archive_flag_spec=
8621 fi
8622 supports_anon_versioning=no
8623 case `$LD -v 2>&1` in
8624 *GNU\ gold*) supports_anon_versioning=yes ;;
8625 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8626 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8627 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8628 *\ 2.11.*) ;; # other 2.11 versions
8629 *) supports_anon_versioning=yes ;;
8630 esac
8631
8632 # See if GNU ld supports shared libraries.
8633 case $host_os in
8634 aix[3-9]*)
8635 # On AIX/PPC, the GNU linker is very broken
8636 if test "$host_cpu" != ia64; then
8637 ld_shlibs=no
8638 cat <<_LT_EOF 1>&2
8639
8640*** Warning: the GNU linker, at least up to release 2.19, is reported
8641*** to be unable to reliably create shared libraries on AIX.
8642*** Therefore, libtool is disabling shared libraries support. If you
8643*** really care for shared libraries, you may want to install binutils
8644*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8645*** You will then need to restart the configuration process.
8646
8647_LT_EOF
8648 fi
8649 ;;
8650
8651 amigaos*)
8652 case $host_cpu in
8653 powerpc)
8654 # see comment about AmigaOS4 .so support
8655 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8656 archive_expsym_cmds=''
8657 ;;
8658 m68k)
8659 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)'
8660 hardcode_libdir_flag_spec='-L$libdir'
8661 hardcode_minus_L=yes
8662 ;;
8663 esac
8664 ;;
8665
8666 beos*)
8667 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8668 allow_undefined_flag=unsupported
8669 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8670 # support --undefined. This deserves some investigation. FIXME
8671 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8672 else
8673 ld_shlibs=no
8674 fi
8675 ;;
8676
8677 cygwin* | mingw* | pw32* | cegcc*)
8678 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8679 # as there is no search path for DLLs.
8680 hardcode_libdir_flag_spec='-L$libdir'
8681 export_dynamic_flag_spec='${wl}--export-all-symbols'
8682 allow_undefined_flag=unsupported
8683 always_export_symbols=no
8684 enable_shared_with_static_runtimes=yes
8685 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'
8686 exclude_expsyms='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'
8687
8688 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8689 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8690 # If the export-symbols file already is a .def file (1st line
8691 # is EXPORTS), use it as is; otherwise, prepend...
8692 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8693 cp $export_symbols $output_objdir/$soname.def;
8694 else
8695 echo EXPORTS > $output_objdir/$soname.def;
8696 cat $export_symbols >> $output_objdir/$soname.def;
8697 fi~
8698 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8699 else
8700 ld_shlibs=no
8701 fi
8702 ;;
8703
8704 haiku*)
8705 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8706 link_all_deplibs=yes
8707 ;;
8708
8709 interix[3-9]*)
8710 hardcode_direct=no
8711 hardcode_shlibpath_var=no
8712 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8713 export_dynamic_flag_spec='${wl}-E'
8714 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8715 # Instead, shared libraries are loaded at an image base (0x10000000 by
8716 # default) and relocated if they conflict, which is a slow very memory
8717 # consuming and fragmenting process. To avoid this, we pick a random,
8718 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8719 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8720 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8721 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'
8722 ;;
8723
8724 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8725 tmp_diet=no
8726 if test "$host_os" = linux-dietlibc; then
8727 case $cc_basename in
8728 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8729 esac
8730 fi
8731 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8732 && test "$tmp_diet" = no
8733 then
8734 tmp_addflag=' $pic_flag'
8735 tmp_sharedflag='-shared'
8736 case $cc_basename,$host_cpu in
8737 pgcc*) # Portland Group C compiler
8738 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'
8739 tmp_addflag=' $pic_flag'
8740 ;;
8741 pgf77* | pgf90* | pgf95* | pgfortran*)
8742 # Portland Group f77 and f90 compilers
8743 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'
8744 tmp_addflag=' $pic_flag -Mnomain' ;;
8745 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8746 tmp_addflag=' -i_dynamic' ;;
8747 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8748 tmp_addflag=' -i_dynamic -nofor_main' ;;
8749 ifc* | ifort*) # Intel Fortran compiler
8750 tmp_addflag=' -nofor_main' ;;
8751 lf95*) # Lahey Fortran 8.1
8752 whole_archive_flag_spec=
8753 tmp_sharedflag='--shared' ;;
8754 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8755 tmp_sharedflag='-qmkshrobj'
8756 tmp_addflag= ;;
8757 nvcc*) # Cuda Compiler Driver 2.2
8758 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'
8759 compiler_needs_object=yes
8760 ;;
8761 esac
8762 case `$CC -V 2>&1 | sed 5q` in
8763 *Sun\ C*) # Sun C 5.9
8764 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'
8765 compiler_needs_object=yes
8766 tmp_sharedflag='-G' ;;
8767 *Sun\ F*) # Sun Fortran 8.3
8768 tmp_sharedflag='-G' ;;
8769 esac
8770 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8771
8772 if test "x$supports_anon_versioning" = xyes; then
8773 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8774 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8775 echo "local: *; };" >> $output_objdir/$libname.ver~
8776 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8777 fi
8778
8779 case $cc_basename in
8780 xlf* | bgf* | bgxlf* | mpixlf*)
8781 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8782 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8783 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8784 archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
8785 if test "x$supports_anon_versioning" = xyes; then
8786 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8787 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8788 echo "local: *; };" >> $output_objdir/$libname.ver~
8789 $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8790 fi
8791 ;;
8792 esac
8793 else
8794 ld_shlibs=no
8795 fi
8796 ;;
8797
8798 netbsd*)
8799 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8800 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8801 wlarc=
8802 else
8803 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8804 archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8805 fi
8806 ;;
8807
8808 solaris*)
8809 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8810 ld_shlibs=no
8811 cat <<_LT_EOF 1>&2
8812
8813*** Warning: The releases 2.8.* of the GNU linker cannot reliably
8814*** create shared libraries on Solaris systems. Therefore, libtool
8815*** is disabling shared libraries support. We urge you to upgrade GNU
8816*** binutils to release 2.9.1 or newer. Another option is to modify
8817*** your PATH or compiler configuration so that the native linker is
8818*** used, and then restart.
8819
8820_LT_EOF
8821 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8822 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8823 archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8824 else
8825 ld_shlibs=no
8826 fi
8827 ;;
8828
8829 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8830 case `$LD -v 2>&1` in
8831 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8832 ld_shlibs=no
8833 cat <<_LT_EOF 1>&2
8834
8835*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8836*** reliably create shared libraries on SCO systems. Therefore, libtool
8837*** is disabling shared libraries support. We urge you to upgrade GNU
8838*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8839*** your PATH or compiler configuration so that the native linker is
8840*** used, and then restart.
8841
8842_LT_EOF
8843 ;;
8844 *)
8845 # For security reasons, it is highly recommended that you always
8846 # use absolute paths for naming shared libraries, and exclude the
8847 # DT_RUNPATH tag from executables and libraries. But doing so
8848 # requires that you compile everything twice, which is a pain.
8849 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8850 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8851 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8852 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8853 else
8854 ld_shlibs=no
8855 fi
8856 ;;
8857 esac
8858 ;;
8859
8860 sunos4*)
8861 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8862 wlarc=
8863 hardcode_direct=yes
8864 hardcode_shlibpath_var=no
8865 ;;
8866
8867 *)
8868 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8869 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8870 archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8871 else
8872 ld_shlibs=no
8873 fi
8874 ;;
8875 esac
8876
8877 if test "$ld_shlibs" = no; then
8878 runpath_var=
8879 hardcode_libdir_flag_spec=
8880 export_dynamic_flag_spec=
8881 whole_archive_flag_spec=
8882 fi
8883 else
8884 # PORTME fill in a description of your system's linker (not GNU ld)
8885 case $host_os in
8886 aix3*)
8887 allow_undefined_flag=unsupported
8888 always_export_symbols=yes
8889 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'
8890 # Note: this linker hardcodes the directories in LIBPATH if there
8891 # are no directories specified by -L.
8892 hardcode_minus_L=yes
8893 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8894 # Neither direct hardcoding nor static linking is supported with a
8895 # broken collect2.
8896 hardcode_direct=unsupported
8897 fi
8898 ;;
8899
8900 aix[4-9]*)
8901 if test "$host_cpu" = ia64; then
8902 # On IA64, the linker does run time linking by default, so we don't
8903 # have to do anything special.
8904 aix_use_runtimelinking=no
8905 exp_sym_flag='-Bexport'
8906 no_entry_flag=""
8907 else
8908 # If we're using GNU nm, then we don't want the "-C" option.
8909 # -C means demangle to AIX nm, but means don't demangle with GNU nm
8910 # Also, AIX nm treats weak defined symbols like other global
8911 # defined symbols, whereas GNU nm marks them as "W".
8912 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8913 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'
8914 else
8915 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'
8916 fi
8917 aix_use_runtimelinking=no
8918
8919 # Test if we are trying to use run time linking or normal
8920 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8921 # need to do runtime linking.
8922 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8923 for ld_flag in $LDFLAGS; do
8924 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8925 aix_use_runtimelinking=yes
8926 break
8927 fi
8928 done
8929 ;;
8930 esac
8931
8932 exp_sym_flag='-bexport'
8933 no_entry_flag='-bnoentry'
8934 fi
8935
8936 # When large executables or shared objects are built, AIX ld can
8937 # have problems creating the table of contents. If linking a library
8938 # or program results in "error TOC overflow" add -mminimal-toc to
8939 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8940 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8941
8942 archive_cmds=''
8943 hardcode_direct=yes
8944 hardcode_direct_absolute=yes
8945 hardcode_libdir_separator=':'
8946 link_all_deplibs=yes
8947 file_list_spec='${wl}-f,'
8948
8949 if test "$GCC" = yes; then
8950 case $host_os in aix4.[012]|aix4.[012].*)
8951 # We only want to do this on AIX 4.2 and lower, the check
8952 # below for broken collect2 doesn't work under 4.3+
8953 collect2name=`${CC} -print-prog-name=collect2`
8954 if test -f "$collect2name" &&
8955 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8956 then
8957 # We have reworked collect2
8958 :
8959 else
8960 # We have old collect2
8961 hardcode_direct=unsupported
8962 # It fails to find uninstalled libraries when the uninstalled
8963 # path is not listed in the libpath. Setting hardcode_minus_L
8964 # to unsupported forces relinking
8965 hardcode_minus_L=yes
8966 hardcode_libdir_flag_spec='-L$libdir'
8967 hardcode_libdir_separator=
8968 fi
8969 ;;
8970 esac
8971 shared_flag='-shared'
8972 if test "$aix_use_runtimelinking" = yes; then
8973 shared_flag="$shared_flag "'${wl}-G'
8974 fi
8975 else
8976 # not using gcc
8977 if test "$host_cpu" = ia64; then
8978 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8979 # chokes on -Wl,-G. The following line is correct:
8980 shared_flag='-G'
8981 else
8982 if test "$aix_use_runtimelinking" = yes; then
8983 shared_flag='${wl}-G'
8984 else
8985 shared_flag='${wl}-bM:SRE'
8986 fi
8987 fi
8988 fi
8989
8990 export_dynamic_flag_spec='${wl}-bexpall'
8991 # It seems that -bexpall does not export symbols beginning with
8992 # underscore (_), so it is better to generate a list of symbols to export.
8993 always_export_symbols=yes
8994 if test "$aix_use_runtimelinking" = yes; then
8995 # Warning - without using the other runtime loading flags (-brtl),
8996 # -berok will link without error, but may produce a broken library.
8997 allow_undefined_flag='-berok'
8998 # Determine the default libpath from the value encoded in an
8999 # empty executable.
9000 if test "${lt_cv_aix_libpath+set}" = set; then
9001 aix_libpath=$lt_cv_aix_libpath
9002else
9003 if ${lt_cv_aix_libpath_+:} false; then :
9004 $as_echo_n "(cached) " >&6
9005else
9006 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9007/* end confdefs.h. */
9008
9009int
9010main ()
9011{
9012
9013 ;
9014 return 0;
9015}
9016_ACEOF
9017if ac_fn_c_try_link "$LINENO"; then :
9018
9019 lt_aix_libpath_sed='
9020 /Import File Strings/,/^$/ {
9021 /^0/ {
9022 s/^0 *\([^ ]*\) *$/\1/
9023 p
9024 }
9025 }'
9026 lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9027 # Check for a 64-bit object if we didn't find anything.
9028 if test -z "$lt_cv_aix_libpath_"; then
9029 lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9030 fi
9031fi
9032rm -f core conftest.err conftest.$ac_objext \
9033 conftest$ac_exeext conftest.$ac_ext
9034 if test -z "$lt_cv_aix_libpath_"; then
9035 lt_cv_aix_libpath_="/usr/lib:/lib"
9036 fi
9037
9038fi
9039
9040 aix_libpath=$lt_cv_aix_libpath_
9041fi
9042
9043 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9044 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"
9045 else
9046 if test "$host_cpu" = ia64; then
9047 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9048 allow_undefined_flag="-z nodefs"
9049 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"
9050 else
9051 # Determine the default libpath from the value encoded in an
9052 # empty executable.
9053 if test "${lt_cv_aix_libpath+set}" = set; then
9054 aix_libpath=$lt_cv_aix_libpath
9055else
9056 if ${lt_cv_aix_libpath_+:} false; then :
9057 $as_echo_n "(cached) " >&6
9058else
9059 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9060/* end confdefs.h. */
9061
9062int
9063main ()
9064{
9065
9066 ;
9067 return 0;
9068}
9069_ACEOF
9070if ac_fn_c_try_link "$LINENO"; then :
9071
9072 lt_aix_libpath_sed='
9073 /Import File Strings/,/^$/ {
9074 /^0/ {
9075 s/^0 *\([^ ]*\) *$/\1/
9076 p
9077 }
9078 }'
9079 lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9080 # Check for a 64-bit object if we didn't find anything.
9081 if test -z "$lt_cv_aix_libpath_"; then
9082 lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9083 fi
9084fi
9085rm -f core conftest.err conftest.$ac_objext \
9086 conftest$ac_exeext conftest.$ac_ext
9087 if test -z "$lt_cv_aix_libpath_"; then
9088 lt_cv_aix_libpath_="/usr/lib:/lib"
9089 fi
9090
9091fi
9092
9093 aix_libpath=$lt_cv_aix_libpath_
9094fi
9095
9096 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9097 # Warning - without using the other run time loading flags,
9098 # -berok will link without error, but may produce a broken library.
9099 no_undefined_flag=' ${wl}-bernotok'
9100 allow_undefined_flag=' ${wl}-berok'
9101 if test "$with_gnu_ld" = yes; then
9102 # We only use this code for GNU lds that support --whole-archive.
9103 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9104 else
9105 # Exported symbols can be pulled into shared objects from archives
9106 whole_archive_flag_spec='$convenience'
9107 fi
9108 archive_cmds_need_lc=yes
9109 # This is similar to how AIX traditionally builds its shared libraries.
9110 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'
9111 fi
9112 fi
9113 ;;
9114
9115 amigaos*)
9116 case $host_cpu in
9117 powerpc)
9118 # see comment about AmigaOS4 .so support
9119 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9120 archive_expsym_cmds=''
9121 ;;
9122 m68k)
9123 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)'
9124 hardcode_libdir_flag_spec='-L$libdir'
9125 hardcode_minus_L=yes
9126 ;;
9127 esac
9128 ;;
9129
9130 bsdi[45]*)
9131 export_dynamic_flag_spec=-rdynamic
9132 ;;
9133
9134 cygwin* | mingw* | pw32* | cegcc*)
9135 # When not using gcc, we currently assume that we are using
9136 # Microsoft Visual C++.
9137 # hardcode_libdir_flag_spec is actually meaningless, as there is
9138 # no search path for DLLs.
9139 case $cc_basename in
9140 cl*)
9141 # Native MSVC
9142 hardcode_libdir_flag_spec=' '
9143 allow_undefined_flag=unsupported
9144 always_export_symbols=yes
9145 file_list_spec='@'
9146 # Tell ltmain to make .lib files, not .a files.
9147 libext=lib
9148 # Tell ltmain to make .dll files, not .so files.
9149 shrext_cmds=".dll"
9150 # FIXME: Setting linknames here is a bad hack.
9151 archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
9152 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9153 sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
9154 else
9155 sed -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp;
9156 fi~
9157 $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
9158 linknames='
9159 # The linker will not automatically build a static lib if we build a DLL.
9160 # _LT_TAGVAR(old_archive_from_new_cmds, )='true'
9161 enable_shared_with_static_runtimes=yes
9162 exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
9163 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9164 # Don't use ranlib
9165 old_postinstall_cmds='chmod 644 $oldlib'
9166 postlink_cmds='lt_outputfile="@OUTPUT@"~
9167 lt_tool_outputfile="@TOOL_OUTPUT@"~
9168 case $lt_outputfile in
9169 *.exe|*.EXE) ;;
9170 *)
9171 lt_outputfile="$lt_outputfile.exe"
9172 lt_tool_outputfile="$lt_tool_outputfile.exe"
9173 ;;
9174 esac~
9175 if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then
9176 $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
9177 $RM "$lt_outputfile.manifest";
9178 fi'
9179 ;;
9180 *)
9181 # Assume MSVC wrapper
9182 hardcode_libdir_flag_spec=' '
9183 allow_undefined_flag=unsupported
9184 # Tell ltmain to make .lib files, not .a files.
9185 libext=lib
9186 # Tell ltmain to make .dll files, not .so files.
9187 shrext_cmds=".dll"
9188 # FIXME: Setting linknames here is a bad hack.
9189 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9190 # The linker will automatically build a .lib file if we build a DLL.
9191 old_archive_from_new_cmds='true'
9192 # FIXME: Should let the user specify the lib program.
9193 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9194 enable_shared_with_static_runtimes=yes
9195 ;;
9196 esac
9197 ;;
9198
9199 darwin* | rhapsody*)
9200
9201
9202 archive_cmds_need_lc=no
9203 hardcode_direct=no
9204 hardcode_automatic=yes
9205 hardcode_shlibpath_var=unsupported
9206 if test "$lt_cv_ld_force_load" = "yes"; then
9207 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\"`'
9208
9209 else
9210 whole_archive_flag_spec=''
9211 fi
9212 link_all_deplibs=yes
9213 allow_undefined_flag="$_lt_dar_allow_undefined"
9214 case $cc_basename in
9215 ifort*) _lt_dar_can_shared=yes ;;
9216 *) _lt_dar_can_shared=$GCC ;;
9217 esac
9218 if test "$_lt_dar_can_shared" = "yes"; then
9219 output_verbose_link_cmd=func_echo_all
9220 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9221 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9222 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}"
9223 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}"
9224
9225 else
9226 ld_shlibs=no
9227 fi
9228
9229 ;;
9230
9231 dgux*)
9232 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9233 hardcode_libdir_flag_spec='-L$libdir'
9234 hardcode_shlibpath_var=no
9235 ;;
9236
9237 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9238 # support. Future versions do this automatically, but an explicit c++rt0.o
9239 # does not break anything, and helps significantly (at the cost of a little
9240 # extra space).
9241 freebsd2.2*)
9242 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9243 hardcode_libdir_flag_spec='-R$libdir'
9244 hardcode_direct=yes
9245 hardcode_shlibpath_var=no
9246 ;;
9247
9248 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9249 freebsd2.*)
9250 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9251 hardcode_direct=yes
9252 hardcode_minus_L=yes
9253 hardcode_shlibpath_var=no
9254 ;;
9255
9256 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9257 freebsd* | dragonfly*)
9258 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9259 hardcode_libdir_flag_spec='-R$libdir'
9260 hardcode_direct=yes
9261 hardcode_shlibpath_var=no
9262 ;;
9263
9264 hpux9*)
9265 if test "$GCC" = yes; then
9266 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'
9267 else
9268 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'
9269 fi
9270 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9271 hardcode_libdir_separator=:
9272 hardcode_direct=yes
9273
9274 # hardcode_minus_L: Not really in the search PATH,
9275 # but as the default location of the library.
9276 hardcode_minus_L=yes
9277 export_dynamic_flag_spec='${wl}-E'
9278 ;;
9279
9280 hpux10*)
9281 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9282 archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9283 else
9284 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9285 fi
9286 if test "$with_gnu_ld" = no; then
9287 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9288 hardcode_libdir_separator=:
9289 hardcode_direct=yes
9290 hardcode_direct_absolute=yes
9291 export_dynamic_flag_spec='${wl}-E'
9292 # hardcode_minus_L: Not really in the search PATH,
9293 # but as the default location of the library.
9294 hardcode_minus_L=yes
9295 fi
9296 ;;
9297
9298 hpux11*)
9299 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9300 case $host_cpu in
9301 hppa*64*)
9302 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9303 ;;
9304 ia64*)
9305 archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9306 ;;
9307 *)
9308 archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9309 ;;
9310 esac
9311 else
9312 case $host_cpu in
9313 hppa*64*)
9314 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9315 ;;
9316 ia64*)
9317 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9318 ;;
9319 *)
9320
9321 # Older versions of the 11.00 compiler do not understand -b yet
9322 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9324$as_echo_n "checking if $CC understands -b... " >&6; }
9325if ${lt_cv_prog_compiler__b+:} false; then :
9326 $as_echo_n "(cached) " >&6
9327else
9328 lt_cv_prog_compiler__b=no
9329 save_LDFLAGS="$LDFLAGS"
9330 LDFLAGS="$LDFLAGS -b"
9331 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9332 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9333 # The linker can only warn and ignore the option if not recognized
9334 # So say no if there are warnings
9335 if test -s conftest.err; then
9336 # Append any errors to the config.log.
9337 cat conftest.err 1>&5
9338 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9339 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9340 if diff conftest.exp conftest.er2 >/dev/null; then
9341 lt_cv_prog_compiler__b=yes
9342 fi
9343 else
9344 lt_cv_prog_compiler__b=yes
9345 fi
9346 fi
9347 $RM -r conftest*
9348 LDFLAGS="$save_LDFLAGS"
9349
9350fi
9351{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9352$as_echo "$lt_cv_prog_compiler__b" >&6; }
9353
9354if test x"$lt_cv_prog_compiler__b" = xyes; then
9355 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9356else
9357 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9358fi
9359
9360 ;;
9361 esac
9362 fi
9363 if test "$with_gnu_ld" = no; then
9364 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9365 hardcode_libdir_separator=:
9366
9367 case $host_cpu in
9368 hppa*64*|ia64*)
9369 hardcode_direct=no
9370 hardcode_shlibpath_var=no
9371 ;;
9372 *)
9373 hardcode_direct=yes
9374 hardcode_direct_absolute=yes
9375 export_dynamic_flag_spec='${wl}-E'
9376
9377 # hardcode_minus_L: Not really in the search PATH,
9378 # but as the default location of the library.
9379 hardcode_minus_L=yes
9380 ;;
9381 esac
9382 fi
9383 ;;
9384
9385 irix5* | irix6* | nonstopux*)
9386 if test "$GCC" = yes; then
9387 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'
9388 # Try to use the -exported_symbol ld option, if it does not
9389 # work, assume that -exports_file does not work either and
9390 # implicitly export all symbols.
9391 # This should be the same for all languages, so no per-tag cache variable.
9392 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5
9393$as_echo_n "checking whether the $host_os linker accepts -exported_symbol... " >&6; }
9394if ${lt_cv_irix_exported_symbol+:} false; then :
9395 $as_echo_n "(cached) " >&6
9396else
9397 save_LDFLAGS="$LDFLAGS"
9398 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9399 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9400/* end confdefs.h. */
9401int foo (void) { return 0; }
9402_ACEOF
9403if ac_fn_c_try_link "$LINENO"; then :
9404 lt_cv_irix_exported_symbol=yes
9405else
9406 lt_cv_irix_exported_symbol=no
9407fi
9408rm -f core conftest.err conftest.$ac_objext \
9409 conftest$ac_exeext conftest.$ac_ext
9410 LDFLAGS="$save_LDFLAGS"
9411fi
9412{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5
9413$as_echo "$lt_cv_irix_exported_symbol" >&6; }
9414 if test "$lt_cv_irix_exported_symbol" = yes; then
9415 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'
9416 fi
9417 else
9418 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'
9419 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'
9420 fi
9421 archive_cmds_need_lc='no'
9422 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9423 hardcode_libdir_separator=:
9424 inherit_rpath=yes
9425 link_all_deplibs=yes
9426 ;;
9427
9428 netbsd*)
9429 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9430 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9431 else
9432 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9433 fi
9434 hardcode_libdir_flag_spec='-R$libdir'
9435 hardcode_direct=yes
9436 hardcode_shlibpath_var=no
9437 ;;
9438
9439 newsos6)
9440 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9441 hardcode_direct=yes
9442 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9443 hardcode_libdir_separator=:
9444 hardcode_shlibpath_var=no
9445 ;;
9446
9447 *nto* | *qnx*)
9448 ;;
9449
9450 openbsd*)
9451 if test -f /usr/libexec/ld.so; then
9452 hardcode_direct=yes
9453 hardcode_shlibpath_var=no
9454 hardcode_direct_absolute=yes
9455 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9456 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9457 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9458 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9459 export_dynamic_flag_spec='${wl}-E'
9460 else
9461 case $host_os in
9462 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9463 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9464 hardcode_libdir_flag_spec='-R$libdir'
9465 ;;
9466 *)
9467 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9468 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9469 ;;
9470 esac
9471 fi
9472 else
9473 ld_shlibs=no
9474 fi
9475 ;;
9476
9477 os2*)
9478 hardcode_libdir_flag_spec='-L$libdir'
9479 hardcode_minus_L=yes
9480 allow_undefined_flag=unsupported
9481 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'
9482 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9483 ;;
9484
9485 osf3*)
9486 if test "$GCC" = yes; then
9487 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9488 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'
9489 else
9490 allow_undefined_flag=' -expect_unresolved \*'
9491 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'
9492 fi
9493 archive_cmds_need_lc='no'
9494 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9495 hardcode_libdir_separator=:
9496 ;;
9497
9498 osf4* | osf5*) # as osf3* with the addition of -msym flag
9499 if test "$GCC" = yes; then
9500 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9501 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'
9502 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9503 else
9504 allow_undefined_flag=' -expect_unresolved \*'
9505 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'
9506 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~
9507 $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'
9508
9509 # Both c and cxx compiler support -rpath directly
9510 hardcode_libdir_flag_spec='-rpath $libdir'
9511 fi
9512 archive_cmds_need_lc='no'
9513 hardcode_libdir_separator=:
9514 ;;
9515
9516 solaris*)
9517 no_undefined_flag=' -z defs'
9518 if test "$GCC" = yes; then
9519 wlarc='${wl}'
9520 archive_cmds='$CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9521 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9522 $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'
9523 else
9524 case `$CC -V 2>&1` in
9525 *"Compilers 5.0"*)
9526 wlarc=''
9527 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9528 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9529 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9530 ;;
9531 *)
9532 wlarc='${wl}'
9533 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9534 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9535 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9536 ;;
9537 esac
9538 fi
9539 hardcode_libdir_flag_spec='-R$libdir'
9540 hardcode_shlibpath_var=no
9541 case $host_os in
9542 solaris2.[0-5] | solaris2.[0-5].*) ;;
9543 *)
9544 # The compiler driver will combine and reorder linker options,
9545 # but understands `-z linker_flag'. GCC discards it without `$wl',
9546 # but is careful enough not to reorder.
9547 # Supported since Solaris 2.6 (maybe 2.5.1?)
9548 if test "$GCC" = yes; then
9549 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9550 else
9551 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9552 fi
9553 ;;
9554 esac
9555 link_all_deplibs=yes
9556 ;;
9557
9558 sunos4*)
9559 if test "x$host_vendor" = xsequent; then
9560 # Use $CC to link under sequent, because it throws in some extra .o
9561 # files that make .init and .fini sections work.
9562 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9563 else
9564 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9565 fi
9566 hardcode_libdir_flag_spec='-L$libdir'
9567 hardcode_direct=yes
9568 hardcode_minus_L=yes
9569 hardcode_shlibpath_var=no
9570 ;;
9571
9572 sysv4)
9573 case $host_vendor in
9574 sni)
9575 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9576 hardcode_direct=yes # is this really true???
9577 ;;
9578 siemens)
9579 ## LD is ld it makes a PLAMLIB
9580 ## CC just makes a GrossModule.
9581 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9582 reload_cmds='$CC -r -o $output$reload_objs'
9583 hardcode_direct=no
9584 ;;
9585 motorola)
9586 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9587 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9588 ;;
9589 esac
9590 runpath_var='LD_RUN_PATH'
9591 hardcode_shlibpath_var=no
9592 ;;
9593
9594 sysv4.3*)
9595 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9596 hardcode_shlibpath_var=no
9597 export_dynamic_flag_spec='-Bexport'
9598 ;;
9599
9600 sysv4*MP*)
9601 if test -d /usr/nec; then
9602 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9603 hardcode_shlibpath_var=no
9604 runpath_var=LD_RUN_PATH
9605 hardcode_runpath_var=yes
9606 ld_shlibs=yes
9607 fi
9608 ;;
9609
9610 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9611 no_undefined_flag='${wl}-z,text'
9612 archive_cmds_need_lc=no
9613 hardcode_shlibpath_var=no
9614 runpath_var='LD_RUN_PATH'
9615
9616 if test "$GCC" = yes; then
9617 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9618 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9619 else
9620 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9621 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9622 fi
9623 ;;
9624
9625 sysv5* | sco3.2v5* | sco5v6*)
9626 # Note: We can NOT use -z defs as we might desire, because we do not
9627 # link with -lc, and that would cause any symbols used from libc to
9628 # always be unresolved, which means just about no library would
9629 # ever link correctly. If we're not using GNU ld we use -z text
9630 # though, which does catch some bad symbols but isn't as heavy-handed
9631 # as -z defs.
9632 no_undefined_flag='${wl}-z,text'
9633 allow_undefined_flag='${wl}-z,nodefs'
9634 archive_cmds_need_lc=no
9635 hardcode_shlibpath_var=no
9636 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9637 hardcode_libdir_separator=':'
9638 link_all_deplibs=yes
9639 export_dynamic_flag_spec='${wl}-Bexport'
9640 runpath_var='LD_RUN_PATH'
9641
9642 if test "$GCC" = yes; then
9643 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9644 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9645 else
9646 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9647 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9648 fi
9649 ;;
9650
9651 uts4*)
9652 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9653 hardcode_libdir_flag_spec='-L$libdir'
9654 hardcode_shlibpath_var=no
9655 ;;
9656
9657 *)
9658 ld_shlibs=no
9659 ;;
9660 esac
9661
9662 if test x$host_vendor = xsni; then
9663 case $host in
9664 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9665 export_dynamic_flag_spec='${wl}-Blargedynsym'
9666 ;;
9667 esac
9668 fi
9669 fi
9670
9671{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9672$as_echo "$ld_shlibs" >&6; }
9673test "$ld_shlibs" = no && can_build_shared=no
9674
9675with_gnu_ld=$with_gnu_ld
9676
9677
9678
9679
9680
9681
9682
9683
9684
9685
9686
9687
9688
9689
9690
9691#
9692# Do we need to explicitly link libc?
9693#
9694case "x$archive_cmds_need_lc" in
9695x|xyes)
9696 # Assume -lc should be added
9697 archive_cmds_need_lc=yes
9698
9699 if test "$enable_shared" = yes && test "$GCC" = yes; then
9700 case $archive_cmds in
9701 *'~'*)
9702 # FIXME: we may have to deal with multi-command sequences.
9703 ;;
9704 '$CC '*)
9705 # Test whether the compiler implicitly links with -lc since on some
9706 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9707 # to ld, don't add -lc before -lgcc.
9708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9709$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9710if ${lt_cv_archive_cmds_need_lc+:} false; then :
9711 $as_echo_n "(cached) " >&6
9712else
9713 $RM conftest*
9714 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9715
9716 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9717 (eval $ac_compile) 2>&5
9718 ac_status=$?
9719 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9720 test $ac_status = 0; } 2>conftest.err; then
9721 soname=conftest
9722 lib=conftest
9723 libobjs=conftest.$ac_objext
9724 deplibs=
9725 wl=$lt_prog_compiler_wl
9726 pic_flag=$lt_prog_compiler_pic
9727 compiler_flags=-v
9728 linker_flags=-v
9729 verstring=
9730 output_objdir=.
9731 libname=conftest
9732 lt_save_allow_undefined_flag=$allow_undefined_flag
9733 allow_undefined_flag=
9734 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9735 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9736 ac_status=$?
9737 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9738 test $ac_status = 0; }
9739 then
9740 lt_cv_archive_cmds_need_lc=no
9741 else
9742 lt_cv_archive_cmds_need_lc=yes
9743 fi
9744 allow_undefined_flag=$lt_save_allow_undefined_flag
9745 else
9746 cat conftest.err 1>&5
9747 fi
9748 $RM conftest*
9749
9750fi
9751{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9752$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9753 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9754 ;;
9755 esac
9756 fi
9757 ;;
9758esac
9759
9760
9761
9762
9763
9764
9765
9766
9767
9768
9769
9770
9771
9772
9773
9774
9775
9776
9777
9778
9779
9780
9781
9782
9783
9784
9785
9786
9787
9788
9789
9790
9791
9792
9793
9794
9795
9796
9797
9798
9799
9800
9801
9802
9803
9804
9805
9806
9807
9808
9809
9810
9811
9812
9813
9814
9815
9816
9817
9818
9819
9820
9821
9822
9823
9824
9825
9826
9827
9828
9829
9830
9831
9832
9833
9834
9835
9836
9837
9838
9839
9840
9841
9842
9843
9844
9845
9846
9847
9848
9849
9850
9851
9852
9853
9854
9855
9856
9857
9858
9859
9860
9861
9862
9863
9864
9865
9866
9867
9868
9869
9870
9871
9872
9873
9874
9875
9876
9877
9878
9879
9880
9881
9882
9883
9884
9885
9886
9887
9888
9889
9890
9891
9892
9893
9894
9895
9896
9897
9898
9899
9900
9901
9902
9903
9904
9905
9906
9907
9908
9909
9910
9911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9912$as_echo_n "checking dynamic linker characteristics... " >&6; }
9913
9914if test "$GCC" = yes; then
9915 case $host_os in
9916 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9917 *) lt_awk_arg="/^libraries:/" ;;
9918 esac
9919 case $host_os in
9920 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9921 *) lt_sed_strip_eq="s,=/,/,g" ;;
9922 esac
9923 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9924 case $lt_search_path_spec in
9925 *\;*)
9926 # if the path contains ";" then we assume it to be the separator
9927 # otherwise default to the standard path separator (i.e. ":") - it is
9928 # assumed that no part of a normal pathname contains ";" but that should
9929 # okay in the real world where ";" in dirpaths is itself problematic.
9930 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9931 ;;
9932 *)
9933 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9934 ;;
9935 esac
9936 # Ok, now we have the path, separated by spaces, we can step through it
9937 # and add multilib dir if necessary.
9938 lt_tmp_lt_search_path_spec=
9939 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9940 for lt_sys_path in $lt_search_path_spec; do
9941 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9942 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9943 else
9944 test -d "$lt_sys_path" && \
9945 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9946 fi
9947 done
9948 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9949BEGIN {RS=" "; FS="/|\n";} {
9950 lt_foo="";
9951 lt_count=0;
9952 for (lt_i = NF; lt_i > 0; lt_i--) {
9953 if ($lt_i != "" && $lt_i != ".") {
9954 if ($lt_i == "..") {
9955 lt_count++;
9956 } else {
9957 if (lt_count == 0) {
9958 lt_foo="/" $lt_i lt_foo;
9959 } else {
9960 lt_count--;
9961 }
9962 }
9963 }
9964 }
9965 if (lt_foo != "") { lt_freq[lt_foo]++; }
9966 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9967}'`
9968 # AWK program above erroneously prepends '/' to C:/dos/paths
9969 # for these hosts.
9970 case $host_os in
9971 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9972 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9973 esac
9974 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
9975else
9976 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9977fi
9978library_names_spec=
9979libname_spec='lib$name'
9980soname_spec=
9981shrext_cmds=".so"
9982postinstall_cmds=
9983postuninstall_cmds=
9984finish_cmds=
9985finish_eval=
9986shlibpath_var=
9987shlibpath_overrides_runpath=unknown
9988version_type=none
9989dynamic_linker="$host_os ld.so"
9990sys_lib_dlsearch_path_spec="/lib /usr/lib"
9991need_lib_prefix=unknown
9992hardcode_into_libs=no
9993
9994# when you set need_version to no, make sure it does not cause -set_version
9995# flags to be left without arguments
9996need_version=unknown
9997
9998case $host_os in
9999aix3*)
10000 version_type=linux # correct to gnu/linux during the next big refactor
10001 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10002 shlibpath_var=LIBPATH
10003
10004 # AIX 3 has no versioning support, so we append a major version to the name.
10005 soname_spec='${libname}${release}${shared_ext}$major'
10006 ;;
10007
10008aix[4-9]*)
10009 version_type=linux # correct to gnu/linux during the next big refactor
10010 need_lib_prefix=no
10011 need_version=no
10012 hardcode_into_libs=yes
10013 if test "$host_cpu" = ia64; then
10014 # AIX 5 supports IA64
10015 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10016 shlibpath_var=LD_LIBRARY_PATH
10017 else
10018 # With GCC up to 2.95.x, collect2 would create an import file
10019 # for dependence libraries. The import file would start with
10020 # the line `#! .'. This would cause the generated library to
10021 # depend on `.', always an invalid library. This was fixed in
10022 # development snapshots of GCC prior to 3.0.
10023 case $host_os in
10024 aix4 | aix4.[01] | aix4.[01].*)
10025 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10026 echo ' yes '
10027 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10028 :
10029 else
10030 can_build_shared=no
10031 fi
10032 ;;
10033 esac
10034 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10035 # soname into executable. Probably we can add versioning support to
10036 # collect2, so additional links can be useful in future.
10037 if test "$aix_use_runtimelinking" = yes; then
10038 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10039 # instead of lib<name>.a to let people know that these are not
10040 # typical AIX shared libraries.
10041 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10042 else
10043 # We preserve .a as extension for shared libraries through AIX4.2
10044 # and later when we are not doing run time linking.
10045 library_names_spec='${libname}${release}.a $libname.a'
10046 soname_spec='${libname}${release}${shared_ext}$major'
10047 fi
10048 shlibpath_var=LIBPATH
10049 fi
10050 ;;
10051
10052amigaos*)
10053 case $host_cpu in
10054 powerpc)
10055 # Since July 2007 AmigaOS4 officially supports .so libraries.
10056 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10057 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10058 ;;
10059 m68k)
10060 library_names_spec='$libname.ixlibrary $libname.a'
10061 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10062 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'
10063 ;;
10064 esac
10065 ;;
10066
10067beos*)
10068 library_names_spec='${libname}${shared_ext}'
10069 dynamic_linker="$host_os ld.so"
10070 shlibpath_var=LIBRARY_PATH
10071 ;;
10072
10073bsdi[45]*)
10074 version_type=linux # correct to gnu/linux during the next big refactor
10075 need_version=no
10076 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10077 soname_spec='${libname}${release}${shared_ext}$major'
10078 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10079 shlibpath_var=LD_LIBRARY_PATH
10080 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10081 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10082 # the default ld.so.conf also contains /usr/contrib/lib and
10083 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10084 # libtool to hard-code these into programs
10085 ;;
10086
10087cygwin* | mingw* | pw32* | cegcc*)
10088 version_type=windows
10089 shrext_cmds=".dll"
10090 need_version=no
10091 need_lib_prefix=no
10092
10093 case $GCC,$cc_basename in
10094 yes,*)
10095 # gcc
10096 library_names_spec='$libname.dll.a'
10097 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10098 postinstall_cmds='base_file=`basename \${file}`~
10099 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10100 dldir=$destdir/`dirname \$dlpath`~
10101 test -d \$dldir || mkdir -p \$dldir~
10102 $install_prog $dir/$dlname \$dldir/$dlname~
10103 chmod a+x \$dldir/$dlname~
10104 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10105 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10106 fi'
10107 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10108 dlpath=$dir/\$dldll~
10109 $RM \$dlpath'
10110 shlibpath_overrides_runpath=yes
10111
10112 case $host_os in
10113 cygwin*)
10114 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10115 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10116
10117 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10118 ;;
10119 mingw* | cegcc*)
10120 # MinGW DLLs use traditional 'lib' prefix
10121 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10122 ;;
10123 pw32*)
10124 # pw32 DLLs use 'pw' prefix rather than 'lib'
10125 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10126 ;;
10127 esac
10128 dynamic_linker='Win32 ld.exe'
10129 ;;
10130
10131 *,cl*)
10132 # Native MSVC
10133 libname_spec='$name'
10134 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10135 library_names_spec='${libname}.dll.lib'
10136
10137 case $build_os in
10138 mingw*)
10139 sys_lib_search_path_spec=
10140 lt_save_ifs=$IFS
10141 IFS=';'
10142 for lt_path in $LIB
10143 do
10144 IFS=$lt_save_ifs
10145 # Let DOS variable expansion print the short 8.3 style file name.
10146 lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
10147 sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
10148 done
10149 IFS=$lt_save_ifs
10150 # Convert to MSYS style.
10151 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
10152 ;;
10153 cygwin*)
10154 # Convert to unix form, then to dos form, then back to unix form
10155 # but this time dos style (no spaces!) so that the unix form looks
10156 # like /cygdrive/c/PROGRA~1:/cygdr...
10157 sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
10158 sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
10159 sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
10160 ;;
10161 *)
10162 sys_lib_search_path_spec="$LIB"
10163 if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
10164 # It is most probably a Windows format PATH.
10165 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
10166 else
10167 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
10168 fi
10169 # FIXME: find the short name or the path components, as spaces are
10170 # common. (e.g. "Program Files" -> "PROGRA~1")
10171 ;;
10172 esac
10173
10174 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10175 postinstall_cmds='base_file=`basename \${file}`~
10176 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10177 dldir=$destdir/`dirname \$dlpath`~
10178 test -d \$dldir || mkdir -p \$dldir~
10179 $install_prog $dir/$dlname \$dldir/$dlname'
10180 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10181 dlpath=$dir/\$dldll~
10182 $RM \$dlpath'
10183 shlibpath_overrides_runpath=yes
10184 dynamic_linker='Win32 link.exe'
10185 ;;
10186
10187 *)
10188 # Assume MSVC wrapper
10189 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10190 dynamic_linker='Win32 ld.exe'
10191 ;;
10192 esac
10193 # FIXME: first we should search . and the directory the executable is in
10194 shlibpath_var=PATH
10195 ;;
10196
10197darwin* | rhapsody*)
10198 dynamic_linker="$host_os dyld"
10199 version_type=darwin
10200 need_lib_prefix=no
10201 need_version=no
10202 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10203 soname_spec='${libname}${release}${major}$shared_ext'
10204 shlibpath_overrides_runpath=yes
10205 shlibpath_var=DYLD_LIBRARY_PATH
10206 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10207
10208 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10209 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10210 ;;
10211
10212dgux*)
10213 version_type=linux # correct to gnu/linux during the next big refactor
10214 need_lib_prefix=no
10215 need_version=no
10216 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10217 soname_spec='${libname}${release}${shared_ext}$major'
10218 shlibpath_var=LD_LIBRARY_PATH
10219 ;;
10220
10221freebsd* | dragonfly*)
10222 # DragonFly does not have aout. When/if they implement a new
10223 # versioning mechanism, adjust this.
10224 if test -x /usr/bin/objformat; then
10225 objformat=`/usr/bin/objformat`
10226 else
10227 case $host_os in
10228 freebsd[23].*) objformat=aout ;;
10229 *) objformat=elf ;;
10230 esac
10231 fi
10232 version_type=freebsd-$objformat
10233 case $version_type in
10234 freebsd-elf*)
10235 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10236 need_version=no
10237 need_lib_prefix=no
10238 ;;
10239 freebsd-*)
10240 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10241 need_version=yes
10242 ;;
10243 esac
10244 shlibpath_var=LD_LIBRARY_PATH
10245 case $host_os in
10246 freebsd2.*)
10247 shlibpath_overrides_runpath=yes
10248 ;;
10249 freebsd3.[01]* | freebsdelf3.[01]*)
10250 shlibpath_overrides_runpath=yes
10251 hardcode_into_libs=yes
10252 ;;
10253 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10254 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10255 shlibpath_overrides_runpath=no
10256 hardcode_into_libs=yes
10257 ;;
10258 *) # from 4.6 on, and DragonFly
10259 shlibpath_overrides_runpath=yes
10260 hardcode_into_libs=yes
10261 ;;
10262 esac
10263 ;;
10264
10265gnu*)
10266 version_type=linux # correct to gnu/linux during the next big refactor
10267 need_lib_prefix=no
10268 need_version=no
10269 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10270 soname_spec='${libname}${release}${shared_ext}$major'
10271 shlibpath_var=LD_LIBRARY_PATH
10272 shlibpath_overrides_runpath=no
10273 hardcode_into_libs=yes
10274 ;;
10275
10276haiku*)
10277 version_type=linux # correct to gnu/linux during the next big refactor
10278 need_lib_prefix=no
10279 need_version=no
10280 dynamic_linker="$host_os runtime_loader"
10281 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10282 soname_spec='${libname}${release}${shared_ext}$major'
10283 shlibpath_var=LIBRARY_PATH
10284 shlibpath_overrides_runpath=yes
10285 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
10286 hardcode_into_libs=yes
10287 ;;
10288
10289hpux9* | hpux10* | hpux11*)
10290 # Give a soname corresponding to the major version so that dld.sl refuses to
10291 # link against other versions.
10292 version_type=sunos
10293 need_lib_prefix=no
10294 need_version=no
10295 case $host_cpu in
10296 ia64*)
10297 shrext_cmds='.so'
10298 hardcode_into_libs=yes
10299 dynamic_linker="$host_os dld.so"
10300 shlibpath_var=LD_LIBRARY_PATH
10301 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10302 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10303 soname_spec='${libname}${release}${shared_ext}$major'
10304 if test "X$HPUX_IA64_MODE" = X32; then
10305 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10306 else
10307 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10308 fi
10309 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10310 ;;
10311 hppa*64*)
10312 shrext_cmds='.sl'
10313 hardcode_into_libs=yes
10314 dynamic_linker="$host_os dld.sl"
10315 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10316 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10317 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10318 soname_spec='${libname}${release}${shared_ext}$major'
10319 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10320 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10321 ;;
10322 *)
10323 shrext_cmds='.sl'
10324 dynamic_linker="$host_os dld.sl"
10325 shlibpath_var=SHLIB_PATH
10326 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10327 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10328 soname_spec='${libname}${release}${shared_ext}$major'
10329 ;;
10330 esac
10331 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10332 postinstall_cmds='chmod 555 $lib'
10333 # or fails outright, so override atomically:
10334 install_override_mode=555
10335 ;;
10336
10337interix[3-9]*)
10338 version_type=linux # correct to gnu/linux during the next big refactor
10339 need_lib_prefix=no
10340 need_version=no
10341 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10342 soname_spec='${libname}${release}${shared_ext}$major'
10343 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10344 shlibpath_var=LD_LIBRARY_PATH
10345 shlibpath_overrides_runpath=no
10346 hardcode_into_libs=yes
10347 ;;
10348
10349irix5* | irix6* | nonstopux*)
10350 case $host_os in
10351 nonstopux*) version_type=nonstopux ;;
10352 *)
10353 if test "$lt_cv_prog_gnu_ld" = yes; then
10354 version_type=linux # correct to gnu/linux during the next big refactor
10355 else
10356 version_type=irix
10357 fi ;;
10358 esac
10359 need_lib_prefix=no
10360 need_version=no
10361 soname_spec='${libname}${release}${shared_ext}$major'
10362 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10363 case $host_os in
10364 irix5* | nonstopux*)
10365 libsuff= shlibsuff=
10366 ;;
10367 *)
10368 case $LD in # libtool.m4 will add one of these switches to LD
10369 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10370 libsuff= shlibsuff= libmagic=32-bit;;
10371 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10372 libsuff=32 shlibsuff=N32 libmagic=N32;;
10373 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10374 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10375 *) libsuff= shlibsuff= libmagic=never-match;;
10376 esac
10377 ;;
10378 esac
10379 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10380 shlibpath_overrides_runpath=no
10381 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10382 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10383 hardcode_into_libs=yes
10384 ;;
10385
10386# No shared lib support for Linux oldld, aout, or coff.
10387linux*oldld* | linux*aout* | linux*coff*)
10388 dynamic_linker=no
10389 ;;
10390
10391# This must be glibc/ELF.
10392linux* | k*bsd*-gnu | kopensolaris*-gnu)
10393 version_type=linux # correct to gnu/linux during the next big refactor
10394 need_lib_prefix=no
10395 need_version=no
10396 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10397 soname_spec='${libname}${release}${shared_ext}$major'
10398 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10399 shlibpath_var=LD_LIBRARY_PATH
10400 shlibpath_overrides_runpath=no
10401
10402 # Some binutils ld are patched to set DT_RUNPATH
10403 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
10404 $as_echo_n "(cached) " >&6
10405else
10406 lt_cv_shlibpath_overrides_runpath=no
10407 save_LDFLAGS=$LDFLAGS
10408 save_libdir=$libdir
10409 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10410 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10411 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10412/* end confdefs.h. */
10413
10414int
10415main ()
10416{
10417
10418 ;
10419 return 0;
10420}
10421_ACEOF
10422if ac_fn_c_try_link "$LINENO"; then :
10423 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10424 lt_cv_shlibpath_overrides_runpath=yes
10425fi
10426fi
10427rm -f core conftest.err conftest.$ac_objext \
10428 conftest$ac_exeext conftest.$ac_ext
10429 LDFLAGS=$save_LDFLAGS
10430 libdir=$save_libdir
10431
10432fi
10433
10434 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10435
10436 # This implies no fast_install, which is unacceptable.
10437 # Some rework will be needed to allow for fast_install
10438 # before this can be enabled.
10439 hardcode_into_libs=yes
10440
10441 # Add ABI-specific directories to the system library path.
10442 sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib"
10443
10444 # Append ld.so.conf contents to the search path
10445 if test -f /etc/ld.so.conf; then
10446 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' ' '`
10447 sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
10448
10449 fi
10450
10451 # We used to test for /lib/ld.so.1 and disable shared libraries on
10452 # powerpc, because MkLinux only supported shared libraries with the
10453 # GNU dynamic linker. Since this was broken with cross compilers,
10454 # most powerpc-linux boxes support dynamic linking these days and
10455 # people can always --disable-shared, the test was removed, and we
10456 # assume the GNU/Linux dynamic linker is in use.
10457 dynamic_linker='GNU/Linux ld.so'
10458 ;;
10459
10460netbsd*)
10461 version_type=sunos
10462 need_lib_prefix=no
10463 need_version=no
10464 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10465 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10466 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10467 dynamic_linker='NetBSD (a.out) ld.so'
10468 else
10469 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10470 soname_spec='${libname}${release}${shared_ext}$major'
10471 dynamic_linker='NetBSD ld.elf_so'
10472 fi
10473 shlibpath_var=LD_LIBRARY_PATH
10474 shlibpath_overrides_runpath=yes
10475 hardcode_into_libs=yes
10476 ;;
10477
10478newsos6)
10479 version_type=linux # correct to gnu/linux during the next big refactor
10480 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10481 shlibpath_var=LD_LIBRARY_PATH
10482 shlibpath_overrides_runpath=yes
10483 ;;
10484
10485*nto* | *qnx*)
10486 version_type=qnx
10487 need_lib_prefix=no
10488 need_version=no
10489 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10490 soname_spec='${libname}${release}${shared_ext}$major'
10491 shlibpath_var=LD_LIBRARY_PATH
10492 shlibpath_overrides_runpath=no
10493 hardcode_into_libs=yes
10494 dynamic_linker='ldqnx.so'
10495 ;;
10496
10497openbsd*)
10498 version_type=sunos
10499 sys_lib_dlsearch_path_spec="/usr/lib"
10500 need_lib_prefix=no
10501 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10502 case $host_os in
10503 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10504 *) need_version=no ;;
10505 esac
10506 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10507 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10508 shlibpath_var=LD_LIBRARY_PATH
10509 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10510 case $host_os in
10511 openbsd2.[89] | openbsd2.[89].*)
10512 shlibpath_overrides_runpath=no
10513 ;;
10514 *)
10515 shlibpath_overrides_runpath=yes
10516 ;;
10517 esac
10518 else
10519 shlibpath_overrides_runpath=yes
10520 fi
10521 ;;
10522
10523os2*)
10524 libname_spec='$name'
10525 shrext_cmds=".dll"
10526 need_lib_prefix=no
10527 library_names_spec='$libname${shared_ext} $libname.a'
10528 dynamic_linker='OS/2 ld.exe'
10529 shlibpath_var=LIBPATH
10530 ;;
10531
10532osf3* | osf4* | osf5*)
10533 version_type=osf
10534 need_lib_prefix=no
10535 need_version=no
10536 soname_spec='${libname}${release}${shared_ext}$major'
10537 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10538 shlibpath_var=LD_LIBRARY_PATH
10539 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10540 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10541 ;;
10542
10543rdos*)
10544 dynamic_linker=no
10545 ;;
10546
10547solaris*)
10548 version_type=linux # correct to gnu/linux during the next big refactor
10549 need_lib_prefix=no
10550 need_version=no
10551 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10552 soname_spec='${libname}${release}${shared_ext}$major'
10553 shlibpath_var=LD_LIBRARY_PATH
10554 shlibpath_overrides_runpath=yes
10555 hardcode_into_libs=yes
10556 # ldd complains unless libraries are executable
10557 postinstall_cmds='chmod +x $lib'
10558 ;;
10559
10560sunos4*)
10561 version_type=sunos
10562 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10563 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10564 shlibpath_var=LD_LIBRARY_PATH
10565 shlibpath_overrides_runpath=yes
10566 if test "$with_gnu_ld" = yes; then
10567 need_lib_prefix=no
10568 fi
10569 need_version=yes
10570 ;;
10571
10572sysv4 | sysv4.3*)
10573 version_type=linux # correct to gnu/linux during the next big refactor
10574 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10575 soname_spec='${libname}${release}${shared_ext}$major'
10576 shlibpath_var=LD_LIBRARY_PATH
10577 case $host_vendor in
10578 sni)
10579 shlibpath_overrides_runpath=no
10580 need_lib_prefix=no
10581 runpath_var=LD_RUN_PATH
10582 ;;
10583 siemens)
10584 need_lib_prefix=no
10585 ;;
10586 motorola)
10587 need_lib_prefix=no
10588 need_version=no
10589 shlibpath_overrides_runpath=no
10590 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10591 ;;
10592 esac
10593 ;;
10594
10595sysv4*MP*)
10596 if test -d /usr/nec ;then
10597 version_type=linux # correct to gnu/linux during the next big refactor
10598 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10599 soname_spec='$libname${shared_ext}.$major'
10600 shlibpath_var=LD_LIBRARY_PATH
10601 fi
10602 ;;
10603
10604sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10605 version_type=freebsd-elf
10606 need_lib_prefix=no
10607 need_version=no
10608 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10609 soname_spec='${libname}${release}${shared_ext}$major'
10610 shlibpath_var=LD_LIBRARY_PATH
10611 shlibpath_overrides_runpath=yes
10612 hardcode_into_libs=yes
10613 if test "$with_gnu_ld" = yes; then
10614 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10615 else
10616 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10617 case $host_os in
10618 sco3.2v5*)
10619 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10620 ;;
10621 esac
10622 fi
10623 sys_lib_dlsearch_path_spec='/usr/lib'
10624 ;;
10625
10626tpf*)
10627 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10628 version_type=linux # correct to gnu/linux during the next big refactor
10629 need_lib_prefix=no
10630 need_version=no
10631 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10632 shlibpath_var=LD_LIBRARY_PATH
10633 shlibpath_overrides_runpath=no
10634 hardcode_into_libs=yes
10635 ;;
10636
10637uts4*)
10638 version_type=linux # correct to gnu/linux during the next big refactor
10639 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10640 soname_spec='${libname}${release}${shared_ext}$major'
10641 shlibpath_var=LD_LIBRARY_PATH
10642 ;;
10643
10644*)
10645 dynamic_linker=no
10646 ;;
10647esac
10648{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10649$as_echo "$dynamic_linker" >&6; }
10650test "$dynamic_linker" = no && can_build_shared=no
10651
10652variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10653if test "$GCC" = yes; then
10654 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10655fi
10656
10657if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10658 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10659fi
10660if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10661 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10662fi
10663
10664
10665
10666
10667
10668
10669
10670
10671
10672
10673
10674
10675
10676
10677
10678
10679
10680
10681
10682
10683
10684
10685
10686
10687
10688
10689
10690
10691
10692
10693
10694
10695
10696
10697
10698
10699
10700
10701
10702
10703
10704
10705
10706
10707
10708
10709
10710
10711
10712
10713
10714
10715
10716
10717
10718
10719
10720
10721
10722
10723
10724
10725
10726
10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
10755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10756$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10757hardcode_action=
10758if test -n "$hardcode_libdir_flag_spec" ||
10759 test -n "$runpath_var" ||
10760 test "X$hardcode_automatic" = "Xyes" ; then
10761
10762 # We can hardcode non-existent directories.
10763 if test "$hardcode_direct" != no &&
10764 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10765 # have to relink, otherwise we might link with an installed library
10766 # when we should be linking with a yet-to-be-installed one
10767 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10768 test "$hardcode_minus_L" != no; then
10769 # Linking always hardcodes the temporary library directory.
10770 hardcode_action=relink
10771 else
10772 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10773 hardcode_action=immediate
10774 fi
10775else
10776 # We cannot hardcode anything, or else we can only hardcode existing
10777 # directories.
10778 hardcode_action=unsupported
10779fi
10780{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10781$as_echo "$hardcode_action" >&6; }
10782
10783if test "$hardcode_action" = relink ||
10784 test "$inherit_rpath" = yes; then
10785 # Fast installation is not supported
10786 enable_fast_install=no
10787elif test "$shlibpath_overrides_runpath" = yes ||
10788 test "$enable_shared" = no; then
10789 # Fast installation is not necessary
10790 enable_fast_install=needless
10791fi
10792
10793
10794
10795
10796
10797
10798 if test "x$enable_dlopen" != xyes; then
10799 enable_dlopen=unknown
10800 enable_dlopen_self=unknown
10801 enable_dlopen_self_static=unknown
10802else
10803 lt_cv_dlopen=no
10804 lt_cv_dlopen_libs=
10805
10806 case $host_os in
10807 beos*)
10808 lt_cv_dlopen="load_add_on"
10809 lt_cv_dlopen_libs=
10810 lt_cv_dlopen_self=yes
10811 ;;
10812
10813 mingw* | pw32* | cegcc*)
10814 lt_cv_dlopen="LoadLibrary"
10815 lt_cv_dlopen_libs=
10816 ;;
10817
10818 cygwin*)
10819 lt_cv_dlopen="dlopen"
10820 lt_cv_dlopen_libs=
10821 ;;
10822
10823 darwin*)
10824 # if libdl is installed we need to link against it
10825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10826$as_echo_n "checking for dlopen in -ldl... " >&6; }
10827if ${ac_cv_lib_dl_dlopen+:} false; then :
10828 $as_echo_n "(cached) " >&6
10829else
10830 ac_check_lib_save_LIBS=$LIBS
10831LIBS="-ldl $LIBS"
10832cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10833/* end confdefs.h. */
10834
10835/* Override any GCC internal prototype to avoid an error.
10836 Use char because int might match the return type of a GCC
10837 builtin and then its argument prototype would still apply. */
10838#ifdef __cplusplus
10839extern "C"
10840#endif
10841char dlopen ();
10842int
10843main ()
10844{
10845return dlopen ();
10846 ;
10847 return 0;
10848}
10849_ACEOF
10850if ac_fn_c_try_link "$LINENO"; then :
10851 ac_cv_lib_dl_dlopen=yes
10852else
10853 ac_cv_lib_dl_dlopen=no
10854fi
10855rm -f core conftest.err conftest.$ac_objext \
10856 conftest$ac_exeext conftest.$ac_ext
10857LIBS=$ac_check_lib_save_LIBS
10858fi
10859{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10860$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10861if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10862 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10863else
10864
10865 lt_cv_dlopen="dyld"
10866 lt_cv_dlopen_libs=
10867 lt_cv_dlopen_self=yes
10868
10869fi
10870
10871 ;;
10872
10873 *)
10874 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10875if test "x$ac_cv_func_shl_load" = xyes; then :
10876 lt_cv_dlopen="shl_load"
10877else
10878 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10879$as_echo_n "checking for shl_load in -ldld... " >&6; }
10880if ${ac_cv_lib_dld_shl_load+:} false; then :
10881 $as_echo_n "(cached) " >&6
10882else
10883 ac_check_lib_save_LIBS=$LIBS
10884LIBS="-ldld $LIBS"
10885cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10886/* end confdefs.h. */
10887
10888/* Override any GCC internal prototype to avoid an error.
10889 Use char because int might match the return type of a GCC
10890 builtin and then its argument prototype would still apply. */
10891#ifdef __cplusplus
10892extern "C"
10893#endif
10894char shl_load ();
10895int
10896main ()
10897{
10898return shl_load ();
10899 ;
10900 return 0;
10901}
10902_ACEOF
10903if ac_fn_c_try_link "$LINENO"; then :
10904 ac_cv_lib_dld_shl_load=yes
10905else
10906 ac_cv_lib_dld_shl_load=no
10907fi
10908rm -f core conftest.err conftest.$ac_objext \
10909 conftest$ac_exeext conftest.$ac_ext
10910LIBS=$ac_check_lib_save_LIBS
10911fi
10912{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10913$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10914if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
10915 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10916else
10917 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10918if test "x$ac_cv_func_dlopen" = xyes; then :
10919 lt_cv_dlopen="dlopen"
10920else
10921 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10922$as_echo_n "checking for dlopen in -ldl... " >&6; }
10923if ${ac_cv_lib_dl_dlopen+:} false; then :
10924 $as_echo_n "(cached) " >&6
10925else
10926 ac_check_lib_save_LIBS=$LIBS
10927LIBS="-ldl $LIBS"
10928cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10929/* end confdefs.h. */
10930
10931/* Override any GCC internal prototype to avoid an error.
10932 Use char because int might match the return type of a GCC
10933 builtin and then its argument prototype would still apply. */
10934#ifdef __cplusplus
10935extern "C"
10936#endif
10937char dlopen ();
10938int
10939main ()
10940{
10941return dlopen ();
10942 ;
10943 return 0;
10944}
10945_ACEOF
10946if ac_fn_c_try_link "$LINENO"; then :
10947 ac_cv_lib_dl_dlopen=yes
10948else
10949 ac_cv_lib_dl_dlopen=no
10950fi
10951rm -f core conftest.err conftest.$ac_objext \
10952 conftest$ac_exeext conftest.$ac_ext
10953LIBS=$ac_check_lib_save_LIBS
10954fi
10955{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10956$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10957if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10958 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10959else
10960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10961$as_echo_n "checking for dlopen in -lsvld... " >&6; }
10962if ${ac_cv_lib_svld_dlopen+:} false; then :
10963 $as_echo_n "(cached) " >&6
10964else
10965 ac_check_lib_save_LIBS=$LIBS
10966LIBS="-lsvld $LIBS"
10967cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10968/* end confdefs.h. */
10969
10970/* Override any GCC internal prototype to avoid an error.
10971 Use char because int might match the return type of a GCC
10972 builtin and then its argument prototype would still apply. */
10973#ifdef __cplusplus
10974extern "C"
10975#endif
10976char dlopen ();
10977int
10978main ()
10979{
10980return dlopen ();
10981 ;
10982 return 0;
10983}
10984_ACEOF
10985if ac_fn_c_try_link "$LINENO"; then :
10986 ac_cv_lib_svld_dlopen=yes
10987else
10988 ac_cv_lib_svld_dlopen=no
10989fi
10990rm -f core conftest.err conftest.$ac_objext \
10991 conftest$ac_exeext conftest.$ac_ext
10992LIBS=$ac_check_lib_save_LIBS
10993fi
10994{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10995$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10996if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
10997 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
10998else
10999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11000$as_echo_n "checking for dld_link in -ldld... " >&6; }
11001if ${ac_cv_lib_dld_dld_link+:} false; then :
11002 $as_echo_n "(cached) " >&6
11003else
11004 ac_check_lib_save_LIBS=$LIBS
11005LIBS="-ldld $LIBS"
11006cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11007/* end confdefs.h. */
11008
11009/* Override any GCC internal prototype to avoid an error.
11010 Use char because int might match the return type of a GCC
11011 builtin and then its argument prototype would still apply. */
11012#ifdef __cplusplus
11013extern "C"
11014#endif
11015char dld_link ();
11016int
11017main ()
11018{
11019return dld_link ();
11020 ;
11021 return 0;
11022}
11023_ACEOF
11024if ac_fn_c_try_link "$LINENO"; then :
11025 ac_cv_lib_dld_dld_link=yes
11026else
11027 ac_cv_lib_dld_dld_link=no
11028fi
11029rm -f core conftest.err conftest.$ac_objext \
11030 conftest$ac_exeext conftest.$ac_ext
11031LIBS=$ac_check_lib_save_LIBS
11032fi
11033{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11034$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11035if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
11036 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11037fi
11038
11039
11040fi
11041
11042
11043fi
11044
11045
11046fi
11047
11048
11049fi
11050
11051
11052fi
11053
11054 ;;
11055 esac
11056
11057 if test "x$lt_cv_dlopen" != xno; then
11058 enable_dlopen=yes
11059 else
11060 enable_dlopen=no
11061 fi
11062
11063 case $lt_cv_dlopen in
11064 dlopen)
11065 save_CPPFLAGS="$CPPFLAGS"
11066 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11067
11068 save_LDFLAGS="$LDFLAGS"
11069 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11070
11071 save_LIBS="$LIBS"
11072 LIBS="$lt_cv_dlopen_libs $LIBS"
11073
11074 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11075$as_echo_n "checking whether a program can dlopen itself... " >&6; }
11076if ${lt_cv_dlopen_self+:} false; then :
11077 $as_echo_n "(cached) " >&6
11078else
11079 if test "$cross_compiling" = yes; then :
11080 lt_cv_dlopen_self=cross
11081else
11082 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11083 lt_status=$lt_dlunknown
11084 cat > conftest.$ac_ext <<_LT_EOF
11085#line $LINENO "configure"
11086#include "confdefs.h"
11087
11088#if HAVE_DLFCN_H
11089#include <dlfcn.h>
11090#endif
11091
11092#include <stdio.h>
11093
11094#ifdef RTLD_GLOBAL
11095# define LT_DLGLOBAL RTLD_GLOBAL
11096#else
11097# ifdef DL_GLOBAL
11098# define LT_DLGLOBAL DL_GLOBAL
11099# else
11100# define LT_DLGLOBAL 0
11101# endif
11102#endif
11103
11104/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11105 find out it does not work in some platform. */
11106#ifndef LT_DLLAZY_OR_NOW
11107# ifdef RTLD_LAZY
11108# define LT_DLLAZY_OR_NOW RTLD_LAZY
11109# else
11110# ifdef DL_LAZY
11111# define LT_DLLAZY_OR_NOW DL_LAZY
11112# else
11113# ifdef RTLD_NOW
11114# define LT_DLLAZY_OR_NOW RTLD_NOW
11115# else
11116# ifdef DL_NOW
11117# define LT_DLLAZY_OR_NOW DL_NOW
11118# else
11119# define LT_DLLAZY_OR_NOW 0
11120# endif
11121# endif
11122# endif
11123# endif
11124#endif
11125
11126/* When -fvisbility=hidden is used, assume the code has been annotated
11127 correspondingly for the symbols needed. */
11128#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11129int fnord () __attribute__((visibility("default")));
11130#endif
11131
11132int fnord () { return 42; }
11133int main ()
11134{
11135 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11136 int status = $lt_dlunknown;
11137
11138 if (self)
11139 {
11140 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11141 else
11142 {
11143 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11144 else puts (dlerror ());
11145 }
11146 /* dlclose (self); */
11147 }
11148 else
11149 puts (dlerror ());
11150
11151 return status;
11152}
11153_LT_EOF
11154 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11155 (eval $ac_link) 2>&5
11156 ac_status=$?
11157 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11158 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11159 (./conftest; exit; ) >&5 2>/dev/null
11160 lt_status=$?
11161 case x$lt_status in
11162 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11163 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11164 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11165 esac
11166 else :
11167 # compilation failed
11168 lt_cv_dlopen_self=no
11169 fi
11170fi
11171rm -fr conftest*
11172
11173
11174fi
11175{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11176$as_echo "$lt_cv_dlopen_self" >&6; }
11177
11178 if test "x$lt_cv_dlopen_self" = xyes; then
11179 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11180 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11181$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11182if ${lt_cv_dlopen_self_static+:} false; then :
11183 $as_echo_n "(cached) " >&6
11184else
11185 if test "$cross_compiling" = yes; then :
11186 lt_cv_dlopen_self_static=cross
11187else
11188 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11189 lt_status=$lt_dlunknown
11190 cat > conftest.$ac_ext <<_LT_EOF
11191#line $LINENO "configure"
11192#include "confdefs.h"
11193
11194#if HAVE_DLFCN_H
11195#include <dlfcn.h>
11196#endif
11197
11198#include <stdio.h>
11199
11200#ifdef RTLD_GLOBAL
11201# define LT_DLGLOBAL RTLD_GLOBAL
11202#else
11203# ifdef DL_GLOBAL
11204# define LT_DLGLOBAL DL_GLOBAL
11205# else
11206# define LT_DLGLOBAL 0
11207# endif
11208#endif
11209
11210/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11211 find out it does not work in some platform. */
11212#ifndef LT_DLLAZY_OR_NOW
11213# ifdef RTLD_LAZY
11214# define LT_DLLAZY_OR_NOW RTLD_LAZY
11215# else
11216# ifdef DL_LAZY
11217# define LT_DLLAZY_OR_NOW DL_LAZY
11218# else
11219# ifdef RTLD_NOW
11220# define LT_DLLAZY_OR_NOW RTLD_NOW
11221# else
11222# ifdef DL_NOW
11223# define LT_DLLAZY_OR_NOW DL_NOW
11224# else
11225# define LT_DLLAZY_OR_NOW 0
11226# endif
11227# endif
11228# endif
11229# endif
11230#endif
11231
11232/* When -fvisbility=hidden is used, assume the code has been annotated
11233 correspondingly for the symbols needed. */
11234#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11235int fnord () __attribute__((visibility("default")));
11236#endif
11237
11238int fnord () { return 42; }
11239int main ()
11240{
11241 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11242 int status = $lt_dlunknown;
11243
11244 if (self)
11245 {
11246 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11247 else
11248 {
11249 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11250 else puts (dlerror ());
11251 }
11252 /* dlclose (self); */
11253 }
11254 else
11255 puts (dlerror ());
11256
11257 return status;
11258}
11259_LT_EOF
11260 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11261 (eval $ac_link) 2>&5
11262 ac_status=$?
11263 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11264 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11265 (./conftest; exit; ) >&5 2>/dev/null
11266 lt_status=$?
11267 case x$lt_status in
11268 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11269 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11270 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11271 esac
11272 else :
11273 # compilation failed
11274 lt_cv_dlopen_self_static=no
11275 fi
11276fi
11277rm -fr conftest*
11278
11279
11280fi
11281{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11282$as_echo "$lt_cv_dlopen_self_static" >&6; }
11283 fi
11284
11285 CPPFLAGS="$save_CPPFLAGS"
11286 LDFLAGS="$save_LDFLAGS"
11287 LIBS="$save_LIBS"
11288 ;;
11289 esac
11290
11291 case $lt_cv_dlopen_self in
11292 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11293 *) enable_dlopen_self=unknown ;;
11294 esac
11295
11296 case $lt_cv_dlopen_self_static in
11297 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11298 *) enable_dlopen_self_static=unknown ;;
11299 esac
11300fi
11301
11302
11303
11304
11305
11306
11307
11308
11309
11310
11311
11312
11313
11314
11315
11316
11317
11318striplib=
11319old_striplib=
11320{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11321$as_echo_n "checking whether stripping libraries is possible... " >&6; }
11322if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11323 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11324 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11326$as_echo "yes" >&6; }
11327else
11328# FIXME - insert some real tests, host_os isn't really good enough
11329 case $host_os in
11330 darwin*)
11331 if test -n "$STRIP" ; then
11332 striplib="$STRIP -x"
11333 old_striplib="$STRIP -S"
11334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11335$as_echo "yes" >&6; }
11336 else
11337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11338$as_echo "no" >&6; }
11339 fi
11340 ;;
11341 *)
11342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11343$as_echo "no" >&6; }
11344 ;;
11345 esac
11346fi
11347
11348
11349
11350
11351
11352
11353
11354
11355
11356
11357
11358
11359 # Report which library types will actually be built
11360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11361$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11363$as_echo "$can_build_shared" >&6; }
11364
11365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11366$as_echo_n "checking whether to build shared libraries... " >&6; }
11367 test "$can_build_shared" = "no" && enable_shared=no
11368
11369 # On AIX, shared libraries and static libraries use the same namespace, and
11370 # are all built from PIC.
11371 case $host_os in
11372 aix3*)
11373 test "$enable_shared" = yes && enable_static=no
11374 if test -n "$RANLIB"; then
11375 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11376 postinstall_cmds='$RANLIB $lib'
11377 fi
11378 ;;
11379
11380 aix[4-9]*)
11381 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11382 test "$enable_shared" = yes && enable_static=no
11383 fi
11384 ;;
11385 esac
11386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11387$as_echo "$enable_shared" >&6; }
11388
11389 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11390$as_echo_n "checking whether to build static libraries... " >&6; }
11391 # Make sure either enable_shared or enable_static is yes.
11392 test "$enable_shared" = yes || enable_static=yes
11393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11394$as_echo "$enable_static" >&6; }
11395
11396
11397
11398
11399fi
11400ac_ext=c
11401ac_cpp='$CPP $CPPFLAGS'
11402ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11403ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11404ac_compiler_gnu=$ac_cv_c_compiler_gnu
11405
11406CC="$lt_save_CC"
11407
11408
11409
11410
11411
11412
11413
11414
11415
11416
11417
11418
11419
11420
11421
11422 ac_config_commands="$ac_config_commands libtool"
11423
11424
11425
11426
11427# Only expand once:
11428
11429
11430
11431if test "$GCC" = "yes"
11432then
11433 CFLAGS="$CFLAGS -Wall"
11434fi
11435
11436CFLAGS="-I.. -I${srcdir}/.. $CFLAGS"
11437
11438
11439
11440for ac_header in unistd.h stdint.h
11441do :
11442 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11443ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
11444if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
11445 cat >>confdefs.h <<_ACEOF
11446#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11447_ACEOF
11448
11449fi
11450
11451done
11452
11453
11454ac_fn_c_check_type "$LINENO" "int64_t" "ac_cv_type_int64_t" "$ac_includes_default"
11455if test "x$ac_cv_type_int64_t" = xyes; then :
11456 :
11457else
11458
11459
11460cat >>confdefs.h <<_ACEOF
11461#define int64_t long long
11462_ACEOF
11463
11464
11465fi
11466
11467
11468{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for uid_t in sys/types.h" >&5
11469$as_echo_n "checking for uid_t in sys/types.h... " >&6; }
11470if ${ac_cv_type_uid_t+:} false; then :
11471 $as_echo_n "(cached) " >&6
11472else
11473 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11474/* end confdefs.h. */
11475#include <sys/types.h>
11476
11477_ACEOF
11478if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11479 $EGREP "uid_t" >/dev/null 2>&1; then :
11480 ac_cv_type_uid_t=yes
11481else
11482 ac_cv_type_uid_t=no
11483fi
11484rm -f conftest*
11485
11486fi
11487{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_uid_t" >&5
11488$as_echo "$ac_cv_type_uid_t" >&6; }
11489if test $ac_cv_type_uid_t = no; then
11490
11491$as_echo "#define uid_t int" >>confdefs.h
11492
11493
11494$as_echo "#define gid_t int" >>confdefs.h
11495
11496fi
11497
11498ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
11499if test "x$ac_cv_type_pid_t" = xyes; then :
11500
11501else
11502
11503cat >>confdefs.h <<_ACEOF
11504#define pid_t int
11505_ACEOF
11506
11507fi
11508
11509# Check whether --enable-largefile was given.
11510if test "${enable_largefile+set}" = set; then :
11511 enableval=$enable_largefile;
11512fi
11513
11514if test "$enable_largefile" != no; then
11515
11516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
11517$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
11518if ${ac_cv_sys_largefile_CC+:} false; then :
11519 $as_echo_n "(cached) " >&6
11520else
11521 ac_cv_sys_largefile_CC=no
11522 if test "$GCC" != yes; then
11523 ac_save_CC=$CC
11524 while :; do
11525 # IRIX 6.2 and later do not support large files by default,
11526 # so use the C compiler's -n32 option if that helps.
11527 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11528/* end confdefs.h. */
11529#include <sys/types.h>
11530 /* Check that off_t can represent 2**63 - 1 correctly.
11531 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11532 since some C++ compilers masquerading as C compilers
11533 incorrectly reject 9223372036854775807. */
11534#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11535 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11536 && LARGE_OFF_T % 2147483647 == 1)
11537 ? 1 : -1];
11538int
11539main ()
11540{
11541
11542 ;
11543 return 0;
11544}
11545_ACEOF
11546 if ac_fn_c_try_compile "$LINENO"; then :
11547 break
11548fi
11549rm -f core conftest.err conftest.$ac_objext
11550 CC="$CC -n32"
11551 if ac_fn_c_try_compile "$LINENO"; then :
11552 ac_cv_sys_largefile_CC=' -n32'; break
11553fi
11554rm -f core conftest.err conftest.$ac_objext
11555 break
11556 done
11557 CC=$ac_save_CC
11558 rm -f conftest.$ac_ext
11559 fi
11560fi
11561{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
11562$as_echo "$ac_cv_sys_largefile_CC" >&6; }
11563 if test "$ac_cv_sys_largefile_CC" != no; then
11564 CC=$CC$ac_cv_sys_largefile_CC
11565 fi
11566
11567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
11568$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
11569if ${ac_cv_sys_file_offset_bits+:} false; then :
11570 $as_echo_n "(cached) " >&6
11571else
11572 while :; do
11573 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11574/* end confdefs.h. */
11575#include <sys/types.h>
11576 /* Check that off_t can represent 2**63 - 1 correctly.
11577 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11578 since some C++ compilers masquerading as C compilers
11579 incorrectly reject 9223372036854775807. */
11580#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11581 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11582 && LARGE_OFF_T % 2147483647 == 1)
11583 ? 1 : -1];
11584int
11585main ()
11586{
11587
11588 ;
11589 return 0;
11590}
11591_ACEOF
11592if ac_fn_c_try_compile "$LINENO"; then :
11593 ac_cv_sys_file_offset_bits=no; break
11594fi
11595rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11596 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11597/* end confdefs.h. */
11598#define _FILE_OFFSET_BITS 64
11599#include <sys/types.h>
11600 /* Check that off_t can represent 2**63 - 1 correctly.
11601 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11602 since some C++ compilers masquerading as C compilers
11603 incorrectly reject 9223372036854775807. */
11604#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11605 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11606 && LARGE_OFF_T % 2147483647 == 1)
11607 ? 1 : -1];
11608int
11609main ()
11610{
11611
11612 ;
11613 return 0;
11614}
11615_ACEOF
11616if ac_fn_c_try_compile "$LINENO"; then :
11617 ac_cv_sys_file_offset_bits=64; break
11618fi
11619rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11620 ac_cv_sys_file_offset_bits=unknown
11621 break
11622done
11623fi
11624{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
11625$as_echo "$ac_cv_sys_file_offset_bits" >&6; }
11626case $ac_cv_sys_file_offset_bits in #(
11627 no | unknown) ;;
11628 *)
11629cat >>confdefs.h <<_ACEOF
11630#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
11631_ACEOF
11632;;
11633esac
11634rm -rf conftest*
11635 if test $ac_cv_sys_file_offset_bits = unknown; then
11636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
11637$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
11638if ${ac_cv_sys_large_files+:} false; then :
11639 $as_echo_n "(cached) " >&6
11640else
11641 while :; do
11642 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11643/* end confdefs.h. */
11644#include <sys/types.h>
11645 /* Check that off_t can represent 2**63 - 1 correctly.
11646 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11647 since some C++ compilers masquerading as C compilers
11648 incorrectly reject 9223372036854775807. */
11649#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11650 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11651 && LARGE_OFF_T % 2147483647 == 1)
11652 ? 1 : -1];
11653int
11654main ()
11655{
11656
11657 ;
11658 return 0;
11659}
11660_ACEOF
11661if ac_fn_c_try_compile "$LINENO"; then :
11662 ac_cv_sys_large_files=no; break
11663fi
11664rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11665 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11666/* end confdefs.h. */
11667#define _LARGE_FILES 1
11668#include <sys/types.h>
11669 /* Check that off_t can represent 2**63 - 1 correctly.
11670 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11671 since some C++ compilers masquerading as C compilers
11672 incorrectly reject 9223372036854775807. */
11673#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11674 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11675 && LARGE_OFF_T % 2147483647 == 1)
11676 ? 1 : -1];
11677int
11678main ()
11679{
11680
11681 ;
11682 return 0;
11683}
11684_ACEOF
11685if ac_fn_c_try_compile "$LINENO"; then :
11686 ac_cv_sys_large_files=1; break
11687fi
11688rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11689 ac_cv_sys_large_files=unknown
11690 break
11691done
11692fi
11693{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
11694$as_echo "$ac_cv_sys_large_files" >&6; }
11695case $ac_cv_sys_large_files in #(
11696 no | unknown) ;;
11697 *)
11698cat >>confdefs.h <<_ACEOF
11699#define _LARGE_FILES $ac_cv_sys_large_files
11700_ACEOF
11701;;
11702esac
11703rm -rf conftest*
11704 fi
11705
11706
11707fi
11708
11709
11710
11711for ac_func in setgroups initgroups
11712do :
11713 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
11714ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
11715if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
11716 cat >>confdefs.h <<_ACEOF
11717#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
11718_ACEOF
11719
11720fi
11721done
11722
11723ac_config_files="$ac_config_files Makefile"
11724
11725cat >confcache <<\_ACEOF
11726# This file is a shell script that caches the results of configure
11727# tests run on this system so they can be shared between configure
11728# scripts and configure runs, see configure's option --config-cache.
11729# It is not useful on other systems. If it contains results you don't
11730# want to keep, you may remove or edit it.
11731#
11732# config.status only pays attention to the cache file if you give it
11733# the --recheck option to rerun configure.
11734#
11735# `ac_cv_env_foo' variables (set or unset) will be overridden when
11736# loading this file, other *unset* `ac_cv_foo' will be assigned the
11737# following values.
11738
11739_ACEOF
11740
11741# The following way of writing the cache mishandles newlines in values,
11742# but we know of no workaround that is simple, portable, and efficient.
11743# So, we kill variables containing newlines.
11744# Ultrix sh set writes to stderr and can't be redirected directly,
11745# and sets the high bit in the cache file unless we assign to the vars.
11746(
11747 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
11748 eval ac_val=\$$ac_var
11749 case $ac_val in #(
11750 *${as_nl}*)
11751 case $ac_var in #(
11752 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
11753$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
11754 esac
11755 case $ac_var in #(
11756 _ | IFS | as_nl) ;; #(
11757 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
11758 *) { eval $ac_var=; unset $ac_var;} ;;
11759 esac ;;
11760 esac
11761 done
11762
11763 (set) 2>&1 |
11764 case $as_nl`(ac_space=' '; set) 2>&1` in #(
11765 *${as_nl}ac_space=\ *)
11766 # `set' does not quote correctly, so add quotes: double-quote
11767 # substitution turns \\\\ into \\, and sed turns \\ into \.
11768 sed -n \
11769 "s/'/'\\\\''/g;
11770 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
11771 ;; #(
11772 *)
11773 # `set' quotes correctly as required by POSIX, so do not add quotes.
11774 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
11775 ;;
11776 esac |
11777 sort
11778) |
11779 sed '
11780 /^ac_cv_env_/b end
11781 t clear
11782 :clear
11783 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11784 t end
11785 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11786 :end' >>confcache
11787if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11788 if test -w "$cache_file"; then
11789 if test "x$cache_file" != "x/dev/null"; then
11790 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
11791$as_echo "$as_me: updating cache $cache_file" >&6;}
11792 if test ! -f "$cache_file" || test -h "$cache_file"; then
11793 cat confcache >"$cache_file"
11794 else
11795 case $cache_file in #(
11796 */* | ?:*)
11797 mv -f confcache "$cache_file"$$ &&
11798 mv -f "$cache_file"$$ "$cache_file" ;; #(
11799 *)
11800 mv -f confcache "$cache_file" ;;
11801 esac
11802 fi
11803 fi
11804 else
11805 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
11806$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
11807 fi
11808fi
11809rm -f confcache
11810
11811test "x$prefix" = xNONE && prefix=$ac_default_prefix
11812# Let make expand exec_prefix.
11813test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
11814
11815DEFS=-DHAVE_CONFIG_H
11816
11817ac_libobjs=
11818ac_ltlibobjs=
11819for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
11820 # 1. Remove the extension, and $U if already installed.
11821 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
11822 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
11823 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
11824 # will be set to the directory where LIBOBJS objects are built.
11825 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
11826 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
11827done
11828LIBOBJS=$ac_libobjs
11829
11830LTLIBOBJS=$ac_ltlibobjs
11831
11832
11833{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
11834$as_echo_n "checking that generated files are newer than configure... " >&6; }
11835 if test -n "$am_sleep_pid"; then
11836 # Hide warnings about reused PIDs.
11837 wait $am_sleep_pid 2>/dev/null
11838 fi
11839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
11840$as_echo "done" >&6; }
11841 if test -n "$EXEEXT"; then
11842 am__EXEEXT_TRUE=
11843 am__EXEEXT_FALSE='#'
11844else
11845 am__EXEEXT_TRUE='#'
11846 am__EXEEXT_FALSE=
11847fi
11848
11849if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
11850 as_fn_error $? "conditional \"AMDEP\" was never defined.
11851Usually this means the macro was only invoked conditionally." "$LINENO" 5
11852fi
11853if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
11854 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
11855Usually this means the macro was only invoked conditionally." "$LINENO" 5
11856fi
11857
11858: "${CONFIG_STATUS=./config.status}"
11859ac_write_fail=0
11860ac_clean_files_save=$ac_clean_files
11861ac_clean_files="$ac_clean_files $CONFIG_STATUS"
11862{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
11863$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
11864as_write_fail=0
11865cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
11866#! $SHELL
11867# Generated by $as_me.
11868# Run this file to recreate the current configuration.
11869# Compiler output produced by configure, useful for debugging
11870# configure, is in config.log if it exists.
11871
11872debug=false
11873ac_cs_recheck=false
11874ac_cs_silent=false
11875
11876SHELL=\${CONFIG_SHELL-$SHELL}
11877export SHELL
11878_ASEOF
11879cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
11880## -------------------- ##
11881## M4sh Initialization. ##
11882## -------------------- ##
11883
11884# Be more Bourne compatible
11885DUALCASE=1; export DUALCASE # for MKS sh
11886if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
11887 emulate sh
11888 NULLCMD=:
11889 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
11890 # is contrary to our usage. Disable this feature.
11891 alias -g '${1+"$@"}'='"$@"'
11892 setopt NO_GLOB_SUBST
11893else
11894 case `(set -o) 2>/dev/null` in #(
11895 *posix*) :
11896 set -o posix ;; #(
11897 *) :
11898 ;;
11899esac
11900fi
11901
11902
11903as_nl='
11904'
11905export as_nl
11906# Printing a long string crashes Solaris 7 /usr/bin/printf.
11907as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
11908as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
11909as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
11910# Prefer a ksh shell builtin over an external printf program on Solaris,
11911# but without wasting forks for bash or zsh.
11912if test -z "$BASH_VERSION$ZSH_VERSION" \
11913 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
11914 as_echo='print -r --'
11915 as_echo_n='print -rn --'
11916elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
11917 as_echo='printf %s\n'
11918 as_echo_n='printf %s'
11919else
11920 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
11921 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
11922 as_echo_n='/usr/ucb/echo -n'
11923 else
11924 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
11925 as_echo_n_body='eval
11926 arg=$1;
11927 case $arg in #(
11928 *"$as_nl"*)
11929 expr "X$arg" : "X\\(.*\\)$as_nl";
11930 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
11931 esac;
11932 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
11933 '
11934 export as_echo_n_body
11935 as_echo_n='sh -c $as_echo_n_body as_echo'
11936 fi
11937 export as_echo_body
11938 as_echo='sh -c $as_echo_body as_echo'
11939fi
11940
11941# The user is always right.
11942if test "${PATH_SEPARATOR+set}" != set; then
11943 PATH_SEPARATOR=:
11944 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
11945 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
11946 PATH_SEPARATOR=';'
11947 }
11948fi
11949
11950
11951# IFS
11952# We need space, tab and new line, in precisely that order. Quoting is
11953# there to prevent editors from complaining about space-tab.
11954# (If _AS_PATH_WALK were called with IFS unset, it would disable word
11955# splitting by setting IFS to empty value.)
11956IFS=" "" $as_nl"
11957
11958# Find who we are. Look in the path if we contain no directory separator.
11959as_myself=
11960case $0 in #((
11961 *[\\/]* ) as_myself=$0 ;;
11962 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11963for as_dir in $PATH
11964do
11965 IFS=$as_save_IFS
11966 test -z "$as_dir" && as_dir=.
11967 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
11968 done
11969IFS=$as_save_IFS
11970
11971 ;;
11972esac
11973# We did not find ourselves, most probably we were run as `sh COMMAND'
11974# in which case we are not to be found in the path.
11975if test "x$as_myself" = x; then
11976 as_myself=$0
11977fi
11978if test ! -f "$as_myself"; then
11979 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
11980 exit 1
11981fi
11982
11983# Unset variables that we do not need and which cause bugs (e.g. in
11984# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
11985# suppresses any "Segmentation fault" message there. '((' could
11986# trigger a bug in pdksh 5.2.14.
11987for as_var in BASH_ENV ENV MAIL MAILPATH
11988do eval test x\${$as_var+set} = xset \
11989 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
11990done
11991PS1='$ '
11992PS2='> '
11993PS4='+ '
11994
11995# NLS nuisances.
11996LC_ALL=C
11997export LC_ALL
11998LANGUAGE=C
11999export LANGUAGE
12000
12001# CDPATH.
12002(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12003
12004
12005# as_fn_error STATUS ERROR [LINENO LOG_FD]
12006# ----------------------------------------
12007# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
12008# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
12009# script with STATUS, using 1 if that was 0.
12010as_fn_error ()
12011{
12012 as_status=$1; test $as_status -eq 0 && as_status=1
12013 if test "$4"; then
12014 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
12015 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
12016 fi
12017 $as_echo "$as_me: error: $2" >&2
12018 as_fn_exit $as_status
12019} # as_fn_error
12020
12021
12022# as_fn_set_status STATUS
12023# -----------------------
12024# Set $? to STATUS, without forking.
12025as_fn_set_status ()
12026{
12027 return $1
12028} # as_fn_set_status
12029
12030# as_fn_exit STATUS
12031# -----------------
12032# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
12033as_fn_exit ()
12034{
12035 set +e
12036 as_fn_set_status $1
12037 exit $1
12038} # as_fn_exit
12039
12040# as_fn_unset VAR
12041# ---------------
12042# Portably unset VAR.
12043as_fn_unset ()
12044{
12045 { eval $1=; unset $1;}
12046}
12047as_unset=as_fn_unset
12048# as_fn_append VAR VALUE
12049# ----------------------
12050# Append the text in VALUE to the end of the definition contained in VAR. Take
12051# advantage of any shell optimizations that allow amortized linear growth over
12052# repeated appends, instead of the typical quadratic growth present in naive
12053# implementations.
12054if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
12055 eval 'as_fn_append ()
12056 {
12057 eval $1+=\$2
12058 }'
12059else
12060 as_fn_append ()
12061 {
12062 eval $1=\$$1\$2
12063 }
12064fi # as_fn_append
12065
12066# as_fn_arith ARG...
12067# ------------------
12068# Perform arithmetic evaluation on the ARGs, and store the result in the
12069# global $as_val. Take advantage of shells that can avoid forks. The arguments
12070# must be portable across $(()) and expr.
12071if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
12072 eval 'as_fn_arith ()
12073 {
12074 as_val=$(( $* ))
12075 }'
12076else
12077 as_fn_arith ()
12078 {
12079 as_val=`expr "$@" || test $? -eq 1`
12080 }
12081fi # as_fn_arith
12082
12083
12084if expr a : '\(a\)' >/dev/null 2>&1 &&
12085 test "X`expr 00001 : '.*\(...\)'`" = X001; then
12086 as_expr=expr
12087else
12088 as_expr=false
12089fi
12090
12091if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
12092 as_basename=basename
12093else
12094 as_basename=false
12095fi
12096
12097if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
12098 as_dirname=dirname
12099else
12100 as_dirname=false
12101fi
12102
12103as_me=`$as_basename -- "$0" ||
12104$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
12105 X"$0" : 'X\(//\)$' \| \
12106 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
12107$as_echo X/"$0" |
12108 sed '/^.*\/\([^/][^/]*\)\/*$/{
12109 s//\1/
12110 q
12111 }
12112 /^X\/\(\/\/\)$/{
12113 s//\1/
12114 q
12115 }
12116 /^X\/\(\/\).*/{
12117 s//\1/
12118 q
12119 }
12120 s/.*/./; q'`
12121
12122# Avoid depending upon Character Ranges.
12123as_cr_letters='abcdefghijklmnopqrstuvwxyz'
12124as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
12125as_cr_Letters=$as_cr_letters$as_cr_LETTERS
12126as_cr_digits='0123456789'
12127as_cr_alnum=$as_cr_Letters$as_cr_digits
12128
12129ECHO_C= ECHO_N= ECHO_T=
12130case `echo -n x` in #(((((
12131-n*)
12132 case `echo 'xy\c'` in
12133 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
12134 xy) ECHO_C='\c';;
12135 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
12136 ECHO_T=' ';;
12137 esac;;
12138*)
12139 ECHO_N='-n';;
12140esac
12141
12142rm -f conf$$ conf$$.exe conf$$.file
12143if test -d conf$$.dir; then
12144 rm -f conf$$.dir/conf$$.file
12145else
12146 rm -f conf$$.dir
12147 mkdir conf$$.dir 2>/dev/null
12148fi
12149if (echo >conf$$.file) 2>/dev/null; then
12150 if ln -s conf$$.file conf$$ 2>/dev/null; then
12151 as_ln_s='ln -s'
12152 # ... but there are two gotchas:
12153 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
12154 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
12155 # In both cases, we have to default to `cp -pR'.
12156 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
12157 as_ln_s='cp -pR'
12158 elif ln conf$$.file conf$$ 2>/dev/null; then
12159 as_ln_s=ln
12160 else
12161 as_ln_s='cp -pR'
12162 fi
12163else
12164 as_ln_s='cp -pR'
12165fi
12166rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
12167rmdir conf$$.dir 2>/dev/null
12168
12169
12170# as_fn_mkdir_p
12171# -------------
12172# Create "$as_dir" as a directory, including parents if necessary.
12173as_fn_mkdir_p ()
12174{
12175
12176 case $as_dir in #(
12177 -*) as_dir=./$as_dir;;
12178 esac
12179 test -d "$as_dir" || eval $as_mkdir_p || {
12180 as_dirs=
12181 while :; do
12182 case $as_dir in #(
12183 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
12184 *) as_qdir=$as_dir;;
12185 esac
12186 as_dirs="'$as_qdir' $as_dirs"
12187 as_dir=`$as_dirname -- "$as_dir" ||
12188$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12189 X"$as_dir" : 'X\(//\)[^/]' \| \
12190 X"$as_dir" : 'X\(//\)$' \| \
12191 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
12192$as_echo X"$as_dir" |
12193 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12194 s//\1/
12195 q
12196 }
12197 /^X\(\/\/\)[^/].*/{
12198 s//\1/
12199 q
12200 }
12201 /^X\(\/\/\)$/{
12202 s//\1/
12203 q
12204 }
12205 /^X\(\/\).*/{
12206 s//\1/
12207 q
12208 }
12209 s/.*/./; q'`
12210 test -d "$as_dir" && break
12211 done
12212 test -z "$as_dirs" || eval "mkdir $as_dirs"
12213 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
12214
12215
12216} # as_fn_mkdir_p
12217if mkdir -p . 2>/dev/null; then
12218 as_mkdir_p='mkdir -p "$as_dir"'
12219else
12220 test -d ./-p && rmdir ./-p
12221 as_mkdir_p=false
12222fi
12223
12224
12225# as_fn_executable_p FILE
12226# -----------------------
12227# Test if FILE is an executable regular file.
12228as_fn_executable_p ()
12229{
12230 test -f "$1" && test -x "$1"
12231} # as_fn_executable_p
12232as_test_x='test -x'
12233as_executable_p=as_fn_executable_p
12234
12235# Sed expression to map a string onto a valid CPP name.
12236as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
12237
12238# Sed expression to map a string onto a valid variable name.
12239as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
12240
12241
12242exec 6>&1
12243## ----------------------------------- ##
12244## Main body of $CONFIG_STATUS script. ##
12245## ----------------------------------- ##
12246_ASEOF
12247test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
12248
12249cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12250# Save the log message, to keep $0 and so on meaningful, and to
12251# report actual input values of CONFIG_FILES etc. instead of their
12252# values after options handling.
12253ac_log="
12254This file was extended by numlib $as_me 0.10, which was
12255generated by GNU Autoconf 2.69. Invocation command line was
12256
12257 CONFIG_FILES = $CONFIG_FILES
12258 CONFIG_HEADERS = $CONFIG_HEADERS
12259 CONFIG_LINKS = $CONFIG_LINKS
12260 CONFIG_COMMANDS = $CONFIG_COMMANDS
12261 $ $0 $@
12262
12263on `(hostname || uname -n) 2>/dev/null | sed 1q`
12264"
12265
12266_ACEOF
12267
12268case $ac_config_files in *"
12269"*) set x $ac_config_files; shift; ac_config_files=$*;;
12270esac
12271
12272case $ac_config_headers in *"
12273"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
12274esac
12275
12276
12277cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12278# Files that config.status was made for.
12279config_files="$ac_config_files"
12280config_headers="$ac_config_headers"
12281config_commands="$ac_config_commands"
12282
12283_ACEOF
12284
12285cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12286ac_cs_usage="\
12287\`$as_me' instantiates files and other configuration actions
12288from templates according to the current configuration. Unless the files
12289and actions are specified as TAGs, all are instantiated by default.
12290
12291Usage: $0 [OPTION]... [TAG]...
12292
12293 -h, --help print this help, then exit
12294 -V, --version print version number and configuration settings, then exit
12295 --config print configuration, then exit
12296 -q, --quiet, --silent
12297 do not print progress messages
12298 -d, --debug don't remove temporary files
12299 --recheck update $as_me by reconfiguring in the same conditions
12300 --file=FILE[:TEMPLATE]
12301 instantiate the configuration file FILE
12302 --header=FILE[:TEMPLATE]
12303 instantiate the configuration header FILE
12304
12305Configuration files:
12306$config_files
12307
12308Configuration headers:
12309$config_headers
12310
12311Configuration commands:
12312$config_commands
12313
12314Report bugs to <courier-users@lists.sourceforge.net>."
12315
12316_ACEOF
12317cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12318ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
12319ac_cs_version="\\
12320numlib config.status 0.10
12321configured by $0, generated by GNU Autoconf 2.69,
12322 with options \\"\$ac_cs_config\\"
12323
12324Copyright (C) 2012 Free Software Foundation, Inc.
12325This config.status script is free software; the Free Software Foundation
12326gives unlimited permission to copy, distribute and modify it."
12327
12328ac_pwd='$ac_pwd'
12329srcdir='$srcdir'
12330INSTALL='$INSTALL'
12331MKDIR_P='$MKDIR_P'
12332AWK='$AWK'
12333test -n "\$AWK" || AWK=awk
12334_ACEOF
12335
12336cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12337# The default lists apply if the user does not specify any file.
12338ac_need_defaults=:
12339while test $# != 0
12340do
12341 case $1 in
12342 --*=?*)
12343 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12344 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
12345 ac_shift=:
12346 ;;
12347 --*=)
12348 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12349 ac_optarg=
12350 ac_shift=:
12351 ;;
12352 *)
12353 ac_option=$1
12354 ac_optarg=$2
12355 ac_shift=shift
12356 ;;
12357 esac
12358
12359 case $ac_option in
12360 # Handling of the options.
12361 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
12362 ac_cs_recheck=: ;;
12363 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
12364 $as_echo "$ac_cs_version"; exit ;;
12365 --config | --confi | --conf | --con | --co | --c )
12366 $as_echo "$ac_cs_config"; exit ;;
12367 --debug | --debu | --deb | --de | --d | -d )
12368 debug=: ;;
12369 --file | --fil | --fi | --f )
12370 $ac_shift
12371 case $ac_optarg in
12372 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12373 '') as_fn_error $? "missing file argument" ;;
12374 esac
12375 as_fn_append CONFIG_FILES " '$ac_optarg'"
12376 ac_need_defaults=false;;
12377 --header | --heade | --head | --hea )
12378 $ac_shift
12379 case $ac_optarg in
12380 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12381 esac
12382 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
12383 ac_need_defaults=false;;
12384 --he | --h)
12385 # Conflict between --help and --header
12386 as_fn_error $? "ambiguous option: \`$1'
12387Try \`$0 --help' for more information.";;
12388 --help | --hel | -h )
12389 $as_echo "$ac_cs_usage"; exit ;;
12390 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12391 | -silent | --silent | --silen | --sile | --sil | --si | --s)
12392 ac_cs_silent=: ;;
12393
12394 # This is an error.
12395 -*) as_fn_error $? "unrecognized option: \`$1'
12396Try \`$0 --help' for more information." ;;
12397
12398 *) as_fn_append ac_config_targets " $1"
12399 ac_need_defaults=false ;;
12400
12401 esac
12402 shift
12403done
12404
12405ac_configure_extra_args=
12406
12407if $ac_cs_silent; then
12408 exec 6>/dev/null
12409 ac_configure_extra_args="$ac_configure_extra_args --silent"
12410fi
12411
12412_ACEOF
12413cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12414if \$ac_cs_recheck; then
12415 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
12416 shift
12417 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
12418 CONFIG_SHELL='$SHELL'
12419 export CONFIG_SHELL
12420 exec "\$@"
12421fi
12422
12423_ACEOF
12424cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12425exec 5>>config.log
12426{
12427 echo
12428 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12429## Running $as_me. ##
12430_ASBOX
12431 $as_echo "$ac_log"
12432} >&5
12433
12434_ACEOF
12435cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12436#
12437# INIT-COMMANDS
12438#
12439AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
12440
12441
12442# The HP-UX ksh and POSIX shell print the target directory to stdout
12443# if CDPATH is set.
12444(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12445
12446sed_quote_subst='$sed_quote_subst'
12447double_quote_subst='$double_quote_subst'
12448delay_variable_subst='$delay_variable_subst'
12449macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
12450macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
12451enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
12452enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
12453pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
12454enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
12455SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
12456ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
12457PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
12458host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
12459host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
12460host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
12461build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
12462build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
12463build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
12464SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
12465Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
12466GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
12467EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
12468FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
12469LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
12470NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
12471LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
12472max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
12473ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
12474exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
12475lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
12476lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
12477lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
12478lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
12479lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
12480reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
12481reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
12482OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
12483deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
12484file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
12485file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
12486want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
12487DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
12488sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
12489AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
12490AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
12491archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
12492STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
12493RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
12494old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12495old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12496old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
12497lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
12498CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
12499CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
12500compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
12501GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
12502lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
12503lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
12504lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
12505lt_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"`'
12506nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
12507lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
12508objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
12509MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
12510lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
12511lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
12512lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
12513lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
12514lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
12515need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
12516MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
12517DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
12518NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
12519LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
12520OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
12521OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
12522libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
12523shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
12524extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12525archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
12526enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
12527export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
12528whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
12529compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
12530old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
12531old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12532archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
12533archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12534module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
12535module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12536with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
12537allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
12538no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
12539hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
12540hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
12541hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
12542hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
12543hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
12544hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
12545hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
12546inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
12547link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
12548always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
12549export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
12550exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
12551include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
12552prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
12553postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
12554file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
12555variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
12556need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
12557need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
12558version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
12559runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
12560shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
12561shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
12562libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
12563library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
12564soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
12565install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
12566postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12567postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12568finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
12569finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
12570hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
12571sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
12572sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
12573hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
12574enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
12575enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
12576enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
12577old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
12578striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
12579
12580LTCC='$LTCC'
12581LTCFLAGS='$LTCFLAGS'
12582compiler='$compiler_DEFAULT'
12583
12584# A function that is used when there is no print builtin or printf.
12585func_fallback_echo ()
12586{
12587 eval 'cat <<_LTECHO_EOF
12588\$1
12589_LTECHO_EOF'
12590}
12591
12592# Quote evaled strings.
12593for var in SHELL \
12594ECHO \
12595PATH_SEPARATOR \
12596SED \
12597GREP \
12598EGREP \
12599FGREP \
12600LD \
12601NM \
12602LN_S \
12603lt_SP2NL \
12604lt_NL2SP \
12605reload_flag \
12606OBJDUMP \
12607deplibs_check_method \
12608file_magic_cmd \
12609file_magic_glob \
12610want_nocaseglob \
12611DLLTOOL \
12612sharedlib_from_linklib_cmd \
12613AR \
12614AR_FLAGS \
12615archiver_list_spec \
12616STRIP \
12617RANLIB \
12618CC \
12619CFLAGS \
12620compiler \
12621lt_cv_sys_global_symbol_pipe \
12622lt_cv_sys_global_symbol_to_cdecl \
12623lt_cv_sys_global_symbol_to_c_name_address \
12624lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
12625nm_file_list_spec \
12626lt_prog_compiler_no_builtin_flag \
12627lt_prog_compiler_pic \
12628lt_prog_compiler_wl \
12629lt_prog_compiler_static \
12630lt_cv_prog_compiler_c_o \
12631need_locks \
12632MANIFEST_TOOL \
12633DSYMUTIL \
12634NMEDIT \
12635LIPO \
12636OTOOL \
12637OTOOL64 \
12638shrext_cmds \
12639export_dynamic_flag_spec \
12640whole_archive_flag_spec \
12641compiler_needs_object \
12642with_gnu_ld \
12643allow_undefined_flag \
12644no_undefined_flag \
12645hardcode_libdir_flag_spec \
12646hardcode_libdir_separator \
12647exclude_expsyms \
12648include_expsyms \
12649file_list_spec \
12650variables_saved_for_relink \
12651libname_spec \
12652library_names_spec \
12653soname_spec \
12654install_override_mode \
12655finish_eval \
12656old_striplib \
12657striplib; do
12658 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12659 *[\\\\\\\`\\"\\\$]*)
12660 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
12661 ;;
12662 *)
12663 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12664 ;;
12665 esac
12666done
12667
12668# Double-quote double-evaled strings.
12669for var in reload_cmds \
12670old_postinstall_cmds \
12671old_postuninstall_cmds \
12672old_archive_cmds \
12673extract_expsyms_cmds \
12674old_archive_from_new_cmds \
12675old_archive_from_expsyms_cmds \
12676archive_cmds \
12677archive_expsym_cmds \
12678module_cmds \
12679module_expsym_cmds \
12680export_symbols_cmds \
12681prelink_cmds \
12682postlink_cmds \
12683postinstall_cmds \
12684postuninstall_cmds \
12685finish_cmds \
12686sys_lib_search_path_spec \
12687sys_lib_dlsearch_path_spec; do
12688 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12689 *[\\\\\\\`\\"\\\$]*)
12690 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
12691 ;;
12692 *)
12693 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12694 ;;
12695 esac
12696done
12697
12698ac_aux_dir='$ac_aux_dir'
12699xsi_shell='$xsi_shell'
12700lt_shell_append='$lt_shell_append'
12701
12702# See if we are running on zsh, and set the options which allow our
12703# commands through without removal of \ escapes INIT.
12704if test -n "\${ZSH_VERSION+set}" ; then
12705 setopt NO_GLOB_SUBST
12706fi
12707
12708
12709 PACKAGE='$PACKAGE'
12710 VERSION='$VERSION'
12711 TIMESTAMP='$TIMESTAMP'
12712 RM='$RM'
12713 ofile='$ofile'
12714
12715
12716
12717
12718_ACEOF
12719
12720cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12721
12722# Handling of arguments.
12723for ac_config_target in $ac_config_targets
12724do
12725 case $ac_config_target in
12726 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
12727 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
12728 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
12729 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
12730
12731 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
12732 esac
12733done
12734
12735
12736# If the user did not use the arguments to specify the items to instantiate,
12737# then the envvar interface is used. Set only those that are not.
12738# We use the long form for the default assignment because of an extremely
12739# bizarre bug on SunOS 4.1.3.
12740if $ac_need_defaults; then
12741 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
12742 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
12743 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
12744fi
12745
12746# Have a temporary directory for convenience. Make it in the build tree
12747# simply because there is no reason against having it here, and in addition,
12748# creating and moving files from /tmp can sometimes cause problems.
12749# Hook for its removal unless debugging.
12750# Note that there is a small window in which the directory will not be cleaned:
12751# after its creation but before its name has been assigned to `$tmp'.
12752$debug ||
12753{
12754 tmp= ac_tmp=
12755 trap 'exit_status=$?
12756 : "${ac_tmp:=$tmp}"
12757 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
12758' 0
12759 trap 'as_fn_exit 1' 1 2 13 15
12760}
12761# Create a (secure) tmp directory for tmp files.
12762
12763{
12764 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
12765 test -d "$tmp"
12766} ||
12767{
12768 tmp=./conf$$-$RANDOM
12769 (umask 077 && mkdir "$tmp")
12770} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
12771ac_tmp=$tmp
12772
12773# Set up the scripts for CONFIG_FILES section.
12774# No need to generate them if there are no CONFIG_FILES.
12775# This happens for instance with `./config.status config.h'.
12776if test -n "$CONFIG_FILES"; then
12777
12778
12779ac_cr=`echo X | tr X '\015'`
12780# On cygwin, bash can eat \r inside `` if the user requested igncr.
12781# But we know of no other shell where ac_cr would be empty at this
12782# point, so we can use a bashism as a fallback.
12783if test "x$ac_cr" = x; then
12784 eval ac_cr=\$\'\\r\'
12785fi
12786ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
12787if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
12788 ac_cs_awk_cr='\\r'
12789else
12790 ac_cs_awk_cr=$ac_cr
12791fi
12792
12793echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
12794_ACEOF
12795
12796
12797{
12798 echo "cat >conf$$subs.awk <<_ACEOF" &&
12799 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
12800 echo "_ACEOF"
12801} >conf$$subs.sh ||
12802 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12803ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
12804ac_delim='%!_!# '
12805for ac_last_try in false false false false false :; do
12806 . ./conf$$subs.sh ||
12807 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12808
12809 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
12810 if test $ac_delim_n = $ac_delim_num; then
12811 break
12812 elif $ac_last_try; then
12813 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12814 else
12815 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
12816 fi
12817done
12818rm -f conf$$subs.sh
12819
12820cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12821cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
12822_ACEOF
12823sed -n '
12824h
12825s/^/S["/; s/!.*/"]=/
12826p
12827g
12828s/^[^!]*!//
12829:repl
12830t repl
12831s/'"$ac_delim"'$//
12832t delim
12833:nl
12834h
12835s/\(.\{148\}\)..*/\1/
12836t more1
12837s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
12838p
12839n
12840b repl
12841:more1
12842s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12843p
12844g
12845s/.\{148\}//
12846t nl
12847:delim
12848h
12849s/\(.\{148\}\)..*/\1/
12850t more2
12851s/["\\]/\\&/g; s/^/"/; s/$/"/
12852p
12853b
12854:more2
12855s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12856p
12857g
12858s/.\{148\}//
12859t delim
12860' <conf$$subs.awk | sed '
12861/^[^""]/{
12862 N
12863 s/\n//
12864}
12865' >>$CONFIG_STATUS || ac_write_fail=1
12866rm -f conf$$subs.awk
12867cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12868_ACAWK
12869cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
12870 for (key in S) S_is_set[key] = 1
12871 FS = "\a"
12872
12873}
12874{
12875 line = $ 0
12876 nfields = split(line, field, "@")
12877 substed = 0
12878 len = length(field[1])
12879 for (i = 2; i < nfields; i++) {
12880 key = field[i]
12881 keylen = length(key)
12882 if (S_is_set[key]) {
12883 value = S[key]
12884 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
12885 len += length(value) + length(field[++i])
12886 substed = 1
12887 } else
12888 len += 1 + keylen
12889 }
12890
12891 print line
12892}
12893
12894_ACAWK
12895_ACEOF
12896cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12897if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
12898 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
12899else
12900 cat
12901fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
12902 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
12903_ACEOF
12904
12905# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
12906# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
12907# trailing colons and then remove the whole line if VPATH becomes empty
12908# (actually we leave an empty line to preserve line numbers).
12909if test "x$srcdir" = x.; then
12910 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
12911h
12912s///
12913s/^/:/
12914s/[ ]*$/:/
12915s/:\$(srcdir):/:/g
12916s/:\${srcdir}:/:/g
12917s/:@srcdir@:/:/g
12918s/^:*//
12919s/:*$//
12920x
12921s/\(=[ ]*\).*/\1/
12922G
12923s/\n//
12924s/^[^=]*=[ ]*$//
12925}'
12926fi
12927
12928cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12929fi # test -n "$CONFIG_FILES"
12930
12931# Set up the scripts for CONFIG_HEADERS section.
12932# No need to generate them if there are no CONFIG_HEADERS.
12933# This happens for instance with `./config.status Makefile'.
12934if test -n "$CONFIG_HEADERS"; then
12935cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
12936BEGIN {
12937_ACEOF
12938
12939# Transform confdefs.h into an awk script `defines.awk', embedded as
12940# here-document in config.status, that substitutes the proper values into
12941# config.h.in to produce config.h.
12942
12943# Create a delimiter string that does not exist in confdefs.h, to ease
12944# handling of long lines.
12945ac_delim='%!_!# '
12946for ac_last_try in false false :; do
12947 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
12948 if test -z "$ac_tt"; then
12949 break
12950 elif $ac_last_try; then
12951 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
12952 else
12953 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
12954 fi
12955done
12956
12957# For the awk script, D is an array of macro values keyed by name,
12958# likewise P contains macro parameters if any. Preserve backslash
12959# newline sequences.
12960
12961ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
12962sed -n '
12963s/.\{148\}/&'"$ac_delim"'/g
12964t rset
12965:rset
12966s/^[ ]*#[ ]*define[ ][ ]*/ /
12967t def
12968d
12969:def
12970s/\\$//
12971t bsnl
12972s/["\\]/\\&/g
12973s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
12974D["\1"]=" \3"/p
12975s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
12976d
12977:bsnl
12978s/["\\]/\\&/g
12979s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
12980D["\1"]=" \3\\\\\\n"\\/p
12981t cont
12982s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
12983t cont
12984d
12985:cont
12986n
12987s/.\{148\}/&'"$ac_delim"'/g
12988t clear
12989:clear
12990s/\\$//
12991t bsnlc
12992s/["\\]/\\&/g; s/^/"/; s/$/"/p
12993d
12994:bsnlc
12995s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
12996b cont
12997' <confdefs.h | sed '
12998s/'"$ac_delim"'/"\\\
12999"/g' >>$CONFIG_STATUS || ac_write_fail=1
13000
13001cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13002 for (key in D) D_is_set[key] = 1
13003 FS = "\a"
13004}
13005/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
13006 line = \$ 0
13007 split(line, arg, " ")
13008 if (arg[1] == "#") {
13009 defundef = arg[2]
13010 mac1 = arg[3]
13011 } else {
13012 defundef = substr(arg[1], 2)
13013 mac1 = arg[2]
13014 }
13015 split(mac1, mac2, "(") #)
13016 macro = mac2[1]
13017 prefix = substr(line, 1, index(line, defundef) - 1)
13018 if (D_is_set[macro]) {
13019 # Preserve the white space surrounding the "#".
13020 print prefix "define", macro P[macro] D[macro]
13021 next
13022 } else {
13023 # Replace #undef with comments. This is necessary, for example,
13024 # in the case of _POSIX_SOURCE, which is predefined and required
13025 # on some systems where configure will not decide to define it.
13026 if (defundef == "undef") {
13027 print "/*", prefix defundef, macro, "*/"
13028 next
13029 }
13030 }
13031}
13032{ print }
13033_ACAWK
13034_ACEOF
13035cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13036 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
13037fi # test -n "$CONFIG_HEADERS"
13038
13039
13040eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
13041shift
13042for ac_tag
13043do
13044 case $ac_tag in
13045 :[FHLC]) ac_mode=$ac_tag; continue;;
13046 esac
13047 case $ac_mode$ac_tag in
13048 :[FHL]*:*);;
13049 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
13050 :[FH]-) ac_tag=-:-;;
13051 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
13052 esac
13053 ac_save_IFS=$IFS
13054 IFS=:
13055 set x $ac_tag
13056 IFS=$ac_save_IFS
13057 shift
13058 ac_file=$1
13059 shift
13060
13061 case $ac_mode in
13062 :L) ac_source=$1;;
13063 :[FH])
13064 ac_file_inputs=
13065 for ac_f
13066 do
13067 case $ac_f in
13068 -) ac_f="$ac_tmp/stdin";;
13069 *) # Look for the file first in the build tree, then in the source tree
13070 # (if the path is not absolute). The absolute path cannot be DOS-style,
13071 # because $ac_f cannot contain `:'.
13072 test -f "$ac_f" ||
13073 case $ac_f in
13074 [\\/$]*) false;;
13075 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
13076 esac ||
13077 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
13078 esac
13079 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
13080 as_fn_append ac_file_inputs " '$ac_f'"
13081 done
13082
13083 # Let's still pretend it is `configure' which instantiates (i.e., don't
13084 # use $as_me), people would be surprised to read:
13085 # /* config.h. Generated by config.status. */
13086 configure_input='Generated from '`
13087 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
13088 `' by configure.'
13089 if test x"$ac_file" != x-; then
13090 configure_input="$ac_file. $configure_input"
13091 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
13092$as_echo "$as_me: creating $ac_file" >&6;}
13093 fi
13094 # Neutralize special characters interpreted by sed in replacement strings.
13095 case $configure_input in #(
13096 *\&* | *\|* | *\\* )
13097 ac_sed_conf_input=`$as_echo "$configure_input" |
13098 sed 's/[\\\\&|]/\\\\&/g'`;; #(
13099 *) ac_sed_conf_input=$configure_input;;
13100 esac
13101
13102 case $ac_tag in
13103 *:-:* | *:-) cat >"$ac_tmp/stdin" \
13104 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
13105 esac
13106 ;;
13107 esac
13108
13109 ac_dir=`$as_dirname -- "$ac_file" ||
13110$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13111 X"$ac_file" : 'X\(//\)[^/]' \| \
13112 X"$ac_file" : 'X\(//\)$' \| \
13113 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
13114$as_echo X"$ac_file" |
13115 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13116 s//\1/
13117 q
13118 }
13119 /^X\(\/\/\)[^/].*/{
13120 s//\1/
13121 q
13122 }
13123 /^X\(\/\/\)$/{
13124 s//\1/
13125 q
13126 }
13127 /^X\(\/\).*/{
13128 s//\1/
13129 q
13130 }
13131 s/.*/./; q'`
13132 as_dir="$ac_dir"; as_fn_mkdir_p
13133 ac_builddir=.
13134
13135case "$ac_dir" in
13136.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
13137*)
13138 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
13139 # A ".." for each directory in $ac_dir_suffix.
13140 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
13141 case $ac_top_builddir_sub in
13142 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
13143 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
13144 esac ;;
13145esac
13146ac_abs_top_builddir=$ac_pwd
13147ac_abs_builddir=$ac_pwd$ac_dir_suffix
13148# for backward compatibility:
13149ac_top_builddir=$ac_top_build_prefix
13150
13151case $srcdir in
13152 .) # We are building in place.
13153 ac_srcdir=.
13154 ac_top_srcdir=$ac_top_builddir_sub
13155 ac_abs_top_srcdir=$ac_pwd ;;
13156 [\\/]* | ?:[\\/]* ) # Absolute name.
13157 ac_srcdir=$srcdir$ac_dir_suffix;
13158 ac_top_srcdir=$srcdir
13159 ac_abs_top_srcdir=$srcdir ;;
13160 *) # Relative name.
13161 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
13162 ac_top_srcdir=$ac_top_build_prefix$srcdir
13163 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
13164esac
13165ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
13166
13167
13168 case $ac_mode in
13169 :F)
13170 #
13171 # CONFIG_FILE
13172 #
13173
13174 case $INSTALL in
13175 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
13176 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
13177 esac
13178 ac_MKDIR_P=$MKDIR_P
13179 case $MKDIR_P in
13180 [\\/$]* | ?:[\\/]* ) ;;
13181 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
13182 esac
13183_ACEOF
13184
13185cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13186# If the template does not know about datarootdir, expand it.
13187# FIXME: This hack should be removed a few years after 2.60.
13188ac_datarootdir_hack=; ac_datarootdir_seen=
13189ac_sed_dataroot='
13190/datarootdir/ {
13191 p
13192 q
13193}
13194/@datadir@/p
13195/@docdir@/p
13196/@infodir@/p
13197/@localedir@/p
13198/@mandir@/p'
13199case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
13200*datarootdir*) ac_datarootdir_seen=yes;;
13201*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
13202 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
13203$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
13204_ACEOF
13205cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13206 ac_datarootdir_hack='
13207 s&@datadir@&$datadir&g
13208 s&@docdir@&$docdir&g
13209 s&@infodir@&$infodir&g
13210 s&@localedir@&$localedir&g
13211 s&@mandir@&$mandir&g
13212 s&\\\${datarootdir}&$datarootdir&g' ;;
13213esac
13214_ACEOF
13215
13216# Neutralize VPATH when `$srcdir' = `.'.
13217# Shell code in configure.ac might set extrasub.
13218# FIXME: do we really want to maintain this feature?
13219cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13220ac_sed_extra="$ac_vpsub
13221$extrasub
13222_ACEOF
13223cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13224:t
13225/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
13226s|@configure_input@|$ac_sed_conf_input|;t t
13227s&@top_builddir@&$ac_top_builddir_sub&;t t
13228s&@top_build_prefix@&$ac_top_build_prefix&;t t
13229s&@srcdir@&$ac_srcdir&;t t
13230s&@abs_srcdir@&$ac_abs_srcdir&;t t
13231s&@top_srcdir@&$ac_top_srcdir&;t t
13232s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
13233s&@builddir@&$ac_builddir&;t t
13234s&@abs_builddir@&$ac_abs_builddir&;t t
13235s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
13236s&@INSTALL@&$ac_INSTALL&;t t
13237s&@MKDIR_P@&$ac_MKDIR_P&;t t
13238$ac_datarootdir_hack
13239"
13240eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
13241 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13242
13243test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
13244 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
13245 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
13246 "$ac_tmp/out"`; test -z "$ac_out"; } &&
13247 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
13248which seems to be undefined. Please make sure it is defined" >&5
13249$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
13250which seems to be undefined. Please make sure it is defined" >&2;}
13251
13252 rm -f "$ac_tmp/stdin"
13253 case $ac_file in
13254 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
13255 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
13256 esac \
13257 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13258 ;;
13259 :H)
13260 #
13261 # CONFIG_HEADER
13262 #
13263 if test x"$ac_file" != x-; then
13264 {
13265 $as_echo "/* $configure_input */" \
13266 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
13267 } >"$ac_tmp/config.h" \
13268 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13269 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
13270 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
13271$as_echo "$as_me: $ac_file is unchanged" >&6;}
13272 else
13273 rm -f "$ac_file"
13274 mv "$ac_tmp/config.h" "$ac_file" \
13275 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13276 fi
13277 else
13278 $as_echo "/* $configure_input */" \
13279 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
13280 || as_fn_error $? "could not create -" "$LINENO" 5
13281 fi
13282# Compute "$ac_file"'s index in $config_headers.
13283_am_arg="$ac_file"
13284_am_stamp_count=1
13285for _am_header in $config_headers :; do
13286 case $_am_header in
13287 $_am_arg | $_am_arg:* )
13288 break ;;
13289 * )
13290 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
13291 esac
13292done
13293echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
13294$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13295 X"$_am_arg" : 'X\(//\)[^/]' \| \
13296 X"$_am_arg" : 'X\(//\)$' \| \
13297 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
13298$as_echo X"$_am_arg" |
13299 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13300 s//\1/
13301 q
13302 }
13303 /^X\(\/\/\)[^/].*/{
13304 s//\1/
13305 q
13306 }
13307 /^X\(\/\/\)$/{
13308 s//\1/
13309 q
13310 }
13311 /^X\(\/\).*/{
13312 s//\1/
13313 q
13314 }
13315 s/.*/./; q'`/stamp-h$_am_stamp_count
13316 ;;
13317
13318 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
13319$as_echo "$as_me: executing $ac_file commands" >&6;}
13320 ;;
13321 esac
13322
13323
13324 case $ac_file$ac_mode in
13325 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
13326 # Older Autoconf quotes --file arguments for eval, but not when files
13327 # are listed without --file. Let's play safe and only enable the eval
13328 # if we detect the quoting.
13329 case $CONFIG_FILES in
13330 *\'*) eval set x "$CONFIG_FILES" ;;
13331 *) set x $CONFIG_FILES ;;
13332 esac
13333 shift
13334 for mf
13335 do
13336 # Strip MF so we end up with the name of the file.
13337 mf=`echo "$mf" | sed -e 's/:.*$//'`
13338 # Check whether this is an Automake generated Makefile or not.
13339 # We used to match only the files named 'Makefile.in', but
13340 # some people rename them; so instead we look at the file content.
13341 # Grep'ing the first line is not enough: some people post-process
13342 # each Makefile.in and add a new line on top of each file to say so.
13343 # Grep'ing the whole file is not good either: AIX grep has a line
13344 # limit of 2048, but all sed's we know have understand at least 4000.
13345 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
13346 dirpart=`$as_dirname -- "$mf" ||
13347$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13348 X"$mf" : 'X\(//\)[^/]' \| \
13349 X"$mf" : 'X\(//\)$' \| \
13350 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
13351$as_echo X"$mf" |
13352 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13353 s//\1/
13354 q
13355 }
13356 /^X\(\/\/\)[^/].*/{
13357 s//\1/
13358 q
13359 }
13360 /^X\(\/\/\)$/{
13361 s//\1/
13362 q
13363 }
13364 /^X\(\/\).*/{
13365 s//\1/
13366 q
13367 }
13368 s/.*/./; q'`
13369 else
13370 continue
13371 fi
13372 # Extract the definition of DEPDIR, am__include, and am__quote
13373 # from the Makefile without running 'make'.
13374 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
13375 test -z "$DEPDIR" && continue
13376 am__include=`sed -n 's/^am__include = //p' < "$mf"`
13377 test -z "$am__include" && continue
13378 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
13379 # Find all dependency output files, they are included files with
13380 # $(DEPDIR) in their names. We invoke sed twice because it is the
13381 # simplest approach to changing $(DEPDIR) to its actual value in the
13382 # expansion.
13383 for file in `sed -n "
13384 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
13385 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
13386 # Make sure the directory exists.
13387 test -f "$dirpart/$file" && continue
13388 fdir=`$as_dirname -- "$file" ||
13389$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13390 X"$file" : 'X\(//\)[^/]' \| \
13391 X"$file" : 'X\(//\)$' \| \
13392 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
13393$as_echo X"$file" |
13394 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13395 s//\1/
13396 q
13397 }
13398 /^X\(\/\/\)[^/].*/{
13399 s//\1/
13400 q
13401 }
13402 /^X\(\/\/\)$/{
13403 s//\1/
13404 q
13405 }
13406 /^X\(\/\).*/{
13407 s//\1/
13408 q
13409 }
13410 s/.*/./; q'`
13411 as_dir=$dirpart/$fdir; as_fn_mkdir_p
13412 # echo "creating $dirpart/$file"
13413 echo '# dummy' > "$dirpart/$file"
13414 done
13415 done
13416}
13417 ;;
13418 "libtool":C)
13419
13420 # See if we are running on zsh, and set the options which allow our
13421 # commands through without removal of \ escapes.
13422 if test -n "${ZSH_VERSION+set}" ; then
13423 setopt NO_GLOB_SUBST
13424 fi
13425
13426 cfgfile="${ofile}T"
13427 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
13428 $RM "$cfgfile"
13429
13430 cat <<_LT_EOF >> "$cfgfile"
13431#! $SHELL
13432
13433# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
13434# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
13435# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
13436# NOTE: Changes made to this file will be lost: look at ltmain.sh.
13437#
13438# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
13439# 2006, 2007, 2008, 2009, 2010, 2011 Free Software
13440# Foundation, Inc.
13441# Written by Gordon Matzigkeit, 1996
13442#
13443# This file is part of GNU Libtool.
13444#
13445# GNU Libtool is free software; you can redistribute it and/or
13446# modify it under the terms of the GNU General Public License as
13447# published by the Free Software Foundation; either version 2 of
13448# the License, or (at your option) any later version.
13449#
13450# As a special exception to the GNU General Public License,
13451# if you distribute this file as part of a program or library that
13452# is built using GNU Libtool, you may include this file under the
13453# same distribution terms that you use for the rest of that program.
13454#
13455# GNU Libtool is distributed in the hope that it will be useful,
13456# but WITHOUT ANY WARRANTY; without even the implied warranty of
13457# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13458# GNU General Public License for more details.
13459#
13460# You should have received a copy of the GNU General Public License
13461# along with GNU Libtool; see the file COPYING. If not, a copy
13462# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
13463# obtained by writing to the Free Software Foundation, Inc.,
13464# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
13465
13466
13467# The names of the tagged configurations supported by this script.
13468available_tags=""
13469
13470# ### BEGIN LIBTOOL CONFIG
13471
13472# Which release of libtool.m4 was used?
13473macro_version=$macro_version
13474macro_revision=$macro_revision
13475
13476# Whether or not to build shared libraries.
13477build_libtool_libs=$enable_shared
13478
13479# Whether or not to build static libraries.
13480build_old_libs=$enable_static
13481
13482# What type of objects to build.
13483pic_mode=$pic_mode
13484
13485# Whether or not to optimize for fast installation.
13486fast_install=$enable_fast_install
13487
13488# Shell to use when invoking shell scripts.
13489SHELL=$lt_SHELL
13490
13491# An echo program that protects backslashes.
13492ECHO=$lt_ECHO
13493
13494# The PATH separator for the build system.
13495PATH_SEPARATOR=$lt_PATH_SEPARATOR
13496
13497# The host system.
13498host_alias=$host_alias
13499host=$host
13500host_os=$host_os
13501
13502# The build system.
13503build_alias=$build_alias
13504build=$build
13505build_os=$build_os
13506
13507# A sed program that does not truncate output.
13508SED=$lt_SED
13509
13510# Sed that helps us avoid accidentally triggering echo(1) options like -n.
13511Xsed="\$SED -e 1s/^X//"
13512
13513# A grep program that handles long lines.
13514GREP=$lt_GREP
13515
13516# An ERE matcher.
13517EGREP=$lt_EGREP
13518
13519# A literal string matcher.
13520FGREP=$lt_FGREP
13521
13522# A BSD- or MS-compatible name lister.
13523NM=$lt_NM
13524
13525# Whether we need soft or hard links.
13526LN_S=$lt_LN_S
13527
13528# What is the maximum length of a command?
13529max_cmd_len=$max_cmd_len
13530
13531# Object file suffix (normally "o").
13532objext=$ac_objext
13533
13534# Executable file suffix (normally "").
13535exeext=$exeext
13536
13537# whether the shell understands "unset".
13538lt_unset=$lt_unset
13539
13540# turn spaces into newlines.
13541SP2NL=$lt_lt_SP2NL
13542
13543# turn newlines into spaces.
13544NL2SP=$lt_lt_NL2SP
13545
13546# convert \$build file names to \$host format.
13547to_host_file_cmd=$lt_cv_to_host_file_cmd
13548
13549# convert \$build files to toolchain format.
13550to_tool_file_cmd=$lt_cv_to_tool_file_cmd
13551
13552# An object symbol dumper.
13553OBJDUMP=$lt_OBJDUMP
13554
13555# Method to check whether dependent libraries are shared objects.
13556deplibs_check_method=$lt_deplibs_check_method
13557
13558# Command to use when deplibs_check_method = "file_magic".
13559file_magic_cmd=$lt_file_magic_cmd
13560
13561# How to find potential files when deplibs_check_method = "file_magic".
13562file_magic_glob=$lt_file_magic_glob
13563
13564# Find potential files using nocaseglob when deplibs_check_method = "file_magic".
13565want_nocaseglob=$lt_want_nocaseglob
13566
13567# DLL creation program.
13568DLLTOOL=$lt_DLLTOOL
13569
13570# Command to associate shared and link libraries.
13571sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd
13572
13573# The archiver.
13574AR=$lt_AR
13575
13576# Flags to create an archive.
13577AR_FLAGS=$lt_AR_FLAGS
13578
13579# How to feed a file listing to the archiver.
13580archiver_list_spec=$lt_archiver_list_spec
13581
13582# A symbol stripping program.
13583STRIP=$lt_STRIP
13584
13585# Commands used to install an old-style archive.
13586RANLIB=$lt_RANLIB
13587old_postinstall_cmds=$lt_old_postinstall_cmds
13588old_postuninstall_cmds=$lt_old_postuninstall_cmds
13589
13590# Whether to use a lock for old archive extraction.
13591lock_old_archive_extraction=$lock_old_archive_extraction
13592
13593# A C compiler.
13594LTCC=$lt_CC
13595
13596# LTCC compiler flags.
13597LTCFLAGS=$lt_CFLAGS
13598
13599# Take the output of nm and produce a listing of raw symbols and C names.
13600global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
13601
13602# Transform the output of nm in a proper C declaration.
13603global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
13604
13605# Transform the output of nm in a C name address pair.
13606global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
13607
13608# Transform the output of nm in a C name address pair when lib prefix is needed.
13609global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
13610
13611# Specify filename containing input files for \$NM.
13612nm_file_list_spec=$lt_nm_file_list_spec
13613
13614# The root where to search for dependent libraries,and in which our libraries should be installed.
13615lt_sysroot=$lt_sysroot
13616
13617# The name of the directory that contains temporary libtool files.
13618objdir=$objdir
13619
13620# Used to examine libraries when file_magic_cmd begins with "file".
13621MAGIC_CMD=$MAGIC_CMD
13622
13623# Must we lock files when doing compilation?
13624need_locks=$lt_need_locks
13625
13626# Manifest tool.
13627MANIFEST_TOOL=$lt_MANIFEST_TOOL
13628
13629# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
13630DSYMUTIL=$lt_DSYMUTIL
13631
13632# Tool to change global to local symbols on Mac OS X.
13633NMEDIT=$lt_NMEDIT
13634
13635# Tool to manipulate fat objects and archives on Mac OS X.
13636LIPO=$lt_LIPO
13637
13638# ldd/readelf like tool for Mach-O binaries on Mac OS X.
13639OTOOL=$lt_OTOOL
13640
13641# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
13642OTOOL64=$lt_OTOOL64
13643
13644# Old archive suffix (normally "a").
13645libext=$libext
13646
13647# Shared library suffix (normally ".so").
13648shrext_cmds=$lt_shrext_cmds
13649
13650# The commands to extract the exported symbol list from a shared archive.
13651extract_expsyms_cmds=$lt_extract_expsyms_cmds
13652
13653# Variables whose values should be saved in libtool wrapper scripts and
13654# restored at link time.
13655variables_saved_for_relink=$lt_variables_saved_for_relink
13656
13657# Do we need the "lib" prefix for modules?
13658need_lib_prefix=$need_lib_prefix
13659
13660# Do we need a version for libraries?
13661need_version=$need_version
13662
13663# Library versioning type.
13664version_type=$version_type
13665
13666# Shared library runtime path variable.
13667runpath_var=$runpath_var
13668
13669# Shared library path variable.
13670shlibpath_var=$shlibpath_var
13671
13672# Is shlibpath searched before the hard-coded library search path?
13673shlibpath_overrides_runpath=$shlibpath_overrides_runpath
13674
13675# Format of library name prefix.
13676libname_spec=$lt_libname_spec
13677
13678# List of archive names. First name is the real one, the rest are links.
13679# The last name is the one that the linker finds with -lNAME
13680library_names_spec=$lt_library_names_spec
13681
13682# The coded name of the library, if different from the real name.
13683soname_spec=$lt_soname_spec
13684
13685# Permission mode override for installation of shared libraries.
13686install_override_mode=$lt_install_override_mode
13687
13688# Command to use after installation of a shared archive.
13689postinstall_cmds=$lt_postinstall_cmds
13690
13691# Command to use after uninstallation of a shared archive.
13692postuninstall_cmds=$lt_postuninstall_cmds
13693
13694# Commands used to finish a libtool library installation in a directory.
13695finish_cmds=$lt_finish_cmds
13696
13697# As "finish_cmds", except a single script fragment to be evaled but
13698# not shown.
13699finish_eval=$lt_finish_eval
13700
13701# Whether we should hardcode library paths into libraries.
13702hardcode_into_libs=$hardcode_into_libs
13703
13704# Compile-time system search path for libraries.
13705sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
13706
13707# Run-time system search path for libraries.
13708sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
13709
13710# Whether dlopen is supported.
13711dlopen_support=$enable_dlopen
13712
13713# Whether dlopen of programs is supported.
13714dlopen_self=$enable_dlopen_self
13715
13716# Whether dlopen of statically linked programs is supported.
13717dlopen_self_static=$enable_dlopen_self_static
13718
13719# Commands to strip libraries.
13720old_striplib=$lt_old_striplib
13721striplib=$lt_striplib
13722
13723
13724# The linker used to build libraries.
13725LD=$lt_LD
13726
13727# How to create reloadable object files.
13728reload_flag=$lt_reload_flag
13729reload_cmds=$lt_reload_cmds
13730
13731# Commands used to build an old-style archive.
13732old_archive_cmds=$lt_old_archive_cmds
13733
13734# A language specific compiler.
13735CC=$lt_compiler
13736
13737# Is the compiler the GNU compiler?
13738with_gcc=$GCC
13739
13740# Compiler flag to turn off builtin functions.
13741no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
13742
13743# Additional compiler flags for building library objects.
13744pic_flag=$lt_lt_prog_compiler_pic
13745
13746# How to pass a linker flag through the compiler.
13747wl=$lt_lt_prog_compiler_wl
13748
13749# Compiler flag to prevent dynamic linking.
13750link_static_flag=$lt_lt_prog_compiler_static
13751
13752# Does compiler simultaneously support -c and -o options?
13753compiler_c_o=$lt_lt_cv_prog_compiler_c_o
13754
13755# Whether or not to add -lc for building shared libraries.
13756build_libtool_need_lc=$archive_cmds_need_lc
13757
13758# Whether or not to disallow shared libs when runtime libs are static.
13759allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
13760
13761# Compiler flag to allow reflexive dlopens.
13762export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
13763
13764# Compiler flag to generate shared objects directly from archives.
13765whole_archive_flag_spec=$lt_whole_archive_flag_spec
13766
13767# Whether the compiler copes with passing no objects directly.
13768compiler_needs_object=$lt_compiler_needs_object
13769
13770# Create an old-style archive from a shared archive.
13771old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
13772
13773# Create a temporary old-style archive to link instead of a shared archive.
13774old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
13775
13776# Commands used to build a shared archive.
13777archive_cmds=$lt_archive_cmds
13778archive_expsym_cmds=$lt_archive_expsym_cmds
13779
13780# Commands used to build a loadable module if different from building
13781# a shared archive.
13782module_cmds=$lt_module_cmds
13783module_expsym_cmds=$lt_module_expsym_cmds
13784
13785# Whether we are building with GNU ld or not.
13786with_gnu_ld=$lt_with_gnu_ld
13787
13788# Flag that allows shared libraries with undefined symbols to be built.
13789allow_undefined_flag=$lt_allow_undefined_flag
13790
13791# Flag that enforces no undefined symbols.
13792no_undefined_flag=$lt_no_undefined_flag
13793
13794# Flag to hardcode \$libdir into a binary during linking.
13795# This must work even if \$libdir does not exist
13796hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
13797
13798# Whether we need a single "-rpath" flag with a separated argument.
13799hardcode_libdir_separator=$lt_hardcode_libdir_separator
13800
13801# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13802# DIR into the resulting binary.
13803hardcode_direct=$hardcode_direct
13804
13805# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13806# DIR into the resulting binary and the resulting library dependency is
13807# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
13808# library is relocated.
13809hardcode_direct_absolute=$hardcode_direct_absolute
13810
13811# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
13812# into the resulting binary.
13813hardcode_minus_L=$hardcode_minus_L
13814
13815# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
13816# into the resulting binary.
13817hardcode_shlibpath_var=$hardcode_shlibpath_var
13818
13819# Set to "yes" if building a shared library automatically hardcodes DIR
13820# into the library and all subsequent libraries and executables linked
13821# against it.
13822hardcode_automatic=$hardcode_automatic
13823
13824# Set to yes if linker adds runtime paths of dependent libraries
13825# to runtime path list.
13826inherit_rpath=$inherit_rpath
13827
13828# Whether libtool must link a program against all its dependency libraries.
13829link_all_deplibs=$link_all_deplibs
13830
13831# Set to "yes" if exported symbols are required.
13832always_export_symbols=$always_export_symbols
13833
13834# The commands to list exported symbols.
13835export_symbols_cmds=$lt_export_symbols_cmds
13836
13837# Symbols that should not be listed in the preloaded symbols.
13838exclude_expsyms=$lt_exclude_expsyms
13839
13840# Symbols that must always be exported.
13841include_expsyms=$lt_include_expsyms
13842
13843# Commands necessary for linking programs (against libraries) with templates.
13844prelink_cmds=$lt_prelink_cmds
13845
13846# Commands necessary for finishing linking programs.
13847postlink_cmds=$lt_postlink_cmds
13848
13849# Specify filename containing input files.
13850file_list_spec=$lt_file_list_spec
13851
13852# How to hardcode a shared library path into an executable.
13853hardcode_action=$hardcode_action
13854
13855# ### END LIBTOOL CONFIG
13856
13857_LT_EOF
13858
13859 case $host_os in
13860 aix3*)
13861 cat <<\_LT_EOF >> "$cfgfile"
13862# AIX sometimes has problems with the GCC collect2 program. For some
13863# reason, if we set the COLLECT_NAMES environment variable, the problems
13864# vanish in a puff of smoke.
13865if test "X${COLLECT_NAMES+set}" != Xset; then
13866 COLLECT_NAMES=
13867 export COLLECT_NAMES
13868fi
13869_LT_EOF
13870 ;;
13871 esac
13872
13873
13874ltmain="$ac_aux_dir/ltmain.sh"
13875
13876
13877 # We use sed instead of cat because bash on DJGPP gets confused if
13878 # if finds mixed CR/LF and LF-only lines. Since sed operates in
13879 # text mode, it properly converts lines to CR/LF. This bash problem
13880 # is reportedly fixed, but why not run on old versions too?
13881 sed '$q' "$ltmain" >> "$cfgfile" \
13882 || (rm -f "$cfgfile"; exit 1)
13883
13884 if test x"$xsi_shell" = xyes; then
13885 sed -e '/^func_dirname ()$/,/^} # func_dirname /c\
13886func_dirname ()\
13887{\
13888\ case ${1} in\
13889\ */*) func_dirname_result="${1%/*}${2}" ;;\
13890\ * ) func_dirname_result="${3}" ;;\
13891\ esac\
13892} # Extended-shell func_dirname implementation' "$cfgfile" > $cfgfile.tmp \
13893 && mv -f "$cfgfile.tmp" "$cfgfile" \
13894 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
13895test 0 -eq $? || _lt_function_replace_fail=:
13896
13897
13898 sed -e '/^func_basename ()$/,/^} # func_basename /c\
13899func_basename ()\
13900{\
13901\ func_basename_result="${1##*/}"\
13902} # Extended-shell func_basename implementation' "$cfgfile" > $cfgfile.tmp \
13903 && mv -f "$cfgfile.tmp" "$cfgfile" \
13904 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
13905test 0 -eq $? || _lt_function_replace_fail=:
13906
13907
13908 sed -e '/^func_dirname_and_basename ()$/,/^} # func_dirname_and_basename /c\
13909func_dirname_and_basename ()\
13910{\
13911\ case ${1} in\
13912\ */*) func_dirname_result="${1%/*}${2}" ;;\
13913\ * ) func_dirname_result="${3}" ;;\
13914\ esac\
13915\ func_basename_result="${1##*/}"\
13916} # Extended-shell func_dirname_and_basename implementation' "$cfgfile" > $cfgfile.tmp \
13917 && mv -f "$cfgfile.tmp" "$cfgfile" \
13918 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
13919test 0 -eq $? || _lt_function_replace_fail=:
13920
13921
13922 sed -e '/^func_stripname ()$/,/^} # func_stripname /c\
13923func_stripname ()\
13924{\
13925\ # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are\
13926\ # positional parameters, so assign one to ordinary parameter first.\
13927\ func_stripname_result=${3}\
13928\ func_stripname_result=${func_stripname_result#"${1}"}\
13929\ func_stripname_result=${func_stripname_result%"${2}"}\
13930} # Extended-shell func_stripname implementation' "$cfgfile" > $cfgfile.tmp \
13931 && mv -f "$cfgfile.tmp" "$cfgfile" \
13932 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
13933test 0 -eq $? || _lt_function_replace_fail=:
13934
13935
13936 sed -e '/^func_split_long_opt ()$/,/^} # func_split_long_opt /c\
13937func_split_long_opt ()\
13938{\
13939\ func_split_long_opt_name=${1%%=*}\
13940\ func_split_long_opt_arg=${1#*=}\
13941} # Extended-shell func_split_long_opt implementation' "$cfgfile" > $cfgfile.tmp \
13942 && mv -f "$cfgfile.tmp" "$cfgfile" \
13943 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
13944test 0 -eq $? || _lt_function_replace_fail=:
13945
13946
13947 sed -e '/^func_split_short_opt ()$/,/^} # func_split_short_opt /c\
13948func_split_short_opt ()\
13949{\
13950\ func_split_short_opt_arg=${1#??}\
13951\ func_split_short_opt_name=${1%"$func_split_short_opt_arg"}\
13952} # Extended-shell func_split_short_opt implementation' "$cfgfile" > $cfgfile.tmp \
13953 && mv -f "$cfgfile.tmp" "$cfgfile" \
13954 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
13955test 0 -eq $? || _lt_function_replace_fail=:
13956
13957
13958 sed -e '/^func_lo2o ()$/,/^} # func_lo2o /c\
13959func_lo2o ()\
13960{\
13961\ case ${1} in\
13962\ *.lo) func_lo2o_result=${1%.lo}.${objext} ;;\
13963\ *) func_lo2o_result=${1} ;;\
13964\ esac\
13965} # Extended-shell func_lo2o implementation' "$cfgfile" > $cfgfile.tmp \
13966 && mv -f "$cfgfile.tmp" "$cfgfile" \
13967 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
13968test 0 -eq $? || _lt_function_replace_fail=:
13969
13970
13971 sed -e '/^func_xform ()$/,/^} # func_xform /c\
13972func_xform ()\
13973{\
13974 func_xform_result=${1%.*}.lo\
13975} # Extended-shell func_xform implementation' "$cfgfile" > $cfgfile.tmp \
13976 && mv -f "$cfgfile.tmp" "$cfgfile" \
13977 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
13978test 0 -eq $? || _lt_function_replace_fail=:
13979
13980
13981 sed -e '/^func_arith ()$/,/^} # func_arith /c\
13982func_arith ()\
13983{\
13984 func_arith_result=$(( $* ))\
13985} # Extended-shell func_arith implementation' "$cfgfile" > $cfgfile.tmp \
13986 && mv -f "$cfgfile.tmp" "$cfgfile" \
13987 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
13988test 0 -eq $? || _lt_function_replace_fail=:
13989
13990
13991 sed -e '/^func_len ()$/,/^} # func_len /c\
13992func_len ()\
13993{\
13994 func_len_result=${#1}\
13995} # Extended-shell func_len implementation' "$cfgfile" > $cfgfile.tmp \
13996 && mv -f "$cfgfile.tmp" "$cfgfile" \
13997 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
13998test 0 -eq $? || _lt_function_replace_fail=:
13999
14000fi
14001
14002if test x"$lt_shell_append" = xyes; then
14003 sed -e '/^func_append ()$/,/^} # func_append /c\
14004func_append ()\
14005{\
14006 eval "${1}+=\\${2}"\
14007} # Extended-shell func_append implementation' "$cfgfile" > $cfgfile.tmp \
14008 && mv -f "$cfgfile.tmp" "$cfgfile" \
14009 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
14010test 0 -eq $? || _lt_function_replace_fail=:
14011
14012
14013 sed -e '/^func_append_quoted ()$/,/^} # func_append_quoted /c\
14014func_append_quoted ()\
14015{\
14016\ func_quote_for_eval "${2}"\
14017\ eval "${1}+=\\\\ \\$func_quote_for_eval_result"\
14018} # Extended-shell func_append_quoted implementation' "$cfgfile" > $cfgfile.tmp \
14019 && mv -f "$cfgfile.tmp" "$cfgfile" \
14020 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
14021test 0 -eq $? || _lt_function_replace_fail=:
14022
14023
14024 # Save a `func_append' function call where possible by direct use of '+='
14025 sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \
14026 && mv -f "$cfgfile.tmp" "$cfgfile" \
14027 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
14028 test 0 -eq $? || _lt_function_replace_fail=:
14029else
14030 # Save a `func_append' function call even when '+=' is not available
14031 sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \
14032 && mv -f "$cfgfile.tmp" "$cfgfile" \
14033 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
14034 test 0 -eq $? || _lt_function_replace_fail=:
14035fi
14036
14037if test x"$_lt_function_replace_fail" = x":"; then
14038 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5
14039$as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;}
14040fi
14041
14042
14043 mv -f "$cfgfile" "$ofile" ||
14044 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
14045 chmod +x "$ofile"
14046
14047 ;;
14048
14049 esac
14050done # for ac_tag
14051
14052
14053as_fn_exit 0
14054_ACEOF
14055ac_clean_files=$ac_clean_files_save
14056
14057test $ac_write_fail = 0 ||
14058 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
14059
14060
14061# configure is writing to config.log, and then calls config.status.
14062# config.status does its own redirection, appending to config.log.
14063# Unfortunately, on DOS this fails, as config.log is still kept open
14064# by configure, so config.status won't be able to write to it; its
14065# output is simply discarded. So we exec the FD to /dev/null,
14066# effectively closing config.log, so it can be properly (re)opened and
14067# appended to by config.status. When coming back to configure, we
14068# need to make the FD available again.
14069if test "$no_create" != yes; then
14070 ac_cs_success=:
14071 ac_config_status_args=
14072 test "$silent" = yes &&
14073 ac_config_status_args="$ac_config_status_args --quiet"
14074 exec 5>/dev/null
14075 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
14076 exec 5>>config.log
14077 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
14078 # would make configure fail if this is the last instruction.
14079 $ac_cs_success || as_fn_exit 1
14080fi
14081if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
14082 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
14083$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
14084fi
14085