]> git.ipfire.org Git - thirdparty/gcc.git/blob - libssp/configure
configure.ac: Check for Sun symbol versioning.
[thirdparty/gcc.git] / libssp / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.64 for libssp 1.0.
4 #
5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
7 # Foundation, Inc.
8 #
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## -------------------- ##
12 ## M4sh Initialization. ##
13 ## -------------------- ##
14
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18 emulate sh
19 NULLCMD=:
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
23 setopt NO_GLOB_SUBST
24 else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30 esac
31 fi
32
33
34 as_nl='
35 '
36 export as_nl
37 # Printing a long string crashes Solaris 7 /usr/bin/printf.
38 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41 # Prefer a ksh shell builtin over an external printf program on Solaris,
42 # but without wasting forks for bash or zsh.
43 if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50 else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70 fi
71
72 # The user is always right.
73 if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
79 fi
80
81
82 # IFS
83 # We need space, tab and new line, in precisely that order. Quoting is
84 # there to prevent editors from complaining about space-tab.
85 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
86 # splitting by setting IFS to empty value.)
87 IFS=" "" $as_nl"
88
89 # Find who we are. Look in the path if we contain no directory separator.
90 case $0 in #((
91 *[\\/]* ) as_myself=$0 ;;
92 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
93 for as_dir in $PATH
94 do
95 IFS=$as_save_IFS
96 test -z "$as_dir" && as_dir=.
97 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
98 done
99 IFS=$as_save_IFS
100
101 ;;
102 esac
103 # We did not find ourselves, most probably we were run as `sh COMMAND'
104 # in which case we are not to be found in the path.
105 if test "x$as_myself" = x; then
106 as_myself=$0
107 fi
108 if test ! -f "$as_myself"; then
109 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
110 exit 1
111 fi
112
113 # Unset variables that we do not need and which cause bugs (e.g. in
114 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
115 # suppresses any "Segmentation fault" message there. '((' could
116 # trigger a bug in pdksh 5.2.14.
117 for as_var in BASH_ENV ENV MAIL MAILPATH
118 do eval test x\${$as_var+set} = xset \
119 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
120 done
121 PS1='$ '
122 PS2='> '
123 PS4='+ '
124
125 # NLS nuisances.
126 LC_ALL=C
127 export LC_ALL
128 LANGUAGE=C
129 export LANGUAGE
130
131 # CDPATH.
132 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
133
134 if test "x$CONFIG_SHELL" = x; then
135 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
136 emulate sh
137 NULLCMD=:
138 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
139 # is contrary to our usage. Disable this feature.
140 alias -g '\${1+\"\$@\"}'='\"\$@\"'
141 setopt NO_GLOB_SUBST
142 else
143 case \`(set -o) 2>/dev/null\` in #(
144 *posix*) :
145 set -o posix ;; #(
146 *) :
147 ;;
148 esac
149 fi
150 "
151 as_required="as_fn_return () { (exit \$1); }
152 as_fn_success () { as_fn_return 0; }
153 as_fn_failure () { as_fn_return 1; }
154 as_fn_ret_success () { return 0; }
155 as_fn_ret_failure () { return 1; }
156
157 exitcode=0
158 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
159 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
160 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
161 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
162 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
163
164 else
165 exitcode=1; echo positional parameters were not saved.
166 fi
167 test x\$exitcode = x0 || exit 1"
168 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
169 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
170 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
171 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
172 test \$(( 1 + 1 )) = 2 || exit 1
173
174 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
175 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
176 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
177 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
178 PATH=/empty FPATH=/empty; export PATH FPATH
179 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
180 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
181 if (eval "$as_required") 2>/dev/null; then :
182 as_have_required=yes
183 else
184 as_have_required=no
185 fi
186 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
187
188 else
189 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
190 as_found=false
191 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
192 do
193 IFS=$as_save_IFS
194 test -z "$as_dir" && as_dir=.
195 as_found=:
196 case $as_dir in #(
197 /*)
198 for as_base in sh bash ksh sh5; do
199 # Try only shells that exist, to save several forks.
200 as_shell=$as_dir/$as_base
201 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
202 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
203 CONFIG_SHELL=$as_shell as_have_required=yes
204 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
205 break 2
206 fi
207 fi
208 done;;
209 esac
210 as_found=false
211 done
212 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
213 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
214 CONFIG_SHELL=$SHELL as_have_required=yes
215 fi; }
216 IFS=$as_save_IFS
217
218
219 if test "x$CONFIG_SHELL" != x; then :
220 # We cannot yet assume a decent shell, so we have to provide a
221 # neutralization value for shells without unset; and this also
222 # works around shells that cannot unset nonexistent variables.
223 BASH_ENV=/dev/null
224 ENV=/dev/null
225 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
226 export CONFIG_SHELL
227 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
228 fi
229
230 if test x$as_have_required = xno; then :
231 $as_echo "$0: This script requires a shell more modern than all"
232 $as_echo "$0: the shells that I found on your system."
233 if test x${ZSH_VERSION+set} = xset ; then
234 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
235 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
236 else
237 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
238 $0: including any error possibly output before this
239 $0: message. Then install a modern shell, or manually run
240 $0: the script under such a shell if you do have one."
241 fi
242 exit 1
243 fi
244 fi
245 fi
246 SHELL=${CONFIG_SHELL-/bin/sh}
247 export SHELL
248 # Unset more variables known to interfere with behavior of common tools.
249 CLICOLOR_FORCE= GREP_OPTIONS=
250 unset CLICOLOR_FORCE GREP_OPTIONS
251
252 ## --------------------- ##
253 ## M4sh Shell Functions. ##
254 ## --------------------- ##
255 # as_fn_unset VAR
256 # ---------------
257 # Portably unset VAR.
258 as_fn_unset ()
259 {
260 { eval $1=; unset $1;}
261 }
262 as_unset=as_fn_unset
263
264 # as_fn_set_status STATUS
265 # -----------------------
266 # Set $? to STATUS, without forking.
267 as_fn_set_status ()
268 {
269 return $1
270 } # as_fn_set_status
271
272 # as_fn_exit STATUS
273 # -----------------
274 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
275 as_fn_exit ()
276 {
277 set +e
278 as_fn_set_status $1
279 exit $1
280 } # as_fn_exit
281
282 # as_fn_mkdir_p
283 # -------------
284 # Create "$as_dir" as a directory, including parents if necessary.
285 as_fn_mkdir_p ()
286 {
287
288 case $as_dir in #(
289 -*) as_dir=./$as_dir;;
290 esac
291 test -d "$as_dir" || eval $as_mkdir_p || {
292 as_dirs=
293 while :; do
294 case $as_dir in #(
295 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
296 *) as_qdir=$as_dir;;
297 esac
298 as_dirs="'$as_qdir' $as_dirs"
299 as_dir=`$as_dirname -- "$as_dir" ||
300 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
301 X"$as_dir" : 'X\(//\)[^/]' \| \
302 X"$as_dir" : 'X\(//\)$' \| \
303 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
304 $as_echo X"$as_dir" |
305 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
306 s//\1/
307 q
308 }
309 /^X\(\/\/\)[^/].*/{
310 s//\1/
311 q
312 }
313 /^X\(\/\/\)$/{
314 s//\1/
315 q
316 }
317 /^X\(\/\).*/{
318 s//\1/
319 q
320 }
321 s/.*/./; q'`
322 test -d "$as_dir" && break
323 done
324 test -z "$as_dirs" || eval "mkdir $as_dirs"
325 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
326
327
328 } # as_fn_mkdir_p
329 # as_fn_append VAR VALUE
330 # ----------------------
331 # Append the text in VALUE to the end of the definition contained in VAR. Take
332 # advantage of any shell optimizations that allow amortized linear growth over
333 # repeated appends, instead of the typical quadratic growth present in naive
334 # implementations.
335 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
336 eval 'as_fn_append ()
337 {
338 eval $1+=\$2
339 }'
340 else
341 as_fn_append ()
342 {
343 eval $1=\$$1\$2
344 }
345 fi # as_fn_append
346
347 # as_fn_arith ARG...
348 # ------------------
349 # Perform arithmetic evaluation on the ARGs, and store the result in the
350 # global $as_val. Take advantage of shells that can avoid forks. The arguments
351 # must be portable across $(()) and expr.
352 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
353 eval 'as_fn_arith ()
354 {
355 as_val=$(( $* ))
356 }'
357 else
358 as_fn_arith ()
359 {
360 as_val=`expr "$@" || test $? -eq 1`
361 }
362 fi # as_fn_arith
363
364
365 # as_fn_error ERROR [LINENO LOG_FD]
366 # ---------------------------------
367 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
368 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
369 # script with status $?, using 1 if that was 0.
370 as_fn_error ()
371 {
372 as_status=$?; test $as_status -eq 0 && as_status=1
373 if test "$3"; then
374 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
375 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
376 fi
377 $as_echo "$as_me: error: $1" >&2
378 as_fn_exit $as_status
379 } # as_fn_error
380
381 if expr a : '\(a\)' >/dev/null 2>&1 &&
382 test "X`expr 00001 : '.*\(...\)'`" = X001; then
383 as_expr=expr
384 else
385 as_expr=false
386 fi
387
388 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
389 as_basename=basename
390 else
391 as_basename=false
392 fi
393
394 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
395 as_dirname=dirname
396 else
397 as_dirname=false
398 fi
399
400 as_me=`$as_basename -- "$0" ||
401 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
402 X"$0" : 'X\(//\)$' \| \
403 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
404 $as_echo X/"$0" |
405 sed '/^.*\/\([^/][^/]*\)\/*$/{
406 s//\1/
407 q
408 }
409 /^X\/\(\/\/\)$/{
410 s//\1/
411 q
412 }
413 /^X\/\(\/\).*/{
414 s//\1/
415 q
416 }
417 s/.*/./; q'`
418
419 # Avoid depending upon Character Ranges.
420 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
421 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
422 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
423 as_cr_digits='0123456789'
424 as_cr_alnum=$as_cr_Letters$as_cr_digits
425
426
427 as_lineno_1=$LINENO as_lineno_1a=$LINENO
428 as_lineno_2=$LINENO as_lineno_2a=$LINENO
429 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
430 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
431 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
432 sed -n '
433 p
434 /[$]LINENO/=
435 ' <$as_myself |
436 sed '
437 s/[$]LINENO.*/&-/
438 t lineno
439 b
440 :lineno
441 N
442 :loop
443 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
444 t loop
445 s/-\n.*//
446 ' >$as_me.lineno &&
447 chmod +x "$as_me.lineno" ||
448 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
449
450 # Don't try to exec as it changes $[0], causing all sort of problems
451 # (the dirname of $[0] is not the place where we might find the
452 # original and so on. Autoconf is especially sensitive to this).
453 . "./$as_me.lineno"
454 # Exit status is that of the last command.
455 exit
456 }
457
458 ECHO_C= ECHO_N= ECHO_T=
459 case `echo -n x` in #(((((
460 -n*)
461 case `echo 'xy\c'` in
462 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
463 xy) ECHO_C='\c';;
464 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
465 ECHO_T=' ';;
466 esac;;
467 *)
468 ECHO_N='-n';;
469 esac
470
471 rm -f conf$$ conf$$.exe conf$$.file
472 if test -d conf$$.dir; then
473 rm -f conf$$.dir/conf$$.file
474 else
475 rm -f conf$$.dir
476 mkdir conf$$.dir 2>/dev/null
477 fi
478 if (echo >conf$$.file) 2>/dev/null; then
479 if ln -s conf$$.file conf$$ 2>/dev/null; then
480 as_ln_s='ln -s'
481 # ... but there are two gotchas:
482 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
483 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
484 # In both cases, we have to default to `cp -p'.
485 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
486 as_ln_s='cp -p'
487 elif ln conf$$.file conf$$ 2>/dev/null; then
488 as_ln_s=ln
489 else
490 as_ln_s='cp -p'
491 fi
492 else
493 as_ln_s='cp -p'
494 fi
495 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
496 rmdir conf$$.dir 2>/dev/null
497
498 if mkdir -p . 2>/dev/null; then
499 as_mkdir_p='mkdir -p "$as_dir"'
500 else
501 test -d ./-p && rmdir ./-p
502 as_mkdir_p=false
503 fi
504
505 if test -x / >/dev/null 2>&1; then
506 as_test_x='test -x'
507 else
508 if ls -dL / >/dev/null 2>&1; then
509 as_ls_L_option=L
510 else
511 as_ls_L_option=
512 fi
513 as_test_x='
514 eval sh -c '\''
515 if test -d "$1"; then
516 test -d "$1/.";
517 else
518 case $1 in #(
519 -*)set "./$1";;
520 esac;
521 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
522 ???[sx]*):;;*)false;;esac;fi
523 '\'' sh
524 '
525 fi
526 as_executable_p=$as_test_x
527
528 # Sed expression to map a string onto a valid CPP name.
529 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
530
531 # Sed expression to map a string onto a valid variable name.
532 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
533
534 SHELL=${CONFIG_SHELL-/bin/sh}
535
536
537 exec 7<&0 </dev/null 6>&1
538
539 # Name of the host.
540 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
541 # so uname gets run too.
542 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
543
544 #
545 # Initializations.
546 #
547 ac_default_prefix=/usr/local
548 ac_clean_files=
549 ac_config_libobj_dir=.
550 LIBOBJS=
551 cross_compiling=no
552 subdirs=
553 MFLAGS=
554 MAKEFLAGS=
555
556 # Identity of this package.
557 PACKAGE_NAME='libssp'
558 PACKAGE_TARNAME='libssp'
559 PACKAGE_VERSION='1.0'
560 PACKAGE_STRING='libssp 1.0'
561 PACKAGE_BUGREPORT=''
562 PACKAGE_URL=''
563
564 ac_unique_file="ssp.c"
565 # Factoring default headers for most tests.
566 ac_includes_default="\
567 #include <stdio.h>
568 #ifdef HAVE_SYS_TYPES_H
569 # include <sys/types.h>
570 #endif
571 #ifdef HAVE_SYS_STAT_H
572 # include <sys/stat.h>
573 #endif
574 #ifdef STDC_HEADERS
575 # include <stdlib.h>
576 # include <stddef.h>
577 #else
578 # ifdef HAVE_STDLIB_H
579 # include <stdlib.h>
580 # endif
581 #endif
582 #ifdef HAVE_STRING_H
583 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
584 # include <memory.h>
585 # endif
586 # include <string.h>
587 #endif
588 #ifdef HAVE_STRINGS_H
589 # include <strings.h>
590 #endif
591 #ifdef HAVE_INTTYPES_H
592 # include <inttypes.h>
593 #endif
594 #ifdef HAVE_STDINT_H
595 # include <stdint.h>
596 #endif
597 #ifdef HAVE_UNISTD_H
598 # include <unistd.h>
599 #endif"
600
601 ac_subst_vars='am__EXEEXT_FALSE
602 am__EXEEXT_TRUE
603 LTLIBOBJS
604 LIBOBJS
605 toolexeclibdir
606 toolexecdir
607 enable_static
608 enable_shared
609 OTOOL64
610 OTOOL
611 LIPO
612 NMEDIT
613 DSYMUTIL
614 RANLIB
615 AR
616 OBJDUMP
617 LN_S
618 NM
619 ac_ct_DUMPBIN
620 DUMPBIN
621 LD
622 FGREP
623 SED
624 LIBTOOL
625 ssp_have_usable_vsnprintf
626 EGREP
627 GREP
628 LIBSSP_USE_SYMVER_SUN_FALSE
629 LIBSSP_USE_SYMVER_SUN_TRUE
630 LIBSSP_USE_SYMVER_GNU_FALSE
631 LIBSSP_USE_SYMVER_GNU_TRUE
632 LIBSSP_USE_SYMVER_FALSE
633 LIBSSP_USE_SYMVER_TRUE
634 CPP
635 am__fastdepCC_FALSE
636 am__fastdepCC_TRUE
637 CCDEPMODE
638 AMDEPBACKSLASH
639 AMDEP_FALSE
640 AMDEP_TRUE
641 am__quote
642 am__include
643 DEPDIR
644 OBJEXT
645 EXEEXT
646 ac_ct_CC
647 CPPFLAGS
648 LDFLAGS
649 CFLAGS
650 CC
651 multi_basedir
652 MAINT
653 MAINTAINER_MODE_FALSE
654 MAINTAINER_MODE_TRUE
655 am__untar
656 am__tar
657 AMTAR
658 am__leading_dot
659 SET_MAKE
660 AWK
661 mkdir_p
662 MKDIR_P
663 INSTALL_STRIP_PROGRAM
664 STRIP
665 install_sh
666 MAKEINFO
667 AUTOHEADER
668 AUTOMAKE
669 AUTOCONF
670 ACLOCAL
671 VERSION
672 PACKAGE
673 CYGPATH_W
674 am__isrc
675 INSTALL_DATA
676 INSTALL_SCRIPT
677 INSTALL_PROGRAM
678 target_noncanonical
679 target_os
680 target_vendor
681 target_cpu
682 target
683 host_os
684 host_vendor
685 host_cpu
686 host
687 build_os
688 build_vendor
689 build_cpu
690 build
691 target_alias
692 host_alias
693 build_alias
694 LIBS
695 ECHO_T
696 ECHO_N
697 ECHO_C
698 DEFS
699 mandir
700 localedir
701 libdir
702 psdir
703 pdfdir
704 dvidir
705 htmldir
706 infodir
707 docdir
708 oldincludedir
709 includedir
710 localstatedir
711 sharedstatedir
712 sysconfdir
713 datadir
714 datarootdir
715 libexecdir
716 sbindir
717 bindir
718 program_transform_name
719 prefix
720 exec_prefix
721 PACKAGE_URL
722 PACKAGE_BUGREPORT
723 PACKAGE_STRING
724 PACKAGE_VERSION
725 PACKAGE_TARNAME
726 PACKAGE_NAME
727 PATH_SEPARATOR
728 SHELL'
729 ac_subst_files=''
730 ac_user_opts='
731 enable_option_checking
732 enable_version_specific_runtime_libs
733 enable_maintainer_mode
734 enable_multilib
735 enable_dependency_tracking
736 enable_shared
737 enable_static
738 with_pic
739 enable_fast_install
740 with_gnu_ld
741 enable_libtool_lock
742 '
743 ac_precious_vars='build_alias
744 host_alias
745 target_alias
746 CPP
747 CPPFLAGS'
748
749
750 # Initialize some variables set by options.
751 ac_init_help=
752 ac_init_version=false
753 ac_unrecognized_opts=
754 ac_unrecognized_sep=
755 # The variables have the same names as the options, with
756 # dashes changed to underlines.
757 cache_file=/dev/null
758 exec_prefix=NONE
759 no_create=
760 no_recursion=
761 prefix=NONE
762 program_prefix=NONE
763 program_suffix=NONE
764 program_transform_name=s,x,x,
765 silent=
766 site=
767 srcdir=
768 verbose=
769 x_includes=NONE
770 x_libraries=NONE
771
772 # Installation directory options.
773 # These are left unexpanded so users can "make install exec_prefix=/foo"
774 # and all the variables that are supposed to be based on exec_prefix
775 # by default will actually change.
776 # Use braces instead of parens because sh, perl, etc. also accept them.
777 # (The list follows the same order as the GNU Coding Standards.)
778 bindir='${exec_prefix}/bin'
779 sbindir='${exec_prefix}/sbin'
780 libexecdir='${exec_prefix}/libexec'
781 datarootdir='${prefix}/share'
782 datadir='${datarootdir}'
783 sysconfdir='${prefix}/etc'
784 sharedstatedir='${prefix}/com'
785 localstatedir='${prefix}/var'
786 includedir='${prefix}/include'
787 oldincludedir='/usr/include'
788 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
789 infodir='${datarootdir}/info'
790 htmldir='${docdir}'
791 dvidir='${docdir}'
792 pdfdir='${docdir}'
793 psdir='${docdir}'
794 libdir='${exec_prefix}/lib'
795 localedir='${datarootdir}/locale'
796 mandir='${datarootdir}/man'
797
798 ac_prev=
799 ac_dashdash=
800 for ac_option
801 do
802 # If the previous option needs an argument, assign it.
803 if test -n "$ac_prev"; then
804 eval $ac_prev=\$ac_option
805 ac_prev=
806 continue
807 fi
808
809 case $ac_option in
810 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
811 *) ac_optarg=yes ;;
812 esac
813
814 # Accept the important Cygnus configure options, so we can diagnose typos.
815
816 case $ac_dashdash$ac_option in
817 --)
818 ac_dashdash=yes ;;
819
820 -bindir | --bindir | --bindi | --bind | --bin | --bi)
821 ac_prev=bindir ;;
822 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
823 bindir=$ac_optarg ;;
824
825 -build | --build | --buil | --bui | --bu)
826 ac_prev=build_alias ;;
827 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
828 build_alias=$ac_optarg ;;
829
830 -cache-file | --cache-file | --cache-fil | --cache-fi \
831 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
832 ac_prev=cache_file ;;
833 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
834 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
835 cache_file=$ac_optarg ;;
836
837 --config-cache | -C)
838 cache_file=config.cache ;;
839
840 -datadir | --datadir | --datadi | --datad)
841 ac_prev=datadir ;;
842 -datadir=* | --datadir=* | --datadi=* | --datad=*)
843 datadir=$ac_optarg ;;
844
845 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
846 | --dataroo | --dataro | --datar)
847 ac_prev=datarootdir ;;
848 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
849 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
850 datarootdir=$ac_optarg ;;
851
852 -disable-* | --disable-*)
853 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
854 # Reject names that are not valid shell variable names.
855 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
856 as_fn_error "invalid feature name: $ac_useropt"
857 ac_useropt_orig=$ac_useropt
858 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
859 case $ac_user_opts in
860 *"
861 "enable_$ac_useropt"
862 "*) ;;
863 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
864 ac_unrecognized_sep=', ';;
865 esac
866 eval enable_$ac_useropt=no ;;
867
868 -docdir | --docdir | --docdi | --doc | --do)
869 ac_prev=docdir ;;
870 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
871 docdir=$ac_optarg ;;
872
873 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
874 ac_prev=dvidir ;;
875 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
876 dvidir=$ac_optarg ;;
877
878 -enable-* | --enable-*)
879 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
880 # Reject names that are not valid shell variable names.
881 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
882 as_fn_error "invalid feature name: $ac_useropt"
883 ac_useropt_orig=$ac_useropt
884 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
885 case $ac_user_opts in
886 *"
887 "enable_$ac_useropt"
888 "*) ;;
889 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
890 ac_unrecognized_sep=', ';;
891 esac
892 eval enable_$ac_useropt=\$ac_optarg ;;
893
894 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
895 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
896 | --exec | --exe | --ex)
897 ac_prev=exec_prefix ;;
898 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
899 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
900 | --exec=* | --exe=* | --ex=*)
901 exec_prefix=$ac_optarg ;;
902
903 -gas | --gas | --ga | --g)
904 # Obsolete; use --with-gas.
905 with_gas=yes ;;
906
907 -help | --help | --hel | --he | -h)
908 ac_init_help=long ;;
909 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
910 ac_init_help=recursive ;;
911 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
912 ac_init_help=short ;;
913
914 -host | --host | --hos | --ho)
915 ac_prev=host_alias ;;
916 -host=* | --host=* | --hos=* | --ho=*)
917 host_alias=$ac_optarg ;;
918
919 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
920 ac_prev=htmldir ;;
921 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
922 | --ht=*)
923 htmldir=$ac_optarg ;;
924
925 -includedir | --includedir | --includedi | --included | --include \
926 | --includ | --inclu | --incl | --inc)
927 ac_prev=includedir ;;
928 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
929 | --includ=* | --inclu=* | --incl=* | --inc=*)
930 includedir=$ac_optarg ;;
931
932 -infodir | --infodir | --infodi | --infod | --info | --inf)
933 ac_prev=infodir ;;
934 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
935 infodir=$ac_optarg ;;
936
937 -libdir | --libdir | --libdi | --libd)
938 ac_prev=libdir ;;
939 -libdir=* | --libdir=* | --libdi=* | --libd=*)
940 libdir=$ac_optarg ;;
941
942 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
943 | --libexe | --libex | --libe)
944 ac_prev=libexecdir ;;
945 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
946 | --libexe=* | --libex=* | --libe=*)
947 libexecdir=$ac_optarg ;;
948
949 -localedir | --localedir | --localedi | --localed | --locale)
950 ac_prev=localedir ;;
951 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
952 localedir=$ac_optarg ;;
953
954 -localstatedir | --localstatedir | --localstatedi | --localstated \
955 | --localstate | --localstat | --localsta | --localst | --locals)
956 ac_prev=localstatedir ;;
957 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
958 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
959 localstatedir=$ac_optarg ;;
960
961 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
962 ac_prev=mandir ;;
963 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
964 mandir=$ac_optarg ;;
965
966 -nfp | --nfp | --nf)
967 # Obsolete; use --without-fp.
968 with_fp=no ;;
969
970 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
971 | --no-cr | --no-c | -n)
972 no_create=yes ;;
973
974 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
975 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
976 no_recursion=yes ;;
977
978 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
979 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
980 | --oldin | --oldi | --old | --ol | --o)
981 ac_prev=oldincludedir ;;
982 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
983 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
984 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
985 oldincludedir=$ac_optarg ;;
986
987 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
988 ac_prev=prefix ;;
989 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
990 prefix=$ac_optarg ;;
991
992 -program-prefix | --program-prefix | --program-prefi | --program-pref \
993 | --program-pre | --program-pr | --program-p)
994 ac_prev=program_prefix ;;
995 -program-prefix=* | --program-prefix=* | --program-prefi=* \
996 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
997 program_prefix=$ac_optarg ;;
998
999 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1000 | --program-suf | --program-su | --program-s)
1001 ac_prev=program_suffix ;;
1002 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1003 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1004 program_suffix=$ac_optarg ;;
1005
1006 -program-transform-name | --program-transform-name \
1007 | --program-transform-nam | --program-transform-na \
1008 | --program-transform-n | --program-transform- \
1009 | --program-transform | --program-transfor \
1010 | --program-transfo | --program-transf \
1011 | --program-trans | --program-tran \
1012 | --progr-tra | --program-tr | --program-t)
1013 ac_prev=program_transform_name ;;
1014 -program-transform-name=* | --program-transform-name=* \
1015 | --program-transform-nam=* | --program-transform-na=* \
1016 | --program-transform-n=* | --program-transform-=* \
1017 | --program-transform=* | --program-transfor=* \
1018 | --program-transfo=* | --program-transf=* \
1019 | --program-trans=* | --program-tran=* \
1020 | --progr-tra=* | --program-tr=* | --program-t=*)
1021 program_transform_name=$ac_optarg ;;
1022
1023 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1024 ac_prev=pdfdir ;;
1025 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1026 pdfdir=$ac_optarg ;;
1027
1028 -psdir | --psdir | --psdi | --psd | --ps)
1029 ac_prev=psdir ;;
1030 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1031 psdir=$ac_optarg ;;
1032
1033 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1034 | -silent | --silent | --silen | --sile | --sil)
1035 silent=yes ;;
1036
1037 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1038 ac_prev=sbindir ;;
1039 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1040 | --sbi=* | --sb=*)
1041 sbindir=$ac_optarg ;;
1042
1043 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1044 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1045 | --sharedst | --shareds | --shared | --share | --shar \
1046 | --sha | --sh)
1047 ac_prev=sharedstatedir ;;
1048 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1049 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1050 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1051 | --sha=* | --sh=*)
1052 sharedstatedir=$ac_optarg ;;
1053
1054 -site | --site | --sit)
1055 ac_prev=site ;;
1056 -site=* | --site=* | --sit=*)
1057 site=$ac_optarg ;;
1058
1059 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1060 ac_prev=srcdir ;;
1061 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1062 srcdir=$ac_optarg ;;
1063
1064 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1065 | --syscon | --sysco | --sysc | --sys | --sy)
1066 ac_prev=sysconfdir ;;
1067 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1068 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1069 sysconfdir=$ac_optarg ;;
1070
1071 -target | --target | --targe | --targ | --tar | --ta | --t)
1072 ac_prev=target_alias ;;
1073 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1074 target_alias=$ac_optarg ;;
1075
1076 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1077 verbose=yes ;;
1078
1079 -version | --version | --versio | --versi | --vers | -V)
1080 ac_init_version=: ;;
1081
1082 -with-* | --with-*)
1083 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1084 # Reject names that are not valid shell variable names.
1085 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1086 as_fn_error "invalid package name: $ac_useropt"
1087 ac_useropt_orig=$ac_useropt
1088 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1089 case $ac_user_opts in
1090 *"
1091 "with_$ac_useropt"
1092 "*) ;;
1093 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1094 ac_unrecognized_sep=', ';;
1095 esac
1096 eval with_$ac_useropt=\$ac_optarg ;;
1097
1098 -without-* | --without-*)
1099 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1100 # Reject names that are not valid shell variable names.
1101 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1102 as_fn_error "invalid package name: $ac_useropt"
1103 ac_useropt_orig=$ac_useropt
1104 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1105 case $ac_user_opts in
1106 *"
1107 "with_$ac_useropt"
1108 "*) ;;
1109 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1110 ac_unrecognized_sep=', ';;
1111 esac
1112 eval with_$ac_useropt=no ;;
1113
1114 --x)
1115 # Obsolete; use --with-x.
1116 with_x=yes ;;
1117
1118 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1119 | --x-incl | --x-inc | --x-in | --x-i)
1120 ac_prev=x_includes ;;
1121 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1122 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1123 x_includes=$ac_optarg ;;
1124
1125 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1126 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1127 ac_prev=x_libraries ;;
1128 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1129 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1130 x_libraries=$ac_optarg ;;
1131
1132 -*) as_fn_error "unrecognized option: \`$ac_option'
1133 Try \`$0 --help' for more information."
1134 ;;
1135
1136 *=*)
1137 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1138 # Reject names that are not valid shell variable names.
1139 case $ac_envvar in #(
1140 '' | [0-9]* | *[!_$as_cr_alnum]* )
1141 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1142 esac
1143 eval $ac_envvar=\$ac_optarg
1144 export $ac_envvar ;;
1145
1146 *)
1147 # FIXME: should be removed in autoconf 3.0.
1148 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1149 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1150 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1151 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1152 ;;
1153
1154 esac
1155 done
1156
1157 if test -n "$ac_prev"; then
1158 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1159 as_fn_error "missing argument to $ac_option"
1160 fi
1161
1162 if test -n "$ac_unrecognized_opts"; then
1163 case $enable_option_checking in
1164 no) ;;
1165 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1166 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1167 esac
1168 fi
1169
1170 # Check all directory arguments for consistency.
1171 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1172 datadir sysconfdir sharedstatedir localstatedir includedir \
1173 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1174 libdir localedir mandir
1175 do
1176 eval ac_val=\$$ac_var
1177 # Remove trailing slashes.
1178 case $ac_val in
1179 */ )
1180 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1181 eval $ac_var=\$ac_val;;
1182 esac
1183 # Be sure to have absolute directory names.
1184 case $ac_val in
1185 [\\/$]* | ?:[\\/]* ) continue;;
1186 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1187 esac
1188 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1189 done
1190
1191 # There might be people who depend on the old broken behavior: `$host'
1192 # used to hold the argument of --host etc.
1193 # FIXME: To remove some day.
1194 build=$build_alias
1195 host=$host_alias
1196 target=$target_alias
1197
1198 # FIXME: To remove some day.
1199 if test "x$host_alias" != x; then
1200 if test "x$build_alias" = x; then
1201 cross_compiling=maybe
1202 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1203 If a cross compiler is detected then cross compile mode will be used." >&2
1204 elif test "x$build_alias" != "x$host_alias"; then
1205 cross_compiling=yes
1206 fi
1207 fi
1208
1209 ac_tool_prefix=
1210 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1211
1212 test "$silent" = yes && exec 6>/dev/null
1213
1214
1215 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1216 ac_ls_di=`ls -di .` &&
1217 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1218 as_fn_error "working directory cannot be determined"
1219 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1220 as_fn_error "pwd does not report name of working directory"
1221
1222
1223 # Find the source files, if location was not specified.
1224 if test -z "$srcdir"; then
1225 ac_srcdir_defaulted=yes
1226 # Try the directory containing this script, then the parent directory.
1227 ac_confdir=`$as_dirname -- "$as_myself" ||
1228 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1229 X"$as_myself" : 'X\(//\)[^/]' \| \
1230 X"$as_myself" : 'X\(//\)$' \| \
1231 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1232 $as_echo X"$as_myself" |
1233 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1234 s//\1/
1235 q
1236 }
1237 /^X\(\/\/\)[^/].*/{
1238 s//\1/
1239 q
1240 }
1241 /^X\(\/\/\)$/{
1242 s//\1/
1243 q
1244 }
1245 /^X\(\/\).*/{
1246 s//\1/
1247 q
1248 }
1249 s/.*/./; q'`
1250 srcdir=$ac_confdir
1251 if test ! -r "$srcdir/$ac_unique_file"; then
1252 srcdir=..
1253 fi
1254 else
1255 ac_srcdir_defaulted=no
1256 fi
1257 if test ! -r "$srcdir/$ac_unique_file"; then
1258 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1259 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1260 fi
1261 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1262 ac_abs_confdir=`(
1263 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1264 pwd)`
1265 # When building in place, set srcdir=.
1266 if test "$ac_abs_confdir" = "$ac_pwd"; then
1267 srcdir=.
1268 fi
1269 # Remove unnecessary trailing slashes from srcdir.
1270 # Double slashes in file names in object file debugging info
1271 # mess up M-x gdb in Emacs.
1272 case $srcdir in
1273 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1274 esac
1275 for ac_var in $ac_precious_vars; do
1276 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1277 eval ac_env_${ac_var}_value=\$${ac_var}
1278 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1279 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1280 done
1281
1282 #
1283 # Report the --help message.
1284 #
1285 if test "$ac_init_help" = "long"; then
1286 # Omit some internal or obsolete options to make the list less imposing.
1287 # This message is too long to be a string in the A/UX 3.1 sh.
1288 cat <<_ACEOF
1289 \`configure' configures libssp 1.0 to adapt to many kinds of systems.
1290
1291 Usage: $0 [OPTION]... [VAR=VALUE]...
1292
1293 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1294 VAR=VALUE. See below for descriptions of some of the useful variables.
1295
1296 Defaults for the options are specified in brackets.
1297
1298 Configuration:
1299 -h, --help display this help and exit
1300 --help=short display options specific to this package
1301 --help=recursive display the short help of all the included packages
1302 -V, --version display version information and exit
1303 -q, --quiet, --silent do not print \`checking...' messages
1304 --cache-file=FILE cache test results in FILE [disabled]
1305 -C, --config-cache alias for \`--cache-file=config.cache'
1306 -n, --no-create do not create output files
1307 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1308
1309 Installation directories:
1310 --prefix=PREFIX install architecture-independent files in PREFIX
1311 [$ac_default_prefix]
1312 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1313 [PREFIX]
1314
1315 By default, \`make install' will install all the files in
1316 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1317 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1318 for instance \`--prefix=\$HOME'.
1319
1320 For better control, use the options below.
1321
1322 Fine tuning of the installation directories:
1323 --bindir=DIR user executables [EPREFIX/bin]
1324 --sbindir=DIR system admin executables [EPREFIX/sbin]
1325 --libexecdir=DIR program executables [EPREFIX/libexec]
1326 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1327 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1328 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1329 --libdir=DIR object code libraries [EPREFIX/lib]
1330 --includedir=DIR C header files [PREFIX/include]
1331 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1332 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1333 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1334 --infodir=DIR info documentation [DATAROOTDIR/info]
1335 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1336 --mandir=DIR man documentation [DATAROOTDIR/man]
1337 --docdir=DIR documentation root [DATAROOTDIR/doc/libssp]
1338 --htmldir=DIR html documentation [DOCDIR]
1339 --dvidir=DIR dvi documentation [DOCDIR]
1340 --pdfdir=DIR pdf documentation [DOCDIR]
1341 --psdir=DIR ps documentation [DOCDIR]
1342 _ACEOF
1343
1344 cat <<\_ACEOF
1345
1346 Program names:
1347 --program-prefix=PREFIX prepend PREFIX to installed program names
1348 --program-suffix=SUFFIX append SUFFIX to installed program names
1349 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1350
1351 System types:
1352 --build=BUILD configure for building on BUILD [guessed]
1353 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1354 --target=TARGET configure for building compilers for TARGET [HOST]
1355 _ACEOF
1356 fi
1357
1358 if test -n "$ac_init_help"; then
1359 case $ac_init_help in
1360 short | recursive ) echo "Configuration of libssp 1.0:";;
1361 esac
1362 cat <<\_ACEOF
1363
1364 Optional Features:
1365 --disable-option-checking ignore unrecognized --enable/--with options
1366 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1367 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1368 --enable-version-specific-runtime-libs Specify that runtime libraries should be installed in a compiler-specific directory
1369 --enable-maintainer-mode enable make rules and dependencies not useful
1370 (and sometimes confusing) to the casual installer
1371 --enable-multilib build many library versions (default)
1372 --disable-dependency-tracking speeds up one-time build
1373 --enable-dependency-tracking do not reject slow dependency extractors
1374 --enable-shared[=PKGS] build shared libraries [default=yes]
1375 --enable-static[=PKGS] build static libraries [default=yes]
1376 --enable-fast-install[=PKGS]
1377 optimize for fast installation [default=yes]
1378 --disable-libtool-lock avoid locking (might break parallel builds)
1379
1380 Optional Packages:
1381 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1382 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1383 --with-pic try to use only PIC/non-PIC objects [default=use
1384 both]
1385 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1386
1387 Some influential environment variables:
1388 CC C compiler command
1389 CFLAGS C compiler flags
1390 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1391 nonstandard directory <lib dir>
1392 LIBS libraries to pass to the linker, e.g. -l<library>
1393 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1394 you have headers in a nonstandard directory <include dir>
1395 CPP C preprocessor
1396
1397 Use these variables to override the choices made by `configure' or to help
1398 it to find libraries and programs with nonstandard names/locations.
1399
1400 Report bugs to the package provider.
1401 _ACEOF
1402 ac_status=$?
1403 fi
1404
1405 if test "$ac_init_help" = "recursive"; then
1406 # If there are subdirs, report their specific --help.
1407 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1408 test -d "$ac_dir" ||
1409 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1410 continue
1411 ac_builddir=.
1412
1413 case "$ac_dir" in
1414 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1415 *)
1416 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1417 # A ".." for each directory in $ac_dir_suffix.
1418 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1419 case $ac_top_builddir_sub in
1420 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1421 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1422 esac ;;
1423 esac
1424 ac_abs_top_builddir=$ac_pwd
1425 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1426 # for backward compatibility:
1427 ac_top_builddir=$ac_top_build_prefix
1428
1429 case $srcdir in
1430 .) # We are building in place.
1431 ac_srcdir=.
1432 ac_top_srcdir=$ac_top_builddir_sub
1433 ac_abs_top_srcdir=$ac_pwd ;;
1434 [\\/]* | ?:[\\/]* ) # Absolute name.
1435 ac_srcdir=$srcdir$ac_dir_suffix;
1436 ac_top_srcdir=$srcdir
1437 ac_abs_top_srcdir=$srcdir ;;
1438 *) # Relative name.
1439 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1440 ac_top_srcdir=$ac_top_build_prefix$srcdir
1441 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1442 esac
1443 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1444
1445 cd "$ac_dir" || { ac_status=$?; continue; }
1446 # Check for guested configure.
1447 if test -f "$ac_srcdir/configure.gnu"; then
1448 echo &&
1449 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1450 elif test -f "$ac_srcdir/configure"; then
1451 echo &&
1452 $SHELL "$ac_srcdir/configure" --help=recursive
1453 else
1454 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1455 fi || ac_status=$?
1456 cd "$ac_pwd" || { ac_status=$?; break; }
1457 done
1458 fi
1459
1460 test -n "$ac_init_help" && exit $ac_status
1461 if $ac_init_version; then
1462 cat <<\_ACEOF
1463 libssp configure 1.0
1464 generated by GNU Autoconf 2.64
1465
1466 Copyright (C) 2009 Free Software Foundation, Inc.
1467 This configure script is free software; the Free Software Foundation
1468 gives unlimited permission to copy, distribute and modify it.
1469 _ACEOF
1470 exit
1471 fi
1472
1473 ## ------------------------ ##
1474 ## Autoconf initialization. ##
1475 ## ------------------------ ##
1476
1477 # ac_fn_c_try_compile LINENO
1478 # --------------------------
1479 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1480 ac_fn_c_try_compile ()
1481 {
1482 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1483 rm -f conftest.$ac_objext
1484 if { { ac_try="$ac_compile"
1485 case "(($ac_try" in
1486 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1487 *) ac_try_echo=$ac_try;;
1488 esac
1489 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1490 $as_echo "$ac_try_echo"; } >&5
1491 (eval "$ac_compile") 2>conftest.err
1492 ac_status=$?
1493 if test -s conftest.err; then
1494 grep -v '^ *+' conftest.err >conftest.er1
1495 cat conftest.er1 >&5
1496 mv -f conftest.er1 conftest.err
1497 fi
1498 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1499 test $ac_status = 0; } && {
1500 test -z "$ac_c_werror_flag" ||
1501 test ! -s conftest.err
1502 } && test -s conftest.$ac_objext; then :
1503 ac_retval=0
1504 else
1505 $as_echo "$as_me: failed program was:" >&5
1506 sed 's/^/| /' conftest.$ac_ext >&5
1507
1508 ac_retval=1
1509 fi
1510 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1511 return $ac_retval
1512
1513 } # ac_fn_c_try_compile
1514
1515 # ac_fn_c_try_cpp LINENO
1516 # ----------------------
1517 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1518 ac_fn_c_try_cpp ()
1519 {
1520 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1521 if { { ac_try="$ac_cpp conftest.$ac_ext"
1522 case "(($ac_try" in
1523 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1524 *) ac_try_echo=$ac_try;;
1525 esac
1526 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1527 $as_echo "$ac_try_echo"; } >&5
1528 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1529 ac_status=$?
1530 if test -s conftest.err; then
1531 grep -v '^ *+' conftest.err >conftest.er1
1532 cat conftest.er1 >&5
1533 mv -f conftest.er1 conftest.err
1534 fi
1535 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1536 test $ac_status = 0; } >/dev/null && {
1537 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1538 test ! -s conftest.err
1539 }; then :
1540 ac_retval=0
1541 else
1542 $as_echo "$as_me: failed program was:" >&5
1543 sed 's/^/| /' conftest.$ac_ext >&5
1544
1545 ac_retval=1
1546 fi
1547 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1548 return $ac_retval
1549
1550 } # ac_fn_c_try_cpp
1551
1552 # ac_fn_c_try_link LINENO
1553 # -----------------------
1554 # Try to link conftest.$ac_ext, and return whether this succeeded.
1555 ac_fn_c_try_link ()
1556 {
1557 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1558 rm -f conftest.$ac_objext conftest$ac_exeext
1559 if { { ac_try="$ac_link"
1560 case "(($ac_try" in
1561 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1562 *) ac_try_echo=$ac_try;;
1563 esac
1564 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1565 $as_echo "$ac_try_echo"; } >&5
1566 (eval "$ac_link") 2>conftest.err
1567 ac_status=$?
1568 if test -s conftest.err; then
1569 grep -v '^ *+' conftest.err >conftest.er1
1570 cat conftest.er1 >&5
1571 mv -f conftest.er1 conftest.err
1572 fi
1573 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1574 test $ac_status = 0; } && {
1575 test -z "$ac_c_werror_flag" ||
1576 test ! -s conftest.err
1577 } && test -s conftest$ac_exeext && {
1578 test "$cross_compiling" = yes ||
1579 $as_test_x conftest$ac_exeext
1580 }; then :
1581 ac_retval=0
1582 else
1583 $as_echo "$as_me: failed program was:" >&5
1584 sed 's/^/| /' conftest.$ac_ext >&5
1585
1586 ac_retval=1
1587 fi
1588 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1589 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1590 # interfere with the next link command; also delete a directory that is
1591 # left behind by Apple's compiler. We do this before executing the actions.
1592 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1593 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1594 return $ac_retval
1595
1596 } # ac_fn_c_try_link
1597
1598 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1599 # -------------------------------------------------------
1600 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1601 # the include files in INCLUDES and setting the cache variable VAR
1602 # accordingly.
1603 ac_fn_c_check_header_mongrel ()
1604 {
1605 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1606 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1608 $as_echo_n "checking for $2... " >&6; }
1609 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1610 $as_echo_n "(cached) " >&6
1611 fi
1612 eval ac_res=\$$3
1613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1614 $as_echo "$ac_res" >&6; }
1615 else
1616 # Is the header compilable?
1617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1618 $as_echo_n "checking $2 usability... " >&6; }
1619 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1620 /* end confdefs.h. */
1621 $4
1622 #include <$2>
1623 _ACEOF
1624 if ac_fn_c_try_compile "$LINENO"; then :
1625 ac_header_compiler=yes
1626 else
1627 ac_header_compiler=no
1628 fi
1629 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1631 $as_echo "$ac_header_compiler" >&6; }
1632
1633 # Is the header present?
1634 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1635 $as_echo_n "checking $2 presence... " >&6; }
1636 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1637 /* end confdefs.h. */
1638 #include <$2>
1639 _ACEOF
1640 if ac_fn_c_try_cpp "$LINENO"; then :
1641 ac_header_preproc=yes
1642 else
1643 ac_header_preproc=no
1644 fi
1645 rm -f conftest.err conftest.$ac_ext
1646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1647 $as_echo "$ac_header_preproc" >&6; }
1648
1649 # So? What about this header?
1650 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1651 yes:no: )
1652 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1653 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1654 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1655 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1656 ;;
1657 no:yes:* )
1658 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1659 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1660 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1661 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1662 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1663 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1664 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1665 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1666 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1667 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1668 ;;
1669 esac
1670 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1671 $as_echo_n "checking for $2... " >&6; }
1672 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1673 $as_echo_n "(cached) " >&6
1674 else
1675 eval "$3=\$ac_header_compiler"
1676 fi
1677 eval ac_res=\$$3
1678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1679 $as_echo "$ac_res" >&6; }
1680 fi
1681 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1682
1683 } # ac_fn_c_check_header_mongrel
1684
1685 # ac_fn_c_try_run LINENO
1686 # ----------------------
1687 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1688 # that executables *can* be run.
1689 ac_fn_c_try_run ()
1690 {
1691 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1692 if { { ac_try="$ac_link"
1693 case "(($ac_try" in
1694 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1695 *) ac_try_echo=$ac_try;;
1696 esac
1697 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1698 $as_echo "$ac_try_echo"; } >&5
1699 (eval "$ac_link") 2>&5
1700 ac_status=$?
1701 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1702 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1703 { { case "(($ac_try" in
1704 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1705 *) ac_try_echo=$ac_try;;
1706 esac
1707 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1708 $as_echo "$ac_try_echo"; } >&5
1709 (eval "$ac_try") 2>&5
1710 ac_status=$?
1711 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1712 test $ac_status = 0; }; }; then :
1713 ac_retval=0
1714 else
1715 $as_echo "$as_me: program exited with status $ac_status" >&5
1716 $as_echo "$as_me: failed program was:" >&5
1717 sed 's/^/| /' conftest.$ac_ext >&5
1718
1719 ac_retval=$ac_status
1720 fi
1721 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1722 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1723 return $ac_retval
1724
1725 } # ac_fn_c_try_run
1726
1727 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1728 # -------------------------------------------------------
1729 # Tests whether HEADER exists and can be compiled using the include files in
1730 # INCLUDES, setting the cache variable VAR accordingly.
1731 ac_fn_c_check_header_compile ()
1732 {
1733 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1734 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1735 $as_echo_n "checking for $2... " >&6; }
1736 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1737 $as_echo_n "(cached) " >&6
1738 else
1739 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1740 /* end confdefs.h. */
1741 $4
1742 #include <$2>
1743 _ACEOF
1744 if ac_fn_c_try_compile "$LINENO"; then :
1745 eval "$3=yes"
1746 else
1747 eval "$3=no"
1748 fi
1749 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1750 fi
1751 eval ac_res=\$$3
1752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1753 $as_echo "$ac_res" >&6; }
1754 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1755
1756 } # ac_fn_c_check_header_compile
1757
1758 # ac_fn_c_check_func LINENO FUNC VAR
1759 # ----------------------------------
1760 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1761 ac_fn_c_check_func ()
1762 {
1763 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1765 $as_echo_n "checking for $2... " >&6; }
1766 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1767 $as_echo_n "(cached) " >&6
1768 else
1769 if test x$gcc_no_link = xyes; then
1770 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
1771 fi
1772 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1773 /* end confdefs.h. */
1774 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1775 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1776 #define $2 innocuous_$2
1777
1778 /* System header to define __stub macros and hopefully few prototypes,
1779 which can conflict with char $2 (); below.
1780 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1781 <limits.h> exists even on freestanding compilers. */
1782
1783 #ifdef __STDC__
1784 # include <limits.h>
1785 #else
1786 # include <assert.h>
1787 #endif
1788
1789 #undef $2
1790
1791 /* Override any GCC internal prototype to avoid an error.
1792 Use char because int might match the return type of a GCC
1793 builtin and then its argument prototype would still apply. */
1794 #ifdef __cplusplus
1795 extern "C"
1796 #endif
1797 char $2 ();
1798 /* The GNU C library defines this for functions which it implements
1799 to always fail with ENOSYS. Some functions are actually named
1800 something starting with __ and the normal name is an alias. */
1801 #if defined __stub_$2 || defined __stub___$2
1802 choke me
1803 #endif
1804
1805 int
1806 main ()
1807 {
1808 return $2 ();
1809 ;
1810 return 0;
1811 }
1812 _ACEOF
1813 if ac_fn_c_try_link "$LINENO"; then :
1814 eval "$3=yes"
1815 else
1816 eval "$3=no"
1817 fi
1818 rm -f core conftest.err conftest.$ac_objext \
1819 conftest$ac_exeext conftest.$ac_ext
1820 fi
1821 eval ac_res=\$$3
1822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1823 $as_echo "$ac_res" >&6; }
1824 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1825
1826 } # ac_fn_c_check_func
1827 cat >config.log <<_ACEOF
1828 This file contains any messages produced by compilers while
1829 running configure, to aid debugging if configure makes a mistake.
1830
1831 It was created by libssp $as_me 1.0, which was
1832 generated by GNU Autoconf 2.64. Invocation command line was
1833
1834 $ $0 $@
1835
1836 _ACEOF
1837 exec 5>>config.log
1838 {
1839 cat <<_ASUNAME
1840 ## --------- ##
1841 ## Platform. ##
1842 ## --------- ##
1843
1844 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1845 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1846 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1847 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1848 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1849
1850 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1851 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1852
1853 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1854 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1855 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1856 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1857 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1858 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1859 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1860
1861 _ASUNAME
1862
1863 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1864 for as_dir in $PATH
1865 do
1866 IFS=$as_save_IFS
1867 test -z "$as_dir" && as_dir=.
1868 $as_echo "PATH: $as_dir"
1869 done
1870 IFS=$as_save_IFS
1871
1872 } >&5
1873
1874 cat >&5 <<_ACEOF
1875
1876
1877 ## ----------- ##
1878 ## Core tests. ##
1879 ## ----------- ##
1880
1881 _ACEOF
1882
1883
1884 # Keep a trace of the command line.
1885 # Strip out --no-create and --no-recursion so they do not pile up.
1886 # Strip out --silent because we don't want to record it for future runs.
1887 # Also quote any args containing shell meta-characters.
1888 # Make two passes to allow for proper duplicate-argument suppression.
1889 ac_configure_args=
1890 ac_configure_args0=
1891 ac_configure_args1=
1892 ac_must_keep_next=false
1893 for ac_pass in 1 2
1894 do
1895 for ac_arg
1896 do
1897 case $ac_arg in
1898 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1899 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1900 | -silent | --silent | --silen | --sile | --sil)
1901 continue ;;
1902 *\'*)
1903 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1904 esac
1905 case $ac_pass in
1906 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1907 2)
1908 as_fn_append ac_configure_args1 " '$ac_arg'"
1909 if test $ac_must_keep_next = true; then
1910 ac_must_keep_next=false # Got value, back to normal.
1911 else
1912 case $ac_arg in
1913 *=* | --config-cache | -C | -disable-* | --disable-* \
1914 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1915 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1916 | -with-* | --with-* | -without-* | --without-* | --x)
1917 case "$ac_configure_args0 " in
1918 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1919 esac
1920 ;;
1921 -* ) ac_must_keep_next=true ;;
1922 esac
1923 fi
1924 as_fn_append ac_configure_args " '$ac_arg'"
1925 ;;
1926 esac
1927 done
1928 done
1929 { ac_configure_args0=; unset ac_configure_args0;}
1930 { ac_configure_args1=; unset ac_configure_args1;}
1931
1932 # When interrupted or exit'd, cleanup temporary files, and complete
1933 # config.log. We remove comments because anyway the quotes in there
1934 # would cause problems or look ugly.
1935 # WARNING: Use '\'' to represent an apostrophe within the trap.
1936 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1937 trap 'exit_status=$?
1938 # Save into config.log some information that might help in debugging.
1939 {
1940 echo
1941
1942 cat <<\_ASBOX
1943 ## ---------------- ##
1944 ## Cache variables. ##
1945 ## ---------------- ##
1946 _ASBOX
1947 echo
1948 # The following way of writing the cache mishandles newlines in values,
1949 (
1950 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1951 eval ac_val=\$$ac_var
1952 case $ac_val in #(
1953 *${as_nl}*)
1954 case $ac_var in #(
1955 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1956 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1957 esac
1958 case $ac_var in #(
1959 _ | IFS | as_nl) ;; #(
1960 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1961 *) { eval $ac_var=; unset $ac_var;} ;;
1962 esac ;;
1963 esac
1964 done
1965 (set) 2>&1 |
1966 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1967 *${as_nl}ac_space=\ *)
1968 sed -n \
1969 "s/'\''/'\''\\\\'\'''\''/g;
1970 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1971 ;; #(
1972 *)
1973 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1974 ;;
1975 esac |
1976 sort
1977 )
1978 echo
1979
1980 cat <<\_ASBOX
1981 ## ----------------- ##
1982 ## Output variables. ##
1983 ## ----------------- ##
1984 _ASBOX
1985 echo
1986 for ac_var in $ac_subst_vars
1987 do
1988 eval ac_val=\$$ac_var
1989 case $ac_val in
1990 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1991 esac
1992 $as_echo "$ac_var='\''$ac_val'\''"
1993 done | sort
1994 echo
1995
1996 if test -n "$ac_subst_files"; then
1997 cat <<\_ASBOX
1998 ## ------------------- ##
1999 ## File substitutions. ##
2000 ## ------------------- ##
2001 _ASBOX
2002 echo
2003 for ac_var in $ac_subst_files
2004 do
2005 eval ac_val=\$$ac_var
2006 case $ac_val in
2007 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2008 esac
2009 $as_echo "$ac_var='\''$ac_val'\''"
2010 done | sort
2011 echo
2012 fi
2013
2014 if test -s confdefs.h; then
2015 cat <<\_ASBOX
2016 ## ----------- ##
2017 ## confdefs.h. ##
2018 ## ----------- ##
2019 _ASBOX
2020 echo
2021 cat confdefs.h
2022 echo
2023 fi
2024 test "$ac_signal" != 0 &&
2025 $as_echo "$as_me: caught signal $ac_signal"
2026 $as_echo "$as_me: exit $exit_status"
2027 } >&5
2028 rm -f core *.core core.conftest.* &&
2029 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2030 exit $exit_status
2031 ' 0
2032 for ac_signal in 1 2 13 15; do
2033 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2034 done
2035 ac_signal=0
2036
2037 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2038 rm -f -r conftest* confdefs.h
2039
2040 $as_echo "/* confdefs.h */" > confdefs.h
2041
2042 # Predefined preprocessor variables.
2043
2044 cat >>confdefs.h <<_ACEOF
2045 #define PACKAGE_NAME "$PACKAGE_NAME"
2046 _ACEOF
2047
2048 cat >>confdefs.h <<_ACEOF
2049 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2050 _ACEOF
2051
2052 cat >>confdefs.h <<_ACEOF
2053 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2054 _ACEOF
2055
2056 cat >>confdefs.h <<_ACEOF
2057 #define PACKAGE_STRING "$PACKAGE_STRING"
2058 _ACEOF
2059
2060 cat >>confdefs.h <<_ACEOF
2061 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2062 _ACEOF
2063
2064 cat >>confdefs.h <<_ACEOF
2065 #define PACKAGE_URL "$PACKAGE_URL"
2066 _ACEOF
2067
2068
2069 # Let the site file select an alternate cache file if it wants to.
2070 # Prefer an explicitly selected file to automatically selected ones.
2071 ac_site_file1=NONE
2072 ac_site_file2=NONE
2073 if test -n "$CONFIG_SITE"; then
2074 ac_site_file1=$CONFIG_SITE
2075 elif test "x$prefix" != xNONE; then
2076 ac_site_file1=$prefix/share/config.site
2077 ac_site_file2=$prefix/etc/config.site
2078 else
2079 ac_site_file1=$ac_default_prefix/share/config.site
2080 ac_site_file2=$ac_default_prefix/etc/config.site
2081 fi
2082 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2083 do
2084 test "x$ac_site_file" = xNONE && continue
2085 if test -r "$ac_site_file"; then
2086 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2087 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2088 sed 's/^/| /' "$ac_site_file" >&5
2089 . "$ac_site_file"
2090 fi
2091 done
2092
2093 if test -r "$cache_file"; then
2094 # Some versions of bash will fail to source /dev/null (special
2095 # files actually), so we avoid doing that.
2096 if test -f "$cache_file"; then
2097 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2098 $as_echo "$as_me: loading cache $cache_file" >&6;}
2099 case $cache_file in
2100 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2101 *) . "./$cache_file";;
2102 esac
2103 fi
2104 else
2105 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2106 $as_echo "$as_me: creating cache $cache_file" >&6;}
2107 >$cache_file
2108 fi
2109
2110 # Check that the precious variables saved in the cache have kept the same
2111 # value.
2112 ac_cache_corrupted=false
2113 for ac_var in $ac_precious_vars; do
2114 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2115 eval ac_new_set=\$ac_env_${ac_var}_set
2116 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2117 eval ac_new_val=\$ac_env_${ac_var}_value
2118 case $ac_old_set,$ac_new_set in
2119 set,)
2120 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2121 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2122 ac_cache_corrupted=: ;;
2123 ,set)
2124 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2125 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2126 ac_cache_corrupted=: ;;
2127 ,);;
2128 *)
2129 if test "x$ac_old_val" != "x$ac_new_val"; then
2130 # differences in whitespace do not lead to failure.
2131 ac_old_val_w=`echo x $ac_old_val`
2132 ac_new_val_w=`echo x $ac_new_val`
2133 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2134 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2135 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2136 ac_cache_corrupted=:
2137 else
2138 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2139 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2140 eval $ac_var=\$ac_old_val
2141 fi
2142 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2143 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2144 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2145 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2146 fi;;
2147 esac
2148 # Pass precious variables to config.status.
2149 if test "$ac_new_set" = set; then
2150 case $ac_new_val in
2151 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2152 *) ac_arg=$ac_var=$ac_new_val ;;
2153 esac
2154 case " $ac_configure_args " in
2155 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2156 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2157 esac
2158 fi
2159 done
2160 if $ac_cache_corrupted; then
2161 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2162 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2163 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2164 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2165 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2166 fi
2167 ## -------------------- ##
2168 ## Main body of script. ##
2169 ## -------------------- ##
2170
2171 ac_ext=c
2172 ac_cpp='$CPP $CPPFLAGS'
2173 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2174 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2175 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2176
2177
2178
2179
2180
2181
2182 ac_aux_dir=
2183 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2184 for ac_t in install-sh install.sh shtool; do
2185 if test -f "$ac_dir/$ac_t"; then
2186 ac_aux_dir=$ac_dir
2187 ac_install_sh="$ac_aux_dir/$ac_t -c"
2188 break 2
2189 fi
2190 done
2191 done
2192 if test -z "$ac_aux_dir"; then
2193 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2194 fi
2195
2196 # These three variables are undocumented and unsupported,
2197 # and are intended to be withdrawn in a future Autoconf release.
2198 # They can cause serious problems if a builder's source tree is in a directory
2199 # whose full name contains unusual characters.
2200 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2201 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2202 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2203
2204
2205 # Make sure we can run config.sub.
2206 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2207 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2208
2209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2210 $as_echo_n "checking build system type... " >&6; }
2211 if test "${ac_cv_build+set}" = set; then :
2212 $as_echo_n "(cached) " >&6
2213 else
2214 ac_build_alias=$build_alias
2215 test "x$ac_build_alias" = x &&
2216 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2217 test "x$ac_build_alias" = x &&
2218 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2219 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2220 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2221
2222 fi
2223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2224 $as_echo "$ac_cv_build" >&6; }
2225 case $ac_cv_build in
2226 *-*-*) ;;
2227 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2228 esac
2229 build=$ac_cv_build
2230 ac_save_IFS=$IFS; IFS='-'
2231 set x $ac_cv_build
2232 shift
2233 build_cpu=$1
2234 build_vendor=$2
2235 shift; shift
2236 # Remember, the first character of IFS is used to create $*,
2237 # except with old shells:
2238 build_os=$*
2239 IFS=$ac_save_IFS
2240 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2241
2242
2243 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2244 $as_echo_n "checking host system type... " >&6; }
2245 if test "${ac_cv_host+set}" = set; then :
2246 $as_echo_n "(cached) " >&6
2247 else
2248 if test "x$host_alias" = x; then
2249 ac_cv_host=$ac_cv_build
2250 else
2251 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2252 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2253 fi
2254
2255 fi
2256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2257 $as_echo "$ac_cv_host" >&6; }
2258 case $ac_cv_host in
2259 *-*-*) ;;
2260 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2261 esac
2262 host=$ac_cv_host
2263 ac_save_IFS=$IFS; IFS='-'
2264 set x $ac_cv_host
2265 shift
2266 host_cpu=$1
2267 host_vendor=$2
2268 shift; shift
2269 # Remember, the first character of IFS is used to create $*,
2270 # except with old shells:
2271 host_os=$*
2272 IFS=$ac_save_IFS
2273 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2274
2275
2276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2277 $as_echo_n "checking target system type... " >&6; }
2278 if test "${ac_cv_target+set}" = set; then :
2279 $as_echo_n "(cached) " >&6
2280 else
2281 if test "x$target_alias" = x; then
2282 ac_cv_target=$ac_cv_host
2283 else
2284 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2285 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2286 fi
2287
2288 fi
2289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2290 $as_echo "$ac_cv_target" >&6; }
2291 case $ac_cv_target in
2292 *-*-*) ;;
2293 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2294 esac
2295 target=$ac_cv_target
2296 ac_save_IFS=$IFS; IFS='-'
2297 set x $ac_cv_target
2298 shift
2299 target_cpu=$1
2300 target_vendor=$2
2301 shift; shift
2302 # Remember, the first character of IFS is used to create $*,
2303 # except with old shells:
2304 target_os=$*
2305 IFS=$ac_save_IFS
2306 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2307
2308
2309 # The aliases save the names the user supplied, while $host etc.
2310 # will get canonicalized.
2311 test -n "$target_alias" &&
2312 test "$program_prefix$program_suffix$program_transform_name" = \
2313 NONENONEs,x,x, &&
2314 program_prefix=${target_alias}-
2315
2316 case ${build_alias} in
2317 "") build_noncanonical=${build} ;;
2318 *) build_noncanonical=${build_alias} ;;
2319 esac
2320
2321 case ${host_alias} in
2322 "") host_noncanonical=${build_noncanonical} ;;
2323 *) host_noncanonical=${host_alias} ;;
2324 esac
2325
2326 case ${target_alias} in
2327 "") target_noncanonical=${host_noncanonical} ;;
2328 *) target_noncanonical=${target_alias} ;;
2329 esac
2330
2331
2332
2333
2334 am__api_version='1.11'
2335
2336 # Find a good install program. We prefer a C program (faster),
2337 # so one script is as good as another. But avoid the broken or
2338 # incompatible versions:
2339 # SysV /etc/install, /usr/sbin/install
2340 # SunOS /usr/etc/install
2341 # IRIX /sbin/install
2342 # AIX /bin/install
2343 # AmigaOS /C/install, which installs bootblocks on floppy discs
2344 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2345 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2346 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2347 # OS/2's system install, which has a completely different semantic
2348 # ./install, which can be erroneously created by make from ./install.sh.
2349 # Reject install programs that cannot install multiple files.
2350 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2351 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2352 if test -z "$INSTALL"; then
2353 if test "${ac_cv_path_install+set}" = set; then :
2354 $as_echo_n "(cached) " >&6
2355 else
2356 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2357 for as_dir in $PATH
2358 do
2359 IFS=$as_save_IFS
2360 test -z "$as_dir" && as_dir=.
2361 # Account for people who put trailing slashes in PATH elements.
2362 case $as_dir/ in #((
2363 ./ | .// | /[cC]/* | \
2364 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2365 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2366 /usr/ucb/* ) ;;
2367 *)
2368 # OSF1 and SCO ODT 3.0 have their own names for install.
2369 # Don't use installbsd from OSF since it installs stuff as root
2370 # by default.
2371 for ac_prog in ginstall scoinst install; do
2372 for ac_exec_ext in '' $ac_executable_extensions; do
2373 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2374 if test $ac_prog = install &&
2375 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2376 # AIX install. It has an incompatible calling convention.
2377 :
2378 elif test $ac_prog = install &&
2379 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2380 # program-specific install script used by HP pwplus--don't use.
2381 :
2382 else
2383 rm -rf conftest.one conftest.two conftest.dir
2384 echo one > conftest.one
2385 echo two > conftest.two
2386 mkdir conftest.dir
2387 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2388 test -s conftest.one && test -s conftest.two &&
2389 test -s conftest.dir/conftest.one &&
2390 test -s conftest.dir/conftest.two
2391 then
2392 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2393 break 3
2394 fi
2395 fi
2396 fi
2397 done
2398 done
2399 ;;
2400 esac
2401
2402 done
2403 IFS=$as_save_IFS
2404
2405 rm -rf conftest.one conftest.two conftest.dir
2406
2407 fi
2408 if test "${ac_cv_path_install+set}" = set; then
2409 INSTALL=$ac_cv_path_install
2410 else
2411 # As a last resort, use the slow shell script. Don't cache a
2412 # value for INSTALL within a source directory, because that will
2413 # break other packages using the cache if that directory is
2414 # removed, or if the value is a relative name.
2415 INSTALL=$ac_install_sh
2416 fi
2417 fi
2418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2419 $as_echo "$INSTALL" >&6; }
2420
2421 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2422 # It thinks the first close brace ends the variable substitution.
2423 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2424
2425 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2426
2427 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2428
2429 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2430 $as_echo_n "checking whether build environment is sane... " >&6; }
2431 # Just in case
2432 sleep 1
2433 echo timestamp > conftest.file
2434 # Reject unsafe characters in $srcdir or the absolute working directory
2435 # name. Accept space and tab only in the latter.
2436 am_lf='
2437 '
2438 case `pwd` in
2439 *[\\\"\#\$\&\'\`$am_lf]*)
2440 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
2441 esac
2442 case $srcdir in
2443 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2444 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2445 esac
2446
2447 # Do `set' in a subshell so we don't clobber the current shell's
2448 # arguments. Must try -L first in case configure is actually a
2449 # symlink; some systems play weird games with the mod time of symlinks
2450 # (eg FreeBSD returns the mod time of the symlink's containing
2451 # directory).
2452 if (
2453 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2454 if test "$*" = "X"; then
2455 # -L didn't work.
2456 set X `ls -t "$srcdir/configure" conftest.file`
2457 fi
2458 rm -f conftest.file
2459 if test "$*" != "X $srcdir/configure conftest.file" \
2460 && test "$*" != "X conftest.file $srcdir/configure"; then
2461
2462 # If neither matched, then we have a broken ls. This can happen
2463 # if, for instance, CONFIG_SHELL is bash and it inherits a
2464 # broken ls alias from the environment. This has actually
2465 # happened. Such a system could not be considered "sane".
2466 as_fn_error "ls -t appears to fail. Make sure there is not a broken
2467 alias in your environment" "$LINENO" 5
2468 fi
2469
2470 test "$2" = conftest.file
2471 )
2472 then
2473 # Ok.
2474 :
2475 else
2476 as_fn_error "newly created file is older than distributed files!
2477 Check your system clock" "$LINENO" 5
2478 fi
2479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2480 $as_echo "yes" >&6; }
2481 test "$program_prefix" != NONE &&
2482 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2483 # Use a double $ so make ignores it.
2484 test "$program_suffix" != NONE &&
2485 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2486 # Double any \ or $.
2487 # By default was `s,x,x', remove it if useless.
2488 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2489 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2490
2491 # expand $ac_aux_dir to an absolute path
2492 am_aux_dir=`cd $ac_aux_dir && pwd`
2493
2494 if test x"${MISSING+set}" != xset; then
2495 case $am_aux_dir in
2496 *\ * | *\ *)
2497 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2498 *)
2499 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2500 esac
2501 fi
2502 # Use eval to expand $SHELL
2503 if eval "$MISSING --run true"; then
2504 am_missing_run="$MISSING --run "
2505 else
2506 am_missing_run=
2507 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2508 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2509 fi
2510
2511 if test x"${install_sh}" != xset; then
2512 case $am_aux_dir in
2513 *\ * | *\ *)
2514 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2515 *)
2516 install_sh="\${SHELL} $am_aux_dir/install-sh"
2517 esac
2518 fi
2519
2520 # Installed binaries are usually stripped using `strip' when the user
2521 # run `make install-strip'. However `strip' might not be the right
2522 # tool to use in cross-compilation environments, therefore Automake
2523 # will honor the `STRIP' environment variable to overrule this program.
2524 if test "$cross_compiling" != no; then
2525 if test -n "$ac_tool_prefix"; then
2526 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2527 set dummy ${ac_tool_prefix}strip; ac_word=$2
2528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2529 $as_echo_n "checking for $ac_word... " >&6; }
2530 if test "${ac_cv_prog_STRIP+set}" = set; then :
2531 $as_echo_n "(cached) " >&6
2532 else
2533 if test -n "$STRIP"; then
2534 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2535 else
2536 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2537 for as_dir in $PATH
2538 do
2539 IFS=$as_save_IFS
2540 test -z "$as_dir" && as_dir=.
2541 for ac_exec_ext in '' $ac_executable_extensions; do
2542 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2543 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2544 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2545 break 2
2546 fi
2547 done
2548 done
2549 IFS=$as_save_IFS
2550
2551 fi
2552 fi
2553 STRIP=$ac_cv_prog_STRIP
2554 if test -n "$STRIP"; then
2555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2556 $as_echo "$STRIP" >&6; }
2557 else
2558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2559 $as_echo "no" >&6; }
2560 fi
2561
2562
2563 fi
2564 if test -z "$ac_cv_prog_STRIP"; then
2565 ac_ct_STRIP=$STRIP
2566 # Extract the first word of "strip", so it can be a program name with args.
2567 set dummy strip; ac_word=$2
2568 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2569 $as_echo_n "checking for $ac_word... " >&6; }
2570 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
2571 $as_echo_n "(cached) " >&6
2572 else
2573 if test -n "$ac_ct_STRIP"; then
2574 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2575 else
2576 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2577 for as_dir in $PATH
2578 do
2579 IFS=$as_save_IFS
2580 test -z "$as_dir" && as_dir=.
2581 for ac_exec_ext in '' $ac_executable_extensions; do
2582 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2583 ac_cv_prog_ac_ct_STRIP="strip"
2584 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2585 break 2
2586 fi
2587 done
2588 done
2589 IFS=$as_save_IFS
2590
2591 fi
2592 fi
2593 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2594 if test -n "$ac_ct_STRIP"; then
2595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2596 $as_echo "$ac_ct_STRIP" >&6; }
2597 else
2598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2599 $as_echo "no" >&6; }
2600 fi
2601
2602 if test "x$ac_ct_STRIP" = x; then
2603 STRIP=":"
2604 else
2605 case $cross_compiling:$ac_tool_warned in
2606 yes:)
2607 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2608 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2609 ac_tool_warned=yes ;;
2610 esac
2611 STRIP=$ac_ct_STRIP
2612 fi
2613 else
2614 STRIP="$ac_cv_prog_STRIP"
2615 fi
2616
2617 fi
2618 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2619
2620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2621 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2622 if test -z "$MKDIR_P"; then
2623 if test "${ac_cv_path_mkdir+set}" = set; then :
2624 $as_echo_n "(cached) " >&6
2625 else
2626 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2627 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2628 do
2629 IFS=$as_save_IFS
2630 test -z "$as_dir" && as_dir=.
2631 for ac_prog in mkdir gmkdir; do
2632 for ac_exec_ext in '' $ac_executable_extensions; do
2633 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2634 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2635 'mkdir (GNU coreutils) '* | \
2636 'mkdir (coreutils) '* | \
2637 'mkdir (fileutils) '4.1*)
2638 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2639 break 3;;
2640 esac
2641 done
2642 done
2643 done
2644 IFS=$as_save_IFS
2645
2646 fi
2647
2648 if test "${ac_cv_path_mkdir+set}" = set; then
2649 MKDIR_P="$ac_cv_path_mkdir -p"
2650 else
2651 # As a last resort, use the slow shell script. Don't cache a
2652 # value for MKDIR_P within a source directory, because that will
2653 # break other packages using the cache if that directory is
2654 # removed, or if the value is a relative name.
2655 test -d ./--version && rmdir ./--version
2656 MKDIR_P="$ac_install_sh -d"
2657 fi
2658 fi
2659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2660 $as_echo "$MKDIR_P" >&6; }
2661
2662 mkdir_p="$MKDIR_P"
2663 case $mkdir_p in
2664 [\\/$]* | ?:[\\/]*) ;;
2665 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2666 esac
2667
2668 for ac_prog in gawk mawk nawk awk
2669 do
2670 # Extract the first word of "$ac_prog", so it can be a program name with args.
2671 set dummy $ac_prog; ac_word=$2
2672 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2673 $as_echo_n "checking for $ac_word... " >&6; }
2674 if test "${ac_cv_prog_AWK+set}" = set; then :
2675 $as_echo_n "(cached) " >&6
2676 else
2677 if test -n "$AWK"; then
2678 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2679 else
2680 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2681 for as_dir in $PATH
2682 do
2683 IFS=$as_save_IFS
2684 test -z "$as_dir" && as_dir=.
2685 for ac_exec_ext in '' $ac_executable_extensions; do
2686 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2687 ac_cv_prog_AWK="$ac_prog"
2688 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2689 break 2
2690 fi
2691 done
2692 done
2693 IFS=$as_save_IFS
2694
2695 fi
2696 fi
2697 AWK=$ac_cv_prog_AWK
2698 if test -n "$AWK"; then
2699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2700 $as_echo "$AWK" >&6; }
2701 else
2702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2703 $as_echo "no" >&6; }
2704 fi
2705
2706
2707 test -n "$AWK" && break
2708 done
2709
2710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2711 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2712 set x ${MAKE-make}
2713 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2714 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2715 $as_echo_n "(cached) " >&6
2716 else
2717 cat >conftest.make <<\_ACEOF
2718 SHELL = /bin/sh
2719 all:
2720 @echo '@@@%%%=$(MAKE)=@@@%%%'
2721 _ACEOF
2722 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2723 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2724 *@@@%%%=?*=@@@%%%*)
2725 eval ac_cv_prog_make_${ac_make}_set=yes;;
2726 *)
2727 eval ac_cv_prog_make_${ac_make}_set=no;;
2728 esac
2729 rm -f conftest.make
2730 fi
2731 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2733 $as_echo "yes" >&6; }
2734 SET_MAKE=
2735 else
2736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2737 $as_echo "no" >&6; }
2738 SET_MAKE="MAKE=${MAKE-make}"
2739 fi
2740
2741 rm -rf .tst 2>/dev/null
2742 mkdir .tst 2>/dev/null
2743 if test -d .tst; then
2744 am__leading_dot=.
2745 else
2746 am__leading_dot=_
2747 fi
2748 rmdir .tst 2>/dev/null
2749
2750 if test "`cd $srcdir && pwd`" != "`pwd`"; then
2751 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2752 # is not polluted with repeated "-I."
2753 am__isrc=' -I$(srcdir)'
2754 # test to see if srcdir already configured
2755 if test -f $srcdir/config.status; then
2756 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2757 fi
2758 fi
2759
2760 # test whether we have cygpath
2761 if test -z "$CYGPATH_W"; then
2762 if (cygpath --version) >/dev/null 2>/dev/null; then
2763 CYGPATH_W='cygpath -w'
2764 else
2765 CYGPATH_W=echo
2766 fi
2767 fi
2768
2769
2770 # Define the identity of the package.
2771 PACKAGE='libssp'
2772 VERSION='1.0'
2773
2774
2775 cat >>confdefs.h <<_ACEOF
2776 #define PACKAGE "$PACKAGE"
2777 _ACEOF
2778
2779
2780 cat >>confdefs.h <<_ACEOF
2781 #define VERSION "$VERSION"
2782 _ACEOF
2783
2784 # Some tools Automake needs.
2785
2786 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2787
2788
2789 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2790
2791
2792 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2793
2794
2795 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2796
2797
2798 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2799
2800 # We need awk for the "check" target. The system "awk" is bad on
2801 # some platforms.
2802 # Always define AMTAR for backward compatibility.
2803
2804 AMTAR=${AMTAR-"${am_missing_run}tar"}
2805
2806 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2807
2808
2809
2810
2811
2812
2813 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --enable-version-specific-runtime-libs" >&5
2814 $as_echo_n "checking for --enable-version-specific-runtime-libs... " >&6; }
2815 # Check whether --enable-version-specific-runtime-libs was given.
2816 if test "${enable_version_specific_runtime_libs+set}" = set; then :
2817 enableval=$enable_version_specific_runtime_libs; case "$enableval" in
2818 yes) version_specific_libs=yes ;;
2819 no) version_specific_libs=no ;;
2820 *) as_fn_error "Unknown argument to enable/disable version-specific libs" "$LINENO" 5;;
2821 esac
2822 else
2823 version_specific_libs=no
2824 fi
2825
2826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $version_specific_libs" >&5
2827 $as_echo "$version_specific_libs" >&6; }
2828
2829
2830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
2831 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
2832 # Check whether --enable-maintainer-mode was given.
2833 if test "${enable_maintainer_mode+set}" = set; then :
2834 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
2835 else
2836 USE_MAINTAINER_MODE=no
2837 fi
2838
2839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
2840 $as_echo "$USE_MAINTAINER_MODE" >&6; }
2841 if test $USE_MAINTAINER_MODE = yes; then
2842 MAINTAINER_MODE_TRUE=
2843 MAINTAINER_MODE_FALSE='#'
2844 else
2845 MAINTAINER_MODE_TRUE='#'
2846 MAINTAINER_MODE_FALSE=
2847 fi
2848
2849 MAINT=$MAINTAINER_MODE_TRUE
2850
2851
2852
2853
2854
2855 # Default to --enable-multilib
2856 # Check whether --enable-multilib was given.
2857 if test "${enable_multilib+set}" = set; then :
2858 enableval=$enable_multilib; case "$enableval" in
2859 yes) multilib=yes ;;
2860 no) multilib=no ;;
2861 *) as_fn_error "bad value $enableval for multilib option" "$LINENO" 5 ;;
2862 esac
2863 else
2864 multilib=yes
2865 fi
2866
2867
2868 # We may get other options which we leave undocumented:
2869 # --with-target-subdir, --with-multisrctop, --with-multisubdir
2870 # See config-ml.in if you want the gory details.
2871
2872 if test "$srcdir" = "."; then
2873 if test "$with_target_subdir" != "."; then
2874 multi_basedir="$srcdir/$with_multisrctop../.."
2875 else
2876 multi_basedir="$srcdir/$with_multisrctop.."
2877 fi
2878 else
2879 multi_basedir="$srcdir/.."
2880 fi
2881
2882
2883 # Even if the default multilib is not a cross compilation,
2884 # it may be that some of the other multilibs are.
2885 if test $cross_compiling = no && test $multilib = yes \
2886 && test "x${with_multisubdir}" != x ; then
2887 cross_compiling=maybe
2888 fi
2889
2890 ac_config_commands="$ac_config_commands default-1"
2891
2892
2893 target_alias=${target_alias-$host_alias}
2894
2895
2896 ac_config_headers="$ac_config_headers config.h"
2897
2898
2899 ac_ext=c
2900 ac_cpp='$CPP $CPPFLAGS'
2901 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2902 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2903 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2904
2905 # The same as in boehm-gc and libstdc++. Have to borrow it from there.
2906 # We must force CC to /not/ be precious variables; otherwise
2907 # the wrong, non-multilib-adjusted value will be used in multilibs.
2908 # As a side effect, we have to subst CFLAGS ourselves.
2909
2910
2911
2912 ac_ext=c
2913 ac_cpp='$CPP $CPPFLAGS'
2914 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2915 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2916 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2917 if test -n "$ac_tool_prefix"; then
2918 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2919 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2921 $as_echo_n "checking for $ac_word... " >&6; }
2922 if test "${ac_cv_prog_CC+set}" = set; then :
2923 $as_echo_n "(cached) " >&6
2924 else
2925 if test -n "$CC"; then
2926 ac_cv_prog_CC="$CC" # Let the user override the test.
2927 else
2928 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2929 for as_dir in $PATH
2930 do
2931 IFS=$as_save_IFS
2932 test -z "$as_dir" && as_dir=.
2933 for ac_exec_ext in '' $ac_executable_extensions; do
2934 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2935 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2936 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2937 break 2
2938 fi
2939 done
2940 done
2941 IFS=$as_save_IFS
2942
2943 fi
2944 fi
2945 CC=$ac_cv_prog_CC
2946 if test -n "$CC"; then
2947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2948 $as_echo "$CC" >&6; }
2949 else
2950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2951 $as_echo "no" >&6; }
2952 fi
2953
2954
2955 fi
2956 if test -z "$ac_cv_prog_CC"; then
2957 ac_ct_CC=$CC
2958 # Extract the first word of "gcc", so it can be a program name with args.
2959 set dummy gcc; ac_word=$2
2960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2961 $as_echo_n "checking for $ac_word... " >&6; }
2962 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2963 $as_echo_n "(cached) " >&6
2964 else
2965 if test -n "$ac_ct_CC"; then
2966 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2967 else
2968 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2969 for as_dir in $PATH
2970 do
2971 IFS=$as_save_IFS
2972 test -z "$as_dir" && as_dir=.
2973 for ac_exec_ext in '' $ac_executable_extensions; do
2974 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2975 ac_cv_prog_ac_ct_CC="gcc"
2976 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2977 break 2
2978 fi
2979 done
2980 done
2981 IFS=$as_save_IFS
2982
2983 fi
2984 fi
2985 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2986 if test -n "$ac_ct_CC"; then
2987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2988 $as_echo "$ac_ct_CC" >&6; }
2989 else
2990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2991 $as_echo "no" >&6; }
2992 fi
2993
2994 if test "x$ac_ct_CC" = x; then
2995 CC=""
2996 else
2997 case $cross_compiling:$ac_tool_warned in
2998 yes:)
2999 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3000 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3001 ac_tool_warned=yes ;;
3002 esac
3003 CC=$ac_ct_CC
3004 fi
3005 else
3006 CC="$ac_cv_prog_CC"
3007 fi
3008
3009 if test -z "$CC"; then
3010 if test -n "$ac_tool_prefix"; then
3011 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3012 set dummy ${ac_tool_prefix}cc; ac_word=$2
3013 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3014 $as_echo_n "checking for $ac_word... " >&6; }
3015 if test "${ac_cv_prog_CC+set}" = set; then :
3016 $as_echo_n "(cached) " >&6
3017 else
3018 if test -n "$CC"; then
3019 ac_cv_prog_CC="$CC" # Let the user override the test.
3020 else
3021 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3022 for as_dir in $PATH
3023 do
3024 IFS=$as_save_IFS
3025 test -z "$as_dir" && as_dir=.
3026 for ac_exec_ext in '' $ac_executable_extensions; do
3027 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3028 ac_cv_prog_CC="${ac_tool_prefix}cc"
3029 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3030 break 2
3031 fi
3032 done
3033 done
3034 IFS=$as_save_IFS
3035
3036 fi
3037 fi
3038 CC=$ac_cv_prog_CC
3039 if test -n "$CC"; then
3040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3041 $as_echo "$CC" >&6; }
3042 else
3043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3044 $as_echo "no" >&6; }
3045 fi
3046
3047
3048 fi
3049 fi
3050 if test -z "$CC"; then
3051 # Extract the first word of "cc", so it can be a program name with args.
3052 set dummy cc; ac_word=$2
3053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3054 $as_echo_n "checking for $ac_word... " >&6; }
3055 if test "${ac_cv_prog_CC+set}" = set; then :
3056 $as_echo_n "(cached) " >&6
3057 else
3058 if test -n "$CC"; then
3059 ac_cv_prog_CC="$CC" # Let the user override the test.
3060 else
3061 ac_prog_rejected=no
3062 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3063 for as_dir in $PATH
3064 do
3065 IFS=$as_save_IFS
3066 test -z "$as_dir" && as_dir=.
3067 for ac_exec_ext in '' $ac_executable_extensions; do
3068 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3069 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3070 ac_prog_rejected=yes
3071 continue
3072 fi
3073 ac_cv_prog_CC="cc"
3074 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3075 break 2
3076 fi
3077 done
3078 done
3079 IFS=$as_save_IFS
3080
3081 if test $ac_prog_rejected = yes; then
3082 # We found a bogon in the path, so make sure we never use it.
3083 set dummy $ac_cv_prog_CC
3084 shift
3085 if test $# != 0; then
3086 # We chose a different compiler from the bogus one.
3087 # However, it has the same basename, so the bogon will be chosen
3088 # first if we set CC to just the basename; use the full file name.
3089 shift
3090 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3091 fi
3092 fi
3093 fi
3094 fi
3095 CC=$ac_cv_prog_CC
3096 if test -n "$CC"; then
3097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3098 $as_echo "$CC" >&6; }
3099 else
3100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3101 $as_echo "no" >&6; }
3102 fi
3103
3104
3105 fi
3106 if test -z "$CC"; then
3107 if test -n "$ac_tool_prefix"; then
3108 for ac_prog in cl.exe
3109 do
3110 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3111 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3113 $as_echo_n "checking for $ac_word... " >&6; }
3114 if test "${ac_cv_prog_CC+set}" = set; then :
3115 $as_echo_n "(cached) " >&6
3116 else
3117 if test -n "$CC"; then
3118 ac_cv_prog_CC="$CC" # Let the user override the test.
3119 else
3120 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3121 for as_dir in $PATH
3122 do
3123 IFS=$as_save_IFS
3124 test -z "$as_dir" && as_dir=.
3125 for ac_exec_ext in '' $ac_executable_extensions; do
3126 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3127 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3128 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3129 break 2
3130 fi
3131 done
3132 done
3133 IFS=$as_save_IFS
3134
3135 fi
3136 fi
3137 CC=$ac_cv_prog_CC
3138 if test -n "$CC"; then
3139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3140 $as_echo "$CC" >&6; }
3141 else
3142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3143 $as_echo "no" >&6; }
3144 fi
3145
3146
3147 test -n "$CC" && break
3148 done
3149 fi
3150 if test -z "$CC"; then
3151 ac_ct_CC=$CC
3152 for ac_prog in cl.exe
3153 do
3154 # Extract the first word of "$ac_prog", so it can be a program name with args.
3155 set dummy $ac_prog; ac_word=$2
3156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3157 $as_echo_n "checking for $ac_word... " >&6; }
3158 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3159 $as_echo_n "(cached) " >&6
3160 else
3161 if test -n "$ac_ct_CC"; then
3162 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3163 else
3164 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3165 for as_dir in $PATH
3166 do
3167 IFS=$as_save_IFS
3168 test -z "$as_dir" && as_dir=.
3169 for ac_exec_ext in '' $ac_executable_extensions; do
3170 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3171 ac_cv_prog_ac_ct_CC="$ac_prog"
3172 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3173 break 2
3174 fi
3175 done
3176 done
3177 IFS=$as_save_IFS
3178
3179 fi
3180 fi
3181 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3182 if test -n "$ac_ct_CC"; then
3183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3184 $as_echo "$ac_ct_CC" >&6; }
3185 else
3186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3187 $as_echo "no" >&6; }
3188 fi
3189
3190
3191 test -n "$ac_ct_CC" && break
3192 done
3193
3194 if test "x$ac_ct_CC" = x; then
3195 CC=""
3196 else
3197 case $cross_compiling:$ac_tool_warned in
3198 yes:)
3199 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3200 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3201 ac_tool_warned=yes ;;
3202 esac
3203 CC=$ac_ct_CC
3204 fi
3205 fi
3206
3207 fi
3208
3209
3210 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3211 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3212 as_fn_error "no acceptable C compiler found in \$PATH
3213 See \`config.log' for more details." "$LINENO" 5; }
3214
3215 # Provide some information about the compiler.
3216 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3217 set X $ac_compile
3218 ac_compiler=$2
3219 for ac_option in --version -v -V -qversion; do
3220 { { ac_try="$ac_compiler $ac_option >&5"
3221 case "(($ac_try" in
3222 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3223 *) ac_try_echo=$ac_try;;
3224 esac
3225 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3226 $as_echo "$ac_try_echo"; } >&5
3227 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3228 ac_status=$?
3229 if test -s conftest.err; then
3230 sed '10a\
3231 ... rest of stderr output deleted ...
3232 10q' conftest.err >conftest.er1
3233 cat conftest.er1 >&5
3234 rm -f conftest.er1 conftest.err
3235 fi
3236 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3237 test $ac_status = 0; }
3238 done
3239
3240 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3241 /* end confdefs.h. */
3242
3243 int
3244 main ()
3245 {
3246
3247 ;
3248 return 0;
3249 }
3250 _ACEOF
3251 # FIXME: Cleanup?
3252 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
3253 (eval $ac_link) 2>&5
3254 ac_status=$?
3255 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3256 test $ac_status = 0; }; then :
3257 gcc_no_link=no
3258 else
3259 gcc_no_link=yes
3260 fi
3261 if test x$gcc_no_link = xyes; then
3262 # Setting cross_compile will disable run tests; it will
3263 # also disable AC_CHECK_FILE but that's generally
3264 # correct if we can't link.
3265 cross_compiling=yes
3266 EXEEXT=
3267 else
3268 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3269 /* end confdefs.h. */
3270
3271 int
3272 main ()
3273 {
3274
3275 ;
3276 return 0;
3277 }
3278 _ACEOF
3279 ac_clean_files_save=$ac_clean_files
3280 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
3281 # Try to create an executable without -o first, disregard a.out.
3282 # It will help us diagnose broken compilers, and finding out an intuition
3283 # of exeext.
3284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3285 $as_echo_n "checking for C compiler default output file name... " >&6; }
3286 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3287
3288 # The possible output files:
3289 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3290
3291 ac_rmfiles=
3292 for ac_file in $ac_files
3293 do
3294 case $ac_file in
3295 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3296 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3297 esac
3298 done
3299 rm -f $ac_rmfiles
3300
3301 if { { ac_try="$ac_link_default"
3302 case "(($ac_try" in
3303 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3304 *) ac_try_echo=$ac_try;;
3305 esac
3306 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3307 $as_echo "$ac_try_echo"; } >&5
3308 (eval "$ac_link_default") 2>&5
3309 ac_status=$?
3310 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3311 test $ac_status = 0; }; then :
3312 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3313 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3314 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3315 # so that the user can short-circuit this test for compilers unknown to
3316 # Autoconf.
3317 for ac_file in $ac_files ''
3318 do
3319 test -f "$ac_file" || continue
3320 case $ac_file in
3321 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3322 ;;
3323 [ab].out )
3324 # We found the default executable, but exeext='' is most
3325 # certainly right.
3326 break;;
3327 *.* )
3328 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3329 then :; else
3330 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3331 fi
3332 # We set ac_cv_exeext here because the later test for it is not
3333 # safe: cross compilers may not add the suffix if given an `-o'
3334 # argument, so we may need to know it at that point already.
3335 # Even if this section looks crufty: it has the advantage of
3336 # actually working.
3337 break;;
3338 * )
3339 break;;
3340 esac
3341 done
3342 test "$ac_cv_exeext" = no && ac_cv_exeext=
3343
3344 else
3345 ac_file=''
3346 fi
3347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3348 $as_echo "$ac_file" >&6; }
3349 if test -z "$ac_file"; then :
3350 $as_echo "$as_me: failed program was:" >&5
3351 sed 's/^/| /' conftest.$ac_ext >&5
3352
3353 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3354 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3355 { as_fn_set_status 77
3356 as_fn_error "C compiler cannot create executables
3357 See \`config.log' for more details." "$LINENO" 5; }; }
3358 fi
3359 ac_exeext=$ac_cv_exeext
3360
3361 # Check that the compiler produces executables we can run. If not, either
3362 # the compiler is broken, or we cross compile.
3363 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3364 $as_echo_n "checking whether the C compiler works... " >&6; }
3365 # If not cross compiling, check that we can run a simple program.
3366 if test "$cross_compiling" != yes; then
3367 if { ac_try='./$ac_file'
3368 { { case "(($ac_try" in
3369 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3370 *) ac_try_echo=$ac_try;;
3371 esac
3372 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3373 $as_echo "$ac_try_echo"; } >&5
3374 (eval "$ac_try") 2>&5
3375 ac_status=$?
3376 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3377 test $ac_status = 0; }; }; then
3378 cross_compiling=no
3379 else
3380 if test "$cross_compiling" = maybe; then
3381 cross_compiling=yes
3382 else
3383 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3384 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3385 as_fn_error "cannot run C compiled programs.
3386 If you meant to cross compile, use \`--host'.
3387 See \`config.log' for more details." "$LINENO" 5; }
3388 fi
3389 fi
3390 fi
3391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3392 $as_echo "yes" >&6; }
3393
3394 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
3395 ac_clean_files=$ac_clean_files_save
3396 # Check that the compiler produces executables we can run. If not, either
3397 # the compiler is broken, or we cross compile.
3398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3399 $as_echo_n "checking whether we are cross compiling... " >&6; }
3400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3401 $as_echo "$cross_compiling" >&6; }
3402
3403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3404 $as_echo_n "checking for suffix of executables... " >&6; }
3405 if { { ac_try="$ac_link"
3406 case "(($ac_try" in
3407 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3408 *) ac_try_echo=$ac_try;;
3409 esac
3410 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3411 $as_echo "$ac_try_echo"; } >&5
3412 (eval "$ac_link") 2>&5
3413 ac_status=$?
3414 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3415 test $ac_status = 0; }; then :
3416 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3417 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3418 # work properly (i.e., refer to `conftest.exe'), while it won't with
3419 # `rm'.
3420 for ac_file in conftest.exe conftest conftest.*; do
3421 test -f "$ac_file" || continue
3422 case $ac_file in
3423 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3424 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3425 break;;
3426 * ) break;;
3427 esac
3428 done
3429 else
3430 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3431 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3432 as_fn_error "cannot compute suffix of executables: cannot compile and link
3433 See \`config.log' for more details." "$LINENO" 5; }
3434 fi
3435 rm -f conftest$ac_cv_exeext
3436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3437 $as_echo "$ac_cv_exeext" >&6; }
3438
3439 rm -f conftest.$ac_ext
3440 EXEEXT=$ac_cv_exeext
3441 ac_exeext=$EXEEXT
3442 fi
3443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3444 $as_echo_n "checking for suffix of object files... " >&6; }
3445 if test "${ac_cv_objext+set}" = set; then :
3446 $as_echo_n "(cached) " >&6
3447 else
3448 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3449 /* end confdefs.h. */
3450
3451 int
3452 main ()
3453 {
3454
3455 ;
3456 return 0;
3457 }
3458 _ACEOF
3459 rm -f conftest.o conftest.obj
3460 if { { ac_try="$ac_compile"
3461 case "(($ac_try" in
3462 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3463 *) ac_try_echo=$ac_try;;
3464 esac
3465 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3466 $as_echo "$ac_try_echo"; } >&5
3467 (eval "$ac_compile") 2>&5
3468 ac_status=$?
3469 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3470 test $ac_status = 0; }; then :
3471 for ac_file in conftest.o conftest.obj conftest.*; do
3472 test -f "$ac_file" || continue;
3473 case $ac_file in
3474 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3475 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3476 break;;
3477 esac
3478 done
3479 else
3480 $as_echo "$as_me: failed program was:" >&5
3481 sed 's/^/| /' conftest.$ac_ext >&5
3482
3483 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3484 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3485 as_fn_error "cannot compute suffix of object files: cannot compile
3486 See \`config.log' for more details." "$LINENO" 5; }
3487 fi
3488 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3489 fi
3490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3491 $as_echo "$ac_cv_objext" >&6; }
3492 OBJEXT=$ac_cv_objext
3493 ac_objext=$OBJEXT
3494 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3495 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3496 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3497 $as_echo_n "(cached) " >&6
3498 else
3499 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3500 /* end confdefs.h. */
3501
3502 int
3503 main ()
3504 {
3505 #ifndef __GNUC__
3506 choke me
3507 #endif
3508
3509 ;
3510 return 0;
3511 }
3512 _ACEOF
3513 if ac_fn_c_try_compile "$LINENO"; then :
3514 ac_compiler_gnu=yes
3515 else
3516 ac_compiler_gnu=no
3517 fi
3518 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3519 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3520
3521 fi
3522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3523 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3524 if test $ac_compiler_gnu = yes; then
3525 GCC=yes
3526 else
3527 GCC=
3528 fi
3529 ac_test_CFLAGS=${CFLAGS+set}
3530 ac_save_CFLAGS=$CFLAGS
3531 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3532 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3533 if test "${ac_cv_prog_cc_g+set}" = set; then :
3534 $as_echo_n "(cached) " >&6
3535 else
3536 ac_save_c_werror_flag=$ac_c_werror_flag
3537 ac_c_werror_flag=yes
3538 ac_cv_prog_cc_g=no
3539 CFLAGS="-g"
3540 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3541 /* end confdefs.h. */
3542
3543 int
3544 main ()
3545 {
3546
3547 ;
3548 return 0;
3549 }
3550 _ACEOF
3551 if ac_fn_c_try_compile "$LINENO"; then :
3552 ac_cv_prog_cc_g=yes
3553 else
3554 CFLAGS=""
3555 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3556 /* end confdefs.h. */
3557
3558 int
3559 main ()
3560 {
3561
3562 ;
3563 return 0;
3564 }
3565 _ACEOF
3566 if ac_fn_c_try_compile "$LINENO"; then :
3567
3568 else
3569 ac_c_werror_flag=$ac_save_c_werror_flag
3570 CFLAGS="-g"
3571 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3572 /* end confdefs.h. */
3573
3574 int
3575 main ()
3576 {
3577
3578 ;
3579 return 0;
3580 }
3581 _ACEOF
3582 if ac_fn_c_try_compile "$LINENO"; then :
3583 ac_cv_prog_cc_g=yes
3584 fi
3585 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3586 fi
3587 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3588 fi
3589 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3590 ac_c_werror_flag=$ac_save_c_werror_flag
3591 fi
3592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3593 $as_echo "$ac_cv_prog_cc_g" >&6; }
3594 if test "$ac_test_CFLAGS" = set; then
3595 CFLAGS=$ac_save_CFLAGS
3596 elif test $ac_cv_prog_cc_g = yes; then
3597 if test "$GCC" = yes; then
3598 CFLAGS="-g -O2"
3599 else
3600 CFLAGS="-g"
3601 fi
3602 else
3603 if test "$GCC" = yes; then
3604 CFLAGS="-O2"
3605 else
3606 CFLAGS=
3607 fi
3608 fi
3609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3610 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3611 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3612 $as_echo_n "(cached) " >&6
3613 else
3614 ac_cv_prog_cc_c89=no
3615 ac_save_CC=$CC
3616 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3617 /* end confdefs.h. */
3618 #include <stdarg.h>
3619 #include <stdio.h>
3620 #include <sys/types.h>
3621 #include <sys/stat.h>
3622 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3623 struct buf { int x; };
3624 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3625 static char *e (p, i)
3626 char **p;
3627 int i;
3628 {
3629 return p[i];
3630 }
3631 static char *f (char * (*g) (char **, int), char **p, ...)
3632 {
3633 char *s;
3634 va_list v;
3635 va_start (v,p);
3636 s = g (p, va_arg (v,int));
3637 va_end (v);
3638 return s;
3639 }
3640
3641 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3642 function prototypes and stuff, but not '\xHH' hex character constants.
3643 These don't provoke an error unfortunately, instead are silently treated
3644 as 'x'. The following induces an error, until -std is added to get
3645 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3646 array size at least. It's necessary to write '\x00'==0 to get something
3647 that's true only with -std. */
3648 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3649
3650 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3651 inside strings and character constants. */
3652 #define FOO(x) 'x'
3653 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3654
3655 int test (int i, double x);
3656 struct s1 {int (*f) (int a);};
3657 struct s2 {int (*f) (double a);};
3658 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3659 int argc;
3660 char **argv;
3661 int
3662 main ()
3663 {
3664 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3665 ;
3666 return 0;
3667 }
3668 _ACEOF
3669 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3670 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3671 do
3672 CC="$ac_save_CC $ac_arg"
3673 if ac_fn_c_try_compile "$LINENO"; then :
3674 ac_cv_prog_cc_c89=$ac_arg
3675 fi
3676 rm -f core conftest.err conftest.$ac_objext
3677 test "x$ac_cv_prog_cc_c89" != "xno" && break
3678 done
3679 rm -f conftest.$ac_ext
3680 CC=$ac_save_CC
3681
3682 fi
3683 # AC_CACHE_VAL
3684 case "x$ac_cv_prog_cc_c89" in
3685 x)
3686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3687 $as_echo "none needed" >&6; } ;;
3688 xno)
3689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3690 $as_echo "unsupported" >&6; } ;;
3691 *)
3692 CC="$CC $ac_cv_prog_cc_c89"
3693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3694 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3695 esac
3696 if test "x$ac_cv_prog_cc_c89" != xno; then :
3697
3698 fi
3699
3700 ac_ext=c
3701 ac_cpp='$CPP $CPPFLAGS'
3702 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3703 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3704 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3705 DEPDIR="${am__leading_dot}deps"
3706
3707 ac_config_commands="$ac_config_commands depfiles"
3708
3709
3710 am_make=${MAKE-make}
3711 cat > confinc << 'END'
3712 am__doit:
3713 @echo this is the am__doit target
3714 .PHONY: am__doit
3715 END
3716 # If we don't find an include directive, just comment out the code.
3717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3718 $as_echo_n "checking for style of include used by $am_make... " >&6; }
3719 am__include="#"
3720 am__quote=
3721 _am_result=none
3722 # First try GNU make style include.
3723 echo "include confinc" > confmf
3724 # Ignore all kinds of additional output from `make'.
3725 case `$am_make -s -f confmf 2> /dev/null` in #(
3726 *the\ am__doit\ target*)
3727 am__include=include
3728 am__quote=
3729 _am_result=GNU
3730 ;;
3731 esac
3732 # Now try BSD make style include.
3733 if test "$am__include" = "#"; then
3734 echo '.include "confinc"' > confmf
3735 case `$am_make -s -f confmf 2> /dev/null` in #(
3736 *the\ am__doit\ target*)
3737 am__include=.include
3738 am__quote="\""
3739 _am_result=BSD
3740 ;;
3741 esac
3742 fi
3743
3744
3745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3746 $as_echo "$_am_result" >&6; }
3747 rm -f confinc confmf
3748
3749 # Check whether --enable-dependency-tracking was given.
3750 if test "${enable_dependency_tracking+set}" = set; then :
3751 enableval=$enable_dependency_tracking;
3752 fi
3753
3754 if test "x$enable_dependency_tracking" != xno; then
3755 am_depcomp="$ac_aux_dir/depcomp"
3756 AMDEPBACKSLASH='\'
3757 fi
3758 if test "x$enable_dependency_tracking" != xno; then
3759 AMDEP_TRUE=
3760 AMDEP_FALSE='#'
3761 else
3762 AMDEP_TRUE='#'
3763 AMDEP_FALSE=
3764 fi
3765
3766
3767
3768 depcc="$CC" am_compiler_list=
3769
3770 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3771 $as_echo_n "checking dependency style of $depcc... " >&6; }
3772 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
3773 $as_echo_n "(cached) " >&6
3774 else
3775 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3776 # We make a subdir and do the tests there. Otherwise we can end up
3777 # making bogus files that we don't know about and never remove. For
3778 # instance it was reported that on HP-UX the gcc test will end up
3779 # making a dummy file named `D' -- because `-MD' means `put the output
3780 # in D'.
3781 mkdir conftest.dir
3782 # Copy depcomp to subdir because otherwise we won't find it if we're
3783 # using a relative directory.
3784 cp "$am_depcomp" conftest.dir
3785 cd conftest.dir
3786 # We will build objects and dependencies in a subdirectory because
3787 # it helps to detect inapplicable dependency modes. For instance
3788 # both Tru64's cc and ICC support -MD to output dependencies as a
3789 # side effect of compilation, but ICC will put the dependencies in
3790 # the current directory while Tru64 will put them in the object
3791 # directory.
3792 mkdir sub
3793
3794 am_cv_CC_dependencies_compiler_type=none
3795 if test "$am_compiler_list" = ""; then
3796 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3797 fi
3798 am__universal=false
3799 case " $depcc " in #(
3800 *\ -arch\ *\ -arch\ *) am__universal=true ;;
3801 esac
3802
3803 for depmode in $am_compiler_list; do
3804 # Setup a source with many dependencies, because some compilers
3805 # like to wrap large dependency lists on column 80 (with \), and
3806 # we should not choose a depcomp mode which is confused by this.
3807 #
3808 # We need to recreate these files for each test, as the compiler may
3809 # overwrite some of them when testing with obscure command lines.
3810 # This happens at least with the AIX C compiler.
3811 : > sub/conftest.c
3812 for i in 1 2 3 4 5 6; do
3813 echo '#include "conftst'$i'.h"' >> sub/conftest.c
3814 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3815 # Solaris 8's {/usr,}/bin/sh.
3816 touch sub/conftst$i.h
3817 done
3818 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3819
3820 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3821 # mode. It turns out that the SunPro C++ compiler does not properly
3822 # handle `-M -o', and we need to detect this. Also, some Intel
3823 # versions had trouble with output in subdirs
3824 am__obj=sub/conftest.${OBJEXT-o}
3825 am__minus_obj="-o $am__obj"
3826 case $depmode in
3827 gcc)
3828 # This depmode causes a compiler race in universal mode.
3829 test "$am__universal" = false || continue
3830 ;;
3831 nosideeffect)
3832 # after this tag, mechanisms are not by side-effect, so they'll
3833 # only be used when explicitly requested
3834 if test "x$enable_dependency_tracking" = xyes; then
3835 continue
3836 else
3837 break
3838 fi
3839 ;;
3840 msvisualcpp | msvcmsys)
3841 # This compiler won't grok `-c -o', but also, the minuso test has
3842 # not run yet. These depmodes are late enough in the game, and
3843 # so weak that their functioning should not be impacted.
3844 am__obj=conftest.${OBJEXT-o}
3845 am__minus_obj=
3846 ;;
3847 none) break ;;
3848 esac
3849 if depmode=$depmode \
3850 source=sub/conftest.c object=$am__obj \
3851 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3852 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
3853 >/dev/null 2>conftest.err &&
3854 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
3855 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3856 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
3857 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3858 # icc doesn't choke on unknown options, it will just issue warnings
3859 # or remarks (even with -Werror). So we grep stderr for any message
3860 # that says an option was ignored or not supported.
3861 # When given -MP, icc 7.0 and 7.1 complain thusly:
3862 # icc: Command line warning: ignoring option '-M'; no argument required
3863 # The diagnosis changed in icc 8.0:
3864 # icc: Command line remark: option '-MP' not supported
3865 if (grep 'ignoring option' conftest.err ||
3866 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3867 am_cv_CC_dependencies_compiler_type=$depmode
3868 break
3869 fi
3870 fi
3871 done
3872
3873 cd ..
3874 rm -rf conftest.dir
3875 else
3876 am_cv_CC_dependencies_compiler_type=none
3877 fi
3878
3879 fi
3880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
3881 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
3882 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3883
3884 if
3885 test "x$enable_dependency_tracking" != xno \
3886 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3887 am__fastdepCC_TRUE=
3888 am__fastdepCC_FALSE='#'
3889 else
3890 am__fastdepCC_TRUE='#'
3891 am__fastdepCC_FALSE=
3892 fi
3893
3894
3895
3896
3897
3898
3899 if test "x$GCC" != "xyes"; then
3900 as_fn_error "libssp must be built with GCC" "$LINENO" 5
3901 fi
3902 ac_ext=c
3903 ac_cpp='$CPP $CPPFLAGS'
3904 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3905 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3906 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3908 $as_echo_n "checking how to run the C preprocessor... " >&6; }
3909 # On Suns, sometimes $CPP names a directory.
3910 if test -n "$CPP" && test -d "$CPP"; then
3911 CPP=
3912 fi
3913 if test -z "$CPP"; then
3914 if test "${ac_cv_prog_CPP+set}" = set; then :
3915 $as_echo_n "(cached) " >&6
3916 else
3917 # Double quotes because CPP needs to be expanded
3918 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3919 do
3920 ac_preproc_ok=false
3921 for ac_c_preproc_warn_flag in '' yes
3922 do
3923 # Use a header file that comes with gcc, so configuring glibc
3924 # with a fresh cross-compiler works.
3925 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3926 # <limits.h> exists even on freestanding compilers.
3927 # On the NeXT, cc -E runs the code through the compiler's parser,
3928 # not just through cpp. "Syntax error" is here to catch this case.
3929 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3930 /* end confdefs.h. */
3931 #ifdef __STDC__
3932 # include <limits.h>
3933 #else
3934 # include <assert.h>
3935 #endif
3936 Syntax error
3937 _ACEOF
3938 if ac_fn_c_try_cpp "$LINENO"; then :
3939
3940 else
3941 # Broken: fails on valid input.
3942 continue
3943 fi
3944 rm -f conftest.err conftest.$ac_ext
3945
3946 # OK, works on sane cases. Now check whether nonexistent headers
3947 # can be detected and how.
3948 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3949 /* end confdefs.h. */
3950 #include <ac_nonexistent.h>
3951 _ACEOF
3952 if ac_fn_c_try_cpp "$LINENO"; then :
3953 # Broken: success on invalid input.
3954 continue
3955 else
3956 # Passes both tests.
3957 ac_preproc_ok=:
3958 break
3959 fi
3960 rm -f conftest.err conftest.$ac_ext
3961
3962 done
3963 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3964 rm -f conftest.err conftest.$ac_ext
3965 if $ac_preproc_ok; then :
3966 break
3967 fi
3968
3969 done
3970 ac_cv_prog_CPP=$CPP
3971
3972 fi
3973 CPP=$ac_cv_prog_CPP
3974 else
3975 ac_cv_prog_CPP=$CPP
3976 fi
3977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3978 $as_echo "$CPP" >&6; }
3979 ac_preproc_ok=false
3980 for ac_c_preproc_warn_flag in '' yes
3981 do
3982 # Use a header file that comes with gcc, so configuring glibc
3983 # with a fresh cross-compiler works.
3984 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3985 # <limits.h> exists even on freestanding compilers.
3986 # On the NeXT, cc -E runs the code through the compiler's parser,
3987 # not just through cpp. "Syntax error" is here to catch this case.
3988 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3989 /* end confdefs.h. */
3990 #ifdef __STDC__
3991 # include <limits.h>
3992 #else
3993 # include <assert.h>
3994 #endif
3995 Syntax error
3996 _ACEOF
3997 if ac_fn_c_try_cpp "$LINENO"; then :
3998
3999 else
4000 # Broken: fails on valid input.
4001 continue
4002 fi
4003 rm -f conftest.err conftest.$ac_ext
4004
4005 # OK, works on sane cases. Now check whether nonexistent headers
4006 # can be detected and how.
4007 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4008 /* end confdefs.h. */
4009 #include <ac_nonexistent.h>
4010 _ACEOF
4011 if ac_fn_c_try_cpp "$LINENO"; then :
4012 # Broken: success on invalid input.
4013 continue
4014 else
4015 # Passes both tests.
4016 ac_preproc_ok=:
4017 break
4018 fi
4019 rm -f conftest.err conftest.$ac_ext
4020
4021 done
4022 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4023 rm -f conftest.err conftest.$ac_ext
4024 if $ac_preproc_ok; then :
4025
4026 else
4027 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4028 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4029 as_fn_error "C preprocessor \"$CPP\" fails sanity check
4030 See \`config.log' for more details." "$LINENO" 5; }
4031 fi
4032
4033 ac_ext=c
4034 ac_cpp='$CPP $CPPFLAGS'
4035 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4036 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4037 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4038
4039
4040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -fstack-protector works" >&5
4041 $as_echo_n "checking whether -fstack-protector works... " >&6; }
4042 save_CFLAGS="$CFLAGS"
4043 CFLAGS="$CFLAGS -fstack-protector -Werror"
4044
4045 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4046 /* end confdefs.h. */
4047
4048 void __attribute__((noinline)) bar (char *x)
4049 {
4050 __builtin_memset (x, 0, 64);
4051 }
4052 int
4053 main ()
4054 {
4055 char buf[64]; bar (buf);
4056 ;
4057 return 0;
4058 }
4059 _ACEOF
4060 if ac_fn_c_try_compile "$LINENO"; then :
4061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4062 $as_echo "yes" >&6; }
4063 else
4064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4065 $as_echo "no" >&6; }
4066 fi
4067 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4068 CFLAGS="$save_CFLAGS"
4069
4070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether hidden visibility is supported" >&5
4071 $as_echo_n "checking whether hidden visibility is supported... " >&6; }
4072 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4073 /* end confdefs.h. */
4074
4075 void __attribute__((visibility ("hidden"))) bar (void) {}
4076 int
4077 main ()
4078 {
4079
4080 ;
4081 return 0;
4082 }
4083 _ACEOF
4084 if ac_fn_c_try_compile "$LINENO"; then :
4085 ssp_hidden=yes
4086 else
4087 ssp_hidden=no
4088 fi
4089 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ssp_hidden" >&5
4091 $as_echo "$ssp_hidden" >&6; }
4092 if test x$ssp_hidden = xyes; then
4093
4094 $as_echo "#define HAVE_HIDDEN_VISIBILITY 1" >>confdefs.h
4095
4096 fi
4097
4098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether symbol versioning is supported" >&5
4099 $as_echo_n "checking whether symbol versioning is supported... " >&6; }
4100 if test x$gcc_no_link = xyes; then
4101 # If we cannot link, we cannot build shared libraries, so do not use
4102 # symbol versioning.
4103 ssp_use_symver=no
4104 else
4105 save_LDFLAGS="$LDFLAGS"
4106 LDFLAGS="$LDFLAGS -fPIC -shared -Wl,--version-script,./conftest.map"
4107 cat > conftest.map <<EOF
4108 FOO_1.0 {
4109 global: *foo*; bar; local: *;
4110 };
4111 EOF
4112 if test x$gcc_no_link = xyes; then
4113 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
4114 fi
4115 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4116 /* end confdefs.h. */
4117 int foo;
4118 int
4119 main ()
4120 {
4121
4122 ;
4123 return 0;
4124 }
4125 _ACEOF
4126 if ac_fn_c_try_link "$LINENO"; then :
4127 ssp_use_symver=gnu
4128 else
4129 ssp_use_symver=no
4130 fi
4131 rm -f core conftest.err conftest.$ac_objext \
4132 conftest$ac_exeext conftest.$ac_ext
4133 if test x$ssp_use_symver = xno; then
4134 LDFLAGS="$save_LDFLAGS"
4135 LDFLAGS="$LDFLAGS -fPIC -shared -Wl,-M,./conftest.map"
4136 # Sun ld cannot handle wildcards and treats all entries as undefined.
4137 cat > conftest.map <<EOF
4138 FOO_1.0 {
4139 global: foo; local: *;
4140 };
4141 EOF
4142 if test x$gcc_no_link = xyes; then
4143 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
4144 fi
4145 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4146 /* end confdefs.h. */
4147 int foo;
4148 int
4149 main ()
4150 {
4151
4152 ;
4153 return 0;
4154 }
4155 _ACEOF
4156 if ac_fn_c_try_link "$LINENO"; then :
4157 ssp_use_symver=sun
4158 else
4159 ssp_use_symver=no
4160 fi
4161 rm -f core conftest.err conftest.$ac_objext \
4162 conftest$ac_exeext conftest.$ac_ext
4163 fi
4164 LDFLAGS="$save_LDFLAGS"
4165 fi
4166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ssp_use_symver" >&5
4167 $as_echo "$ssp_use_symver" >&6; }
4168 if test "x$ssp_use_symver" != xno; then
4169 LIBSSP_USE_SYMVER_TRUE=
4170 LIBSSP_USE_SYMVER_FALSE='#'
4171 else
4172 LIBSSP_USE_SYMVER_TRUE='#'
4173 LIBSSP_USE_SYMVER_FALSE=
4174 fi
4175
4176 if test "x$ssp_use_symver" = xgnu; then
4177 LIBSSP_USE_SYMVER_GNU_TRUE=
4178 LIBSSP_USE_SYMVER_GNU_FALSE='#'
4179 else
4180 LIBSSP_USE_SYMVER_GNU_TRUE='#'
4181 LIBSSP_USE_SYMVER_GNU_FALSE=
4182 fi
4183
4184 if test "x$ssp_use_symver" = xsun; then
4185 LIBSSP_USE_SYMVER_SUN_TRUE=
4186 LIBSSP_USE_SYMVER_SUN_FALSE='#'
4187 else
4188 LIBSSP_USE_SYMVER_SUN_TRUE='#'
4189 LIBSSP_USE_SYMVER_SUN_FALSE=
4190 fi
4191
4192
4193
4194 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4195 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4196 if test "${ac_cv_path_GREP+set}" = set; then :
4197 $as_echo_n "(cached) " >&6
4198 else
4199 if test -z "$GREP"; then
4200 ac_path_GREP_found=false
4201 # Loop through the user's path and test for each of PROGNAME-LIST
4202 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4203 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4204 do
4205 IFS=$as_save_IFS
4206 test -z "$as_dir" && as_dir=.
4207 for ac_prog in grep ggrep; do
4208 for ac_exec_ext in '' $ac_executable_extensions; do
4209 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4210 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4211 # Check for GNU ac_path_GREP and select it if it is found.
4212 # Check for GNU $ac_path_GREP
4213 case `"$ac_path_GREP" --version 2>&1` in
4214 *GNU*)
4215 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4216 *)
4217 ac_count=0
4218 $as_echo_n 0123456789 >"conftest.in"
4219 while :
4220 do
4221 cat "conftest.in" "conftest.in" >"conftest.tmp"
4222 mv "conftest.tmp" "conftest.in"
4223 cp "conftest.in" "conftest.nl"
4224 $as_echo 'GREP' >> "conftest.nl"
4225 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4226 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4227 as_fn_arith $ac_count + 1 && ac_count=$as_val
4228 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4229 # Best one so far, save it but keep looking for a better one
4230 ac_cv_path_GREP="$ac_path_GREP"
4231 ac_path_GREP_max=$ac_count
4232 fi
4233 # 10*(2^10) chars as input seems more than enough
4234 test $ac_count -gt 10 && break
4235 done
4236 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4237 esac
4238
4239 $ac_path_GREP_found && break 3
4240 done
4241 done
4242 done
4243 IFS=$as_save_IFS
4244 if test -z "$ac_cv_path_GREP"; then
4245 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4246 fi
4247 else
4248 ac_cv_path_GREP=$GREP
4249 fi
4250
4251 fi
4252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4253 $as_echo "$ac_cv_path_GREP" >&6; }
4254 GREP="$ac_cv_path_GREP"
4255
4256
4257 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4258 $as_echo_n "checking for egrep... " >&6; }
4259 if test "${ac_cv_path_EGREP+set}" = set; then :
4260 $as_echo_n "(cached) " >&6
4261 else
4262 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4263 then ac_cv_path_EGREP="$GREP -E"
4264 else
4265 if test -z "$EGREP"; then
4266 ac_path_EGREP_found=false
4267 # Loop through the user's path and test for each of PROGNAME-LIST
4268 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4269 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4270 do
4271 IFS=$as_save_IFS
4272 test -z "$as_dir" && as_dir=.
4273 for ac_prog in egrep; do
4274 for ac_exec_ext in '' $ac_executable_extensions; do
4275 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4276 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4277 # Check for GNU ac_path_EGREP and select it if it is found.
4278 # Check for GNU $ac_path_EGREP
4279 case `"$ac_path_EGREP" --version 2>&1` in
4280 *GNU*)
4281 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4282 *)
4283 ac_count=0
4284 $as_echo_n 0123456789 >"conftest.in"
4285 while :
4286 do
4287 cat "conftest.in" "conftest.in" >"conftest.tmp"
4288 mv "conftest.tmp" "conftest.in"
4289 cp "conftest.in" "conftest.nl"
4290 $as_echo 'EGREP' >> "conftest.nl"
4291 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4292 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4293 as_fn_arith $ac_count + 1 && ac_count=$as_val
4294 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4295 # Best one so far, save it but keep looking for a better one
4296 ac_cv_path_EGREP="$ac_path_EGREP"
4297 ac_path_EGREP_max=$ac_count
4298 fi
4299 # 10*(2^10) chars as input seems more than enough
4300 test $ac_count -gt 10 && break
4301 done
4302 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4303 esac
4304
4305 $ac_path_EGREP_found && break 3
4306 done
4307 done
4308 done
4309 IFS=$as_save_IFS
4310 if test -z "$ac_cv_path_EGREP"; then
4311 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4312 fi
4313 else
4314 ac_cv_path_EGREP=$EGREP
4315 fi
4316
4317 fi
4318 fi
4319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4320 $as_echo "$ac_cv_path_EGREP" >&6; }
4321 EGREP="$ac_cv_path_EGREP"
4322
4323
4324 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4325 $as_echo_n "checking for ANSI C header files... " >&6; }
4326 if test "${ac_cv_header_stdc+set}" = set; then :
4327 $as_echo_n "(cached) " >&6
4328 else
4329 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4330 /* end confdefs.h. */
4331 #include <stdlib.h>
4332 #include <stdarg.h>
4333 #include <string.h>
4334 #include <float.h>
4335
4336 int
4337 main ()
4338 {
4339
4340 ;
4341 return 0;
4342 }
4343 _ACEOF
4344 if ac_fn_c_try_compile "$LINENO"; then :
4345 ac_cv_header_stdc=yes
4346 else
4347 ac_cv_header_stdc=no
4348 fi
4349 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4350
4351 if test $ac_cv_header_stdc = yes; then
4352 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4353 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4354 /* end confdefs.h. */
4355 #include <string.h>
4356
4357 _ACEOF
4358 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4359 $EGREP "memchr" >/dev/null 2>&1; then :
4360
4361 else
4362 ac_cv_header_stdc=no
4363 fi
4364 rm -f conftest*
4365
4366 fi
4367
4368 if test $ac_cv_header_stdc = yes; then
4369 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4370 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4371 /* end confdefs.h. */
4372 #include <stdlib.h>
4373
4374 _ACEOF
4375 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4376 $EGREP "free" >/dev/null 2>&1; then :
4377
4378 else
4379 ac_cv_header_stdc=no
4380 fi
4381 rm -f conftest*
4382
4383 fi
4384
4385 if test $ac_cv_header_stdc = yes; then
4386 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4387 if test "$cross_compiling" = yes; then :
4388 :
4389 else
4390 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4391 /* end confdefs.h. */
4392 #include <ctype.h>
4393 #include <stdlib.h>
4394 #if ((' ' & 0x0FF) == 0x020)
4395 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4396 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4397 #else
4398 # define ISLOWER(c) \
4399 (('a' <= (c) && (c) <= 'i') \
4400 || ('j' <= (c) && (c) <= 'r') \
4401 || ('s' <= (c) && (c) <= 'z'))
4402 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4403 #endif
4404
4405 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4406 int
4407 main ()
4408 {
4409 int i;
4410 for (i = 0; i < 256; i++)
4411 if (XOR (islower (i), ISLOWER (i))
4412 || toupper (i) != TOUPPER (i))
4413 return 2;
4414 return 0;
4415 }
4416 _ACEOF
4417 if ac_fn_c_try_run "$LINENO"; then :
4418
4419 else
4420 ac_cv_header_stdc=no
4421 fi
4422 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4423 conftest.$ac_objext conftest.beam conftest.$ac_ext
4424 fi
4425
4426 fi
4427 fi
4428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4429 $as_echo "$ac_cv_header_stdc" >&6; }
4430 if test $ac_cv_header_stdc = yes; then
4431
4432 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
4433
4434 fi
4435
4436 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
4437 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4438 inttypes.h stdint.h unistd.h
4439 do :
4440 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4441 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4442 "
4443 eval as_val=\$$as_ac_Header
4444 if test "x$as_val" = x""yes; then :
4445 cat >>confdefs.h <<_ACEOF
4446 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4447 _ACEOF
4448
4449 fi
4450
4451 done
4452
4453
4454 for ac_header in alloca.h malloc.h paths.h syslog.h string.h unistd.h fcntl.h stdio.h limits.h
4455 do :
4456 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4457 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
4458 eval as_val=\$$as_ac_Header
4459 if test "x$as_val" = x""yes; then :
4460 cat >>confdefs.h <<_ACEOF
4461 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4462 _ACEOF
4463
4464 fi
4465
4466 done
4467
4468
4469 if test x$gcc_no_link = xyes; then
4470 # Presume the ISO C functions are available; add target-specific
4471 # configuration here if required.
4472 $as_echo "#define HAVE_STRNCPY 1" >>confdefs.h
4473
4474 $as_echo "#define HAVE_STRNCAT 1" >>confdefs.h
4475
4476 else
4477 for ac_func in memmove mempcpy strncpy strncat
4478 do :
4479 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
4480 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
4481 eval as_val=\$$as_ac_var
4482 if test "x$as_val" = x""yes; then :
4483 cat >>confdefs.h <<_ACEOF
4484 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
4485 _ACEOF
4486
4487 fi
4488 done
4489
4490 fi
4491
4492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether vsnprintf is usable" >&5
4493 $as_echo_n "checking whether vsnprintf is usable... " >&6; }
4494 if test "$cross_compiling" = yes; then :
4495 ssp_have_usable_vsnprintf=undef
4496 else
4497 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4498 /* end confdefs.h. */
4499
4500 #include <stdarg.h>
4501 #include <string.h>
4502 #include <stdio.h>
4503 int foo (char *buf, size_t n, const char *fmt, ...)
4504 {
4505 va_list ap;
4506 int ret;
4507 va_start (ap, fmt);
4508 ret = vsnprintf (buf, n, fmt, ap);
4509 va_end (ap);
4510 return ret;
4511 }
4512 int
4513 main ()
4514 {
4515 char buf[8]; memset (buf, 'A', sizeof (buf));
4516 if (foo (buf, 4, ".%s.", "CDEFG") != 7)
4517 return 1;
4518 return memcmp (buf, ".CD\0AAAA", sizeof (buf)) != 0;
4519 ;
4520 return 0;
4521 }
4522 _ACEOF
4523 if ac_fn_c_try_run "$LINENO"; then :
4524 ssp_have_usable_vsnprintf=define
4525 else
4526 ssp_have_usable_vsnprintf=undef
4527 fi
4528 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4529 conftest.$ac_objext conftest.beam conftest.$ac_ext
4530 fi
4531
4532 if test "x$ssp_have_usable_vsnprintf" = xdefine; then
4533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4534 $as_echo "yes" >&6; }
4535
4536 $as_echo "#define HAVE_USABLE_VSNPRINTF 1" >>confdefs.h
4537
4538 else
4539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4540 $as_echo "no" >&6; }
4541 fi
4542
4543
4544 case `pwd` in
4545 *\ * | *\ *)
4546 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
4547 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
4548 esac
4549
4550
4551
4552 macro_version='2.2.7a'
4553 macro_revision='1.3134'
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567 ltmain="$ac_aux_dir/ltmain.sh"
4568
4569 # Backslashify metacharacters that are still active within
4570 # double-quoted strings.
4571 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
4572
4573 # Same as above, but do not quote variable references.
4574 double_quote_subst='s/\(["`\\]\)/\\\1/g'
4575
4576 # Sed substitution to delay expansion of an escaped shell variable in a
4577 # double_quote_subst'ed string.
4578 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
4579
4580 # Sed substitution to delay expansion of an escaped single quote.
4581 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
4582
4583 # Sed substitution to avoid accidental globbing in evaled expressions
4584 no_glob_subst='s/\*/\\\*/g'
4585
4586 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4587 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
4588 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
4589
4590 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
4591 $as_echo_n "checking how to print strings... " >&6; }
4592 # Test print first, because it will be a builtin if present.
4593 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
4594 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
4595 ECHO='print -r --'
4596 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
4597 ECHO='printf %s\n'
4598 else
4599 # Use this function as a fallback that always works.
4600 func_fallback_echo ()
4601 {
4602 eval 'cat <<_LTECHO_EOF
4603 $1
4604 _LTECHO_EOF'
4605 }
4606 ECHO='func_fallback_echo'
4607 fi
4608
4609 # func_echo_all arg...
4610 # Invoke $ECHO with all args, space-separated.
4611 func_echo_all ()
4612 {
4613 $ECHO ""
4614 }
4615
4616 case "$ECHO" in
4617 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
4618 $as_echo "printf" >&6; } ;;
4619 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
4620 $as_echo "print -r" >&6; } ;;
4621 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
4622 $as_echo "cat" >&6; } ;;
4623 esac
4624
4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4639 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
4640 if test "${ac_cv_path_SED+set}" = set; then :
4641 $as_echo_n "(cached) " >&6
4642 else
4643 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4644 for ac_i in 1 2 3 4 5 6 7; do
4645 ac_script="$ac_script$as_nl$ac_script"
4646 done
4647 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4648 { ac_script=; unset ac_script;}
4649 if test -z "$SED"; then
4650 ac_path_SED_found=false
4651 # Loop through the user's path and test for each of PROGNAME-LIST
4652 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4653 for as_dir in $PATH
4654 do
4655 IFS=$as_save_IFS
4656 test -z "$as_dir" && as_dir=.
4657 for ac_prog in sed gsed; do
4658 for ac_exec_ext in '' $ac_executable_extensions; do
4659 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4660 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
4661 # Check for GNU ac_path_SED and select it if it is found.
4662 # Check for GNU $ac_path_SED
4663 case `"$ac_path_SED" --version 2>&1` in
4664 *GNU*)
4665 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
4666 *)
4667 ac_count=0
4668 $as_echo_n 0123456789 >"conftest.in"
4669 while :
4670 do
4671 cat "conftest.in" "conftest.in" >"conftest.tmp"
4672 mv "conftest.tmp" "conftest.in"
4673 cp "conftest.in" "conftest.nl"
4674 $as_echo '' >> "conftest.nl"
4675 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4676 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4677 as_fn_arith $ac_count + 1 && ac_count=$as_val
4678 if test $ac_count -gt ${ac_path_SED_max-0}; then
4679 # Best one so far, save it but keep looking for a better one
4680 ac_cv_path_SED="$ac_path_SED"
4681 ac_path_SED_max=$ac_count
4682 fi
4683 # 10*(2^10) chars as input seems more than enough
4684 test $ac_count -gt 10 && break
4685 done
4686 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4687 esac
4688
4689 $ac_path_SED_found && break 3
4690 done
4691 done
4692 done
4693 IFS=$as_save_IFS
4694 if test -z "$ac_cv_path_SED"; then
4695 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
4696 fi
4697 else
4698 ac_cv_path_SED=$SED
4699 fi
4700
4701 fi
4702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4703 $as_echo "$ac_cv_path_SED" >&6; }
4704 SED="$ac_cv_path_SED"
4705 rm -f conftest.sed
4706
4707 test -z "$SED" && SED=sed
4708 Xsed="$SED -e 1s/^X//"
4709
4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4721 $as_echo_n "checking for fgrep... " >&6; }
4722 if test "${ac_cv_path_FGREP+set}" = set; then :
4723 $as_echo_n "(cached) " >&6
4724 else
4725 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4726 then ac_cv_path_FGREP="$GREP -F"
4727 else
4728 if test -z "$FGREP"; then
4729 ac_path_FGREP_found=false
4730 # Loop through the user's path and test for each of PROGNAME-LIST
4731 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4732 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4733 do
4734 IFS=$as_save_IFS
4735 test -z "$as_dir" && as_dir=.
4736 for ac_prog in fgrep; do
4737 for ac_exec_ext in '' $ac_executable_extensions; do
4738 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4739 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
4740 # Check for GNU ac_path_FGREP and select it if it is found.
4741 # Check for GNU $ac_path_FGREP
4742 case `"$ac_path_FGREP" --version 2>&1` in
4743 *GNU*)
4744 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4745 *)
4746 ac_count=0
4747 $as_echo_n 0123456789 >"conftest.in"
4748 while :
4749 do
4750 cat "conftest.in" "conftest.in" >"conftest.tmp"
4751 mv "conftest.tmp" "conftest.in"
4752 cp "conftest.in" "conftest.nl"
4753 $as_echo 'FGREP' >> "conftest.nl"
4754 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4755 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4756 as_fn_arith $ac_count + 1 && ac_count=$as_val
4757 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4758 # Best one so far, save it but keep looking for a better one
4759 ac_cv_path_FGREP="$ac_path_FGREP"
4760 ac_path_FGREP_max=$ac_count
4761 fi
4762 # 10*(2^10) chars as input seems more than enough
4763 test $ac_count -gt 10 && break
4764 done
4765 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4766 esac
4767
4768 $ac_path_FGREP_found && break 3
4769 done
4770 done
4771 done
4772 IFS=$as_save_IFS
4773 if test -z "$ac_cv_path_FGREP"; then
4774 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4775 fi
4776 else
4777 ac_cv_path_FGREP=$FGREP
4778 fi
4779
4780 fi
4781 fi
4782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4783 $as_echo "$ac_cv_path_FGREP" >&6; }
4784 FGREP="$ac_cv_path_FGREP"
4785
4786
4787 test -z "$GREP" && GREP=grep
4788
4789
4790
4791
4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
4806
4807 # Check whether --with-gnu-ld was given.
4808 if test "${with_gnu_ld+set}" = set; then :
4809 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4810 else
4811 with_gnu_ld=no
4812 fi
4813
4814 ac_prog=ld
4815 if test "$GCC" = yes; then
4816 # Check if gcc -print-prog-name=ld gives a path.
4817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4818 $as_echo_n "checking for ld used by $CC... " >&6; }
4819 case $host in
4820 *-*-mingw*)
4821 # gcc leaves a trailing carriage return which upsets mingw
4822 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4823 *)
4824 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4825 esac
4826 case $ac_prog in
4827 # Accept absolute paths.
4828 [\\/]* | ?:[\\/]*)
4829 re_direlt='/[^/][^/]*/\.\./'
4830 # Canonicalize the pathname of ld
4831 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4832 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4833 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4834 done
4835 test -z "$LD" && LD="$ac_prog"
4836 ;;
4837 "")
4838 # If it fails, then pretend we aren't using GCC.
4839 ac_prog=ld
4840 ;;
4841 *)
4842 # If it is relative, then search for the first ld in PATH.
4843 with_gnu_ld=unknown
4844 ;;
4845 esac
4846 elif test "$with_gnu_ld" = yes; then
4847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4848 $as_echo_n "checking for GNU ld... " >&6; }
4849 else
4850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4851 $as_echo_n "checking for non-GNU ld... " >&6; }
4852 fi
4853 if test "${lt_cv_path_LD+set}" = set; then :
4854 $as_echo_n "(cached) " >&6
4855 else
4856 if test -z "$LD"; then
4857 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4858 for ac_dir in $PATH; do
4859 IFS="$lt_save_ifs"
4860 test -z "$ac_dir" && ac_dir=.
4861 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4862 lt_cv_path_LD="$ac_dir/$ac_prog"
4863 # Check to see if the program is GNU ld. I'd rather use --version,
4864 # but apparently some variants of GNU ld only accept -v.
4865 # Break only if it was the GNU/non-GNU ld that we prefer.
4866 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4867 *GNU* | *'with BFD'*)
4868 test "$with_gnu_ld" != no && break
4869 ;;
4870 *)
4871 test "$with_gnu_ld" != yes && break
4872 ;;
4873 esac
4874 fi
4875 done
4876 IFS="$lt_save_ifs"
4877 else
4878 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4879 fi
4880 fi
4881
4882 LD="$lt_cv_path_LD"
4883 if test -n "$LD"; then
4884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4885 $as_echo "$LD" >&6; }
4886 else
4887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4888 $as_echo "no" >&6; }
4889 fi
4890 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
4891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4892 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4893 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
4894 $as_echo_n "(cached) " >&6
4895 else
4896 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4897 case `$LD -v 2>&1 </dev/null` in
4898 *GNU* | *'with BFD'*)
4899 lt_cv_prog_gnu_ld=yes
4900 ;;
4901 *)
4902 lt_cv_prog_gnu_ld=no
4903 ;;
4904 esac
4905 fi
4906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4907 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
4908 with_gnu_ld=$lt_cv_prog_gnu_ld
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4919 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
4920 if test "${lt_cv_path_NM+set}" = set; then :
4921 $as_echo_n "(cached) " >&6
4922 else
4923 if test -n "$NM"; then
4924 # Let the user override the test.
4925 lt_cv_path_NM="$NM"
4926 else
4927 lt_nm_to_check="${ac_tool_prefix}nm"
4928 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4929 lt_nm_to_check="$lt_nm_to_check nm"
4930 fi
4931 for lt_tmp_nm in $lt_nm_to_check; do
4932 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4933 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4934 IFS="$lt_save_ifs"
4935 test -z "$ac_dir" && ac_dir=.
4936 tmp_nm="$ac_dir/$lt_tmp_nm"
4937 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4938 # Check to see if the nm accepts a BSD-compat flag.
4939 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4940 # nm: unknown option "B" ignored
4941 # Tru64's nm complains that /dev/null is an invalid object file
4942 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4943 */dev/null* | *'Invalid file or object type'*)
4944 lt_cv_path_NM="$tmp_nm -B"
4945 break
4946 ;;
4947 *)
4948 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4949 */dev/null*)
4950 lt_cv_path_NM="$tmp_nm -p"
4951 break
4952 ;;
4953 *)
4954 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4955 continue # so that we can try to find one that supports BSD flags
4956 ;;
4957 esac
4958 ;;
4959 esac
4960 fi
4961 done
4962 IFS="$lt_save_ifs"
4963 done
4964 : ${lt_cv_path_NM=no}
4965 fi
4966 fi
4967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4968 $as_echo "$lt_cv_path_NM" >&6; }
4969 if test "$lt_cv_path_NM" != "no"; then
4970 NM="$lt_cv_path_NM"
4971 else
4972 # Didn't find any BSD compatible name lister, look for dumpbin.
4973 if test -n "$DUMPBIN"; then :
4974 # Let the user override the test.
4975 else
4976 if test -n "$ac_tool_prefix"; then
4977 for ac_prog in dumpbin "link -dump"
4978 do
4979 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4980 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4981 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4982 $as_echo_n "checking for $ac_word... " >&6; }
4983 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
4984 $as_echo_n "(cached) " >&6
4985 else
4986 if test -n "$DUMPBIN"; then
4987 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4988 else
4989 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4990 for as_dir in $PATH
4991 do
4992 IFS=$as_save_IFS
4993 test -z "$as_dir" && as_dir=.
4994 for ac_exec_ext in '' $ac_executable_extensions; do
4995 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4996 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4997 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4998 break 2
4999 fi
5000 done
5001 done
5002 IFS=$as_save_IFS
5003
5004 fi
5005 fi
5006 DUMPBIN=$ac_cv_prog_DUMPBIN
5007 if test -n "$DUMPBIN"; then
5008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5009 $as_echo "$DUMPBIN" >&6; }
5010 else
5011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5012 $as_echo "no" >&6; }
5013 fi
5014
5015
5016 test -n "$DUMPBIN" && break
5017 done
5018 fi
5019 if test -z "$DUMPBIN"; then
5020 ac_ct_DUMPBIN=$DUMPBIN
5021 for ac_prog in dumpbin "link -dump"
5022 do
5023 # Extract the first word of "$ac_prog", so it can be a program name with args.
5024 set dummy $ac_prog; ac_word=$2
5025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5026 $as_echo_n "checking for $ac_word... " >&6; }
5027 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
5028 $as_echo_n "(cached) " >&6
5029 else
5030 if test -n "$ac_ct_DUMPBIN"; then
5031 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5032 else
5033 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5034 for as_dir in $PATH
5035 do
5036 IFS=$as_save_IFS
5037 test -z "$as_dir" && as_dir=.
5038 for ac_exec_ext in '' $ac_executable_extensions; do
5039 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5040 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5041 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5042 break 2
5043 fi
5044 done
5045 done
5046 IFS=$as_save_IFS
5047
5048 fi
5049 fi
5050 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5051 if test -n "$ac_ct_DUMPBIN"; then
5052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5053 $as_echo "$ac_ct_DUMPBIN" >&6; }
5054 else
5055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5056 $as_echo "no" >&6; }
5057 fi
5058
5059
5060 test -n "$ac_ct_DUMPBIN" && break
5061 done
5062
5063 if test "x$ac_ct_DUMPBIN" = x; then
5064 DUMPBIN=":"
5065 else
5066 case $cross_compiling:$ac_tool_warned in
5067 yes:)
5068 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5069 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5070 ac_tool_warned=yes ;;
5071 esac
5072 DUMPBIN=$ac_ct_DUMPBIN
5073 fi
5074 fi
5075
5076 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5077 *COFF*)
5078 DUMPBIN="$DUMPBIN -symbols"
5079 ;;
5080 *)
5081 DUMPBIN=:
5082 ;;
5083 esac
5084 fi
5085
5086 if test "$DUMPBIN" != ":"; then
5087 NM="$DUMPBIN"
5088 fi
5089 fi
5090 test -z "$NM" && NM=nm
5091
5092
5093
5094
5095
5096
5097 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5098 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5099 if test "${lt_cv_nm_interface+set}" = set; then :
5100 $as_echo_n "(cached) " >&6
5101 else
5102 lt_cv_nm_interface="BSD nm"
5103 echo "int some_variable = 0;" > conftest.$ac_ext
5104 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5105 (eval "$ac_compile" 2>conftest.err)
5106 cat conftest.err >&5
5107 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5108 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5109 cat conftest.err >&5
5110 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5111 cat conftest.out >&5
5112 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5113 lt_cv_nm_interface="MS dumpbin"
5114 fi
5115 rm -f conftest*
5116 fi
5117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5118 $as_echo "$lt_cv_nm_interface" >&6; }
5119
5120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5121 $as_echo_n "checking whether ln -s works... " >&6; }
5122 LN_S=$as_ln_s
5123 if test "$LN_S" = "ln -s"; then
5124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5125 $as_echo "yes" >&6; }
5126 else
5127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5128 $as_echo "no, using $LN_S" >&6; }
5129 fi
5130
5131 # find the maximum length of command line arguments
5132 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5133 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5134 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
5135 $as_echo_n "(cached) " >&6
5136 else
5137 i=0
5138 teststring="ABCD"
5139
5140 case $build_os in
5141 msdosdjgpp*)
5142 # On DJGPP, this test can blow up pretty badly due to problems in libc
5143 # (any single argument exceeding 2000 bytes causes a buffer overrun
5144 # during glob expansion). Even if it were fixed, the result of this
5145 # check would be larger than it should be.
5146 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5147 ;;
5148
5149 gnu*)
5150 # Under GNU Hurd, this test is not required because there is
5151 # no limit to the length of command line arguments.
5152 # Libtool will interpret -1 as no limit whatsoever
5153 lt_cv_sys_max_cmd_len=-1;
5154 ;;
5155
5156 cygwin* | mingw* | cegcc*)
5157 # On Win9x/ME, this test blows up -- it succeeds, but takes
5158 # about 5 minutes as the teststring grows exponentially.
5159 # Worse, since 9x/ME are not pre-emptively multitasking,
5160 # you end up with a "frozen" computer, even though with patience
5161 # the test eventually succeeds (with a max line length of 256k).
5162 # Instead, let's just punt: use the minimum linelength reported by
5163 # all of the supported platforms: 8192 (on NT/2K/XP).
5164 lt_cv_sys_max_cmd_len=8192;
5165 ;;
5166
5167 mint*)
5168 # On MiNT this can take a long time and run out of memory.
5169 lt_cv_sys_max_cmd_len=8192;
5170 ;;
5171
5172 amigaos*)
5173 # On AmigaOS with pdksh, this test takes hours, literally.
5174 # So we just punt and use a minimum line length of 8192.
5175 lt_cv_sys_max_cmd_len=8192;
5176 ;;
5177
5178 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5179 # This has been around since 386BSD, at least. Likely further.
5180 if test -x /sbin/sysctl; then
5181 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5182 elif test -x /usr/sbin/sysctl; then
5183 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5184 else
5185 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
5186 fi
5187 # And add a safety zone
5188 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5189 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5190 ;;
5191
5192 interix*)
5193 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5194 lt_cv_sys_max_cmd_len=196608
5195 ;;
5196
5197 osf*)
5198 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5199 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5200 # nice to cause kernel panics so lets avoid the loop below.
5201 # First set a reasonable default.
5202 lt_cv_sys_max_cmd_len=16384
5203 #
5204 if test -x /sbin/sysconfig; then
5205 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5206 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5207 esac
5208 fi
5209 ;;
5210 sco3.2v5*)
5211 lt_cv_sys_max_cmd_len=102400
5212 ;;
5213 sysv5* | sco5v6* | sysv4.2uw2*)
5214 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5215 if test -n "$kargmax"; then
5216 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5217 else
5218 lt_cv_sys_max_cmd_len=32768
5219 fi
5220 ;;
5221 *)
5222 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5223 if test -n "$lt_cv_sys_max_cmd_len"; then
5224 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5225 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5226 else
5227 # Make teststring a little bigger before we do anything with it.
5228 # a 1K string should be a reasonable start.
5229 for i in 1 2 3 4 5 6 7 8 ; do
5230 teststring=$teststring$teststring
5231 done
5232 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5233 # If test is not a shell built-in, we'll probably end up computing a
5234 # maximum length that is only half of the actual maximum length, but
5235 # we can't tell.
5236 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5237 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5238 test $i != 17 # 1/2 MB should be enough
5239 do
5240 i=`expr $i + 1`
5241 teststring=$teststring$teststring
5242 done
5243 # Only check the string length outside the loop.
5244 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5245 teststring=
5246 # Add a significant safety factor because C++ compilers can tack on
5247 # massive amounts of additional arguments before passing them to the
5248 # linker. It appears as though 1/2 is a usable value.
5249 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5250 fi
5251 ;;
5252 esac
5253
5254 fi
5255
5256 if test -n $lt_cv_sys_max_cmd_len ; then
5257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5258 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5259 else
5260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5261 $as_echo "none" >&6; }
5262 fi
5263 max_cmd_len=$lt_cv_sys_max_cmd_len
5264
5265
5266
5267
5268
5269
5270 : ${CP="cp -f"}
5271 : ${MV="mv -f"}
5272 : ${RM="rm -f"}
5273
5274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5275 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5276 # Try some XSI features
5277 xsi_shell=no
5278 ( _lt_dummy="a/b/c"
5279 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5280 = c,a/b,, \
5281 && eval 'test $(( 1 + 1 )) -eq 2 \
5282 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5283 && xsi_shell=yes
5284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5285 $as_echo "$xsi_shell" >&6; }
5286
5287
5288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5289 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
5290 lt_shell_append=no
5291 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5292 >/dev/null 2>&1 \
5293 && lt_shell_append=yes
5294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5295 $as_echo "$lt_shell_append" >&6; }
5296
5297
5298 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5299 lt_unset=unset
5300 else
5301 lt_unset=false
5302 fi
5303
5304
5305
5306
5307
5308 # test EBCDIC or ASCII
5309 case `echo X|tr X '\101'` in
5310 A) # ASCII based system
5311 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5312 lt_SP2NL='tr \040 \012'
5313 lt_NL2SP='tr \015\012 \040\040'
5314 ;;
5315 *) # EBCDIC based system
5316 lt_SP2NL='tr \100 \n'
5317 lt_NL2SP='tr \r\n \100\100'
5318 ;;
5319 esac
5320
5321
5322
5323
5324
5325
5326
5327
5328
5329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5330 $as_echo_n "checking for $LD option to reload object files... " >&6; }
5331 if test "${lt_cv_ld_reload_flag+set}" = set; then :
5332 $as_echo_n "(cached) " >&6
5333 else
5334 lt_cv_ld_reload_flag='-r'
5335 fi
5336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5337 $as_echo "$lt_cv_ld_reload_flag" >&6; }
5338 reload_flag=$lt_cv_ld_reload_flag
5339 case $reload_flag in
5340 "" | " "*) ;;
5341 *) reload_flag=" $reload_flag" ;;
5342 esac
5343 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5344 case $host_os in
5345 darwin*)
5346 if test "$GCC" = yes; then
5347 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5348 else
5349 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5350 fi
5351 ;;
5352 esac
5353
5354
5355
5356
5357
5358
5359
5360
5361
5362 if test -n "$ac_tool_prefix"; then
5363 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5364 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5366 $as_echo_n "checking for $ac_word... " >&6; }
5367 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
5368 $as_echo_n "(cached) " >&6
5369 else
5370 if test -n "$OBJDUMP"; then
5371 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5372 else
5373 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5374 for as_dir in $PATH
5375 do
5376 IFS=$as_save_IFS
5377 test -z "$as_dir" && as_dir=.
5378 for ac_exec_ext in '' $ac_executable_extensions; do
5379 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5380 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5381 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5382 break 2
5383 fi
5384 done
5385 done
5386 IFS=$as_save_IFS
5387
5388 fi
5389 fi
5390 OBJDUMP=$ac_cv_prog_OBJDUMP
5391 if test -n "$OBJDUMP"; then
5392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5393 $as_echo "$OBJDUMP" >&6; }
5394 else
5395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5396 $as_echo "no" >&6; }
5397 fi
5398
5399
5400 fi
5401 if test -z "$ac_cv_prog_OBJDUMP"; then
5402 ac_ct_OBJDUMP=$OBJDUMP
5403 # Extract the first word of "objdump", so it can be a program name with args.
5404 set dummy objdump; ac_word=$2
5405 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5406 $as_echo_n "checking for $ac_word... " >&6; }
5407 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
5408 $as_echo_n "(cached) " >&6
5409 else
5410 if test -n "$ac_ct_OBJDUMP"; then
5411 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5412 else
5413 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5414 for as_dir in $PATH
5415 do
5416 IFS=$as_save_IFS
5417 test -z "$as_dir" && as_dir=.
5418 for ac_exec_ext in '' $ac_executable_extensions; do
5419 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5420 ac_cv_prog_ac_ct_OBJDUMP="objdump"
5421 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5422 break 2
5423 fi
5424 done
5425 done
5426 IFS=$as_save_IFS
5427
5428 fi
5429 fi
5430 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5431 if test -n "$ac_ct_OBJDUMP"; then
5432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5433 $as_echo "$ac_ct_OBJDUMP" >&6; }
5434 else
5435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5436 $as_echo "no" >&6; }
5437 fi
5438
5439 if test "x$ac_ct_OBJDUMP" = x; then
5440 OBJDUMP="false"
5441 else
5442 case $cross_compiling:$ac_tool_warned in
5443 yes:)
5444 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5445 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5446 ac_tool_warned=yes ;;
5447 esac
5448 OBJDUMP=$ac_ct_OBJDUMP
5449 fi
5450 else
5451 OBJDUMP="$ac_cv_prog_OBJDUMP"
5452 fi
5453
5454 test -z "$OBJDUMP" && OBJDUMP=objdump
5455
5456
5457
5458
5459
5460
5461
5462
5463
5464 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5465 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
5466 if test "${lt_cv_deplibs_check_method+set}" = set; then :
5467 $as_echo_n "(cached) " >&6
5468 else
5469 lt_cv_file_magic_cmd='$MAGIC_CMD'
5470 lt_cv_file_magic_test_file=
5471 lt_cv_deplibs_check_method='unknown'
5472 # Need to set the preceding variable on all platforms that support
5473 # interlibrary dependencies.
5474 # 'none' -- dependencies not supported.
5475 # `unknown' -- same as none, but documents that we really don't know.
5476 # 'pass_all' -- all dependencies passed with no checks.
5477 # 'test_compile' -- check by making test program.
5478 # 'file_magic [[regex]]' -- check by looking for files in library path
5479 # which responds to the $file_magic_cmd with a given extended regex.
5480 # If you have `file' or equivalent on your system and you're not sure
5481 # whether `pass_all' will *always* work, you probably want this one.
5482
5483 case $host_os in
5484 aix[4-9]*)
5485 lt_cv_deplibs_check_method=pass_all
5486 ;;
5487
5488 beos*)
5489 lt_cv_deplibs_check_method=pass_all
5490 ;;
5491
5492 bsdi[45]*)
5493 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5494 lt_cv_file_magic_cmd='/usr/bin/file -L'
5495 lt_cv_file_magic_test_file=/shlib/libc.so
5496 ;;
5497
5498 cygwin*)
5499 # func_win32_libid is a shell function defined in ltmain.sh
5500 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5501 lt_cv_file_magic_cmd='func_win32_libid'
5502 ;;
5503
5504 mingw* | pw32*)
5505 # Base MSYS/MinGW do not provide the 'file' command needed by
5506 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5507 # unless we find 'file', for example because we are cross-compiling.
5508 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
5509 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
5510 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5511 lt_cv_file_magic_cmd='func_win32_libid'
5512 else
5513 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
5514 lt_cv_file_magic_cmd='$OBJDUMP -f'
5515 fi
5516 ;;
5517
5518 cegcc*)
5519 # use the weaker test based on 'objdump'. See mingw*.
5520 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5521 lt_cv_file_magic_cmd='$OBJDUMP -f'
5522 ;;
5523
5524 darwin* | rhapsody*)
5525 lt_cv_deplibs_check_method=pass_all
5526 ;;
5527
5528 freebsd* | dragonfly*)
5529 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5530 case $host_cpu in
5531 i*86 )
5532 # Not sure whether the presence of OpenBSD here was a mistake.
5533 # Let's accept both of them until this is cleared up.
5534 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5535 lt_cv_file_magic_cmd=/usr/bin/file
5536 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5537 ;;
5538 esac
5539 else
5540 lt_cv_deplibs_check_method=pass_all
5541 fi
5542 ;;
5543
5544 gnu*)
5545 lt_cv_deplibs_check_method=pass_all
5546 ;;
5547
5548 haiku*)
5549 lt_cv_deplibs_check_method=pass_all
5550 ;;
5551
5552 hpux10.20* | hpux11*)
5553 lt_cv_file_magic_cmd=/usr/bin/file
5554 case $host_cpu in
5555 ia64*)
5556 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5557 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5558 ;;
5559 hppa*64*)
5560 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]'
5561 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5562 ;;
5563 *)
5564 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
5565 lt_cv_file_magic_test_file=/usr/lib/libc.sl
5566 ;;
5567 esac
5568 ;;
5569
5570 interix[3-9]*)
5571 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5572 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
5573 ;;
5574
5575 irix5* | irix6* | nonstopux*)
5576 case $LD in
5577 *-32|*"-32 ") libmagic=32-bit;;
5578 *-n32|*"-n32 ") libmagic=N32;;
5579 *-64|*"-64 ") libmagic=64-bit;;
5580 *) libmagic=never-match;;
5581 esac
5582 lt_cv_deplibs_check_method=pass_all
5583 ;;
5584
5585 # This must be Linux ELF.
5586 linux* | k*bsd*-gnu | kopensolaris*-gnu)
5587 lt_cv_deplibs_check_method=pass_all
5588 ;;
5589
5590 netbsd*)
5591 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5592 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5593 else
5594 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5595 fi
5596 ;;
5597
5598 newos6*)
5599 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5600 lt_cv_file_magic_cmd=/usr/bin/file
5601 lt_cv_file_magic_test_file=/usr/lib/libnls.so
5602 ;;
5603
5604 *nto* | *qnx*)
5605 lt_cv_deplibs_check_method=pass_all
5606 ;;
5607
5608 openbsd*)
5609 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5610 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5611 else
5612 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5613 fi
5614 ;;
5615
5616 osf3* | osf4* | osf5*)
5617 lt_cv_deplibs_check_method=pass_all
5618 ;;
5619
5620 rdos*)
5621 lt_cv_deplibs_check_method=pass_all
5622 ;;
5623
5624 solaris*)
5625 lt_cv_deplibs_check_method=pass_all
5626 ;;
5627
5628 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5629 lt_cv_deplibs_check_method=pass_all
5630 ;;
5631
5632 sysv4 | sysv4.3*)
5633 case $host_vendor in
5634 motorola)
5635 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]'
5636 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5637 ;;
5638 ncr)
5639 lt_cv_deplibs_check_method=pass_all
5640 ;;
5641 sequent)
5642 lt_cv_file_magic_cmd='/bin/file'
5643 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5644 ;;
5645 sni)
5646 lt_cv_file_magic_cmd='/bin/file'
5647 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5648 lt_cv_file_magic_test_file=/lib/libc.so
5649 ;;
5650 siemens)
5651 lt_cv_deplibs_check_method=pass_all
5652 ;;
5653 pc)
5654 lt_cv_deplibs_check_method=pass_all
5655 ;;
5656 esac
5657 ;;
5658
5659 tpf*)
5660 lt_cv_deplibs_check_method=pass_all
5661 ;;
5662 esac
5663
5664 fi
5665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
5666 $as_echo "$lt_cv_deplibs_check_method" >&6; }
5667 file_magic_cmd=$lt_cv_file_magic_cmd
5668 deplibs_check_method=$lt_cv_deplibs_check_method
5669 test -z "$deplibs_check_method" && deplibs_check_method=unknown
5670
5671
5672
5673
5674
5675
5676
5677
5678
5679
5680
5681
5682 if test -n "$ac_tool_prefix"; then
5683 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5684 set dummy ${ac_tool_prefix}ar; ac_word=$2
5685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5686 $as_echo_n "checking for $ac_word... " >&6; }
5687 if test "${ac_cv_prog_AR+set}" = set; then :
5688 $as_echo_n "(cached) " >&6
5689 else
5690 if test -n "$AR"; then
5691 ac_cv_prog_AR="$AR" # Let the user override the test.
5692 else
5693 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5694 for as_dir in $PATH
5695 do
5696 IFS=$as_save_IFS
5697 test -z "$as_dir" && as_dir=.
5698 for ac_exec_ext in '' $ac_executable_extensions; do
5699 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5700 ac_cv_prog_AR="${ac_tool_prefix}ar"
5701 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5702 break 2
5703 fi
5704 done
5705 done
5706 IFS=$as_save_IFS
5707
5708 fi
5709 fi
5710 AR=$ac_cv_prog_AR
5711 if test -n "$AR"; then
5712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5713 $as_echo "$AR" >&6; }
5714 else
5715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5716 $as_echo "no" >&6; }
5717 fi
5718
5719
5720 fi
5721 if test -z "$ac_cv_prog_AR"; then
5722 ac_ct_AR=$AR
5723 # Extract the first word of "ar", so it can be a program name with args.
5724 set dummy ar; ac_word=$2
5725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5726 $as_echo_n "checking for $ac_word... " >&6; }
5727 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
5728 $as_echo_n "(cached) " >&6
5729 else
5730 if test -n "$ac_ct_AR"; then
5731 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5732 else
5733 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5734 for as_dir in $PATH
5735 do
5736 IFS=$as_save_IFS
5737 test -z "$as_dir" && as_dir=.
5738 for ac_exec_ext in '' $ac_executable_extensions; do
5739 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5740 ac_cv_prog_ac_ct_AR="ar"
5741 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5742 break 2
5743 fi
5744 done
5745 done
5746 IFS=$as_save_IFS
5747
5748 fi
5749 fi
5750 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5751 if test -n "$ac_ct_AR"; then
5752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5753 $as_echo "$ac_ct_AR" >&6; }
5754 else
5755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5756 $as_echo "no" >&6; }
5757 fi
5758
5759 if test "x$ac_ct_AR" = x; then
5760 AR="false"
5761 else
5762 case $cross_compiling:$ac_tool_warned in
5763 yes:)
5764 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5765 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5766 ac_tool_warned=yes ;;
5767 esac
5768 AR=$ac_ct_AR
5769 fi
5770 else
5771 AR="$ac_cv_prog_AR"
5772 fi
5773
5774 test -z "$AR" && AR=ar
5775 test -z "$AR_FLAGS" && AR_FLAGS=cru
5776
5777
5778
5779
5780
5781
5782
5783
5784
5785
5786
5787 if test -n "$ac_tool_prefix"; then
5788 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5789 set dummy ${ac_tool_prefix}strip; ac_word=$2
5790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5791 $as_echo_n "checking for $ac_word... " >&6; }
5792 if test "${ac_cv_prog_STRIP+set}" = set; then :
5793 $as_echo_n "(cached) " >&6
5794 else
5795 if test -n "$STRIP"; then
5796 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5797 else
5798 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5799 for as_dir in $PATH
5800 do
5801 IFS=$as_save_IFS
5802 test -z "$as_dir" && as_dir=.
5803 for ac_exec_ext in '' $ac_executable_extensions; do
5804 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5805 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5806 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5807 break 2
5808 fi
5809 done
5810 done
5811 IFS=$as_save_IFS
5812
5813 fi
5814 fi
5815 STRIP=$ac_cv_prog_STRIP
5816 if test -n "$STRIP"; then
5817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5818 $as_echo "$STRIP" >&6; }
5819 else
5820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5821 $as_echo "no" >&6; }
5822 fi
5823
5824
5825 fi
5826 if test -z "$ac_cv_prog_STRIP"; then
5827 ac_ct_STRIP=$STRIP
5828 # Extract the first word of "strip", so it can be a program name with args.
5829 set dummy strip; ac_word=$2
5830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5831 $as_echo_n "checking for $ac_word... " >&6; }
5832 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
5833 $as_echo_n "(cached) " >&6
5834 else
5835 if test -n "$ac_ct_STRIP"; then
5836 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5837 else
5838 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5839 for as_dir in $PATH
5840 do
5841 IFS=$as_save_IFS
5842 test -z "$as_dir" && as_dir=.
5843 for ac_exec_ext in '' $ac_executable_extensions; do
5844 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5845 ac_cv_prog_ac_ct_STRIP="strip"
5846 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5847 break 2
5848 fi
5849 done
5850 done
5851 IFS=$as_save_IFS
5852
5853 fi
5854 fi
5855 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5856 if test -n "$ac_ct_STRIP"; then
5857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5858 $as_echo "$ac_ct_STRIP" >&6; }
5859 else
5860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5861 $as_echo "no" >&6; }
5862 fi
5863
5864 if test "x$ac_ct_STRIP" = x; then
5865 STRIP=":"
5866 else
5867 case $cross_compiling:$ac_tool_warned in
5868 yes:)
5869 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5870 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5871 ac_tool_warned=yes ;;
5872 esac
5873 STRIP=$ac_ct_STRIP
5874 fi
5875 else
5876 STRIP="$ac_cv_prog_STRIP"
5877 fi
5878
5879 test -z "$STRIP" && STRIP=:
5880
5881
5882
5883
5884
5885
5886 if test -n "$ac_tool_prefix"; then
5887 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5888 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5890 $as_echo_n "checking for $ac_word... " >&6; }
5891 if test "${ac_cv_prog_RANLIB+set}" = set; then :
5892 $as_echo_n "(cached) " >&6
5893 else
5894 if test -n "$RANLIB"; then
5895 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5896 else
5897 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5898 for as_dir in $PATH
5899 do
5900 IFS=$as_save_IFS
5901 test -z "$as_dir" && as_dir=.
5902 for ac_exec_ext in '' $ac_executable_extensions; do
5903 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5904 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5905 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5906 break 2
5907 fi
5908 done
5909 done
5910 IFS=$as_save_IFS
5911
5912 fi
5913 fi
5914 RANLIB=$ac_cv_prog_RANLIB
5915 if test -n "$RANLIB"; then
5916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5917 $as_echo "$RANLIB" >&6; }
5918 else
5919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5920 $as_echo "no" >&6; }
5921 fi
5922
5923
5924 fi
5925 if test -z "$ac_cv_prog_RANLIB"; then
5926 ac_ct_RANLIB=$RANLIB
5927 # Extract the first word of "ranlib", so it can be a program name with args.
5928 set dummy ranlib; ac_word=$2
5929 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5930 $as_echo_n "checking for $ac_word... " >&6; }
5931 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
5932 $as_echo_n "(cached) " >&6
5933 else
5934 if test -n "$ac_ct_RANLIB"; then
5935 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5936 else
5937 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5938 for as_dir in $PATH
5939 do
5940 IFS=$as_save_IFS
5941 test -z "$as_dir" && as_dir=.
5942 for ac_exec_ext in '' $ac_executable_extensions; do
5943 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5944 ac_cv_prog_ac_ct_RANLIB="ranlib"
5945 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5946 break 2
5947 fi
5948 done
5949 done
5950 IFS=$as_save_IFS
5951
5952 fi
5953 fi
5954 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5955 if test -n "$ac_ct_RANLIB"; then
5956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5957 $as_echo "$ac_ct_RANLIB" >&6; }
5958 else
5959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5960 $as_echo "no" >&6; }
5961 fi
5962
5963 if test "x$ac_ct_RANLIB" = x; then
5964 RANLIB=":"
5965 else
5966 case $cross_compiling:$ac_tool_warned in
5967 yes:)
5968 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5969 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5970 ac_tool_warned=yes ;;
5971 esac
5972 RANLIB=$ac_ct_RANLIB
5973 fi
5974 else
5975 RANLIB="$ac_cv_prog_RANLIB"
5976 fi
5977
5978 test -z "$RANLIB" && RANLIB=:
5979
5980
5981
5982
5983
5984
5985 # Determine commands to create old-style static archives.
5986 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5987 old_postinstall_cmds='chmod 644 $oldlib'
5988 old_postuninstall_cmds=
5989
5990 if test -n "$RANLIB"; then
5991 case $host_os in
5992 openbsd*)
5993 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5994 ;;
5995 *)
5996 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5997 ;;
5998 esac
5999 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6000 fi
6001
6002 case $host_os in
6003 darwin*)
6004 lock_old_archive_extraction=yes ;;
6005 *)
6006 lock_old_archive_extraction=no ;;
6007 esac
6008
6009
6010
6011
6012
6013
6014
6015
6016
6017
6018
6019
6020
6021
6022
6023
6024
6025
6026
6027
6028
6029
6030
6031
6032
6033
6034
6035
6036
6037
6038
6039
6040
6041
6042
6043
6044
6045
6046
6047 # If no C compiler was specified, use CC.
6048 LTCC=${LTCC-"$CC"}
6049
6050 # If no C compiler flags were specified, use CFLAGS.
6051 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6052
6053 # Allow CC to be a program name with arguments.
6054 compiler=$CC
6055
6056
6057 # Check for command to grab the raw symbol name followed by C symbol from nm.
6058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6059 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6060 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
6061 $as_echo_n "(cached) " >&6
6062 else
6063
6064 # These are sane defaults that work on at least a few old systems.
6065 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6066
6067 # Character class describing NM global symbol codes.
6068 symcode='[BCDEGRST]'
6069
6070 # Regexp to match symbols that can be accessed directly from C.
6071 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6072
6073 # Define system-specific variables.
6074 case $host_os in
6075 aix*)
6076 symcode='[BCDT]'
6077 ;;
6078 cygwin* | mingw* | pw32* | cegcc*)
6079 symcode='[ABCDGISTW]'
6080 ;;
6081 hpux*)
6082 if test "$host_cpu" = ia64; then
6083 symcode='[ABCDEGRST]'
6084 fi
6085 ;;
6086 irix* | nonstopux*)
6087 symcode='[BCDEGRST]'
6088 ;;
6089 osf*)
6090 symcode='[BCDEGQRST]'
6091 ;;
6092 solaris*)
6093 symcode='[BDRT]'
6094 ;;
6095 sco3.2v5*)
6096 symcode='[DT]'
6097 ;;
6098 sysv4.2uw2*)
6099 symcode='[DT]'
6100 ;;
6101 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6102 symcode='[ABDT]'
6103 ;;
6104 sysv4)
6105 symcode='[DFNSTU]'
6106 ;;
6107 esac
6108
6109 # If we're using GNU nm, then use its standard symbol codes.
6110 case `$NM -V 2>&1` in
6111 *GNU* | *'with BFD'*)
6112 symcode='[ABCDGIRSTW]' ;;
6113 esac
6114
6115 # Transform an extracted symbol line into a proper C declaration.
6116 # Some systems (esp. on ia64) link data and code symbols differently,
6117 # so use this general approach.
6118 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6119
6120 # Transform an extracted symbol line into symbol name and symbol address
6121 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6122 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \(lib[^ ]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"lib\2\", (void *) \&\2},/p'"
6123
6124 # Handle CRLF in mingw tool chain
6125 opt_cr=
6126 case $build_os in
6127 mingw*)
6128 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6129 ;;
6130 esac
6131
6132 # Try without a prefix underscore, then with it.
6133 for ac_symprfx in "" "_"; do
6134
6135 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6136 symxfrm="\\1 $ac_symprfx\\2 \\2"
6137
6138 # Write the raw and C identifiers.
6139 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6140 # Fake it for dumpbin and say T for any non-static function
6141 # and D for any global variable.
6142 # Also find C++ and __fastcall symbols from MSVC++,
6143 # which start with @ or ?.
6144 lt_cv_sys_global_symbol_pipe="$AWK '"\
6145 " {last_section=section; section=\$ 3};"\
6146 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6147 " \$ 0!~/External *\|/{next};"\
6148 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6149 " {if(hide[section]) next};"\
6150 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6151 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6152 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
6153 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6154 " ' prfx=^$ac_symprfx"
6155 else
6156 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6157 fi
6158
6159 # Check to see that the pipe works correctly.
6160 pipe_works=no
6161
6162 rm -f conftest*
6163 cat > conftest.$ac_ext <<_LT_EOF
6164 #ifdef __cplusplus
6165 extern "C" {
6166 #endif
6167 char nm_test_var;
6168 void nm_test_func(void);
6169 void nm_test_func(void){}
6170 #ifdef __cplusplus
6171 }
6172 #endif
6173 int main(){nm_test_var='a';nm_test_func();return(0);}
6174 _LT_EOF
6175
6176 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6177 (eval $ac_compile) 2>&5
6178 ac_status=$?
6179 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6180 test $ac_status = 0; }; then
6181 # Now try to grab the symbols.
6182 nlist=conftest.nm
6183 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6184 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6185 ac_status=$?
6186 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6187 test $ac_status = 0; } && test -s "$nlist"; then
6188 # Try sorting and uniquifying the output.
6189 if sort "$nlist" | uniq > "$nlist"T; then
6190 mv -f "$nlist"T "$nlist"
6191 else
6192 rm -f "$nlist"T
6193 fi
6194
6195 # Make sure that we snagged all the symbols we need.
6196 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6197 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6198 cat <<_LT_EOF > conftest.$ac_ext
6199 #ifdef __cplusplus
6200 extern "C" {
6201 #endif
6202
6203 _LT_EOF
6204 # Now generate the symbol file.
6205 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6206
6207 cat <<_LT_EOF >> conftest.$ac_ext
6208
6209 /* The mapping between symbol names and symbols. */
6210 const struct {
6211 const char *name;
6212 void *address;
6213 }
6214 lt__PROGRAM__LTX_preloaded_symbols[] =
6215 {
6216 { "@PROGRAM@", (void *) 0 },
6217 _LT_EOF
6218 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6219 cat <<\_LT_EOF >> conftest.$ac_ext
6220 {0, (void *) 0}
6221 };
6222
6223 /* This works around a problem in FreeBSD linker */
6224 #ifdef FREEBSD_WORKAROUND
6225 static const void *lt_preloaded_setup() {
6226 return lt__PROGRAM__LTX_preloaded_symbols;
6227 }
6228 #endif
6229
6230 #ifdef __cplusplus
6231 }
6232 #endif
6233 _LT_EOF
6234 # Now try linking the two files.
6235 mv conftest.$ac_objext conftstm.$ac_objext
6236 lt_save_LIBS="$LIBS"
6237 lt_save_CFLAGS="$CFLAGS"
6238 LIBS="conftstm.$ac_objext"
6239 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6240 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6241 (eval $ac_link) 2>&5
6242 ac_status=$?
6243 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6244 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6245 pipe_works=yes
6246 fi
6247 LIBS="$lt_save_LIBS"
6248 CFLAGS="$lt_save_CFLAGS"
6249 else
6250 echo "cannot find nm_test_func in $nlist" >&5
6251 fi
6252 else
6253 echo "cannot find nm_test_var in $nlist" >&5
6254 fi
6255 else
6256 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6257 fi
6258 else
6259 echo "$progname: failed program was:" >&5
6260 cat conftest.$ac_ext >&5
6261 fi
6262 rm -rf conftest* conftst*
6263
6264 # Do not use the global_symbol_pipe unless it works.
6265 if test "$pipe_works" = yes; then
6266 break
6267 else
6268 lt_cv_sys_global_symbol_pipe=
6269 fi
6270 done
6271
6272 fi
6273
6274 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6275 lt_cv_sys_global_symbol_to_cdecl=
6276 fi
6277 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6279 $as_echo "failed" >&6; }
6280 else
6281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6282 $as_echo "ok" >&6; }
6283 fi
6284
6285
6286
6287
6288
6289
6290
6291
6292
6293
6294
6295
6296
6297
6298
6299
6300
6301
6302
6303
6304
6305
6306 # Check whether --enable-libtool-lock was given.
6307 if test "${enable_libtool_lock+set}" = set; then :
6308 enableval=$enable_libtool_lock;
6309 fi
6310
6311 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6312
6313 # Some flags need to be propagated to the compiler or linker for good
6314 # libtool support.
6315 case $host in
6316 ia64-*-hpux*)
6317 # Find out which ABI we are using.
6318 echo 'int i;' > conftest.$ac_ext
6319 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6320 (eval $ac_compile) 2>&5
6321 ac_status=$?
6322 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6323 test $ac_status = 0; }; then
6324 case `/usr/bin/file conftest.$ac_objext` in
6325 *ELF-32*)
6326 HPUX_IA64_MODE="32"
6327 ;;
6328 *ELF-64*)
6329 HPUX_IA64_MODE="64"
6330 ;;
6331 esac
6332 fi
6333 rm -rf conftest*
6334 ;;
6335 *-*-irix6*)
6336 # Find out which ABI we are using.
6337 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6338 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6339 (eval $ac_compile) 2>&5
6340 ac_status=$?
6341 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6342 test $ac_status = 0; }; then
6343 if test "$lt_cv_prog_gnu_ld" = yes; then
6344 case `/usr/bin/file conftest.$ac_objext` in
6345 *32-bit*)
6346 LD="${LD-ld} -melf32bsmip"
6347 ;;
6348 *N32*)
6349 LD="${LD-ld} -melf32bmipn32"
6350 ;;
6351 *64-bit*)
6352 LD="${LD-ld} -melf64bmip"
6353 ;;
6354 esac
6355 else
6356 case `/usr/bin/file conftest.$ac_objext` in
6357 *32-bit*)
6358 LD="${LD-ld} -32"
6359 ;;
6360 *N32*)
6361 LD="${LD-ld} -n32"
6362 ;;
6363 *64-bit*)
6364 LD="${LD-ld} -64"
6365 ;;
6366 esac
6367 fi
6368 fi
6369 rm -rf conftest*
6370 ;;
6371
6372 x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
6373 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6374 # Find out which ABI we are using.
6375 echo 'int i;' > conftest.$ac_ext
6376 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6377 (eval $ac_compile) 2>&5
6378 ac_status=$?
6379 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6380 test $ac_status = 0; }; then
6381 case `/usr/bin/file conftest.o` in
6382 *32-bit*)
6383 case $host in
6384 x86_64-*kfreebsd*-gnu)
6385 LD="${LD-ld} -m elf_i386_fbsd"
6386 ;;
6387 x86_64-*linux*)
6388 LD="${LD-ld} -m elf_i386"
6389 ;;
6390 ppc64-*linux*|powerpc64-*linux*)
6391 LD="${LD-ld} -m elf32ppclinux"
6392 ;;
6393 s390x-*linux*)
6394 LD="${LD-ld} -m elf_s390"
6395 ;;
6396 sparc64-*linux*)
6397 LD="${LD-ld} -m elf32_sparc"
6398 ;;
6399 esac
6400 ;;
6401 *64-bit*)
6402 case $host in
6403 x86_64-*kfreebsd*-gnu)
6404 LD="${LD-ld} -m elf_x86_64_fbsd"
6405 ;;
6406 x86_64-*linux*)
6407 LD="${LD-ld} -m elf_x86_64"
6408 ;;
6409 ppc*-*linux*|powerpc*-*linux*)
6410 LD="${LD-ld} -m elf64ppc"
6411 ;;
6412 s390*-*linux*|s390*-*tpf*)
6413 LD="${LD-ld} -m elf64_s390"
6414 ;;
6415 sparc*-*linux*)
6416 LD="${LD-ld} -m elf64_sparc"
6417 ;;
6418 esac
6419 ;;
6420 esac
6421 fi
6422 rm -rf conftest*
6423 ;;
6424
6425 *-*-sco3.2v5*)
6426 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6427 SAVE_CFLAGS="$CFLAGS"
6428 CFLAGS="$CFLAGS -belf"
6429 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6430 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6431 if test "${lt_cv_cc_needs_belf+set}" = set; then :
6432 $as_echo_n "(cached) " >&6
6433 else
6434 ac_ext=c
6435 ac_cpp='$CPP $CPPFLAGS'
6436 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6437 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6438 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6439
6440 if test x$gcc_no_link = xyes; then
6441 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
6442 fi
6443 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6444 /* end confdefs.h. */
6445
6446 int
6447 main ()
6448 {
6449
6450 ;
6451 return 0;
6452 }
6453 _ACEOF
6454 if ac_fn_c_try_link "$LINENO"; then :
6455 lt_cv_cc_needs_belf=yes
6456 else
6457 lt_cv_cc_needs_belf=no
6458 fi
6459 rm -f core conftest.err conftest.$ac_objext \
6460 conftest$ac_exeext conftest.$ac_ext
6461 ac_ext=c
6462 ac_cpp='$CPP $CPPFLAGS'
6463 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6464 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6465 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6466
6467 fi
6468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
6469 $as_echo "$lt_cv_cc_needs_belf" >&6; }
6470 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6471 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6472 CFLAGS="$SAVE_CFLAGS"
6473 fi
6474 ;;
6475 sparc*-*solaris*)
6476 # Find out which ABI we are using.
6477 echo 'int i;' > conftest.$ac_ext
6478 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6479 (eval $ac_compile) 2>&5
6480 ac_status=$?
6481 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6482 test $ac_status = 0; }; then
6483 case `/usr/bin/file conftest.o` in
6484 *64-bit*)
6485 case $lt_cv_prog_gnu_ld in
6486 yes*) LD="${LD-ld} -m elf64_sparc" ;;
6487 *)
6488 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6489 LD="${LD-ld} -64"
6490 fi
6491 ;;
6492 esac
6493 ;;
6494 esac
6495 fi
6496 rm -rf conftest*
6497 ;;
6498 esac
6499
6500 need_locks="$enable_libtool_lock"
6501
6502
6503 case $host_os in
6504 rhapsody* | darwin*)
6505 if test -n "$ac_tool_prefix"; then
6506 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6507 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6509 $as_echo_n "checking for $ac_word... " >&6; }
6510 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
6511 $as_echo_n "(cached) " >&6
6512 else
6513 if test -n "$DSYMUTIL"; then
6514 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6515 else
6516 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6517 for as_dir in $PATH
6518 do
6519 IFS=$as_save_IFS
6520 test -z "$as_dir" && as_dir=.
6521 for ac_exec_ext in '' $ac_executable_extensions; do
6522 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6523 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
6524 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6525 break 2
6526 fi
6527 done
6528 done
6529 IFS=$as_save_IFS
6530
6531 fi
6532 fi
6533 DSYMUTIL=$ac_cv_prog_DSYMUTIL
6534 if test -n "$DSYMUTIL"; then
6535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
6536 $as_echo "$DSYMUTIL" >&6; }
6537 else
6538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6539 $as_echo "no" >&6; }
6540 fi
6541
6542
6543 fi
6544 if test -z "$ac_cv_prog_DSYMUTIL"; then
6545 ac_ct_DSYMUTIL=$DSYMUTIL
6546 # Extract the first word of "dsymutil", so it can be a program name with args.
6547 set dummy dsymutil; ac_word=$2
6548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6549 $as_echo_n "checking for $ac_word... " >&6; }
6550 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
6551 $as_echo_n "(cached) " >&6
6552 else
6553 if test -n "$ac_ct_DSYMUTIL"; then
6554 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6555 else
6556 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6557 for as_dir in $PATH
6558 do
6559 IFS=$as_save_IFS
6560 test -z "$as_dir" && as_dir=.
6561 for ac_exec_ext in '' $ac_executable_extensions; do
6562 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6563 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
6564 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6565 break 2
6566 fi
6567 done
6568 done
6569 IFS=$as_save_IFS
6570
6571 fi
6572 fi
6573 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6574 if test -n "$ac_ct_DSYMUTIL"; then
6575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
6576 $as_echo "$ac_ct_DSYMUTIL" >&6; }
6577 else
6578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6579 $as_echo "no" >&6; }
6580 fi
6581
6582 if test "x$ac_ct_DSYMUTIL" = x; then
6583 DSYMUTIL=":"
6584 else
6585 case $cross_compiling:$ac_tool_warned in
6586 yes:)
6587 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6588 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6589 ac_tool_warned=yes ;;
6590 esac
6591 DSYMUTIL=$ac_ct_DSYMUTIL
6592 fi
6593 else
6594 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6595 fi
6596
6597 if test -n "$ac_tool_prefix"; then
6598 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6599 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6601 $as_echo_n "checking for $ac_word... " >&6; }
6602 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
6603 $as_echo_n "(cached) " >&6
6604 else
6605 if test -n "$NMEDIT"; then
6606 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6607 else
6608 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6609 for as_dir in $PATH
6610 do
6611 IFS=$as_save_IFS
6612 test -z "$as_dir" && as_dir=.
6613 for ac_exec_ext in '' $ac_executable_extensions; do
6614 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6615 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6616 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6617 break 2
6618 fi
6619 done
6620 done
6621 IFS=$as_save_IFS
6622
6623 fi
6624 fi
6625 NMEDIT=$ac_cv_prog_NMEDIT
6626 if test -n "$NMEDIT"; then
6627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
6628 $as_echo "$NMEDIT" >&6; }
6629 else
6630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6631 $as_echo "no" >&6; }
6632 fi
6633
6634
6635 fi
6636 if test -z "$ac_cv_prog_NMEDIT"; then
6637 ac_ct_NMEDIT=$NMEDIT
6638 # Extract the first word of "nmedit", so it can be a program name with args.
6639 set dummy nmedit; ac_word=$2
6640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6641 $as_echo_n "checking for $ac_word... " >&6; }
6642 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
6643 $as_echo_n "(cached) " >&6
6644 else
6645 if test -n "$ac_ct_NMEDIT"; then
6646 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6647 else
6648 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6649 for as_dir in $PATH
6650 do
6651 IFS=$as_save_IFS
6652 test -z "$as_dir" && as_dir=.
6653 for ac_exec_ext in '' $ac_executable_extensions; do
6654 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6655 ac_cv_prog_ac_ct_NMEDIT="nmedit"
6656 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6657 break 2
6658 fi
6659 done
6660 done
6661 IFS=$as_save_IFS
6662
6663 fi
6664 fi
6665 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6666 if test -n "$ac_ct_NMEDIT"; then
6667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
6668 $as_echo "$ac_ct_NMEDIT" >&6; }
6669 else
6670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6671 $as_echo "no" >&6; }
6672 fi
6673
6674 if test "x$ac_ct_NMEDIT" = x; then
6675 NMEDIT=":"
6676 else
6677 case $cross_compiling:$ac_tool_warned in
6678 yes:)
6679 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6680 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6681 ac_tool_warned=yes ;;
6682 esac
6683 NMEDIT=$ac_ct_NMEDIT
6684 fi
6685 else
6686 NMEDIT="$ac_cv_prog_NMEDIT"
6687 fi
6688
6689 if test -n "$ac_tool_prefix"; then
6690 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6691 set dummy ${ac_tool_prefix}lipo; ac_word=$2
6692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6693 $as_echo_n "checking for $ac_word... " >&6; }
6694 if test "${ac_cv_prog_LIPO+set}" = set; then :
6695 $as_echo_n "(cached) " >&6
6696 else
6697 if test -n "$LIPO"; then
6698 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6699 else
6700 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6701 for as_dir in $PATH
6702 do
6703 IFS=$as_save_IFS
6704 test -z "$as_dir" && as_dir=.
6705 for ac_exec_ext in '' $ac_executable_extensions; do
6706 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6707 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6708 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6709 break 2
6710 fi
6711 done
6712 done
6713 IFS=$as_save_IFS
6714
6715 fi
6716 fi
6717 LIPO=$ac_cv_prog_LIPO
6718 if test -n "$LIPO"; then
6719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6720 $as_echo "$LIPO" >&6; }
6721 else
6722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6723 $as_echo "no" >&6; }
6724 fi
6725
6726
6727 fi
6728 if test -z "$ac_cv_prog_LIPO"; then
6729 ac_ct_LIPO=$LIPO
6730 # Extract the first word of "lipo", so it can be a program name with args.
6731 set dummy lipo; ac_word=$2
6732 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6733 $as_echo_n "checking for $ac_word... " >&6; }
6734 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
6735 $as_echo_n "(cached) " >&6
6736 else
6737 if test -n "$ac_ct_LIPO"; then
6738 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6739 else
6740 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6741 for as_dir in $PATH
6742 do
6743 IFS=$as_save_IFS
6744 test -z "$as_dir" && as_dir=.
6745 for ac_exec_ext in '' $ac_executable_extensions; do
6746 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6747 ac_cv_prog_ac_ct_LIPO="lipo"
6748 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6749 break 2
6750 fi
6751 done
6752 done
6753 IFS=$as_save_IFS
6754
6755 fi
6756 fi
6757 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6758 if test -n "$ac_ct_LIPO"; then
6759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6760 $as_echo "$ac_ct_LIPO" >&6; }
6761 else
6762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6763 $as_echo "no" >&6; }
6764 fi
6765
6766 if test "x$ac_ct_LIPO" = x; then
6767 LIPO=":"
6768 else
6769 case $cross_compiling:$ac_tool_warned in
6770 yes:)
6771 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6772 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6773 ac_tool_warned=yes ;;
6774 esac
6775 LIPO=$ac_ct_LIPO
6776 fi
6777 else
6778 LIPO="$ac_cv_prog_LIPO"
6779 fi
6780
6781 if test -n "$ac_tool_prefix"; then
6782 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6783 set dummy ${ac_tool_prefix}otool; ac_word=$2
6784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6785 $as_echo_n "checking for $ac_word... " >&6; }
6786 if test "${ac_cv_prog_OTOOL+set}" = set; then :
6787 $as_echo_n "(cached) " >&6
6788 else
6789 if test -n "$OTOOL"; then
6790 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6791 else
6792 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6793 for as_dir in $PATH
6794 do
6795 IFS=$as_save_IFS
6796 test -z "$as_dir" && as_dir=.
6797 for ac_exec_ext in '' $ac_executable_extensions; do
6798 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6799 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6800 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6801 break 2
6802 fi
6803 done
6804 done
6805 IFS=$as_save_IFS
6806
6807 fi
6808 fi
6809 OTOOL=$ac_cv_prog_OTOOL
6810 if test -n "$OTOOL"; then
6811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6812 $as_echo "$OTOOL" >&6; }
6813 else
6814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6815 $as_echo "no" >&6; }
6816 fi
6817
6818
6819 fi
6820 if test -z "$ac_cv_prog_OTOOL"; then
6821 ac_ct_OTOOL=$OTOOL
6822 # Extract the first word of "otool", so it can be a program name with args.
6823 set dummy otool; ac_word=$2
6824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6825 $as_echo_n "checking for $ac_word... " >&6; }
6826 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
6827 $as_echo_n "(cached) " >&6
6828 else
6829 if test -n "$ac_ct_OTOOL"; then
6830 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6831 else
6832 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6833 for as_dir in $PATH
6834 do
6835 IFS=$as_save_IFS
6836 test -z "$as_dir" && as_dir=.
6837 for ac_exec_ext in '' $ac_executable_extensions; do
6838 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6839 ac_cv_prog_ac_ct_OTOOL="otool"
6840 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6841 break 2
6842 fi
6843 done
6844 done
6845 IFS=$as_save_IFS
6846
6847 fi
6848 fi
6849 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6850 if test -n "$ac_ct_OTOOL"; then
6851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6852 $as_echo "$ac_ct_OTOOL" >&6; }
6853 else
6854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6855 $as_echo "no" >&6; }
6856 fi
6857
6858 if test "x$ac_ct_OTOOL" = x; then
6859 OTOOL=":"
6860 else
6861 case $cross_compiling:$ac_tool_warned in
6862 yes:)
6863 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6864 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6865 ac_tool_warned=yes ;;
6866 esac
6867 OTOOL=$ac_ct_OTOOL
6868 fi
6869 else
6870 OTOOL="$ac_cv_prog_OTOOL"
6871 fi
6872
6873 if test -n "$ac_tool_prefix"; then
6874 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6875 set dummy ${ac_tool_prefix}otool64; ac_word=$2
6876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6877 $as_echo_n "checking for $ac_word... " >&6; }
6878 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
6879 $as_echo_n "(cached) " >&6
6880 else
6881 if test -n "$OTOOL64"; then
6882 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6883 else
6884 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6885 for as_dir in $PATH
6886 do
6887 IFS=$as_save_IFS
6888 test -z "$as_dir" && as_dir=.
6889 for ac_exec_ext in '' $ac_executable_extensions; do
6890 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6891 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6892 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6893 break 2
6894 fi
6895 done
6896 done
6897 IFS=$as_save_IFS
6898
6899 fi
6900 fi
6901 OTOOL64=$ac_cv_prog_OTOOL64
6902 if test -n "$OTOOL64"; then
6903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6904 $as_echo "$OTOOL64" >&6; }
6905 else
6906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6907 $as_echo "no" >&6; }
6908 fi
6909
6910
6911 fi
6912 if test -z "$ac_cv_prog_OTOOL64"; then
6913 ac_ct_OTOOL64=$OTOOL64
6914 # Extract the first word of "otool64", so it can be a program name with args.
6915 set dummy otool64; ac_word=$2
6916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6917 $as_echo_n "checking for $ac_word... " >&6; }
6918 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
6919 $as_echo_n "(cached) " >&6
6920 else
6921 if test -n "$ac_ct_OTOOL64"; then
6922 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6923 else
6924 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6925 for as_dir in $PATH
6926 do
6927 IFS=$as_save_IFS
6928 test -z "$as_dir" && as_dir=.
6929 for ac_exec_ext in '' $ac_executable_extensions; do
6930 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6931 ac_cv_prog_ac_ct_OTOOL64="otool64"
6932 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6933 break 2
6934 fi
6935 done
6936 done
6937 IFS=$as_save_IFS
6938
6939 fi
6940 fi
6941 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6942 if test -n "$ac_ct_OTOOL64"; then
6943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6944 $as_echo "$ac_ct_OTOOL64" >&6; }
6945 else
6946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6947 $as_echo "no" >&6; }
6948 fi
6949
6950 if test "x$ac_ct_OTOOL64" = x; then
6951 OTOOL64=":"
6952 else
6953 case $cross_compiling:$ac_tool_warned in
6954 yes:)
6955 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6956 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6957 ac_tool_warned=yes ;;
6958 esac
6959 OTOOL64=$ac_ct_OTOOL64
6960 fi
6961 else
6962 OTOOL64="$ac_cv_prog_OTOOL64"
6963 fi
6964
6965
6966
6967
6968
6969
6970
6971
6972
6973
6974
6975
6976
6977
6978
6979
6980
6981
6982
6983
6984
6985
6986
6987
6988
6989
6990
6991 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
6992 $as_echo_n "checking for -single_module linker flag... " >&6; }
6993 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
6994 $as_echo_n "(cached) " >&6
6995 else
6996 lt_cv_apple_cc_single_mod=no
6997 if test -z "${LT_MULTI_MODULE}"; then
6998 # By default we will add the -single_module flag. You can override
6999 # by either setting the environment variable LT_MULTI_MODULE
7000 # non-empty at configure time, or by adding -multi_module to the
7001 # link flags.
7002 rm -rf libconftest.dylib*
7003 echo "int foo(void){return 1;}" > conftest.c
7004 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7005 -dynamiclib -Wl,-single_module conftest.c" >&5
7006 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7007 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7008 _lt_result=$?
7009 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7010 lt_cv_apple_cc_single_mod=yes
7011 else
7012 cat conftest.err >&5
7013 fi
7014 rm -rf libconftest.dylib*
7015 rm -f conftest.*
7016 fi
7017 fi
7018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7019 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7021 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7022 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
7023 $as_echo_n "(cached) " >&6
7024 else
7025 lt_cv_ld_exported_symbols_list=no
7026 save_LDFLAGS=$LDFLAGS
7027 echo "_main" > conftest.sym
7028 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7029 if test x$gcc_no_link = xyes; then
7030 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
7031 fi
7032 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7033 /* end confdefs.h. */
7034
7035 int
7036 main ()
7037 {
7038
7039 ;
7040 return 0;
7041 }
7042 _ACEOF
7043 if ac_fn_c_try_link "$LINENO"; then :
7044 lt_cv_ld_exported_symbols_list=yes
7045 else
7046 lt_cv_ld_exported_symbols_list=no
7047 fi
7048 rm -f core conftest.err conftest.$ac_objext \
7049 conftest$ac_exeext conftest.$ac_ext
7050 LDFLAGS="$save_LDFLAGS"
7051
7052 fi
7053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7054 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7056 $as_echo_n "checking for -force_load linker flag... " >&6; }
7057 if test "${lt_cv_ld_force_load+set}" = set; then :
7058 $as_echo_n "(cached) " >&6
7059 else
7060 lt_cv_ld_force_load=no
7061 cat > conftest.c << _LT_EOF
7062 int forced_loaded() { return 2;}
7063 _LT_EOF
7064 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7065 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7066 echo "$AR cru libconftest.a conftest.o" >&5
7067 $AR cru libconftest.a conftest.o 2>&5
7068 cat > conftest.c << _LT_EOF
7069 int main() { return 0;}
7070 _LT_EOF
7071 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7072 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7073 _lt_result=$?
7074 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7075 lt_cv_ld_force_load=yes
7076 else
7077 cat conftest.err >&5
7078 fi
7079 rm -f conftest.err libconftest.a conftest conftest.c
7080 rm -rf conftest.dSYM
7081
7082 fi
7083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7084 $as_echo "$lt_cv_ld_force_load" >&6; }
7085 case $host_os in
7086 rhapsody* | darwin1.[012])
7087 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7088 darwin1.*)
7089 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7090 darwin*) # darwin 5.x on
7091 # if running on 10.5 or later, the deployment target defaults
7092 # to the OS version, if on x86, and 10.4, the deployment
7093 # target defaults to 10.4. Don't you love it?
7094 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7095 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7096 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7097 10.[012]*)
7098 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7099 10.*)
7100 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7101 esac
7102 ;;
7103 esac
7104 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7105 _lt_dar_single_mod='$single_module'
7106 fi
7107 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7108 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7109 else
7110 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7111 fi
7112 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7113 _lt_dsymutil='~$DSYMUTIL $lib || :'
7114 else
7115 _lt_dsymutil=
7116 fi
7117 ;;
7118 esac
7119
7120 for ac_header in dlfcn.h
7121 do :
7122 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7123 "
7124 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
7125 cat >>confdefs.h <<_ACEOF
7126 #define HAVE_DLFCN_H 1
7127 _ACEOF
7128
7129 fi
7130
7131 done
7132
7133
7134
7135
7136
7137 # Set options
7138
7139
7140
7141 enable_dlopen=no
7142
7143
7144 enable_win32_dll=no
7145
7146
7147 # Check whether --enable-shared was given.
7148 if test "${enable_shared+set}" = set; then :
7149 enableval=$enable_shared; p=${PACKAGE-default}
7150 case $enableval in
7151 yes) enable_shared=yes ;;
7152 no) enable_shared=no ;;
7153 *)
7154 enable_shared=no
7155 # Look at the argument we got. We use all the common list separators.
7156 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7157 for pkg in $enableval; do
7158 IFS="$lt_save_ifs"
7159 if test "X$pkg" = "X$p"; then
7160 enable_shared=yes
7161 fi
7162 done
7163 IFS="$lt_save_ifs"
7164 ;;
7165 esac
7166 else
7167 enable_shared=yes
7168 fi
7169
7170
7171
7172
7173
7174
7175
7176
7177
7178 # Check whether --enable-static was given.
7179 if test "${enable_static+set}" = set; then :
7180 enableval=$enable_static; p=${PACKAGE-default}
7181 case $enableval in
7182 yes) enable_static=yes ;;
7183 no) enable_static=no ;;
7184 *)
7185 enable_static=no
7186 # Look at the argument we got. We use all the common list separators.
7187 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7188 for pkg in $enableval; do
7189 IFS="$lt_save_ifs"
7190 if test "X$pkg" = "X$p"; then
7191 enable_static=yes
7192 fi
7193 done
7194 IFS="$lt_save_ifs"
7195 ;;
7196 esac
7197 else
7198 enable_static=yes
7199 fi
7200
7201
7202
7203
7204
7205
7206
7207
7208
7209
7210 # Check whether --with-pic was given.
7211 if test "${with_pic+set}" = set; then :
7212 withval=$with_pic; pic_mode="$withval"
7213 else
7214 pic_mode=default
7215 fi
7216
7217
7218 test -z "$pic_mode" && pic_mode=default
7219
7220
7221
7222
7223
7224
7225
7226 # Check whether --enable-fast-install was given.
7227 if test "${enable_fast_install+set}" = set; then :
7228 enableval=$enable_fast_install; p=${PACKAGE-default}
7229 case $enableval in
7230 yes) enable_fast_install=yes ;;
7231 no) enable_fast_install=no ;;
7232 *)
7233 enable_fast_install=no
7234 # Look at the argument we got. We use all the common list separators.
7235 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7236 for pkg in $enableval; do
7237 IFS="$lt_save_ifs"
7238 if test "X$pkg" = "X$p"; then
7239 enable_fast_install=yes
7240 fi
7241 done
7242 IFS="$lt_save_ifs"
7243 ;;
7244 esac
7245 else
7246 enable_fast_install=yes
7247 fi
7248
7249
7250
7251
7252
7253
7254
7255
7256
7257
7258
7259 # This can be used to rebuild libtool when needed
7260 LIBTOOL_DEPS="$ltmain"
7261
7262 # Always use our own libtool.
7263 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7264
7265
7266
7267
7268
7269
7270
7271
7272
7273
7274
7275
7276
7277
7278
7279
7280
7281
7282
7283
7284
7285
7286
7287
7288
7289
7290 test -z "$LN_S" && LN_S="ln -s"
7291
7292
7293
7294
7295
7296
7297
7298
7299
7300
7301
7302
7303
7304
7305 if test -n "${ZSH_VERSION+set}" ; then
7306 setopt NO_GLOB_SUBST
7307 fi
7308
7309 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7310 $as_echo_n "checking for objdir... " >&6; }
7311 if test "${lt_cv_objdir+set}" = set; then :
7312 $as_echo_n "(cached) " >&6
7313 else
7314 rm -f .libs 2>/dev/null
7315 mkdir .libs 2>/dev/null
7316 if test -d .libs; then
7317 lt_cv_objdir=.libs
7318 else
7319 # MS-DOS does not allow filenames that begin with a dot.
7320 lt_cv_objdir=_libs
7321 fi
7322 rmdir .libs 2>/dev/null
7323 fi
7324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7325 $as_echo "$lt_cv_objdir" >&6; }
7326 objdir=$lt_cv_objdir
7327
7328
7329
7330
7331
7332 cat >>confdefs.h <<_ACEOF
7333 #define LT_OBJDIR "$lt_cv_objdir/"
7334 _ACEOF
7335
7336
7337
7338
7339 case $host_os in
7340 aix3*)
7341 # AIX sometimes has problems with the GCC collect2 program. For some
7342 # reason, if we set the COLLECT_NAMES environment variable, the problems
7343 # vanish in a puff of smoke.
7344 if test "X${COLLECT_NAMES+set}" != Xset; then
7345 COLLECT_NAMES=
7346 export COLLECT_NAMES
7347 fi
7348 ;;
7349 esac
7350
7351 # Global variables:
7352 ofile=libtool
7353 can_build_shared=yes
7354
7355 # All known linkers require a `.a' archive for static linking (except MSVC,
7356 # which needs '.lib').
7357 libext=a
7358
7359 with_gnu_ld="$lt_cv_prog_gnu_ld"
7360
7361 old_CC="$CC"
7362 old_CFLAGS="$CFLAGS"
7363
7364 # Set sane defaults for various variables
7365 test -z "$CC" && CC=cc
7366 test -z "$LTCC" && LTCC=$CC
7367 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7368 test -z "$LD" && LD=ld
7369 test -z "$ac_objext" && ac_objext=o
7370
7371 for cc_temp in $compiler""; do
7372 case $cc_temp in
7373 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7374 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7375 \-*) ;;
7376 *) break;;
7377 esac
7378 done
7379 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7380
7381
7382 # Only perform the check for file, if the check method requires it
7383 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7384 case $deplibs_check_method in
7385 file_magic*)
7386 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7388 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7389 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7390 $as_echo_n "(cached) " >&6
7391 else
7392 case $MAGIC_CMD in
7393 [\\/*] | ?:[\\/]*)
7394 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7395 ;;
7396 *)
7397 lt_save_MAGIC_CMD="$MAGIC_CMD"
7398 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7399 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7400 for ac_dir in $ac_dummy; do
7401 IFS="$lt_save_ifs"
7402 test -z "$ac_dir" && ac_dir=.
7403 if test -f $ac_dir/${ac_tool_prefix}file; then
7404 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7405 if test -n "$file_magic_test_file"; then
7406 case $deplibs_check_method in
7407 "file_magic "*)
7408 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7409 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7410 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7411 $EGREP "$file_magic_regex" > /dev/null; then
7412 :
7413 else
7414 cat <<_LT_EOF 1>&2
7415
7416 *** Warning: the command libtool uses to detect shared libraries,
7417 *** $file_magic_cmd, produces output that libtool cannot recognize.
7418 *** The result is that libtool may fail to recognize shared libraries
7419 *** as such. This will affect the creation of libtool libraries that
7420 *** depend on shared libraries, but programs linked with such libtool
7421 *** libraries will work regardless of this problem. Nevertheless, you
7422 *** may want to report the problem to your system manager and/or to
7423 *** bug-libtool@gnu.org
7424
7425 _LT_EOF
7426 fi ;;
7427 esac
7428 fi
7429 break
7430 fi
7431 done
7432 IFS="$lt_save_ifs"
7433 MAGIC_CMD="$lt_save_MAGIC_CMD"
7434 ;;
7435 esac
7436 fi
7437
7438 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7439 if test -n "$MAGIC_CMD"; then
7440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7441 $as_echo "$MAGIC_CMD" >&6; }
7442 else
7443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7444 $as_echo "no" >&6; }
7445 fi
7446
7447
7448
7449
7450
7451 if test -z "$lt_cv_path_MAGIC_CMD"; then
7452 if test -n "$ac_tool_prefix"; then
7453 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7454 $as_echo_n "checking for file... " >&6; }
7455 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7456 $as_echo_n "(cached) " >&6
7457 else
7458 case $MAGIC_CMD in
7459 [\\/*] | ?:[\\/]*)
7460 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7461 ;;
7462 *)
7463 lt_save_MAGIC_CMD="$MAGIC_CMD"
7464 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7465 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7466 for ac_dir in $ac_dummy; do
7467 IFS="$lt_save_ifs"
7468 test -z "$ac_dir" && ac_dir=.
7469 if test -f $ac_dir/file; then
7470 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7471 if test -n "$file_magic_test_file"; then
7472 case $deplibs_check_method in
7473 "file_magic "*)
7474 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7475 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7476 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7477 $EGREP "$file_magic_regex" > /dev/null; then
7478 :
7479 else
7480 cat <<_LT_EOF 1>&2
7481
7482 *** Warning: the command libtool uses to detect shared libraries,
7483 *** $file_magic_cmd, produces output that libtool cannot recognize.
7484 *** The result is that libtool may fail to recognize shared libraries
7485 *** as such. This will affect the creation of libtool libraries that
7486 *** depend on shared libraries, but programs linked with such libtool
7487 *** libraries will work regardless of this problem. Nevertheless, you
7488 *** may want to report the problem to your system manager and/or to
7489 *** bug-libtool@gnu.org
7490
7491 _LT_EOF
7492 fi ;;
7493 esac
7494 fi
7495 break
7496 fi
7497 done
7498 IFS="$lt_save_ifs"
7499 MAGIC_CMD="$lt_save_MAGIC_CMD"
7500 ;;
7501 esac
7502 fi
7503
7504 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7505 if test -n "$MAGIC_CMD"; then
7506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7507 $as_echo "$MAGIC_CMD" >&6; }
7508 else
7509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7510 $as_echo "no" >&6; }
7511 fi
7512
7513
7514 else
7515 MAGIC_CMD=:
7516 fi
7517 fi
7518
7519 fi
7520 ;;
7521 esac
7522
7523 # Use C for the default configuration in the libtool script
7524
7525 lt_save_CC="$CC"
7526 ac_ext=c
7527 ac_cpp='$CPP $CPPFLAGS'
7528 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7529 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7530 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7531
7532
7533 # Source file extension for C test sources.
7534 ac_ext=c
7535
7536 # Object file extension for compiled C test sources.
7537 objext=o
7538 objext=$objext
7539
7540 # Code to be used in simple compile tests
7541 lt_simple_compile_test_code="int some_variable = 0;"
7542
7543 # Code to be used in simple link tests
7544 lt_simple_link_test_code='int main(){return(0);}'
7545
7546
7547
7548
7549
7550
7551
7552 # If no C compiler was specified, use CC.
7553 LTCC=${LTCC-"$CC"}
7554
7555 # If no C compiler flags were specified, use CFLAGS.
7556 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7557
7558 # Allow CC to be a program name with arguments.
7559 compiler=$CC
7560
7561 # Save the default compiler, since it gets overwritten when the other
7562 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7563 compiler_DEFAULT=$CC
7564
7565 # save warnings/boilerplate of simple test code
7566 ac_outfile=conftest.$ac_objext
7567 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7568 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7569 _lt_compiler_boilerplate=`cat conftest.err`
7570 $RM conftest*
7571
7572 ac_outfile=conftest.$ac_objext
7573 echo "$lt_simple_link_test_code" >conftest.$ac_ext
7574 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7575 _lt_linker_boilerplate=`cat conftest.err`
7576 $RM -r conftest*
7577
7578
7579 ## CAVEAT EMPTOR:
7580 ## There is no encapsulation within the following macros, do not change
7581 ## the running order or otherwise move them around unless you know exactly
7582 ## what you are doing...
7583 if test -n "$compiler"; then
7584
7585 lt_prog_compiler_no_builtin_flag=
7586
7587 if test "$GCC" = yes; then
7588 case $cc_basename in
7589 nvcc*)
7590 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7591 *)
7592 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
7593 esac
7594
7595 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7596 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
7597 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
7598 $as_echo_n "(cached) " >&6
7599 else
7600 lt_cv_prog_compiler_rtti_exceptions=no
7601 ac_outfile=conftest.$ac_objext
7602 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7603 lt_compiler_flag="-fno-rtti -fno-exceptions"
7604 # Insert the option either (1) after the last *FLAGS variable, or
7605 # (2) before a word containing "conftest.", or (3) at the end.
7606 # Note that $ac_compile itself does not contain backslashes and begins
7607 # with a dollar sign (not a hyphen), so the echo should work correctly.
7608 # The option is referenced via a variable to avoid confusing sed.
7609 lt_compile=`echo "$ac_compile" | $SED \
7610 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7611 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7612 -e 's:$: $lt_compiler_flag:'`
7613 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7614 (eval "$lt_compile" 2>conftest.err)
7615 ac_status=$?
7616 cat conftest.err >&5
7617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7618 if (exit $ac_status) && test -s "$ac_outfile"; then
7619 # The compiler can only warn and ignore the option if not recognized
7620 # So say no if there are warnings other than the usual output.
7621 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7622 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7623 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7624 lt_cv_prog_compiler_rtti_exceptions=yes
7625 fi
7626 fi
7627 $RM conftest*
7628
7629 fi
7630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7631 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7632
7633 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7634 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7635 else
7636 :
7637 fi
7638
7639 fi
7640
7641
7642
7643
7644
7645
7646 lt_prog_compiler_wl=
7647 lt_prog_compiler_pic=
7648 lt_prog_compiler_static=
7649
7650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7651 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7652
7653 if test "$GCC" = yes; then
7654 lt_prog_compiler_wl='-Wl,'
7655 lt_prog_compiler_static='-static'
7656
7657 case $host_os in
7658 aix*)
7659 # All AIX code is PIC.
7660 if test "$host_cpu" = ia64; then
7661 # AIX 5 now supports IA64 processor
7662 lt_prog_compiler_static='-Bstatic'
7663 fi
7664 ;;
7665
7666 amigaos*)
7667 case $host_cpu in
7668 powerpc)
7669 # see comment about AmigaOS4 .so support
7670 lt_prog_compiler_pic='-fPIC'
7671 ;;
7672 m68k)
7673 # FIXME: we need at least 68020 code to build shared libraries, but
7674 # adding the `-m68020' flag to GCC prevents building anything better,
7675 # like `-m68040'.
7676 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7677 ;;
7678 esac
7679 ;;
7680
7681 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7682 # PIC is the default for these OSes.
7683 ;;
7684
7685 mingw* | cygwin* | pw32* | os2* | cegcc*)
7686 # This hack is so that the source file can tell whether it is being
7687 # built for inclusion in a dll (and should export symbols for example).
7688 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7689 # (--disable-auto-import) libraries
7690 lt_prog_compiler_pic='-DDLL_EXPORT'
7691 ;;
7692
7693 darwin* | rhapsody*)
7694 # PIC is the default on this platform
7695 # Common symbols not allowed in MH_DYLIB files
7696 lt_prog_compiler_pic='-fno-common'
7697 ;;
7698
7699 haiku*)
7700 # PIC is the default for Haiku.
7701 # The "-static" flag exists, but is broken.
7702 lt_prog_compiler_static=
7703 ;;
7704
7705 hpux*)
7706 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7707 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7708 # sets the default TLS model and affects inlining.
7709 case $host_cpu in
7710 hppa*64*)
7711 # +Z the default
7712 ;;
7713 *)
7714 lt_prog_compiler_pic='-fPIC'
7715 ;;
7716 esac
7717 ;;
7718
7719 interix[3-9]*)
7720 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7721 # Instead, we relocate shared libraries at runtime.
7722 ;;
7723
7724 msdosdjgpp*)
7725 # Just because we use GCC doesn't mean we suddenly get shared libraries
7726 # on systems that don't support them.
7727 lt_prog_compiler_can_build_shared=no
7728 enable_shared=no
7729 ;;
7730
7731 *nto* | *qnx*)
7732 # QNX uses GNU C++, but need to define -shared option too, otherwise
7733 # it will coredump.
7734 lt_prog_compiler_pic='-fPIC -shared'
7735 ;;
7736
7737 sysv4*MP*)
7738 if test -d /usr/nec; then
7739 lt_prog_compiler_pic=-Kconform_pic
7740 fi
7741 ;;
7742
7743 *)
7744 lt_prog_compiler_pic='-fPIC'
7745 ;;
7746 esac
7747
7748 case $cc_basename in
7749 nvcc*) # Cuda Compiler Driver 2.2
7750 lt_prog_compiler_wl='-Xlinker '
7751 lt_prog_compiler_pic='-Xcompiler -fPIC'
7752 ;;
7753 esac
7754 else
7755 # PORTME Check for flag to pass linker flags through the system compiler.
7756 case $host_os in
7757 aix*)
7758 lt_prog_compiler_wl='-Wl,'
7759 if test "$host_cpu" = ia64; then
7760 # AIX 5 now supports IA64 processor
7761 lt_prog_compiler_static='-Bstatic'
7762 else
7763 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7764 fi
7765 ;;
7766
7767 mingw* | cygwin* | pw32* | os2* | cegcc*)
7768 # This hack is so that the source file can tell whether it is being
7769 # built for inclusion in a dll (and should export symbols for example).
7770 lt_prog_compiler_pic='-DDLL_EXPORT'
7771 ;;
7772
7773 hpux9* | hpux10* | hpux11*)
7774 lt_prog_compiler_wl='-Wl,'
7775 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7776 # not for PA HP-UX.
7777 case $host_cpu in
7778 hppa*64*|ia64*)
7779 # +Z the default
7780 ;;
7781 *)
7782 lt_prog_compiler_pic='+Z'
7783 ;;
7784 esac
7785 # Is there a better lt_prog_compiler_static that works with the bundled CC?
7786 lt_prog_compiler_static='${wl}-a ${wl}archive'
7787 ;;
7788
7789 irix5* | irix6* | nonstopux*)
7790 lt_prog_compiler_wl='-Wl,'
7791 # PIC (with -KPIC) is the default.
7792 lt_prog_compiler_static='-non_shared'
7793 ;;
7794
7795 linux* | k*bsd*-gnu | kopensolaris*-gnu)
7796 case $cc_basename in
7797 # old Intel for x86_64 which still supported -KPIC.
7798 ecc*)
7799 lt_prog_compiler_wl='-Wl,'
7800 lt_prog_compiler_pic='-KPIC'
7801 lt_prog_compiler_static='-static'
7802 ;;
7803 # icc used to be incompatible with GCC.
7804 # ICC 10 doesn't accept -KPIC any more.
7805 icc* | ifort*)
7806 lt_prog_compiler_wl='-Wl,'
7807 lt_prog_compiler_pic='-fPIC'
7808 lt_prog_compiler_static='-static'
7809 ;;
7810 # Lahey Fortran 8.1.
7811 lf95*)
7812 lt_prog_compiler_wl='-Wl,'
7813 lt_prog_compiler_pic='--shared'
7814 lt_prog_compiler_static='--static'
7815 ;;
7816 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
7817 # Portland Group compilers (*not* the Pentium gcc compiler,
7818 # which looks to be a dead project)
7819 lt_prog_compiler_wl='-Wl,'
7820 lt_prog_compiler_pic='-fpic'
7821 lt_prog_compiler_static='-Bstatic'
7822 ;;
7823 ccc*)
7824 lt_prog_compiler_wl='-Wl,'
7825 # All Alpha code is PIC.
7826 lt_prog_compiler_static='-non_shared'
7827 ;;
7828 xl* | bgxl* | bgf* | mpixl*)
7829 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
7830 lt_prog_compiler_wl='-Wl,'
7831 lt_prog_compiler_pic='-qpic'
7832 lt_prog_compiler_static='-qstaticlink'
7833 ;;
7834 *)
7835 case `$CC -V 2>&1 | sed 5q` in
7836 *Sun\ F* | *Sun*Fortran*)
7837 # Sun Fortran 8.3 passes all unrecognized flags to the linker
7838 lt_prog_compiler_pic='-KPIC'
7839 lt_prog_compiler_static='-Bstatic'
7840 lt_prog_compiler_wl=''
7841 ;;
7842 *Sun\ C*)
7843 # Sun C 5.9
7844 lt_prog_compiler_pic='-KPIC'
7845 lt_prog_compiler_static='-Bstatic'
7846 lt_prog_compiler_wl='-Wl,'
7847 ;;
7848 esac
7849 ;;
7850 esac
7851 ;;
7852
7853 newsos6)
7854 lt_prog_compiler_pic='-KPIC'
7855 lt_prog_compiler_static='-Bstatic'
7856 ;;
7857
7858 *nto* | *qnx*)
7859 # QNX uses GNU C++, but need to define -shared option too, otherwise
7860 # it will coredump.
7861 lt_prog_compiler_pic='-fPIC -shared'
7862 ;;
7863
7864 osf3* | osf4* | osf5*)
7865 lt_prog_compiler_wl='-Wl,'
7866 # All OSF/1 code is PIC.
7867 lt_prog_compiler_static='-non_shared'
7868 ;;
7869
7870 rdos*)
7871 lt_prog_compiler_static='-non_shared'
7872 ;;
7873
7874 solaris*)
7875 lt_prog_compiler_pic='-KPIC'
7876 lt_prog_compiler_static='-Bstatic'
7877 case $cc_basename in
7878 f77* | f90* | f95*)
7879 lt_prog_compiler_wl='-Qoption ld ';;
7880 *)
7881 lt_prog_compiler_wl='-Wl,';;
7882 esac
7883 ;;
7884
7885 sunos4*)
7886 lt_prog_compiler_wl='-Qoption ld '
7887 lt_prog_compiler_pic='-PIC'
7888 lt_prog_compiler_static='-Bstatic'
7889 ;;
7890
7891 sysv4 | sysv4.2uw2* | sysv4.3*)
7892 lt_prog_compiler_wl='-Wl,'
7893 lt_prog_compiler_pic='-KPIC'
7894 lt_prog_compiler_static='-Bstatic'
7895 ;;
7896
7897 sysv4*MP*)
7898 if test -d /usr/nec ;then
7899 lt_prog_compiler_pic='-Kconform_pic'
7900 lt_prog_compiler_static='-Bstatic'
7901 fi
7902 ;;
7903
7904 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
7905 lt_prog_compiler_wl='-Wl,'
7906 lt_prog_compiler_pic='-KPIC'
7907 lt_prog_compiler_static='-Bstatic'
7908 ;;
7909
7910 unicos*)
7911 lt_prog_compiler_wl='-Wl,'
7912 lt_prog_compiler_can_build_shared=no
7913 ;;
7914
7915 uts4*)
7916 lt_prog_compiler_pic='-pic'
7917 lt_prog_compiler_static='-Bstatic'
7918 ;;
7919
7920 *)
7921 lt_prog_compiler_can_build_shared=no
7922 ;;
7923 esac
7924 fi
7925
7926 case $host_os in
7927 # For platforms which do not support PIC, -DPIC is meaningless:
7928 *djgpp*)
7929 lt_prog_compiler_pic=
7930 ;;
7931 *)
7932 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
7933 ;;
7934 esac
7935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
7936 $as_echo "$lt_prog_compiler_pic" >&6; }
7937
7938
7939
7940
7941
7942
7943 #
7944 # Check to make sure the PIC flag actually works.
7945 #
7946 if test -n "$lt_prog_compiler_pic"; then
7947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
7948 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
7949 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
7950 $as_echo_n "(cached) " >&6
7951 else
7952 lt_cv_prog_compiler_pic_works=no
7953 ac_outfile=conftest.$ac_objext
7954 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7955 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
7956 # Insert the option either (1) after the last *FLAGS variable, or
7957 # (2) before a word containing "conftest.", or (3) at the end.
7958 # Note that $ac_compile itself does not contain backslashes and begins
7959 # with a dollar sign (not a hyphen), so the echo should work correctly.
7960 # The option is referenced via a variable to avoid confusing sed.
7961 lt_compile=`echo "$ac_compile" | $SED \
7962 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7963 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7964 -e 's:$: $lt_compiler_flag:'`
7965 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7966 (eval "$lt_compile" 2>conftest.err)
7967 ac_status=$?
7968 cat conftest.err >&5
7969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7970 if (exit $ac_status) && test -s "$ac_outfile"; then
7971 # The compiler can only warn and ignore the option if not recognized
7972 # So say no if there are warnings other than the usual output.
7973 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7974 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7975 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7976 lt_cv_prog_compiler_pic_works=yes
7977 fi
7978 fi
7979 $RM conftest*
7980
7981 fi
7982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
7983 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
7984
7985 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
7986 case $lt_prog_compiler_pic in
7987 "" | " "*) ;;
7988 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
7989 esac
7990 else
7991 lt_prog_compiler_pic=
7992 lt_prog_compiler_can_build_shared=no
7993 fi
7994
7995 fi
7996
7997
7998
7999
8000
8001
8002 #
8003 # Check to make sure the static flag actually works.
8004 #
8005 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8007 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8008 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
8009 $as_echo_n "(cached) " >&6
8010 else
8011 lt_cv_prog_compiler_static_works=no
8012 save_LDFLAGS="$LDFLAGS"
8013 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8014 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8015 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8016 # The linker can only warn and ignore the option if not recognized
8017 # So say no if there are warnings
8018 if test -s conftest.err; then
8019 # Append any errors to the config.log.
8020 cat conftest.err 1>&5
8021 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8022 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8023 if diff conftest.exp conftest.er2 >/dev/null; then
8024 lt_cv_prog_compiler_static_works=yes
8025 fi
8026 else
8027 lt_cv_prog_compiler_static_works=yes
8028 fi
8029 fi
8030 $RM -r conftest*
8031 LDFLAGS="$save_LDFLAGS"
8032
8033 fi
8034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8035 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8036
8037 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8038 :
8039 else
8040 lt_prog_compiler_static=
8041 fi
8042
8043
8044
8045
8046
8047
8048
8049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8050 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8051 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8052 $as_echo_n "(cached) " >&6
8053 else
8054 lt_cv_prog_compiler_c_o=no
8055 $RM -r conftest 2>/dev/null
8056 mkdir conftest
8057 cd conftest
8058 mkdir out
8059 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8060
8061 lt_compiler_flag="-o out/conftest2.$ac_objext"
8062 # Insert the option either (1) after the last *FLAGS variable, or
8063 # (2) before a word containing "conftest.", or (3) at the end.
8064 # Note that $ac_compile itself does not contain backslashes and begins
8065 # with a dollar sign (not a hyphen), so the echo should work correctly.
8066 lt_compile=`echo "$ac_compile" | $SED \
8067 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8068 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8069 -e 's:$: $lt_compiler_flag:'`
8070 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8071 (eval "$lt_compile" 2>out/conftest.err)
8072 ac_status=$?
8073 cat out/conftest.err >&5
8074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8075 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8076 then
8077 # The compiler can only warn and ignore the option if not recognized
8078 # So say no if there are warnings
8079 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8080 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8081 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8082 lt_cv_prog_compiler_c_o=yes
8083 fi
8084 fi
8085 chmod u+w . 2>&5
8086 $RM conftest*
8087 # SGI C++ compiler will create directory out/ii_files/ for
8088 # template instantiation
8089 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8090 $RM out/* && rmdir out
8091 cd ..
8092 $RM -r conftest
8093 $RM conftest*
8094
8095 fi
8096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8097 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8098
8099
8100
8101
8102
8103
8104 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8105 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8106 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8107 $as_echo_n "(cached) " >&6
8108 else
8109 lt_cv_prog_compiler_c_o=no
8110 $RM -r conftest 2>/dev/null
8111 mkdir conftest
8112 cd conftest
8113 mkdir out
8114 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8115
8116 lt_compiler_flag="-o out/conftest2.$ac_objext"
8117 # Insert the option either (1) after the last *FLAGS variable, or
8118 # (2) before a word containing "conftest.", or (3) at the end.
8119 # Note that $ac_compile itself does not contain backslashes and begins
8120 # with a dollar sign (not a hyphen), so the echo should work correctly.
8121 lt_compile=`echo "$ac_compile" | $SED \
8122 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8123 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8124 -e 's:$: $lt_compiler_flag:'`
8125 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8126 (eval "$lt_compile" 2>out/conftest.err)
8127 ac_status=$?
8128 cat out/conftest.err >&5
8129 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8130 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8131 then
8132 # The compiler can only warn and ignore the option if not recognized
8133 # So say no if there are warnings
8134 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8135 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8136 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8137 lt_cv_prog_compiler_c_o=yes
8138 fi
8139 fi
8140 chmod u+w . 2>&5
8141 $RM conftest*
8142 # SGI C++ compiler will create directory out/ii_files/ for
8143 # template instantiation
8144 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8145 $RM out/* && rmdir out
8146 cd ..
8147 $RM -r conftest
8148 $RM conftest*
8149
8150 fi
8151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8152 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8153
8154
8155
8156
8157 hard_links="nottested"
8158 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8159 # do not overwrite the value of need_locks provided by the user
8160 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8161 $as_echo_n "checking if we can lock with hard links... " >&6; }
8162 hard_links=yes
8163 $RM conftest*
8164 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8165 touch conftest.a
8166 ln conftest.a conftest.b 2>&5 || hard_links=no
8167 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8169 $as_echo "$hard_links" >&6; }
8170 if test "$hard_links" = no; then
8171 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8172 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8173 need_locks=warn
8174 fi
8175 else
8176 need_locks=no
8177 fi
8178
8179
8180
8181
8182
8183
8184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8185 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8186
8187 runpath_var=
8188 allow_undefined_flag=
8189 always_export_symbols=no
8190 archive_cmds=
8191 archive_expsym_cmds=
8192 compiler_needs_object=no
8193 enable_shared_with_static_runtimes=no
8194 export_dynamic_flag_spec=
8195 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8196 hardcode_automatic=no
8197 hardcode_direct=no
8198 hardcode_direct_absolute=no
8199 hardcode_libdir_flag_spec=
8200 hardcode_libdir_flag_spec_ld=
8201 hardcode_libdir_separator=
8202 hardcode_minus_L=no
8203 hardcode_shlibpath_var=unsupported
8204 inherit_rpath=no
8205 link_all_deplibs=unknown
8206 module_cmds=
8207 module_expsym_cmds=
8208 old_archive_from_new_cmds=
8209 old_archive_from_expsyms_cmds=
8210 thread_safe_flag_spec=
8211 whole_archive_flag_spec=
8212 # include_expsyms should be a list of space-separated symbols to be *always*
8213 # included in the symbol list
8214 include_expsyms=
8215 # exclude_expsyms can be an extended regexp of symbols to exclude
8216 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8217 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8218 # as well as any symbol that contains `d'.
8219 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8220 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8221 # platforms (ab)use it in PIC code, but their linkers get confused if
8222 # the symbol is explicitly referenced. Since portable code cannot
8223 # rely on this symbol name, it's probably fine to never include it in
8224 # preloaded symbol tables.
8225 # Exclude shared library initialization/finalization symbols.
8226 extract_expsyms_cmds=
8227
8228 case $host_os in
8229 cygwin* | mingw* | pw32* | cegcc*)
8230 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8231 # When not using gcc, we currently assume that we are using
8232 # Microsoft Visual C++.
8233 if test "$GCC" != yes; then
8234 with_gnu_ld=no
8235 fi
8236 ;;
8237 interix*)
8238 # we just hope/assume this is gcc and not c89 (= MSVC++)
8239 with_gnu_ld=yes
8240 ;;
8241 openbsd*)
8242 with_gnu_ld=no
8243 ;;
8244 esac
8245
8246 ld_shlibs=yes
8247
8248 # On some targets, GNU ld is compatible enough with the native linker
8249 # that we're better off using the native interface for both.
8250 lt_use_gnu_ld_interface=no
8251 if test "$with_gnu_ld" = yes; then
8252 case $host_os in
8253 aix*)
8254 # The AIX port of GNU ld has always aspired to compatibility
8255 # with the native linker. However, as the warning in the GNU ld
8256 # block says, versions before 2.19.5* couldn't really create working
8257 # shared libraries, regardless of the interface used.
8258 case `$LD -v 2>&1` in
8259 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8260 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8261 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8262 *)
8263 lt_use_gnu_ld_interface=yes
8264 ;;
8265 esac
8266 ;;
8267 *)
8268 lt_use_gnu_ld_interface=yes
8269 ;;
8270 esac
8271 fi
8272
8273 if test "$lt_use_gnu_ld_interface" = yes; then
8274 # If archive_cmds runs LD, not CC, wlarc should be empty
8275 wlarc='${wl}'
8276
8277 # Set some defaults for GNU ld with shared library support. These
8278 # are reset later if shared libraries are not supported. Putting them
8279 # here allows them to be overridden if necessary.
8280 runpath_var=LD_RUN_PATH
8281 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8282 export_dynamic_flag_spec='${wl}--export-dynamic'
8283 # ancient GNU ld didn't support --whole-archive et. al.
8284 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8285 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8286 else
8287 whole_archive_flag_spec=
8288 fi
8289 supports_anon_versioning=no
8290 case `$LD -v 2>&1` in
8291 *GNU\ gold*) supports_anon_versioning=yes ;;
8292 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8293 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8294 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8295 *\ 2.11.*) ;; # other 2.11 versions
8296 *) supports_anon_versioning=yes ;;
8297 esac
8298
8299 # See if GNU ld supports shared libraries.
8300 case $host_os in
8301 aix[3-9]*)
8302 # On AIX/PPC, the GNU linker is very broken
8303 if test "$host_cpu" != ia64; then
8304 ld_shlibs=no
8305 cat <<_LT_EOF 1>&2
8306
8307 *** Warning: the GNU linker, at least up to release 2.19, is reported
8308 *** to be unable to reliably create shared libraries on AIX.
8309 *** Therefore, libtool is disabling shared libraries support. If you
8310 *** really care for shared libraries, you may want to install binutils
8311 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8312 *** You will then need to restart the configuration process.
8313
8314 _LT_EOF
8315 fi
8316 ;;
8317
8318 amigaos*)
8319 case $host_cpu in
8320 powerpc)
8321 # see comment about AmigaOS4 .so support
8322 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8323 archive_expsym_cmds=''
8324 ;;
8325 m68k)
8326 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)'
8327 hardcode_libdir_flag_spec='-L$libdir'
8328 hardcode_minus_L=yes
8329 ;;
8330 esac
8331 ;;
8332
8333 beos*)
8334 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8335 allow_undefined_flag=unsupported
8336 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8337 # support --undefined. This deserves some investigation. FIXME
8338 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8339 else
8340 ld_shlibs=no
8341 fi
8342 ;;
8343
8344 cygwin* | mingw* | pw32* | cegcc*)
8345 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8346 # as there is no search path for DLLs.
8347 hardcode_libdir_flag_spec='-L$libdir'
8348 export_dynamic_flag_spec='${wl}--export-all-symbols'
8349 allow_undefined_flag=unsupported
8350 always_export_symbols=no
8351 enable_shared_with_static_runtimes=yes
8352 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8353
8354 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8355 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8356 # If the export-symbols file already is a .def file (1st line
8357 # is EXPORTS), use it as is; otherwise, prepend...
8358 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8359 cp $export_symbols $output_objdir/$soname.def;
8360 else
8361 echo EXPORTS > $output_objdir/$soname.def;
8362 cat $export_symbols >> $output_objdir/$soname.def;
8363 fi~
8364 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8365 else
8366 ld_shlibs=no
8367 fi
8368 ;;
8369
8370 haiku*)
8371 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8372 link_all_deplibs=yes
8373 ;;
8374
8375 interix[3-9]*)
8376 hardcode_direct=no
8377 hardcode_shlibpath_var=no
8378 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8379 export_dynamic_flag_spec='${wl}-E'
8380 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8381 # Instead, shared libraries are loaded at an image base (0x10000000 by
8382 # default) and relocated if they conflict, which is a slow very memory
8383 # consuming and fragmenting process. To avoid this, we pick a random,
8384 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8385 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8386 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8387 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'
8388 ;;
8389
8390 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8391 tmp_diet=no
8392 if test "$host_os" = linux-dietlibc; then
8393 case $cc_basename in
8394 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8395 esac
8396 fi
8397 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8398 && test "$tmp_diet" = no
8399 then
8400 tmp_addflag=
8401 tmp_sharedflag='-shared'
8402 case $cc_basename,$host_cpu in
8403 pgcc*) # Portland Group C compiler
8404 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'
8405 tmp_addflag=' $pic_flag'
8406 ;;
8407 pgf77* | pgf90* | pgf95* | pgfortran*)
8408 # Portland Group f77 and f90 compilers
8409 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'
8410 tmp_addflag=' $pic_flag -Mnomain' ;;
8411 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8412 tmp_addflag=' -i_dynamic' ;;
8413 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8414 tmp_addflag=' -i_dynamic -nofor_main' ;;
8415 ifc* | ifort*) # Intel Fortran compiler
8416 tmp_addflag=' -nofor_main' ;;
8417 lf95*) # Lahey Fortran 8.1
8418 whole_archive_flag_spec=
8419 tmp_sharedflag='--shared' ;;
8420 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8421 tmp_sharedflag='-qmkshrobj'
8422 tmp_addflag= ;;
8423 nvcc*) # Cuda Compiler Driver 2.2
8424 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'
8425 compiler_needs_object=yes
8426 ;;
8427 esac
8428 case `$CC -V 2>&1 | sed 5q` in
8429 *Sun\ C*) # Sun C 5.9
8430 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'
8431 compiler_needs_object=yes
8432 tmp_sharedflag='-G' ;;
8433 *Sun\ F*) # Sun Fortran 8.3
8434 tmp_sharedflag='-G' ;;
8435 esac
8436 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8437
8438 if test "x$supports_anon_versioning" = xyes; then
8439 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8440 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8441 echo "local: *; };" >> $output_objdir/$libname.ver~
8442 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8443 fi
8444
8445 case $cc_basename in
8446 xlf* | bgf* | bgxlf* | mpixlf*)
8447 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8448 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8449 hardcode_libdir_flag_spec=
8450 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8451 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8452 if test "x$supports_anon_versioning" = xyes; then
8453 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8454 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8455 echo "local: *; };" >> $output_objdir/$libname.ver~
8456 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8457 fi
8458 ;;
8459 esac
8460 else
8461 ld_shlibs=no
8462 fi
8463 ;;
8464
8465 netbsd*)
8466 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8467 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8468 wlarc=
8469 else
8470 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8471 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8472 fi
8473 ;;
8474
8475 solaris*)
8476 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8477 ld_shlibs=no
8478 cat <<_LT_EOF 1>&2
8479
8480 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
8481 *** create shared libraries on Solaris systems. Therefore, libtool
8482 *** is disabling shared libraries support. We urge you to upgrade GNU
8483 *** binutils to release 2.9.1 or newer. Another option is to modify
8484 *** your PATH or compiler configuration so that the native linker is
8485 *** used, and then restart.
8486
8487 _LT_EOF
8488 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8489 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8490 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8491 else
8492 ld_shlibs=no
8493 fi
8494 ;;
8495
8496 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8497 case `$LD -v 2>&1` in
8498 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8499 ld_shlibs=no
8500 cat <<_LT_EOF 1>&2
8501
8502 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8503 *** reliably create shared libraries on SCO systems. Therefore, libtool
8504 *** is disabling shared libraries support. We urge you to upgrade GNU
8505 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8506 *** your PATH or compiler configuration so that the native linker is
8507 *** used, and then restart.
8508
8509 _LT_EOF
8510 ;;
8511 *)
8512 # For security reasons, it is highly recommended that you always
8513 # use absolute paths for naming shared libraries, and exclude the
8514 # DT_RUNPATH tag from executables and libraries. But doing so
8515 # requires that you compile everything twice, which is a pain.
8516 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8517 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8518 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8519 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8520 else
8521 ld_shlibs=no
8522 fi
8523 ;;
8524 esac
8525 ;;
8526
8527 sunos4*)
8528 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8529 wlarc=
8530 hardcode_direct=yes
8531 hardcode_shlibpath_var=no
8532 ;;
8533
8534 *)
8535 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8536 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8537 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8538 else
8539 ld_shlibs=no
8540 fi
8541 ;;
8542 esac
8543
8544 if test "$ld_shlibs" = no; then
8545 runpath_var=
8546 hardcode_libdir_flag_spec=
8547 export_dynamic_flag_spec=
8548 whole_archive_flag_spec=
8549 fi
8550 else
8551 # PORTME fill in a description of your system's linker (not GNU ld)
8552 case $host_os in
8553 aix3*)
8554 allow_undefined_flag=unsupported
8555 always_export_symbols=yes
8556 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'
8557 # Note: this linker hardcodes the directories in LIBPATH if there
8558 # are no directories specified by -L.
8559 hardcode_minus_L=yes
8560 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8561 # Neither direct hardcoding nor static linking is supported with a
8562 # broken collect2.
8563 hardcode_direct=unsupported
8564 fi
8565 ;;
8566
8567 aix[4-9]*)
8568 if test "$host_cpu" = ia64; then
8569 # On IA64, the linker does run time linking by default, so we don't
8570 # have to do anything special.
8571 aix_use_runtimelinking=no
8572 exp_sym_flag='-Bexport'
8573 no_entry_flag=""
8574 else
8575 # If we're using GNU nm, then we don't want the "-C" option.
8576 # -C means demangle to AIX nm, but means don't demangle with GNU nm
8577 # Also, AIX nm treats weak defined symbols like other global
8578 # defined symbols, whereas GNU nm marks them as "W".
8579 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8580 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'
8581 else
8582 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'
8583 fi
8584 aix_use_runtimelinking=no
8585
8586 # Test if we are trying to use run time linking or normal
8587 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8588 # need to do runtime linking.
8589 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8590 for ld_flag in $LDFLAGS; do
8591 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8592 aix_use_runtimelinking=yes
8593 break
8594 fi
8595 done
8596 ;;
8597 esac
8598
8599 exp_sym_flag='-bexport'
8600 no_entry_flag='-bnoentry'
8601 fi
8602
8603 # When large executables or shared objects are built, AIX ld can
8604 # have problems creating the table of contents. If linking a library
8605 # or program results in "error TOC overflow" add -mminimal-toc to
8606 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8607 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8608
8609 archive_cmds=''
8610 hardcode_direct=yes
8611 hardcode_direct_absolute=yes
8612 hardcode_libdir_separator=':'
8613 link_all_deplibs=yes
8614 file_list_spec='${wl}-f,'
8615
8616 if test "$GCC" = yes; then
8617 case $host_os in aix4.[012]|aix4.[012].*)
8618 # We only want to do this on AIX 4.2 and lower, the check
8619 # below for broken collect2 doesn't work under 4.3+
8620 collect2name=`${CC} -print-prog-name=collect2`
8621 if test -f "$collect2name" &&
8622 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8623 then
8624 # We have reworked collect2
8625 :
8626 else
8627 # We have old collect2
8628 hardcode_direct=unsupported
8629 # It fails to find uninstalled libraries when the uninstalled
8630 # path is not listed in the libpath. Setting hardcode_minus_L
8631 # to unsupported forces relinking
8632 hardcode_minus_L=yes
8633 hardcode_libdir_flag_spec='-L$libdir'
8634 hardcode_libdir_separator=
8635 fi
8636 ;;
8637 esac
8638 shared_flag='-shared'
8639 if test "$aix_use_runtimelinking" = yes; then
8640 shared_flag="$shared_flag "'${wl}-G'
8641 fi
8642 else
8643 # not using gcc
8644 if test "$host_cpu" = ia64; then
8645 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8646 # chokes on -Wl,-G. The following line is correct:
8647 shared_flag='-G'
8648 else
8649 if test "$aix_use_runtimelinking" = yes; then
8650 shared_flag='${wl}-G'
8651 else
8652 shared_flag='${wl}-bM:SRE'
8653 fi
8654 fi
8655 fi
8656
8657 export_dynamic_flag_spec='${wl}-bexpall'
8658 # It seems that -bexpall does not export symbols beginning with
8659 # underscore (_), so it is better to generate a list of symbols to export.
8660 always_export_symbols=yes
8661 if test "$aix_use_runtimelinking" = yes; then
8662 # Warning - without using the other runtime loading flags (-brtl),
8663 # -berok will link without error, but may produce a broken library.
8664 allow_undefined_flag='-berok'
8665 # Determine the default libpath from the value encoded in an
8666 # empty executable.
8667 if test x$gcc_no_link = xyes; then
8668 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
8669 fi
8670 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8671 /* end confdefs.h. */
8672
8673 int
8674 main ()
8675 {
8676
8677 ;
8678 return 0;
8679 }
8680 _ACEOF
8681 if ac_fn_c_try_link "$LINENO"; then :
8682
8683 lt_aix_libpath_sed='
8684 /Import File Strings/,/^$/ {
8685 /^0/ {
8686 s/^0 *\(.*\)$/\1/
8687 p
8688 }
8689 }'
8690 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8691 # Check for a 64-bit object if we didn't find anything.
8692 if test -z "$aix_libpath"; then
8693 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8694 fi
8695 fi
8696 rm -f core conftest.err conftest.$ac_objext \
8697 conftest$ac_exeext conftest.$ac_ext
8698 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8699
8700 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8701 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"
8702 else
8703 if test "$host_cpu" = ia64; then
8704 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8705 allow_undefined_flag="-z nodefs"
8706 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"
8707 else
8708 # Determine the default libpath from the value encoded in an
8709 # empty executable.
8710 if test x$gcc_no_link = xyes; then
8711 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
8712 fi
8713 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8714 /* end confdefs.h. */
8715
8716 int
8717 main ()
8718 {
8719
8720 ;
8721 return 0;
8722 }
8723 _ACEOF
8724 if ac_fn_c_try_link "$LINENO"; then :
8725
8726 lt_aix_libpath_sed='
8727 /Import File Strings/,/^$/ {
8728 /^0/ {
8729 s/^0 *\(.*\)$/\1/
8730 p
8731 }
8732 }'
8733 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8734 # Check for a 64-bit object if we didn't find anything.
8735 if test -z "$aix_libpath"; then
8736 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8737 fi
8738 fi
8739 rm -f core conftest.err conftest.$ac_objext \
8740 conftest$ac_exeext conftest.$ac_ext
8741 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8742
8743 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8744 # Warning - without using the other run time loading flags,
8745 # -berok will link without error, but may produce a broken library.
8746 no_undefined_flag=' ${wl}-bernotok'
8747 allow_undefined_flag=' ${wl}-berok'
8748 if test "$with_gnu_ld" = yes; then
8749 # We only use this code for GNU lds that support --whole-archive.
8750 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
8751 else
8752 # Exported symbols can be pulled into shared objects from archives
8753 whole_archive_flag_spec='$convenience'
8754 fi
8755 archive_cmds_need_lc=yes
8756 # This is similar to how AIX traditionally builds its shared libraries.
8757 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'
8758 fi
8759 fi
8760 ;;
8761
8762 amigaos*)
8763 case $host_cpu in
8764 powerpc)
8765 # see comment about AmigaOS4 .so support
8766 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8767 archive_expsym_cmds=''
8768 ;;
8769 m68k)
8770 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)'
8771 hardcode_libdir_flag_spec='-L$libdir'
8772 hardcode_minus_L=yes
8773 ;;
8774 esac
8775 ;;
8776
8777 bsdi[45]*)
8778 export_dynamic_flag_spec=-rdynamic
8779 ;;
8780
8781 cygwin* | mingw* | pw32* | cegcc*)
8782 # When not using gcc, we currently assume that we are using
8783 # Microsoft Visual C++.
8784 # hardcode_libdir_flag_spec is actually meaningless, as there is
8785 # no search path for DLLs.
8786 hardcode_libdir_flag_spec=' '
8787 allow_undefined_flag=unsupported
8788 # Tell ltmain to make .lib files, not .a files.
8789 libext=lib
8790 # Tell ltmain to make .dll files, not .so files.
8791 shrext_cmds=".dll"
8792 # FIXME: Setting linknames here is a bad hack.
8793 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
8794 # The linker will automatically build a .lib file if we build a DLL.
8795 old_archive_from_new_cmds='true'
8796 # FIXME: Should let the user specify the lib program.
8797 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
8798 fix_srcfile_path='`cygpath -w "$srcfile"`'
8799 enable_shared_with_static_runtimes=yes
8800 ;;
8801
8802 darwin* | rhapsody*)
8803
8804
8805 archive_cmds_need_lc=no
8806 hardcode_direct=no
8807 hardcode_automatic=yes
8808 hardcode_shlibpath_var=unsupported
8809 if test "$lt_cv_ld_force_load" = "yes"; then
8810 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\"`'
8811 else
8812 whole_archive_flag_spec=''
8813 fi
8814 link_all_deplibs=yes
8815 allow_undefined_flag="$_lt_dar_allow_undefined"
8816 case $cc_basename in
8817 ifort*) _lt_dar_can_shared=yes ;;
8818 *) _lt_dar_can_shared=$GCC ;;
8819 esac
8820 if test "$_lt_dar_can_shared" = "yes"; then
8821 output_verbose_link_cmd=func_echo_all
8822 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
8823 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
8824 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}"
8825 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}"
8826
8827 else
8828 ld_shlibs=no
8829 fi
8830
8831 ;;
8832
8833 dgux*)
8834 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8835 hardcode_libdir_flag_spec='-L$libdir'
8836 hardcode_shlibpath_var=no
8837 ;;
8838
8839 freebsd1*)
8840 ld_shlibs=no
8841 ;;
8842
8843 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
8844 # support. Future versions do this automatically, but an explicit c++rt0.o
8845 # does not break anything, and helps significantly (at the cost of a little
8846 # extra space).
8847 freebsd2.2*)
8848 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
8849 hardcode_libdir_flag_spec='-R$libdir'
8850 hardcode_direct=yes
8851 hardcode_shlibpath_var=no
8852 ;;
8853
8854 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
8855 freebsd2*)
8856 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8857 hardcode_direct=yes
8858 hardcode_minus_L=yes
8859 hardcode_shlibpath_var=no
8860 ;;
8861
8862 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
8863 freebsd* | dragonfly*)
8864 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
8865 hardcode_libdir_flag_spec='-R$libdir'
8866 hardcode_direct=yes
8867 hardcode_shlibpath_var=no
8868 ;;
8869
8870 hpux9*)
8871 if test "$GCC" = yes; then
8872 archive_cmds='$RM $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
8873 else
8874 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'
8875 fi
8876 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8877 hardcode_libdir_separator=:
8878 hardcode_direct=yes
8879
8880 # hardcode_minus_L: Not really in the search PATH,
8881 # but as the default location of the library.
8882 hardcode_minus_L=yes
8883 export_dynamic_flag_spec='${wl}-E'
8884 ;;
8885
8886 hpux10*)
8887 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
8888 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8889 else
8890 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
8891 fi
8892 if test "$with_gnu_ld" = no; then
8893 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8894 hardcode_libdir_flag_spec_ld='+b $libdir'
8895 hardcode_libdir_separator=:
8896 hardcode_direct=yes
8897 hardcode_direct_absolute=yes
8898 export_dynamic_flag_spec='${wl}-E'
8899 # hardcode_minus_L: Not really in the search PATH,
8900 # but as the default location of the library.
8901 hardcode_minus_L=yes
8902 fi
8903 ;;
8904
8905 hpux11*)
8906 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
8907 case $host_cpu in
8908 hppa*64*)
8909 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8910 ;;
8911 ia64*)
8912 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8913 ;;
8914 *)
8915 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8916 ;;
8917 esac
8918 else
8919 case $host_cpu in
8920 hppa*64*)
8921 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8922 ;;
8923 ia64*)
8924 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8925 ;;
8926 *)
8927
8928 # Older versions of the 11.00 compiler do not understand -b yet
8929 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
8930 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
8931 $as_echo_n "checking if $CC understands -b... " >&6; }
8932 if test "${lt_cv_prog_compiler__b+set}" = set; then :
8933 $as_echo_n "(cached) " >&6
8934 else
8935 lt_cv_prog_compiler__b=no
8936 save_LDFLAGS="$LDFLAGS"
8937 LDFLAGS="$LDFLAGS -b"
8938 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8939 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8940 # The linker can only warn and ignore the option if not recognized
8941 # So say no if there are warnings
8942 if test -s conftest.err; then
8943 # Append any errors to the config.log.
8944 cat conftest.err 1>&5
8945 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8946 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8947 if diff conftest.exp conftest.er2 >/dev/null; then
8948 lt_cv_prog_compiler__b=yes
8949 fi
8950 else
8951 lt_cv_prog_compiler__b=yes
8952 fi
8953 fi
8954 $RM -r conftest*
8955 LDFLAGS="$save_LDFLAGS"
8956
8957 fi
8958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
8959 $as_echo "$lt_cv_prog_compiler__b" >&6; }
8960
8961 if test x"$lt_cv_prog_compiler__b" = xyes; then
8962 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8963 else
8964 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
8965 fi
8966
8967 ;;
8968 esac
8969 fi
8970 if test "$with_gnu_ld" = no; then
8971 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8972 hardcode_libdir_separator=:
8973
8974 case $host_cpu in
8975 hppa*64*|ia64*)
8976 hardcode_direct=no
8977 hardcode_shlibpath_var=no
8978 ;;
8979 *)
8980 hardcode_direct=yes
8981 hardcode_direct_absolute=yes
8982 export_dynamic_flag_spec='${wl}-E'
8983
8984 # hardcode_minus_L: Not really in the search PATH,
8985 # but as the default location of the library.
8986 hardcode_minus_L=yes
8987 ;;
8988 esac
8989 fi
8990 ;;
8991
8992 irix5* | irix6* | nonstopux*)
8993 if test "$GCC" = yes; then
8994 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
8995 # Try to use the -exported_symbol ld option, if it does not
8996 # work, assume that -exports_file does not work either and
8997 # implicitly export all symbols.
8998 save_LDFLAGS="$LDFLAGS"
8999 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9000 if test x$gcc_no_link = xyes; then
9001 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
9002 fi
9003 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9004 /* end confdefs.h. */
9005 int foo(void) {}
9006 _ACEOF
9007 if ac_fn_c_try_link "$LINENO"; then :
9008 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
9009
9010 fi
9011 rm -f core conftest.err conftest.$ac_objext \
9012 conftest$ac_exeext conftest.$ac_ext
9013 LDFLAGS="$save_LDFLAGS"
9014 else
9015 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'
9016 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'
9017 fi
9018 archive_cmds_need_lc='no'
9019 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9020 hardcode_libdir_separator=:
9021 inherit_rpath=yes
9022 link_all_deplibs=yes
9023 ;;
9024
9025 netbsd*)
9026 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9027 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9028 else
9029 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9030 fi
9031 hardcode_libdir_flag_spec='-R$libdir'
9032 hardcode_direct=yes
9033 hardcode_shlibpath_var=no
9034 ;;
9035
9036 newsos6)
9037 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9038 hardcode_direct=yes
9039 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9040 hardcode_libdir_separator=:
9041 hardcode_shlibpath_var=no
9042 ;;
9043
9044 *nto* | *qnx*)
9045 ;;
9046
9047 openbsd*)
9048 if test -f /usr/libexec/ld.so; then
9049 hardcode_direct=yes
9050 hardcode_shlibpath_var=no
9051 hardcode_direct_absolute=yes
9052 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9053 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9054 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9055 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9056 export_dynamic_flag_spec='${wl}-E'
9057 else
9058 case $host_os in
9059 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9060 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9061 hardcode_libdir_flag_spec='-R$libdir'
9062 ;;
9063 *)
9064 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9065 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9066 ;;
9067 esac
9068 fi
9069 else
9070 ld_shlibs=no
9071 fi
9072 ;;
9073
9074 os2*)
9075 hardcode_libdir_flag_spec='-L$libdir'
9076 hardcode_minus_L=yes
9077 allow_undefined_flag=unsupported
9078 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'
9079 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9080 ;;
9081
9082 osf3*)
9083 if test "$GCC" = yes; then
9084 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9085 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'
9086 else
9087 allow_undefined_flag=' -expect_unresolved \*'
9088 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'
9089 fi
9090 archive_cmds_need_lc='no'
9091 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9092 hardcode_libdir_separator=:
9093 ;;
9094
9095 osf4* | osf5*) # as osf3* with the addition of -msym flag
9096 if test "$GCC" = yes; then
9097 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9098 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9099 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9100 else
9101 allow_undefined_flag=' -expect_unresolved \*'
9102 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'
9103 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~
9104 $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'
9105
9106 # Both c and cxx compiler support -rpath directly
9107 hardcode_libdir_flag_spec='-rpath $libdir'
9108 fi
9109 archive_cmds_need_lc='no'
9110 hardcode_libdir_separator=:
9111 ;;
9112
9113 solaris*)
9114 no_undefined_flag=' -z defs'
9115 if test "$GCC" = yes; then
9116 wlarc='${wl}'
9117 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9118 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9119 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9120 else
9121 case `$CC -V 2>&1` in
9122 *"Compilers 5.0"*)
9123 wlarc=''
9124 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9125 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9126 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9127 ;;
9128 *)
9129 wlarc='${wl}'
9130 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9131 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9132 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9133 ;;
9134 esac
9135 fi
9136 hardcode_libdir_flag_spec='-R$libdir'
9137 hardcode_shlibpath_var=no
9138 case $host_os in
9139 solaris2.[0-5] | solaris2.[0-5].*) ;;
9140 *)
9141 # The compiler driver will combine and reorder linker options,
9142 # but understands `-z linker_flag'. GCC discards it without `$wl',
9143 # but is careful enough not to reorder.
9144 # Supported since Solaris 2.6 (maybe 2.5.1?)
9145 if test "$GCC" = yes; then
9146 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9147 else
9148 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9149 fi
9150 ;;
9151 esac
9152 link_all_deplibs=yes
9153 ;;
9154
9155 sunos4*)
9156 if test "x$host_vendor" = xsequent; then
9157 # Use $CC to link under sequent, because it throws in some extra .o
9158 # files that make .init and .fini sections work.
9159 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9160 else
9161 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9162 fi
9163 hardcode_libdir_flag_spec='-L$libdir'
9164 hardcode_direct=yes
9165 hardcode_minus_L=yes
9166 hardcode_shlibpath_var=no
9167 ;;
9168
9169 sysv4)
9170 case $host_vendor in
9171 sni)
9172 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9173 hardcode_direct=yes # is this really true???
9174 ;;
9175 siemens)
9176 ## LD is ld it makes a PLAMLIB
9177 ## CC just makes a GrossModule.
9178 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9179 reload_cmds='$CC -r -o $output$reload_objs'
9180 hardcode_direct=no
9181 ;;
9182 motorola)
9183 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9184 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9185 ;;
9186 esac
9187 runpath_var='LD_RUN_PATH'
9188 hardcode_shlibpath_var=no
9189 ;;
9190
9191 sysv4.3*)
9192 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9193 hardcode_shlibpath_var=no
9194 export_dynamic_flag_spec='-Bexport'
9195 ;;
9196
9197 sysv4*MP*)
9198 if test -d /usr/nec; then
9199 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9200 hardcode_shlibpath_var=no
9201 runpath_var=LD_RUN_PATH
9202 hardcode_runpath_var=yes
9203 ld_shlibs=yes
9204 fi
9205 ;;
9206
9207 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9208 no_undefined_flag='${wl}-z,text'
9209 archive_cmds_need_lc=no
9210 hardcode_shlibpath_var=no
9211 runpath_var='LD_RUN_PATH'
9212
9213 if test "$GCC" = yes; then
9214 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9215 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9216 else
9217 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9218 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9219 fi
9220 ;;
9221
9222 sysv5* | sco3.2v5* | sco5v6*)
9223 # Note: We can NOT use -z defs as we might desire, because we do not
9224 # link with -lc, and that would cause any symbols used from libc to
9225 # always be unresolved, which means just about no library would
9226 # ever link correctly. If we're not using GNU ld we use -z text
9227 # though, which does catch some bad symbols but isn't as heavy-handed
9228 # as -z defs.
9229 no_undefined_flag='${wl}-z,text'
9230 allow_undefined_flag='${wl}-z,nodefs'
9231 archive_cmds_need_lc=no
9232 hardcode_shlibpath_var=no
9233 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9234 hardcode_libdir_separator=':'
9235 link_all_deplibs=yes
9236 export_dynamic_flag_spec='${wl}-Bexport'
9237 runpath_var='LD_RUN_PATH'
9238
9239 if test "$GCC" = yes; then
9240 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9241 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9242 else
9243 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9244 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9245 fi
9246 ;;
9247
9248 uts4*)
9249 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9250 hardcode_libdir_flag_spec='-L$libdir'
9251 hardcode_shlibpath_var=no
9252 ;;
9253
9254 *)
9255 ld_shlibs=no
9256 ;;
9257 esac
9258
9259 if test x$host_vendor = xsni; then
9260 case $host in
9261 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9262 export_dynamic_flag_spec='${wl}-Blargedynsym'
9263 ;;
9264 esac
9265 fi
9266 fi
9267
9268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9269 $as_echo "$ld_shlibs" >&6; }
9270 test "$ld_shlibs" = no && can_build_shared=no
9271
9272 with_gnu_ld=$with_gnu_ld
9273
9274
9275
9276
9277
9278
9279
9280
9281
9282
9283
9284
9285
9286
9287
9288 #
9289 # Do we need to explicitly link libc?
9290 #
9291 case "x$archive_cmds_need_lc" in
9292 x|xyes)
9293 # Assume -lc should be added
9294 archive_cmds_need_lc=yes
9295
9296 if test "$enable_shared" = yes && test "$GCC" = yes; then
9297 case $archive_cmds in
9298 *'~'*)
9299 # FIXME: we may have to deal with multi-command sequences.
9300 ;;
9301 '$CC '*)
9302 # Test whether the compiler implicitly links with -lc since on some
9303 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9304 # to ld, don't add -lc before -lgcc.
9305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9306 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9307 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
9308 $as_echo_n "(cached) " >&6
9309 else
9310 $RM conftest*
9311 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9312
9313 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9314 (eval $ac_compile) 2>&5
9315 ac_status=$?
9316 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9317 test $ac_status = 0; } 2>conftest.err; then
9318 soname=conftest
9319 lib=conftest
9320 libobjs=conftest.$ac_objext
9321 deplibs=
9322 wl=$lt_prog_compiler_wl
9323 pic_flag=$lt_prog_compiler_pic
9324 compiler_flags=-v
9325 linker_flags=-v
9326 verstring=
9327 output_objdir=.
9328 libname=conftest
9329 lt_save_allow_undefined_flag=$allow_undefined_flag
9330 allow_undefined_flag=
9331 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9332 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9333 ac_status=$?
9334 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9335 test $ac_status = 0; }
9336 then
9337 lt_cv_archive_cmds_need_lc=no
9338 else
9339 lt_cv_archive_cmds_need_lc=yes
9340 fi
9341 allow_undefined_flag=$lt_save_allow_undefined_flag
9342 else
9343 cat conftest.err 1>&5
9344 fi
9345 $RM conftest*
9346
9347 fi
9348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9349 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9350 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9351 ;;
9352 esac
9353 fi
9354 ;;
9355 esac
9356
9357
9358
9359
9360
9361
9362
9363
9364
9365
9366
9367
9368
9369
9370
9371
9372
9373
9374
9375
9376
9377
9378
9379
9380
9381
9382
9383
9384
9385
9386
9387
9388
9389
9390
9391
9392
9393
9394
9395
9396
9397
9398
9399
9400
9401
9402
9403
9404
9405
9406
9407
9408
9409
9410
9411
9412
9413
9414
9415
9416
9417
9418
9419
9420
9421
9422
9423
9424
9425
9426
9427
9428
9429
9430
9431
9432
9433
9434
9435
9436
9437
9438
9439
9440
9441
9442
9443
9444
9445
9446
9447
9448
9449
9450
9451
9452
9453
9454
9455
9456
9457
9458
9459
9460
9461
9462
9463
9464
9465
9466
9467
9468
9469
9470
9471
9472
9473
9474
9475
9476
9477
9478
9479
9480
9481
9482
9483
9484
9485
9486
9487
9488
9489
9490
9491
9492
9493
9494
9495
9496
9497
9498
9499
9500
9501
9502
9503
9504
9505
9506
9507
9508
9509
9510
9511
9512
9513 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9514 $as_echo_n "checking dynamic linker characteristics... " >&6; }
9515
9516 if test "$GCC" = yes; then
9517 case $host_os in
9518 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9519 *) lt_awk_arg="/^libraries:/" ;;
9520 esac
9521 case $host_os in
9522 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9523 *) lt_sed_strip_eq="s,=/,/,g" ;;
9524 esac
9525 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9526 case $lt_search_path_spec in
9527 *\;*)
9528 # if the path contains ";" then we assume it to be the separator
9529 # otherwise default to the standard path separator (i.e. ":") - it is
9530 # assumed that no part of a normal pathname contains ";" but that should
9531 # okay in the real world where ";" in dirpaths is itself problematic.
9532 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9533 ;;
9534 *)
9535 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9536 ;;
9537 esac
9538 # Ok, now we have the path, separated by spaces, we can step through it
9539 # and add multilib dir if necessary.
9540 lt_tmp_lt_search_path_spec=
9541 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9542 for lt_sys_path in $lt_search_path_spec; do
9543 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9544 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9545 else
9546 test -d "$lt_sys_path" && \
9547 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9548 fi
9549 done
9550 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9551 BEGIN {RS=" "; FS="/|\n";} {
9552 lt_foo="";
9553 lt_count=0;
9554 for (lt_i = NF; lt_i > 0; lt_i--) {
9555 if ($lt_i != "" && $lt_i != ".") {
9556 if ($lt_i == "..") {
9557 lt_count++;
9558 } else {
9559 if (lt_count == 0) {
9560 lt_foo="/" $lt_i lt_foo;
9561 } else {
9562 lt_count--;
9563 }
9564 }
9565 }
9566 }
9567 if (lt_foo != "") { lt_freq[lt_foo]++; }
9568 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9569 }'`
9570 # AWK program above erroneously prepends '/' to C:/dos/paths
9571 # for these hosts.
9572 case $host_os in
9573 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9574 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9575 esac
9576 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
9577 else
9578 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9579 fi
9580 library_names_spec=
9581 libname_spec='lib$name'
9582 soname_spec=
9583 shrext_cmds=".so"
9584 postinstall_cmds=
9585 postuninstall_cmds=
9586 finish_cmds=
9587 finish_eval=
9588 shlibpath_var=
9589 shlibpath_overrides_runpath=unknown
9590 version_type=none
9591 dynamic_linker="$host_os ld.so"
9592 sys_lib_dlsearch_path_spec="/lib /usr/lib"
9593 need_lib_prefix=unknown
9594 hardcode_into_libs=no
9595
9596 # when you set need_version to no, make sure it does not cause -set_version
9597 # flags to be left without arguments
9598 need_version=unknown
9599
9600 case $host_os in
9601 aix3*)
9602 version_type=linux
9603 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9604 shlibpath_var=LIBPATH
9605
9606 # AIX 3 has no versioning support, so we append a major version to the name.
9607 soname_spec='${libname}${release}${shared_ext}$major'
9608 ;;
9609
9610 aix[4-9]*)
9611 version_type=linux
9612 need_lib_prefix=no
9613 need_version=no
9614 hardcode_into_libs=yes
9615 if test "$host_cpu" = ia64; then
9616 # AIX 5 supports IA64
9617 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9618 shlibpath_var=LD_LIBRARY_PATH
9619 else
9620 # With GCC up to 2.95.x, collect2 would create an import file
9621 # for dependence libraries. The import file would start with
9622 # the line `#! .'. This would cause the generated library to
9623 # depend on `.', always an invalid library. This was fixed in
9624 # development snapshots of GCC prior to 3.0.
9625 case $host_os in
9626 aix4 | aix4.[01] | aix4.[01].*)
9627 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9628 echo ' yes '
9629 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9630 :
9631 else
9632 can_build_shared=no
9633 fi
9634 ;;
9635 esac
9636 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9637 # soname into executable. Probably we can add versioning support to
9638 # collect2, so additional links can be useful in future.
9639 if test "$aix_use_runtimelinking" = yes; then
9640 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9641 # instead of lib<name>.a to let people know that these are not
9642 # typical AIX shared libraries.
9643 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9644 else
9645 # We preserve .a as extension for shared libraries through AIX4.2
9646 # and later when we are not doing run time linking.
9647 library_names_spec='${libname}${release}.a $libname.a'
9648 soname_spec='${libname}${release}${shared_ext}$major'
9649 fi
9650 shlibpath_var=LIBPATH
9651 fi
9652 ;;
9653
9654 amigaos*)
9655 case $host_cpu in
9656 powerpc)
9657 # Since July 2007 AmigaOS4 officially supports .so libraries.
9658 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9659 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9660 ;;
9661 m68k)
9662 library_names_spec='$libname.ixlibrary $libname.a'
9663 # Create ${libname}_ixlibrary.a entries in /sys/libs.
9664 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'
9665 ;;
9666 esac
9667 ;;
9668
9669 beos*)
9670 library_names_spec='${libname}${shared_ext}'
9671 dynamic_linker="$host_os ld.so"
9672 shlibpath_var=LIBRARY_PATH
9673 ;;
9674
9675 bsdi[45]*)
9676 version_type=linux
9677 need_version=no
9678 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9679 soname_spec='${libname}${release}${shared_ext}$major'
9680 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9681 shlibpath_var=LD_LIBRARY_PATH
9682 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9683 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9684 # the default ld.so.conf also contains /usr/contrib/lib and
9685 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9686 # libtool to hard-code these into programs
9687 ;;
9688
9689 cygwin* | mingw* | pw32* | cegcc*)
9690 version_type=windows
9691 shrext_cmds=".dll"
9692 need_version=no
9693 need_lib_prefix=no
9694
9695 case $GCC,$host_os in
9696 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
9697 library_names_spec='$libname.dll.a'
9698 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9699 postinstall_cmds='base_file=`basename \${file}`~
9700 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9701 dldir=$destdir/`dirname \$dlpath`~
9702 test -d \$dldir || mkdir -p \$dldir~
9703 $install_prog $dir/$dlname \$dldir/$dlname~
9704 chmod a+x \$dldir/$dlname~
9705 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9706 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9707 fi'
9708 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9709 dlpath=$dir/\$dldll~
9710 $RM \$dlpath'
9711 shlibpath_overrides_runpath=yes
9712
9713 case $host_os in
9714 cygwin*)
9715 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9716 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9717
9718 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
9719 ;;
9720 mingw* | cegcc*)
9721 # MinGW DLLs use traditional 'lib' prefix
9722 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9723 ;;
9724 pw32*)
9725 # pw32 DLLs use 'pw' prefix rather than 'lib'
9726 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9727 ;;
9728 esac
9729 ;;
9730
9731 *)
9732 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9733 ;;
9734 esac
9735 dynamic_linker='Win32 ld.exe'
9736 # FIXME: first we should search . and the directory the executable is in
9737 shlibpath_var=PATH
9738 ;;
9739
9740 darwin* | rhapsody*)
9741 dynamic_linker="$host_os dyld"
9742 version_type=darwin
9743 need_lib_prefix=no
9744 need_version=no
9745 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9746 soname_spec='${libname}${release}${major}$shared_ext'
9747 shlibpath_overrides_runpath=yes
9748 shlibpath_var=DYLD_LIBRARY_PATH
9749 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9750
9751 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9752 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9753 ;;
9754
9755 dgux*)
9756 version_type=linux
9757 need_lib_prefix=no
9758 need_version=no
9759 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9760 soname_spec='${libname}${release}${shared_ext}$major'
9761 shlibpath_var=LD_LIBRARY_PATH
9762 ;;
9763
9764 freebsd1*)
9765 dynamic_linker=no
9766 ;;
9767
9768 freebsd* | dragonfly*)
9769 # DragonFly does not have aout. When/if they implement a new
9770 # versioning mechanism, adjust this.
9771 if test -x /usr/bin/objformat; then
9772 objformat=`/usr/bin/objformat`
9773 else
9774 case $host_os in
9775 freebsd[123]*) objformat=aout ;;
9776 *) objformat=elf ;;
9777 esac
9778 fi
9779 version_type=freebsd-$objformat
9780 case $version_type in
9781 freebsd-elf*)
9782 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9783 need_version=no
9784 need_lib_prefix=no
9785 ;;
9786 freebsd-*)
9787 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9788 need_version=yes
9789 ;;
9790 esac
9791 shlibpath_var=LD_LIBRARY_PATH
9792 case $host_os in
9793 freebsd2*)
9794 shlibpath_overrides_runpath=yes
9795 ;;
9796 freebsd3.[01]* | freebsdelf3.[01]*)
9797 shlibpath_overrides_runpath=yes
9798 hardcode_into_libs=yes
9799 ;;
9800 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9801 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9802 shlibpath_overrides_runpath=no
9803 hardcode_into_libs=yes
9804 ;;
9805 *) # from 4.6 on, and DragonFly
9806 shlibpath_overrides_runpath=yes
9807 hardcode_into_libs=yes
9808 ;;
9809 esac
9810 ;;
9811
9812 gnu*)
9813 version_type=linux
9814 need_lib_prefix=no
9815 need_version=no
9816 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9817 soname_spec='${libname}${release}${shared_ext}$major'
9818 shlibpath_var=LD_LIBRARY_PATH
9819 hardcode_into_libs=yes
9820 ;;
9821
9822 haiku*)
9823 version_type=linux
9824 need_lib_prefix=no
9825 need_version=no
9826 dynamic_linker="$host_os runtime_loader"
9827 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9828 soname_spec='${libname}${release}${shared_ext}$major'
9829 shlibpath_var=LIBRARY_PATH
9830 shlibpath_overrides_runpath=yes
9831 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
9832 hardcode_into_libs=yes
9833 ;;
9834
9835 hpux9* | hpux10* | hpux11*)
9836 # Give a soname corresponding to the major version so that dld.sl refuses to
9837 # link against other versions.
9838 version_type=sunos
9839 need_lib_prefix=no
9840 need_version=no
9841 case $host_cpu in
9842 ia64*)
9843 shrext_cmds='.so'
9844 hardcode_into_libs=yes
9845 dynamic_linker="$host_os dld.so"
9846 shlibpath_var=LD_LIBRARY_PATH
9847 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9848 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9849 soname_spec='${libname}${release}${shared_ext}$major'
9850 if test "X$HPUX_IA64_MODE" = X32; then
9851 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
9852 else
9853 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
9854 fi
9855 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9856 ;;
9857 hppa*64*)
9858 shrext_cmds='.sl'
9859 hardcode_into_libs=yes
9860 dynamic_linker="$host_os dld.sl"
9861 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
9862 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9863 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9864 soname_spec='${libname}${release}${shared_ext}$major'
9865 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
9866 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9867 ;;
9868 *)
9869 shrext_cmds='.sl'
9870 dynamic_linker="$host_os dld.sl"
9871 shlibpath_var=SHLIB_PATH
9872 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
9873 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9874 soname_spec='${libname}${release}${shared_ext}$major'
9875 ;;
9876 esac
9877 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
9878 postinstall_cmds='chmod 555 $lib'
9879 # or fails outright, so override atomically:
9880 install_override_mode=555
9881 ;;
9882
9883 interix[3-9]*)
9884 version_type=linux
9885 need_lib_prefix=no
9886 need_version=no
9887 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9888 soname_spec='${libname}${release}${shared_ext}$major'
9889 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
9890 shlibpath_var=LD_LIBRARY_PATH
9891 shlibpath_overrides_runpath=no
9892 hardcode_into_libs=yes
9893 ;;
9894
9895 irix5* | irix6* | nonstopux*)
9896 case $host_os in
9897 nonstopux*) version_type=nonstopux ;;
9898 *)
9899 if test "$lt_cv_prog_gnu_ld" = yes; then
9900 version_type=linux
9901 else
9902 version_type=irix
9903 fi ;;
9904 esac
9905 need_lib_prefix=no
9906 need_version=no
9907 soname_spec='${libname}${release}${shared_ext}$major'
9908 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
9909 case $host_os in
9910 irix5* | nonstopux*)
9911 libsuff= shlibsuff=
9912 ;;
9913 *)
9914 case $LD in # libtool.m4 will add one of these switches to LD
9915 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
9916 libsuff= shlibsuff= libmagic=32-bit;;
9917 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
9918 libsuff=32 shlibsuff=N32 libmagic=N32;;
9919 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
9920 libsuff=64 shlibsuff=64 libmagic=64-bit;;
9921 *) libsuff= shlibsuff= libmagic=never-match;;
9922 esac
9923 ;;
9924 esac
9925 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
9926 shlibpath_overrides_runpath=no
9927 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
9928 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
9929 hardcode_into_libs=yes
9930 ;;
9931
9932 # No shared lib support for Linux oldld, aout, or coff.
9933 linux*oldld* | linux*aout* | linux*coff*)
9934 dynamic_linker=no
9935 ;;
9936
9937 # This must be Linux ELF.
9938 linux* | k*bsd*-gnu | kopensolaris*-gnu)
9939 version_type=linux
9940 need_lib_prefix=no
9941 need_version=no
9942 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9943 soname_spec='${libname}${release}${shared_ext}$major'
9944 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
9945 shlibpath_var=LD_LIBRARY_PATH
9946 shlibpath_overrides_runpath=no
9947
9948 # Some binutils ld are patched to set DT_RUNPATH
9949 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
9950 $as_echo_n "(cached) " >&6
9951 else
9952 lt_cv_shlibpath_overrides_runpath=no
9953 save_LDFLAGS=$LDFLAGS
9954 save_libdir=$libdir
9955 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
9956 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
9957 if test x$gcc_no_link = xyes; then
9958 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
9959 fi
9960 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9961 /* end confdefs.h. */
9962
9963 int
9964 main ()
9965 {
9966
9967 ;
9968 return 0;
9969 }
9970 _ACEOF
9971 if ac_fn_c_try_link "$LINENO"; then :
9972 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
9973 lt_cv_shlibpath_overrides_runpath=yes
9974 fi
9975 fi
9976 rm -f core conftest.err conftest.$ac_objext \
9977 conftest$ac_exeext conftest.$ac_ext
9978 LDFLAGS=$save_LDFLAGS
9979 libdir=$save_libdir
9980
9981 fi
9982
9983 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
9984
9985 # This implies no fast_install, which is unacceptable.
9986 # Some rework will be needed to allow for fast_install
9987 # before this can be enabled.
9988 hardcode_into_libs=yes
9989
9990 # Append ld.so.conf contents to the search path
9991 if test -f /etc/ld.so.conf; then
9992 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' ' '`
9993 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
9994 fi
9995
9996 # We used to test for /lib/ld.so.1 and disable shared libraries on
9997 # powerpc, because MkLinux only supported shared libraries with the
9998 # GNU dynamic linker. Since this was broken with cross compilers,
9999 # most powerpc-linux boxes support dynamic linking these days and
10000 # people can always --disable-shared, the test was removed, and we
10001 # assume the GNU/Linux dynamic linker is in use.
10002 dynamic_linker='GNU/Linux ld.so'
10003 ;;
10004
10005 netbsd*)
10006 version_type=sunos
10007 need_lib_prefix=no
10008 need_version=no
10009 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10010 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10011 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10012 dynamic_linker='NetBSD (a.out) ld.so'
10013 else
10014 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10015 soname_spec='${libname}${release}${shared_ext}$major'
10016 dynamic_linker='NetBSD ld.elf_so'
10017 fi
10018 shlibpath_var=LD_LIBRARY_PATH
10019 shlibpath_overrides_runpath=yes
10020 hardcode_into_libs=yes
10021 ;;
10022
10023 newsos6)
10024 version_type=linux
10025 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10026 shlibpath_var=LD_LIBRARY_PATH
10027 shlibpath_overrides_runpath=yes
10028 ;;
10029
10030 *nto* | *qnx*)
10031 version_type=qnx
10032 need_lib_prefix=no
10033 need_version=no
10034 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10035 soname_spec='${libname}${release}${shared_ext}$major'
10036 shlibpath_var=LD_LIBRARY_PATH
10037 shlibpath_overrides_runpath=no
10038 hardcode_into_libs=yes
10039 dynamic_linker='ldqnx.so'
10040 ;;
10041
10042 openbsd*)
10043 version_type=sunos
10044 sys_lib_dlsearch_path_spec="/usr/lib"
10045 need_lib_prefix=no
10046 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10047 case $host_os in
10048 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10049 *) need_version=no ;;
10050 esac
10051 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10052 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10053 shlibpath_var=LD_LIBRARY_PATH
10054 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10055 case $host_os in
10056 openbsd2.[89] | openbsd2.[89].*)
10057 shlibpath_overrides_runpath=no
10058 ;;
10059 *)
10060 shlibpath_overrides_runpath=yes
10061 ;;
10062 esac
10063 else
10064 shlibpath_overrides_runpath=yes
10065 fi
10066 ;;
10067
10068 os2*)
10069 libname_spec='$name'
10070 shrext_cmds=".dll"
10071 need_lib_prefix=no
10072 library_names_spec='$libname${shared_ext} $libname.a'
10073 dynamic_linker='OS/2 ld.exe'
10074 shlibpath_var=LIBPATH
10075 ;;
10076
10077 osf3* | osf4* | osf5*)
10078 version_type=osf
10079 need_lib_prefix=no
10080 need_version=no
10081 soname_spec='${libname}${release}${shared_ext}$major'
10082 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10083 shlibpath_var=LD_LIBRARY_PATH
10084 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10085 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10086 ;;
10087
10088 rdos*)
10089 dynamic_linker=no
10090 ;;
10091
10092 solaris*)
10093 version_type=linux
10094 need_lib_prefix=no
10095 need_version=no
10096 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10097 soname_spec='${libname}${release}${shared_ext}$major'
10098 shlibpath_var=LD_LIBRARY_PATH
10099 shlibpath_overrides_runpath=yes
10100 hardcode_into_libs=yes
10101 # ldd complains unless libraries are executable
10102 postinstall_cmds='chmod +x $lib'
10103 ;;
10104
10105 sunos4*)
10106 version_type=sunos
10107 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10108 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10109 shlibpath_var=LD_LIBRARY_PATH
10110 shlibpath_overrides_runpath=yes
10111 if test "$with_gnu_ld" = yes; then
10112 need_lib_prefix=no
10113 fi
10114 need_version=yes
10115 ;;
10116
10117 sysv4 | sysv4.3*)
10118 version_type=linux
10119 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10120 soname_spec='${libname}${release}${shared_ext}$major'
10121 shlibpath_var=LD_LIBRARY_PATH
10122 case $host_vendor in
10123 sni)
10124 shlibpath_overrides_runpath=no
10125 need_lib_prefix=no
10126 runpath_var=LD_RUN_PATH
10127 ;;
10128 siemens)
10129 need_lib_prefix=no
10130 ;;
10131 motorola)
10132 need_lib_prefix=no
10133 need_version=no
10134 shlibpath_overrides_runpath=no
10135 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10136 ;;
10137 esac
10138 ;;
10139
10140 sysv4*MP*)
10141 if test -d /usr/nec ;then
10142 version_type=linux
10143 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10144 soname_spec='$libname${shared_ext}.$major'
10145 shlibpath_var=LD_LIBRARY_PATH
10146 fi
10147 ;;
10148
10149 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10150 version_type=freebsd-elf
10151 need_lib_prefix=no
10152 need_version=no
10153 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10154 soname_spec='${libname}${release}${shared_ext}$major'
10155 shlibpath_var=LD_LIBRARY_PATH
10156 shlibpath_overrides_runpath=yes
10157 hardcode_into_libs=yes
10158 if test "$with_gnu_ld" = yes; then
10159 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10160 else
10161 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10162 case $host_os in
10163 sco3.2v5*)
10164 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10165 ;;
10166 esac
10167 fi
10168 sys_lib_dlsearch_path_spec='/usr/lib'
10169 ;;
10170
10171 tpf*)
10172 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10173 version_type=linux
10174 need_lib_prefix=no
10175 need_version=no
10176 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10177 shlibpath_var=LD_LIBRARY_PATH
10178 shlibpath_overrides_runpath=no
10179 hardcode_into_libs=yes
10180 ;;
10181
10182 uts4*)
10183 version_type=linux
10184 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10185 soname_spec='${libname}${release}${shared_ext}$major'
10186 shlibpath_var=LD_LIBRARY_PATH
10187 ;;
10188
10189 *)
10190 dynamic_linker=no
10191 ;;
10192 esac
10193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10194 $as_echo "$dynamic_linker" >&6; }
10195 test "$dynamic_linker" = no && can_build_shared=no
10196
10197 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10198 if test "$GCC" = yes; then
10199 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10200 fi
10201
10202 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10203 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10204 fi
10205 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10206 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10207 fi
10208
10209
10210
10211
10212
10213
10214
10215
10216
10217
10218
10219
10220
10221
10222
10223
10224
10225
10226
10227
10228
10229
10230
10231
10232
10233
10234
10235
10236
10237
10238
10239
10240
10241
10242
10243
10244
10245
10246
10247
10248
10249
10250
10251
10252
10253
10254
10255
10256
10257
10258
10259
10260
10261
10262
10263
10264
10265
10266
10267
10268
10269
10270
10271
10272
10273
10274
10275
10276
10277
10278
10279
10280
10281
10282
10283
10284
10285
10286
10287
10288
10289
10290
10291
10292
10293
10294
10295
10296
10297
10298
10299
10300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10301 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10302 hardcode_action=
10303 if test -n "$hardcode_libdir_flag_spec" ||
10304 test -n "$runpath_var" ||
10305 test "X$hardcode_automatic" = "Xyes" ; then
10306
10307 # We can hardcode non-existent directories.
10308 if test "$hardcode_direct" != no &&
10309 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10310 # have to relink, otherwise we might link with an installed library
10311 # when we should be linking with a yet-to-be-installed one
10312 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10313 test "$hardcode_minus_L" != no; then
10314 # Linking always hardcodes the temporary library directory.
10315 hardcode_action=relink
10316 else
10317 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10318 hardcode_action=immediate
10319 fi
10320 else
10321 # We cannot hardcode anything, or else we can only hardcode existing
10322 # directories.
10323 hardcode_action=unsupported
10324 fi
10325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10326 $as_echo "$hardcode_action" >&6; }
10327
10328 if test "$hardcode_action" = relink ||
10329 test "$inherit_rpath" = yes; then
10330 # Fast installation is not supported
10331 enable_fast_install=no
10332 elif test "$shlibpath_overrides_runpath" = yes ||
10333 test "$enable_shared" = no; then
10334 # Fast installation is not necessary
10335 enable_fast_install=needless
10336 fi
10337
10338
10339
10340
10341
10342
10343 if test "x$enable_dlopen" != xyes; then
10344 enable_dlopen=unknown
10345 enable_dlopen_self=unknown
10346 enable_dlopen_self_static=unknown
10347 else
10348 lt_cv_dlopen=no
10349 lt_cv_dlopen_libs=
10350
10351 case $host_os in
10352 beos*)
10353 lt_cv_dlopen="load_add_on"
10354 lt_cv_dlopen_libs=
10355 lt_cv_dlopen_self=yes
10356 ;;
10357
10358 mingw* | pw32* | cegcc*)
10359 lt_cv_dlopen="LoadLibrary"
10360 lt_cv_dlopen_libs=
10361 ;;
10362
10363 cygwin*)
10364 lt_cv_dlopen="dlopen"
10365 lt_cv_dlopen_libs=
10366 ;;
10367
10368 darwin*)
10369 # if libdl is installed we need to link against it
10370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10371 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10372 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10373 $as_echo_n "(cached) " >&6
10374 else
10375 ac_check_lib_save_LIBS=$LIBS
10376 LIBS="-ldl $LIBS"
10377 if test x$gcc_no_link = xyes; then
10378 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
10379 fi
10380 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10381 /* end confdefs.h. */
10382
10383 /* Override any GCC internal prototype to avoid an error.
10384 Use char because int might match the return type of a GCC
10385 builtin and then its argument prototype would still apply. */
10386 #ifdef __cplusplus
10387 extern "C"
10388 #endif
10389 char dlopen ();
10390 int
10391 main ()
10392 {
10393 return dlopen ();
10394 ;
10395 return 0;
10396 }
10397 _ACEOF
10398 if ac_fn_c_try_link "$LINENO"; then :
10399 ac_cv_lib_dl_dlopen=yes
10400 else
10401 ac_cv_lib_dl_dlopen=no
10402 fi
10403 rm -f core conftest.err conftest.$ac_objext \
10404 conftest$ac_exeext conftest.$ac_ext
10405 LIBS=$ac_check_lib_save_LIBS
10406 fi
10407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10408 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10409 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
10410 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10411 else
10412
10413 lt_cv_dlopen="dyld"
10414 lt_cv_dlopen_libs=
10415 lt_cv_dlopen_self=yes
10416
10417 fi
10418
10419 ;;
10420
10421 *)
10422 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10423 if test "x$ac_cv_func_shl_load" = x""yes; then :
10424 lt_cv_dlopen="shl_load"
10425 else
10426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10427 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10428 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
10429 $as_echo_n "(cached) " >&6
10430 else
10431 ac_check_lib_save_LIBS=$LIBS
10432 LIBS="-ldld $LIBS"
10433 if test x$gcc_no_link = xyes; then
10434 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
10435 fi
10436 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10437 /* end confdefs.h. */
10438
10439 /* Override any GCC internal prototype to avoid an error.
10440 Use char because int might match the return type of a GCC
10441 builtin and then its argument prototype would still apply. */
10442 #ifdef __cplusplus
10443 extern "C"
10444 #endif
10445 char shl_load ();
10446 int
10447 main ()
10448 {
10449 return shl_load ();
10450 ;
10451 return 0;
10452 }
10453 _ACEOF
10454 if ac_fn_c_try_link "$LINENO"; then :
10455 ac_cv_lib_dld_shl_load=yes
10456 else
10457 ac_cv_lib_dld_shl_load=no
10458 fi
10459 rm -f core conftest.err conftest.$ac_objext \
10460 conftest$ac_exeext conftest.$ac_ext
10461 LIBS=$ac_check_lib_save_LIBS
10462 fi
10463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10464 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10465 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
10466 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10467 else
10468 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10469 if test "x$ac_cv_func_dlopen" = x""yes; then :
10470 lt_cv_dlopen="dlopen"
10471 else
10472 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10473 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10474 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10475 $as_echo_n "(cached) " >&6
10476 else
10477 ac_check_lib_save_LIBS=$LIBS
10478 LIBS="-ldl $LIBS"
10479 if test x$gcc_no_link = xyes; then
10480 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
10481 fi
10482 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10483 /* end confdefs.h. */
10484
10485 /* Override any GCC internal prototype to avoid an error.
10486 Use char because int might match the return type of a GCC
10487 builtin and then its argument prototype would still apply. */
10488 #ifdef __cplusplus
10489 extern "C"
10490 #endif
10491 char dlopen ();
10492 int
10493 main ()
10494 {
10495 return dlopen ();
10496 ;
10497 return 0;
10498 }
10499 _ACEOF
10500 if ac_fn_c_try_link "$LINENO"; then :
10501 ac_cv_lib_dl_dlopen=yes
10502 else
10503 ac_cv_lib_dl_dlopen=no
10504 fi
10505 rm -f core conftest.err conftest.$ac_objext \
10506 conftest$ac_exeext conftest.$ac_ext
10507 LIBS=$ac_check_lib_save_LIBS
10508 fi
10509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10510 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10511 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
10512 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10513 else
10514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10515 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
10516 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
10517 $as_echo_n "(cached) " >&6
10518 else
10519 ac_check_lib_save_LIBS=$LIBS
10520 LIBS="-lsvld $LIBS"
10521 if test x$gcc_no_link = xyes; then
10522 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
10523 fi
10524 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10525 /* end confdefs.h. */
10526
10527 /* Override any GCC internal prototype to avoid an error.
10528 Use char because int might match the return type of a GCC
10529 builtin and then its argument prototype would still apply. */
10530 #ifdef __cplusplus
10531 extern "C"
10532 #endif
10533 char dlopen ();
10534 int
10535 main ()
10536 {
10537 return dlopen ();
10538 ;
10539 return 0;
10540 }
10541 _ACEOF
10542 if ac_fn_c_try_link "$LINENO"; then :
10543 ac_cv_lib_svld_dlopen=yes
10544 else
10545 ac_cv_lib_svld_dlopen=no
10546 fi
10547 rm -f core conftest.err conftest.$ac_objext \
10548 conftest$ac_exeext conftest.$ac_ext
10549 LIBS=$ac_check_lib_save_LIBS
10550 fi
10551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10552 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10553 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
10554 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
10555 else
10556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10557 $as_echo_n "checking for dld_link in -ldld... " >&6; }
10558 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
10559 $as_echo_n "(cached) " >&6
10560 else
10561 ac_check_lib_save_LIBS=$LIBS
10562 LIBS="-ldld $LIBS"
10563 if test x$gcc_no_link = xyes; then
10564 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
10565 fi
10566 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10567 /* end confdefs.h. */
10568
10569 /* Override any GCC internal prototype to avoid an error.
10570 Use char because int might match the return type of a GCC
10571 builtin and then its argument prototype would still apply. */
10572 #ifdef __cplusplus
10573 extern "C"
10574 #endif
10575 char dld_link ();
10576 int
10577 main ()
10578 {
10579 return dld_link ();
10580 ;
10581 return 0;
10582 }
10583 _ACEOF
10584 if ac_fn_c_try_link "$LINENO"; then :
10585 ac_cv_lib_dld_dld_link=yes
10586 else
10587 ac_cv_lib_dld_dld_link=no
10588 fi
10589 rm -f core conftest.err conftest.$ac_objext \
10590 conftest$ac_exeext conftest.$ac_ext
10591 LIBS=$ac_check_lib_save_LIBS
10592 fi
10593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10594 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
10595 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
10596 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10597 fi
10598
10599
10600 fi
10601
10602
10603 fi
10604
10605
10606 fi
10607
10608
10609 fi
10610
10611
10612 fi
10613
10614 ;;
10615 esac
10616
10617 if test "x$lt_cv_dlopen" != xno; then
10618 enable_dlopen=yes
10619 else
10620 enable_dlopen=no
10621 fi
10622
10623 case $lt_cv_dlopen in
10624 dlopen)
10625 save_CPPFLAGS="$CPPFLAGS"
10626 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10627
10628 save_LDFLAGS="$LDFLAGS"
10629 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10630
10631 save_LIBS="$LIBS"
10632 LIBS="$lt_cv_dlopen_libs $LIBS"
10633
10634 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10635 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
10636 if test "${lt_cv_dlopen_self+set}" = set; then :
10637 $as_echo_n "(cached) " >&6
10638 else
10639 if test "$cross_compiling" = yes; then :
10640 lt_cv_dlopen_self=cross
10641 else
10642 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10643 lt_status=$lt_dlunknown
10644 cat > conftest.$ac_ext <<_LT_EOF
10645 #line 10645 "configure"
10646 #include "confdefs.h"
10647
10648 #if HAVE_DLFCN_H
10649 #include <dlfcn.h>
10650 #endif
10651
10652 #include <stdio.h>
10653
10654 #ifdef RTLD_GLOBAL
10655 # define LT_DLGLOBAL RTLD_GLOBAL
10656 #else
10657 # ifdef DL_GLOBAL
10658 # define LT_DLGLOBAL DL_GLOBAL
10659 # else
10660 # define LT_DLGLOBAL 0
10661 # endif
10662 #endif
10663
10664 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10665 find out it does not work in some platform. */
10666 #ifndef LT_DLLAZY_OR_NOW
10667 # ifdef RTLD_LAZY
10668 # define LT_DLLAZY_OR_NOW RTLD_LAZY
10669 # else
10670 # ifdef DL_LAZY
10671 # define LT_DLLAZY_OR_NOW DL_LAZY
10672 # else
10673 # ifdef RTLD_NOW
10674 # define LT_DLLAZY_OR_NOW RTLD_NOW
10675 # else
10676 # ifdef DL_NOW
10677 # define LT_DLLAZY_OR_NOW DL_NOW
10678 # else
10679 # define LT_DLLAZY_OR_NOW 0
10680 # endif
10681 # endif
10682 # endif
10683 # endif
10684 #endif
10685
10686 /* When -fvisbility=hidden is used, assume the code has been annotated
10687 correspondingly for the symbols needed. */
10688 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10689 void fnord () __attribute__((visibility("default")));
10690 #endif
10691
10692 void fnord () { int i=42; }
10693 int main ()
10694 {
10695 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10696 int status = $lt_dlunknown;
10697
10698 if (self)
10699 {
10700 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10701 else
10702 {
10703 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10704 else puts (dlerror ());
10705 }
10706 /* dlclose (self); */
10707 }
10708 else
10709 puts (dlerror ());
10710
10711 return status;
10712 }
10713 _LT_EOF
10714 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10715 (eval $ac_link) 2>&5
10716 ac_status=$?
10717 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10718 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10719 (./conftest; exit; ) >&5 2>/dev/null
10720 lt_status=$?
10721 case x$lt_status in
10722 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10723 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10724 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10725 esac
10726 else :
10727 # compilation failed
10728 lt_cv_dlopen_self=no
10729 fi
10730 fi
10731 rm -fr conftest*
10732
10733
10734 fi
10735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10736 $as_echo "$lt_cv_dlopen_self" >&6; }
10737
10738 if test "x$lt_cv_dlopen_self" = xyes; then
10739 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10741 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
10742 if test "${lt_cv_dlopen_self_static+set}" = set; then :
10743 $as_echo_n "(cached) " >&6
10744 else
10745 if test "$cross_compiling" = yes; then :
10746 lt_cv_dlopen_self_static=cross
10747 else
10748 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10749 lt_status=$lt_dlunknown
10750 cat > conftest.$ac_ext <<_LT_EOF
10751 #line 10751 "configure"
10752 #include "confdefs.h"
10753
10754 #if HAVE_DLFCN_H
10755 #include <dlfcn.h>
10756 #endif
10757
10758 #include <stdio.h>
10759
10760 #ifdef RTLD_GLOBAL
10761 # define LT_DLGLOBAL RTLD_GLOBAL
10762 #else
10763 # ifdef DL_GLOBAL
10764 # define LT_DLGLOBAL DL_GLOBAL
10765 # else
10766 # define LT_DLGLOBAL 0
10767 # endif
10768 #endif
10769
10770 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10771 find out it does not work in some platform. */
10772 #ifndef LT_DLLAZY_OR_NOW
10773 # ifdef RTLD_LAZY
10774 # define LT_DLLAZY_OR_NOW RTLD_LAZY
10775 # else
10776 # ifdef DL_LAZY
10777 # define LT_DLLAZY_OR_NOW DL_LAZY
10778 # else
10779 # ifdef RTLD_NOW
10780 # define LT_DLLAZY_OR_NOW RTLD_NOW
10781 # else
10782 # ifdef DL_NOW
10783 # define LT_DLLAZY_OR_NOW DL_NOW
10784 # else
10785 # define LT_DLLAZY_OR_NOW 0
10786 # endif
10787 # endif
10788 # endif
10789 # endif
10790 #endif
10791
10792 /* When -fvisbility=hidden is used, assume the code has been annotated
10793 correspondingly for the symbols needed. */
10794 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10795 void fnord () __attribute__((visibility("default")));
10796 #endif
10797
10798 void fnord () { int i=42; }
10799 int main ()
10800 {
10801 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10802 int status = $lt_dlunknown;
10803
10804 if (self)
10805 {
10806 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10807 else
10808 {
10809 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10810 else puts (dlerror ());
10811 }
10812 /* dlclose (self); */
10813 }
10814 else
10815 puts (dlerror ());
10816
10817 return status;
10818 }
10819 _LT_EOF
10820 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10821 (eval $ac_link) 2>&5
10822 ac_status=$?
10823 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10824 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10825 (./conftest; exit; ) >&5 2>/dev/null
10826 lt_status=$?
10827 case x$lt_status in
10828 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10829 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10830 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10831 esac
10832 else :
10833 # compilation failed
10834 lt_cv_dlopen_self_static=no
10835 fi
10836 fi
10837 rm -fr conftest*
10838
10839
10840 fi
10841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10842 $as_echo "$lt_cv_dlopen_self_static" >&6; }
10843 fi
10844
10845 CPPFLAGS="$save_CPPFLAGS"
10846 LDFLAGS="$save_LDFLAGS"
10847 LIBS="$save_LIBS"
10848 ;;
10849 esac
10850
10851 case $lt_cv_dlopen_self in
10852 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
10853 *) enable_dlopen_self=unknown ;;
10854 esac
10855
10856 case $lt_cv_dlopen_self_static in
10857 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
10858 *) enable_dlopen_self_static=unknown ;;
10859 esac
10860 fi
10861
10862
10863
10864
10865
10866
10867
10868
10869
10870
10871
10872
10873
10874
10875
10876
10877
10878 striplib=
10879 old_striplib=
10880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
10881 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
10882 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
10883 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
10884 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
10885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10886 $as_echo "yes" >&6; }
10887 else
10888 # FIXME - insert some real tests, host_os isn't really good enough
10889 case $host_os in
10890 darwin*)
10891 if test -n "$STRIP" ; then
10892 striplib="$STRIP -x"
10893 old_striplib="$STRIP -S"
10894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10895 $as_echo "yes" >&6; }
10896 else
10897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10898 $as_echo "no" >&6; }
10899 fi
10900 ;;
10901 *)
10902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10903 $as_echo "no" >&6; }
10904 ;;
10905 esac
10906 fi
10907
10908
10909
10910
10911
10912
10913
10914
10915
10916
10917
10918
10919 # Report which library types will actually be built
10920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
10921 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
10922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
10923 $as_echo "$can_build_shared" >&6; }
10924
10925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
10926 $as_echo_n "checking whether to build shared libraries... " >&6; }
10927 test "$can_build_shared" = "no" && enable_shared=no
10928
10929 # On AIX, shared libraries and static libraries use the same namespace, and
10930 # are all built from PIC.
10931 case $host_os in
10932 aix3*)
10933 test "$enable_shared" = yes && enable_static=no
10934 if test -n "$RANLIB"; then
10935 archive_cmds="$archive_cmds~\$RANLIB \$lib"
10936 postinstall_cmds='$RANLIB $lib'
10937 fi
10938 ;;
10939
10940 aix[4-9]*)
10941 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
10942 test "$enable_shared" = yes && enable_static=no
10943 fi
10944 ;;
10945 esac
10946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
10947 $as_echo "$enable_shared" >&6; }
10948
10949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
10950 $as_echo_n "checking whether to build static libraries... " >&6; }
10951 # Make sure either enable_shared or enable_static is yes.
10952 test "$enable_shared" = yes || enable_static=yes
10953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
10954 $as_echo "$enable_static" >&6; }
10955
10956
10957
10958
10959 fi
10960 ac_ext=c
10961 ac_cpp='$CPP $CPPFLAGS'
10962 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10963 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10964 ac_compiler_gnu=$ac_cv_c_compiler_gnu
10965
10966 CC="$lt_save_CC"
10967
10968
10969
10970
10971
10972
10973
10974
10975
10976
10977
10978
10979
10980 ac_config_commands="$ac_config_commands libtool"
10981
10982
10983
10984
10985 # Only expand once:
10986
10987
10988
10989
10990
10991 # Calculate toolexeclibdir
10992 # Also toolexecdir, though it's only used in toolexeclibdir
10993 case ${version_specific_libs} in
10994 yes)
10995 # Need the gcc compiler version to know where to install libraries
10996 # and header files if --enable-version-specific-runtime-libs option
10997 # is selected.
10998 toolexecdir='$(libdir)/gcc/$(target_alias)'
10999 toolexeclibdir='$(toolexecdir)/$(gcc_version)$(MULTISUBDIR)'
11000 ;;
11001 no)
11002 if test -n "$with_cross_host" &&
11003 test x"$with_cross_host" != x"no"; then
11004 # Install a library built with a cross compiler in tooldir, not libdir.
11005 toolexecdir='$(exec_prefix)/$(target_alias)'
11006 toolexeclibdir='$(toolexecdir)/lib'
11007 else
11008 toolexecdir='$(libdir)/gcc-lib/$(target_alias)'
11009 toolexeclibdir='$(libdir)'
11010 fi
11011 multi_os_directory=`$CC -print-multi-os-directory`
11012 case $multi_os_directory in
11013 .) ;; # Avoid trailing /.
11014 *) toolexeclibdir=$toolexeclibdir/$multi_os_directory ;;
11015 esac
11016 ;;
11017 esac
11018
11019
11020
11021 if test ${multilib} = yes; then
11022 multilib_arg="--enable-multilib"
11023 else
11024 multilib_arg=
11025 fi
11026
11027 ac_config_files="$ac_config_files Makefile ssp/ssp.h"
11028
11029 cat >confcache <<\_ACEOF
11030 # This file is a shell script that caches the results of configure
11031 # tests run on this system so they can be shared between configure
11032 # scripts and configure runs, see configure's option --config-cache.
11033 # It is not useful on other systems. If it contains results you don't
11034 # want to keep, you may remove or edit it.
11035 #
11036 # config.status only pays attention to the cache file if you give it
11037 # the --recheck option to rerun configure.
11038 #
11039 # `ac_cv_env_foo' variables (set or unset) will be overridden when
11040 # loading this file, other *unset* `ac_cv_foo' will be assigned the
11041 # following values.
11042
11043 _ACEOF
11044
11045 # The following way of writing the cache mishandles newlines in values,
11046 # but we know of no workaround that is simple, portable, and efficient.
11047 # So, we kill variables containing newlines.
11048 # Ultrix sh set writes to stderr and can't be redirected directly,
11049 # and sets the high bit in the cache file unless we assign to the vars.
11050 (
11051 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
11052 eval ac_val=\$$ac_var
11053 case $ac_val in #(
11054 *${as_nl}*)
11055 case $ac_var in #(
11056 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
11057 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
11058 esac
11059 case $ac_var in #(
11060 _ | IFS | as_nl) ;; #(
11061 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
11062 *) { eval $ac_var=; unset $ac_var;} ;;
11063 esac ;;
11064 esac
11065 done
11066
11067 (set) 2>&1 |
11068 case $as_nl`(ac_space=' '; set) 2>&1` in #(
11069 *${as_nl}ac_space=\ *)
11070 # `set' does not quote correctly, so add quotes: double-quote
11071 # substitution turns \\\\ into \\, and sed turns \\ into \.
11072 sed -n \
11073 "s/'/'\\\\''/g;
11074 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
11075 ;; #(
11076 *)
11077 # `set' quotes correctly as required by POSIX, so do not add quotes.
11078 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
11079 ;;
11080 esac |
11081 sort
11082 ) |
11083 sed '
11084 /^ac_cv_env_/b end
11085 t clear
11086 :clear
11087 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11088 t end
11089 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11090 :end' >>confcache
11091 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11092 if test -w "$cache_file"; then
11093 test "x$cache_file" != "x/dev/null" &&
11094 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
11095 $as_echo "$as_me: updating cache $cache_file" >&6;}
11096 cat confcache >$cache_file
11097 else
11098 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
11099 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
11100 fi
11101 fi
11102 rm -f confcache
11103
11104 test "x$prefix" = xNONE && prefix=$ac_default_prefix
11105 # Let make expand exec_prefix.
11106 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
11107
11108 DEFS=-DHAVE_CONFIG_H
11109
11110 ac_libobjs=
11111 ac_ltlibobjs=
11112 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
11113 # 1. Remove the extension, and $U if already installed.
11114 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
11115 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
11116 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
11117 # will be set to the directory where LIBOBJS objects are built.
11118 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
11119 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
11120 done
11121 LIBOBJS=$ac_libobjs
11122
11123 LTLIBOBJS=$ac_ltlibobjs
11124
11125
11126 if test -n "$EXEEXT"; then
11127 am__EXEEXT_TRUE=
11128 am__EXEEXT_FALSE='#'
11129 else
11130 am__EXEEXT_TRUE='#'
11131 am__EXEEXT_FALSE=
11132 fi
11133
11134 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
11135 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
11136 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11137 fi
11138 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
11139 as_fn_error "conditional \"AMDEP\" was never defined.
11140 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11141 fi
11142 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
11143 as_fn_error "conditional \"am__fastdepCC\" was never defined.
11144 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11145 fi
11146 if test -z "${LIBSSP_USE_SYMVER_TRUE}" && test -z "${LIBSSP_USE_SYMVER_FALSE}"; then
11147 as_fn_error "conditional \"LIBSSP_USE_SYMVER\" was never defined.
11148 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11149 fi
11150 if test -z "${LIBSSP_USE_SYMVER_GNU_TRUE}" && test -z "${LIBSSP_USE_SYMVER_GNU_FALSE}"; then
11151 as_fn_error "conditional \"LIBSSP_USE_SYMVER_GNU\" was never defined.
11152 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11153 fi
11154 if test -z "${LIBSSP_USE_SYMVER_SUN_TRUE}" && test -z "${LIBSSP_USE_SYMVER_SUN_FALSE}"; then
11155 as_fn_error "conditional \"LIBSSP_USE_SYMVER_SUN\" was never defined.
11156 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11157 fi
11158
11159 : ${CONFIG_STATUS=./config.status}
11160 ac_write_fail=0
11161 ac_clean_files_save=$ac_clean_files
11162 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
11163 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
11164 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
11165 as_write_fail=0
11166 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
11167 #! $SHELL
11168 # Generated by $as_me.
11169 # Run this file to recreate the current configuration.
11170 # Compiler output produced by configure, useful for debugging
11171 # configure, is in config.log if it exists.
11172
11173 debug=false
11174 ac_cs_recheck=false
11175 ac_cs_silent=false
11176
11177 SHELL=\${CONFIG_SHELL-$SHELL}
11178 export SHELL
11179 _ASEOF
11180 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
11181 ## -------------------- ##
11182 ## M4sh Initialization. ##
11183 ## -------------------- ##
11184
11185 # Be more Bourne compatible
11186 DUALCASE=1; export DUALCASE # for MKS sh
11187 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
11188 emulate sh
11189 NULLCMD=:
11190 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
11191 # is contrary to our usage. Disable this feature.
11192 alias -g '${1+"$@"}'='"$@"'
11193 setopt NO_GLOB_SUBST
11194 else
11195 case `(set -o) 2>/dev/null` in #(
11196 *posix*) :
11197 set -o posix ;; #(
11198 *) :
11199 ;;
11200 esac
11201 fi
11202
11203
11204 as_nl='
11205 '
11206 export as_nl
11207 # Printing a long string crashes Solaris 7 /usr/bin/printf.
11208 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
11209 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
11210 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
11211 # Prefer a ksh shell builtin over an external printf program on Solaris,
11212 # but without wasting forks for bash or zsh.
11213 if test -z "$BASH_VERSION$ZSH_VERSION" \
11214 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
11215 as_echo='print -r --'
11216 as_echo_n='print -rn --'
11217 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
11218 as_echo='printf %s\n'
11219 as_echo_n='printf %s'
11220 else
11221 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
11222 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
11223 as_echo_n='/usr/ucb/echo -n'
11224 else
11225 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
11226 as_echo_n_body='eval
11227 arg=$1;
11228 case $arg in #(
11229 *"$as_nl"*)
11230 expr "X$arg" : "X\\(.*\\)$as_nl";
11231 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
11232 esac;
11233 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
11234 '
11235 export as_echo_n_body
11236 as_echo_n='sh -c $as_echo_n_body as_echo'
11237 fi
11238 export as_echo_body
11239 as_echo='sh -c $as_echo_body as_echo'
11240 fi
11241
11242 # The user is always right.
11243 if test "${PATH_SEPARATOR+set}" != set; then
11244 PATH_SEPARATOR=:
11245 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
11246 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
11247 PATH_SEPARATOR=';'
11248 }
11249 fi
11250
11251
11252 # IFS
11253 # We need space, tab and new line, in precisely that order. Quoting is
11254 # there to prevent editors from complaining about space-tab.
11255 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
11256 # splitting by setting IFS to empty value.)
11257 IFS=" "" $as_nl"
11258
11259 # Find who we are. Look in the path if we contain no directory separator.
11260 case $0 in #((
11261 *[\\/]* ) as_myself=$0 ;;
11262 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11263 for as_dir in $PATH
11264 do
11265 IFS=$as_save_IFS
11266 test -z "$as_dir" && as_dir=.
11267 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
11268 done
11269 IFS=$as_save_IFS
11270
11271 ;;
11272 esac
11273 # We did not find ourselves, most probably we were run as `sh COMMAND'
11274 # in which case we are not to be found in the path.
11275 if test "x$as_myself" = x; then
11276 as_myself=$0
11277 fi
11278 if test ! -f "$as_myself"; then
11279 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
11280 exit 1
11281 fi
11282
11283 # Unset variables that we do not need and which cause bugs (e.g. in
11284 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
11285 # suppresses any "Segmentation fault" message there. '((' could
11286 # trigger a bug in pdksh 5.2.14.
11287 for as_var in BASH_ENV ENV MAIL MAILPATH
11288 do eval test x\${$as_var+set} = xset \
11289 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
11290 done
11291 PS1='$ '
11292 PS2='> '
11293 PS4='+ '
11294
11295 # NLS nuisances.
11296 LC_ALL=C
11297 export LC_ALL
11298 LANGUAGE=C
11299 export LANGUAGE
11300
11301 # CDPATH.
11302 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
11303
11304
11305 # as_fn_error ERROR [LINENO LOG_FD]
11306 # ---------------------------------
11307 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
11308 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
11309 # script with status $?, using 1 if that was 0.
11310 as_fn_error ()
11311 {
11312 as_status=$?; test $as_status -eq 0 && as_status=1
11313 if test "$3"; then
11314 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
11315 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
11316 fi
11317 $as_echo "$as_me: error: $1" >&2
11318 as_fn_exit $as_status
11319 } # as_fn_error
11320
11321
11322 # as_fn_set_status STATUS
11323 # -----------------------
11324 # Set $? to STATUS, without forking.
11325 as_fn_set_status ()
11326 {
11327 return $1
11328 } # as_fn_set_status
11329
11330 # as_fn_exit STATUS
11331 # -----------------
11332 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
11333 as_fn_exit ()
11334 {
11335 set +e
11336 as_fn_set_status $1
11337 exit $1
11338 } # as_fn_exit
11339
11340 # as_fn_unset VAR
11341 # ---------------
11342 # Portably unset VAR.
11343 as_fn_unset ()
11344 {
11345 { eval $1=; unset $1;}
11346 }
11347 as_unset=as_fn_unset
11348 # as_fn_append VAR VALUE
11349 # ----------------------
11350 # Append the text in VALUE to the end of the definition contained in VAR. Take
11351 # advantage of any shell optimizations that allow amortized linear growth over
11352 # repeated appends, instead of the typical quadratic growth present in naive
11353 # implementations.
11354 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
11355 eval 'as_fn_append ()
11356 {
11357 eval $1+=\$2
11358 }'
11359 else
11360 as_fn_append ()
11361 {
11362 eval $1=\$$1\$2
11363 }
11364 fi # as_fn_append
11365
11366 # as_fn_arith ARG...
11367 # ------------------
11368 # Perform arithmetic evaluation on the ARGs, and store the result in the
11369 # global $as_val. Take advantage of shells that can avoid forks. The arguments
11370 # must be portable across $(()) and expr.
11371 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
11372 eval 'as_fn_arith ()
11373 {
11374 as_val=$(( $* ))
11375 }'
11376 else
11377 as_fn_arith ()
11378 {
11379 as_val=`expr "$@" || test $? -eq 1`
11380 }
11381 fi # as_fn_arith
11382
11383
11384 if expr a : '\(a\)' >/dev/null 2>&1 &&
11385 test "X`expr 00001 : '.*\(...\)'`" = X001; then
11386 as_expr=expr
11387 else
11388 as_expr=false
11389 fi
11390
11391 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
11392 as_basename=basename
11393 else
11394 as_basename=false
11395 fi
11396
11397 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
11398 as_dirname=dirname
11399 else
11400 as_dirname=false
11401 fi
11402
11403 as_me=`$as_basename -- "$0" ||
11404 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
11405 X"$0" : 'X\(//\)$' \| \
11406 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
11407 $as_echo X/"$0" |
11408 sed '/^.*\/\([^/][^/]*\)\/*$/{
11409 s//\1/
11410 q
11411 }
11412 /^X\/\(\/\/\)$/{
11413 s//\1/
11414 q
11415 }
11416 /^X\/\(\/\).*/{
11417 s//\1/
11418 q
11419 }
11420 s/.*/./; q'`
11421
11422 # Avoid depending upon Character Ranges.
11423 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
11424 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
11425 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
11426 as_cr_digits='0123456789'
11427 as_cr_alnum=$as_cr_Letters$as_cr_digits
11428
11429 ECHO_C= ECHO_N= ECHO_T=
11430 case `echo -n x` in #(((((
11431 -n*)
11432 case `echo 'xy\c'` in
11433 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
11434 xy) ECHO_C='\c';;
11435 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
11436 ECHO_T=' ';;
11437 esac;;
11438 *)
11439 ECHO_N='-n';;
11440 esac
11441
11442 rm -f conf$$ conf$$.exe conf$$.file
11443 if test -d conf$$.dir; then
11444 rm -f conf$$.dir/conf$$.file
11445 else
11446 rm -f conf$$.dir
11447 mkdir conf$$.dir 2>/dev/null
11448 fi
11449 if (echo >conf$$.file) 2>/dev/null; then
11450 if ln -s conf$$.file conf$$ 2>/dev/null; then
11451 as_ln_s='ln -s'
11452 # ... but there are two gotchas:
11453 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
11454 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
11455 # In both cases, we have to default to `cp -p'.
11456 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
11457 as_ln_s='cp -p'
11458 elif ln conf$$.file conf$$ 2>/dev/null; then
11459 as_ln_s=ln
11460 else
11461 as_ln_s='cp -p'
11462 fi
11463 else
11464 as_ln_s='cp -p'
11465 fi
11466 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
11467 rmdir conf$$.dir 2>/dev/null
11468
11469
11470 # as_fn_mkdir_p
11471 # -------------
11472 # Create "$as_dir" as a directory, including parents if necessary.
11473 as_fn_mkdir_p ()
11474 {
11475
11476 case $as_dir in #(
11477 -*) as_dir=./$as_dir;;
11478 esac
11479 test -d "$as_dir" || eval $as_mkdir_p || {
11480 as_dirs=
11481 while :; do
11482 case $as_dir in #(
11483 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
11484 *) as_qdir=$as_dir;;
11485 esac
11486 as_dirs="'$as_qdir' $as_dirs"
11487 as_dir=`$as_dirname -- "$as_dir" ||
11488 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11489 X"$as_dir" : 'X\(//\)[^/]' \| \
11490 X"$as_dir" : 'X\(//\)$' \| \
11491 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
11492 $as_echo X"$as_dir" |
11493 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
11494 s//\1/
11495 q
11496 }
11497 /^X\(\/\/\)[^/].*/{
11498 s//\1/
11499 q
11500 }
11501 /^X\(\/\/\)$/{
11502 s//\1/
11503 q
11504 }
11505 /^X\(\/\).*/{
11506 s//\1/
11507 q
11508 }
11509 s/.*/./; q'`
11510 test -d "$as_dir" && break
11511 done
11512 test -z "$as_dirs" || eval "mkdir $as_dirs"
11513 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
11514
11515
11516 } # as_fn_mkdir_p
11517 if mkdir -p . 2>/dev/null; then
11518 as_mkdir_p='mkdir -p "$as_dir"'
11519 else
11520 test -d ./-p && rmdir ./-p
11521 as_mkdir_p=false
11522 fi
11523
11524 if test -x / >/dev/null 2>&1; then
11525 as_test_x='test -x'
11526 else
11527 if ls -dL / >/dev/null 2>&1; then
11528 as_ls_L_option=L
11529 else
11530 as_ls_L_option=
11531 fi
11532 as_test_x='
11533 eval sh -c '\''
11534 if test -d "$1"; then
11535 test -d "$1/.";
11536 else
11537 case $1 in #(
11538 -*)set "./$1";;
11539 esac;
11540 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
11541 ???[sx]*):;;*)false;;esac;fi
11542 '\'' sh
11543 '
11544 fi
11545 as_executable_p=$as_test_x
11546
11547 # Sed expression to map a string onto a valid CPP name.
11548 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
11549
11550 # Sed expression to map a string onto a valid variable name.
11551 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
11552
11553
11554 exec 6>&1
11555 ## ----------------------------------- ##
11556 ## Main body of $CONFIG_STATUS script. ##
11557 ## ----------------------------------- ##
11558 _ASEOF
11559 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
11560
11561 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11562 # Save the log message, to keep $0 and so on meaningful, and to
11563 # report actual input values of CONFIG_FILES etc. instead of their
11564 # values after options handling.
11565 ac_log="
11566 This file was extended by libssp $as_me 1.0, which was
11567 generated by GNU Autoconf 2.64. Invocation command line was
11568
11569 CONFIG_FILES = $CONFIG_FILES
11570 CONFIG_HEADERS = $CONFIG_HEADERS
11571 CONFIG_LINKS = $CONFIG_LINKS
11572 CONFIG_COMMANDS = $CONFIG_COMMANDS
11573 $ $0 $@
11574
11575 on `(hostname || uname -n) 2>/dev/null | sed 1q`
11576 "
11577
11578 _ACEOF
11579
11580 case $ac_config_files in *"
11581 "*) set x $ac_config_files; shift; ac_config_files=$*;;
11582 esac
11583
11584 case $ac_config_headers in *"
11585 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
11586 esac
11587
11588
11589 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11590 # Files that config.status was made for.
11591 config_files="$ac_config_files"
11592 config_headers="$ac_config_headers"
11593 config_commands="$ac_config_commands"
11594
11595 _ACEOF
11596
11597 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11598 ac_cs_usage="\
11599 \`$as_me' instantiates files and other configuration actions
11600 from templates according to the current configuration. Unless the files
11601 and actions are specified as TAGs, all are instantiated by default.
11602
11603 Usage: $0 [OPTION]... [TAG]...
11604
11605 -h, --help print this help, then exit
11606 -V, --version print version number and configuration settings, then exit
11607 -q, --quiet, --silent
11608 do not print progress messages
11609 -d, --debug don't remove temporary files
11610 --recheck update $as_me by reconfiguring in the same conditions
11611 --file=FILE[:TEMPLATE]
11612 instantiate the configuration file FILE
11613 --header=FILE[:TEMPLATE]
11614 instantiate the configuration header FILE
11615
11616 Configuration files:
11617 $config_files
11618
11619 Configuration headers:
11620 $config_headers
11621
11622 Configuration commands:
11623 $config_commands
11624
11625 Report bugs to the package provider."
11626
11627 _ACEOF
11628 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11629 ac_cs_version="\\
11630 libssp config.status 1.0
11631 configured by $0, generated by GNU Autoconf 2.64,
11632 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
11633
11634 Copyright (C) 2009 Free Software Foundation, Inc.
11635 This config.status script is free software; the Free Software Foundation
11636 gives unlimited permission to copy, distribute and modify it."
11637
11638 ac_pwd='$ac_pwd'
11639 srcdir='$srcdir'
11640 INSTALL='$INSTALL'
11641 MKDIR_P='$MKDIR_P'
11642 AWK='$AWK'
11643 test -n "\$AWK" || AWK=awk
11644 _ACEOF
11645
11646 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11647 # The default lists apply if the user does not specify any file.
11648 ac_need_defaults=:
11649 while test $# != 0
11650 do
11651 case $1 in
11652 --*=*)
11653 ac_option=`expr "X$1" : 'X\([^=]*\)='`
11654 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
11655 ac_shift=:
11656 ;;
11657 *)
11658 ac_option=$1
11659 ac_optarg=$2
11660 ac_shift=shift
11661 ;;
11662 esac
11663
11664 case $ac_option in
11665 # Handling of the options.
11666 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
11667 ac_cs_recheck=: ;;
11668 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
11669 $as_echo "$ac_cs_version"; exit ;;
11670 --debug | --debu | --deb | --de | --d | -d )
11671 debug=: ;;
11672 --file | --fil | --fi | --f )
11673 $ac_shift
11674 case $ac_optarg in
11675 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
11676 esac
11677 as_fn_append CONFIG_FILES " '$ac_optarg'"
11678 ac_need_defaults=false;;
11679 --header | --heade | --head | --hea )
11680 $ac_shift
11681 case $ac_optarg in
11682 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
11683 esac
11684 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
11685 ac_need_defaults=false;;
11686 --he | --h)
11687 # Conflict between --help and --header
11688 as_fn_error "ambiguous option: \`$1'
11689 Try \`$0 --help' for more information.";;
11690 --help | --hel | -h )
11691 $as_echo "$ac_cs_usage"; exit ;;
11692 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
11693 | -silent | --silent | --silen | --sile | --sil | --si | --s)
11694 ac_cs_silent=: ;;
11695
11696 # This is an error.
11697 -*) as_fn_error "unrecognized option: \`$1'
11698 Try \`$0 --help' for more information." ;;
11699
11700 *) as_fn_append ac_config_targets " $1"
11701 ac_need_defaults=false ;;
11702
11703 esac
11704 shift
11705 done
11706
11707 ac_configure_extra_args=
11708
11709 if $ac_cs_silent; then
11710 exec 6>/dev/null
11711 ac_configure_extra_args="$ac_configure_extra_args --silent"
11712 fi
11713
11714 _ACEOF
11715 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11716 if \$ac_cs_recheck; then
11717 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
11718 shift
11719 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
11720 CONFIG_SHELL='$SHELL'
11721 export CONFIG_SHELL
11722 exec "\$@"
11723 fi
11724
11725 _ACEOF
11726 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11727 exec 5>>config.log
11728 {
11729 echo
11730 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
11731 ## Running $as_me. ##
11732 _ASBOX
11733 $as_echo "$ac_log"
11734 } >&5
11735
11736 _ACEOF
11737 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11738 #
11739 # INIT-COMMANDS
11740 #
11741
11742 srcdir="$srcdir"
11743 host="$host"
11744 target="$target"
11745 with_multisubdir="$with_multisubdir"
11746 with_multisrctop="$with_multisrctop"
11747 with_target_subdir="$with_target_subdir"
11748 ac_configure_args="${multilib_arg} ${ac_configure_args}"
11749 multi_basedir="$multi_basedir"
11750 CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
11751 CC="$CC"
11752 CXX="$CXX"
11753 GFORTRAN="$GFORTRAN"
11754 GCJ="$GCJ"
11755 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
11756
11757
11758 # The HP-UX ksh and POSIX shell print the target directory to stdout
11759 # if CDPATH is set.
11760 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
11761
11762 sed_quote_subst='$sed_quote_subst'
11763 double_quote_subst='$double_quote_subst'
11764 delay_variable_subst='$delay_variable_subst'
11765 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
11766 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
11767 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
11768 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
11769 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
11770 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
11771 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
11772 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
11773 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
11774 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
11775 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
11776 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
11777 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
11778 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
11779 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
11780 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
11781 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
11782 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
11783 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
11784 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
11785 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
11786 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
11787 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
11788 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
11789 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
11790 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
11791 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
11792 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
11793 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
11794 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
11795 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
11796 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
11797 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
11798 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
11799 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
11800 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
11801 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
11802 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
11803 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
11804 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
11805 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
11806 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
11807 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
11808 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
11809 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
11810 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
11811 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
11812 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
11813 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
11814 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
11815 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
11816 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
11817 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
11818 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
11819 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
11820 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
11821 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
11822 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
11823 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
11824 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
11825 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
11826 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
11827 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
11828 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
11829 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
11830 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
11831 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
11832 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
11833 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
11834 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
11835 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
11836 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
11837 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
11838 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
11839 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
11840 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
11841 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
11842 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
11843 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
11844 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
11845 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
11846 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
11847 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
11848 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
11849 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
11850 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
11851 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
11852 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
11853 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
11854 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
11855 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
11856 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
11857 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
11858 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
11859 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
11860 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
11861 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
11862 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
11863 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
11864 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
11865 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
11866 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
11867 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
11868 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
11869 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
11870 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
11871 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
11872 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
11873 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
11874 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
11875 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
11876 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
11877 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
11878 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
11879 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
11880 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
11881 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
11882 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
11883 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
11884 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
11885
11886 LTCC='$LTCC'
11887 LTCFLAGS='$LTCFLAGS'
11888 compiler='$compiler_DEFAULT'
11889
11890 # A function that is used when there is no print builtin or printf.
11891 func_fallback_echo ()
11892 {
11893 eval 'cat <<_LTECHO_EOF
11894 \$1
11895 _LTECHO_EOF'
11896 }
11897
11898 # Quote evaled strings.
11899 for var in SHELL \
11900 ECHO \
11901 SED \
11902 GREP \
11903 EGREP \
11904 FGREP \
11905 LD \
11906 NM \
11907 LN_S \
11908 lt_SP2NL \
11909 lt_NL2SP \
11910 reload_flag \
11911 OBJDUMP \
11912 deplibs_check_method \
11913 file_magic_cmd \
11914 AR \
11915 AR_FLAGS \
11916 STRIP \
11917 RANLIB \
11918 CC \
11919 CFLAGS \
11920 compiler \
11921 lt_cv_sys_global_symbol_pipe \
11922 lt_cv_sys_global_symbol_to_cdecl \
11923 lt_cv_sys_global_symbol_to_c_name_address \
11924 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
11925 lt_prog_compiler_no_builtin_flag \
11926 lt_prog_compiler_wl \
11927 lt_prog_compiler_pic \
11928 lt_prog_compiler_static \
11929 lt_cv_prog_compiler_c_o \
11930 need_locks \
11931 DSYMUTIL \
11932 NMEDIT \
11933 LIPO \
11934 OTOOL \
11935 OTOOL64 \
11936 shrext_cmds \
11937 export_dynamic_flag_spec \
11938 whole_archive_flag_spec \
11939 compiler_needs_object \
11940 with_gnu_ld \
11941 allow_undefined_flag \
11942 no_undefined_flag \
11943 hardcode_libdir_flag_spec \
11944 hardcode_libdir_flag_spec_ld \
11945 hardcode_libdir_separator \
11946 fix_srcfile_path \
11947 exclude_expsyms \
11948 include_expsyms \
11949 file_list_spec \
11950 variables_saved_for_relink \
11951 libname_spec \
11952 library_names_spec \
11953 soname_spec \
11954 install_override_mode \
11955 finish_eval \
11956 old_striplib \
11957 striplib; do
11958 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
11959 *[\\\\\\\`\\"\\\$]*)
11960 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
11961 ;;
11962 *)
11963 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
11964 ;;
11965 esac
11966 done
11967
11968 # Double-quote double-evaled strings.
11969 for var in reload_cmds \
11970 old_postinstall_cmds \
11971 old_postuninstall_cmds \
11972 old_archive_cmds \
11973 extract_expsyms_cmds \
11974 old_archive_from_new_cmds \
11975 old_archive_from_expsyms_cmds \
11976 archive_cmds \
11977 archive_expsym_cmds \
11978 module_cmds \
11979 module_expsym_cmds \
11980 export_symbols_cmds \
11981 prelink_cmds \
11982 postinstall_cmds \
11983 postuninstall_cmds \
11984 finish_cmds \
11985 sys_lib_search_path_spec \
11986 sys_lib_dlsearch_path_spec; do
11987 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
11988 *[\\\\\\\`\\"\\\$]*)
11989 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
11990 ;;
11991 *)
11992 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
11993 ;;
11994 esac
11995 done
11996
11997 ac_aux_dir='$ac_aux_dir'
11998 xsi_shell='$xsi_shell'
11999 lt_shell_append='$lt_shell_append'
12000
12001 # See if we are running on zsh, and set the options which allow our
12002 # commands through without removal of \ escapes INIT.
12003 if test -n "\${ZSH_VERSION+set}" ; then
12004 setopt NO_GLOB_SUBST
12005 fi
12006
12007
12008 PACKAGE='$PACKAGE'
12009 VERSION='$VERSION'
12010 TIMESTAMP='$TIMESTAMP'
12011 RM='$RM'
12012 ofile='$ofile'
12013
12014
12015
12016
12017 _ACEOF
12018
12019 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12020
12021 # Handling of arguments.
12022 for ac_config_target in $ac_config_targets
12023 do
12024 case $ac_config_target in
12025 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
12026 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
12027 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
12028 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
12029 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
12030 "ssp/ssp.h") CONFIG_FILES="$CONFIG_FILES ssp/ssp.h" ;;
12031
12032 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
12033 esac
12034 done
12035
12036
12037 # If the user did not use the arguments to specify the items to instantiate,
12038 # then the envvar interface is used. Set only those that are not.
12039 # We use the long form for the default assignment because of an extremely
12040 # bizarre bug on SunOS 4.1.3.
12041 if $ac_need_defaults; then
12042 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
12043 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
12044 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
12045 fi
12046
12047 # Have a temporary directory for convenience. Make it in the build tree
12048 # simply because there is no reason against having it here, and in addition,
12049 # creating and moving files from /tmp can sometimes cause problems.
12050 # Hook for its removal unless debugging.
12051 # Note that there is a small window in which the directory will not be cleaned:
12052 # after its creation but before its name has been assigned to `$tmp'.
12053 $debug ||
12054 {
12055 tmp=
12056 trap 'exit_status=$?
12057 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
12058 ' 0
12059 trap 'as_fn_exit 1' 1 2 13 15
12060 }
12061 # Create a (secure) tmp directory for tmp files.
12062
12063 {
12064 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
12065 test -n "$tmp" && test -d "$tmp"
12066 } ||
12067 {
12068 tmp=./conf$$-$RANDOM
12069 (umask 077 && mkdir "$tmp")
12070 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
12071
12072 # Set up the scripts for CONFIG_FILES section.
12073 # No need to generate them if there are no CONFIG_FILES.
12074 # This happens for instance with `./config.status config.h'.
12075 if test -n "$CONFIG_FILES"; then
12076
12077
12078 ac_cr=`echo X | tr X '\015'`
12079 # On cygwin, bash can eat \r inside `` if the user requested igncr.
12080 # But we know of no other shell where ac_cr would be empty at this
12081 # point, so we can use a bashism as a fallback.
12082 if test "x$ac_cr" = x; then
12083 eval ac_cr=\$\'\\r\'
12084 fi
12085 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
12086 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
12087 ac_cs_awk_cr='\r'
12088 else
12089 ac_cs_awk_cr=$ac_cr
12090 fi
12091
12092 echo 'BEGIN {' >"$tmp/subs1.awk" &&
12093 _ACEOF
12094
12095
12096 {
12097 echo "cat >conf$$subs.awk <<_ACEOF" &&
12098 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
12099 echo "_ACEOF"
12100 } >conf$$subs.sh ||
12101 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
12102 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
12103 ac_delim='%!_!# '
12104 for ac_last_try in false false false false false :; do
12105 . ./conf$$subs.sh ||
12106 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
12107
12108 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
12109 if test $ac_delim_n = $ac_delim_num; then
12110 break
12111 elif $ac_last_try; then
12112 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
12113 else
12114 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
12115 fi
12116 done
12117 rm -f conf$$subs.sh
12118
12119 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12120 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
12121 _ACEOF
12122 sed -n '
12123 h
12124 s/^/S["/; s/!.*/"]=/
12125 p
12126 g
12127 s/^[^!]*!//
12128 :repl
12129 t repl
12130 s/'"$ac_delim"'$//
12131 t delim
12132 :nl
12133 h
12134 s/\(.\{148\}\).*/\1/
12135 t more1
12136 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
12137 p
12138 n
12139 b repl
12140 :more1
12141 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12142 p
12143 g
12144 s/.\{148\}//
12145 t nl
12146 :delim
12147 h
12148 s/\(.\{148\}\).*/\1/
12149 t more2
12150 s/["\\]/\\&/g; s/^/"/; s/$/"/
12151 p
12152 b
12153 :more2
12154 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12155 p
12156 g
12157 s/.\{148\}//
12158 t delim
12159 ' <conf$$subs.awk | sed '
12160 /^[^""]/{
12161 N
12162 s/\n//
12163 }
12164 ' >>$CONFIG_STATUS || ac_write_fail=1
12165 rm -f conf$$subs.awk
12166 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12167 _ACAWK
12168 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
12169 for (key in S) S_is_set[key] = 1
12170 FS = "\a"
12171
12172 }
12173 {
12174 line = $ 0
12175 nfields = split(line, field, "@")
12176 substed = 0
12177 len = length(field[1])
12178 for (i = 2; i < nfields; i++) {
12179 key = field[i]
12180 keylen = length(key)
12181 if (S_is_set[key]) {
12182 value = S[key]
12183 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
12184 len += length(value) + length(field[++i])
12185 substed = 1
12186 } else
12187 len += 1 + keylen
12188 }
12189
12190 print line
12191 }
12192
12193 _ACAWK
12194 _ACEOF
12195 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12196 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
12197 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
12198 else
12199 cat
12200 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
12201 || as_fn_error "could not setup config files machinery" "$LINENO" 5
12202 _ACEOF
12203
12204 # VPATH may cause trouble with some makes, so we remove $(srcdir),
12205 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
12206 # trailing colons and then remove the whole line if VPATH becomes empty
12207 # (actually we leave an empty line to preserve line numbers).
12208 if test "x$srcdir" = x.; then
12209 ac_vpsub='/^[ ]*VPATH[ ]*=/{
12210 s/:*\$(srcdir):*/:/
12211 s/:*\${srcdir}:*/:/
12212 s/:*@srcdir@:*/:/
12213 s/^\([^=]*=[ ]*\):*/\1/
12214 s/:*$//
12215 s/^[^=]*=[ ]*$//
12216 }'
12217 fi
12218
12219 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12220 fi # test -n "$CONFIG_FILES"
12221
12222 # Set up the scripts for CONFIG_HEADERS section.
12223 # No need to generate them if there are no CONFIG_HEADERS.
12224 # This happens for instance with `./config.status Makefile'.
12225 if test -n "$CONFIG_HEADERS"; then
12226 cat >"$tmp/defines.awk" <<\_ACAWK ||
12227 BEGIN {
12228 _ACEOF
12229
12230 # Transform confdefs.h into an awk script `defines.awk', embedded as
12231 # here-document in config.status, that substitutes the proper values into
12232 # config.h.in to produce config.h.
12233
12234 # Create a delimiter string that does not exist in confdefs.h, to ease
12235 # handling of long lines.
12236 ac_delim='%!_!# '
12237 for ac_last_try in false false :; do
12238 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
12239 if test -z "$ac_t"; then
12240 break
12241 elif $ac_last_try; then
12242 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
12243 else
12244 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
12245 fi
12246 done
12247
12248 # For the awk script, D is an array of macro values keyed by name,
12249 # likewise P contains macro parameters if any. Preserve backslash
12250 # newline sequences.
12251
12252 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
12253 sed -n '
12254 s/.\{148\}/&'"$ac_delim"'/g
12255 t rset
12256 :rset
12257 s/^[ ]*#[ ]*define[ ][ ]*/ /
12258 t def
12259 d
12260 :def
12261 s/\\$//
12262 t bsnl
12263 s/["\\]/\\&/g
12264 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
12265 D["\1"]=" \3"/p
12266 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
12267 d
12268 :bsnl
12269 s/["\\]/\\&/g
12270 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
12271 D["\1"]=" \3\\\\\\n"\\/p
12272 t cont
12273 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
12274 t cont
12275 d
12276 :cont
12277 n
12278 s/.\{148\}/&'"$ac_delim"'/g
12279 t clear
12280 :clear
12281 s/\\$//
12282 t bsnlc
12283 s/["\\]/\\&/g; s/^/"/; s/$/"/p
12284 d
12285 :bsnlc
12286 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
12287 b cont
12288 ' <confdefs.h | sed '
12289 s/'"$ac_delim"'/"\\\
12290 "/g' >>$CONFIG_STATUS || ac_write_fail=1
12291
12292 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12293 for (key in D) D_is_set[key] = 1
12294 FS = "\a"
12295 }
12296 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
12297 line = \$ 0
12298 split(line, arg, " ")
12299 if (arg[1] == "#") {
12300 defundef = arg[2]
12301 mac1 = arg[3]
12302 } else {
12303 defundef = substr(arg[1], 2)
12304 mac1 = arg[2]
12305 }
12306 split(mac1, mac2, "(") #)
12307 macro = mac2[1]
12308 prefix = substr(line, 1, index(line, defundef) - 1)
12309 if (D_is_set[macro]) {
12310 # Preserve the white space surrounding the "#".
12311 print prefix "define", macro P[macro] D[macro]
12312 next
12313 } else {
12314 # Replace #undef with comments. This is necessary, for example,
12315 # in the case of _POSIX_SOURCE, which is predefined and required
12316 # on some systems where configure will not decide to define it.
12317 if (defundef == "undef") {
12318 print "/*", prefix defundef, macro, "*/"
12319 next
12320 }
12321 }
12322 }
12323 { print }
12324 _ACAWK
12325 _ACEOF
12326 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12327 as_fn_error "could not setup config headers machinery" "$LINENO" 5
12328 fi # test -n "$CONFIG_HEADERS"
12329
12330
12331 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
12332 shift
12333 for ac_tag
12334 do
12335 case $ac_tag in
12336 :[FHLC]) ac_mode=$ac_tag; continue;;
12337 esac
12338 case $ac_mode$ac_tag in
12339 :[FHL]*:*);;
12340 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
12341 :[FH]-) ac_tag=-:-;;
12342 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
12343 esac
12344 ac_save_IFS=$IFS
12345 IFS=:
12346 set x $ac_tag
12347 IFS=$ac_save_IFS
12348 shift
12349 ac_file=$1
12350 shift
12351
12352 case $ac_mode in
12353 :L) ac_source=$1;;
12354 :[FH])
12355 ac_file_inputs=
12356 for ac_f
12357 do
12358 case $ac_f in
12359 -) ac_f="$tmp/stdin";;
12360 *) # Look for the file first in the build tree, then in the source tree
12361 # (if the path is not absolute). The absolute path cannot be DOS-style,
12362 # because $ac_f cannot contain `:'.
12363 test -f "$ac_f" ||
12364 case $ac_f in
12365 [\\/$]*) false;;
12366 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
12367 esac ||
12368 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
12369 esac
12370 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
12371 as_fn_append ac_file_inputs " '$ac_f'"
12372 done
12373
12374 # Let's still pretend it is `configure' which instantiates (i.e., don't
12375 # use $as_me), people would be surprised to read:
12376 # /* config.h. Generated by config.status. */
12377 configure_input='Generated from '`
12378 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
12379 `' by configure.'
12380 if test x"$ac_file" != x-; then
12381 configure_input="$ac_file. $configure_input"
12382 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
12383 $as_echo "$as_me: creating $ac_file" >&6;}
12384 fi
12385 # Neutralize special characters interpreted by sed in replacement strings.
12386 case $configure_input in #(
12387 *\&* | *\|* | *\\* )
12388 ac_sed_conf_input=`$as_echo "$configure_input" |
12389 sed 's/[\\\\&|]/\\\\&/g'`;; #(
12390 *) ac_sed_conf_input=$configure_input;;
12391 esac
12392
12393 case $ac_tag in
12394 *:-:* | *:-) cat >"$tmp/stdin" \
12395 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
12396 esac
12397 ;;
12398 esac
12399
12400 ac_dir=`$as_dirname -- "$ac_file" ||
12401 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12402 X"$ac_file" : 'X\(//\)[^/]' \| \
12403 X"$ac_file" : 'X\(//\)$' \| \
12404 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
12405 $as_echo X"$ac_file" |
12406 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12407 s//\1/
12408 q
12409 }
12410 /^X\(\/\/\)[^/].*/{
12411 s//\1/
12412 q
12413 }
12414 /^X\(\/\/\)$/{
12415 s//\1/
12416 q
12417 }
12418 /^X\(\/\).*/{
12419 s//\1/
12420 q
12421 }
12422 s/.*/./; q'`
12423 as_dir="$ac_dir"; as_fn_mkdir_p
12424 ac_builddir=.
12425
12426 case "$ac_dir" in
12427 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
12428 *)
12429 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
12430 # A ".." for each directory in $ac_dir_suffix.
12431 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
12432 case $ac_top_builddir_sub in
12433 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
12434 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
12435 esac ;;
12436 esac
12437 ac_abs_top_builddir=$ac_pwd
12438 ac_abs_builddir=$ac_pwd$ac_dir_suffix
12439 # for backward compatibility:
12440 ac_top_builddir=$ac_top_build_prefix
12441
12442 case $srcdir in
12443 .) # We are building in place.
12444 ac_srcdir=.
12445 ac_top_srcdir=$ac_top_builddir_sub
12446 ac_abs_top_srcdir=$ac_pwd ;;
12447 [\\/]* | ?:[\\/]* ) # Absolute name.
12448 ac_srcdir=$srcdir$ac_dir_suffix;
12449 ac_top_srcdir=$srcdir
12450 ac_abs_top_srcdir=$srcdir ;;
12451 *) # Relative name.
12452 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
12453 ac_top_srcdir=$ac_top_build_prefix$srcdir
12454 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
12455 esac
12456 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
12457
12458
12459 case $ac_mode in
12460 :F)
12461 #
12462 # CONFIG_FILE
12463 #
12464
12465 case $INSTALL in
12466 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
12467 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
12468 esac
12469 ac_MKDIR_P=$MKDIR_P
12470 case $MKDIR_P in
12471 [\\/$]* | ?:[\\/]* ) ;;
12472 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
12473 esac
12474 _ACEOF
12475
12476 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12477 # If the template does not know about datarootdir, expand it.
12478 # FIXME: This hack should be removed a few years after 2.60.
12479 ac_datarootdir_hack=; ac_datarootdir_seen=
12480 ac_sed_dataroot='
12481 /datarootdir/ {
12482 p
12483 q
12484 }
12485 /@datadir@/p
12486 /@docdir@/p
12487 /@infodir@/p
12488 /@localedir@/p
12489 /@mandir@/p'
12490 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
12491 *datarootdir*) ac_datarootdir_seen=yes;;
12492 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
12493 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
12494 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
12495 _ACEOF
12496 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12497 ac_datarootdir_hack='
12498 s&@datadir@&$datadir&g
12499 s&@docdir@&$docdir&g
12500 s&@infodir@&$infodir&g
12501 s&@localedir@&$localedir&g
12502 s&@mandir@&$mandir&g
12503 s&\\\${datarootdir}&$datarootdir&g' ;;
12504 esac
12505 _ACEOF
12506
12507 # Neutralize VPATH when `$srcdir' = `.'.
12508 # Shell code in configure.ac might set extrasub.
12509 # FIXME: do we really want to maintain this feature?
12510 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12511 ac_sed_extra="$ac_vpsub
12512 $extrasub
12513 _ACEOF
12514 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12515 :t
12516 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
12517 s|@configure_input@|$ac_sed_conf_input|;t t
12518 s&@top_builddir@&$ac_top_builddir_sub&;t t
12519 s&@top_build_prefix@&$ac_top_build_prefix&;t t
12520 s&@srcdir@&$ac_srcdir&;t t
12521 s&@abs_srcdir@&$ac_abs_srcdir&;t t
12522 s&@top_srcdir@&$ac_top_srcdir&;t t
12523 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
12524 s&@builddir@&$ac_builddir&;t t
12525 s&@abs_builddir@&$ac_abs_builddir&;t t
12526 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
12527 s&@INSTALL@&$ac_INSTALL&;t t
12528 s&@MKDIR_P@&$ac_MKDIR_P&;t t
12529 $ac_datarootdir_hack
12530 "
12531 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
12532 || as_fn_error "could not create $ac_file" "$LINENO" 5
12533
12534 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
12535 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
12536 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
12537 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
12538 which seems to be undefined. Please make sure it is defined." >&5
12539 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
12540 which seems to be undefined. Please make sure it is defined." >&2;}
12541
12542 rm -f "$tmp/stdin"
12543 case $ac_file in
12544 -) cat "$tmp/out" && rm -f "$tmp/out";;
12545 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
12546 esac \
12547 || as_fn_error "could not create $ac_file" "$LINENO" 5
12548 ;;
12549 :H)
12550 #
12551 # CONFIG_HEADER
12552 #
12553 if test x"$ac_file" != x-; then
12554 {
12555 $as_echo "/* $configure_input */" \
12556 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
12557 } >"$tmp/config.h" \
12558 || as_fn_error "could not create $ac_file" "$LINENO" 5
12559 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
12560 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
12561 $as_echo "$as_me: $ac_file is unchanged" >&6;}
12562 else
12563 rm -f "$ac_file"
12564 mv "$tmp/config.h" "$ac_file" \
12565 || as_fn_error "could not create $ac_file" "$LINENO" 5
12566 fi
12567 else
12568 $as_echo "/* $configure_input */" \
12569 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
12570 || as_fn_error "could not create -" "$LINENO" 5
12571 fi
12572 # Compute "$ac_file"'s index in $config_headers.
12573 _am_arg="$ac_file"
12574 _am_stamp_count=1
12575 for _am_header in $config_headers :; do
12576 case $_am_header in
12577 $_am_arg | $_am_arg:* )
12578 break ;;
12579 * )
12580 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
12581 esac
12582 done
12583 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
12584 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12585 X"$_am_arg" : 'X\(//\)[^/]' \| \
12586 X"$_am_arg" : 'X\(//\)$' \| \
12587 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
12588 $as_echo X"$_am_arg" |
12589 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12590 s//\1/
12591 q
12592 }
12593 /^X\(\/\/\)[^/].*/{
12594 s//\1/
12595 q
12596 }
12597 /^X\(\/\/\)$/{
12598 s//\1/
12599 q
12600 }
12601 /^X\(\/\).*/{
12602 s//\1/
12603 q
12604 }
12605 s/.*/./; q'`/stamp-h$_am_stamp_count
12606 ;;
12607
12608 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
12609 $as_echo "$as_me: executing $ac_file commands" >&6;}
12610 ;;
12611 esac
12612
12613
12614 case $ac_file$ac_mode in
12615 "default-1":C)
12616 # Only add multilib support code if we just rebuilt the top-level
12617 # Makefile.
12618 case " $CONFIG_FILES " in
12619 *" Makefile "*)
12620 ac_file=Makefile . ${multi_basedir}/config-ml.in
12621 ;;
12622 esac ;;
12623 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
12624 # Autoconf 2.62 quotes --file arguments for eval, but not when files
12625 # are listed without --file. Let's play safe and only enable the eval
12626 # if we detect the quoting.
12627 case $CONFIG_FILES in
12628 *\'*) eval set x "$CONFIG_FILES" ;;
12629 *) set x $CONFIG_FILES ;;
12630 esac
12631 shift
12632 for mf
12633 do
12634 # Strip MF so we end up with the name of the file.
12635 mf=`echo "$mf" | sed -e 's/:.*$//'`
12636 # Check whether this is an Automake generated Makefile or not.
12637 # We used to match only the files named `Makefile.in', but
12638 # some people rename them; so instead we look at the file content.
12639 # Grep'ing the first line is not enough: some people post-process
12640 # each Makefile.in and add a new line on top of each file to say so.
12641 # Grep'ing the whole file is not good either: AIX grep has a line
12642 # limit of 2048, but all sed's we know have understand at least 4000.
12643 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
12644 dirpart=`$as_dirname -- "$mf" ||
12645 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12646 X"$mf" : 'X\(//\)[^/]' \| \
12647 X"$mf" : 'X\(//\)$' \| \
12648 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
12649 $as_echo X"$mf" |
12650 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12651 s//\1/
12652 q
12653 }
12654 /^X\(\/\/\)[^/].*/{
12655 s//\1/
12656 q
12657 }
12658 /^X\(\/\/\)$/{
12659 s//\1/
12660 q
12661 }
12662 /^X\(\/\).*/{
12663 s//\1/
12664 q
12665 }
12666 s/.*/./; q'`
12667 else
12668 continue
12669 fi
12670 # Extract the definition of DEPDIR, am__include, and am__quote
12671 # from the Makefile without running `make'.
12672 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
12673 test -z "$DEPDIR" && continue
12674 am__include=`sed -n 's/^am__include = //p' < "$mf"`
12675 test -z "am__include" && continue
12676 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
12677 # When using ansi2knr, U may be empty or an underscore; expand it
12678 U=`sed -n 's/^U = //p' < "$mf"`
12679 # Find all dependency output files, they are included files with
12680 # $(DEPDIR) in their names. We invoke sed twice because it is the
12681 # simplest approach to changing $(DEPDIR) to its actual value in the
12682 # expansion.
12683 for file in `sed -n "
12684 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
12685 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
12686 # Make sure the directory exists.
12687 test -f "$dirpart/$file" && continue
12688 fdir=`$as_dirname -- "$file" ||
12689 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12690 X"$file" : 'X\(//\)[^/]' \| \
12691 X"$file" : 'X\(//\)$' \| \
12692 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
12693 $as_echo X"$file" |
12694 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12695 s//\1/
12696 q
12697 }
12698 /^X\(\/\/\)[^/].*/{
12699 s//\1/
12700 q
12701 }
12702 /^X\(\/\/\)$/{
12703 s//\1/
12704 q
12705 }
12706 /^X\(\/\).*/{
12707 s//\1/
12708 q
12709 }
12710 s/.*/./; q'`
12711 as_dir=$dirpart/$fdir; as_fn_mkdir_p
12712 # echo "creating $dirpart/$file"
12713 echo '# dummy' > "$dirpart/$file"
12714 done
12715 done
12716 }
12717 ;;
12718 "libtool":C)
12719
12720 # See if we are running on zsh, and set the options which allow our
12721 # commands through without removal of \ escapes.
12722 if test -n "${ZSH_VERSION+set}" ; then
12723 setopt NO_GLOB_SUBST
12724 fi
12725
12726 cfgfile="${ofile}T"
12727 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
12728 $RM "$cfgfile"
12729
12730 cat <<_LT_EOF >> "$cfgfile"
12731 #! $SHELL
12732
12733 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
12734 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
12735 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
12736 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
12737 #
12738 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
12739 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
12740 # Written by Gordon Matzigkeit, 1996
12741 #
12742 # This file is part of GNU Libtool.
12743 #
12744 # GNU Libtool is free software; you can redistribute it and/or
12745 # modify it under the terms of the GNU General Public License as
12746 # published by the Free Software Foundation; either version 2 of
12747 # the License, or (at your option) any later version.
12748 #
12749 # As a special exception to the GNU General Public License,
12750 # if you distribute this file as part of a program or library that
12751 # is built using GNU Libtool, you may include this file under the
12752 # same distribution terms that you use for the rest of that program.
12753 #
12754 # GNU Libtool is distributed in the hope that it will be useful,
12755 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12756 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12757 # GNU General Public License for more details.
12758 #
12759 # You should have received a copy of the GNU General Public License
12760 # along with GNU Libtool; see the file COPYING. If not, a copy
12761 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
12762 # obtained by writing to the Free Software Foundation, Inc.,
12763 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
12764
12765
12766 # The names of the tagged configurations supported by this script.
12767 available_tags=""
12768
12769 # ### BEGIN LIBTOOL CONFIG
12770
12771 # Which release of libtool.m4 was used?
12772 macro_version=$macro_version
12773 macro_revision=$macro_revision
12774
12775 # Whether or not to build shared libraries.
12776 build_libtool_libs=$enable_shared
12777
12778 # Whether or not to build static libraries.
12779 build_old_libs=$enable_static
12780
12781 # What type of objects to build.
12782 pic_mode=$pic_mode
12783
12784 # Whether or not to optimize for fast installation.
12785 fast_install=$enable_fast_install
12786
12787 # Shell to use when invoking shell scripts.
12788 SHELL=$lt_SHELL
12789
12790 # An echo program that protects backslashes.
12791 ECHO=$lt_ECHO
12792
12793 # The host system.
12794 host_alias=$host_alias
12795 host=$host
12796 host_os=$host_os
12797
12798 # The build system.
12799 build_alias=$build_alias
12800 build=$build
12801 build_os=$build_os
12802
12803 # A sed program that does not truncate output.
12804 SED=$lt_SED
12805
12806 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
12807 Xsed="\$SED -e 1s/^X//"
12808
12809 # A grep program that handles long lines.
12810 GREP=$lt_GREP
12811
12812 # An ERE matcher.
12813 EGREP=$lt_EGREP
12814
12815 # A literal string matcher.
12816 FGREP=$lt_FGREP
12817
12818 # A BSD- or MS-compatible name lister.
12819 NM=$lt_NM
12820
12821 # Whether we need soft or hard links.
12822 LN_S=$lt_LN_S
12823
12824 # What is the maximum length of a command?
12825 max_cmd_len=$max_cmd_len
12826
12827 # Object file suffix (normally "o").
12828 objext=$ac_objext
12829
12830 # Executable file suffix (normally "").
12831 exeext=$exeext
12832
12833 # whether the shell understands "unset".
12834 lt_unset=$lt_unset
12835
12836 # turn spaces into newlines.
12837 SP2NL=$lt_lt_SP2NL
12838
12839 # turn newlines into spaces.
12840 NL2SP=$lt_lt_NL2SP
12841
12842 # An object symbol dumper.
12843 OBJDUMP=$lt_OBJDUMP
12844
12845 # Method to check whether dependent libraries are shared objects.
12846 deplibs_check_method=$lt_deplibs_check_method
12847
12848 # Command to use when deplibs_check_method == "file_magic".
12849 file_magic_cmd=$lt_file_magic_cmd
12850
12851 # The archiver.
12852 AR=$lt_AR
12853 AR_FLAGS=$lt_AR_FLAGS
12854
12855 # A symbol stripping program.
12856 STRIP=$lt_STRIP
12857
12858 # Commands used to install an old-style archive.
12859 RANLIB=$lt_RANLIB
12860 old_postinstall_cmds=$lt_old_postinstall_cmds
12861 old_postuninstall_cmds=$lt_old_postuninstall_cmds
12862
12863 # Whether to use a lock for old archive extraction.
12864 lock_old_archive_extraction=$lock_old_archive_extraction
12865
12866 # A C compiler.
12867 LTCC=$lt_CC
12868
12869 # LTCC compiler flags.
12870 LTCFLAGS=$lt_CFLAGS
12871
12872 # Take the output of nm and produce a listing of raw symbols and C names.
12873 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
12874
12875 # Transform the output of nm in a proper C declaration.
12876 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
12877
12878 # Transform the output of nm in a C name address pair.
12879 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
12880
12881 # Transform the output of nm in a C name address pair when lib prefix is needed.
12882 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
12883
12884 # The name of the directory that contains temporary libtool files.
12885 objdir=$objdir
12886
12887 # Used to examine libraries when file_magic_cmd begins with "file".
12888 MAGIC_CMD=$MAGIC_CMD
12889
12890 # Must we lock files when doing compilation?
12891 need_locks=$lt_need_locks
12892
12893 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
12894 DSYMUTIL=$lt_DSYMUTIL
12895
12896 # Tool to change global to local symbols on Mac OS X.
12897 NMEDIT=$lt_NMEDIT
12898
12899 # Tool to manipulate fat objects and archives on Mac OS X.
12900 LIPO=$lt_LIPO
12901
12902 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
12903 OTOOL=$lt_OTOOL
12904
12905 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
12906 OTOOL64=$lt_OTOOL64
12907
12908 # Old archive suffix (normally "a").
12909 libext=$libext
12910
12911 # Shared library suffix (normally ".so").
12912 shrext_cmds=$lt_shrext_cmds
12913
12914 # The commands to extract the exported symbol list from a shared archive.
12915 extract_expsyms_cmds=$lt_extract_expsyms_cmds
12916
12917 # Variables whose values should be saved in libtool wrapper scripts and
12918 # restored at link time.
12919 variables_saved_for_relink=$lt_variables_saved_for_relink
12920
12921 # Do we need the "lib" prefix for modules?
12922 need_lib_prefix=$need_lib_prefix
12923
12924 # Do we need a version for libraries?
12925 need_version=$need_version
12926
12927 # Library versioning type.
12928 version_type=$version_type
12929
12930 # Shared library runtime path variable.
12931 runpath_var=$runpath_var
12932
12933 # Shared library path variable.
12934 shlibpath_var=$shlibpath_var
12935
12936 # Is shlibpath searched before the hard-coded library search path?
12937 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
12938
12939 # Format of library name prefix.
12940 libname_spec=$lt_libname_spec
12941
12942 # List of archive names. First name is the real one, the rest are links.
12943 # The last name is the one that the linker finds with -lNAME
12944 library_names_spec=$lt_library_names_spec
12945
12946 # The coded name of the library, if different from the real name.
12947 soname_spec=$lt_soname_spec
12948
12949 # Permission mode override for installation of shared libraries.
12950 install_override_mode=$lt_install_override_mode
12951
12952 # Command to use after installation of a shared archive.
12953 postinstall_cmds=$lt_postinstall_cmds
12954
12955 # Command to use after uninstallation of a shared archive.
12956 postuninstall_cmds=$lt_postuninstall_cmds
12957
12958 # Commands used to finish a libtool library installation in a directory.
12959 finish_cmds=$lt_finish_cmds
12960
12961 # As "finish_cmds", except a single script fragment to be evaled but
12962 # not shown.
12963 finish_eval=$lt_finish_eval
12964
12965 # Whether we should hardcode library paths into libraries.
12966 hardcode_into_libs=$hardcode_into_libs
12967
12968 # Compile-time system search path for libraries.
12969 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
12970
12971 # Run-time system search path for libraries.
12972 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
12973
12974 # Whether dlopen is supported.
12975 dlopen_support=$enable_dlopen
12976
12977 # Whether dlopen of programs is supported.
12978 dlopen_self=$enable_dlopen_self
12979
12980 # Whether dlopen of statically linked programs is supported.
12981 dlopen_self_static=$enable_dlopen_self_static
12982
12983 # Commands to strip libraries.
12984 old_striplib=$lt_old_striplib
12985 striplib=$lt_striplib
12986
12987
12988 # The linker used to build libraries.
12989 LD=$lt_LD
12990
12991 # How to create reloadable object files.
12992 reload_flag=$lt_reload_flag
12993 reload_cmds=$lt_reload_cmds
12994
12995 # Commands used to build an old-style archive.
12996 old_archive_cmds=$lt_old_archive_cmds
12997
12998 # A language specific compiler.
12999 CC=$lt_compiler
13000
13001 # Is the compiler the GNU compiler?
13002 with_gcc=$GCC
13003
13004 # Compiler flag to turn off builtin functions.
13005 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
13006
13007 # How to pass a linker flag through the compiler.
13008 wl=$lt_lt_prog_compiler_wl
13009
13010 # Additional compiler flags for building library objects.
13011 pic_flag=$lt_lt_prog_compiler_pic
13012
13013 # Compiler flag to prevent dynamic linking.
13014 link_static_flag=$lt_lt_prog_compiler_static
13015
13016 # Does compiler simultaneously support -c and -o options?
13017 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
13018
13019 # Whether or not to add -lc for building shared libraries.
13020 build_libtool_need_lc=$archive_cmds_need_lc
13021
13022 # Whether or not to disallow shared libs when runtime libs are static.
13023 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
13024
13025 # Compiler flag to allow reflexive dlopens.
13026 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
13027
13028 # Compiler flag to generate shared objects directly from archives.
13029 whole_archive_flag_spec=$lt_whole_archive_flag_spec
13030
13031 # Whether the compiler copes with passing no objects directly.
13032 compiler_needs_object=$lt_compiler_needs_object
13033
13034 # Create an old-style archive from a shared archive.
13035 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
13036
13037 # Create a temporary old-style archive to link instead of a shared archive.
13038 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
13039
13040 # Commands used to build a shared archive.
13041 archive_cmds=$lt_archive_cmds
13042 archive_expsym_cmds=$lt_archive_expsym_cmds
13043
13044 # Commands used to build a loadable module if different from building
13045 # a shared archive.
13046 module_cmds=$lt_module_cmds
13047 module_expsym_cmds=$lt_module_expsym_cmds
13048
13049 # Whether we are building with GNU ld or not.
13050 with_gnu_ld=$lt_with_gnu_ld
13051
13052 # Flag that allows shared libraries with undefined symbols to be built.
13053 allow_undefined_flag=$lt_allow_undefined_flag
13054
13055 # Flag that enforces no undefined symbols.
13056 no_undefined_flag=$lt_no_undefined_flag
13057
13058 # Flag to hardcode \$libdir into a binary during linking.
13059 # This must work even if \$libdir does not exist
13060 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
13061
13062 # If ld is used when linking, flag to hardcode \$libdir into a binary
13063 # during linking. This must work even if \$libdir does not exist.
13064 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
13065
13066 # Whether we need a single "-rpath" flag with a separated argument.
13067 hardcode_libdir_separator=$lt_hardcode_libdir_separator
13068
13069 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13070 # DIR into the resulting binary.
13071 hardcode_direct=$hardcode_direct
13072
13073 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13074 # DIR into the resulting binary and the resulting library dependency is
13075 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
13076 # library is relocated.
13077 hardcode_direct_absolute=$hardcode_direct_absolute
13078
13079 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
13080 # into the resulting binary.
13081 hardcode_minus_L=$hardcode_minus_L
13082
13083 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
13084 # into the resulting binary.
13085 hardcode_shlibpath_var=$hardcode_shlibpath_var
13086
13087 # Set to "yes" if building a shared library automatically hardcodes DIR
13088 # into the library and all subsequent libraries and executables linked
13089 # against it.
13090 hardcode_automatic=$hardcode_automatic
13091
13092 # Set to yes if linker adds runtime paths of dependent libraries
13093 # to runtime path list.
13094 inherit_rpath=$inherit_rpath
13095
13096 # Whether libtool must link a program against all its dependency libraries.
13097 link_all_deplibs=$link_all_deplibs
13098
13099 # Fix the shell variable \$srcfile for the compiler.
13100 fix_srcfile_path=$lt_fix_srcfile_path
13101
13102 # Set to "yes" if exported symbols are required.
13103 always_export_symbols=$always_export_symbols
13104
13105 # The commands to list exported symbols.
13106 export_symbols_cmds=$lt_export_symbols_cmds
13107
13108 # Symbols that should not be listed in the preloaded symbols.
13109 exclude_expsyms=$lt_exclude_expsyms
13110
13111 # Symbols that must always be exported.
13112 include_expsyms=$lt_include_expsyms
13113
13114 # Commands necessary for linking programs (against libraries) with templates.
13115 prelink_cmds=$lt_prelink_cmds
13116
13117 # Specify filename containing input files.
13118 file_list_spec=$lt_file_list_spec
13119
13120 # How to hardcode a shared library path into an executable.
13121 hardcode_action=$hardcode_action
13122
13123 # ### END LIBTOOL CONFIG
13124
13125 _LT_EOF
13126
13127 case $host_os in
13128 aix3*)
13129 cat <<\_LT_EOF >> "$cfgfile"
13130 # AIX sometimes has problems with the GCC collect2 program. For some
13131 # reason, if we set the COLLECT_NAMES environment variable, the problems
13132 # vanish in a puff of smoke.
13133 if test "X${COLLECT_NAMES+set}" != Xset; then
13134 COLLECT_NAMES=
13135 export COLLECT_NAMES
13136 fi
13137 _LT_EOF
13138 ;;
13139 esac
13140
13141
13142 ltmain="$ac_aux_dir/ltmain.sh"
13143
13144
13145 # We use sed instead of cat because bash on DJGPP gets confused if
13146 # if finds mixed CR/LF and LF-only lines. Since sed operates in
13147 # text mode, it properly converts lines to CR/LF. This bash problem
13148 # is reportedly fixed, but why not run on old versions too?
13149 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
13150 || (rm -f "$cfgfile"; exit 1)
13151
13152 case $xsi_shell in
13153 yes)
13154 cat << \_LT_EOF >> "$cfgfile"
13155
13156 # func_dirname file append nondir_replacement
13157 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
13158 # otherwise set result to NONDIR_REPLACEMENT.
13159 func_dirname ()
13160 {
13161 case ${1} in
13162 */*) func_dirname_result="${1%/*}${2}" ;;
13163 * ) func_dirname_result="${3}" ;;
13164 esac
13165 }
13166
13167 # func_basename file
13168 func_basename ()
13169 {
13170 func_basename_result="${1##*/}"
13171 }
13172
13173 # func_dirname_and_basename file append nondir_replacement
13174 # perform func_basename and func_dirname in a single function
13175 # call:
13176 # dirname: Compute the dirname of FILE. If nonempty,
13177 # add APPEND to the result, otherwise set result
13178 # to NONDIR_REPLACEMENT.
13179 # value returned in "$func_dirname_result"
13180 # basename: Compute filename of FILE.
13181 # value retuned in "$func_basename_result"
13182 # Implementation must be kept synchronized with func_dirname
13183 # and func_basename. For efficiency, we do not delegate to
13184 # those functions but instead duplicate the functionality here.
13185 func_dirname_and_basename ()
13186 {
13187 case ${1} in
13188 */*) func_dirname_result="${1%/*}${2}" ;;
13189 * ) func_dirname_result="${3}" ;;
13190 esac
13191 func_basename_result="${1##*/}"
13192 }
13193
13194 # func_stripname prefix suffix name
13195 # strip PREFIX and SUFFIX off of NAME.
13196 # PREFIX and SUFFIX must not contain globbing or regex special
13197 # characters, hashes, percent signs, but SUFFIX may contain a leading
13198 # dot (in which case that matches only a dot).
13199 func_stripname ()
13200 {
13201 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
13202 # positional parameters, so assign one to ordinary parameter first.
13203 func_stripname_result=${3}
13204 func_stripname_result=${func_stripname_result#"${1}"}
13205 func_stripname_result=${func_stripname_result%"${2}"}
13206 }
13207
13208 # func_opt_split
13209 func_opt_split ()
13210 {
13211 func_opt_split_opt=${1%%=*}
13212 func_opt_split_arg=${1#*=}
13213 }
13214
13215 # func_lo2o object
13216 func_lo2o ()
13217 {
13218 case ${1} in
13219 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
13220 *) func_lo2o_result=${1} ;;
13221 esac
13222 }
13223
13224 # func_xform libobj-or-source
13225 func_xform ()
13226 {
13227 func_xform_result=${1%.*}.lo
13228 }
13229
13230 # func_arith arithmetic-term...
13231 func_arith ()
13232 {
13233 func_arith_result=$(( $* ))
13234 }
13235
13236 # func_len string
13237 # STRING may not start with a hyphen.
13238 func_len ()
13239 {
13240 func_len_result=${#1}
13241 }
13242
13243 _LT_EOF
13244 ;;
13245 *) # Bourne compatible functions.
13246 cat << \_LT_EOF >> "$cfgfile"
13247
13248 # func_dirname file append nondir_replacement
13249 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
13250 # otherwise set result to NONDIR_REPLACEMENT.
13251 func_dirname ()
13252 {
13253 # Extract subdirectory from the argument.
13254 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
13255 if test "X$func_dirname_result" = "X${1}"; then
13256 func_dirname_result="${3}"
13257 else
13258 func_dirname_result="$func_dirname_result${2}"
13259 fi
13260 }
13261
13262 # func_basename file
13263 func_basename ()
13264 {
13265 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
13266 }
13267
13268
13269 # func_stripname prefix suffix name
13270 # strip PREFIX and SUFFIX off of NAME.
13271 # PREFIX and SUFFIX must not contain globbing or regex special
13272 # characters, hashes, percent signs, but SUFFIX may contain a leading
13273 # dot (in which case that matches only a dot).
13274 # func_strip_suffix prefix name
13275 func_stripname ()
13276 {
13277 case ${2} in
13278 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
13279 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
13280 esac
13281 }
13282
13283 # sed scripts:
13284 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
13285 my_sed_long_arg='1s/^-[^=]*=//'
13286
13287 # func_opt_split
13288 func_opt_split ()
13289 {
13290 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
13291 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
13292 }
13293
13294 # func_lo2o object
13295 func_lo2o ()
13296 {
13297 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
13298 }
13299
13300 # func_xform libobj-or-source
13301 func_xform ()
13302 {
13303 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
13304 }
13305
13306 # func_arith arithmetic-term...
13307 func_arith ()
13308 {
13309 func_arith_result=`expr "$@"`
13310 }
13311
13312 # func_len string
13313 # STRING may not start with a hyphen.
13314 func_len ()
13315 {
13316 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
13317 }
13318
13319 _LT_EOF
13320 esac
13321
13322 case $lt_shell_append in
13323 yes)
13324 cat << \_LT_EOF >> "$cfgfile"
13325
13326 # func_append var value
13327 # Append VALUE to the end of shell variable VAR.
13328 func_append ()
13329 {
13330 eval "$1+=\$2"
13331 }
13332 _LT_EOF
13333 ;;
13334 *)
13335 cat << \_LT_EOF >> "$cfgfile"
13336
13337 # func_append var value
13338 # Append VALUE to the end of shell variable VAR.
13339 func_append ()
13340 {
13341 eval "$1=\$$1\$2"
13342 }
13343
13344 _LT_EOF
13345 ;;
13346 esac
13347
13348
13349 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
13350 || (rm -f "$cfgfile"; exit 1)
13351
13352 mv -f "$cfgfile" "$ofile" ||
13353 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
13354 chmod +x "$ofile"
13355
13356 ;;
13357
13358 esac
13359 done # for ac_tag
13360
13361
13362 as_fn_exit 0
13363 _ACEOF
13364 ac_clean_files=$ac_clean_files_save
13365
13366 test $ac_write_fail = 0 ||
13367 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
13368
13369
13370 # configure is writing to config.log, and then calls config.status.
13371 # config.status does its own redirection, appending to config.log.
13372 # Unfortunately, on DOS this fails, as config.log is still kept open
13373 # by configure, so config.status won't be able to write to it; its
13374 # output is simply discarded. So we exec the FD to /dev/null,
13375 # effectively closing config.log, so it can be properly (re)opened and
13376 # appended to by config.status. When coming back to configure, we
13377 # need to make the FD available again.
13378 if test "$no_create" != yes; then
13379 ac_cs_success=:
13380 ac_config_status_args=
13381 test "$silent" = yes &&
13382 ac_config_status_args="$ac_config_status_args --quiet"
13383 exec 5>/dev/null
13384 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
13385 exec 5>>config.log
13386 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13387 # would make configure fail if this is the last instruction.
13388 $ac_cs_success || as_fn_exit $?
13389 fi
13390 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
13391 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
13392 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
13393 fi
13394