2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for file 5.03.
5 # Report bugs to <christos@astron.com>.
7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
8 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
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 ## --------------------- ##
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
20 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
25 case `(set -o) 2>/dev/null` in
26 *posix
*) set -o posix
;;
35 # Avoid depending upon Character Ranges.
36 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
37 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
38 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
39 as_cr_digits
='0123456789'
40 as_cr_alnum
=$as_cr_Letters$as_cr_digits
42 # The user is always right.
43 if test "${PATH_SEPARATOR+set}" != set; then
44 echo "#! /bin/sh" >conf$$.sh
45 echo "exit 0" >>conf$$.sh
47 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
55 # Support unset when possible.
56 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
64 # We need space, tab and new line, in precisely that order. Quoting is
65 # there to prevent editors from complaining about space-tab.
66 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
67 # splitting by setting IFS to empty value.)
72 # Find who we are. Look in the path if we contain no directory separator.
74 *[\\/]* ) as_myself
=$0 ;;
75 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
79 test -z "$as_dir" && as_dir
=.
80 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
86 # We did not find ourselves, most probably we were run as `sh COMMAND'
87 # in which case we are not to be found in the path.
88 if test "x$as_myself" = x
; then
91 if test ! -f "$as_myself"; then
92 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
96 # Work around bugs in pre-3.0 UWIN ksh.
97 for as_var
in ENV MAIL MAILPATH
98 do ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
106 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
107 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
110 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
111 eval $as_var=C
; export $as_var
113 ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
117 # Required to use basename.
118 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
119 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
125 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
132 # Name of the executable.
133 as_me
=`$as_basename -- "$0" ||
134 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
135 X"$0" : 'X\(//\)$' \| \
136 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
138 sed '/^.*\/\([^/][^/]*\)\/*$/{
156 if test "x$CONFIG_SHELL" = x
; then
157 if (eval ":") 2>/dev
/null
; then
163 if test $as_have_required = yes && (eval ":
173 as_func_ret_success () {
176 as_func_ret_failure () {
181 if as_func_success; then
185 echo as_func_success failed.
188 if as_func_failure; then
190 echo as_func_failure succeeded.
193 if as_func_ret_success; then
197 echo as_func_ret_success failed.
200 if as_func_ret_failure; then
202 echo as_func_ret_failure succeeded.
205 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
209 echo positional parameters were not saved.
212 test \$exitcode = 0) || { (exit 1); exit 1; }
217 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
218 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
219 ") 2> /dev
/null
; then
223 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
224 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
227 test -z "$as_dir" && as_dir
=.
230 for as_base
in sh bash ksh sh5
; do
231 as_candidate_shells
="$as_candidate_shells $as_dir/$as_base"
238 for as_shell
in $as_candidate_shells $SHELL; do
239 # Try only shells that exist, to save several forks.
240 if { test -f "$as_shell" ||
test -f "$as_shell.exe"; } &&
241 { ("$as_shell") 2> /dev
/null
<<\_ASEOF
242 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
245 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
246 # is contrary to our usage. Disable this feature.
247 alias -g '${1+"$@"}'='"$@"'
250 case `(set -o) 2>/dev/null` in
251 *posix
*) set -o posix
;;
260 CONFIG_SHELL
=$as_shell
262 if { "$as_shell" 2> /dev
/null
<<\_ASEOF
263 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
266 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
267 # is contrary to our usage. Disable this feature.
268 alias -g '${1+"$@"}'='"$@"'
271 case `(set -o) 2>/dev/null` in
272 *posix
*) set -o posix
;;
288 as_func_ret_success
() {
291 as_func_ret_failure
() {
296 if as_func_success
; then
300 echo as_func_success failed.
303 if as_func_failure
; then
305 echo as_func_failure succeeded.
308 if as_func_ret_success
; then
312 echo as_func_ret_success failed.
315 if as_func_ret_failure
; then
317 echo as_func_ret_failure succeeded.
320 if ( set x
; as_func_ret_success y
&& test x
= "$1" ); then
324 echo positional parameters were not saved.
327 test $exitcode = 0) ||
{ (exit 1); exit 1; }
332 test "x$as_lineno_1" != "x$as_lineno_2" &&
333 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") ||
{ (exit 1); exit 1; }
344 if test "x$CONFIG_SHELL" != x
; then
345 for as_var
in BASH_ENV ENV
346 do ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
349 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
353 if test $as_have_required = no
; then
354 echo This
script requires a shell
more modern than all the
355 echo shells that I found on your system. Please
install a
356 echo modern shell
, or manually run the
script under such a
357 echo shell
if you
do have one.
358 { (exit 1); exit 1; }
368 (eval "as_func_return () {
377 as_func_ret_success () {
380 as_func_ret_failure () {
385 if as_func_success; then
389 echo as_func_success failed.
392 if as_func_failure; then
394 echo as_func_failure succeeded.
397 if as_func_ret_success; then
401 echo as_func_ret_success failed.
404 if as_func_ret_failure; then
406 echo as_func_ret_failure succeeded.
409 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
413 echo positional parameters were not saved.
416 test \$exitcode = 0") ||
{
417 echo No shell found that supports shell functions.
418 echo Please tell autoconf@gnu.org about your system
,
419 echo including any error possibly output before this
427 test "x$as_lineno_1" != "x$as_lineno_2" &&
428 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" ||
{
430 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
431 # uniformly replaced by the line number. The first 'sed' inserts a
432 # line-number line after each line using $LINENO; the second 'sed'
433 # does the real work. The second script uses 'N' to pair each
434 # line-number line with the line containing $LINENO, and appends
435 # trailing '-' during substitution so that $LINENO is not a special
437 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
438 # scripts with optimization help from Paolo Bonzini. Blame Lee
439 # E. McMahon (1931-1989) for sed's syntax. :-)
451 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
455 chmod +x
"$as_me.lineno" ||
456 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
457 { (exit 1); exit 1; }; }
459 # Don't try to exec as it changes $[0], causing all sort of problems
460 # (the dirname of $[0] is not the place where we might find the
461 # original and so on. Autoconf is especially sensitive to this).
463 # Exit status is that of the last command.
468 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
474 ECHO_C
= ECHO_N
= ECHO_T
=
478 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
485 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
486 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
492 rm -f conf$$ conf$$.exe conf$$.
file
493 if test -d conf$$.dir
; then
494 rm -f conf$$.dir
/conf$$.
file
500 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
502 # ... but there are two gotchas:
503 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
504 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
505 # In both cases, we have to default to `cp -p'.
506 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
508 elif ln conf$$.
file conf$$
2>/dev
/null
; then
513 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
514 rmdir conf$$.dir
2>/dev
/null
516 if mkdir
-p .
2>/dev
/null
; then
519 test -d .
/-p && rmdir .
/-p
523 if test -x / >/dev
/null
2>&1; then
526 if ls -dL / >/dev
/null
2>&1; then
533 if test -d "$1"; then
539 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
540 ???[sx]*):;;*)false;;esac;fi
544 as_executable_p
=$as_test_x
546 # Sed expression to map a string onto a valid CPP name.
547 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
549 # Sed expression to map a string onto a valid variable name.
550 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
555 # Check that we are running under the correct shell.
556 SHELL
=${CONFIG_SHELL-/bin/sh}
560 # Remove one level of quotation (which was required for Make).
561 ECHO
=`echo "$ECHO" | sed 's,\\\\\$\\$0,'$0','`
566 if test "X$1" = X--no-reexec
; then
567 # Discard the --no-reexec flag, and continue.
569 elif test "X$1" = X--fallback-echo
; then
570 # Avoid inline document here, it may be left over
572 elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
573 # Yippee, $echo works!
576 # Restart under the correct shell.
577 exec $SHELL "$0" --no-reexec ${1+"$@"}
580 if test "X$1" = X--fallback-echo
; then
581 # used as fallback echo
589 # The HP-UX ksh and POSIX shell print the target directory to stdout
591 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
593 if test -z "$ECHO"; then
594 if test "X${echo_test_string+set}" != Xset
; then
595 # find a string as large as possible, as long as the shell can cope with it
596 for cmd
in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
597 # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
598 if (echo_test_string
=`eval $cmd`) 2>/dev
/null
&&
599 echo_test_string
=`eval $cmd` &&
600 (test "X$echo_test_string" = "X$echo_test_string") 2>/dev
/null
607 if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
608 echo_testing_string
=`($echo "$echo_test_string") 2>/dev/null` &&
609 test "X$echo_testing_string" = "X$echo_test_string"; then
612 # The Solaris, AIX, and Digital Unix default echo programs unquote
613 # backslashes. This makes it impossible to quote backslashes using
614 # echo "$something" | sed 's/\\/\\\\/g'
616 # So, first we look for a working echo in the user's PATH.
618 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
619 for dir
in $PATH /usr
/ucb
; do
621 if (test -f $dir/echo ||
test -f $dir/echo$ac_exeext) &&
622 test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
623 echo_testing_string
=`($dir/echo "$echo_test_string") 2>/dev/null` &&
624 test "X$echo_testing_string" = "X$echo_test_string"; then
631 if test "X$echo" = Xecho
; then
632 # We didn't find a better echo, so look for alternatives.
633 if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
634 echo_testing_string
=`(print -r "$echo_test_string") 2>/dev/null` &&
635 test "X$echo_testing_string" = "X$echo_test_string"; then
636 # This shell has a builtin print -r that does the trick.
638 elif (test -f /bin
/ksh ||
test -f /bin
/ksh
$ac_exeext) &&
639 test "X$CONFIG_SHELL" != X
/bin
/ksh
; then
640 # If we have ksh, try running configure again with it.
641 ORIGINAL_CONFIG_SHELL
=${CONFIG_SHELL-/bin/sh}
642 export ORIGINAL_CONFIG_SHELL
643 CONFIG_SHELL
=/bin
/ksh
645 exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}
649 if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
650 echo_testing_string
=`($echo "$echo_test_string") 2>/dev/null` &&
651 test "X$echo_testing_string" = "X$echo_test_string"; then
654 elif echo_testing_string
=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
655 test "X$echo_testing_string" = 'X\t' &&
656 echo_testing_string
=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
657 test "X$echo_testing_string" = "X$echo_test_string"; then
658 CONFIG_SHELL
=$ORIGINAL_CONFIG_SHELL
660 SHELL
="$CONFIG_SHELL"
662 echo="$CONFIG_SHELL $0 --fallback-echo"
663 elif echo_testing_string
=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
664 test "X$echo_testing_string" = 'X\t' &&
665 echo_testing_string
=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
666 test "X$echo_testing_string" = "X$echo_test_string"; then
667 echo="$CONFIG_SHELL $0 --fallback-echo"
669 # maybe with a smaller string...
672 for cmd
in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
673 if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev
/null
680 if test "$prev" != 'sed 50q "$0"'; then
681 echo_test_string
=`eval $prev`
682 export echo_test_string
683 exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}
685 # Oops. We lost completely, so just stick with echo.
694 # Copy echo and quote the copy suitably for passing to libtool from
695 # the Makefile, instead of quoting the original, which is used later.
697 if test "X$ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
698 ECHO
="$CONFIG_SHELL \\\$\$0 --fallback-echo"
704 tagnames
=${tagnames+${tagnames},}CXX
706 tagnames
=${tagnames+${tagnames},}F77
708 exec 7<&0 </dev
/null
6>&1
711 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
712 # so uname gets run too.
713 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
718 ac_default_prefix
=/usr
/local
720 ac_config_libobj_dir
=.
726 SHELL
=${CONFIG_SHELL-/bin/sh}
728 # Identity of this package.
730 PACKAGE_TARNAME
='file'
731 PACKAGE_VERSION
='5.03'
732 PACKAGE_STRING
='file 5.03'
733 PACKAGE_BUGREPORT
='christos@astron.com'
735 # Factoring default headers for most tests.
736 ac_includes_default
="\
738 #ifdef HAVE_SYS_TYPES_H
739 # include <sys/types.h>
741 #ifdef HAVE_SYS_STAT_H
742 # include <sys/stat.h>
748 # ifdef HAVE_STDLIB_H
753 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
758 #ifdef HAVE_STRINGS_H
759 # include <strings.h>
761 #ifdef HAVE_INTTYPES_H
762 # include <inttypes.h>
780 program_transform_name
822 INSTALL_STRIP_PROGRAM
881 IS_CROSS_COMPILE_TRUE
882 IS_CROSS_COMPILE_FALSE
885 ac_precious_vars
='build_alias
902 # Initialize some variables set by options.
904 ac_init_version
=false
905 # The variables have the same names as the options, with
906 # dashes changed to underlines.
914 program_transform_name
=s
,x
,x
,
922 # Installation directory options.
923 # These are left unexpanded so users can "make install exec_prefix=/foo"
924 # and all the variables that are supposed to be based on exec_prefix
925 # by default will actually change.
926 # Use braces instead of parens because sh, perl, etc. also accept them.
927 # (The list follows the same order as the GNU Coding Standards.)
928 bindir
='${exec_prefix}/bin'
929 sbindir
='${exec_prefix}/sbin'
930 libexecdir
='${exec_prefix}/libexec'
931 datarootdir
='${prefix}/share'
932 datadir
='${datarootdir}'
933 sysconfdir
='${prefix}/etc'
934 sharedstatedir
='${prefix}/com'
935 localstatedir
='${prefix}/var'
936 includedir
='${prefix}/include'
937 oldincludedir
='/usr/include'
938 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
939 infodir
='${datarootdir}/info'
944 libdir
='${exec_prefix}/lib'
945 localedir
='${datarootdir}/locale'
946 mandir
='${datarootdir}/man'
952 # If the previous option needs an argument, assign it.
953 if test -n "$ac_prev"; then
954 eval $ac_prev=\
$ac_option
960 *=*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
964 # Accept the important Cygnus configure options, so we can diagnose typos.
966 case $ac_dashdash$ac_option in
970 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
972 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
975 -build |
--build |
--buil |
--bui |
--bu)
976 ac_prev
=build_alias
;;
977 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
978 build_alias
=$ac_optarg ;;
980 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
981 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
982 ac_prev
=cache_file
;;
983 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
984 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
985 cache_file
=$ac_optarg ;;
988 cache_file
=config.cache
;;
990 -datadir |
--datadir |
--datadi |
--datad)
992 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
993 datadir
=$ac_optarg ;;
995 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
996 |
--dataroo |
--dataro |
--datar)
997 ac_prev
=datarootdir
;;
998 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
999 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
1000 datarootdir
=$ac_optarg ;;
1002 -disable-* |
--disable-*)
1003 ac_feature
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1004 # Reject names that are not valid shell variable names.
1005 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1006 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
1007 { (exit 1); exit 1; }; }
1008 ac_feature
=`echo $ac_feature | sed 's/[-.]/_/g'`
1009 eval enable_
$ac_feature=no
;;
1011 -docdir |
--docdir |
--docdi |
--doc |
--do)
1013 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
1014 docdir
=$ac_optarg ;;
1016 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
1018 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
1019 dvidir
=$ac_optarg ;;
1021 -enable-* |
--enable-*)
1022 ac_feature
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1023 # Reject names that are not valid shell variable names.
1024 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1025 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
1026 { (exit 1); exit 1; }; }
1027 ac_feature
=`echo $ac_feature | sed 's/[-.]/_/g'`
1028 eval enable_
$ac_feature=\
$ac_optarg ;;
1030 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
1031 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
1032 |
--exec |
--exe |
--ex)
1033 ac_prev
=exec_prefix
;;
1034 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
1035 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
1036 |
--exec=* |
--exe=* |
--ex=*)
1037 exec_prefix
=$ac_optarg ;;
1039 -gas |
--gas |
--ga |
--g)
1040 # Obsolete; use --with-gas.
1043 -help |
--help |
--hel |
--he |
-h)
1044 ac_init_help
=long
;;
1045 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
1046 ac_init_help
=recursive
;;
1047 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
1048 ac_init_help
=short
;;
1050 -host |
--host |
--hos |
--ho)
1051 ac_prev
=host_alias
;;
1052 -host=* |
--host=* |
--hos=* |
--ho=*)
1053 host_alias
=$ac_optarg ;;
1055 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
1057 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
1059 htmldir
=$ac_optarg ;;
1061 -includedir |
--includedir |
--includedi |
--included |
--include \
1062 |
--includ |
--inclu |
--incl |
--inc)
1063 ac_prev
=includedir
;;
1064 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
1065 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
1066 includedir
=$ac_optarg ;;
1068 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
1070 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
1071 infodir
=$ac_optarg ;;
1073 -libdir |
--libdir |
--libdi |
--libd)
1075 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
1076 libdir
=$ac_optarg ;;
1078 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
1079 |
--libexe |
--libex |
--libe)
1080 ac_prev
=libexecdir
;;
1081 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
1082 |
--libexe=* |
--libex=* |
--libe=*)
1083 libexecdir
=$ac_optarg ;;
1085 -localedir |
--localedir |
--localedi |
--localed |
--locale)
1086 ac_prev
=localedir
;;
1087 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
1088 localedir
=$ac_optarg ;;
1090 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1091 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1092 ac_prev
=localstatedir
;;
1093 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1094 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1095 localstatedir
=$ac_optarg ;;
1097 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1099 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1100 mandir
=$ac_optarg ;;
1102 -nfp |
--nfp |
--nf)
1103 # Obsolete; use --without-fp.
1106 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1107 |
--no-cr |
--no-c |
-n)
1110 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1111 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1114 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1115 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1116 |
--oldin |
--oldi |
--old |
--ol |
--o)
1117 ac_prev
=oldincludedir
;;
1118 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1119 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1120 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1121 oldincludedir
=$ac_optarg ;;
1123 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1125 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1126 prefix
=$ac_optarg ;;
1128 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1129 |
--program-pre |
--program-pr |
--program-p)
1130 ac_prev
=program_prefix
;;
1131 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1132 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1133 program_prefix
=$ac_optarg ;;
1135 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1136 |
--program-suf |
--program-su |
--program-s)
1137 ac_prev
=program_suffix
;;
1138 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1139 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1140 program_suffix
=$ac_optarg ;;
1142 -program-transform-name |
--program-transform-name \
1143 |
--program-transform-nam |
--program-transform-na \
1144 |
--program-transform-n |
--program-transform- \
1145 |
--program-transform |
--program-transfor \
1146 |
--program-transfo |
--program-transf \
1147 |
--program-trans |
--program-tran \
1148 |
--progr-tra |
--program-tr |
--program-t)
1149 ac_prev
=program_transform_name
;;
1150 -program-transform-name=* |
--program-transform-name=* \
1151 |
--program-transform-nam=* |
--program-transform-na=* \
1152 |
--program-transform-n=* |
--program-transform-=* \
1153 |
--program-transform=* |
--program-transfor=* \
1154 |
--program-transfo=* |
--program-transf=* \
1155 |
--program-trans=* |
--program-tran=* \
1156 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1157 program_transform_name
=$ac_optarg ;;
1159 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1161 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1162 pdfdir
=$ac_optarg ;;
1164 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1166 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1169 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1170 |
-silent |
--silent |
--silen |
--sile |
--sil)
1173 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1175 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1177 sbindir
=$ac_optarg ;;
1179 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1180 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1181 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1183 ac_prev
=sharedstatedir
;;
1184 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1185 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1186 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1188 sharedstatedir
=$ac_optarg ;;
1190 -site |
--site |
--sit)
1192 -site=* |
--site=* |
--sit=*)
1195 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1197 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1198 srcdir
=$ac_optarg ;;
1200 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1201 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1202 ac_prev
=sysconfdir
;;
1203 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1204 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1205 sysconfdir
=$ac_optarg ;;
1207 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1208 ac_prev
=target_alias
;;
1209 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1210 target_alias
=$ac_optarg ;;
1212 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1215 -version |
--version |
--versio |
--versi |
--vers |
-V)
1216 ac_init_version
=: ;;
1219 ac_package
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1220 # Reject names that are not valid shell variable names.
1221 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1222 { echo "$as_me: error: invalid package name: $ac_package" >&2
1223 { (exit 1); exit 1; }; }
1224 ac_package
=`echo $ac_package | sed 's/[-.]/_/g'`
1225 eval with_
$ac_package=\
$ac_optarg ;;
1227 -without-* |
--without-*)
1228 ac_package
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1229 # Reject names that are not valid shell variable names.
1230 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1231 { echo "$as_me: error: invalid package name: $ac_package" >&2
1232 { (exit 1); exit 1; }; }
1233 ac_package
=`echo $ac_package | sed 's/[-.]/_/g'`
1234 eval with_
$ac_package=no
;;
1237 # Obsolete; use --with-x.
1240 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1241 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1242 ac_prev
=x_includes
;;
1243 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1244 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1245 x_includes
=$ac_optarg ;;
1247 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1248 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1249 ac_prev
=x_libraries
;;
1250 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1251 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1252 x_libraries
=$ac_optarg ;;
1254 -*) { echo "$as_me: error: unrecognized option: $ac_option
1255 Try \`$0 --help' for more information." >&2
1256 { (exit 1); exit 1; }; }
1260 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1261 # Reject names that are not valid shell variable names.
1262 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev
/null
&&
1263 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1264 { (exit 1); exit 1; }; }
1265 eval $ac_envvar=\
$ac_optarg
1266 export $ac_envvar ;;
1269 # FIXME: should be removed in autoconf 3.0.
1270 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1271 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1272 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1273 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1279 if test -n "$ac_prev"; then
1280 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1281 { echo "$as_me: error: missing argument to $ac_option" >&2
1282 { (exit 1); exit 1; }; }
1285 # Be sure to have absolute directory names.
1286 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1287 datadir sysconfdir sharedstatedir localstatedir includedir \
1288 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1289 libdir localedir mandir
1291 eval ac_val
=\$
$ac_var
1293 [\\/$
]* | ?
:[\\/]* ) continue;;
1294 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1296 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1297 { (exit 1); exit 1; }; }
1300 # There might be people who depend on the old broken behavior: `$host'
1301 # used to hold the argument of --host etc.
1302 # FIXME: To remove some day.
1305 target
=$target_alias
1307 # FIXME: To remove some day.
1308 if test "x$host_alias" != x
; then
1309 if test "x$build_alias" = x
; then
1310 cross_compiling
=maybe
1311 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1312 If a cross compiler is detected then cross compile mode will be used." >&2
1313 elif test "x$build_alias" != "x$host_alias"; then
1319 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1321 test "$silent" = yes && exec 6>/dev
/null
1324 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1325 ac_ls_di
=`ls -di .` &&
1326 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1327 { echo "$as_me: error: Working directory cannot be determined" >&2
1328 { (exit 1); exit 1; }; }
1329 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1330 { echo "$as_me: error: pwd does not report name of working directory" >&2
1331 { (exit 1); exit 1; }; }
1334 # Find the source files, if location was not specified.
1335 if test -z "$srcdir"; then
1336 ac_srcdir_defaulted
=yes
1337 # Try the directory containing this script, then the parent directory.
1338 ac_confdir
=`$as_dirname -- "$0" ||
1339 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1340 X"$0" : 'X\(//\)[^/]' \| \
1341 X"$0" : 'X\(//\)$' \| \
1342 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1344 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1362 if test ! -r "$srcdir/$ac_unique_file"; then
1366 ac_srcdir_defaulted
=no
1368 if test ! -r "$srcdir/$ac_unique_file"; then
1369 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1370 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1371 { (exit 1); exit 1; }; }
1373 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1375 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1376 { (exit 1); exit 1; }; }
1378 # When building in place, set srcdir=.
1379 if test "$ac_abs_confdir" = "$ac_pwd"; then
1382 # Remove unnecessary trailing slashes from srcdir.
1383 # Double slashes in file names in object file debugging info
1384 # mess up M-x gdb in Emacs.
1386 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1388 for ac_var
in $ac_precious_vars; do
1389 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1390 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1391 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1392 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1396 # Report the --help message.
1398 if test "$ac_init_help" = "long"; then
1399 # Omit some internal or obsolete options to make the list less imposing.
1400 # This message is too long to be a string in the A/UX 3.1 sh.
1402 \`configure' configures file 5.03 to adapt to many kinds of systems.
1404 Usage: $0 [OPTION]... [VAR=VALUE]...
1406 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1407 VAR=VALUE. See below for descriptions of some of the useful variables.
1409 Defaults for the options are specified in brackets.
1412 -h, --help display this help and exit
1413 --help=short display options specific to this package
1414 --help=recursive display the short help of all the included packages
1415 -V, --version display version information and exit
1416 -q, --quiet, --silent do not print \`checking...' messages
1417 --cache-file=FILE cache test results in FILE [disabled]
1418 -C, --config-cache alias for \`--cache-file=config.cache'
1419 -n, --no-create do not create output files
1420 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1422 Installation directories:
1423 --prefix=PREFIX install architecture-independent files in PREFIX
1424 [$ac_default_prefix]
1425 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1428 By default, \`make install' will install all the files in
1429 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1430 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1431 for instance \`--prefix=\$HOME'.
1433 For better control, use the options below.
1435 Fine tuning of the installation directories:
1436 --bindir=DIR user executables [EPREFIX/bin]
1437 --sbindir=DIR system admin executables [EPREFIX/sbin]
1438 --libexecdir=DIR program executables [EPREFIX/libexec]
1439 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1440 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1441 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1442 --libdir=DIR object code libraries [EPREFIX/lib]
1443 --includedir=DIR C header files [PREFIX/include]
1444 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1445 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1446 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1447 --infodir=DIR info documentation [DATAROOTDIR/info]
1448 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1449 --mandir=DIR man documentation [DATAROOTDIR/man]
1450 --docdir=DIR documentation root [DATAROOTDIR/doc/file]
1451 --htmldir=DIR html documentation [DOCDIR]
1452 --dvidir=DIR dvi documentation [DOCDIR]
1453 --pdfdir=DIR pdf documentation [DOCDIR]
1454 --psdir=DIR ps documentation [DOCDIR]
1460 --program-prefix=PREFIX prepend PREFIX to installed program names
1461 --program-suffix=SUFFIX append SUFFIX to installed program names
1462 --program-transform-name=PROGRAM run
sed PROGRAM on installed program names
1465 --build=BUILD configure
for building on BUILD
[guessed
]
1466 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
1470 if test -n "$ac_init_help"; then
1471 case $ac_init_help in
1472 short | recursive
) echo "Configuration of file 5.03:";;
1477 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1478 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1479 --disable-elf disable
builtin ELF support
1480 --disable-elf-core disable ELF core
file support
1481 --enable-fsect-man5 enable file formats
in man section
5
1482 --disable-dependency-tracking speeds up one-time build
1483 --enable-dependency-tracking do not reject slow dependency extractors
1484 --enable-shared[=PKGS
] build shared libraries
[default
=yes]
1485 --enable-static[=PKGS
] build static libraries
[default
=yes]
1486 --enable-fast-install[=PKGS
]
1487 optimize
for fast installation
[default
=yes]
1488 --disable-libtool-lock avoid locking
(might
break parallel builds
)
1489 --disable-largefile omit support
for large files
1490 --disable-warnings disable compiler warnings
1493 --with-PACKAGE[=ARG
] use PACKAGE
[ARG
=yes]
1494 --without-PACKAGE do not use PACKAGE
(same as
--with-PACKAGE=no
)
1495 --with-gnu-ld assume the C compiler uses GNU ld
[default
=no
]
1496 --with-pic try to use only PIC
/non-PIC objects
[default
=use
1498 --with-tags[=TAGS
] include additional configurations
[automatic
]
1500 Some influential environment variables
:
1501 CC C compiler
command
1502 CFLAGS C compiler flags
1503 LDFLAGS linker flags
, e.g.
-L<lib dir
> if you have libraries
in a
1504 nonstandard directory
<lib dir
>
1505 LIBS libraries to pass to the linker
, e.g.
-l<library
>
1506 CPPFLAGS C
/C
++/Objective C preprocessor flags
, e.g.
-I<include dir
> if
1507 you have headers
in a nonstandard directory
<include dir
>
1509 CXX C
++ compiler
command
1510 CXXFLAGS C
++ compiler flags
1511 CXXCPP C
++ preprocessor
1512 F77 Fortran
77 compiler
command
1513 FFLAGS Fortran
77 compiler flags
1515 Use these variables to override the choices made by
`configure' or to help
1516 it to find libraries and programs with nonstandard names/locations.
1518 Report bugs to <christos@astron.com>.
1523 if test "$ac_init_help" = "recursive"; then
1524 # If there are subdirs, report their specific --help.
1525 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1526 test -d "$ac_dir" || continue
1530 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1532 ac_dir_suffix=/`echo "$ac_dir" |
sed 's,^\.[\\/],,'`
1533 # A ".." for each directory in $ac_dir_suffix.
1534 ac_top_builddir_sub=`echo "$ac_dir_suffix" |
sed 's,/[^\\/]*,/..,g;s,/,,'`
1535 case $ac_top_builddir_sub in
1536 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1537 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1540 ac_abs_top_builddir=$ac_pwd
1541 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1542 # for backward compatibility:
1543 ac_top_builddir=$ac_top_build_prefix
1546 .) # We are building in place.
1548 ac_top_srcdir=$ac_top_builddir_sub
1549 ac_abs_top_srcdir=$ac_pwd ;;
1550 [\\/]* | ?:[\\/]* ) # Absolute name.
1551 ac_srcdir=$srcdir$ac_dir_suffix;
1552 ac_top_srcdir=$srcdir
1553 ac_abs_top_srcdir=$srcdir ;;
1555 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1556 ac_top_srcdir=$ac_top_build_prefix$srcdir
1557 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1559 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1561 cd "$ac_dir" || { ac_status=$?; continue; }
1562 # Check for guested configure.
1563 if test -f "$ac_srcdir/configure.gnu"; then
1565 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1566 elif test -f "$ac_srcdir/configure"; then
1568 $SHELL "$ac_srcdir/configure" --help=recursive
1570 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1572 cd "$ac_pwd" || { ac_status=$?; break; }
1576 test -n "$ac_init_help" && exit $ac_status
1577 if $ac_init_version; then
1580 generated by GNU Autoconf 2.61
1582 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1583 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1584 This configure script is free software; the Free Software Foundation
1585 gives unlimited permission to copy, distribute and modify it.
1589 cat >config.log <<_ACEOF
1590 This file contains any messages produced by compilers while
1591 running configure, to aid debugging if configure makes a mistake.
1593 It was created by file $as_me 5.03, which was
1594 generated by GNU Autoconf 2.61. Invocation command line was
1606 hostname = `(hostname || uname
-n) 2>/dev
/null |
sed 1q
`
1607 uname -m = `(uname
-m) 2>/dev
/null ||
echo unknown
`
1608 uname -r = `(uname
-r) 2>/dev
/null ||
echo unknown
`
1609 uname -s = `(uname
-s) 2>/dev
/null ||
echo unknown
`
1610 uname -v = `(uname
-v) 2>/dev
/null ||
echo unknown
`
1612 /usr/bin/uname -p = `(/usr
/bin
/uname
-p) 2>/dev
/null ||
echo unknown
`
1613 /bin/uname -X = `(/bin
/uname
-X) 2>/dev
/null ||
echo unknown
`
1615 /bin/arch = `(/bin
/arch
) 2>/dev
/null ||
echo unknown
`
1616 /usr/bin/arch -k = `(/usr
/bin
/arch
-k) 2>/dev
/null ||
echo unknown
`
1617 /usr/convex/getsysinfo = `(/usr
/convex
/getsysinfo
) 2>/dev
/null ||
echo unknown
`
1618 /usr/bin/hostinfo = `(/usr
/bin
/hostinfo
) 2>/dev
/null ||
echo unknown
`
1619 /bin/machine = `(/bin
/machine
) 2>/dev
/null ||
echo unknown
`
1620 /usr/bin/oslevel = `(/usr
/bin
/oslevel
) 2>/dev
/null ||
echo unknown
`
1621 /bin/universe = `(/bin
/universe
) 2>/dev
/null ||
echo unknown
`
1625 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1629 test -z "$as_dir" && as_dir=.
1630 echo "PATH: $as_dir"
1646 # Keep a trace of the command line.
1647 # Strip out --no-create and --no-recursion so they do not pile up.
1648 # Strip out --silent because we don't want to record it for future runs.
1649 # Also quote any args containing shell meta-characters.
1650 # Make two passes to allow for proper duplicate-argument suppression.
1654 ac_must_keep_next=false
1660 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1661 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1662 | -silent | --silent | --silen | --sile | --sil)
1665 ac_arg=`echo "$ac_arg" |
sed "s/'/'\\\\\\\\''/g"` ;;
1668 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1670 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1671 if test $ac_must_keep_next = true; then
1672 ac_must_keep_next=false # Got value, back to normal.
1675 *=* | --config-cache | -C | -disable-* | --disable-* \
1676 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1677 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1678 | -with-* | --with-* | -without-* | --without-* | --x)
1679 case "$ac_configure_args0 " in
1680 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1683 -* ) ac_must_keep_next=true ;;
1686 ac_configure_args="$ac_configure_args '$ac_arg'"
1691 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1692 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1694 # When interrupted or exit'd, cleanup temporary files, and complete
1695 # config.log. We remove comments because anyway the quotes in there
1696 # would cause problems or look ugly.
1697 # WARNING: Use '\'' to represent an apostrophe within the trap.
1698 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1699 trap 'exit_status=$?
1700 # Save into config.log some information that might help in debugging.
1705 ## ---------------- ##
1706 ## Cache variables. ##
1707 ## ---------------- ##
1710 # The following way of writing the cache mishandles newlines in values,
1712 for ac_var in `(set) 2>&1 |
sed -n '\''s
/^\
([a-zA-Z_
][a-zA-Z0-9_
]*\
)=.
*/\
1/p
'\''`; do
1713 eval ac_val=\$$ac_var
1717 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1718 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1721 _ | IFS | as_nl) ;; #(
1722 *) $as_unset $ac_var ;;
1727 case $as_nl`(ac_space
='\'' '\''; set) 2>&1` in #(
1728 *${as_nl}ac_space=\ *)
1730 "s/'\''/'\''\\\\'\'''\''/g;
1731 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1734 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1742 ## ----------------- ##
1743 ## Output variables. ##
1744 ## ----------------- ##
1747 for ac_var in $ac_subst_vars
1749 eval ac_val=\$$ac_var
1751 *\'\''*) ac_val=`echo "$ac_val" |
sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1753 echo "$ac_var='\''$ac_val'\''"
1757 if test -n "$ac_subst_files"; then
1759 ## ------------------- ##
1760 ## File substitutions. ##
1761 ## ------------------- ##
1764 for ac_var in $ac_subst_files
1766 eval ac_val=\$$ac_var
1768 *\'\''*) ac_val=`echo "$ac_val" |
sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1770 echo "$ac_var='\''$ac_val'\''"
1775 if test -s confdefs.h; then
1785 test "$ac_signal" != 0 &&
1786 echo "$as_me: caught signal $ac_signal"
1787 echo "$as_me: exit $exit_status"
1789 rm -f core *.core core.conftest.* &&
1790 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1793 for ac_signal in 1 2 13 15; do
1794 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1798 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1799 rm -f -r conftest* confdefs.h
1801 # Predefined preprocessor variables.
1803 cat >>confdefs.h <<_ACEOF
1804 #define PACKAGE_NAME "$PACKAGE_NAME"
1808 cat >>confdefs.h <<_ACEOF
1809 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1813 cat >>confdefs.h <<_ACEOF
1814 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1818 cat >>confdefs.h <<_ACEOF
1819 #define PACKAGE_STRING "$PACKAGE_STRING"
1823 cat >>confdefs.h <<_ACEOF
1824 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1828 # Let the site file select an alternate cache file if it wants to.
1829 # Prefer explicitly selected file to automatically selected ones.
1830 if test -n "$CONFIG_SITE"; then
1831 set x "$CONFIG_SITE"
1832 elif test "x$prefix" != xNONE; then
1833 set x "$prefix/share/config.site" "$prefix/etc/config.site"
1835 set x "$ac_default_prefix/share/config.site" \
1836 "$ac_default_prefix/etc/config.site"
1841 if test -r "$ac_site_file"; then
1842 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1843 echo "$as_me: loading site script $ac_site_file" >&6;}
1844 sed 's/^/| /' "$ac_site_file" >&5
1849 if test -r "$cache_file"; then
1850 # Some versions of bash will fail to source /dev/null (special
1851 # files actually), so we avoid doing that.
1852 if test -f "$cache_file"; then
1853 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1854 echo "$as_me: loading cache $cache_file" >&6;}
1856 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1857 *) . "./$cache_file";;
1861 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1862 echo "$as_me: creating cache $cache_file" >&6;}
1866 # Check that the precious variables saved in the cache have kept the same
1868 ac_cache_corrupted=false
1869 for ac_var in $ac_precious_vars; do
1870 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1871 eval ac_new_set=\$ac_env_${ac_var}_set
1872 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1873 eval ac_new_val=\$ac_env_${ac_var}_value
1874 case $ac_old_set,$ac_new_set in
1876 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run
" >&5
1877 echo "$as_me: error
: \
`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1878 ac_cache_corrupted=: ;;
1880 { echo "$as_me:$LINENO: error: \`$ac_var' was not
set in the previous run
" >&5
1881 echo "$as_me: error
: \
`$ac_var' was not set in the previous run" >&2;}
1882 ac_cache_corrupted=: ;;
1885 if test "x$ac_old_val" != "x$ac_new_val"; then
1886 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1887 echo "$as_me: error: \`$ac_var' has changed since the previous run
:" >&2;}
1888 { echo "$as_me:$LINENO: former value
: $ac_old_val" >&5
1889 echo "$as_me: former value
: $ac_old_val" >&2;}
1890 { echo "$as_me:$LINENO: current value
: $ac_new_val" >&5
1891 echo "$as_me: current value
: $ac_new_val" >&2;}
1892 ac_cache_corrupted=:
1895 # Pass precious variables to config.status.
1896 if test "$ac_new_set" = set; then
1898 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s
/'/'\\\\\\\\''/g
"` ;;
1899 *) ac_arg=$ac_var=$ac_new_val ;;
1901 case " $ac_configure_args " in
1902 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1903 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1907 if $ac_cache_corrupted; then
1908 { echo "$as_me:$LINENO: error
: changes
in the environment can compromise the build
" >&5
1909 echo "$as_me: error
: changes
in the environment can compromise the build
" >&2;}
1910 { { echo "$as_me:$LINENO: error
: run \
`make distclean' and/or \`rm $cache_file' and start over" >&5
1911 echo "$as_me: error: run \`make distclean' and
/or \
`rm $cache_file' and start over" >&2;}
1912 { (exit 1); exit 1; }; }
1940 ac_cpp='$CPP $CPPFLAGS'
1941 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1942 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1943 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1946 am__api_version='1.10'
1949 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
1950 if test -f "$ac_dir/install-sh"; then
1952 ac_install_sh="$ac_aux_dir/install-sh -c"
1954 elif test -f "$ac_dir/install.sh"; then
1956 ac_install_sh="$ac_aux_dir/install.sh -c"
1958 elif test -f "$ac_dir/shtool"; then
1960 ac_install_sh="$ac_aux_dir/shtool install -c"
1964 if test -z "$ac_aux_dir"; then
1965 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
1966 echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
1967 { (exit 1); exit 1; }; }
1970 # These three variables are undocumented and unsupported,
1971 # and are intended to be withdrawn in a future Autoconf release.
1972 # They can cause serious problems if a builder's source tree is in a directory
1973 # whose full name contains unusual characters.
1974 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1975 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1976 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1979 # Find a good install program. We prefer a C program (faster),
1980 # so one script is as good as another. But avoid the broken or
1981 # incompatible versions:
1982 # SysV /etc/install, /usr/sbin/install
1983 # SunOS /usr/etc/install
1984 # IRIX /sbin/install
1986 # AmigaOS /C/install, which installs bootblocks on floppy discs
1987 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1988 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1989 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1990 # OS/2's system install, which has a completely different semantic
1991 # ./install, which can be erroneously created by make from ./install.sh.
1992 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1993 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
1994 if test -z "$INSTALL"; then
1995 if test "${ac_cv_path_install+set}" = set; then
1996 echo $ECHO_N "(cached) $ECHO_C" >&6
1998 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2002 test -z "$as_dir" && as_dir=.
2003 # Account for people who put trailing slashes in PATH elements.
2005 ./ | .// | /cC/* | \
2006 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2007 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
2010 # OSF1 and SCO ODT 3.0 have their own names for install.
2011 # Don't use installbsd from OSF since it installs stuff as root
2013 for ac_prog in ginstall scoinst install; do
2014 for ac_exec_ext in '' $ac_executable_extensions; do
2015 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2016 if test $ac_prog = install &&
2017 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2018 # AIX install. It has an incompatible calling convention.
2020 elif test $ac_prog = install &&
2021 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2022 # program-specific install script used by HP pwplus--don't use.
2025 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2038 if test "${ac_cv_path_install+set}" = set; then
2039 INSTALL=$ac_cv_path_install
2041 # As a last resort, use the slow shell script. Don't cache a
2042 # value for INSTALL within a source directory, because that will
2043 # break other packages using the cache if that directory is
2044 # removed, or if the value is a relative name.
2045 INSTALL=$ac_install_sh
2048 { echo "$as_me:$LINENO: result: $INSTALL" >&5
2049 echo "${ECHO_T}$INSTALL" >&6; }
2051 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2052 # It thinks the first close brace ends the variable substitution.
2053 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2055 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2057 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2059 { echo "$as_me:$LINENO: checking whether build environment is sane" >&5
2060 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
2063 echo timestamp > conftest.file
2064 # Do `set' in a subshell so we don't clobber the current shell
's
2065 # arguments. Must try -L first in case configure is actually a
2066 # symlink; some systems play weird games with the mod time of symlinks
2067 # (eg FreeBSD returns the mod time of the symlink's containing
2070 set X
`ls -Lt $srcdir/configure conftest.file 2> /dev/null`
2071 if test "$*" = "X"; then
2073 set X
`ls -t $srcdir/configure conftest.file`
2076 if test "$*" != "X $srcdir/configure conftest.file" \
2077 && test "$*" != "X conftest.file $srcdir/configure"; then
2079 # If neither matched, then we have a broken ls. This can happen
2080 # if, for instance, CONFIG_SHELL is bash and it inherits a
2081 # broken ls alias from the environment. This has actually
2082 # happened. Such a system could not be considered "sane".
2083 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
2084 alias in your environment" >&5
2085 echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
2086 alias in your environment" >&2;}
2087 { (exit 1); exit 1; }; }
2090 test "$2" = conftest.
file
2096 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
2097 Check your system clock" >&5
2098 echo "$as_me: error: newly created file is older than distributed files!
2099 Check your system clock" >&2;}
2100 { (exit 1); exit 1; }; }
2102 { echo "$as_me:$LINENO: result: yes" >&5
2103 echo "${ECHO_T}yes" >&6; }
2104 test "$program_prefix" != NONE
&&
2105 program_transform_name
="s&^&$program_prefix&;$program_transform_name"
2106 # Use a double $ so make ignores it.
2107 test "$program_suffix" != NONE
&&
2108 program_transform_name
="s&\$&$program_suffix&;$program_transform_name"
2109 # Double any \ or $. echo might interpret backslashes.
2110 # By default was `s,x,x', remove it if useless.
2111 cat <<\_ACEOF
>conftest.
sed
2112 s
/[\\$
]/&&/g
;s
/;s
,x
,x
,$
//
2114 program_transform_name
=`echo $program_transform_name | sed -f conftest.sed`
2117 # expand $ac_aux_dir to an absolute path
2118 am_aux_dir
=`cd $ac_aux_dir && pwd`
2120 test x
"${MISSING+set}" = xset || MISSING
="\${SHELL} $am_aux_dir/missing"
2121 # Use eval to expand $SHELL
2122 if eval "$MISSING --run true"; then
2123 am_missing_run
="$MISSING --run "
2126 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
2127 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2130 { echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
2131 echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; }
2132 if test -z "$MKDIR_P"; then
2133 if test "${ac_cv_path_mkdir+set}" = set; then
2134 echo $ECHO_N "(cached) $ECHO_C" >&6
2136 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2137 for as_dir
in $PATH$PATH_SEPARATOR/opt
/sfw
/bin
2140 test -z "$as_dir" && as_dir
=.
2141 for ac_prog
in mkdir gmkdir
; do
2142 for ac_exec_ext
in '' $ac_executable_extensions; do
2143 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } ||
continue
2144 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2145 'mkdir (GNU coreutils) '* | \
2146 'mkdir (coreutils) '* | \
2147 'mkdir (fileutils) '4.1*)
2148 ac_cv_path_mkdir
=$as_dir/$ac_prog$ac_exec_ext
2158 if test "${ac_cv_path_mkdir+set}" = set; then
2159 MKDIR_P
="$ac_cv_path_mkdir -p"
2161 # As a last resort, use the slow shell script. Don't cache a
2162 # value for MKDIR_P within a source directory, because that will
2163 # break other packages using the cache if that directory is
2164 # removed, or if the value is a relative name.
2165 test -d .
/--version && rmdir .
/--version
2166 MKDIR_P
="\$(SHELL) $ac_install_sh -d"
2169 { echo "$as_me:$LINENO: result: $MKDIR_P" >&5
2170 echo "${ECHO_T}$MKDIR_P" >&6; }
2174 [\\/$
]* | ?
:[\\/]*) ;;
2175 */*) mkdir_p
="\$(top_builddir)/$mkdir_p" ;;
2178 for ac_prog
in gawk mawk nawk
awk
2180 # Extract the first word of "$ac_prog", so it can be a program name with args.
2181 set dummy
$ac_prog; ac_word
=$2
2182 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2183 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2184 if test "${ac_cv_prog_AWK+set}" = set; then
2185 echo $ECHO_N "(cached) $ECHO_C" >&6
2187 if test -n "$AWK"; then
2188 ac_cv_prog_AWK
="$AWK" # Let the user override the test.
2190 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2194 test -z "$as_dir" && as_dir
=.
2195 for ac_exec_ext
in '' $ac_executable_extensions; do
2196 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2197 ac_cv_prog_AWK
="$ac_prog"
2198 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2208 if test -n "$AWK"; then
2209 { echo "$as_me:$LINENO: result: $AWK" >&5
2210 echo "${ECHO_T}$AWK" >&6; }
2212 { echo "$as_me:$LINENO: result: no" >&5
2213 echo "${ECHO_T}no" >&6; }
2217 test -n "$AWK" && break
2220 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2221 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2222 set x
${MAKE-make}; ac_make
=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2223 if { as_var
=ac_cv_prog_make_
${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2224 echo $ECHO_N "(cached) $ECHO_C" >&6
2226 cat >conftest.
make <<\_ACEOF
2229 @
echo '@@@%%%=$(MAKE)=@@@%%%'
2231 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2232 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2234 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
2236 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
2240 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
2241 { echo "$as_me:$LINENO: result: yes" >&5
2242 echo "${ECHO_T}yes" >&6; }
2245 { echo "$as_me:$LINENO: result: no" >&5
2246 echo "${ECHO_T}no" >&6; }
2247 SET_MAKE
="MAKE=${MAKE-make}"
2250 rm -rf .tst
2>/dev
/null
2251 mkdir .tst
2>/dev
/null
2252 if test -d .tst
; then
2257 rmdir .tst
2>/dev
/null
2259 if test "`cd $srcdir && pwd`" != "`pwd`"; then
2260 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2261 # is not polluted with repeated "-I."
2262 am__isrc
=' -I$(srcdir)'
2263 # test to see if srcdir already configured
2264 if test -f $srcdir/config.status
; then
2265 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
2266 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
2267 { (exit 1); exit 1; }; }
2271 # test whether we have cygpath
2272 if test -z "$CYGPATH_W"; then
2273 if (cygpath
--version) >/dev
/null
2>/dev
/null
; then
2274 CYGPATH_W
='cygpath -w'
2281 # Define the identity of the package.
2286 cat >>confdefs.h
<<_ACEOF
2287 #define PACKAGE "$PACKAGE"
2291 cat >>confdefs.h
<<_ACEOF
2292 #define VERSION "$VERSION"
2295 # Some tools Automake needs.
2297 ACLOCAL
=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2300 AUTOCONF
=${AUTOCONF-"${am_missing_run}autoconf"}
2303 AUTOMAKE
=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2306 AUTOHEADER
=${AUTOHEADER-"${am_missing_run}autoheader"}
2309 MAKEINFO
=${MAKEINFO-"${am_missing_run}makeinfo"}
2311 install_sh
=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
2313 # Installed binaries are usually stripped using `strip' when the user
2314 # run `make install-strip'. However `strip' might not be the right
2315 # tool to use in cross-compilation environments, therefore Automake
2316 # will honor the `STRIP' environment variable to overrule this program.
2317 if test "$cross_compiling" != no
; then
2318 if test -n "$ac_tool_prefix"; then
2319 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2320 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
2321 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2322 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2323 if test "${ac_cv_prog_STRIP+set}" = set; then
2324 echo $ECHO_N "(cached) $ECHO_C" >&6
2326 if test -n "$STRIP"; then
2327 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
2329 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2333 test -z "$as_dir" && as_dir
=.
2334 for ac_exec_ext
in '' $ac_executable_extensions; do
2335 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2336 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
2337 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2346 STRIP
=$ac_cv_prog_STRIP
2347 if test -n "$STRIP"; then
2348 { echo "$as_me:$LINENO: result: $STRIP" >&5
2349 echo "${ECHO_T}$STRIP" >&6; }
2351 { echo "$as_me:$LINENO: result: no" >&5
2352 echo "${ECHO_T}no" >&6; }
2357 if test -z "$ac_cv_prog_STRIP"; then
2359 # Extract the first word of "strip", so it can be a program name with args.
2360 set dummy strip
; ac_word
=$2
2361 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2362 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2363 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
2364 echo $ECHO_N "(cached) $ECHO_C" >&6
2366 if test -n "$ac_ct_STRIP"; then
2367 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
2369 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2373 test -z "$as_dir" && as_dir
=.
2374 for ac_exec_ext
in '' $ac_executable_extensions; do
2375 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2376 ac_cv_prog_ac_ct_STRIP
="strip"
2377 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2386 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
2387 if test -n "$ac_ct_STRIP"; then
2388 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
2389 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
2391 { echo "$as_me:$LINENO: result: no" >&5
2392 echo "${ECHO_T}no" >&6; }
2395 if test "x$ac_ct_STRIP" = x
; then
2398 case $cross_compiling:$ac_tool_warned in
2400 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2401 whose name does not start with the host triplet. If you think this
2402 configuration is useful to you, please write to autoconf@gnu.org." >&5
2403 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2404 whose name does not start with the host triplet. If you think this
2405 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2406 ac_tool_warned
=yes ;;
2411 STRIP
="$ac_cv_prog_STRIP"
2415 INSTALL_STRIP_PROGRAM
="\$(install_sh) -c -s"
2417 # We need awk for the "check" target. The system "awk" is bad on
2419 # Always define AMTAR for backward compatibility.
2421 AMTAR
=${AMTAR-"${am_missing_run}tar"}
2423 am__tar
='${AMTAR} chof - "$$tardir"'; am__untar
='${AMTAR} xf -'
2429 ac_config_headers
="$ac_config_headers config.h"
2431 #AC_CONFIG_MACRO_DIR([m4])
2433 { echo "$as_me:$LINENO: checking for builtin ELF support" >&5
2434 echo $ECHO_N "checking for builtin ELF support... $ECHO_C" >&6; }
2435 # Check whether --enable-elf was given.
2436 if test "${enable_elf+set}" = set; then
2437 enableval
=$enable_elf; if test "${enableval}" = yes; then
2438 { echo "$as_me:$LINENO: result: yes" >&5
2439 echo "${ECHO_T}yes" >&6; }
2441 cat >>confdefs.h
<<\_ACEOF
2442 #define BUILTIN_ELF 1
2446 { echo "$as_me:$LINENO: result: no" >&5
2447 echo "${ECHO_T}no" >&6; }
2452 { echo "$as_me:$LINENO: result: yes" >&5
2453 echo "${ECHO_T}yes" >&6; }
2455 cat >>confdefs.h
<<\_ACEOF
2456 #define BUILTIN_ELF 1
2463 { echo "$as_me:$LINENO: checking for ELF core file support" >&5
2464 echo $ECHO_N "checking for ELF core file support... $ECHO_C" >&6; }
2465 # Check whether --enable-elf-core was given.
2466 if test "${enable_elf_core+set}" = set; then
2467 enableval
=$enable_elf_core; if test "${enableval}" = yes; then
2468 { echo "$as_me:$LINENO: result: yes" >&5
2469 echo "${ECHO_T}yes" >&6; }
2471 cat >>confdefs.h
<<\_ACEOF
2476 { echo "$as_me:$LINENO: result: no" >&5
2477 echo "${ECHO_T}no" >&6; }
2482 { echo "$as_me:$LINENO: result: yes" >&5
2483 echo "${ECHO_T}yes" >&6; }
2485 cat >>confdefs.h
<<\_ACEOF
2493 { echo "$as_me:$LINENO: checking for file formats in man section 5" >&5
2494 echo $ECHO_N "checking for file formats in man section 5... $ECHO_C" >&6; }
2495 # Check whether --enable-fsect-man5 was given.
2496 if test "${enable_fsect_man5+set}" = set; then
2497 enableval
=$enable_fsect_man5; if test "${enableval}" = yes; then
2498 { echo "$as_me:$LINENO: result: yes" >&5
2499 echo "${ECHO_T}yes" >&6; }
2502 { echo "$as_me:$LINENO: result: no" >&5
2503 echo "${ECHO_T}no" >&6; }
2508 # disable by default
2509 { echo "$as_me:$LINENO: result: no" >&5
2510 echo "${ECHO_T}no" >&6; }
2516 pkgdatadir
='$(datadir)/misc'
2519 if test x
$fsect = x5
; then
2530 cat >>confdefs.h
<<\_ACEOF
2531 #define _GNU_SOURCE 1
2537 ac_cpp
='$CPP $CPPFLAGS'
2538 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2539 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2540 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2541 if test -n "$ac_tool_prefix"; then
2542 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2543 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
2544 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2545 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2546 if test "${ac_cv_prog_CC+set}" = set; then
2547 echo $ECHO_N "(cached) $ECHO_C" >&6
2549 if test -n "$CC"; then
2550 ac_cv_prog_CC
="$CC" # Let the user override the test.
2552 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2556 test -z "$as_dir" && as_dir
=.
2557 for ac_exec_ext
in '' $ac_executable_extensions; do
2558 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2559 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
2560 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2570 if test -n "$CC"; then
2571 { echo "$as_me:$LINENO: result: $CC" >&5
2572 echo "${ECHO_T}$CC" >&6; }
2574 { echo "$as_me:$LINENO: result: no" >&5
2575 echo "${ECHO_T}no" >&6; }
2580 if test -z "$ac_cv_prog_CC"; then
2582 # Extract the first word of "gcc", so it can be a program name with args.
2583 set dummy gcc
; ac_word
=$2
2584 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2585 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2586 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2587 echo $ECHO_N "(cached) $ECHO_C" >&6
2589 if test -n "$ac_ct_CC"; then
2590 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2592 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2596 test -z "$as_dir" && as_dir
=.
2597 for ac_exec_ext
in '' $ac_executable_extensions; do
2598 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2599 ac_cv_prog_ac_ct_CC
="gcc"
2600 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2609 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2610 if test -n "$ac_ct_CC"; then
2611 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2612 echo "${ECHO_T}$ac_ct_CC" >&6; }
2614 { echo "$as_me:$LINENO: result: no" >&5
2615 echo "${ECHO_T}no" >&6; }
2618 if test "x$ac_ct_CC" = x
; then
2621 case $cross_compiling:$ac_tool_warned in
2623 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2624 whose name does not start with the host triplet. If you think this
2625 configuration is useful to you, please write to autoconf@gnu.org." >&5
2626 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2627 whose name does not start with the host triplet. If you think this
2628 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2629 ac_tool_warned
=yes ;;
2637 if test -z "$CC"; then
2638 if test -n "$ac_tool_prefix"; then
2639 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2640 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
2641 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2642 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2643 if test "${ac_cv_prog_CC+set}" = set; then
2644 echo $ECHO_N "(cached) $ECHO_C" >&6
2646 if test -n "$CC"; then
2647 ac_cv_prog_CC
="$CC" # Let the user override the test.
2649 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2653 test -z "$as_dir" && as_dir
=.
2654 for ac_exec_ext
in '' $ac_executable_extensions; do
2655 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2656 ac_cv_prog_CC
="${ac_tool_prefix}cc"
2657 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2667 if test -n "$CC"; then
2668 { echo "$as_me:$LINENO: result: $CC" >&5
2669 echo "${ECHO_T}$CC" >&6; }
2671 { echo "$as_me:$LINENO: result: no" >&5
2672 echo "${ECHO_T}no" >&6; }
2678 if test -z "$CC"; then
2679 # Extract the first word of "cc", so it can be a program name with args.
2680 set dummy cc
; ac_word
=$2
2681 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2682 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2683 if test "${ac_cv_prog_CC+set}" = set; then
2684 echo $ECHO_N "(cached) $ECHO_C" >&6
2686 if test -n "$CC"; then
2687 ac_cv_prog_CC
="$CC" # Let the user override the test.
2690 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2694 test -z "$as_dir" && as_dir
=.
2695 for ac_exec_ext
in '' $ac_executable_extensions; do
2696 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2697 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2698 ac_prog_rejected
=yes
2702 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2709 if test $ac_prog_rejected = yes; then
2710 # We found a bogon in the path, so make sure we never use it.
2711 set dummy
$ac_cv_prog_CC
2713 if test $# != 0; then
2714 # We chose a different compiler from the bogus one.
2715 # However, it has the same basename, so the bogon will be chosen
2716 # first if we set CC to just the basename; use the full file name.
2718 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
2724 if test -n "$CC"; then
2725 { echo "$as_me:$LINENO: result: $CC" >&5
2726 echo "${ECHO_T}$CC" >&6; }
2728 { echo "$as_me:$LINENO: result: no" >&5
2729 echo "${ECHO_T}no" >&6; }
2734 if test -z "$CC"; then
2735 if test -n "$ac_tool_prefix"; then
2736 for ac_prog
in cl.exe
2738 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2739 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
2740 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2741 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2742 if test "${ac_cv_prog_CC+set}" = set; then
2743 echo $ECHO_N "(cached) $ECHO_C" >&6
2745 if test -n "$CC"; then
2746 ac_cv_prog_CC
="$CC" # Let the user override the test.
2748 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2752 test -z "$as_dir" && as_dir
=.
2753 for ac_exec_ext
in '' $ac_executable_extensions; do
2754 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2755 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
2756 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2766 if test -n "$CC"; then
2767 { echo "$as_me:$LINENO: result: $CC" >&5
2768 echo "${ECHO_T}$CC" >&6; }
2770 { echo "$as_me:$LINENO: result: no" >&5
2771 echo "${ECHO_T}no" >&6; }
2775 test -n "$CC" && break
2778 if test -z "$CC"; then
2780 for ac_prog
in cl.exe
2782 # Extract the first word of "$ac_prog", so it can be a program name with args.
2783 set dummy
$ac_prog; ac_word
=$2
2784 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2785 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2786 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2787 echo $ECHO_N "(cached) $ECHO_C" >&6
2789 if test -n "$ac_ct_CC"; then
2790 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2792 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2796 test -z "$as_dir" && as_dir
=.
2797 for ac_exec_ext
in '' $ac_executable_extensions; do
2798 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2799 ac_cv_prog_ac_ct_CC
="$ac_prog"
2800 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2809 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2810 if test -n "$ac_ct_CC"; then
2811 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2812 echo "${ECHO_T}$ac_ct_CC" >&6; }
2814 { echo "$as_me:$LINENO: result: no" >&5
2815 echo "${ECHO_T}no" >&6; }
2819 test -n "$ac_ct_CC" && break
2822 if test "x$ac_ct_CC" = x
; then
2825 case $cross_compiling:$ac_tool_warned in
2827 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2828 whose name does not start with the host triplet. If you think this
2829 configuration is useful to you, please write to autoconf@gnu.org." >&5
2830 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2831 whose name does not start with the host triplet. If you think this
2832 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2833 ac_tool_warned
=yes ;;
2842 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2843 See \`config.log' for more details." >&5
2844 echo "$as_me: error: no acceptable C compiler found in \$PATH
2845 See \`config.log' for more details." >&2;}
2846 { (exit 1); exit 1; }; }
2848 # Provide some information about the compiler.
2849 echo "$as_me:$LINENO: checking for C compiler version" >&5
2850 ac_compiler
=`set X $ac_compile; echo $2`
2851 { (ac_try
="$ac_compiler --version >&5"
2853 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2854 *) ac_try_echo=$ac_try;;
2856 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2857 (eval "$ac_compiler --version >&5") 2>&5
2859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2860 (exit $ac_status); }
2861 { (ac_try="$ac_compiler -v >&5"
2863 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2864 *) ac_try_echo
=$ac_try;;
2866 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2867 (eval "$ac_compiler -v >&5") 2>&5
2869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2870 (exit $ac_status); }
2871 { (ac_try
="$ac_compiler -V >&5"
2873 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2874 *) ac_try_echo=$ac_try;;
2876 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2877 (eval "$ac_compiler -V >&5") 2>&5
2879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2880 (exit $ac_status); }
2882 cat >conftest.$ac_ext <<_ACEOF
2885 cat confdefs.h >>conftest.$ac_ext
2886 cat >>conftest.$ac_ext <<_ACEOF
2887 /* end confdefs.h. */
2897 ac_clean_files_save=$ac_clean_files
2898 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2899 # Try to create an executable without -o first, disregard a.out.
2900 # It will help us diagnose broken compilers, and finding out an intuition
2902 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2903 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2904 ac_link_default=`echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
2906 # List of possible output files, starting from the most likely.
2907 # The algorithm is not robust to junk in `.
', hence go to wildcards (a.*)
2908 # only as a last resort. b.out is created by i960 compilers.
2909 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.
* conftest.
* b.out
'
2911 # The IRIX 6 linker writes into existing files which may not be
2912 # executable, retaining their permissions. Remove them first so a
2913 # subsequent execution test works.
2915 for ac_file in $ac_files
2918 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2919 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2924 if { (ac_try="$ac_link_default"
2926 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2927 *) ac_try_echo=$ac_try;;
2929 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2930 (eval "$ac_link_default") 2>&5
2932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2933 (exit $ac_status); }; then
2934 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2935 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2936 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2937 # so that the user can short-circuit this test for compilers unknown to
2939 for ac_file
in $ac_files ''
2941 test -f "$ac_file" ||
continue
2943 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.o |
*.obj
)
2946 # We found the default executable, but exeext='' is most
2950 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
2952 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2954 # We set ac_cv_exeext here because the later test for it is not
2955 # safe: cross compilers may not add the suffix if given an `-o'
2956 # argument, so we may need to know it at that point already.
2957 # Even if this section looks crufty: it has the advantage of
2964 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
2970 { echo "$as_me:$LINENO: result: $ac_file" >&5
2971 echo "${ECHO_T}$ac_file" >&6; }
2972 if test -z "$ac_file"; then
2973 echo "$as_me: failed program was:" >&5
2974 sed 's/^/| /' conftest.
$ac_ext >&5
2976 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2977 See \`config.log' for more details." >&5
2978 echo "$as_me: error: C compiler cannot create executables
2979 See \`config.log' for more details." >&2;}
2980 { (exit 77); exit 77; }; }
2983 ac_exeext
=$ac_cv_exeext
2985 # Check that the compiler produces executables we can run. If not, either
2986 # the compiler is broken, or we cross compile.
2987 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2988 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2989 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2990 # If not cross compiling, check that we can run a simple program.
2991 if test "$cross_compiling" != yes; then
2992 if { ac_try
='./$ac_file'
2993 { (case "(($ac_try" in
2994 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2995 *) ac_try_echo=$ac_try;;
2997 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2998 (eval "$ac_try") 2>&5
3000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3001 (exit $ac_status); }; }; then
3004 if test "$cross_compiling" = maybe; then
3007 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
3008 If you meant to cross compile, use \`--host'.
3009 See \`config.log' for more details.
" >&5
3010 echo "$as_me: error
: cannot run C compiled programs.
3011 If you meant to cross compile
, use \
`--host'.
3012 See \`config.log
' for more details." >&2;}
3013 { (exit 1); exit 1; }; }
3017 { echo "$as_me:$LINENO: result: yes" >&5
3018 echo "${ECHO_T}yes" >&6; }
3020 rm -f a.out a.exe conftest$ac_cv_exeext b.out
3021 ac_clean_files=$ac_clean_files_save
3022 # Check that the compiler produces executables we can run. If not, either
3023 # the compiler is broken, or we cross compile.
3024 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
3025 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
3026 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
3027 echo "${ECHO_T}$cross_compiling" >&6; }
3029 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
3030 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
3031 if { (ac_try="$ac_link"
3033 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3034 *) ac_try_echo=$ac_try;;
3036 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3037 (eval "$ac_link") 2>&5
3039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3040 (exit $ac_status); }; then
3041 # If both `conftest.exe' and
`conftest' are `present
' (well, observable)
3042 # catch `conftest.exe'. For instance with Cygwin
, `ls conftest' will
3043 # work properly (i.e., refer to `conftest.exe
'), while it won't with
3045 for ac_file
in conftest.exe conftest conftest.
*; do
3046 test -f "$ac_file" ||
continue
3048 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.o |
*.obj
) ;;
3049 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3055 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
3056 See \`config.log' for more details." >&5
3057 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
3058 See \`config.log' for more details." >&2;}
3059 { (exit 1); exit 1; }; }
3062 rm -f conftest
$ac_cv_exeext
3063 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
3064 echo "${ECHO_T}$ac_cv_exeext" >&6; }
3066 rm -f conftest.
$ac_ext
3067 EXEEXT
=$ac_cv_exeext
3069 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
3070 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
3071 if test "${ac_cv_objext+set}" = set; then
3072 echo $ECHO_N "(cached) $ECHO_C" >&6
3074 cat >conftest.
$ac_ext <<_ACEOF
3077 cat confdefs.h
>>conftest.
$ac_ext
3078 cat >>conftest.
$ac_ext <<_ACEOF
3079 /* end confdefs.h. */
3089 rm -f conftest.o conftest.obj
3090 if { (ac_try
="$ac_compile"
3092 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3093 *) ac_try_echo=$ac_try;;
3095 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3096 (eval "$ac_compile") 2>&5
3098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3099 (exit $ac_status); }; then
3100 for ac_file in conftest.o conftest.obj conftest.*; do
3101 test -f "$ac_file" || continue;
3103 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
3104 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3109 echo "$as_me: failed program was:" >&5
3110 sed 's/^/| /' conftest.$ac_ext >&5
3112 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
3113 See \`config.log
' for more details." >&5
3114 echo "$as_me: error: cannot compute suffix of object files: cannot compile
3115 See \`config.log' for more details.
" >&2;}
3116 { (exit 1); exit 1; }; }
3119 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3121 { echo "$as_me:$LINENO: result
: $ac_cv_objext" >&5
3122 echo "${ECHO_T}$ac_cv_objext" >&6; }
3123 OBJEXT=$ac_cv_objext
3125 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler
" >&5
3126 echo $ECHO_N "checking whether we are using the GNU C compiler...
$ECHO_C" >&6; }
3127 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3128 echo $ECHO_N "(cached
) $ECHO_C" >&6
3130 cat >conftest.$ac_ext <<_ACEOF
3133 cat confdefs.h >>conftest.$ac_ext
3134 cat >>conftest.$ac_ext <<_ACEOF
3135 /* end confdefs.h. */
3148 rm -f conftest.$ac_objext
3149 if { (ac_try="$ac_compile"
3151 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3152 *) ac_try_echo=$ac_try;;
3154 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3155 (eval "$ac_compile") 2>conftest.er1
3157 grep -v '^ *+' conftest.er1 >conftest.err
3159 cat conftest.err >&5
3160 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3161 (exit $ac_status); } && {
3162 test -z "$ac_c_werror_flag" ||
3163 test ! -s conftest.err
3164 } && test -s conftest.$ac_objext; then
3167 echo "$as_me: failed program was
:" >&5
3168 sed 's/^/| /' conftest.$ac_ext >&5
3173 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3174 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3177 { echo "$as_me:$LINENO: result
: $ac_cv_c_compiler_gnu" >&5
3178 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
3179 GCC=`test $ac_compiler_gnu = yes && echo yes`
3180 ac_test_CFLAGS=${CFLAGS+set}
3181 ac_save_CFLAGS=$CFLAGS
3182 { echo "$as_me:$LINENO: checking whether
$CC accepts
-g" >&5
3183 echo $ECHO_N "checking whether
$CC accepts
-g...
$ECHO_C" >&6; }
3184 if test "${ac_cv_prog_cc_g+set}" = set; then
3185 echo $ECHO_N "(cached
) $ECHO_C" >&6
3187 ac_save_c_werror_flag=$ac_c_werror_flag
3188 ac_c_werror_flag=yes
3191 cat >conftest.$ac_ext <<_ACEOF
3194 cat confdefs.h >>conftest.$ac_ext
3195 cat >>conftest.$ac_ext <<_ACEOF
3196 /* end confdefs.h. */
3206 rm -f conftest.$ac_objext
3207 if { (ac_try="$ac_compile"
3209 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3210 *) ac_try_echo=$ac_try;;
3212 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3213 (eval "$ac_compile") 2>conftest.er1
3215 grep -v '^ *+' conftest.er1 >conftest.err
3217 cat conftest.err >&5
3218 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3219 (exit $ac_status); } && {
3220 test -z "$ac_c_werror_flag" ||
3221 test ! -s conftest.err
3222 } && test -s conftest.$ac_objext; then
3225 echo "$as_me: failed program was
:" >&5
3226 sed 's/^/| /' conftest.$ac_ext >&5
3229 cat >conftest.$ac_ext <<_ACEOF
3232 cat confdefs.h >>conftest.$ac_ext
3233 cat >>conftest.$ac_ext <<_ACEOF
3234 /* end confdefs.h. */
3244 rm -f conftest.$ac_objext
3245 if { (ac_try="$ac_compile"
3247 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3248 *) ac_try_echo=$ac_try;;
3250 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3251 (eval "$ac_compile") 2>conftest.er1
3253 grep -v '^ *+' conftest.er1 >conftest.err
3255 cat conftest.err >&5
3256 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3257 (exit $ac_status); } && {
3258 test -z "$ac_c_werror_flag" ||
3259 test ! -s conftest.err
3260 } && test -s conftest.$ac_objext; then
3263 echo "$as_me: failed program was
:" >&5
3264 sed 's/^/| /' conftest.$ac_ext >&5
3266 ac_c_werror_flag=$ac_save_c_werror_flag
3268 cat >conftest.$ac_ext <<_ACEOF
3271 cat confdefs.h >>conftest.$ac_ext
3272 cat >>conftest.$ac_ext <<_ACEOF
3273 /* end confdefs.h. */
3283 rm -f conftest.$ac_objext
3284 if { (ac_try="$ac_compile"
3286 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3287 *) ac_try_echo=$ac_try;;
3289 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3290 (eval "$ac_compile") 2>conftest.er1
3292 grep -v '^ *+' conftest.er1 >conftest.err
3294 cat conftest.err >&5
3295 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3296 (exit $ac_status); } && {
3297 test -z "$ac_c_werror_flag" ||
3298 test ! -s conftest.err
3299 } && test -s conftest.$ac_objext; then
3302 echo "$as_me: failed program was
:" >&5
3303 sed 's/^/| /' conftest.$ac_ext >&5
3308 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3311 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3314 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3315 ac_c_werror_flag=$ac_save_c_werror_flag
3317 { echo "$as_me:$LINENO: result
: $ac_cv_prog_cc_g" >&5
3318 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3319 if test "$ac_test_CFLAGS" = set; then
3320 CFLAGS=$ac_save_CFLAGS
3321 elif test $ac_cv_prog_cc_g = yes; then
3322 if test "$GCC" = yes; then
3328 if test "$GCC" = yes; then
3334 { echo "$as_me:$LINENO: checking
for $CC option to accept ISO C89
" >&5
3335 echo $ECHO_N "checking
for $CC option to accept ISO C89...
$ECHO_C" >&6; }
3336 if test "${ac_cv_prog_cc_c89+set}" = set; then
3337 echo $ECHO_N "(cached
) $ECHO_C" >&6
3339 ac_cv_prog_cc_c89=no
3341 cat >conftest.$ac_ext <<_ACEOF
3344 cat confdefs.h >>conftest.$ac_ext
3345 cat >>conftest.$ac_ext <<_ACEOF
3346 /* end confdefs.h. */
3349 #include <sys/types.h>
3350 #include <sys/stat.h>
3351 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3352 struct buf { int x; };
3353 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3354 static char *e (p, i)
3360 static char *f (char * (*g) (char **, int), char **p, ...)
3365 s = g (p, va_arg (v,int));
3370 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3371 function prototypes and stuff, but not '\xHH' hex character constants.
3372 These don't provoke an error unfortunately, instead are silently treated
3373 as 'x'. The following induces an error, until -std is added to get
3374 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3375 array size at least. It's necessary to write '\x00'==0 to get something
3376 that's true only with -std. */
3377 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3379 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3380 inside strings and character constants. */
3382 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3384 int test (int i, double x);
3385 struct s1 {int (*f) (int a);};
3386 struct s2 {int (*f) (double a);};
3387 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3393 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3398 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3399 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3401 CC="$ac_save_CC $ac_arg"
3402 rm -f conftest.$ac_objext
3403 if { (ac_try="$ac_compile"
3405 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3406 *) ac_try_echo=$ac_try;;
3408 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3409 (eval "$ac_compile") 2>conftest.er1
3411 grep -v '^ *+' conftest.er1 >conftest.err
3413 cat conftest.err >&5
3414 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3415 (exit $ac_status); } && {
3416 test -z "$ac_c_werror_flag" ||
3417 test ! -s conftest.err
3418 } && test -s conftest.$ac_objext; then
3419 ac_cv_prog_cc_c89=$ac_arg
3421 echo "$as_me: failed program was
:" >&5
3422 sed 's/^/| /' conftest.$ac_ext >&5
3427 rm -f core conftest.err conftest.$ac_objext
3428 test "x
$ac_cv_prog_cc_c89" != "xno
" && break
3430 rm -f conftest.$ac_ext
3435 case "x
$ac_cv_prog_cc_c89" in
3437 { echo "$as_me:$LINENO: result
: none needed
" >&5
3438 echo "${ECHO_T}none needed
" >&6; } ;;
3440 { echo "$as_me:$LINENO: result
: unsupported
" >&5
3441 echo "${ECHO_T}unsupported
" >&6; } ;;
3443 CC="$CC $ac_cv_prog_cc_c89"
3444 { echo "$as_me:$LINENO: result
: $ac_cv_prog_cc_c89" >&5
3445 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3450 ac_cpp='$CPP $CPPFLAGS'
3451 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3452 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3453 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3454 DEPDIR="${am__leading_dot}deps
"
3456 ac_config_commands="$ac_config_commands depfiles
"
3459 am_make=${MAKE-make}
3460 cat > confinc << 'END'
3465 # If we don't find an include directive, just comment out the code.
3466 { echo "$as_me:$LINENO: checking
for style of include used by
$am_make" >&5
3467 echo $ECHO_N "checking
for style of include used by
$am_make...
$ECHO_C" >&6; }
3471 # First try GNU make style include.
3472 echo "include confinc" > confmf
3473 # We grep out `Entering directory' and `Leaving directory'
3474 # messages which can occur if `w' ends up in MAKEFLAGS.
3475 # In particular we don't look at `^make:' because GNU make might
3476 # be invoked under some other name (usually "gmake"), in which
3477 # case it prints its new name instead of `make'.
3478 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
3483 # Now try BSD make style include.
3484 if test "$am__include" = "#"; then
3485 echo '.include "confinc"' > confmf
3486 if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
3487 am__include
=.include
3494 { echo "$as_me:$LINENO: result: $_am_result" >&5
3495 echo "${ECHO_T}$_am_result" >&6; }
3496 rm -f confinc confmf
3498 # Check whether --enable-dependency-tracking was given.
3499 if test "${enable_dependency_tracking+set}" = set; then
3500 enableval
=$enable_dependency_tracking;
3503 if test "x$enable_dependency_tracking" != xno
; then
3504 am_depcomp
="$ac_aux_dir/depcomp"
3507 if test "x$enable_dependency_tracking" != xno; then
3517 depcc
="$CC" am_compiler_list
=
3519 { echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3520 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
3521 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
3522 echo $ECHO_N "(cached) $ECHO_C" >&6
3524 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3525 # We make a subdir and do the tests there. Otherwise we can end up
3526 # making bogus files that we don't know about and never remove. For
3527 # instance it was reported that on HP-UX the gcc test will end up
3528 # making a dummy file named `D' -- because `-MD' means `put the output
3531 # Copy depcomp to subdir because otherwise we won't find it if we're
3532 # using a relative directory.
3533 cp "$am_depcomp" conftest.dir
3535 # We will build objects and dependencies in a subdirectory because
3536 # it helps to detect inapplicable dependency modes. For instance
3537 # both Tru64's cc and ICC support -MD to output dependencies as a
3538 # side effect of compilation, but ICC will put the dependencies in
3539 # the current directory while Tru64 will put them in the object
3543 am_cv_CC_dependencies_compiler_type
=none
3544 if test "$am_compiler_list" = ""; then
3545 am_compiler_list
=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3547 for depmode
in $am_compiler_list; do
3548 # Setup a source with many dependencies, because some compilers
3549 # like to wrap large dependency lists on column 80 (with \), and
3550 # we should not choose a depcomp mode which is confused by this.
3552 # We need to recreate these files for each test, as the compiler may
3553 # overwrite some of them when testing with obscure command lines.
3554 # This happens at least with the AIX C compiler.
3556 for i
in 1 2 3 4 5 6; do
3557 echo '#include "conftst'$i'.h"' >> sub
/conftest.c
3558 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3559 # Solaris 8's {/usr,}/bin/sh.
3560 touch sub
/conftst
$i.h
3562 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3566 # after this tag, mechanisms are not by side-effect, so they'll
3567 # only be used when explicitly requested
3568 if test "x$enable_dependency_tracking" = xyes
; then
3576 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3577 # mode. It turns out that the SunPro C++ compiler does not properly
3578 # handle `-M -o', and we need to detect this.
3579 if depmode
=$depmode \
3580 source=sub
/conftest.c object
=sub
/conftest.
${OBJEXT-o} \
3581 depfile
=sub
/conftest.Po tmpdepfile
=sub
/conftest.TPo \
3582 $SHELL .
/depcomp
$depcc -c -o sub
/conftest.
${OBJEXT-o} sub
/conftest.c \
3583 >/dev
/null
2>conftest.err
&&
3584 grep sub
/conftst1.h sub
/conftest.Po
> /dev
/null
2>&1 &&
3585 grep sub
/conftst6.h sub
/conftest.Po
> /dev
/null
2>&1 &&
3586 grep sub
/conftest.
${OBJEXT-o} sub
/conftest.Po
> /dev
/null
2>&1 &&
3587 ${MAKE-make} -s -f confmf
> /dev
/null
2>&1; then
3588 # icc doesn't choke on unknown options, it will just issue warnings
3589 # or remarks (even with -Werror). So we grep stderr for any message
3590 # that says an option was ignored or not supported.
3591 # When given -MP, icc 7.0 and 7.1 complain thusly:
3592 # icc: Command line warning: ignoring option '-M'; no argument required
3593 # The diagnosis changed in icc 8.0:
3594 # icc: Command line remark: option '-MP' not supported
3595 if (grep 'ignoring option' conftest.err ||
3596 grep 'not supported' conftest.err
) >/dev
/null
2>&1; then :; else
3597 am_cv_CC_dependencies_compiler_type
=$depmode
3606 am_cv_CC_dependencies_compiler_type
=none
3610 { echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3611 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
3612 CCDEPMODE
=depmode
=$am_cv_CC_dependencies_compiler_type
3615 test "x$enable_dependency_tracking" != xno \
3616 && test "$am_cv_CC_dependencies_compiler_type" = gcc3
; then
3618 am__fastdepCC_FALSE
='#'
3620 am__fastdepCC_TRUE
='#'
3621 am__fastdepCC_FALSE
=
3625 if test "x$CC" != xcc
; then
3626 { echo "$as_me:$LINENO: checking whether $CC and cc understand -c and -o together" >&5
3627 echo $ECHO_N "checking whether $CC and cc understand -c and -o together... $ECHO_C" >&6; }
3629 { echo "$as_me:$LINENO: checking whether cc understands -c and -o together" >&5
3630 echo $ECHO_N "checking whether cc understands -c and -o together... $ECHO_C" >&6; }
3632 set dummy
$CC; ac_cc
=`echo $2 |
3633 sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
3634 if { as_var
=ac_cv_prog_cc_
${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then
3635 echo $ECHO_N "(cached) $ECHO_C" >&6
3637 cat >conftest.
$ac_ext <<_ACEOF
3640 cat confdefs.h
>>conftest.
$ac_ext
3641 cat >>conftest.
$ac_ext <<_ACEOF
3642 /* end confdefs.h. */
3652 # Make sure it works both with $CC and with simple cc.
3653 # We do the test twice because some compilers refuse to overwrite an
3654 # existing .o file with -o, though they will create one.
3655 ac_try
='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
3657 if { (case "(($ac_try" in
3658 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3659 *) ac_try_echo=$ac_try;;
3661 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3662 (eval "$ac_try") 2>&5
3664 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3665 (exit $ac_status); } &&
3666 test -f conftest2.$ac_objext && { (case "(($ac_try" in
3667 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3668 *) ac_try_echo
=$ac_try;;
3670 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3671 (eval "$ac_try") 2>&5
3673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3674 (exit $ac_status); };
3676 eval ac_cv_prog_cc_
${ac_cc}_c_o
=yes
3677 if test "x$CC" != xcc
; then
3678 # Test first that cc exists at all.
3679 if { ac_try
='cc -c conftest.$ac_ext >&5'
3680 { (case "(($ac_try" in
3681 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3682 *) ac_try_echo=$ac_try;;
3684 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3685 (eval "$ac_try") 2>&5
3687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3688 (exit $ac_status); }; }; then
3689 ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
3691 if { (case "(($ac_try" in
3692 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3693 *) ac_try_echo
=$ac_try;;
3695 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3696 (eval "$ac_try") 2>&5
3698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3699 (exit $ac_status); } &&
3700 test -f conftest2.
$ac_objext && { (case "(($ac_try" in
3701 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3702 *) ac_try_echo=$ac_try;;
3704 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3705 (eval "$ac_try") 2>&5
3707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3708 (exit $ac_status); };
3713 # cc exists but doesn't like -o.
3714 eval ac_cv_prog_cc_${ac_cc}_c_o=no
3719 eval ac_cv_prog_cc_${ac_cc}_c_o=no
3721 rm -f core conftest*
3724 if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then
3725 { echo "$as_me:$LINENO: result: yes" >&5
3726 echo "${ECHO_T}yes" >&6; }
3728 { echo "$as_me:$LINENO: result: no" >&5
3729 echo "${ECHO_T}no" >&6; }
3731 cat >>confdefs.h <<\_ACEOF
3732 #define NO_MINUS_C_MINUS_O 1
3737 # FIXME: we rely on the cache variable name because
3738 # there is no other way.
3740 ac_cc=`echo $2 |
sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
3741 if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o
`\" != yes"; then
3742 # Losing compiler, so override with the script.
3743 # FIXME: It is wrong to rewrite CC.
3744 # But if we don't then we get into trouble of one sort or another.
3745 # A longer-term fix would be to have automake use am__CC in this case,
3746 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
3747 CC="$am_aux_dir/compile $CC"
3751 # Find a good install program. We prefer a C program (faster),
3752 # so one script is as good as another. But avoid the broken or
3753 # incompatible versions:
3754 # SysV /etc/install, /usr/sbin/install
3755 # SunOS /usr/etc/install
3756 # IRIX /sbin/install
3758 # AmigaOS /C/install, which installs bootblocks on floppy discs
3759 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3760 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3761 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3762 # OS/2's system install, which has a completely different semantic
3763 # ./install, which can be erroneously created by make from ./install.sh.
3764 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
3765 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
3766 if test -z "$INSTALL"; then
3767 if test "${ac_cv_path_install+set}" = set; then
3768 echo $ECHO_N "(cached) $ECHO_C" >&6
3770 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3774 test -z "$as_dir" && as_dir=.
3775 # Account for people who put trailing slashes in PATH elements.
3777 ./ | .// | /cC/* | \
3778 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3779 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
3782 # OSF1 and SCO ODT 3.0 have their own names for install.
3783 # Don't use installbsd from OSF since it installs stuff as root
3785 for ac_prog in ginstall scoinst install; do
3786 for ac_exec_ext in '' $ac_executable_extensions; do
3787 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
3788 if test $ac_prog = install &&
3789 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3790 # AIX install. It has an incompatible calling convention.
3792 elif test $ac_prog = install &&
3793 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3794 # program-specific install script used by HP pwplus--don't use.
3797 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3810 if test "${ac_cv_path_install+set}" = set; then
3811 INSTALL=$ac_cv_path_install
3813 # As a last resort, use the slow shell script. Don't cache a
3814 # value for INSTALL within a source directory, because that will
3815 # break other packages using the cache if that directory is
3816 # removed, or if the value is a relative name.
3817 INSTALL=$ac_install_sh
3820 { echo "$as_me:$LINENO: result: $INSTALL" >&5
3821 echo "${ECHO_T}$INSTALL" >&6; }
3823 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3824 # It thinks the first close brace ends the variable substitution.
3825 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3827 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3829 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3831 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
3832 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
3834 if test "$LN_S" = "ln -s"; then
3835 { echo "$as_me:$LINENO: result: yes" >&5
3836 echo "${ECHO_T}yes" >&6; }
3838 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
3839 echo "${ECHO_T}no, using $LN_S" >&6; }
3842 # Check whether --enable-shared was given.
3843 if test "${enable_shared+set}" = set; then
3844 enableval=$enable_shared; p=${PACKAGE-default}
3846 yes) enable_shared=yes ;;
3847 no) enable_shared=no ;;
3850 # Look at the argument we got. We use all the common list separators.
3851 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
3852 for pkg in $enableval; do
3854 if test "X$pkg" = "X$p"; then
3866 # Check whether --enable-static was given.
3867 if test "${enable_static+set}" = set; then
3868 enableval=$enable_static; p=${PACKAGE-default}
3870 yes) enable_static=yes ;;
3871 no) enable_static=no ;;
3874 # Look at the argument we got. We use all the common list separators.
3875 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
3876 for pkg in $enableval; do
3878 if test "X$pkg" = "X$p"; then
3890 # Check whether --enable-fast-install was given.
3891 if test "${enable_fast_install+set}" = set; then
3892 enableval=$enable_fast_install; p=${PACKAGE-default}
3894 yes) enable_fast_install=yes ;;
3895 no) enable_fast_install=no ;;
3897 enable_fast_install=no
3898 # Look at the argument we got. We use all the common list separators.
3899 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
3900 for pkg in $enableval; do
3902 if test "X$pkg" = "X$p"; then
3903 enable_fast_install=yes
3910 enable_fast_install=yes
3914 # Make sure we can run config.sub.
3915 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
3916 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
3917 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
3918 { (exit 1); exit 1; }; }
3920 { echo "$as_me:$LINENO: checking build system type" >&5
3921 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
3922 if test "${ac_cv_build+set}" = set; then
3923 echo $ECHO_N "(cached) $ECHO_C" >&6
3925 ac_build_alias=$build_alias
3926 test "x$ac_build_alias" = x &&
3927 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3928 test "x$ac_build_alias" = x &&
3929 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
3930 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
3931 { (exit 1); exit 1; }; }
3932 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3933 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
3934 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
3935 { (exit 1); exit 1; }; }
3938 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
3939 echo "${ECHO_T}$ac_cv_build" >&6; }
3940 case $ac_cv_build in
3942 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
3943 echo "$as_me: error: invalid value of canonical build" >&2;}
3944 { (exit 1); exit 1; }; };;
3947 ac_save_IFS=$IFS; IFS='-'
3953 # Remember, the first character of IFS is used to create $*,
3954 # except with old shells:
3957 case $build_os in *\ *) build_os=`echo "$build_os" |
sed 's/ /-/g'`;; esac
3960 { echo "$as_me:$LINENO: checking host system type" >&5
3961 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
3962 if test "${ac_cv_host+set}" = set; then
3963 echo $ECHO_N "(cached) $ECHO_C" >&6
3965 if test "x$host_alias" = x; then
3966 ac_cv_host=$ac_cv_build
3968 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3969 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
3970 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
3971 { (exit 1); exit 1; }; }
3975 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
3976 echo "${ECHO_T}$ac_cv_host" >&6; }
3979 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
3980 echo "$as_me: error: invalid value of canonical host" >&2;}
3981 { (exit 1); exit 1; }; };;
3984 ac_save_IFS=$IFS; IFS='-'
3990 # Remember, the first character of IFS is used to create $*,
3991 # except with old shells:
3994 case $host_os in *\ *) host_os=`echo "$host_os" |
sed 's/ /-/g'`;; esac
3997 { echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
3998 echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6; }
3999 if test "${lt_cv_path_SED+set}" = set; then
4000 echo $ECHO_N "(cached) $ECHO_C" >&6
4002 # Loop through the user's path and test for sed and gsed.
4003 # Then use that list of sed's as ones to test for truncation.
4004 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4008 test -z "$as_dir" && as_dir=.
4009 for lt_ac_prog in sed gsed; do
4010 for ac_exec_ext in '' $ac_executable_extensions; do
4011 if { test -f "$as_dir/$lt_ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$lt_ac_prog$ac_exec_ext"; }; then
4012 lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
4020 # Add /usr/xpg4/bin/sed as it is typically found on Solaris
4021 # along with /bin/sed that truncates output.
4022 for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
4023 test ! -f $lt_ac_sed && continue
4024 cat /dev/null > conftest.in
4026 echo $ECHO_N "0123456789$ECHO_C" >conftest.in
4027 # Check for GNU sed and select it if it is found.
4028 if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
4029 lt_cv_path_SED=$lt_ac_sed
4033 cat conftest.in conftest.in >conftest.tmp
4034 mv conftest.tmp conftest.in
4035 cp conftest.in conftest.nl
4037 $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
4038 cmp -s conftest.out conftest.nl || break
4039 # 10000 chars as input seems more than enough
4040 test $lt_ac_count -gt 10 && break
4041 lt_ac_count=`expr $lt_ac_count + 1`
4042 if test $lt_ac_count -gt $lt_ac_max; then
4043 lt_ac_max=$lt_ac_count
4044 lt_cv_path_SED=$lt_ac_sed
4053 { echo "$as_me:$LINENO: result: $SED" >&5
4054 echo "${ECHO_T}$SED" >&6; }
4056 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4057 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
4058 if test "${ac_cv_path_GREP+set}" = set; then
4059 echo $ECHO_N "(cached) $ECHO_C" >&6
4061 # Extract the first word of "grep ggrep" to use in msg output
4062 if test -z "$GREP"; then
4063 set dummy grep ggrep; ac_prog_name=$2
4064 if test "${ac_cv_path_GREP+set}" = set; then
4065 echo $ECHO_N "(cached) $ECHO_C" >&6
4067 ac_path_GREP_found=false
4068 # Loop through the user's path and test for each of PROGNAME-LIST
4069 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4070 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4073 test -z "$as_dir" && as_dir=.
4074 for ac_prog in grep ggrep; do
4075 for ac_exec_ext in '' $ac_executable_extensions; do
4076 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4077 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4078 # Check for GNU ac_path_GREP and select it if it is found.
4079 # Check for GNU $ac_path_GREP
4080 case `"$ac_path_GREP" --version 2>&1` in
4082 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4085 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
4088 cat "conftest.in" "conftest.in" >"conftest.tmp"
4089 mv "conftest.tmp" "conftest.in"
4090 cp "conftest.in" "conftest.nl"
4091 echo 'GREP' >> "conftest.nl"
4092 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4093 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4094 ac_count=`expr $ac_count + 1`
4095 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4096 # Best one so far, save it but keep looking for a better one
4097 ac_cv_path_GREP="$ac_path_GREP"
4098 ac_path_GREP_max=$ac_count
4100 # 10*(2^10) chars as input seems more than enough
4101 test $ac_count -gt 10 && break
4103 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4107 $ac_path_GREP_found && break 3
4117 GREP="$ac_cv_path_GREP"
4118 if test -z "$GREP"; then
4119 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4120 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4121 { (exit 1); exit 1; }; }
4125 ac_cv_path_GREP=$GREP
4130 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4131 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
4132 GREP="$ac_cv_path_GREP"
4135 { echo "$as_me:$LINENO: checking for egrep" >&5
4136 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
4137 if test "${ac_cv_path_EGREP+set}" = set; then
4138 echo $ECHO_N "(cached) $ECHO_C" >&6
4140 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4141 then ac_cv_path_EGREP="$GREP -E"
4143 # Extract the first word of "egrep" to use in msg output
4144 if test -z "$EGREP"; then
4145 set dummy egrep; ac_prog_name=$2
4146 if test "${ac_cv_path_EGREP+set}" = set; then
4147 echo $ECHO_N "(cached) $ECHO_C" >&6
4149 ac_path_EGREP_found=false
4150 # Loop through the user's path and test for each of PROGNAME-LIST
4151 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4152 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4155 test -z "$as_dir" && as_dir=.
4156 for ac_prog in egrep; do
4157 for ac_exec_ext in '' $ac_executable_extensions; do
4158 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4159 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4160 # Check for GNU ac_path_EGREP and select it if it is found.
4161 # Check for GNU $ac_path_EGREP
4162 case `"$ac_path_EGREP" --version 2>&1` in
4164 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4167 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
4170 cat "conftest.in" "conftest.in" >"conftest.tmp"
4171 mv "conftest.tmp" "conftest.in"
4172 cp "conftest.in" "conftest.nl"
4173 echo 'EGREP' >> "conftest.nl"
4174 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4175 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4176 ac_count=`expr $ac_count + 1`
4177 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4178 # Best one so far, save it but keep looking for a better one
4179 ac_cv_path_EGREP="$ac_path_EGREP"
4180 ac_path_EGREP_max=$ac_count
4182 # 10*(2^10) chars as input seems more than enough
4183 test $ac_count -gt 10 && break
4185 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4189 $ac_path_EGREP_found && break 3
4199 EGREP="$ac_cv_path_EGREP"
4200 if test -z "$EGREP"; then
4201 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4202 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4203 { (exit 1); exit 1; }; }
4207 ac_cv_path_EGREP=$EGREP
4213 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4214 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
4215 EGREP="$ac_cv_path_EGREP"
4219 # Check whether --with-gnu-ld was given.
4220 if test "${with_gnu_ld+set}" = set; then
4221 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4227 if test "$GCC" = yes; then
4228 # Check if gcc -print-prog-name=ld gives a path.
4229 { echo "$as_me:$LINENO: checking for ld used by $CC" >&5
4230 echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; }
4233 # gcc leaves a trailing carriage return which upsets mingw
4234 ac_prog=`($CC -print-prog-name=ld
) 2>&5 |
tr -d '\015'` ;;
4236 ac_prog=`($CC -print-prog-name=ld
) 2>&5` ;;
4239 # Accept absolute paths.
4241 re_direlt='/[^/][^/]*/\.\./'
4242 # Canonicalize the pathname of ld
4243 ac_prog=`echo $ac_prog|
$SED 's%\\\\%/%g'`
4244 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
4245 ac_prog=`echo $ac_prog|
$SED "s%$re_direlt%/%"`
4247 test -z "$LD" && LD="$ac_prog"
4250 # If it fails, then pretend we aren't using GCC.
4254 # If it is relative, then search for the first ld in PATH.
4258 elif test "$with_gnu_ld" = yes; then
4259 { echo "$as_me:$LINENO: checking for GNU ld" >&5
4260 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; }
4262 { echo "$as_me:$LINENO: checking for non-GNU ld" >&5
4263 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; }
4265 if test "${lt_cv_path_LD+set}" = set; then
4266 echo $ECHO_N "(cached) $ECHO_C" >&6
4268 if test -z "$LD"; then
4269 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4270 for ac_dir in $PATH; do
4272 test -z "$ac_dir" && ac_dir=.
4273 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4274 lt_cv_path_LD="$ac_dir/$ac_prog"
4275 # Check to see if the program is GNU ld. I'd rather use --version,
4276 # but apparently some variants of GNU ld only accept -v.
4277 # Break only if it was the GNU/non-GNU ld that we prefer.
4278 case `"$lt_cv_path_LD" -v 2>&1 </dev
/null
` in
4279 *GNU* | *'with BFD'*)
4280 test "$with_gnu_ld" != no && break
4283 test "$with_gnu_ld" != yes && break
4290 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4295 if test -n "$LD"; then
4296 { echo "$as_me:$LINENO: result: $LD" >&5
4297 echo "${ECHO_T}$LD" >&6; }
4299 { echo "$as_me:$LINENO: result: no" >&5
4300 echo "${ECHO_T}no" >&6; }
4302 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
4303 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
4304 { (exit 1); exit 1; }; }
4305 { echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
4306 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; }
4307 if test "${lt_cv_prog_gnu_ld+set}" = set; then
4308 echo $ECHO_N "(cached) $ECHO_C" >&6
4310 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4311 case `$LD -v 2>&1 </dev
/null
` in
4312 *GNU* | *'with BFD'*)
4313 lt_cv_prog_gnu_ld=yes
4316 lt_cv_prog_gnu_ld=no
4320 { echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
4321 echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; }
4322 with_gnu_ld=$lt_cv_prog_gnu_ld
4325 { echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
4326 echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6; }
4327 if test "${lt_cv_ld_reload_flag+set}" = set; then
4328 echo $ECHO_N "(cached) $ECHO_C" >&6
4330 lt_cv_ld_reload_flag='-r'
4332 { echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
4333 echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6; }
4334 reload_flag=$lt_cv_ld_reload_flag
4335 case $reload_flag in
4337 *) reload_flag=" $reload_flag" ;;
4339 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4342 if test "$GCC" = yes; then
4343 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4345 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4350 { echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
4351 echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6; }
4352 if test "${lt_cv_path_NM+set}" = set; then
4353 echo $ECHO_N "(cached) $ECHO_C" >&6
4355 if test -n "$NM"; then
4356 # Let the user override the test.
4359 lt_nm_to_check="${ac_tool_prefix}nm"
4360 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4361 lt_nm_to_check="$lt_nm_to_check nm"
4363 for lt_tmp_nm in $lt_nm_to_check; do
4364 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4365 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4367 test -z "$ac_dir" && ac_dir=.
4368 tmp_nm="$ac_dir/$lt_tmp_nm"
4369 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4370 # Check to see if the nm accepts a BSD-compat flag.
4371 # Adding the `sed 1q
' prevents false positives on HP-UX, which says:
4372 # nm: unknown option "B" ignored
4373 # Tru64's nm complains that
/dev
/null is an invalid object
file
4374 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4375 */dev
/null
* |
*'Invalid file or object type'*)
4376 lt_cv_path_NM
="$tmp_nm -B"
4380 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4382 lt_cv_path_NM
="$tmp_nm -p"
4386 lt_cv_path_NM
=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4387 continue # so that we can try to find one that supports BSD flags
4396 test -z "$lt_cv_path_NM" && lt_cv_path_NM
=nm
4399 { echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
4400 echo "${ECHO_T}$lt_cv_path_NM" >&6; }
4403 { echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5
4404 echo $ECHO_N "checking how to recognize dependent libraries... $ECHO_C" >&6; }
4405 if test "${lt_cv_deplibs_check_method+set}" = set; then
4406 echo $ECHO_N "(cached) $ECHO_C" >&6
4408 lt_cv_file_magic_cmd
='$MAGIC_CMD'
4409 lt_cv_file_magic_test_file
=
4410 lt_cv_deplibs_check_method
='unknown'
4411 # Need to set the preceding variable on all platforms that support
4412 # interlibrary dependencies.
4413 # 'none' -- dependencies not supported.
4414 # `unknown' -- same as none, but documents that we really don't know.
4415 # 'pass_all' -- all dependencies passed with no checks.
4416 # 'test_compile' -- check by making test program.
4417 # 'file_magic [[regex]]' -- check by looking for files in library path
4418 # which responds to the $file_magic_cmd with a given extended regex.
4419 # If you have `file' or equivalent on your system and you're not sure
4420 # whether `pass_all' will *always* work, you probably want this one.
4424 lt_cv_deplibs_check_method
=pass_all
4428 lt_cv_deplibs_check_method
=pass_all
4432 lt_cv_deplibs_check_method
='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4433 lt_cv_file_magic_cmd
='/usr/bin/file -L'
4434 lt_cv_file_magic_test_file
=/shlib
/libc.so
4438 # func_win32_libid is a shell function defined in ltmain.sh
4439 lt_cv_deplibs_check_method
='file_magic ^x86 archive import|^x86 DLL'
4440 lt_cv_file_magic_cmd
='func_win32_libid'
4444 # Base MSYS/MinGW do not provide the 'file' command needed by
4445 # func_win32_libid shell function, so use a weaker test based on 'objdump',
4446 # unless we find 'file', for example because we are cross-compiling.
4447 if ( file / ) >/dev
/null
2>&1; then
4448 lt_cv_deplibs_check_method
='file_magic ^x86 archive import|^x86 DLL'
4449 lt_cv_file_magic_cmd
='func_win32_libid'
4451 lt_cv_deplibs_check_method
='file_magic file format pei*-i386(.*architecture: i386)?'
4452 lt_cv_file_magic_cmd
='$OBJDUMP -f'
4456 darwin
* | rhapsody
*)
4457 lt_cv_deplibs_check_method
=pass_all
4460 freebsd
* | dragonfly
*)
4461 if echo __ELF__ |
$CC -E - |
grep __ELF__
> /dev
/null
; then
4464 # Not sure whether the presence of OpenBSD here was a mistake.
4465 # Let's accept both of them until this is cleared up.
4466 lt_cv_deplibs_check_method
='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
4467 lt_cv_file_magic_cmd
=/usr
/bin
/file
4468 lt_cv_file_magic_test_file
=`echo /usr/lib/libc.so.*`
4472 lt_cv_deplibs_check_method
=pass_all
4477 lt_cv_deplibs_check_method
=pass_all
4480 hpux10.20
* | hpux11
*)
4481 lt_cv_file_magic_cmd
=/usr
/bin
/file
4484 lt_cv_deplibs_check_method
='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
4485 lt_cv_file_magic_test_file
=/usr
/lib
/hpux32
/libc.so
4488 lt_cv_deplibs_check_method
='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]'
4489 lt_cv_file_magic_test_file
=/usr
/lib
/pa20_64
/libc.sl
4492 lt_cv_deplibs_check_method
='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
4493 lt_cv_file_magic_test_file
=/usr
/lib
/libc.sl
4499 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
4500 lt_cv_deplibs_check_method
='match_pattern /lib[^/]+(\.so|\.a)$'
4503 irix5
* | irix6
* | nonstopux
*)
4505 *-32|
*"-32 ") libmagic
=32-bit;;
4506 *-n32|
*"-n32 ") libmagic
=N32
;;
4507 *-64|
*"-64 ") libmagic
=64-bit;;
4508 *) libmagic
=never-match
;;
4510 lt_cv_deplibs_check_method
=pass_all
4513 # This must be Linux ELF.
4514 linux
* | k
*bsd
*-gnu)
4515 lt_cv_deplibs_check_method
=pass_all
4519 if echo __ELF__ |
$CC -E - |
grep __ELF__
> /dev
/null
; then
4520 lt_cv_deplibs_check_method
='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4522 lt_cv_deplibs_check_method
='match_pattern /lib[^/]+(\.so|_pic\.a)$'
4527 lt_cv_deplibs_check_method
='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
4528 lt_cv_file_magic_cmd
=/usr
/bin
/file
4529 lt_cv_file_magic_test_file
=/usr
/lib
/libnls.so
4533 lt_cv_deplibs_check_method
=unknown
4537 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
4538 lt_cv_deplibs_check_method
='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
4540 lt_cv_deplibs_check_method
='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4544 osf3
* | osf4
* | osf5
*)
4545 lt_cv_deplibs_check_method
=pass_all
4549 lt_cv_deplibs_check_method
=pass_all
4553 lt_cv_deplibs_check_method
=pass_all
4557 case $host_vendor in
4559 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]'
4560 lt_cv_file_magic_test_file
=`echo /usr/lib/libc.so*`
4563 lt_cv_deplibs_check_method
=pass_all
4566 lt_cv_file_magic_cmd
='/bin/file'
4567 lt_cv_deplibs_check_method
='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
4570 lt_cv_file_magic_cmd
='/bin/file'
4571 lt_cv_deplibs_check_method
="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
4572 lt_cv_file_magic_test_file
=/lib
/libc.so
4575 lt_cv_deplibs_check_method
=pass_all
4578 lt_cv_deplibs_check_method
=pass_all
4583 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
* | sysv4
*uw2
*)
4584 lt_cv_deplibs_check_method
=pass_all
4589 { echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
4590 echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6; }
4591 file_magic_cmd
=$lt_cv_file_magic_cmd
4592 deplibs_check_method
=$lt_cv_deplibs_check_method
4593 test -z "$deplibs_check_method" && deplibs_check_method
=unknown
4598 # If no C compiler was specified, use CC.
4601 # If no C compiler flags were specified, use CFLAGS.
4602 LTCFLAGS
=${LTCFLAGS-"$CFLAGS"}
4604 # Allow CC to be a program name with arguments.
4608 # Check whether --enable-libtool-lock was given.
4609 if test "${enable_libtool_lock+set}" = set; then
4610 enableval
=$enable_libtool_lock;
4613 test "x$enable_libtool_lock" != xno
&& enable_libtool_lock
=yes
4615 # Some flags need to be propagated to the compiler or linker for good
4619 # Find out which ABI we are using.
4620 echo 'int i;' > conftest.
$ac_ext
4621 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4622 (eval $ac_compile) 2>&5
4624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4625 (exit $ac_status); }; then
4626 case `/usr/bin/file conftest.$ac_objext` in
4638 # Find out which ABI we are using.
4639 echo '#line 4639 "configure"' > conftest.
$ac_ext
4640 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4641 (eval $ac_compile) 2>&5
4643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4644 (exit $ac_status); }; then
4645 if test "$lt_cv_prog_gnu_ld" = yes; then
4646 case `/usr/bin/file conftest.$ac_objext` in
4648 LD
="${LD-ld} -melf32bsmip"
4651 LD
="${LD-ld} -melf32bmipn32"
4654 LD
="${LD-ld} -melf64bmip"
4658 case `/usr/bin/file conftest.$ac_objext` in
4674 x86_64-
*kfreebsd
*-gnu|x86_64-
*linux
*|ppc
*-*linux
*|powerpc
*-*linux
*| \
4675 s390
*-*linux
*|sparc
*-*linux
*)
4676 # Find out which ABI we are using.
4677 echo 'int i;' > conftest.
$ac_ext
4678 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4679 (eval $ac_compile) 2>&5
4681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4682 (exit $ac_status); }; then
4683 case `/usr/bin/file conftest.o` in
4686 x86_64-
*kfreebsd
*-gnu)
4687 LD
="${LD-ld} -m elf_i386_fbsd"
4690 LD
="${LD-ld} -m elf_i386"
4692 ppc64-
*linux
*|powerpc64-
*linux
*)
4693 LD
="${LD-ld} -m elf32ppclinux"
4696 LD
="${LD-ld} -m elf_s390"
4699 LD
="${LD-ld} -m elf32_sparc"
4705 x86_64-
*kfreebsd
*-gnu)
4706 LD
="${LD-ld} -m elf_x86_64_fbsd"
4709 LD
="${LD-ld} -m elf_x86_64"
4711 ppc
*-*linux
*|powerpc
*-*linux
*)
4712 LD
="${LD-ld} -m elf64ppc"
4715 LD
="${LD-ld} -m elf64_s390"
4718 LD
="${LD-ld} -m elf64_sparc"
4728 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
4729 SAVE_CFLAGS
="$CFLAGS"
4730 CFLAGS
="$CFLAGS -belf"
4731 { echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
4732 echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6; }
4733 if test "${lt_cv_cc_needs_belf+set}" = set; then
4734 echo $ECHO_N "(cached) $ECHO_C" >&6
4737 ac_cpp
='$CPP $CPPFLAGS'
4738 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4739 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4740 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4742 cat >conftest.
$ac_ext <<_ACEOF
4745 cat confdefs.h
>>conftest.
$ac_ext
4746 cat >>conftest.
$ac_ext <<_ACEOF
4747 /* end confdefs.h. */
4757 rm -f conftest.
$ac_objext conftest
$ac_exeext
4758 if { (ac_try
="$ac_link"
4760 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4761 *) ac_try_echo=$ac_try;;
4763 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4764 (eval "$ac_link") 2>conftest.er1
4766 grep -v '^ *+' conftest.er1 >conftest.err
4768 cat conftest.err >&5
4769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4770 (exit $ac_status); } && {
4771 test -z "$ac_c_werror_flag" ||
4772 test ! -s conftest.err
4773 } && test -s conftest$ac_exeext &&
4774 $as_test_x conftest$ac_exeext; then
4775 lt_cv_cc_needs_belf=yes
4777 echo "$as_me: failed program was:" >&5
4778 sed 's/^/| /' conftest.$ac_ext >&5
4780 lt_cv_cc_needs_belf=no
4783 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4784 conftest$ac_exeext conftest.$ac_ext
4786 ac_cpp='$CPP $CPPFLAGS'
4787 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4788 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4789 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4792 { echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
4793 echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6; }
4794 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
4795 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
4796 CFLAGS="$SAVE_CFLAGS"
4800 # Find out which ABI we are using.
4801 echo 'int i;' > conftest.$ac_ext
4802 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4803 (eval $ac_compile) 2>&5
4805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4806 (exit $ac_status); }; then
4807 case `/usr
/bin
/file conftest.o
` in
4809 case $lt_cv_prog_gnu_ld in
4810 yes*) LD="${LD-ld} -m elf64_sparc" ;;
4812 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
4826 need_locks="$enable_libtool_lock"
4830 ac_cpp='$CPP $CPPFLAGS'
4831 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4832 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4833 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4834 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
4835 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
4836 # On Suns, sometimes $CPP names a directory.
4837 if test -n "$CPP" && test -d "$CPP"; then
4840 if test -z "$CPP"; then
4841 if test "${ac_cv_prog_CPP+set}" = set; then
4842 echo $ECHO_N "(cached) $ECHO_C" >&6
4844 # Double quotes because CPP needs to be expanded
4845 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4848 for ac_c_preproc_warn_flag in '' yes
4850 # Use a header file that comes with gcc, so configuring glibc
4851 # with a fresh cross-compiler works.
4852 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4853 # <limits.h> exists even on freestanding compilers.
4854 # On the NeXT, cc -E runs the code through the compiler's parser,
4855 # not just through cpp. "Syntax error" is here to catch this case.
4856 cat >conftest.$ac_ext <<_ACEOF
4859 cat confdefs.h >>conftest.$ac_ext
4860 cat >>conftest.$ac_ext <<_ACEOF
4861 /* end confdefs.h. */
4863 # include <limits.h>
4865 # include <assert.h>
4869 if { (ac_try="$ac_cpp conftest.$ac_ext"
4871 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4872 *) ac_try_echo
=$ac_try;;
4874 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4875 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4877 grep -v '^ *+' conftest.er1
>conftest.err
4879 cat conftest.err
>&5
4880 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4881 (exit $ac_status); } >/dev
/null
&& {
4882 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4883 test ! -s conftest.err
4887 echo "$as_me: failed program was:" >&5
4888 sed 's/^/| /' conftest.
$ac_ext >&5
4890 # Broken: fails on valid input.
4894 rm -f conftest.err conftest.
$ac_ext
4896 # OK, works on sane cases. Now check whether nonexistent headers
4897 # can be detected and how.
4898 cat >conftest.
$ac_ext <<_ACEOF
4901 cat confdefs.h
>>conftest.
$ac_ext
4902 cat >>conftest.
$ac_ext <<_ACEOF
4903 /* end confdefs.h. */
4904 #include <ac_nonexistent.h>
4906 if { (ac_try
="$ac_cpp conftest.$ac_ext"
4908 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4909 *) ac_try_echo=$ac_try;;
4911 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4912 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4914 grep -v '^ *+' conftest.er1 >conftest.err
4916 cat conftest.err >&5
4917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4918 (exit $ac_status); } >/dev/null && {
4919 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4920 test ! -s conftest.err
4922 # Broken: success on invalid input.
4925 echo "$as_me: failed program was:" >&5
4926 sed 's/^/| /' conftest.$ac_ext >&5
4928 # Passes both tests.
4933 rm -f conftest.err conftest.$ac_ext
4936 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4937 rm -f conftest.err conftest.
$ac_ext
4938 if $ac_preproc_ok; then
4950 { echo "$as_me:$LINENO: result: $CPP" >&5
4951 echo "${ECHO_T}$CPP" >&6; }
4953 for ac_c_preproc_warn_flag
in '' yes
4955 # Use a header file that comes with gcc, so configuring glibc
4956 # with a fresh cross-compiler works.
4957 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4958 # <limits.h> exists even on freestanding compilers.
4959 # On the NeXT, cc -E runs the code through the compiler's parser,
4960 # not just through cpp. "Syntax error" is here to catch this case.
4961 cat >conftest.
$ac_ext <<_ACEOF
4964 cat confdefs.h
>>conftest.
$ac_ext
4965 cat >>conftest.
$ac_ext <<_ACEOF
4966 /* end confdefs.h. */
4968 # include <limits.h>
4970 # include <assert.h>
4974 if { (ac_try
="$ac_cpp conftest.$ac_ext"
4976 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4977 *) ac_try_echo=$ac_try;;
4979 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4980 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4982 grep -v '^ *+' conftest.er1 >conftest.err
4984 cat conftest.err >&5
4985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4986 (exit $ac_status); } >/dev/null && {
4987 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4988 test ! -s conftest.err
4992 echo "$as_me: failed program was:" >&5
4993 sed 's/^/| /' conftest.$ac_ext >&5
4995 # Broken: fails on valid input.
4999 rm -f conftest.err conftest.$ac_ext
5001 # OK, works on sane cases. Now check whether nonexistent headers
5002 # can be detected and how.
5003 cat >conftest.$ac_ext <<_ACEOF
5006 cat confdefs.h >>conftest.$ac_ext
5007 cat >>conftest.$ac_ext <<_ACEOF
5008 /* end confdefs.h. */
5009 #include <ac_nonexistent.h>
5011 if { (ac_try="$ac_cpp conftest.$ac_ext"
5013 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5014 *) ac_try_echo
=$ac_try;;
5016 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5017 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5019 grep -v '^ *+' conftest.er1
>conftest.err
5021 cat conftest.err
>&5
5022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5023 (exit $ac_status); } >/dev
/null
&& {
5024 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5025 test ! -s conftest.err
5027 # Broken: success on invalid input.
5030 echo "$as_me: failed program was:" >&5
5031 sed 's/^/| /' conftest.
$ac_ext >&5
5033 # Passes both tests.
5038 rm -f conftest.err conftest.
$ac_ext
5041 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5042 rm -f conftest.err conftest.
$ac_ext
5043 if $ac_preproc_ok; then
5046 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5047 See \`config.log' for more details." >&5
5048 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5049 See \`config.log' for more details." >&2;}
5050 { (exit 1); exit 1; }; }
5054 ac_cpp
='$CPP $CPPFLAGS'
5055 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5056 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5057 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5060 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5061 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
5062 if test "${ac_cv_header_stdc+set}" = set; then
5063 echo $ECHO_N "(cached) $ECHO_C" >&6
5065 cat >conftest.
$ac_ext <<_ACEOF
5068 cat confdefs.h
>>conftest.
$ac_ext
5069 cat >>conftest.
$ac_ext <<_ACEOF
5070 /* end confdefs.h. */
5084 rm -f conftest.
$ac_objext
5085 if { (ac_try
="$ac_compile"
5087 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5088 *) ac_try_echo=$ac_try;;
5090 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5091 (eval "$ac_compile") 2>conftest.er1
5093 grep -v '^ *+' conftest.er1 >conftest.err
5095 cat conftest.err >&5
5096 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5097 (exit $ac_status); } && {
5098 test -z "$ac_c_werror_flag" ||
5099 test ! -s conftest.err
5100 } && test -s conftest.$ac_objext; then
5101 ac_cv_header_stdc=yes
5103 echo "$as_me: failed program was:" >&5
5104 sed 's/^/| /' conftest.$ac_ext >&5
5106 ac_cv_header_stdc=no
5109 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5111 if test $ac_cv_header_stdc = yes; then
5112 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5113 cat >conftest.$ac_ext <<_ACEOF
5116 cat confdefs.h >>conftest.$ac_ext
5117 cat >>conftest.$ac_ext <<_ACEOF
5118 /* end confdefs.h. */
5122 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5123 $EGREP "memchr" >/dev/null 2>&1; then
5126 ac_cv_header_stdc=no
5132 if test $ac_cv_header_stdc = yes; then
5133 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5134 cat >conftest.$ac_ext <<_ACEOF
5137 cat confdefs.h >>conftest.$ac_ext
5138 cat >>conftest.$ac_ext <<_ACEOF
5139 /* end confdefs.h. */
5143 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5144 $EGREP "free" >/dev/null 2>&1; then
5147 ac_cv_header_stdc=no
5153 if test $ac_cv_header_stdc = yes; then
5154 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5155 if test "$cross_compiling" = yes; then
5158 cat >conftest.$ac_ext <<_ACEOF
5161 cat confdefs.h >>conftest.$ac_ext
5162 cat >>conftest.$ac_ext <<_ACEOF
5163 /* end confdefs.h. */
5166 #if ((' ' & 0x0FF) == 0x020)
5167 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5168 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5170 # define ISLOWER(c) \
5171 (('a' <= (c) && (c) <= 'i') \
5172 || ('j' <= (c) && (c) <= 'r') \
5173 || ('s' <= (c) && (c) <= 'z'))
5174 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5177 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5182 for (i = 0; i < 256; i++)
5183 if (XOR (islower (i), ISLOWER (i))
5184 || toupper (i) != TOUPPER (i))
5189 rm -f conftest$ac_exeext
5190 if { (ac_try="$ac_link"
5192 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5193 *) ac_try_echo
=$ac_try;;
5195 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5196 (eval "$ac_link") 2>&5
5198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5199 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
5200 { (case "(($ac_try" in
5201 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5202 *) ac_try_echo=$ac_try;;
5204 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5205 (eval "$ac_try") 2>&5
5207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5208 (exit $ac_status); }; }; then
5211 echo "$as_me: program exited with status $ac_status" >&5
5212 echo "$as_me: failed program was:" >&5
5213 sed 's/^/| /' conftest.$ac_ext >&5
5216 ac_cv_header_stdc=no
5218 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5224 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5225 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
5226 if test $ac_cv_header_stdc = yes; then
5228 cat >>confdefs.h <<\_ACEOF
5229 #define STDC_HEADERS 1
5234 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5244 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5245 inttypes.h stdint.h unistd.h
5247 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
5248 { echo "$as_me:$LINENO: checking for $ac_header" >&5
5249 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
5250 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5251 echo $ECHO_N "(cached) $ECHO_C" >&6
5253 cat >conftest.$ac_ext <<_ACEOF
5256 cat confdefs.h >>conftest.$ac_ext
5257 cat >>conftest.$ac_ext <<_ACEOF
5258 /* end confdefs.h. */
5259 $ac_includes_default
5261 #include <$ac_header>
5263 rm -f conftest.$ac_objext
5264 if { (ac_try="$ac_compile"
5266 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5267 *) ac_try_echo
=$ac_try;;
5269 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5270 (eval "$ac_compile") 2>conftest.er1
5272 grep -v '^ *+' conftest.er1
>conftest.err
5274 cat conftest.err
>&5
5275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5276 (exit $ac_status); } && {
5277 test -z "$ac_c_werror_flag" ||
5278 test ! -s conftest.err
5279 } && test -s conftest.
$ac_objext; then
5280 eval "$as_ac_Header=yes"
5282 echo "$as_me: failed program was:" >&5
5283 sed 's/^/| /' conftest.
$ac_ext >&5
5285 eval "$as_ac_Header=no"
5288 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5290 ac_res
=`eval echo '${'$as_ac_Header'}'`
5291 { echo "$as_me:$LINENO: result: $ac_res" >&5
5292 echo "${ECHO_T}$ac_res" >&6; }
5293 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5294 cat >>confdefs.h
<<_ACEOF
5295 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5304 for ac_header
in dlfcn.h
5306 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5307 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5308 { echo "$as_me:$LINENO: checking for $ac_header" >&5
5309 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
5310 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5311 echo $ECHO_N "(cached) $ECHO_C" >&6
5313 ac_res
=`eval echo '${'$as_ac_Header'}'`
5314 { echo "$as_me:$LINENO: result: $ac_res" >&5
5315 echo "${ECHO_T}$ac_res" >&6; }
5317 # Is the header compilable?
5318 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
5319 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
5320 cat >conftest.
$ac_ext <<_ACEOF
5323 cat confdefs.h
>>conftest.
$ac_ext
5324 cat >>conftest.
$ac_ext <<_ACEOF
5325 /* end confdefs.h. */
5326 $ac_includes_default
5327 #include <$ac_header>
5329 rm -f conftest.
$ac_objext
5330 if { (ac_try
="$ac_compile"
5332 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5333 *) ac_try_echo=$ac_try;;
5335 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5336 (eval "$ac_compile") 2>conftest.er1
5338 grep -v '^ *+' conftest.er1 >conftest.err
5340 cat conftest.err >&5
5341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5342 (exit $ac_status); } && {
5343 test -z "$ac_c_werror_flag" ||
5344 test ! -s conftest.err
5345 } && test -s conftest.$ac_objext; then
5346 ac_header_compiler=yes
5348 echo "$as_me: failed program was:" >&5
5349 sed 's/^/| /' conftest.$ac_ext >&5
5351 ac_header_compiler=no
5354 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5355 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5356 echo "${ECHO_T}$ac_header_compiler" >&6; }
5358 # Is the header present?
5359 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
5360 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
5361 cat >conftest.$ac_ext <<_ACEOF
5364 cat confdefs.h >>conftest.$ac_ext
5365 cat >>conftest.$ac_ext <<_ACEOF
5366 /* end confdefs.h. */
5367 #include <$ac_header>
5369 if { (ac_try="$ac_cpp conftest.$ac_ext"
5371 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5372 *) ac_try_echo
=$ac_try;;
5374 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5375 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5377 grep -v '^ *+' conftest.er1
>conftest.err
5379 cat conftest.err
>&5
5380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5381 (exit $ac_status); } >/dev
/null
&& {
5382 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5383 test ! -s conftest.err
5385 ac_header_preproc
=yes
5387 echo "$as_me: failed program was:" >&5
5388 sed 's/^/| /' conftest.
$ac_ext >&5
5390 ac_header_preproc
=no
5393 rm -f conftest.err conftest.
$ac_ext
5394 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5395 echo "${ECHO_T}$ac_header_preproc" >&6; }
5397 # So? What about this header?
5398 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
5400 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
5401 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
5402 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
5403 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
5404 ac_header_preproc
=yes
5407 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
5408 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
5409 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
5410 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
5411 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
5412 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
5413 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
5414 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
5415 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
5416 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
5417 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
5418 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
5420 ## ---------------------------------- ##
5421 ## Report this to christos@astron.com ##
5422 ## ---------------------------------- ##
5424 ) |
sed "s/^/$as_me: WARNING: /" >&2
5427 { echo "$as_me:$LINENO: checking for $ac_header" >&5
5428 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
5429 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5430 echo $ECHO_N "(cached) $ECHO_C" >&6
5432 eval "$as_ac_Header=\$ac_header_preproc"
5434 ac_res
=`eval echo '${'$as_ac_Header'}'`
5435 { echo "$as_me:$LINENO: result: $ac_res" >&5
5436 echo "${ECHO_T}$ac_res" >&6; }
5439 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5440 cat >>confdefs.h
<<_ACEOF
5441 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5449 ac_cpp
='$CXXCPP $CPPFLAGS'
5450 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5451 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5452 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
5453 if test -z "$CXX"; then
5454 if test -n "$CCC"; then
5457 if test -n "$ac_tool_prefix"; then
5458 for ac_prog
in g
++ c
++ gpp aCC CC cxx cc
++ cl.exe FCC KCC RCC xlC_r xlC
5460 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5461 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5462 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5463 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5464 if test "${ac_cv_prog_CXX+set}" = set; then
5465 echo $ECHO_N "(cached) $ECHO_C" >&6
5467 if test -n "$CXX"; then
5468 ac_cv_prog_CXX
="$CXX" # Let the user override the test.
5470 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5474 test -z "$as_dir" && as_dir
=.
5475 for ac_exec_ext
in '' $ac_executable_extensions; do
5476 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5477 ac_cv_prog_CXX
="$ac_tool_prefix$ac_prog"
5478 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5488 if test -n "$CXX"; then
5489 { echo "$as_me:$LINENO: result: $CXX" >&5
5490 echo "${ECHO_T}$CXX" >&6; }
5492 { echo "$as_me:$LINENO: result: no" >&5
5493 echo "${ECHO_T}no" >&6; }
5497 test -n "$CXX" && break
5500 if test -z "$CXX"; then
5502 for ac_prog
in g
++ c
++ gpp aCC CC cxx cc
++ cl.exe FCC KCC RCC xlC_r xlC
5504 # Extract the first word of "$ac_prog", so it can be a program name with args.
5505 set dummy
$ac_prog; ac_word
=$2
5506 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5507 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5508 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
5509 echo $ECHO_N "(cached) $ECHO_C" >&6
5511 if test -n "$ac_ct_CXX"; then
5512 ac_cv_prog_ac_ct_CXX
="$ac_ct_CXX" # Let the user override the test.
5514 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5518 test -z "$as_dir" && as_dir
=.
5519 for ac_exec_ext
in '' $ac_executable_extensions; do
5520 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5521 ac_cv_prog_ac_ct_CXX
="$ac_prog"
5522 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5531 ac_ct_CXX
=$ac_cv_prog_ac_ct_CXX
5532 if test -n "$ac_ct_CXX"; then
5533 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
5534 echo "${ECHO_T}$ac_ct_CXX" >&6; }
5536 { echo "$as_me:$LINENO: result: no" >&5
5537 echo "${ECHO_T}no" >&6; }
5541 test -n "$ac_ct_CXX" && break
5544 if test "x$ac_ct_CXX" = x
; then
5547 case $cross_compiling:$ac_tool_warned in
5549 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5550 whose name does not start with the host triplet. If you think this
5551 configuration is useful to you, please write to autoconf@gnu.org." >&5
5552 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5553 whose name does not start with the host triplet. If you think this
5554 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5555 ac_tool_warned
=yes ;;
5563 # Provide some information about the compiler.
5564 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
5565 ac_compiler
=`set X $ac_compile; echo $2`
5566 { (ac_try
="$ac_compiler --version >&5"
5568 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5569 *) ac_try_echo=$ac_try;;
5571 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5572 (eval "$ac_compiler --version >&5") 2>&5
5574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5575 (exit $ac_status); }
5576 { (ac_try="$ac_compiler -v >&5"
5578 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5579 *) ac_try_echo
=$ac_try;;
5581 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5582 (eval "$ac_compiler -v >&5") 2>&5
5584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5585 (exit $ac_status); }
5586 { (ac_try
="$ac_compiler -V >&5"
5588 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5589 *) ac_try_echo=$ac_try;;
5591 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5592 (eval "$ac_compiler -V >&5") 2>&5
5594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5595 (exit $ac_status); }
5597 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
5598 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
5599 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
5600 echo $ECHO_N "(cached) $ECHO_C" >&6
5602 cat >conftest.$ac_ext <<_ACEOF
5605 cat confdefs.h >>conftest.$ac_ext
5606 cat >>conftest.$ac_ext <<_ACEOF
5607 /* end confdefs.h. */
5620 rm -f conftest.$ac_objext
5621 if { (ac_try="$ac_compile"
5623 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5624 *) ac_try_echo
=$ac_try;;
5626 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5627 (eval "$ac_compile") 2>conftest.er1
5629 grep -v '^ *+' conftest.er1
>conftest.err
5631 cat conftest.err
>&5
5632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5633 (exit $ac_status); } && {
5634 test -z "$ac_cxx_werror_flag" ||
5635 test ! -s conftest.err
5636 } && test -s conftest.
$ac_objext; then
5639 echo "$as_me: failed program was:" >&5
5640 sed 's/^/| /' conftest.
$ac_ext >&5
5645 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5646 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
5649 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
5650 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
5651 GXX
=`test $ac_compiler_gnu = yes && echo yes`
5652 ac_test_CXXFLAGS
=${CXXFLAGS+set}
5653 ac_save_CXXFLAGS
=$CXXFLAGS
5654 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
5655 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
5656 if test "${ac_cv_prog_cxx_g+set}" = set; then
5657 echo $ECHO_N "(cached) $ECHO_C" >&6
5659 ac_save_cxx_werror_flag
=$ac_cxx_werror_flag
5660 ac_cxx_werror_flag
=yes
5663 cat >conftest.
$ac_ext <<_ACEOF
5666 cat confdefs.h
>>conftest.
$ac_ext
5667 cat >>conftest.
$ac_ext <<_ACEOF
5668 /* end confdefs.h. */
5678 rm -f conftest.
$ac_objext
5679 if { (ac_try
="$ac_compile"
5681 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5682 *) ac_try_echo=$ac_try;;
5684 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5685 (eval "$ac_compile") 2>conftest.er1
5687 grep -v '^ *+' conftest.er1 >conftest.err
5689 cat conftest.err >&5
5690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5691 (exit $ac_status); } && {
5692 test -z "$ac_cxx_werror_flag" ||
5693 test ! -s conftest.err
5694 } && test -s conftest.$ac_objext; then
5695 ac_cv_prog_cxx_g=yes
5697 echo "$as_me: failed program was:" >&5
5698 sed 's/^/| /' conftest.$ac_ext >&5
5701 cat >conftest.$ac_ext <<_ACEOF
5704 cat confdefs.h >>conftest.$ac_ext
5705 cat >>conftest.$ac_ext <<_ACEOF
5706 /* end confdefs.h. */
5716 rm -f conftest.$ac_objext
5717 if { (ac_try="$ac_compile"
5719 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5720 *) ac_try_echo
=$ac_try;;
5722 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5723 (eval "$ac_compile") 2>conftest.er1
5725 grep -v '^ *+' conftest.er1
>conftest.err
5727 cat conftest.err
>&5
5728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5729 (exit $ac_status); } && {
5730 test -z "$ac_cxx_werror_flag" ||
5731 test ! -s conftest.err
5732 } && test -s conftest.
$ac_objext; then
5735 echo "$as_me: failed program was:" >&5
5736 sed 's/^/| /' conftest.
$ac_ext >&5
5738 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
5740 cat >conftest.
$ac_ext <<_ACEOF
5743 cat confdefs.h
>>conftest.
$ac_ext
5744 cat >>conftest.
$ac_ext <<_ACEOF
5745 /* end confdefs.h. */
5755 rm -f conftest.
$ac_objext
5756 if { (ac_try
="$ac_compile"
5758 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5759 *) ac_try_echo=$ac_try;;
5761 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5762 (eval "$ac_compile") 2>conftest.er1
5764 grep -v '^ *+' conftest.er1 >conftest.err
5766 cat conftest.err >&5
5767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5768 (exit $ac_status); } && {
5769 test -z "$ac_cxx_werror_flag" ||
5770 test ! -s conftest.err
5771 } && test -s conftest.$ac_objext; then
5772 ac_cv_prog_cxx_g=yes
5774 echo "$as_me: failed program was:" >&5
5775 sed 's/^/| /' conftest.$ac_ext >&5
5780 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5783 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5786 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5787 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
5789 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
5790 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
5791 if test "$ac_test_CXXFLAGS" = set; then
5792 CXXFLAGS=$ac_save_CXXFLAGS
5793 elif test $ac_cv_prog_cxx_g = yes; then
5794 if test "$GXX" = yes; then
5800 if test "$GXX" = yes; then
5807 ac_cpp='$CXXCPP $CPPFLAGS'
5808 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5809 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5810 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5812 depcc="$CXX" am_compiler_list=
5814 { echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
5815 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
5816 if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then
5817 echo $ECHO_N "(cached) $ECHO_C" >&6
5819 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
5820 # We make a subdir and do the tests there. Otherwise we can end up
5821 # making bogus files that we don't know about and never remove. For
5822 # instance it was reported that on HP-UX the gcc test will end up
5823 # making a dummy file named `D
' -- because `-MD' means
`put the output
5826 # Copy depcomp to subdir because otherwise we won't find it if we're
5827 # using a relative directory.
5828 cp "$am_depcomp" conftest.dir
5830 # We will build objects and dependencies in a subdirectory because
5831 # it helps to detect inapplicable dependency modes. For instance
5832 # both Tru64's cc and ICC support -MD to output dependencies as a
5833 # side effect of compilation, but ICC will put the dependencies in
5834 # the current directory while Tru64 will put them in the object
5838 am_cv_CXX_dependencies_compiler_type=none
5839 if test "$am_compiler_list" = ""; then
5840 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < .
/depcomp
`
5842 for depmode in $am_compiler_list; do
5843 # Setup a source with many dependencies, because some compilers
5844 # like to wrap large dependency lists on column 80 (with \), and
5845 # we should not choose a depcomp mode which is confused by this.
5847 # We need to recreate these files for each test, as the compiler may
5848 # overwrite some of them when testing with obscure command lines.
5849 # This happens at least with the AIX C compiler.
5851 for i in 1 2 3 4 5 6; do
5852 echo '#include "conftst'$i'.h"' >> sub/conftest.c
5853 # Using `: > sub
/conftst
$i.h
' creates only sub/conftst1.h with
5854 # Solaris 8's
{/usr
,}/bin
/sh.
5855 touch sub
/conftst
$i.h
5857 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
5861 # after this tag, mechanisms are not by side-effect, so they'll
5862 # only be used when explicitly requested
5863 if test "x$enable_dependency_tracking" = xyes
; then
5871 # We check with `-c' and `-o' for the sake of the "dashmstdout"
5872 # mode. It turns out that the SunPro C++ compiler does not properly
5873 # handle `-M -o', and we need to detect this.
5874 if depmode
=$depmode \
5875 source=sub
/conftest.c object
=sub
/conftest.
${OBJEXT-o} \
5876 depfile
=sub
/conftest.Po tmpdepfile
=sub
/conftest.TPo \
5877 $SHELL .
/depcomp
$depcc -c -o sub
/conftest.
${OBJEXT-o} sub
/conftest.c \
5878 >/dev
/null
2>conftest.err
&&
5879 grep sub
/conftst1.h sub
/conftest.Po
> /dev
/null
2>&1 &&
5880 grep sub
/conftst6.h sub
/conftest.Po
> /dev
/null
2>&1 &&
5881 grep sub
/conftest.
${OBJEXT-o} sub
/conftest.Po
> /dev
/null
2>&1 &&
5882 ${MAKE-make} -s -f confmf
> /dev
/null
2>&1; then
5883 # icc doesn't choke on unknown options, it will just issue warnings
5884 # or remarks (even with -Werror). So we grep stderr for any message
5885 # that says an option was ignored or not supported.
5886 # When given -MP, icc 7.0 and 7.1 complain thusly:
5887 # icc: Command line warning: ignoring option '-M'; no argument required
5888 # The diagnosis changed in icc 8.0:
5889 # icc: Command line remark: option '-MP' not supported
5890 if (grep 'ignoring option' conftest.err ||
5891 grep 'not supported' conftest.err
) >/dev
/null
2>&1; then :; else
5892 am_cv_CXX_dependencies_compiler_type
=$depmode
5901 am_cv_CXX_dependencies_compiler_type
=none
5905 { echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
5906 echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6; }
5907 CXXDEPMODE
=depmode
=$am_cv_CXX_dependencies_compiler_type
5910 test "x$enable_dependency_tracking" != xno \
5911 && test "$am_cv_CXX_dependencies_compiler_type" = gcc3
; then
5912 am__fastdepCXX_TRUE
=
5913 am__fastdepCXX_FALSE
='#'
5915 am__fastdepCXX_TRUE
='#'
5916 am__fastdepCXX_FALSE
=
5922 if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
5923 ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
5924 (test "X$CXX" != "Xg++"))) ; then
5926 ac_cpp
='$CXXCPP $CPPFLAGS'
5927 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5928 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5929 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
5930 { echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
5931 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; }
5932 if test -z "$CXXCPP"; then
5933 if test "${ac_cv_prog_CXXCPP+set}" = set; then
5934 echo $ECHO_N "(cached) $ECHO_C" >&6
5936 # Double quotes because CXXCPP needs to be expanded
5937 for CXXCPP
in "$CXX -E" "/lib/cpp"
5940 for ac_cxx_preproc_warn_flag
in '' yes
5942 # Use a header file that comes with gcc, so configuring glibc
5943 # with a fresh cross-compiler works.
5944 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5945 # <limits.h> exists even on freestanding compilers.
5946 # On the NeXT, cc -E runs the code through the compiler's parser,
5947 # not just through cpp. "Syntax error" is here to catch this case.
5948 cat >conftest.
$ac_ext <<_ACEOF
5951 cat confdefs.h
>>conftest.
$ac_ext
5952 cat >>conftest.
$ac_ext <<_ACEOF
5953 /* end confdefs.h. */
5955 # include <limits.h>
5957 # include <assert.h>
5961 if { (ac_try
="$ac_cpp conftest.$ac_ext"
5963 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5964 *) ac_try_echo=$ac_try;;
5966 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5967 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5969 grep -v '^ *+' conftest.er1 >conftest.err
5971 cat conftest.err >&5
5972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5973 (exit $ac_status); } >/dev/null && {
5974 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
5975 test ! -s conftest.err
5979 echo "$as_me: failed program was:" >&5
5980 sed 's/^/| /' conftest.$ac_ext >&5
5982 # Broken: fails on valid input.
5986 rm -f conftest.err conftest.$ac_ext
5988 # OK, works on sane cases. Now check whether nonexistent headers
5989 # can be detected and how.
5990 cat >conftest.$ac_ext <<_ACEOF
5993 cat confdefs.h >>conftest.$ac_ext
5994 cat >>conftest.$ac_ext <<_ACEOF
5995 /* end confdefs.h. */
5996 #include <ac_nonexistent.h>
5998 if { (ac_try="$ac_cpp conftest.$ac_ext"
6000 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6001 *) ac_try_echo
=$ac_try;;
6003 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6004 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6006 grep -v '^ *+' conftest.er1
>conftest.err
6008 cat conftest.err
>&5
6009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6010 (exit $ac_status); } >/dev
/null
&& {
6011 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
6012 test ! -s conftest.err
6014 # Broken: success on invalid input.
6017 echo "$as_me: failed program was:" >&5
6018 sed 's/^/| /' conftest.
$ac_ext >&5
6020 # Passes both tests.
6025 rm -f conftest.err conftest.
$ac_ext
6028 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6029 rm -f conftest.err conftest.
$ac_ext
6030 if $ac_preproc_ok; then
6035 ac_cv_prog_CXXCPP
=$CXXCPP
6038 CXXCPP
=$ac_cv_prog_CXXCPP
6040 ac_cv_prog_CXXCPP
=$CXXCPP
6042 { echo "$as_me:$LINENO: result: $CXXCPP" >&5
6043 echo "${ECHO_T}$CXXCPP" >&6; }
6045 for ac_cxx_preproc_warn_flag
in '' yes
6047 # Use a header file that comes with gcc, so configuring glibc
6048 # with a fresh cross-compiler works.
6049 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6050 # <limits.h> exists even on freestanding compilers.
6051 # On the NeXT, cc -E runs the code through the compiler's parser,
6052 # not just through cpp. "Syntax error" is here to catch this case.
6053 cat >conftest.
$ac_ext <<_ACEOF
6056 cat confdefs.h
>>conftest.
$ac_ext
6057 cat >>conftest.
$ac_ext <<_ACEOF
6058 /* end confdefs.h. */
6060 # include <limits.h>
6062 # include <assert.h>
6066 if { (ac_try
="$ac_cpp conftest.$ac_ext"
6068 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6069 *) ac_try_echo=$ac_try;;
6071 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6072 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6074 grep -v '^ *+' conftest.er1 >conftest.err
6076 cat conftest.err >&5
6077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6078 (exit $ac_status); } >/dev/null && {
6079 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
6080 test ! -s conftest.err
6084 echo "$as_me: failed program was:" >&5
6085 sed 's/^/| /' conftest.$ac_ext >&5
6087 # Broken: fails on valid input.
6091 rm -f conftest.err conftest.$ac_ext
6093 # OK, works on sane cases. Now check whether nonexistent headers
6094 # can be detected and how.
6095 cat >conftest.$ac_ext <<_ACEOF
6098 cat confdefs.h >>conftest.$ac_ext
6099 cat >>conftest.$ac_ext <<_ACEOF
6100 /* end confdefs.h. */
6101 #include <ac_nonexistent.h>
6103 if { (ac_try="$ac_cpp conftest.$ac_ext"
6105 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6106 *) ac_try_echo
=$ac_try;;
6108 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6109 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6111 grep -v '^ *+' conftest.er1
>conftest.err
6113 cat conftest.err
>&5
6114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6115 (exit $ac_status); } >/dev
/null
&& {
6116 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
6117 test ! -s conftest.err
6119 # Broken: success on invalid input.
6122 echo "$as_me: failed program was:" >&5
6123 sed 's/^/| /' conftest.
$ac_ext >&5
6125 # Passes both tests.
6130 rm -f conftest.err conftest.
$ac_ext
6133 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6134 rm -f conftest.err conftest.
$ac_ext
6135 if $ac_preproc_ok; then
6138 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
6139 See \`config.log' for more details." >&5
6140 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
6141 See \`config.log' for more details." >&2;}
6142 { (exit 1); exit 1; }; }
6146 ac_cpp
='$CXXCPP $CPPFLAGS'
6147 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6148 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6149 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
6155 ac_compile
='$F77 -c $FFLAGS conftest.$ac_ext >&5'
6156 ac_link
='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6157 ac_compiler_gnu
=$ac_cv_f77_compiler_gnu
6158 if test -n "$ac_tool_prefix"; then
6159 for ac_prog
in g77 xlf f77 frt pgf77 cf77 fort77 fl32 af77 xlf90 f90 pgf90 pghpf epcf90 gfortran g95 xlf95 f95 fort ifort ifc efc pgf95 lf95 ftn
6161 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6162 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
6163 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6164 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6165 if test "${ac_cv_prog_F77+set}" = set; then
6166 echo $ECHO_N "(cached) $ECHO_C" >&6
6168 if test -n "$F77"; then
6169 ac_cv_prog_F77
="$F77" # Let the user override the test.
6171 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6175 test -z "$as_dir" && as_dir
=.
6176 for ac_exec_ext
in '' $ac_executable_extensions; do
6177 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6178 ac_cv_prog_F77
="$ac_tool_prefix$ac_prog"
6179 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6189 if test -n "$F77"; then
6190 { echo "$as_me:$LINENO: result: $F77" >&5
6191 echo "${ECHO_T}$F77" >&6; }
6193 { echo "$as_me:$LINENO: result: no" >&5
6194 echo "${ECHO_T}no" >&6; }
6198 test -n "$F77" && break
6201 if test -z "$F77"; then
6203 for ac_prog
in g77 xlf f77 frt pgf77 cf77 fort77 fl32 af77 xlf90 f90 pgf90 pghpf epcf90 gfortran g95 xlf95 f95 fort ifort ifc efc pgf95 lf95 ftn
6205 # Extract the first word of "$ac_prog", so it can be a program name with args.
6206 set dummy
$ac_prog; ac_word
=$2
6207 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6208 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6209 if test "${ac_cv_prog_ac_ct_F77+set}" = set; then
6210 echo $ECHO_N "(cached) $ECHO_C" >&6
6212 if test -n "$ac_ct_F77"; then
6213 ac_cv_prog_ac_ct_F77
="$ac_ct_F77" # Let the user override the test.
6215 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6219 test -z "$as_dir" && as_dir
=.
6220 for ac_exec_ext
in '' $ac_executable_extensions; do
6221 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6222 ac_cv_prog_ac_ct_F77
="$ac_prog"
6223 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6232 ac_ct_F77
=$ac_cv_prog_ac_ct_F77
6233 if test -n "$ac_ct_F77"; then
6234 { echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
6235 echo "${ECHO_T}$ac_ct_F77" >&6; }
6237 { echo "$as_me:$LINENO: result: no" >&5
6238 echo "${ECHO_T}no" >&6; }
6242 test -n "$ac_ct_F77" && break
6245 if test "x$ac_ct_F77" = x
; then
6248 case $cross_compiling:$ac_tool_warned in
6250 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6251 whose name does not start with the host triplet. If you think this
6252 configuration is useful to you, please write to autoconf@gnu.org." >&5
6253 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6254 whose name does not start with the host triplet. If you think this
6255 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6256 ac_tool_warned
=yes ;;
6263 # Provide some information about the compiler.
6264 echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
6265 ac_compiler
=`set X $ac_compile; echo $2`
6266 { (ac_try
="$ac_compiler --version >&5"
6268 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6269 *) ac_try_echo=$ac_try;;
6271 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6272 (eval "$ac_compiler --version >&5") 2>&5
6274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6275 (exit $ac_status); }
6276 { (ac_try="$ac_compiler -v >&5"
6278 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6279 *) ac_try_echo
=$ac_try;;
6281 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6282 (eval "$ac_compiler -v >&5") 2>&5
6284 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6285 (exit $ac_status); }
6286 { (ac_try
="$ac_compiler -V >&5"
6288 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6289 *) ac_try_echo=$ac_try;;
6291 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6292 (eval "$ac_compiler -V >&5") 2>&5
6294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6295 (exit $ac_status); }
6298 # If we don't use `.F
' as extension, the preprocessor is not run on the
6299 # input file. (Note that this only needs to work for GNU compilers.)
6302 { echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
6303 echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6; }
6304 if test "${ac_cv_f77_compiler_gnu+set}" = set; then
6305 echo $ECHO_N "(cached) $ECHO_C" >&6
6307 cat >conftest.$ac_ext <<_ACEOF
6315 rm -f conftest.$ac_objext
6316 if { (ac_try="$ac_compile"
6318 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6319 *) ac_try_echo=$ac_try;;
6321 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6322 (eval "$ac_compile") 2>conftest.er1
6324 grep -v '^
*+' conftest.er1 >conftest.err
6326 cat conftest.err >&5
6327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6328 (exit $ac_status); } && {
6329 test -z "$ac_f77_werror_flag" ||
6330 test ! -s conftest.err
6331 } && test -s conftest.$ac_objext; then
6334 echo "$as_me: failed program was:" >&5
6335 sed 's
/^
/|
/' conftest.$ac_ext >&5
6340 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6341 ac_cv_f77_compiler_gnu=$ac_compiler_gnu
6344 { echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
6345 echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6; }
6347 ac_test_FFLAGS=${FFLAGS+set}
6348 ac_save_FFLAGS=$FFLAGS
6350 { echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
6351 echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6; }
6352 if test "${ac_cv_prog_f77_g+set}" = set; then
6353 echo $ECHO_N "(cached) $ECHO_C" >&6
6356 cat >conftest.$ac_ext <<_ACEOF
6361 rm -f conftest.$ac_objext
6362 if { (ac_try="$ac_compile"
6364 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6365 *) ac_try_echo=$ac_try;;
6367 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6368 (eval "$ac_compile") 2>conftest.er1
6370 grep -v '^
*+' conftest.er1 >conftest.err
6372 cat conftest.err >&5
6373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6374 (exit $ac_status); } && {
6375 test -z "$ac_f77_werror_flag" ||
6376 test ! -s conftest.err
6377 } && test -s conftest.$ac_objext; then
6378 ac_cv_prog_f77_g=yes
6380 echo "$as_me: failed program was:" >&5
6381 sed 's
/^
/|
/' conftest.$ac_ext >&5
6386 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6389 { echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
6390 echo "${ECHO_T}$ac_cv_prog_f77_g" >&6; }
6391 if test "$ac_test_FFLAGS" = set; then
6392 FFLAGS=$ac_save_FFLAGS
6393 elif test $ac_cv_prog_f77_g = yes; then
6394 if test "x$ac_cv_f77_compiler_gnu" = xyes; then
6400 if test "x$ac_cv_f77_compiler_gnu" = xyes; then
6407 G77=`test $ac_compiler_gnu = yes && echo yes`
6409 ac_cpp='$CPP $CPPFLAGS'
6410 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
6411 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
6412 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6416 # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works
for C compilers
!
6417 # find the maximum length of command line arguments
6418 { echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
6419 echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6; }
6420 if test "${lt_cv_sys_max_cmd_len+set}" = set; then
6421 echo $ECHO_N "(cached) $ECHO_C" >&6
6428 # On DJGPP, this test can blow up pretty badly due to problems in libc
6429 # (any single argument exceeding 2000 bytes causes a buffer overrun
6430 # during glob expansion). Even if it were fixed, the result of this
6431 # check would be larger than it should be.
6432 lt_cv_sys_max_cmd_len
=12288; # 12K is about right
6436 # Under GNU Hurd, this test is not required because there is
6437 # no limit to the length of command line arguments.
6438 # Libtool will interpret -1 as no limit whatsoever
6439 lt_cv_sys_max_cmd_len
=-1;
6443 # On Win9x/ME, this test blows up -- it succeeds, but takes
6444 # about 5 minutes as the teststring grows exponentially.
6445 # Worse, since 9x/ME are not pre-emptively multitasking,
6446 # you end up with a "frozen" computer, even though with patience
6447 # the test eventually succeeds (with a max line length of 256k).
6448 # Instead, let's just punt: use the minimum linelength reported by
6449 # all of the supported platforms: 8192 (on NT/2K/XP).
6450 lt_cv_sys_max_cmd_len
=8192;
6454 # On AmigaOS with pdksh, this test takes hours, literally.
6455 # So we just punt and use a minimum line length of 8192.
6456 lt_cv_sys_max_cmd_len
=8192;
6459 netbsd
* | freebsd
* | openbsd
* | darwin
* | dragonfly
*)
6460 # This has been around since 386BSD, at least. Likely further.
6461 if test -x /sbin
/sysctl
; then
6462 lt_cv_sys_max_cmd_len
=`/sbin/sysctl -n kern.argmax`
6463 elif test -x /usr
/sbin
/sysctl
; then
6464 lt_cv_sys_max_cmd_len
=`/usr/sbin/sysctl -n kern.argmax`
6466 lt_cv_sys_max_cmd_len
=65536 # usable default for all BSDs
6468 # And add a safety zone
6469 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
6470 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
6474 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6475 lt_cv_sys_max_cmd_len
=196608
6479 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6480 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6481 # nice to cause kernel panics so lets avoid the loop below.
6482 # First set a reasonable default.
6483 lt_cv_sys_max_cmd_len
=16384
6485 if test -x /sbin
/sysconfig
; then
6486 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6487 *1*) lt_cv_sys_max_cmd_len
=-1 ;;
6492 lt_cv_sys_max_cmd_len
=102400
6494 sysv5
* | sco5v6
* | sysv4.2uw2
*)
6495 kargmax
=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6496 if test -n "$kargmax"; then
6497 lt_cv_sys_max_cmd_len
=`echo $kargmax | sed 's/.*[ ]//'`
6499 lt_cv_sys_max_cmd_len
=32768
6503 lt_cv_sys_max_cmd_len
=`(getconf ARG_MAX) 2> /dev/null`
6504 if test -n "$lt_cv_sys_max_cmd_len"; then
6505 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
6506 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
6508 SHELL
=${SHELL-${CONFIG_SHELL-/bin/sh}}
6509 while (test "X"`$SHELL $0 --fallback-echo "X$teststring" 2>/dev/null` \
6510 = "XX$teststring") >/dev
/null
2>&1 &&
6511 new_result
=`expr "X$teststring" : ".*" 2>&1` &&
6512 lt_cv_sys_max_cmd_len
=$new_result &&
6513 test $i != 17 # 1/2 MB should be enough
6516 teststring
=$teststring$teststring
6519 # Add a significant safety factor because C++ compilers can tack on massive
6520 # amounts of additional arguments before passing them to the linker.
6521 # It appears as though 1/2 is a usable value.
6522 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 2`
6529 if test -n $lt_cv_sys_max_cmd_len ; then
6530 { echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
6531 echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6; }
6533 { echo "$as_me:$LINENO: result: none" >&5
6534 echo "${ECHO_T}none" >&6; }
6541 # Check for command to grab the raw symbol name followed by C symbol from nm.
6542 { echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
6543 echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6; }
6544 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
6545 echo $ECHO_N "(cached) $ECHO_C" >&6
6548 # These are sane defaults that work on at least a few old systems.
6549 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6551 # Character class describing NM global symbol codes.
6552 symcode
='[BCDEGRST]'
6554 # Regexp to match symbols that can be accessed directly from C.
6555 sympat
='\([_A-Za-z][_A-Za-z0-9]*\)'
6557 # Transform an extracted symbol line into a proper C declaration
6558 lt_cv_sys_global_symbol_to_cdecl
="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'"
6560 # Transform an extracted symbol line into symbol name and symbol address
6561 lt_cv_sys_global_symbol_to_c_name_address
="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode \([^ ]*\) \([^ ]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'"
6563 # Define system-specific variables.
6568 cygwin
* | mingw
* | pw32
*)
6569 symcode
='[ABCDGISTW]'
6571 hpux
*) # Its linker distinguishes data from code symbols
6572 if test "$host_cpu" = ia64
; then
6573 symcode
='[ABCDEGRST]'
6575 lt_cv_sys_global_symbol_to_cdecl
="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6576 lt_cv_sys_global_symbol_to_c_name_address
="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'"
6578 linux
* | k
*bsd
*-gnu)
6579 if test "$host_cpu" = ia64
; then
6580 symcode
='[ABCDGIRSTW]'
6581 lt_cv_sys_global_symbol_to_cdecl
="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6582 lt_cv_sys_global_symbol_to_c_name_address
="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'"
6586 symcode
='[BCDEGRST]'
6589 symcode
='[BCDEGQRST]'
6600 sysv5
* | sco5v6
* | unixware
* | OpenUNIX
*)
6608 # Handle CRLF in mingw tool chain
6612 opt_cr
=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6616 # If we're using GNU nm, then use its standard symbol codes.
6617 case `$NM -V 2>&1` in
6618 *GNU
* |
*'with BFD'*)
6619 symcode
='[ABCDGIRSTW]' ;;
6622 # Try without a prefix undercore, then with it.
6623 for ac_symprfx
in "" "_"; do
6625 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6626 symxfrm
="\\1 $ac_symprfx\\2 \\2"
6628 # Write the raw and C identifiers.
6629 lt_cv_sys_global_symbol_pipe
="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6631 # Check to see that the pipe works correctly.
6635 cat > conftest.
$ac_ext <<EOF
6640 void nm_test_func(){}
6644 int main(){nm_test_var='a';nm_test_func();return(0);}
6647 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6648 (eval $ac_compile) 2>&5
6650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6651 (exit $ac_status); }; then
6652 # Now try to grab the symbols.
6654 if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5
6655 (eval $NM conftest.
$ac_objext \|
$lt_cv_sys_global_symbol_pipe \
> $nlist) 2>&5
6657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6658 (exit $ac_status); } && test -s "$nlist"; then
6659 # Try sorting and uniquifying the output.
6660 if sort "$nlist" |
uniq > "$nlist"T
; then
6661 mv -f "$nlist"T
"$nlist"
6666 # Make sure that we snagged all the symbols we need.
6667 if grep ' nm_test_var$' "$nlist" >/dev
/null
; then
6668 if grep ' nm_test_func$' "$nlist" >/dev
/null
; then
6669 cat <<EOF > conftest.$ac_ext
6675 # Now generate the symbol file.
6676 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext'
6678 cat <<EOF >> conftest.$ac_ext
6679 #if defined (__STDC__) && __STDC__
6680 # define lt_ptr_t void *
6682 # define lt_ptr_t char *
6686 /* The mapping between symbol names and symbols. */
6691 lt_preloaded_symbols[] =
6694 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" |
grep -v main
>> conftest.
$ac_ext
6695 cat <<\EOF
>> conftest.
$ac_ext
6703 # Now try linking the two files.
6704 mv conftest.
$ac_objext conftstm.
$ac_objext
6705 lt_save_LIBS
="$LIBS"
6706 lt_save_CFLAGS
="$CFLAGS"
6707 LIBS
="conftstm.$ac_objext"
6708 CFLAGS
="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6709 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6710 (eval $ac_link) 2>&5
6712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6713 (exit $ac_status); } && test -s conftest
${ac_exeext}; then
6716 LIBS
="$lt_save_LIBS"
6717 CFLAGS
="$lt_save_CFLAGS"
6719 echo "cannot find nm_test_func in $nlist" >&5
6722 echo "cannot find nm_test_var in $nlist" >&5
6725 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6728 echo "$progname: failed program was:" >&5
6729 cat conftest.
$ac_ext >&5
6731 rm -rf conftest
* conftst
*
6733 # Do not use the global_symbol_pipe unless it works.
6734 if test "$pipe_works" = yes; then
6737 lt_cv_sys_global_symbol_pipe
=
6743 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6744 lt_cv_sys_global_symbol_to_cdecl
=
6746 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6747 { echo "$as_me:$LINENO: result: failed" >&5
6748 echo "${ECHO_T}failed" >&6; }
6750 { echo "$as_me:$LINENO: result: ok" >&5
6751 echo "${ECHO_T}ok" >&6; }
6754 { echo "$as_me:$LINENO: checking for objdir" >&5
6755 echo $ECHO_N "checking for objdir... $ECHO_C" >&6; }
6756 if test "${lt_cv_objdir+set}" = set; then
6757 echo $ECHO_N "(cached) $ECHO_C" >&6
6759 rm -f .libs
2>/dev
/null
6760 mkdir .libs
2>/dev
/null
6761 if test -d .libs
; then
6764 # MS-DOS does not allow filenames that begin with a dot.
6767 rmdir .libs
2>/dev
/null
6769 { echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
6770 echo "${ECHO_T}$lt_cv_objdir" >&6; }
6771 objdir
=$lt_cv_objdir
6779 # AIX sometimes has problems with the GCC collect2 program. For some
6780 # reason, if we set the COLLECT_NAMES environment variable, the problems
6781 # vanish in a puff of smoke.
6782 if test "X${COLLECT_NAMES+set}" != Xset
; then
6784 export COLLECT_NAMES
6789 # Sed substitution that helps us do robust quoting. It backslashifies
6790 # metacharacters that are still active within double-quoted strings.
6791 Xsed
='sed -e 1s/^X//'
6792 sed_quote_subst
='s/\([\\"\\`$\\\\]\)/\\\1/g'
6794 # Same as above, but do not quote variable references.
6795 double_quote_subst
='s/\([\\"\\`\\\\]\)/\\\1/g'
6797 # Sed substitution to delay expansion of an escaped shell variable in a
6798 # double_quote_subst'ed string.
6799 delay_variable_subst
='s/\\\\\\\\\\\$/\\\\\\$/g'
6801 # Sed substitution to avoid accidental globbing in evaled expressions
6802 no_glob_subst
='s/\*/\\\*/g'
6808 default_ofile
=libtool
6809 can_build_shared
=yes
6811 # All known linkers require a `.a' archive for static linking (except MSVC,
6812 # which needs '.lib').
6814 ltmain
="$ac_aux_dir/ltmain.sh"
6815 ofile
="$default_ofile"
6816 with_gnu_ld
="$lt_cv_prog_gnu_ld"
6818 if test -n "$ac_tool_prefix"; then
6819 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6820 set dummy
${ac_tool_prefix}ar; ac_word
=$2
6821 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6822 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6823 if test "${ac_cv_prog_AR+set}" = set; then
6824 echo $ECHO_N "(cached) $ECHO_C" >&6
6826 if test -n "$AR"; then
6827 ac_cv_prog_AR
="$AR" # Let the user override the test.
6829 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6833 test -z "$as_dir" && as_dir
=.
6834 for ac_exec_ext
in '' $ac_executable_extensions; do
6835 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6836 ac_cv_prog_AR
="${ac_tool_prefix}ar"
6837 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6847 if test -n "$AR"; then
6848 { echo "$as_me:$LINENO: result: $AR" >&5
6849 echo "${ECHO_T}$AR" >&6; }
6851 { echo "$as_me:$LINENO: result: no" >&5
6852 echo "${ECHO_T}no" >&6; }
6857 if test -z "$ac_cv_prog_AR"; then
6859 # Extract the first word of "ar", so it can be a program name with args.
6860 set dummy
ar; ac_word
=$2
6861 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6862 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6863 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
6864 echo $ECHO_N "(cached) $ECHO_C" >&6
6866 if test -n "$ac_ct_AR"; then
6867 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
6869 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6873 test -z "$as_dir" && as_dir
=.
6874 for ac_exec_ext
in '' $ac_executable_extensions; do
6875 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6876 ac_cv_prog_ac_ct_AR
="ar"
6877 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6886 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
6887 if test -n "$ac_ct_AR"; then
6888 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
6889 echo "${ECHO_T}$ac_ct_AR" >&6; }
6891 { echo "$as_me:$LINENO: result: no" >&5
6892 echo "${ECHO_T}no" >&6; }
6895 if test "x$ac_ct_AR" = x
; then
6898 case $cross_compiling:$ac_tool_warned in
6900 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6901 whose name does not start with the host triplet. If you think this
6902 configuration is useful to you, please write to autoconf@gnu.org." >&5
6903 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6904 whose name does not start with the host triplet. If you think this
6905 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6906 ac_tool_warned
=yes ;;
6914 if test -n "$ac_tool_prefix"; then
6915 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6916 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
6917 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6918 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6919 if test "${ac_cv_prog_RANLIB+set}" = set; then
6920 echo $ECHO_N "(cached) $ECHO_C" >&6
6922 if test -n "$RANLIB"; then
6923 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
6925 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6929 test -z "$as_dir" && as_dir
=.
6930 for ac_exec_ext
in '' $ac_executable_extensions; do
6931 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6932 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
6933 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6942 RANLIB
=$ac_cv_prog_RANLIB
6943 if test -n "$RANLIB"; then
6944 { echo "$as_me:$LINENO: result: $RANLIB" >&5
6945 echo "${ECHO_T}$RANLIB" >&6; }
6947 { echo "$as_me:$LINENO: result: no" >&5
6948 echo "${ECHO_T}no" >&6; }
6953 if test -z "$ac_cv_prog_RANLIB"; then
6954 ac_ct_RANLIB
=$RANLIB
6955 # Extract the first word of "ranlib", so it can be a program name with args.
6956 set dummy ranlib
; ac_word
=$2
6957 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6958 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6959 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
6960 echo $ECHO_N "(cached) $ECHO_C" >&6
6962 if test -n "$ac_ct_RANLIB"; then
6963 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
6965 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6969 test -z "$as_dir" && as_dir
=.
6970 for ac_exec_ext
in '' $ac_executable_extensions; do
6971 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6972 ac_cv_prog_ac_ct_RANLIB
="ranlib"
6973 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6982 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
6983 if test -n "$ac_ct_RANLIB"; then
6984 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
6985 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
6987 { echo "$as_me:$LINENO: result: no" >&5
6988 echo "${ECHO_T}no" >&6; }
6991 if test "x$ac_ct_RANLIB" = x
; then
6994 case $cross_compiling:$ac_tool_warned in
6996 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6997 whose name does not start with the host triplet. If you think this
6998 configuration is useful to you, please write to autoconf@gnu.org." >&5
6999 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7000 whose name does not start with the host triplet. If you think this
7001 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7002 ac_tool_warned
=yes ;;
7004 RANLIB
=$ac_ct_RANLIB
7007 RANLIB
="$ac_cv_prog_RANLIB"
7010 if test -n "$ac_tool_prefix"; then
7011 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
7012 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
7013 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7014 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7015 if test "${ac_cv_prog_STRIP+set}" = set; then
7016 echo $ECHO_N "(cached) $ECHO_C" >&6
7018 if test -n "$STRIP"; then
7019 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
7021 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7025 test -z "$as_dir" && as_dir
=.
7026 for ac_exec_ext
in '' $ac_executable_extensions; do
7027 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7028 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
7029 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7038 STRIP
=$ac_cv_prog_STRIP
7039 if test -n "$STRIP"; then
7040 { echo "$as_me:$LINENO: result: $STRIP" >&5
7041 echo "${ECHO_T}$STRIP" >&6; }
7043 { echo "$as_me:$LINENO: result: no" >&5
7044 echo "${ECHO_T}no" >&6; }
7049 if test -z "$ac_cv_prog_STRIP"; then
7051 # Extract the first word of "strip", so it can be a program name with args.
7052 set dummy strip
; ac_word
=$2
7053 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7054 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7055 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
7056 echo $ECHO_N "(cached) $ECHO_C" >&6
7058 if test -n "$ac_ct_STRIP"; then
7059 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
7061 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7065 test -z "$as_dir" && as_dir
=.
7066 for ac_exec_ext
in '' $ac_executable_extensions; do
7067 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7068 ac_cv_prog_ac_ct_STRIP
="strip"
7069 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7078 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
7079 if test -n "$ac_ct_STRIP"; then
7080 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
7081 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
7083 { echo "$as_me:$LINENO: result: no" >&5
7084 echo "${ECHO_T}no" >&6; }
7087 if test "x$ac_ct_STRIP" = x
; then
7090 case $cross_compiling:$ac_tool_warned in
7092 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7093 whose name does not start with the host triplet. If you think this
7094 configuration is useful to you, please write to autoconf@gnu.org." >&5
7095 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7096 whose name does not start with the host triplet. If you think this
7097 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7098 ac_tool_warned
=yes ;;
7103 STRIP
="$ac_cv_prog_STRIP"
7108 old_CFLAGS
="$CFLAGS"
7110 # Set sane defaults for various variables
7111 test -z "$AR" && AR
=ar
7112 test -z "$AR_FLAGS" && AR_FLAGS
=cru
7113 test -z "$AS" && AS
=as
7114 test -z "$CC" && CC
=cc
7115 test -z "$LTCC" && LTCC
=$CC
7116 test -z "$LTCFLAGS" && LTCFLAGS
=$CFLAGS
7117 test -z "$DLLTOOL" && DLLTOOL
=dlltool
7118 test -z "$LD" && LD
=ld
7119 test -z "$LN_S" && LN_S
="ln -s"
7120 test -z "$MAGIC_CMD" && MAGIC_CMD
=file
7121 test -z "$NM" && NM
=nm
7122 test -z "$SED" && SED
=sed
7123 test -z "$OBJDUMP" && OBJDUMP
=objdump
7124 test -z "$RANLIB" && RANLIB
=:
7125 test -z "$STRIP" && STRIP
=:
7126 test -z "$ac_objext" && ac_objext
=o
7128 # Determine commands to create old-style static archives.
7129 old_archive_cmds
='$AR $AR_FLAGS $oldlib$oldobjs'
7130 old_postinstall_cmds
='chmod 644 $oldlib'
7131 old_postuninstall_cmds
=
7133 if test -n "$RANLIB"; then
7136 old_postinstall_cmds
="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
7139 old_postinstall_cmds
="$old_postinstall_cmds~\$RANLIB \$oldlib"
7142 old_archive_cmds
="$old_archive_cmds~\$RANLIB \$oldlib"
7145 for cc_temp
in $compiler""; do
7147 compile |
*[\\/]compile | ccache |
*[\\/]ccache
) ;;
7148 distcc |
*[\\/]distcc | purify |
*[\\/]purify
) ;;
7153 cc_basename
=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
7156 # Only perform the check for file, if the check method requires it
7157 case $deplibs_check_method in
7159 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7160 { echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
7161 echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6; }
7162 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
7163 echo $ECHO_N "(cached) $ECHO_C" >&6
7167 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a path.
7170 lt_save_MAGIC_CMD
="$MAGIC_CMD"
7171 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
7172 ac_dummy
="/usr/bin$PATH_SEPARATOR$PATH"
7173 for ac_dir
in $ac_dummy; do
7175 test -z "$ac_dir" && ac_dir
=.
7176 if test -f $ac_dir/${ac_tool_prefix}file; then
7177 lt_cv_path_MAGIC_CMD
="$ac_dir/${ac_tool_prefix}file"
7178 if test -n "$file_magic_test_file"; then
7179 case $deplibs_check_method in
7181 file_magic_regex
=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7182 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
7183 if eval $file_magic_cmd \
$file_magic_test_file 2> /dev
/null |
7184 $EGREP "$file_magic_regex" > /dev
/null
; then
7189 *** Warning: the command libtool uses to detect shared libraries,
7190 *** $file_magic_cmd, produces output that libtool cannot recognize.
7191 *** The result is that libtool may fail to recognize shared libraries
7192 *** as such. This will affect the creation of libtool libraries that
7193 *** depend on shared libraries, but programs linked with such libtool
7194 *** libraries will work regardless of this problem. Nevertheless, you
7195 *** may want to report the problem to your system manager and/or to
7196 *** bug-libtool@gnu.org
7206 MAGIC_CMD
="$lt_save_MAGIC_CMD"
7211 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
7212 if test -n "$MAGIC_CMD"; then
7213 { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
7214 echo "${ECHO_T}$MAGIC_CMD" >&6; }
7216 { echo "$as_me:$LINENO: result: no" >&5
7217 echo "${ECHO_T}no" >&6; }
7220 if test -z "$lt_cv_path_MAGIC_CMD"; then
7221 if test -n "$ac_tool_prefix"; then
7222 { echo "$as_me:$LINENO: checking for file" >&5
7223 echo $ECHO_N "checking for file... $ECHO_C" >&6; }
7224 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
7225 echo $ECHO_N "(cached) $ECHO_C" >&6
7229 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a path.
7232 lt_save_MAGIC_CMD
="$MAGIC_CMD"
7233 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
7234 ac_dummy
="/usr/bin$PATH_SEPARATOR$PATH"
7235 for ac_dir
in $ac_dummy; do
7237 test -z "$ac_dir" && ac_dir
=.
7238 if test -f $ac_dir/file; then
7239 lt_cv_path_MAGIC_CMD
="$ac_dir/file"
7240 if test -n "$file_magic_test_file"; then
7241 case $deplibs_check_method in
7243 file_magic_regex
=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7244 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
7245 if eval $file_magic_cmd \
$file_magic_test_file 2> /dev
/null |
7246 $EGREP "$file_magic_regex" > /dev
/null
; then
7251 *** Warning: the command libtool uses to detect shared libraries,
7252 *** $file_magic_cmd, produces output that libtool cannot recognize.
7253 *** The result is that libtool may fail to recognize shared libraries
7254 *** as such. This will affect the creation of libtool libraries that
7255 *** depend on shared libraries, but programs linked with such libtool
7256 *** libraries will work regardless of this problem. Nevertheless, you
7257 *** may want to report the problem to your system manager and/or to
7258 *** bug-libtool@gnu.org
7268 MAGIC_CMD
="$lt_save_MAGIC_CMD"
7273 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
7274 if test -n "$MAGIC_CMD"; then
7275 { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
7276 echo "${ECHO_T}$MAGIC_CMD" >&6; }
7278 { echo "$as_me:$LINENO: result: no" >&5
7279 echo "${ECHO_T}no" >&6; }
7293 rhapsody
* | darwin
*)
7294 if test -n "$ac_tool_prefix"; then
7295 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7296 set dummy
${ac_tool_prefix}dsymutil
; ac_word
=$2
7297 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7298 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7299 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then
7300 echo $ECHO_N "(cached) $ECHO_C" >&6
7302 if test -n "$DSYMUTIL"; then
7303 ac_cv_prog_DSYMUTIL
="$DSYMUTIL" # Let the user override the test.
7305 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7309 test -z "$as_dir" && as_dir
=.
7310 for ac_exec_ext
in '' $ac_executable_extensions; do
7311 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7312 ac_cv_prog_DSYMUTIL
="${ac_tool_prefix}dsymutil"
7313 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7322 DSYMUTIL
=$ac_cv_prog_DSYMUTIL
7323 if test -n "$DSYMUTIL"; then
7324 { echo "$as_me:$LINENO: result: $DSYMUTIL" >&5
7325 echo "${ECHO_T}$DSYMUTIL" >&6; }
7327 { echo "$as_me:$LINENO: result: no" >&5
7328 echo "${ECHO_T}no" >&6; }
7333 if test -z "$ac_cv_prog_DSYMUTIL"; then
7334 ac_ct_DSYMUTIL
=$DSYMUTIL
7335 # Extract the first word of "dsymutil", so it can be a program name with args.
7336 set dummy dsymutil
; ac_word
=$2
7337 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7338 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7339 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then
7340 echo $ECHO_N "(cached) $ECHO_C" >&6
7342 if test -n "$ac_ct_DSYMUTIL"; then
7343 ac_cv_prog_ac_ct_DSYMUTIL
="$ac_ct_DSYMUTIL" # Let the user override the test.
7345 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7349 test -z "$as_dir" && as_dir
=.
7350 for ac_exec_ext
in '' $ac_executable_extensions; do
7351 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7352 ac_cv_prog_ac_ct_DSYMUTIL
="dsymutil"
7353 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7362 ac_ct_DSYMUTIL
=$ac_cv_prog_ac_ct_DSYMUTIL
7363 if test -n "$ac_ct_DSYMUTIL"; then
7364 { echo "$as_me:$LINENO: result: $ac_ct_DSYMUTIL" >&5
7365 echo "${ECHO_T}$ac_ct_DSYMUTIL" >&6; }
7367 { echo "$as_me:$LINENO: result: no" >&5
7368 echo "${ECHO_T}no" >&6; }
7371 if test "x$ac_ct_DSYMUTIL" = x
; then
7374 case $cross_compiling:$ac_tool_warned in
7376 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7377 whose name does not start with the host triplet. If you think this
7378 configuration is useful to you, please write to autoconf@gnu.org." >&5
7379 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7380 whose name does not start with the host triplet. If you think this
7381 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7382 ac_tool_warned
=yes ;;
7384 DSYMUTIL
=$ac_ct_DSYMUTIL
7387 DSYMUTIL
="$ac_cv_prog_DSYMUTIL"
7390 if test -n "$ac_tool_prefix"; then
7391 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7392 set dummy
${ac_tool_prefix}nmedit
; ac_word
=$2
7393 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7394 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7395 if test "${ac_cv_prog_NMEDIT+set}" = set; then
7396 echo $ECHO_N "(cached) $ECHO_C" >&6
7398 if test -n "$NMEDIT"; then
7399 ac_cv_prog_NMEDIT
="$NMEDIT" # Let the user override the test.
7401 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7405 test -z "$as_dir" && as_dir
=.
7406 for ac_exec_ext
in '' $ac_executable_extensions; do
7407 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7408 ac_cv_prog_NMEDIT
="${ac_tool_prefix}nmedit"
7409 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7418 NMEDIT
=$ac_cv_prog_NMEDIT
7419 if test -n "$NMEDIT"; then
7420 { echo "$as_me:$LINENO: result: $NMEDIT" >&5
7421 echo "${ECHO_T}$NMEDIT" >&6; }
7423 { echo "$as_me:$LINENO: result: no" >&5
7424 echo "${ECHO_T}no" >&6; }
7429 if test -z "$ac_cv_prog_NMEDIT"; then
7430 ac_ct_NMEDIT
=$NMEDIT
7431 # Extract the first word of "nmedit", so it can be a program name with args.
7432 set dummy nmedit
; ac_word
=$2
7433 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7434 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7435 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then
7436 echo $ECHO_N "(cached) $ECHO_C" >&6
7438 if test -n "$ac_ct_NMEDIT"; then
7439 ac_cv_prog_ac_ct_NMEDIT
="$ac_ct_NMEDIT" # Let the user override the test.
7441 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7445 test -z "$as_dir" && as_dir
=.
7446 for ac_exec_ext
in '' $ac_executable_extensions; do
7447 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7448 ac_cv_prog_ac_ct_NMEDIT
="nmedit"
7449 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7458 ac_ct_NMEDIT
=$ac_cv_prog_ac_ct_NMEDIT
7459 if test -n "$ac_ct_NMEDIT"; then
7460 { echo "$as_me:$LINENO: result: $ac_ct_NMEDIT" >&5
7461 echo "${ECHO_T}$ac_ct_NMEDIT" >&6; }
7463 { echo "$as_me:$LINENO: result: no" >&5
7464 echo "${ECHO_T}no" >&6; }
7467 if test "x$ac_ct_NMEDIT" = x
; then
7470 case $cross_compiling:$ac_tool_warned in
7472 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7473 whose name does not start with the host triplet. If you think this
7474 configuration is useful to you, please write to autoconf@gnu.org." >&5
7475 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7476 whose name does not start with the host triplet. If you think this
7477 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7478 ac_tool_warned
=yes ;;
7480 NMEDIT
=$ac_ct_NMEDIT
7483 NMEDIT
="$ac_cv_prog_NMEDIT"
7487 { echo "$as_me:$LINENO: checking for -single_module linker flag" >&5
7488 echo $ECHO_N "checking for -single_module linker flag... $ECHO_C" >&6; }
7489 if test "${lt_cv_apple_cc_single_mod+set}" = set; then
7490 echo $ECHO_N "(cached) $ECHO_C" >&6
7492 lt_cv_apple_cc_single_mod
=no
7493 if test -z "${LT_MULTI_MODULE}"; then
7494 # By default we will add the -single_module flag. You can override
7495 # by either setting the environment variable LT_MULTI_MODULE
7496 # non-empty at configure time, or by adding -multi_module to the
7498 echo "int foo(void){return 1;}" > conftest.c
7499 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7500 -dynamiclib ${wl}-single_module conftest.c
7501 if test -f libconftest.dylib
; then
7502 lt_cv_apple_cc_single_mod
=yes
7503 rm -rf libconftest.dylib
*
7508 { echo "$as_me:$LINENO: result: $lt_cv_apple_cc_single_mod" >&5
7509 echo "${ECHO_T}$lt_cv_apple_cc_single_mod" >&6; }
7510 { echo "$as_me:$LINENO: checking for -exported_symbols_list linker flag" >&5
7511 echo $ECHO_N "checking for -exported_symbols_list linker flag... $ECHO_C" >&6; }
7512 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then
7513 echo $ECHO_N "(cached) $ECHO_C" >&6
7515 lt_cv_ld_exported_symbols_list
=no
7516 save_LDFLAGS
=$LDFLAGS
7517 echo "_main" > conftest.sym
7518 LDFLAGS
="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7519 cat >conftest.
$ac_ext <<_ACEOF
7522 cat confdefs.h
>>conftest.
$ac_ext
7523 cat >>conftest.
$ac_ext <<_ACEOF
7524 /* end confdefs.h. */
7534 rm -f conftest.
$ac_objext conftest
$ac_exeext
7535 if { (ac_try
="$ac_link"
7537 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7538 *) ac_try_echo=$ac_try;;
7540 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7541 (eval "$ac_link") 2>conftest.er1
7543 grep -v '^ *+' conftest.er1 >conftest.err
7545 cat conftest.err >&5
7546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7547 (exit $ac_status); } && {
7548 test -z "$ac_c_werror_flag" ||
7549 test ! -s conftest.err
7550 } && test -s conftest$ac_exeext &&
7551 $as_test_x conftest$ac_exeext; then
7552 lt_cv_ld_exported_symbols_list=yes
7554 echo "$as_me: failed program was:" >&5
7555 sed 's/^/| /' conftest.$ac_ext >&5
7557 lt_cv_ld_exported_symbols_list=no
7560 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7561 conftest$ac_exeext conftest.$ac_ext
7562 LDFLAGS="$save_LDFLAGS"
7565 { echo "$as_me:$LINENO: result: $lt_cv_ld_exported_symbols_list" >&5
7566 echo "${ECHO_T}$lt_cv_ld_exported_symbols_list" >&6; }
7568 rhapsody* | darwin1.[0123])
7569 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7571 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7573 # if running on 10.5 or later, the deployment target defaults
7574 # to the OS version, if on x86, and 10.4, the deployment
7575 # target defaults to 10.4. Don't you love it?
7576 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7577 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7578 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7580 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7582 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7586 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7587 _lt_dar_single_mod='$single_module'
7589 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7590 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7592 _lt_dar_export_syms="~$NMEDIT -s \$output_objdir/\${libname}-symbols.expsym \${lib}"
7594 if test "$DSYMUTIL" != ":"; then
7595 _lt_dsymutil="~$DSYMUTIL \$lib || :"
7606 # Check whether --enable-libtool-lock was given.
7607 if test "${enable_libtool_lock+set}" = set; then
7608 enableval=$enable_libtool_lock;
7611 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7614 # Check whether --with-pic was given.
7615 if test "${with_pic+set}" = set; then
7616 withval=$with_pic; pic_mode="$withval"
7621 test -z "$pic_mode" && pic_mode=default
7623 # Use C for the default configuration in the libtool script
7627 ac_cpp='$CPP $CPPFLAGS'
7628 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7629 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7630 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7633 # Source file extension for C test sources.
7636 # Object file extension for compiled C test sources.
7640 # Code to be used in simple compile tests
7641 lt_simple_compile_test_code="int some_variable = 0;"
7643 # Code to be used in simple link tests
7644 lt_simple_link_test_code='int main(){return(0);}'
7647 # If no C compiler was specified, use CC.
7650 # If no C compiler flags were specified, use CFLAGS.
7651 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7653 # Allow CC to be a program name with arguments.
7657 # save warnings/boilerplate of simple test code
7658 ac_outfile=conftest.$ac_objext
7659 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7660 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7661 _lt_compiler_boilerplate=`cat conftest.err
`
7664 ac_outfile=conftest.$ac_objext
7665 echo "$lt_simple_link_test_code" >conftest.$ac_ext
7666 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7667 _lt_linker_boilerplate=`cat conftest.err
`
7672 lt_prog_compiler_no_builtin_flag=
7674 if test "$GCC" = yes; then
7675 lt_prog_compiler_no_builtin_flag=' -fno-builtin'
7678 { echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7679 echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6; }
7680 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
7681 echo $ECHO_N "(cached) $ECHO_C" >&6
7683 lt_cv_prog_compiler_rtti_exceptions=no
7684 ac_outfile=conftest.$ac_objext
7685 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7686 lt_compiler_flag="-fno-rtti -fno-exceptions"
7687 # Insert the option either (1) after the last *FLAGS variable, or
7688 # (2) before a word containing "conftest.", or (3) at the end.
7689 # Note that $ac_compile itself does not contain backslashes and begins
7690 # with a dollar sign (not a hyphen), so the echo should work correctly.
7691 # The option is referenced via a variable to avoid confusing sed.
7692 lt_compile=`echo "$ac_compile" |
$SED \
7693 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7694 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7695 -e 's:$: $lt_compiler_flag:'`
7696 (eval echo "\"\$as_me:7696: $lt_compile\"" >&5)
7697 (eval "$lt_compile" 2>conftest.err)
7699 cat conftest.err >&5
7700 echo "$as_me:7700: \$? = $ac_status" >&5
7701 if (exit $ac_status) && test -s "$ac_outfile"; then
7702 # The compiler can only warn and ignore the option if not recognized
7703 # So say no if there are warnings other than the usual output.
7704 $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
7705 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7706 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7707 lt_cv_prog_compiler_rtti_exceptions=yes
7713 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7714 echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7716 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7717 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7724 lt_prog_compiler_wl=
7725 lt_prog_compiler_pic=
7726 lt_prog_compiler_static=
7728 { echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
7729 echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
7731 if test "$GCC" = yes; then
7732 lt_prog_compiler_wl='-Wl,'
7733 lt_prog_compiler_static='-static'
7737 # All AIX code is PIC.
7738 if test "$host_cpu" = ia64; then
7739 # AIX 5 now supports IA64 processor
7740 lt_prog_compiler_static='-Bstatic'
7745 # FIXME: we need at least 68020 code to build shared libraries, but
7746 # adding the `-m68020' flag to GCC prevents building anything better,
7748 lt_prog_compiler_pic
='-m68020 -resident32 -malways-restore-a4'
7751 beos
* | irix5
* | irix6
* | nonstopux
* | osf3
* | osf4
* | osf5
*)
7752 # PIC is the default for these OSes.
7755 mingw
* | cygwin
* | pw32
* | os2
*)
7756 # This hack is so that the source file can tell whether it is being
7757 # built for inclusion in a dll (and should export symbols for example).
7758 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7759 # (--disable-auto-import) libraries
7760 lt_prog_compiler_pic
='-DDLL_EXPORT'
7763 darwin
* | rhapsody
*)
7764 # PIC is the default on this platform
7765 # Common symbols not allowed in MH_DYLIB files
7766 lt_prog_compiler_pic
='-fno-common'
7770 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7771 # Instead, we relocate shared libraries at runtime.
7775 # Just because we use GCC doesn't mean we suddenly get shared libraries
7776 # on systems that don't support them.
7777 lt_prog_compiler_can_build_shared
=no
7782 if test -d /usr
/nec
; then
7783 lt_prog_compiler_pic
=-Kconform_pic
7788 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7795 lt_prog_compiler_pic
='-fPIC'
7801 lt_prog_compiler_pic
='-fPIC'
7805 # PORTME Check for flag to pass linker flags through the system compiler.
7808 lt_prog_compiler_wl
='-Wl,'
7809 if test "$host_cpu" = ia64
; then
7810 # AIX 5 now supports IA64 processor
7811 lt_prog_compiler_static
='-Bstatic'
7813 lt_prog_compiler_static
='-bnso -bI:/lib/syscalls.exp'
7817 # PIC is the default on this platform
7818 # Common symbols not allowed in MH_DYLIB files
7819 case $cc_basename in
7821 lt_prog_compiler_pic
='-qnocommon'
7822 lt_prog_compiler_wl
='-Wl,'
7827 mingw
* | cygwin
* | pw32
* | os2
*)
7828 # This hack is so that the source file can tell whether it is being
7829 # built for inclusion in a dll (and should export symbols for example).
7830 lt_prog_compiler_pic
='-DDLL_EXPORT'
7833 hpux9
* | hpux10
* | hpux11
*)
7834 lt_prog_compiler_wl
='-Wl,'
7835 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7842 lt_prog_compiler_pic
='+Z'
7845 # Is there a better lt_prog_compiler_static that works with the bundled CC?
7846 lt_prog_compiler_static
='${wl}-a ${wl}archive'
7849 irix5
* | irix6
* | nonstopux
*)
7850 lt_prog_compiler_wl
='-Wl,'
7851 # PIC (with -KPIC) is the default.
7852 lt_prog_compiler_static
='-non_shared'
7856 lt_prog_compiler_pic
='-KPIC'
7857 lt_prog_compiler_static
='-Bstatic'
7860 linux
* | k
*bsd
*-gnu)
7861 case $cc_basename in
7863 lt_prog_compiler_wl
='-Wl,'
7864 lt_prog_compiler_pic
='-KPIC'
7865 lt_prog_compiler_static
='-static'
7867 pgcc
* | pgf77
* | pgf90
* | pgf95
*)
7868 # Portland Group compilers (*not* the Pentium gcc compiler,
7869 # which looks to be a dead project)
7870 lt_prog_compiler_wl
='-Wl,'
7871 lt_prog_compiler_pic
='-fpic'
7872 lt_prog_compiler_static
='-Bstatic'
7875 lt_prog_compiler_wl
='-Wl,'
7876 # All Alpha code is PIC.
7877 lt_prog_compiler_static
='-non_shared'
7880 case `$CC -V 2>&1 | sed 5q` in
7883 lt_prog_compiler_pic
='-KPIC'
7884 lt_prog_compiler_static
='-Bstatic'
7885 lt_prog_compiler_wl
='-Wl,'
7888 # Sun Fortran 8.3 passes all unrecognized flags to the linker
7889 lt_prog_compiler_pic
='-KPIC'
7890 lt_prog_compiler_static
='-Bstatic'
7891 lt_prog_compiler_wl
=''
7898 osf3
* | osf4
* | osf5
*)
7899 lt_prog_compiler_wl
='-Wl,'
7900 # All OSF/1 code is PIC.
7901 lt_prog_compiler_static
='-non_shared'
7905 lt_prog_compiler_static
='-non_shared'
7909 lt_prog_compiler_pic
='-KPIC'
7910 lt_prog_compiler_static
='-Bstatic'
7911 case $cc_basename in
7913 lt_prog_compiler_wl
='-Qoption ld ';;
7915 lt_prog_compiler_wl
='-Wl,';;
7920 lt_prog_compiler_wl
='-Qoption ld '
7921 lt_prog_compiler_pic
='-PIC'
7922 lt_prog_compiler_static
='-Bstatic'
7925 sysv4 | sysv4.2uw2
* | sysv4.3
*)
7926 lt_prog_compiler_wl
='-Wl,'
7927 lt_prog_compiler_pic
='-KPIC'
7928 lt_prog_compiler_static
='-Bstatic'
7932 if test -d /usr
/nec
;then
7933 lt_prog_compiler_pic
='-Kconform_pic'
7934 lt_prog_compiler_static
='-Bstatic'
7938 sysv5
* | unixware
* | sco3.2v5
* | sco5v6
* | OpenUNIX
*)
7939 lt_prog_compiler_wl
='-Wl,'
7940 lt_prog_compiler_pic
='-KPIC'
7941 lt_prog_compiler_static
='-Bstatic'
7945 lt_prog_compiler_wl
='-Wl,'
7946 lt_prog_compiler_can_build_shared
=no
7950 lt_prog_compiler_pic
='-pic'
7951 lt_prog_compiler_static
='-Bstatic'
7955 lt_prog_compiler_can_build_shared
=no
7960 { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
7961 echo "${ECHO_T}$lt_prog_compiler_pic" >&6; }
7964 # Check to make sure the PIC flag actually works.
7966 if test -n "$lt_prog_compiler_pic"; then
7968 { echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
7969 echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6; }
7970 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then
7971 echo $ECHO_N "(cached) $ECHO_C" >&6
7973 lt_cv_prog_compiler_pic_works
=no
7974 ac_outfile
=conftest.
$ac_objext
7975 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
7976 lt_compiler_flag
="$lt_prog_compiler_pic -DPIC"
7977 # Insert the option either (1) after the last *FLAGS variable, or
7978 # (2) before a word containing "conftest.", or (3) at the end.
7979 # Note that $ac_compile itself does not contain backslashes and begins
7980 # with a dollar sign (not a hyphen), so the echo should work correctly.
7981 # The option is referenced via a variable to avoid confusing sed.
7982 lt_compile
=`echo "$ac_compile" | $SED \
7983 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7984 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7985 -e 's:$: $lt_compiler_flag:'`
7986 (eval echo "\"\$as_me:7986: $lt_compile\"" >&5)
7987 (eval "$lt_compile" 2>conftest.err
)
7989 cat conftest.err
>&5
7990 echo "$as_me:7990: \$? = $ac_status" >&5
7991 if (exit $ac_status) && test -s "$ac_outfile"; then
7992 # The compiler can only warn and ignore the option if not recognized
7993 # So say no if there are warnings other than the usual output.
7994 $echo "X$_lt_compiler_boilerplate" |
$Xsed -e '/^$/d' >conftest.exp
7995 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
7996 if test ! -s conftest.er2 ||
diff conftest.exp conftest.er2
>/dev
/null
; then
7997 lt_cv_prog_compiler_pic_works
=yes
8003 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works" >&5
8004 echo "${ECHO_T}$lt_cv_prog_compiler_pic_works" >&6; }
8006 if test x
"$lt_cv_prog_compiler_pic_works" = xyes
; then
8007 case $lt_prog_compiler_pic in
8009 *) lt_prog_compiler_pic
=" $lt_prog_compiler_pic" ;;
8012 lt_prog_compiler_pic
=
8013 lt_prog_compiler_can_build_shared
=no
8018 # For platforms which do not support PIC, -DPIC is meaningless:
8020 lt_prog_compiler_pic
=
8023 lt_prog_compiler_pic
="$lt_prog_compiler_pic -DPIC"
8028 # Check to make sure the static flag actually works.
8030 wl
=$lt_prog_compiler_wl eval lt_tmp_static_flag
=\"$lt_prog_compiler_static\"
8031 { echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8032 echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
8033 if test "${lt_cv_prog_compiler_static_works+set}" = set; then
8034 echo $ECHO_N "(cached) $ECHO_C" >&6
8036 lt_cv_prog_compiler_static_works
=no
8037 save_LDFLAGS
="$LDFLAGS"
8038 LDFLAGS
="$LDFLAGS $lt_tmp_static_flag"
8039 echo "$lt_simple_link_test_code" > conftest.
$ac_ext
8040 if (eval $ac_link 2>conftest.err
) && test -s conftest
$ac_exeext; then
8041 # The linker can only warn and ignore the option if not recognized
8042 # So say no if there are warnings
8043 if test -s conftest.err
; then
8044 # Append any errors to the config.log.
8045 cat conftest.err
1>&5
8046 $echo "X$_lt_linker_boilerplate" |
$Xsed -e '/^$/d' > conftest.exp
8047 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
8048 if diff conftest.exp conftest.er2
>/dev
/null
; then
8049 lt_cv_prog_compiler_static_works
=yes
8052 lt_cv_prog_compiler_static_works
=yes
8056 LDFLAGS
="$save_LDFLAGS"
8059 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works" >&5
8060 echo "${ECHO_T}$lt_cv_prog_compiler_static_works" >&6; }
8062 if test x
"$lt_cv_prog_compiler_static_works" = xyes
; then
8065 lt_prog_compiler_static
=
8069 { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
8070 echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
8071 if test "${lt_cv_prog_compiler_c_o+set}" = set; then
8072 echo $ECHO_N "(cached) $ECHO_C" >&6
8074 lt_cv_prog_compiler_c_o
=no
8075 $rm -r conftest
2>/dev
/null
8079 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
8081 lt_compiler_flag
="-o out/conftest2.$ac_objext"
8082 # Insert the option either (1) after the last *FLAGS variable, or
8083 # (2) before a word containing "conftest.", or (3) at the end.
8084 # Note that $ac_compile itself does not contain backslashes and begins
8085 # with a dollar sign (not a hyphen), so the echo should work correctly.
8086 lt_compile
=`echo "$ac_compile" | $SED \
8087 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8088 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8089 -e 's:$: $lt_compiler_flag:'`
8090 (eval echo "\"\$as_me:8090: $lt_compile\"" >&5)
8091 (eval "$lt_compile" 2>out
/conftest.err
)
8093 cat out
/conftest.err
>&5
8094 echo "$as_me:8094: \$? = $ac_status" >&5
8095 if (exit $ac_status) && test -s out
/conftest2.
$ac_objext
8097 # The compiler can only warn and ignore the option if not recognized
8098 # So say no if there are warnings
8099 $echo "X$_lt_compiler_boilerplate" |
$Xsed -e '/^$/d' > out
/conftest.exp
8100 $SED '/^$/d; /^ *+/d' out
/conftest.err
>out
/conftest.er2
8101 if test ! -s out
/conftest.er2 ||
diff out
/conftest.exp out
/conftest.er2
>/dev
/null
; then
8102 lt_cv_prog_compiler_c_o
=yes
8107 # SGI C++ compiler will create directory out/ii_files/ for
8108 # template instantiation
8109 test -d out
/ii_files
&& $rm out
/ii_files
/* && rmdir out
/ii_files
8110 $rm out
/* && rmdir out
8116 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
8117 echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6; }
8120 hard_links
="nottested"
8121 if test "$lt_cv_prog_compiler_c_o" = no
&& test "$need_locks" != no
; then
8122 # do not overwrite the value of need_locks provided by the user
8123 { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
8124 echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
8127 ln conftest.a conftest.b
2>/dev
/null
&& hard_links
=no
8129 ln conftest.a conftest.b
2>&5 || hard_links
=no
8130 ln conftest.a conftest.b
2>/dev
/null
&& hard_links
=no
8131 { echo "$as_me:$LINENO: result: $hard_links" >&5
8132 echo "${ECHO_T}$hard_links" >&6; }
8133 if test "$hard_links" = no
; then
8134 { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8135 echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8142 { echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8143 echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
8146 allow_undefined_flag
=
8147 enable_shared_with_static_runtimes
=no
8149 archive_expsym_cmds
=
8150 old_archive_From_new_cmds
=
8151 old_archive_from_expsyms_cmds
=
8152 export_dynamic_flag_spec
=
8153 whole_archive_flag_spec
=
8154 thread_safe_flag_spec
=
8155 hardcode_libdir_flag_spec
=
8156 hardcode_libdir_flag_spec_ld
=
8157 hardcode_libdir_separator
=
8160 hardcode_shlibpath_var
=unsupported
8161 link_all_deplibs
=unknown
8162 hardcode_automatic
=no
8165 always_export_symbols
=no
8166 export_symbols_cmds
='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8167 # include_expsyms should be a list of space-separated symbols to be *always*
8168 # included in the symbol list
8170 # exclude_expsyms can be an extended regexp of symbols to exclude
8171 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8172 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8173 # as well as any symbol that contains `d'.
8174 exclude_expsyms
='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8175 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8176 # platforms (ab)use it in PIC code, but their linkers get confused if
8177 # the symbol is explicitly referenced. Since portable code cannot
8178 # rely on this symbol name, it's probably fine to never include it in
8179 # preloaded symbol tables.
8180 # Exclude shared library initialization/finalization symbols.
8181 extract_expsyms_cmds
=
8182 # Just being paranoid about ensuring that cc_basename is set.
8183 for cc_temp
in $compiler""; do
8185 compile |
*[\\/]compile | ccache |
*[\\/]ccache
) ;;
8186 distcc |
*[\\/]distcc | purify |
*[\\/]purify
) ;;
8191 cc_basename
=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
8194 cygwin
* | mingw
* | pw32
*)
8195 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8196 # When not using gcc, we currently assume that we are using
8197 # Microsoft Visual C++.
8198 if test "$GCC" != yes; then
8203 # we just hope/assume this is gcc and not c89 (= MSVC++)
8212 if test "$with_gnu_ld" = yes; then
8213 # If archive_cmds runs LD, not CC, wlarc should be empty
8216 # Set some defaults for GNU ld with shared library support. These
8217 # are reset later if shared libraries are not supported. Putting them
8218 # here allows them to be overridden if necessary.
8219 runpath_var
=LD_RUN_PATH
8220 hardcode_libdir_flag_spec
='${wl}--rpath ${wl}$libdir'
8221 export_dynamic_flag_spec
='${wl}--export-dynamic'
8222 # ancient GNU ld didn't support --whole-archive et. al.
8223 if $LD --help 2>&1 |
grep 'no-whole-archive' > /dev
/null
; then
8224 whole_archive_flag_spec
="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8226 whole_archive_flag_spec
=
8228 supports_anon_versioning
=no
8229 case `$LD -v 2>/dev/null` in
8230 *\
[01].
* |
*\
2.
[0-9].
* |
*\
2.10.
*) ;; # catch versions < 2.11
8231 *\
2.11.93.0.2\
*) supports_anon_versioning
=yes ;; # RH7.3 ...
8232 *\
2.11.92.0.12\
*) supports_anon_versioning
=yes ;; # Mandrake 8.2 ...
8233 *\
2.11.
*) ;; # other 2.11 versions
8234 *) supports_anon_versioning
=yes ;;
8237 # See if GNU ld supports shared libraries.
8240 # On AIX/PPC, the GNU linker is very broken
8241 if test "$host_cpu" != ia64
; then
8245 *** Warning: the GNU linker, at least up to release 2.9.1, is reported
8246 *** to be unable to reliably create shared libraries on AIX.
8247 *** Therefore, libtool is disabling shared libraries support. If you
8248 *** really care for shared libraries, you may want to modify your PATH
8249 *** so that a non-GNU linker is found, and then restart.
8256 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)'
8257 hardcode_libdir_flag_spec
='-L$libdir'
8258 hardcode_minus_L
=yes
8260 # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
8261 # that the semantics of dynamic libraries on AmigaOS, at least up
8262 # to version 4, is to share data among multiple programs linked
8263 # with the same dynamic library. Since this doesn't match the
8264 # behavior of shared libraries on other platforms, we can't use
8270 if $LD --help 2>&1 |
grep ': supported targets:.* elf' > /dev
/null
; then
8271 allow_undefined_flag
=unsupported
8272 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8273 # support --undefined. This deserves some investigation. FIXME
8274 archive_cmds
='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8280 cygwin
* | mingw
* | pw32
*)
8281 # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8282 # as there is no search path for DLLs.
8283 hardcode_libdir_flag_spec
='-L$libdir'
8284 allow_undefined_flag
=unsupported
8285 always_export_symbols
=no
8286 enable_shared_with_static_runtimes
=yes
8287 export_symbols_cmds
='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8289 if $LD --help 2>&1 |
grep 'auto-import' > /dev
/null
; then
8290 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8291 # If the export-symbols file already is a .def file (1st line
8292 # is EXPORTS), use it as is; otherwise, prepend...
8293 archive_expsym_cmds
='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8294 cp $export_symbols $output_objdir/$soname.def;
8296 echo EXPORTS > $output_objdir/$soname.def;
8297 cat $export_symbols >> $output_objdir/$soname.def;
8299 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8307 hardcode_shlibpath_var
=no
8308 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
8309 export_dynamic_flag_spec
='${wl}-E'
8310 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8311 # Instead, shared libraries are loaded at an image base (0x10000000 by
8312 # default) and relocated if they conflict, which is a slow very memory
8313 # consuming and fragmenting process. To avoid this, we pick a random,
8314 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8315 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8316 archive_cmds
='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8317 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'
8320 gnu
* | linux
* | k
*bsd
*-gnu)
8321 if $LD --help 2>&1 |
grep ': supported targets:.* elf' > /dev
/null
; then
8323 case $cc_basename,$host_cpu in
8324 pgcc
*) # Portland Group C compiler
8325 whole_archive_flag_spec
='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
8326 tmp_addflag
=' $pic_flag'
8328 pgf77
* | pgf90
* | pgf95
*) # Portland Group f77 and f90 compilers
8329 whole_archive_flag_spec
='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
8330 tmp_addflag
=' $pic_flag -Mnomain' ;;
8331 ecc
*,ia64
* | icc
*,ia64
*) # Intel C compiler on ia64
8332 tmp_addflag
=' -i_dynamic' ;;
8333 efc
*,ia64
* | ifort
*,ia64
*) # Intel Fortran compiler on ia64
8334 tmp_addflag
=' -i_dynamic -nofor_main' ;;
8335 ifc
* | ifort
*) # Intel Fortran compiler
8336 tmp_addflag
=' -nofor_main' ;;
8338 case `$CC -V 2>&1 | sed 5q` in
8339 *Sun\ C
*) # Sun C 5.9
8340 whole_archive_flag_spec
='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
8341 tmp_sharedflag
='-G' ;;
8342 *Sun\ F
*) # Sun Fortran 8.3
8343 tmp_sharedflag
='-G' ;;
8345 tmp_sharedflag
='-shared' ;;
8347 archive_cmds
='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8349 if test $supports_anon_versioning = yes; then
8350 archive_expsym_cmds
='$echo "{ global:" > $output_objdir/$libname.ver~
8351 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8352 $echo "local: *; };" >> $output_objdir/$libname.ver~
8353 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8361 if echo __ELF__ |
$CC -E - |
grep __ELF__
>/dev
/null
; then
8362 archive_cmds
='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8365 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8366 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8371 if $LD -v 2>&1 |
grep 'BFD 2\.8' > /dev
/null
; then
8375 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
8376 *** create shared libraries on Solaris systems. Therefore, libtool
8377 *** is disabling shared libraries support. We urge you to upgrade GNU
8378 *** binutils to release 2.9.1 or newer. Another option is to modify
8379 *** your PATH or compiler configuration so that the native linker is
8380 *** used, and then restart.
8383 elif $LD --help 2>&1 |
grep ': supported targets:.* elf' > /dev
/null
; then
8384 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8385 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8391 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
*)
8392 case `$LD -v 2>&1` in
8393 *\
[01].
* |
*\
2.
[0-9].
* |
*\
2.1[0-5].
*)
8397 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8398 *** reliably create shared libraries on SCO systems. Therefore, libtool
8399 *** is disabling shared libraries support. We urge you to upgrade GNU
8400 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8401 *** your PATH or compiler configuration so that the native linker is
8402 *** used, and then restart.
8407 if $LD --help 2>&1 |
grep ': supported targets:.* elf' > /dev
/null
; then
8408 hardcode_libdir_flag_spec
='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
8409 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
8410 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib'
8419 archive_cmds
='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8422 hardcode_shlibpath_var
=no
8426 if $LD --help 2>&1 |
grep ': supported targets:.* elf' > /dev
/null
; then
8427 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8428 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8435 if test "$ld_shlibs" = no
; then
8437 hardcode_libdir_flag_spec
=
8438 export_dynamic_flag_spec
=
8439 whole_archive_flag_spec
=
8442 # PORTME fill in a description of your system's linker (not GNU ld)
8445 allow_undefined_flag
=unsupported
8446 always_export_symbols
=yes
8447 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'
8448 # Note: this linker hardcodes the directories in LIBPATH if there
8449 # are no directories specified by -L.
8450 hardcode_minus_L
=yes
8451 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8452 # Neither direct hardcoding nor static linking is supported with a
8454 hardcode_direct
=unsupported
8459 if test "$host_cpu" = ia64
; then
8460 # On IA64, the linker does run time linking by default, so we don't
8461 # have to do anything special.
8462 aix_use_runtimelinking
=no
8463 exp_sym_flag
='-Bexport'
8466 # If we're using GNU nm, then we don't want the "-C" option.
8467 # -C means demangle to AIX nm, but means don't demangle with GNU nm
8468 if $NM -V 2>&1 |
grep 'GNU' > /dev
/null
; then
8469 export_symbols_cmds
='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
8471 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'
8473 aix_use_runtimelinking
=no
8475 # Test if we are trying to use run time linking or normal
8476 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8477 # need to do runtime linking.
8478 case $host_os in aix4.
[23]|aix4.
[23].
*|aix
[5-9]*)
8479 for ld_flag
in $LDFLAGS; do
8480 if (test $ld_flag = "-brtl" ||
test $ld_flag = "-Wl,-brtl"); then
8481 aix_use_runtimelinking
=yes
8488 exp_sym_flag
='-bexport'
8489 no_entry_flag
='-bnoentry'
8492 # When large executables or shared objects are built, AIX ld can
8493 # have problems creating the table of contents. If linking a library
8494 # or program results in "error TOC overflow" add -mminimal-toc to
8495 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8496 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8500 hardcode_libdir_separator
=':'
8501 link_all_deplibs
=yes
8503 if test "$GCC" = yes; then
8504 case $host_os in aix4.
[012]|aix4.
[012].
*)
8505 # We only want to do this on AIX 4.2 and lower, the check
8506 # below for broken collect2 doesn't work under 4.3+
8507 collect2name
=`${CC} -print-prog-name=collect2`
8508 if test -f "$collect2name" && \
8509 strings "$collect2name" |
grep resolve_lib_name
>/dev
/null
8511 # We have reworked collect2
8514 # We have old collect2
8515 hardcode_direct
=unsupported
8516 # It fails to find uninstalled libraries when the uninstalled
8517 # path is not listed in the libpath. Setting hardcode_minus_L
8518 # to unsupported forces relinking
8519 hardcode_minus_L
=yes
8520 hardcode_libdir_flag_spec
='-L$libdir'
8521 hardcode_libdir_separator
=
8525 shared_flag
='-shared'
8526 if test "$aix_use_runtimelinking" = yes; then
8527 shared_flag
="$shared_flag "'${wl}-G'
8531 if test "$host_cpu" = ia64
; then
8532 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8533 # chokes on -Wl,-G. The following line is correct:
8536 if test "$aix_use_runtimelinking" = yes; then
8537 shared_flag
='${wl}-G'
8539 shared_flag
='${wl}-bM:SRE'
8544 # It seems that -bexpall does not export symbols beginning with
8545 # underscore (_), so it is better to generate a list of symbols to export.
8546 always_export_symbols
=yes
8547 if test "$aix_use_runtimelinking" = yes; then
8548 # Warning - without using the other runtime loading flags (-brtl),
8549 # -berok will link without error, but may produce a broken library.
8550 allow_undefined_flag
='-berok'
8551 # Determine the default libpath from the value encoded in an empty executable.
8552 cat >conftest.
$ac_ext <<_ACEOF
8555 cat confdefs.h
>>conftest.
$ac_ext
8556 cat >>conftest.
$ac_ext <<_ACEOF
8557 /* end confdefs.h. */
8567 rm -f conftest.
$ac_objext conftest
$ac_exeext
8568 if { (ac_try
="$ac_link"
8570 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8571 *) ac_try_echo=$ac_try;;
8573 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8574 (eval "$ac_link") 2>conftest.er1
8576 grep -v '^ *+' conftest.er1 >conftest.err
8578 cat conftest.err >&5
8579 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8580 (exit $ac_status); } && {
8581 test -z "$ac_c_werror_flag" ||
8582 test ! -s conftest.err
8583 } && test -s conftest$ac_exeext &&
8584 $as_test_x conftest$ac_exeext; then
8586 lt_aix_libpath_sed='
8587 /Import File Strings/,/^$/ {
8593 aix_libpath=`dump
-H conftest
$ac_exeext 2>/dev
/null |
$SED -n -e "$lt_aix_libpath_sed"`
8594 # Check for a 64-bit object if we didn't find anything.
8595 if test -z "$aix_libpath"; then
8596 aix_libpath=`dump
-HX64 conftest
$ac_exeext 2>/dev
/null |
$SED -n -e "$lt_aix_libpath_sed"`
8599 echo "$as_me: failed program was:" >&5
8600 sed 's/^/| /' conftest.$ac_ext >&5
8605 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8606 conftest$ac_exeext conftest.$ac_ext
8607 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8609 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8610 archive_expsym_cmds="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
8612 if test "$host_cpu" = ia64; then
8613 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8614 allow_undefined_flag="-z nodefs"
8615 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"
8617 # Determine the default libpath from the value encoded in an empty executable.
8618 cat >conftest.$ac_ext <<_ACEOF
8621 cat confdefs.h >>conftest.$ac_ext
8622 cat >>conftest.$ac_ext <<_ACEOF
8623 /* end confdefs.h. */
8633 rm -f conftest.$ac_objext conftest$ac_exeext
8634 if { (ac_try="$ac_link"
8636 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8637 *) ac_try_echo
=$ac_try;;
8639 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8640 (eval "$ac_link") 2>conftest.er1
8642 grep -v '^ *+' conftest.er1
>conftest.err
8644 cat conftest.err
>&5
8645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8646 (exit $ac_status); } && {
8647 test -z "$ac_c_werror_flag" ||
8648 test ! -s conftest.err
8649 } && test -s conftest
$ac_exeext &&
8650 $as_test_x conftest
$ac_exeext; then
8652 lt_aix_libpath_sed
='
8653 /Import File Strings/,/^$/ {
8659 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8660 # Check for a 64-bit object if we didn't find anything.
8661 if test -z "$aix_libpath"; then
8662 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8665 echo "$as_me: failed program was:" >&5
8666 sed 's/^/| /' conftest.
$ac_ext >&5
8671 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
8672 conftest
$ac_exeext conftest.
$ac_ext
8673 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
8675 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
8676 # Warning - without using the other run time loading flags,
8677 # -berok will link without error, but may produce a broken library.
8678 no_undefined_flag
=' ${wl}-bernotok'
8679 allow_undefined_flag
=' ${wl}-berok'
8680 # Exported symbols can be pulled into shared objects from archives
8681 whole_archive_flag_spec
='$convenience'
8682 archive_cmds_need_lc
=yes
8683 # This is similar to how AIX traditionally builds its shared libraries.
8684 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'
8690 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)'
8691 hardcode_libdir_flag_spec
='-L$libdir'
8692 hardcode_minus_L
=yes
8693 # see comment about different semantics on the GNU ld section
8698 export_dynamic_flag_spec
=-rdynamic
8701 cygwin
* | mingw
* | pw32
*)
8702 # When not using gcc, we currently assume that we are using
8703 # Microsoft Visual C++.
8704 # hardcode_libdir_flag_spec is actually meaningless, as there is
8705 # no search path for DLLs.
8706 hardcode_libdir_flag_spec
=' '
8707 allow_undefined_flag
=unsupported
8708 # Tell ltmain to make .lib files, not .a files.
8710 # Tell ltmain to make .dll files, not .so files.
8712 # FIXME: Setting linknames here is a bad hack.
8713 archive_cmds
='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
8714 # The linker will automatically build a .lib file if we build a DLL.
8715 old_archive_From_new_cmds
='true'
8716 # FIXME: Should let the user specify the lib program.
8717 old_archive_cmds
='lib -OUT:$oldlib$oldobjs$old_deplibs'
8718 fix_srcfile_path
='`cygpath -w "$srcfile"`'
8719 enable_shared_with_static_runtimes
=yes
8722 darwin
* | rhapsody
*)
8724 rhapsody
* | darwin1.
[012])
8725 allow_undefined_flag
='${wl}-undefined ${wl}suppress'
8728 if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
8729 allow_undefined_flag
='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
8731 case ${MACOSX_DEPLOYMENT_TARGET} in
8733 allow_undefined_flag
='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
8736 allow_undefined_flag
='${wl}-undefined ${wl}dynamic_lookup'
8742 archive_cmds_need_lc
=no
8744 hardcode_automatic
=yes
8745 hardcode_shlibpath_var
=unsupported
8746 whole_archive_flag_spec
=''
8747 link_all_deplibs
=yes
8748 if test "$GCC" = yes ; then
8749 output_verbose_link_cmd
='echo'
8750 archive_cmds
="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
8751 module_cmds
="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
8752 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}"
8753 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}"
8755 case $cc_basename in
8757 output_verbose_link_cmd
='echo'
8758 archive_cmds
='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
8759 module_cmds
='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
8760 # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
8761 archive_expsym_cmds
='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
8762 module_expsym_cmds
='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
8772 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8773 hardcode_libdir_flag_spec
='-L$libdir'
8774 hardcode_shlibpath_var
=no
8781 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
8782 # support. Future versions do this automatically, but an explicit c++rt0.o
8783 # does not break anything, and helps significantly (at the cost of a little
8786 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
8787 hardcode_libdir_flag_spec
='-R$libdir'
8789 hardcode_shlibpath_var
=no
8792 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
8794 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8796 hardcode_minus_L
=yes
8797 hardcode_shlibpath_var
=no
8800 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
8801 freebsd
* | dragonfly
*)
8802 archive_cmds
='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
8803 hardcode_libdir_flag_spec
='-R$libdir'
8805 hardcode_shlibpath_var
=no
8809 if test "$GCC" = yes; then
8810 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'
8812 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'
8814 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
8815 hardcode_libdir_separator
=:
8818 # hardcode_minus_L: Not really in the search PATH,
8819 # but as the default location of the library.
8820 hardcode_minus_L
=yes
8821 export_dynamic_flag_spec
='${wl}-E'
8825 if test "$GCC" = yes -a "$with_gnu_ld" = no
; then
8826 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8828 archive_cmds
='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
8830 if test "$with_gnu_ld" = no
; then
8831 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
8832 hardcode_libdir_separator
=:
8835 export_dynamic_flag_spec
='${wl}-E'
8837 # hardcode_minus_L: Not really in the search PATH,
8838 # but as the default location of the library.
8839 hardcode_minus_L
=yes
8844 if test "$GCC" = yes -a "$with_gnu_ld" = no
; then
8847 archive_cmds
='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8850 archive_cmds
='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8853 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8859 archive_cmds
='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8862 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8865 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8869 if test "$with_gnu_ld" = no
; then
8870 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
8871 hardcode_libdir_separator
=:
8875 hardcode_libdir_flag_spec_ld
='+b $libdir'
8877 hardcode_shlibpath_var
=no
8881 export_dynamic_flag_spec
='${wl}-E'
8883 # hardcode_minus_L: Not really in the search PATH,
8884 # but as the default location of the library.
8885 hardcode_minus_L
=yes
8891 irix5
* | irix6
* | nonstopux
*)
8892 if test "$GCC" = yes; then
8893 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
8895 archive_cmds
='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
8896 hardcode_libdir_flag_spec_ld
='-rpath $libdir'
8898 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
8899 hardcode_libdir_separator
=:
8900 link_all_deplibs
=yes
8904 if echo __ELF__ |
$CC -E - |
grep __ELF__
>/dev
/null
; then
8905 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
8907 archive_cmds
='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
8909 hardcode_libdir_flag_spec
='-R$libdir'
8911 hardcode_shlibpath_var
=no
8915 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8917 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
8918 hardcode_libdir_separator
=:
8919 hardcode_shlibpath_var
=no
8923 if test -f /usr
/libexec
/ld.so
; then
8925 hardcode_shlibpath_var
=no
8926 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
8927 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
8928 archive_expsym_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
8929 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
8930 export_dynamic_flag_spec
='${wl}-E'
8933 openbsd
[01].
* | openbsd2.
[0-7] | openbsd2.
[0-7].
*)
8934 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8935 hardcode_libdir_flag_spec
='-R$libdir'
8938 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
8939 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
8949 hardcode_libdir_flag_spec
='-L$libdir'
8950 hardcode_minus_L
=yes
8951 allow_undefined_flag
=unsupported
8952 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'
8953 old_archive_From_new_cmds
='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
8957 if test "$GCC" = yes; then
8958 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
8959 archive_cmds
='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
8961 allow_undefined_flag
=' -expect_unresolved \*'
8962 archive_cmds
='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
8964 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
8965 hardcode_libdir_separator
=:
8968 osf4
* | osf5
*) # as osf3* with the addition of -msym flag
8969 if test "$GCC" = yes; then
8970 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
8971 archive_cmds
='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
8972 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
8974 allow_undefined_flag
=' -expect_unresolved \*'
8975 archive_cmds
='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
8976 archive_expsym_cmds
='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
8977 $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
8979 # Both c and cxx compiler support -rpath directly
8980 hardcode_libdir_flag_spec
='-rpath $libdir'
8982 hardcode_libdir_separator
=:
8986 no_undefined_flag
=' -z text'
8987 if test "$GCC" = yes; then
8989 archive_cmds
='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8990 archive_expsym_cmds
='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
8991 $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
8994 archive_cmds
='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
8995 archive_expsym_cmds
='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
8996 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
8998 hardcode_libdir_flag_spec
='-R$libdir'
8999 hardcode_shlibpath_var
=no
9001 solaris2.
[0-5] | solaris2.
[0-5].
*) ;;
9003 # The compiler driver will combine and reorder linker options,
9004 # but understands `-z linker_flag'. GCC discards it without `$wl',
9005 # but is careful enough not to reorder.
9006 # Supported since Solaris 2.6 (maybe 2.5.1?)
9007 if test "$GCC" = yes; then
9008 whole_archive_flag_spec
='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9010 whole_archive_flag_spec
='-z allextract$convenience -z defaultextract'
9014 link_all_deplibs
=yes
9018 if test "x$host_vendor" = xsequent
; then
9019 # Use $CC to link under sequent, because it throws in some extra .o
9020 # files that make .init and .fini sections work.
9021 archive_cmds
='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9023 archive_cmds
='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9025 hardcode_libdir_flag_spec
='-L$libdir'
9027 hardcode_minus_L
=yes
9028 hardcode_shlibpath_var
=no
9032 case $host_vendor in
9034 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9035 hardcode_direct
=yes # is this really true???
9038 ## LD is ld it makes a PLAMLIB
9039 ## CC just makes a GrossModule.
9040 archive_cmds
='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9041 reload_cmds
='$CC -r -o $output$reload_objs'
9045 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9046 hardcode_direct
=no
#Motorola manual says yes, but my tests say they lie
9049 runpath_var
='LD_RUN_PATH'
9050 hardcode_shlibpath_var
=no
9054 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9055 hardcode_shlibpath_var
=no
9056 export_dynamic_flag_spec
='-Bexport'
9060 if test -d /usr
/nec
; then
9061 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9062 hardcode_shlibpath_var
=no
9063 runpath_var
=LD_RUN_PATH
9064 hardcode_runpath_var
=yes
9069 sysv4
*uw2
* | sysv5OpenUNIX
* | sysv5UnixWare7.
[01].
[10]* | unixware7
* | sco3.2v5.0.
[024]*)
9070 no_undefined_flag
='${wl}-z,text'
9071 archive_cmds_need_lc
=no
9072 hardcode_shlibpath_var
=no
9073 runpath_var
='LD_RUN_PATH'
9075 if test "$GCC" = yes; then
9076 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9077 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9079 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9080 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9084 sysv5
* | sco3.2v5
* | sco5v6
*)
9085 # Note: We can NOT use -z defs as we might desire, because we do not
9086 # link with -lc, and that would cause any symbols used from libc to
9087 # always be unresolved, which means just about no library would
9088 # ever link correctly. If we're not using GNU ld we use -z text
9089 # though, which does catch some bad symbols but isn't as heavy-handed
9091 no_undefined_flag
='${wl}-z,text'
9092 allow_undefined_flag
='${wl}-z,nodefs'
9093 archive_cmds_need_lc
=no
9094 hardcode_shlibpath_var
=no
9095 hardcode_libdir_flag_spec
='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
9096 hardcode_libdir_separator
=':'
9097 link_all_deplibs
=yes
9098 export_dynamic_flag_spec
='${wl}-Bexport'
9099 runpath_var
='LD_RUN_PATH'
9101 if test "$GCC" = yes; then
9102 archive_cmds
='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
9103 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
9105 archive_cmds
='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
9106 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
9111 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9112 hardcode_libdir_flag_spec
='-L$libdir'
9113 hardcode_shlibpath_var
=no
9122 { echo "$as_me:$LINENO: result: $ld_shlibs" >&5
9123 echo "${ECHO_T}$ld_shlibs" >&6; }
9124 test "$ld_shlibs" = no
&& can_build_shared
=no
9127 # Do we need to explicitly link libc?
9129 case "x$archive_cmds_need_lc" in
9131 # Assume -lc should be added
9132 archive_cmds_need_lc
=yes
9134 if test "$enable_shared" = yes && test "$GCC" = yes; then
9135 case $archive_cmds in
9137 # FIXME: we may have to deal with multi-command sequences.
9140 # Test whether the compiler implicitly links with -lc since on some
9141 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9142 # to ld, don't add -lc before -lgcc.
9143 { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
9144 echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
9146 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
9148 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9149 (eval $ac_compile) 2>&5
9151 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9152 (exit $ac_status); } 2>conftest.err
; then
9155 libobjs
=conftest.
$ac_objext
9157 wl
=$lt_prog_compiler_wl
9158 pic_flag
=$lt_prog_compiler_pic
9164 lt_save_allow_undefined_flag
=$allow_undefined_flag
9165 allow_undefined_flag
=
9166 if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
9167 (eval $archive_cmds 2\
>\
&1 \|
grep \" -lc \" \
>/dev
/null
2\
>\
&1) 2>&5
9169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9170 (exit $ac_status); }
9172 archive_cmds_need_lc
=no
9174 archive_cmds_need_lc
=yes
9176 allow_undefined_flag
=$lt_save_allow_undefined_flag
9178 cat conftest.err
1>&5
9181 { echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
9182 echo "${ECHO_T}$archive_cmds_need_lc" >&6; }
9189 { echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
9190 echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
9192 libname_spec
='lib$name'
9200 shlibpath_overrides_runpath
=unknown
9202 dynamic_linker
="$host_os ld.so"
9203 sys_lib_dlsearch_path_spec
="/lib /usr/lib"
9205 if test "$GCC" = yes; then
9207 darwin
*) lt_awk_arg
="/^libraries:/,/LR/" ;;
9208 *) lt_awk_arg
="/^libraries:/" ;;
9210 lt_search_path_spec
=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
9211 if echo "$lt_search_path_spec" |
grep ';' >/dev
/null
; then
9212 # if the path contains ";" then we assume it to be the separator
9213 # otherwise default to the standard path separator (i.e. ":") - it is
9214 # assumed that no part of a normal pathname contains ";" but that should
9215 # okay in the real world where ";" in dirpaths is itself problematic.
9216 lt_search_path_spec
=`echo "$lt_search_path_spec" | $SED -e 's/;/ /g'`
9218 lt_search_path_spec
=`echo "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
9220 # Ok, now we have the path, separated by spaces, we can step through it
9221 # and add multilib dir if necessary.
9222 lt_tmp_lt_search_path_spec
=
9223 lt_multi_os_dir
=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9224 for lt_sys_path
in $lt_search_path_spec; do
9225 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9226 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9228 test -d "$lt_sys_path" && \
9229 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path"
9232 lt_search_path_spec
=`echo $lt_tmp_lt_search_path_spec | awk '
9233 BEGIN {RS=" "; FS="/|\n";} {
9236 for (lt_i = NF; lt_i > 0; lt_i--) {
9237 if ($lt_i != "" && $lt_i != ".") {
9238 if ($lt_i == "..") {
9241 if (lt_count == 0) {
9242 lt_foo="/" $lt_i lt_foo;
9249 if (lt_foo != "") { lt_freq[lt_foo]++; }
9250 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9252 sys_lib_search_path_spec
=`echo $lt_search_path_spec`
9254 sys_lib_search_path_spec
="/lib /usr/lib /usr/local/lib"
9256 need_lib_prefix
=unknown
9257 hardcode_into_libs
=no
9259 # when you set need_version to no, make sure it does not cause -set_version
9260 # flags to be left without arguments
9261 need_version
=unknown
9266 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname.a'
9267 shlibpath_var
=LIBPATH
9269 # AIX 3 has no versioning support, so we append a major version to the name.
9270 soname_spec
='${libname}${release}${shared_ext}$major'
9277 hardcode_into_libs
=yes
9278 if test "$host_cpu" = ia64
; then
9279 # AIX 5 supports IA64
9280 library_names_spec
='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9281 shlibpath_var
=LD_LIBRARY_PATH
9283 # With GCC up to 2.95.x, collect2 would create an import file
9284 # for dependence libraries. The import file would start with
9285 # the line `#! .'. This would cause the generated library to
9286 # depend on `.', always an invalid library. This was fixed in
9287 # development snapshots of GCC prior to 3.0.
9289 aix4 | aix4.
[01] | aix4.
[01].
*)
9290 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9292 echo '#endif'; } |
${CC} -E - |
grep yes > /dev
/null
; then
9299 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9300 # soname into executable. Probably we can add versioning support to
9301 # collect2, so additional links can be useful in future.
9302 if test "$aix_use_runtimelinking" = yes; then
9303 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9304 # instead of lib<name>.a to let people know that these are not
9305 # typical AIX shared libraries.
9306 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9308 # We preserve .a as extension for shared libraries through AIX4.2
9309 # and later when we are not doing run time linking.
9310 library_names_spec
='${libname}${release}.a $libname.a'
9311 soname_spec
='${libname}${release}${shared_ext}$major'
9313 shlibpath_var
=LIBPATH
9318 library_names_spec
='$libname.ixlibrary $libname.a'
9319 # Create ${libname}_ixlibrary.a entries in /sys/libs.
9320 finish_eval
='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''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'
9324 library_names_spec
='${libname}${shared_ext}'
9325 dynamic_linker
="$host_os ld.so"
9326 shlibpath_var
=LIBRARY_PATH
9332 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9333 soname_spec
='${libname}${release}${shared_ext}$major'
9334 finish_cmds
='PATH="\$PATH:/sbin" ldconfig $libdir'
9335 shlibpath_var
=LD_LIBRARY_PATH
9336 sys_lib_search_path_spec
="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9337 sys_lib_dlsearch_path_spec
="/shlib /usr/lib /usr/local/lib"
9338 # the default ld.so.conf also contains /usr/contrib/lib and
9339 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9340 # libtool to hard-code these into programs
9343 cygwin
* | mingw
* | pw32
*)
9344 version_type
=windows
9349 case $GCC,$host_os in
9350 yes,cygwin
* |
yes,mingw
* |
yes,pw32
*)
9351 library_names_spec
='$libname.dll.a'
9352 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9353 postinstall_cmds
='base_file=`basename \${file}`~
9354 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
9355 dldir=$destdir/`dirname \$dlpath`~
9356 test -d \$dldir || mkdir -p \$dldir~
9357 $install_prog $dir/$dlname \$dldir/$dlname~
9358 chmod a+x \$dldir/$dlname'
9359 postuninstall_cmds
='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9360 dlpath=$dir/\$dldll~
9362 shlibpath_overrides_runpath
=yes
9366 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9367 soname_spec
='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9368 sys_lib_search_path_spec
="/usr/lib /lib/w32api /lib /usr/local/lib"
9371 # MinGW DLLs use traditional 'lib' prefix
9372 soname_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9373 sys_lib_search_path_spec
=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
9374 if echo "$sys_lib_search_path_spec" |
grep ';[c-zC-Z]:/' >/dev
/null
; then
9375 # It is most probably a Windows format PATH printed by
9376 # mingw gcc, but we are running on Cygwin. Gcc prints its search
9377 # path with ; separators, and with drive letters. We can handle the
9378 # drive letters (cygwin fileutils understands them), so leave them,
9379 # especially as we might pass files found there to a mingw objdump,
9380 # which wouldn't understand a cygwinified path. Ahh.
9381 sys_lib_search_path_spec
=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
9383 sys_lib_search_path_spec
=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
9387 # pw32 DLLs use 'pw' prefix rather than 'lib'
9388 library_names_spec
='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9394 library_names_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9397 dynamic_linker
='Win32 ld.exe'
9398 # FIXME: first we should search . and the directory the executable is in
9402 darwin
* | rhapsody
*)
9403 dynamic_linker
="$host_os dyld"
9407 library_names_spec
='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9408 soname_spec
='${libname}${release}${major}$shared_ext'
9409 shlibpath_overrides_runpath
=yes
9410 shlibpath_var
=DYLD_LIBRARY_PATH
9411 shrext_cmds
='`test .$module = .yes && echo .so || echo .dylib`'
9413 sys_lib_search_path_spec
="$sys_lib_search_path_spec /usr/local/lib"
9414 sys_lib_dlsearch_path_spec
='/usr/local/lib /lib /usr/lib'
9421 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9422 soname_spec
='${libname}${release}${shared_ext}$major'
9423 shlibpath_var
=LD_LIBRARY_PATH
9430 freebsd
* | dragonfly
*)
9431 # DragonFly does not have aout. When/if they implement a new
9432 # versioning mechanism, adjust this.
9433 if test -x /usr
/bin
/objformat
; then
9434 objformat
=`/usr/bin/objformat`
9437 freebsd
[123]*) objformat
=aout
;;
9441 version_type
=freebsd-
$objformat
9442 case $version_type in
9444 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9449 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9453 shlibpath_var
=LD_LIBRARY_PATH
9456 shlibpath_overrides_runpath
=yes
9458 freebsd3.
[01]* | freebsdelf3.
[01]*)
9459 shlibpath_overrides_runpath
=yes
9460 hardcode_into_libs
=yes
9462 freebsd3.
[2-9]* | freebsdelf3.
[2-9]* | \
9463 freebsd4.
[0-5] | freebsdelf4.
[0-5] | freebsd4.1
.1 | freebsdelf4.1
.1)
9464 shlibpath_overrides_runpath
=no
9465 hardcode_into_libs
=yes
9467 *) # from 4.6 on, and DragonFly
9468 shlibpath_overrides_runpath
=yes
9469 hardcode_into_libs
=yes
9478 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9479 soname_spec
='${libname}${release}${shared_ext}$major'
9480 shlibpath_var
=LD_LIBRARY_PATH
9481 hardcode_into_libs
=yes
9484 hpux9
* | hpux10
* | hpux11
*)
9485 # Give a soname corresponding to the major version so that dld.sl refuses to
9486 # link against other versions.
9493 hardcode_into_libs
=yes
9494 dynamic_linker
="$host_os dld.so"
9495 shlibpath_var
=LD_LIBRARY_PATH
9496 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
9497 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9498 soname_spec
='${libname}${release}${shared_ext}$major'
9499 if test "X$HPUX_IA64_MODE" = X32
; then
9500 sys_lib_search_path_spec
="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
9502 sys_lib_search_path_spec
="/usr/lib/hpux64 /usr/local/lib/hpux64"
9504 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
9508 hardcode_into_libs
=yes
9509 dynamic_linker
="$host_os dld.sl"
9510 shlibpath_var
=LD_LIBRARY_PATH
# How should we handle SHLIB_PATH
9511 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
9512 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9513 soname_spec
='${libname}${release}${shared_ext}$major'
9514 sys_lib_search_path_spec
="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
9515 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
9519 dynamic_linker
="$host_os dld.sl"
9520 shlibpath_var
=SHLIB_PATH
9521 shlibpath_overrides_runpath
=no
# +s is required to enable SHLIB_PATH
9522 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9523 soname_spec
='${libname}${release}${shared_ext}$major'
9526 # HP-UX runs *really* slowly unless shared libraries are mode 555.
9527 postinstall_cmds
='chmod 555 $lib'
9534 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9535 soname_spec
='${libname}${release}${shared_ext}$major'
9536 dynamic_linker
='Interix 3.x ld.so.1 (PE, like ELF)'
9537 shlibpath_var
=LD_LIBRARY_PATH
9538 shlibpath_overrides_runpath
=no
9539 hardcode_into_libs
=yes
9542 irix5
* | irix6
* | nonstopux
*)
9544 nonstopux
*) version_type
=nonstopux
;;
9546 if test "$lt_cv_prog_gnu_ld" = yes; then
9554 soname_spec
='${libname}${release}${shared_ext}$major'
9555 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
9557 irix5
* | nonstopux
*)
9561 case $LD in # libtool.m4 will add one of these switches to LD
9562 *-32|
*"-32 "|
*-melf32bsmip|
*"-melf32bsmip ")
9563 libsuff
= shlibsuff
= libmagic
=32-bit;;
9564 *-n32|
*"-n32 "|
*-melf32bmipn32|
*"-melf32bmipn32 ")
9565 libsuff
=32 shlibsuff
=N32 libmagic
=N32
;;
9566 *-64|
*"-64 "|
*-melf64bmip|
*"-melf64bmip ")
9567 libsuff
=64 shlibsuff
=64 libmagic
=64-bit;;
9568 *) libsuff
= shlibsuff
= libmagic
=never-match
;;
9572 shlibpath_var
=LD_LIBRARY
${shlibsuff}_PATH
9573 shlibpath_overrides_runpath
=no
9574 sys_lib_search_path_spec
="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
9575 sys_lib_dlsearch_path_spec
="/usr/lib${libsuff} /lib${libsuff}"
9576 hardcode_into_libs
=yes
9579 # No shared lib support for Linux oldld, aout, or coff.
9580 linux
*oldld
* | linux
*aout
* | linux
*coff
*)
9584 # This must be Linux ELF.
9585 linux
* | k
*bsd
*-gnu)
9589 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9590 soname_spec
='${libname}${release}${shared_ext}$major'
9591 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -n $libdir'
9592 shlibpath_var
=LD_LIBRARY_PATH
9593 shlibpath_overrides_runpath
=no
9594 # This implies no fast_install, which is unacceptable.
9595 # Some rework will be needed to allow for fast_install
9596 # before this can be enabled.
9597 hardcode_into_libs
=yes
9599 # Append ld.so.conf contents to the search path
9600 if test -f /etc
/ld.so.conf
; then
9601 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;/^$/d' | tr '\n' ' '`
9602 sys_lib_dlsearch_path_spec
="/lib /usr/lib $lt_ld_extra"
9605 # We used to test for /lib/ld.so.1 and disable shared libraries on
9606 # powerpc, because MkLinux only supported shared libraries with the
9607 # GNU dynamic linker. Since this was broken with cross compilers,
9608 # most powerpc-linux boxes support dynamic linking these days and
9609 # people can always --disable-shared, the test was removed, and we
9610 # assume the GNU/Linux dynamic linker is in use.
9611 dynamic_linker
='GNU/Linux ld.so'
9618 if echo __ELF__ |
$CC -E - |
grep __ELF__
>/dev
/null
; then
9619 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9620 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
9621 dynamic_linker
='NetBSD (a.out) ld.so'
9623 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9624 soname_spec
='${libname}${release}${shared_ext}$major'
9625 dynamic_linker
='NetBSD ld.elf_so'
9627 shlibpath_var
=LD_LIBRARY_PATH
9628 shlibpath_overrides_runpath
=yes
9629 hardcode_into_libs
=yes
9634 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9635 shlibpath_var
=LD_LIBRARY_PATH
9636 shlibpath_overrides_runpath
=yes
9643 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9644 soname_spec
='${libname}${release}${shared_ext}$major'
9645 shlibpath_var
=LD_LIBRARY_PATH
9646 shlibpath_overrides_runpath
=yes
9651 sys_lib_dlsearch_path_spec
="/usr/lib"
9653 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
9655 openbsd3.3 | openbsd3.3.
*) need_version
=yes ;;
9656 *) need_version
=no
;;
9658 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9659 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
9660 shlibpath_var
=LD_LIBRARY_PATH
9661 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9663 openbsd2.
[89] | openbsd2.
[89].
*)
9664 shlibpath_overrides_runpath
=no
9667 shlibpath_overrides_runpath
=yes
9671 shlibpath_overrides_runpath
=yes
9676 libname_spec
='$name'
9679 library_names_spec
='$libname${shared_ext} $libname.a'
9680 dynamic_linker
='OS/2 ld.exe'
9681 shlibpath_var
=LIBPATH
9684 osf3
* | osf4
* | osf5
*)
9688 soname_spec
='${libname}${release}${shared_ext}$major'
9689 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9690 shlibpath_var
=LD_LIBRARY_PATH
9691 sys_lib_search_path_spec
="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
9692 sys_lib_dlsearch_path_spec
="$sys_lib_search_path_spec"
9703 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9704 soname_spec
='${libname}${release}${shared_ext}$major'
9705 shlibpath_var
=LD_LIBRARY_PATH
9706 shlibpath_overrides_runpath
=yes
9707 hardcode_into_libs
=yes
9708 # ldd complains unless libraries are executable
9709 postinstall_cmds
='chmod +x $lib'
9714 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9715 finish_cmds
='PATH="\$PATH:/usr/etc" ldconfig $libdir'
9716 shlibpath_var
=LD_LIBRARY_PATH
9717 shlibpath_overrides_runpath
=yes
9718 if test "$with_gnu_ld" = yes; then
9726 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9727 soname_spec
='${libname}${release}${shared_ext}$major'
9728 shlibpath_var
=LD_LIBRARY_PATH
9729 case $host_vendor in
9731 shlibpath_overrides_runpath
=no
9733 export_dynamic_flag_spec
='${wl}-Blargedynsym'
9734 runpath_var
=LD_RUN_PATH
9742 shlibpath_overrides_runpath
=no
9743 sys_lib_search_path_spec
='/lib /usr/lib /usr/ccs/lib'
9749 if test -d /usr
/nec
;then
9751 library_names_spec
='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
9752 soname_spec
='$libname${shared_ext}.$major'
9753 shlibpath_var
=LD_LIBRARY_PATH
9757 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
* | sysv4
*uw2
*)
9758 version_type
=freebsd-elf
9761 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9762 soname_spec
='${libname}${release}${shared_ext}$major'
9763 shlibpath_var
=LD_LIBRARY_PATH
9764 hardcode_into_libs
=yes
9765 if test "$with_gnu_ld" = yes; then
9766 sys_lib_search_path_spec
='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
9767 shlibpath_overrides_runpath
=no
9769 sys_lib_search_path_spec
='/usr/ccs/lib /usr/lib'
9770 shlibpath_overrides_runpath
=yes
9773 sys_lib_search_path_spec
="$sys_lib_search_path_spec /lib"
9777 sys_lib_dlsearch_path_spec
='/usr/lib'
9782 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9783 soname_spec
='${libname}${release}${shared_ext}$major'
9784 shlibpath_var
=LD_LIBRARY_PATH
9791 { echo "$as_me:$LINENO: result: $dynamic_linker" >&5
9792 echo "${ECHO_T}$dynamic_linker" >&6; }
9793 test "$dynamic_linker" = no
&& can_build_shared
=no
9795 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
9796 echo $ECHO_N "(cached) $ECHO_C" >&6
9798 lt_cv_sys_lib_search_path_spec
="$sys_lib_search_path_spec"
9801 sys_lib_search_path_spec
="$lt_cv_sys_lib_search_path_spec"
9802 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
9803 echo $ECHO_N "(cached) $ECHO_C" >&6
9805 lt_cv_sys_lib_dlsearch_path_spec
="$sys_lib_dlsearch_path_spec"
9808 sys_lib_dlsearch_path_spec
="$lt_cv_sys_lib_dlsearch_path_spec"
9810 variables_saved_for_relink
="PATH $shlibpath_var $runpath_var"
9811 if test "$GCC" = yes; then
9812 variables_saved_for_relink
="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
9815 { echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
9816 echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
9818 if test -n "$hardcode_libdir_flag_spec" || \
9819 test -n "$runpath_var" || \
9820 test "X$hardcode_automatic" = "Xyes" ; then
9822 # We can hardcode non-existant directories.
9823 if test "$hardcode_direct" != no
&&
9824 # If the only mechanism to avoid hardcoding is shlibpath_var, we
9825 # have to relink, otherwise we might link with an installed library
9826 # when we should be linking with a yet-to-be-installed one
9827 ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, )" != no &&
9828 test "$hardcode_minus_L" != no
; then
9829 # Linking always hardcodes the temporary library directory.
9830 hardcode_action
=relink
9832 # We can link without hardcoding, and we can hardcode nonexisting dirs.
9833 hardcode_action
=immediate
9836 # We cannot hardcode anything, or else we can only hardcode existing
9838 hardcode_action
=unsupported
9840 { echo "$as_me:$LINENO: result: $hardcode_action" >&5
9841 echo "${ECHO_T}$hardcode_action" >&6; }
9843 if test "$hardcode_action" = relink
; then
9844 # Fast installation is not supported
9845 enable_fast_install
=no
9846 elif test "$shlibpath_overrides_runpath" = yes ||
9847 test "$enable_shared" = no
; then
9848 # Fast installation is not necessary
9849 enable_fast_install
=needless
9854 { echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
9855 echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6; }
9856 if test -n "$STRIP" && $STRIP -V 2>&1 |
grep "GNU strip" >/dev
/null
; then
9857 test -z "$old_striplib" && old_striplib
="$STRIP --strip-debug"
9858 test -z "$striplib" && striplib
="$STRIP --strip-unneeded"
9859 { echo "$as_me:$LINENO: result: yes" >&5
9860 echo "${ECHO_T}yes" >&6; }
9862 # FIXME - insert some real tests, host_os isn't really good enough
9865 if test -n "$STRIP" ; then
9866 striplib
="$STRIP -x"
9867 old_striplib
="$STRIP -S"
9868 { echo "$as_me:$LINENO: result: yes" >&5
9869 echo "${ECHO_T}yes" >&6; }
9871 { echo "$as_me:$LINENO: result: no" >&5
9872 echo "${ECHO_T}no" >&6; }
9876 { echo "$as_me:$LINENO: result: no" >&5
9877 echo "${ECHO_T}no" >&6; }
9882 if test "x$enable_dlopen" != xyes
; then
9883 enable_dlopen
=unknown
9884 enable_dlopen_self
=unknown
9885 enable_dlopen_self_static
=unknown
9892 lt_cv_dlopen
="load_add_on"
9894 lt_cv_dlopen_self
=yes
9898 lt_cv_dlopen
="LoadLibrary"
9903 lt_cv_dlopen
="dlopen"
9908 # if libdl is installed we need to link against it
9909 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
9910 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
9911 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
9912 echo $ECHO_N "(cached) $ECHO_C" >&6
9914 ac_check_lib_save_LIBS
=$LIBS
9916 cat >conftest.
$ac_ext <<_ACEOF
9919 cat confdefs.h
>>conftest.
$ac_ext
9920 cat >>conftest.
$ac_ext <<_ACEOF
9921 /* end confdefs.h. */
9923 /* Override any GCC internal prototype to avoid an error.
9924 Use char because int might match the return type of a GCC
9925 builtin and then its argument prototype would still apply. */
9938 rm -f conftest.
$ac_objext conftest
$ac_exeext
9939 if { (ac_try
="$ac_link"
9941 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9942 *) ac_try_echo=$ac_try;;
9944 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9945 (eval "$ac_link") 2>conftest.er1
9947 grep -v '^ *+' conftest.er1 >conftest.err
9949 cat conftest.err >&5
9950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9951 (exit $ac_status); } && {
9952 test -z "$ac_c_werror_flag" ||
9953 test ! -s conftest.err
9954 } && test -s conftest$ac_exeext &&
9955 $as_test_x conftest$ac_exeext; then
9956 ac_cv_lib_dl_dlopen=yes
9958 echo "$as_me: failed program was:" >&5
9959 sed 's/^/| /' conftest.$ac_ext >&5
9961 ac_cv_lib_dl_dlopen=no
9964 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9965 conftest$ac_exeext conftest.$ac_ext
9966 LIBS=$ac_check_lib_save_LIBS
9968 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
9969 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
9970 if test $ac_cv_lib_dl_dlopen = yes; then
9971 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
9976 lt_cv_dlopen_self=yes
9983 { echo "$as_me:$LINENO: checking for shl_load" >&5
9984 echo $ECHO_N "checking for shl_load... $ECHO_C" >&6; }
9985 if test "${ac_cv_func_shl_load+set}" = set; then
9986 echo $ECHO_N "(cached) $ECHO_C" >&6
9988 cat >conftest.$ac_ext <<_ACEOF
9991 cat confdefs.h >>conftest.$ac_ext
9992 cat >>conftest.$ac_ext <<_ACEOF
9993 /* end confdefs.h. */
9994 /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
9995 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9996 #define shl_load innocuous_shl_load
9998 /* System header to define __stub macros and hopefully few prototypes,
9999 which can conflict with char shl_load (); below.
10000 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10001 <limits.h> exists even on freestanding compilers. */
10004 # include <limits.h>
10006 # include <assert.h>
10011 /* Override any GCC internal prototype to avoid an error.
10012 Use char because int might match the return type of a GCC
10013 builtin and then its argument prototype would still apply. */
10018 /* The GNU C library defines this for functions which it implements
10019 to always fail with ENOSYS. Some functions are actually named
10020 something starting with __ and the normal name is an alias. */
10021 #if defined __stub_shl_load || defined __stub___shl_load
10028 return shl_load ();
10033 rm -f conftest.$ac_objext conftest$ac_exeext
10034 if { (ac_try="$ac_link"
10035 case "(($ac_try" in
10036 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10037 *) ac_try_echo
=$ac_try;;
10039 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10040 (eval "$ac_link") 2>conftest.er1
10042 grep -v '^ *+' conftest.er1
>conftest.err
10044 cat conftest.err
>&5
10045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10046 (exit $ac_status); } && {
10047 test -z "$ac_c_werror_flag" ||
10048 test ! -s conftest.err
10049 } && test -s conftest
$ac_exeext &&
10050 $as_test_x conftest
$ac_exeext; then
10051 ac_cv_func_shl_load
=yes
10053 echo "$as_me: failed program was:" >&5
10054 sed 's/^/| /' conftest.
$ac_ext >&5
10056 ac_cv_func_shl_load
=no
10059 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10060 conftest
$ac_exeext conftest.
$ac_ext
10062 { echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
10063 echo "${ECHO_T}$ac_cv_func_shl_load" >&6; }
10064 if test $ac_cv_func_shl_load = yes; then
10065 lt_cv_dlopen
="shl_load"
10067 { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
10068 echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; }
10069 if test "${ac_cv_lib_dld_shl_load+set}" = set; then
10070 echo $ECHO_N "(cached) $ECHO_C" >&6
10072 ac_check_lib_save_LIBS
=$LIBS
10074 cat >conftest.
$ac_ext <<_ACEOF
10077 cat confdefs.h
>>conftest.
$ac_ext
10078 cat >>conftest.
$ac_ext <<_ACEOF
10079 /* end confdefs.h. */
10081 /* Override any GCC internal prototype to avoid an error.
10082 Use char because int might match the return type of a GCC
10083 builtin and then its argument prototype would still apply. */
10091 return shl_load ();
10096 rm -f conftest.
$ac_objext conftest
$ac_exeext
10097 if { (ac_try
="$ac_link"
10098 case "(($ac_try" in
10099 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10100 *) ac_try_echo=$ac_try;;
10102 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10103 (eval "$ac_link") 2>conftest.er1
10105 grep -v '^ *+' conftest.er1 >conftest.err
10107 cat conftest.err >&5
10108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10109 (exit $ac_status); } && {
10110 test -z "$ac_c_werror_flag" ||
10111 test ! -s conftest.err
10112 } && test -s conftest$ac_exeext &&
10113 $as_test_x conftest$ac_exeext; then
10114 ac_cv_lib_dld_shl_load=yes
10116 echo "$as_me: failed program was:" >&5
10117 sed 's/^/| /' conftest.$ac_ext >&5
10119 ac_cv_lib_dld_shl_load=no
10122 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10123 conftest$ac_exeext conftest.$ac_ext
10124 LIBS=$ac_check_lib_save_LIBS
10126 { echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
10127 echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; }
10128 if test $ac_cv_lib_dld_shl_load = yes; then
10129 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10131 { echo "$as_me:$LINENO: checking for dlopen" >&5
10132 echo $ECHO_N "checking for dlopen... $ECHO_C" >&6; }
10133 if test "${ac_cv_func_dlopen+set}" = set; then
10134 echo $ECHO_N "(cached) $ECHO_C" >&6
10136 cat >conftest.$ac_ext <<_ACEOF
10139 cat confdefs.h >>conftest.$ac_ext
10140 cat >>conftest.$ac_ext <<_ACEOF
10141 /* end confdefs.h. */
10142 /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
10143 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10144 #define dlopen innocuous_dlopen
10146 /* System header to define __stub macros and hopefully few prototypes,
10147 which can conflict with char dlopen (); below.
10148 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10149 <limits.h> exists even on freestanding compilers. */
10152 # include <limits.h>
10154 # include <assert.h>
10159 /* Override any GCC internal prototype to avoid an error.
10160 Use char because int might match the return type of a GCC
10161 builtin and then its argument prototype would still apply. */
10166 /* The GNU C library defines this for functions which it implements
10167 to always fail with ENOSYS. Some functions are actually named
10168 something starting with __ and the normal name is an alias. */
10169 #if defined __stub_dlopen || defined __stub___dlopen
10181 rm -f conftest.$ac_objext conftest$ac_exeext
10182 if { (ac_try="$ac_link"
10183 case "(($ac_try" in
10184 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10185 *) ac_try_echo
=$ac_try;;
10187 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10188 (eval "$ac_link") 2>conftest.er1
10190 grep -v '^ *+' conftest.er1
>conftest.err
10192 cat conftest.err
>&5
10193 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10194 (exit $ac_status); } && {
10195 test -z "$ac_c_werror_flag" ||
10196 test ! -s conftest.err
10197 } && test -s conftest
$ac_exeext &&
10198 $as_test_x conftest
$ac_exeext; then
10199 ac_cv_func_dlopen
=yes
10201 echo "$as_me: failed program was:" >&5
10202 sed 's/^/| /' conftest.
$ac_ext >&5
10204 ac_cv_func_dlopen
=no
10207 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10208 conftest
$ac_exeext conftest.
$ac_ext
10210 { echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
10211 echo "${ECHO_T}$ac_cv_func_dlopen" >&6; }
10212 if test $ac_cv_func_dlopen = yes; then
10213 lt_cv_dlopen
="dlopen"
10215 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
10216 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
10217 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
10218 echo $ECHO_N "(cached) $ECHO_C" >&6
10220 ac_check_lib_save_LIBS
=$LIBS
10222 cat >conftest.
$ac_ext <<_ACEOF
10225 cat confdefs.h
>>conftest.
$ac_ext
10226 cat >>conftest.
$ac_ext <<_ACEOF
10227 /* end confdefs.h. */
10229 /* Override any GCC internal prototype to avoid an error.
10230 Use char because int might match the return type of a GCC
10231 builtin and then its argument prototype would still apply. */
10244 rm -f conftest.
$ac_objext conftest
$ac_exeext
10245 if { (ac_try
="$ac_link"
10246 case "(($ac_try" in
10247 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10248 *) ac_try_echo=$ac_try;;
10250 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10251 (eval "$ac_link") 2>conftest.er1
10253 grep -v '^ *+' conftest.er1 >conftest.err
10255 cat conftest.err >&5
10256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10257 (exit $ac_status); } && {
10258 test -z "$ac_c_werror_flag" ||
10259 test ! -s conftest.err
10260 } && test -s conftest$ac_exeext &&
10261 $as_test_x conftest$ac_exeext; then
10262 ac_cv_lib_dl_dlopen=yes
10264 echo "$as_me: failed program was:" >&5
10265 sed 's/^/| /' conftest.$ac_ext >&5
10267 ac_cv_lib_dl_dlopen=no
10270 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10271 conftest$ac_exeext conftest.$ac_ext
10272 LIBS=$ac_check_lib_save_LIBS
10274 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
10275 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
10276 if test $ac_cv_lib_dl_dlopen = yes; then
10277 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10279 { echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
10280 echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6; }
10281 if test "${ac_cv_lib_svld_dlopen+set}" = set; then
10282 echo $ECHO_N "(cached) $ECHO_C" >&6
10284 ac_check_lib_save_LIBS=$LIBS
10285 LIBS="-lsvld $LIBS"
10286 cat >conftest.$ac_ext <<_ACEOF
10289 cat confdefs.h >>conftest.$ac_ext
10290 cat >>conftest.$ac_ext <<_ACEOF
10291 /* end confdefs.h. */
10293 /* Override any GCC internal prototype to avoid an error.
10294 Use char because int might match the return type of a GCC
10295 builtin and then its argument prototype would still apply. */
10308 rm -f conftest.$ac_objext conftest$ac_exeext
10309 if { (ac_try="$ac_link"
10310 case "(($ac_try" in
10311 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10312 *) ac_try_echo
=$ac_try;;
10314 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10315 (eval "$ac_link") 2>conftest.er1
10317 grep -v '^ *+' conftest.er1
>conftest.err
10319 cat conftest.err
>&5
10320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10321 (exit $ac_status); } && {
10322 test -z "$ac_c_werror_flag" ||
10323 test ! -s conftest.err
10324 } && test -s conftest
$ac_exeext &&
10325 $as_test_x conftest
$ac_exeext; then
10326 ac_cv_lib_svld_dlopen
=yes
10328 echo "$as_me: failed program was:" >&5
10329 sed 's/^/| /' conftest.
$ac_ext >&5
10331 ac_cv_lib_svld_dlopen
=no
10334 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10335 conftest
$ac_exeext conftest.
$ac_ext
10336 LIBS
=$ac_check_lib_save_LIBS
10338 { echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
10339 echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6; }
10340 if test $ac_cv_lib_svld_dlopen = yes; then
10341 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-lsvld"
10343 { echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
10344 echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6; }
10345 if test "${ac_cv_lib_dld_dld_link+set}" = set; then
10346 echo $ECHO_N "(cached) $ECHO_C" >&6
10348 ac_check_lib_save_LIBS
=$LIBS
10350 cat >conftest.
$ac_ext <<_ACEOF
10353 cat confdefs.h
>>conftest.
$ac_ext
10354 cat >>conftest.
$ac_ext <<_ACEOF
10355 /* end confdefs.h. */
10357 /* Override any GCC internal prototype to avoid an error.
10358 Use char because int might match the return type of a GCC
10359 builtin and then its argument prototype would still apply. */
10367 return dld_link ();
10372 rm -f conftest.
$ac_objext conftest
$ac_exeext
10373 if { (ac_try
="$ac_link"
10374 case "(($ac_try" in
10375 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10376 *) ac_try_echo=$ac_try;;
10378 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10379 (eval "$ac_link") 2>conftest.er1
10381 grep -v '^ *+' conftest.er1 >conftest.err
10383 cat conftest.err >&5
10384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10385 (exit $ac_status); } && {
10386 test -z "$ac_c_werror_flag" ||
10387 test ! -s conftest.err
10388 } && test -s conftest$ac_exeext &&
10389 $as_test_x conftest$ac_exeext; then
10390 ac_cv_lib_dld_dld_link=yes
10392 echo "$as_me: failed program was:" >&5
10393 sed 's/^/| /' conftest.$ac_ext >&5
10395 ac_cv_lib_dld_dld_link=no
10398 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10399 conftest$ac_exeext conftest.$ac_ext
10400 LIBS=$ac_check_lib_save_LIBS
10402 { echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
10403 echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6; }
10404 if test $ac_cv_lib_dld_dld_link = yes; then
10405 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10426 if test "x$lt_cv_dlopen" != xno; then
10432 case $lt_cv_dlopen in
10434 save_CPPFLAGS="$CPPFLAGS"
10435 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10437 save_LDFLAGS="$LDFLAGS"
10438 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10441 LIBS="$lt_cv_dlopen_libs $LIBS"
10443 { echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
10444 echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6; }
10445 if test "${lt_cv_dlopen_self+set}" = set; then
10446 echo $ECHO_N "(cached) $ECHO_C" >&6
10448 if test "$cross_compiling" = yes; then :
10449 lt_cv_dlopen_self=cross
10451 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10452 lt_status=$lt_dlunknown
10453 cat > conftest.$ac_ext <<EOF
10454 #line 10454 "configure"
10455 #include "confdefs.h"
10464 # define LT_DLGLOBAL RTLD_GLOBAL
10467 # define LT_DLGLOBAL DL_GLOBAL
10469 # define LT_DLGLOBAL 0
10473 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10474 find out it does not work in some platform. */
10475 #ifndef LT_DLLAZY_OR_NOW
10477 # define LT_DLLAZY_OR_NOW RTLD_LAZY
10480 # define LT_DLLAZY_OR_NOW DL_LAZY
10483 # define LT_DLLAZY_OR_NOW RTLD_NOW
10486 # define LT_DLLAZY_OR_NOW DL_NOW
10488 # define LT_DLLAZY_OR_NOW 0
10496 extern "C" void exit (int);
10499 void fnord() { int i=42;}
10502 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10503 int status = $lt_dlunknown;
10507 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10508 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10509 /* dlclose (self); */
10517 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10518 (eval $ac_link) 2>&5
10520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10521 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
10522 (./conftest; exit; ) >&5 2>/dev/null
10524 case x$lt_status in
10525 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10526 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10527 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10530 # compilation failed
10531 lt_cv_dlopen_self=no
10538 { echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
10539 echo "${ECHO_T}$lt_cv_dlopen_self" >&6; }
10541 if test "x$lt_cv_dlopen_self" = xyes; then
10542 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10543 { echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
10544 echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6; }
10545 if test "${lt_cv_dlopen_self_static+set}" = set; then
10546 echo $ECHO_N "(cached) $ECHO_C" >&6
10548 if test "$cross_compiling" = yes; then :
10549 lt_cv_dlopen_self_static=cross
10551 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10552 lt_status=$lt_dlunknown
10553 cat > conftest.$ac_ext <<EOF
10554 #line 10554 "configure"
10555 #include "confdefs.h"
10564 # define LT_DLGLOBAL RTLD_GLOBAL
10567 # define LT_DLGLOBAL DL_GLOBAL
10569 # define LT_DLGLOBAL 0
10573 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10574 find out it does not work in some platform. */
10575 #ifndef LT_DLLAZY_OR_NOW
10577 # define LT_DLLAZY_OR_NOW RTLD_LAZY
10580 # define LT_DLLAZY_OR_NOW DL_LAZY
10583 # define LT_DLLAZY_OR_NOW RTLD_NOW
10586 # define LT_DLLAZY_OR_NOW DL_NOW
10588 # define LT_DLLAZY_OR_NOW 0
10596 extern "C" void exit (int);
10599 void fnord() { int i=42;}
10602 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10603 int status = $lt_dlunknown;
10607 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10608 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10609 /* dlclose (self); */
10617 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10618 (eval $ac_link) 2>&5
10620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10621 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
10622 (./conftest; exit; ) >&5 2>/dev/null
10624 case x$lt_status in
10625 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10626 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10627 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10630 # compilation failed
10631 lt_cv_dlopen_self_static=no
10638 { echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
10639 echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6; }
10642 CPPFLAGS="$save_CPPFLAGS"
10643 LDFLAGS="$save_LDFLAGS"
10648 case $lt_cv_dlopen_self in
10649 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
10650 *) enable_dlopen_self=unknown ;;
10653 case $lt_cv_dlopen_self_static in
10654 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
10655 *) enable_dlopen_self_static=unknown ;;
10660 # Report which library types will actually be built
10661 { echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
10662 echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; }
10663 { echo "$as_me:$LINENO: result: $can_build_shared" >&5
10664 echo "${ECHO_T}$can_build_shared" >&6; }
10666 { echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
10667 echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6; }
10668 test "$can_build_shared" = "no" && enable_shared=no
10670 # On AIX, shared libraries and static libraries use the same namespace, and
10671 # are all built from PIC.
10674 test "$enable_shared" = yes && enable_static=no
10675 if test -n "$RANLIB"; then
10676 archive_cmds="$archive_cmds~\$RANLIB \$lib"
10677 postinstall_cmds='$RANLIB $lib'
10682 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
10683 test "$enable_shared" = yes && enable_static=no
10687 { echo "$as_me:$LINENO: result: $enable_shared" >&5
10688 echo "${ECHO_T}$enable_shared" >&6; }
10690 { echo "$as_me:$LINENO: checking whether to build static libraries" >&5
10691 echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; }
10692 # Make sure either enable_shared or enable_static is yes.
10693 test "$enable_shared" = yes || enable_static=yes
10694 { echo "$as_me:$LINENO: result: $enable_static" >&5
10695 echo "${ECHO_T}$enable_static" >&6; }
10697 # The else clause should only fire when bootstrapping the
10698 # libtool distribution, otherwise you forgot to ship ltmain.sh
10699 # with your package, and you will get complaints that there are
10700 # no rules to generate ltmain.sh.
10701 if test -f "$ltmain"; then
10702 # See if we are running on zsh, and set the options which allow our commands through
10703 # without removal of \ escapes.
10704 if test -n "${ZSH_VERSION+set}" ; then
10705 setopt NO_GLOB_SUBST
10707 # Now quote all the things that may contain metacharacters while being
10708 # careful not to overquote the AC_SUBSTed values. We take copies of the
10709 # variables and quote the copies for generation of the libtool script.
10710 for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
10712 libname_spec library_names_spec soname_spec extract_expsyms_cmds \
10713 old_striplib striplib file_magic_cmd finish_cmds finish_eval \
10714 deplibs_check_method reload_flag reload_cmds need_locks \
10715 lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
10716 lt_cv_sys_global_symbol_to_c_name_address \
10717 sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
10718 old_postinstall_cmds old_postuninstall_cmds \
10722 lt_prog_compiler_wl \
10723 lt_prog_compiler_pic \
10724 lt_prog_compiler_static \
10725 lt_prog_compiler_no_builtin_flag \
10726 export_dynamic_flag_spec \
10727 thread_safe_flag_spec \
10728 whole_archive_flag_spec \
10729 enable_shared_with_static_runtimes \
10731 old_archive_from_new_cmds \
10736 compiler_lib_search_path \
10737 compiler_lib_search_dirs \
10739 archive_expsym_cmds \
10741 postuninstall_cmds \
10742 old_archive_from_expsyms_cmds \
10743 allow_undefined_flag \
10744 no_undefined_flag \
10745 export_symbols_cmds \
10746 hardcode_libdir_flag_spec \
10747 hardcode_libdir_flag_spec_ld \
10748 hardcode_libdir_separator \
10749 hardcode_automatic \
10751 module_expsym_cmds \
10752 lt_cv_prog_compiler_c_o \
10755 include_expsyms; do
10758 old_archive_cmds | \
10759 old_archive_from_new_cmds | \
10761 archive_expsym_cmds | \
10763 module_expsym_cmds | \
10764 old_archive_from_expsyms_cmds | \
10765 export_symbols_cmds | \
10766 extract_expsyms_cmds | reload_cmds | finish_cmds | \
10767 postinstall_cmds | postuninstall_cmds | \
10768 old_postinstall_cmds | old_postuninstall_cmds | \
10769 sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
10770 # Double-quote double-evaled strings.
10771 eval "lt_$var=\\\"\`\
$echo \"X\$
$var\" | \
$Xsed -e \"\
$double_quote_subst\" -e \"\
$sed_quote_subst\" -e \"\
$delay_variable_subst\"\
`\\\""
10774 eval "lt_$var=\\\"\`\
$echo \"X\$
$var\" | \
$Xsed -e \"\
$sed_quote_subst\"\
`\\\""
10780 *'\$0 --fallback-echo"')
10781 lt_echo=`$echo "X$lt_echo" |
$Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
10785 cfgfile="${ofile}T"
10786 trap "$rm \"$cfgfile\"; exit 1" 1 2 15
10788 { echo "$as_me:$LINENO: creating $ofile" >&5
10789 echo "$as_me: creating $ofile" >&6;}
10791 cat <<__EOF__ >> "$cfgfile"
10794 # `$echo "$cfgfile" |
sed 's%^.*/%%'` - Provide generalized library-building support services.
10795 # Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
10796 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
10798 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
10799 # Free Software Foundation, Inc.
10801 # This file is part of GNU Libtool:
10802 # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
10804 # This program is free software; you can redistribute it and/or modify
10805 # it under the terms of the GNU General Public License as published by
10806 # the Free Software Foundation; either version 2 of the License, or
10807 # (at your option) any later version.
10809 # This program is distributed in the hope that it will be useful, but
10810 # WITHOUT ANY WARRANTY; without even the implied warranty of
10811 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
10812 # General Public License for more details.
10814 # You should have received a copy of the GNU General Public License
10815 # along with this program; if not, write to the Free Software
10816 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
10818 # As a special exception to the GNU General Public License, if you
10819 # distribute this file as part of a program that contains a
10820 # configuration script generated by Autoconf, you may include it under
10821 # the same distribution terms that you use for the rest of that program.
10823 # A sed program that does not truncate output.
10826 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
10827 Xsed="$SED -e 1s/^X//"
10829 # The HP-UX ksh and POSIX shell print the target directory to stdout
10830 # if CDPATH is set.
10831 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
10833 # The names of the tagged configurations supported by this script.
10836 # ### BEGIN LIBTOOL CONFIG
10838 # Libtool was configured on host `(hostname || uname
-n) 2>/dev
/null |
sed 1q
`:
10840 # Shell to use when invoking shell scripts.
10843 # Whether or not to build shared libraries.
10844 build_libtool_libs=$enable_shared
10846 # Whether or not to build static libraries.
10847 build_old_libs=$enable_static
10849 # Whether or not to add -lc for building shared libraries.
10850 build_libtool_need_lc=$archive_cmds_need_lc
10852 # Whether or not to disallow shared libs when runtime libs are static
10853 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
10855 # Whether or not to optimize for fast installation.
10856 fast_install=$enable_fast_install
10859 host_alias=$host_alias
10863 # The build system.
10864 build_alias=$build_alias
10868 # An echo program that does not interpret backslashes.
10873 AR_FLAGS=$lt_AR_FLAGS
10878 # LTCC compiler flags.
10879 LTCFLAGS=$lt_LTCFLAGS
10881 # A language-specific compiler.
10884 # Is the compiler the GNU C compiler?
10890 # The linker used to build libraries.
10893 # Whether we need hard or soft links.
10896 # A BSD-compatible nm program.
10899 # A symbol stripping program
10902 # Used to examine libraries when file_magic_cmd begins "file"
10903 MAGIC_CMD=$MAGIC_CMD
10905 # Used on cygwin: DLL creation program.
10908 # Used on cygwin: object dumper.
10911 # Used on cygwin: assembler.
10914 # The name of the directory that contains temporary libtool files.
10917 # How to create reloadable object files.
10918 reload_flag=$lt_reload_flag
10919 reload_cmds=$lt_reload_cmds
10921 # How to pass a linker flag through the compiler.
10922 wl=$lt_lt_prog_compiler_wl
10924 # Object file suffix (normally "o").
10925 objext="$ac_objext"
10927 # Old archive suffix (normally "a").
10930 # Shared library suffix (normally ".so").
10931 shrext_cmds='$shrext_cmds'
10933 # Executable file suffix (normally "").
10936 # Additional compiler flags for building library objects.
10937 pic_flag=$lt_lt_prog_compiler_pic
10940 # What is the maximum length of a command?
10941 max_cmd_len=$lt_cv_sys_max_cmd_len
10943 # Does compiler simultaneously support -c and -o options?
10944 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
10946 # Must we lock files when doing compilation?
10947 need_locks=$lt_need_locks
10949 # Do we need the lib prefix for modules?
10950 need_lib_prefix=$need_lib_prefix
10952 # Do we need a version for libraries?
10953 need_version=$need_version
10955 # Whether dlopen is supported.
10956 dlopen_support=$enable_dlopen
10958 # Whether dlopen of programs is supported.
10959 dlopen_self=$enable_dlopen_self
10961 # Whether dlopen of statically linked programs is supported.
10962 dlopen_self_static=$enable_dlopen_self_static
10964 # Compiler flag to prevent dynamic linking.
10965 link_static_flag=$lt_lt_prog_compiler_static
10967 # Compiler flag to turn off builtin functions.
10968 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
10970 # Compiler flag to allow reflexive dlopens.
10971 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
10973 # Compiler flag to generate shared objects directly from archives.
10974 whole_archive_flag_spec=$lt_whole_archive_flag_spec
10976 # Compiler flag to generate thread-safe objects.
10977 thread_safe_flag_spec=$lt_thread_safe_flag_spec
10979 # Library versioning type.
10980 version_type=$version_type
10982 # Format of library name prefix.
10983 libname_spec=$lt_libname_spec
10985 # List of archive names. First name is the real one, the rest are links.
10986 # The last name is the one that the linker finds with -lNAME.
10987 library_names_spec=$lt_library_names_spec
10989 # The coded name of the library, if different from the real name.
10990 soname_spec=$lt_soname_spec
10992 # Commands used to build and install an old-style archive.
10994 old_archive_cmds=$lt_old_archive_cmds
10995 old_postinstall_cmds=$lt_old_postinstall_cmds
10996 old_postuninstall_cmds=$lt_old_postuninstall_cmds
10998 # Create an old-style archive from a shared archive.
10999 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
11001 # Create a temporary old-style archive to link instead of a shared archive.
11002 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
11004 # Commands used to build and install a shared archive.
11005 archive_cmds=$lt_archive_cmds
11006 archive_expsym_cmds=$lt_archive_expsym_cmds
11007 postinstall_cmds=$lt_postinstall_cmds
11008 postuninstall_cmds=$lt_postuninstall_cmds
11010 # Commands used to build a loadable module (assumed same as above if empty)
11011 module_cmds=$lt_module_cmds
11012 module_expsym_cmds=$lt_module_expsym_cmds
11014 # Commands to strip libraries.
11015 old_striplib=$lt_old_striplib
11016 striplib=$lt_striplib
11018 # Dependencies to place before the objects being linked to create a
11020 predep_objects=$lt_predep_objects
11022 # Dependencies to place after the objects being linked to create a
11024 postdep_objects=$lt_postdep_objects
11026 # Dependencies to place before the objects being linked to create a
11028 predeps=$lt_predeps
11030 # Dependencies to place after the objects being linked to create a
11032 postdeps=$lt_postdeps
11034 # The directories searched by this compiler when creating a shared
11036 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs
11038 # The library search path used internally by the compiler when linking
11039 # a shared library.
11040 compiler_lib_search_path=$lt_compiler_lib_search_path
11042 # Method to check whether dependent libraries are shared objects.
11043 deplibs_check_method=$lt_deplibs_check_method
11045 # Command to use when deplibs_check_method == file_magic.
11046 file_magic_cmd=$lt_file_magic_cmd
11048 # Flag that allows shared libraries with undefined symbols to be built.
11049 allow_undefined_flag=$lt_allow_undefined_flag
11051 # Flag that forces no undefined symbols.
11052 no_undefined_flag=$lt_no_undefined_flag
11054 # Commands used to finish a libtool library installation in a directory.
11055 finish_cmds=$lt_finish_cmds
11057 # Same as above, but a single script fragment to be evaled but not shown.
11058 finish_eval=$lt_finish_eval
11060 # Take the output of nm and produce a listing of raw symbols and C names.
11061 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
11063 # Transform the output of nm in a proper C declaration
11064 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
11066 # Transform the output of nm in a C name address pair
11067 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
11069 # This is the shared library runtime path variable.
11070 runpath_var=$runpath_var
11072 # This is the shared library path variable.
11073 shlibpath_var=$shlibpath_var
11075 # Is shlibpath searched before the hard-coded library search path?
11076 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
11078 # How to hardcode a shared library path into an executable.
11079 hardcode_action=$hardcode_action
11081 # Whether we should hardcode library paths into libraries.
11082 hardcode_into_libs=$hardcode_into_libs
11084 # Flag to hardcode \$libdir into a binary during linking.
11085 # This must work even if \$libdir does not exist.
11086 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
11088 # If ld is used when linking, flag to hardcode \$libdir into
11089 # a binary during linking. This must work even if \$libdir does
11091 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
11093 # Whether we need a single -rpath flag with a separated argument.
11094 hardcode_libdir_separator=$lt_hardcode_libdir_separator
11096 # Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
11097 # resulting binary.
11098 hardcode_direct=$hardcode_direct
11100 # Set to yes if using the -LDIR flag during linking hardcodes DIR into the
11101 # resulting binary.
11102 hardcode_minus_L=$hardcode_minus_L
11104 # Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
11105 # the resulting binary.
11106 hardcode_shlibpath_var=$hardcode_shlibpath_var
11108 # Set to yes if building a shared library automatically hardcodes DIR into the library
11109 # and all subsequent libraries and executables linked against it.
11110 hardcode_automatic=$hardcode_automatic
11112 # Variables whose values should be saved in libtool wrapper scripts and
11113 # restored at relink time.
11114 variables_saved_for_relink="$variables_saved_for_relink"
11116 # Whether libtool must link a program against all its dependency libraries.
11117 link_all_deplibs=$link_all_deplibs
11119 # Compile-time system search path for libraries
11120 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
11122 # Run-time system search path for libraries
11123 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
11125 # Fix the shell variable \$srcfile for the compiler.
11126 fix_srcfile_path=$lt_fix_srcfile_path
11128 # Set to yes if exported symbols are required.
11129 always_export_symbols=$always_export_symbols
11131 # The commands to list exported symbols.
11132 export_symbols_cmds=$lt_export_symbols_cmds
11134 # The commands to extract the exported symbol list from a shared archive.
11135 extract_expsyms_cmds=$lt_extract_expsyms_cmds
11137 # Symbols that should not be listed in the preloaded symbols.
11138 exclude_expsyms=$lt_exclude_expsyms
11140 # Symbols that must always be exported.
11141 include_expsyms=$lt_include_expsyms
11143 # ### END LIBTOOL CONFIG
11150 cat <<\EOF >> "$cfgfile"
11152 # AIX sometimes has problems with the GCC collect2 program. For some
11153 # reason, if we set the COLLECT_NAMES environment variable, the problems
11154 # vanish in a puff of smoke.
11155 if test "X${COLLECT_NAMES+set}" != Xset; then
11157 export COLLECT_NAMES
11163 # We use sed instead of cat because bash on DJGPP gets confused if
11164 # if finds mixed CR/LF and LF-only lines. Since sed operates in
11165 # text mode, it properly converts lines to CR/LF. This bash problem
11166 # is reportedly fixed, but why not run on old versions too?
11167 sed '$q' "$ltmain" >> "$cfgfile" || (rm -f "$cfgfile"; exit 1)
11169 mv -f "$cfgfile" "$ofile" || \
11170 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
11174 # If there is no Makefile yet, we rely on a make rule to execute
11175 # `config.status
--recheck' to rerun these tests and create the
11176 # libtool script then.
11177 ltmain_in=`echo $ltmain | sed -e 's
/\.sh$
/.in
/'`
11178 if test -f "$ltmain_in"; then
11179 test -f Makefile && make "$ltmain"
11185 ac_cpp='$CPP $CPPFLAGS'
11186 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
11187 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
11188 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11193 # Check whether --with-tags was given.
11194 if test "${with_tags+set}" = set; then
11195 withval=$with_tags; tagnames="$withval"
11199 if test -f "$ltmain" && test -n "$tagnames"; then
11200 if test ! -f "${ofile}"; then
11201 { echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not exist
" >&5
11202 echo "$as_me: WARNING
: output
file \
`$ofile' does not exist" >&2;}
11205 if test -z "$LTCC"; then
11206 eval "`$SHELL ${ofile} --config |
grep '^LTCC='`"
11207 if test -z "$LTCC"; then
11208 { echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not look like a libtool script" >&5
11209 echo "$as_me: WARNING: output file \`$ofile' does not
look like a libtool
script" >&2;}
11211 { echo "$as_me:$LINENO: WARNING
: using \
`LTCC=$LTCC', extracted from \`$ofile'" >&5
11212 echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \
`$ofile'" >&2;}
11215 if test -z "$LTCFLAGS"; then
11216 eval "`$SHELL ${ofile} --config |
grep '^LTCFLAGS='`"
11219 # Extract list of available tagged configurations in $ofile.
11220 # Note that this assumes the entire list is on one line.
11221 available_tags=`grep "^available_tags=" "${ofile}" |
$SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
11223 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
11224 for tagname in $tagnames; do
11226 # Check whether tagname contains only valid characters
11227 case `$echo "X$tagname" |
$Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in
11229 *) { { echo "$as_me:$LINENO: error: invalid tag name: $tagname" >&5
11230 echo "$as_me: error: invalid tag name: $tagname" >&2;}
11231 { (exit 1); exit 1; }; }
11235 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
11237 { { echo "$as_me:$LINENO: error: tag name \"$tagname\" already exists" >&5
11238 echo "$as_me: error: tag name \"$tagname\" already exists" >&2;}
11239 { (exit 1); exit 1; }; }
11242 # Update the list of available tags.
11243 if test -n "$tagname"; then
11244 echo appending configuration tag \"$tagname\" to $ofile
11248 if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
11249 ( (test "X$CXX" = "Xg++" && `g
++ -v >/dev
/null
2>&1` ) ||
11250 (test "X$CXX" != "Xg++"))) ; then
11252 ac_cpp='$CXXCPP $CPPFLAGS'
11253 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11254 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11255 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
11260 archive_cmds_need_lc_CXX=no
11261 allow_undefined_flag_CXX=
11262 always_export_symbols_CXX=no
11263 archive_expsym_cmds_CXX=
11264 export_dynamic_flag_spec_CXX=
11265 hardcode_direct_CXX=no
11266 hardcode_libdir_flag_spec_CXX=
11267 hardcode_libdir_flag_spec_ld_CXX=
11268 hardcode_libdir_separator_CXX=
11269 hardcode_minus_L_CXX=no
11270 hardcode_shlibpath_var_CXX=unsupported
11271 hardcode_automatic_CXX=no
11273 module_expsym_cmds_CXX=
11274 link_all_deplibs_CXX=unknown
11275 old_archive_cmds_CXX=$old_archive_cmds
11276 no_undefined_flag_CXX=
11277 whole_archive_flag_spec_CXX=
11278 enable_shared_with_static_runtimes_CXX=no
11280 # Dependencies to place before and after the object being linked:
11281 predep_objects_CXX=
11282 postdep_objects_CXX=
11285 compiler_lib_search_path_CXX=
11286 compiler_lib_search_dirs_CXX=
11288 # Source file extension for C++ test sources.
11291 # Object file extension for compiled C++ test sources.
11295 # Code to be used in simple compile tests
11296 lt_simple_compile_test_code="int some_variable = 0;"
11298 # Code to be used in simple link tests
11299 lt_simple_link_test_code='int main(int, char *[]) { return(0); }'
11301 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
11303 # If no C compiler was specified, use CC.
11306 # If no C compiler flags were specified, use CFLAGS.
11307 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
11309 # Allow CC to be a program name with arguments.
11313 # save warnings/boilerplate of simple test code
11314 ac_outfile=conftest.$ac_objext
11315 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
11316 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
11317 _lt_compiler_boilerplate=`cat conftest.err
`
11320 ac_outfile=conftest.$ac_objext
11321 echo "$lt_simple_link_test_code" >conftest.$ac_ext
11322 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
11323 _lt_linker_boilerplate=`cat conftest.err
`
11327 # Allow CC to be a program name with arguments.
11332 lt_save_with_gnu_ld=$with_gnu_ld
11333 lt_save_path_LD=$lt_cv_path_LD
11334 if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
11335 lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
11337 $as_unset lt_cv_prog_gnu_ld
11339 if test -n "${lt_cv_path_LDCXX+set}"; then
11340 lt_cv_path_LD=$lt_cv_path_LDCXX
11342 $as_unset lt_cv_path_LD
11344 test -z "${LDCXX+set}" || LD=$LDCXX
11348 for cc_temp in $compiler""; do
11350 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
11351 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
11356 cc_basename=`$echo "X$cc_temp" |
$Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
11359 # We don't want -fno-exception wen compiling C++ code, so set the
11360 # no_builtin_flag separately
11361 if test "$GXX" = yes; then
11362 lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin'
11364 lt_prog_compiler_no_builtin_flag_CXX=
11367 if test "$GXX" = yes; then
11368 # Set up default GNU C++ configuration
11371 # Check whether --with-gnu-ld was given.
11372 if test "${with_gnu_ld+set}" = set; then
11373 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
11379 if test "$GCC" = yes; then
11380 # Check if gcc -print-prog-name=ld gives a path.
11381 { echo "$as_me:$LINENO: checking for ld used by $CC" >&5
11382 echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; }
11385 # gcc leaves a trailing carriage return which upsets mingw
11386 ac_prog=`($CC -print-prog-name=ld
) 2>&5 |
tr -d '\015'` ;;
11388 ac_prog=`($CC -print-prog-name=ld
) 2>&5` ;;
11391 # Accept absolute paths.
11393 re_direlt='/[^/][^/]*/\.\./'
11394 # Canonicalize the pathname of ld
11395 ac_prog=`echo $ac_prog|
$SED 's%\\\\%/%g'`
11396 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
11397 ac_prog=`echo $ac_prog|
$SED "s%$re_direlt%/%"`
11399 test -z "$LD" && LD="$ac_prog"
11402 # If it fails, then pretend we aren't using GCC.
11406 # If it is relative, then search for the first ld in PATH.
11407 with_gnu_ld=unknown
11410 elif test "$with_gnu_ld" = yes; then
11411 { echo "$as_me:$LINENO: checking for GNU ld" >&5
11412 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; }
11414 { echo "$as_me:$LINENO: checking for non-GNU ld" >&5
11415 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; }
11417 if test "${lt_cv_path_LD+set}" = set; then
11418 echo $ECHO_N "(cached) $ECHO_C" >&6
11420 if test -z "$LD"; then
11421 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
11422 for ac_dir in $PATH; do
11424 test -z "$ac_dir" && ac_dir=.
11425 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
11426 lt_cv_path_LD="$ac_dir/$ac_prog"
11427 # Check to see if the program is GNU ld. I'd rather use --version,
11428 # but apparently some variants of GNU ld only accept -v.
11429 # Break only if it was the GNU/non-GNU ld that we prefer.
11430 case `"$lt_cv_path_LD" -v 2>&1 </dev
/null
` in
11431 *GNU* | *'with BFD'*)
11432 test "$with_gnu_ld" != no && break
11435 test "$with_gnu_ld" != yes && break
11442 lt_cv_path_LD="$LD" # Let the user override the test with a path.
11446 LD="$lt_cv_path_LD"
11447 if test -n "$LD"; then
11448 { echo "$as_me:$LINENO: result: $LD" >&5
11449 echo "${ECHO_T}$LD" >&6; }
11451 { echo "$as_me:$LINENO: result: no" >&5
11452 echo "${ECHO_T}no" >&6; }
11454 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
11455 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
11456 { (exit 1); exit 1; }; }
11457 { echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
11458 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; }
11459 if test "${lt_cv_prog_gnu_ld+set}" = set; then
11460 echo $ECHO_N "(cached) $ECHO_C" >&6
11462 # I'd rather use --version here, but apparently some GNU lds only accept -v.
11463 case `$LD -v 2>&1 </dev
/null
` in
11464 *GNU* | *'with BFD'*)
11465 lt_cv_prog_gnu_ld=yes
11468 lt_cv_prog_gnu_ld=no
11472 { echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
11473 echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; }
11474 with_gnu_ld=$lt_cv_prog_gnu_ld
11478 # Check if GNU C++ uses GNU ld as the underlying linker, since the
11479 # archiving commands below assume that GNU ld is being used.
11480 if test "$with_gnu_ld" = yes; then
11481 archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
11482 archive_expsym_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
11484 hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir'
11485 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
11487 # If archive_cmds runs LD, not CC, wlarc should be empty
11488 # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
11489 # investigate it a little bit more. (MM)
11492 # ancient GNU ld didn't support --whole-archive et. al.
11493 if eval "`$CC -print-prog-name=ld
` --help 2>&1" | \
11494 grep 'no-whole-archive' > /dev/null; then
11495 whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
11497 whole_archive_flag_spec_CXX=
11503 # A generic and very simple default shared library creation
11504 # command for GNU C++ for the case where it uses the native
11505 # linker, instead of GNU ld. If possible, this setting should
11506 # overridden to take advantage of the native linker features on
11507 # the platform it is being used on.
11508 archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
11511 # Commands to make compiler produce verbose output that lists
11512 # what "hidden" libraries, object files and flags are used when
11513 # linking a shared library.
11514 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
11522 # PORTME: fill in a description of your system's C++ link characteristics
11523 { echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
11524 echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
11528 # FIXME: insert proper C++ library support
11532 if test "$host_cpu" = ia64; then
11533 # On IA64, the linker does run time linking by default, so we don't
11534 # have to do anything special.
11535 aix_use_runtimelinking=no
11536 exp_sym_flag='-Bexport'
11539 aix_use_runtimelinking=no
11541 # Test if we are trying to use run time linking or normal
11542 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
11543 # need to do runtime linking.
11544 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
11545 for ld_flag in $LDFLAGS; do
11548 aix_use_runtimelinking=yes
11556 exp_sym_flag='-bexport'
11557 no_entry_flag='-bnoentry'
11560 # When large executables or shared objects are built, AIX ld can
11561 # have problems creating the table of contents. If linking a library
11562 # or program results in "error TOC overflow" add -mminimal-toc to
11563 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
11564 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
11566 archive_cmds_CXX=''
11567 hardcode_direct_CXX=yes
11568 hardcode_libdir_separator_CXX=':'
11569 link_all_deplibs_CXX=yes
11571 if test "$GXX" = yes; then
11572 case $host_os in aix4.[012]|aix4.[012].*)
11573 # We only want to do this on AIX 4.2 and lower, the check
11574 # below for broken collect2 doesn't work under 4.3+
11575 collect2name=`${CC} -print-prog-name=collect2
`
11576 if test -f "$collect2name" && \
11577 strings "$collect2name" | grep resolve_lib_name >/dev/null
11579 # We have reworked collect2
11582 # We have old collect2
11583 hardcode_direct_CXX=unsupported
11584 # It fails to find uninstalled libraries when the uninstalled
11585 # path is not listed in the libpath. Setting hardcode_minus_L
11586 # to unsupported forces relinking
11587 hardcode_minus_L_CXX=yes
11588 hardcode_libdir_flag_spec_CXX='-L$libdir'
11589 hardcode_libdir_separator_CXX=
11593 shared_flag='-shared'
11594 if test "$aix_use_runtimelinking" = yes; then
11595 shared_flag="$shared_flag "'${wl}-G'
11599 if test "$host_cpu" = ia64; then
11600 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
11601 # chokes on -Wl,-G. The following line is correct:
11604 if test "$aix_use_runtimelinking" = yes; then
11605 shared_flag='${wl}-G'
11607 shared_flag='${wl}-bM:SRE'
11612 # It seems that -bexpall does not export symbols beginning with
11613 # underscore (_), so it is better to generate a list of symbols to export.
11614 always_export_symbols_CXX=yes
11615 if test "$aix_use_runtimelinking" = yes; then
11616 # Warning - without using the other runtime loading flags (-brtl),
11617 # -berok will link without error, but may produce a broken library.
11618 allow_undefined_flag_CXX='-berok'
11619 # Determine the default libpath from the value encoded in an empty executable.
11620 cat >conftest.$ac_ext <<_ACEOF
11623 cat confdefs.h >>conftest.$ac_ext
11624 cat >>conftest.$ac_ext <<_ACEOF
11625 /* end confdefs.h. */
11635 rm -f conftest.$ac_objext conftest$ac_exeext
11636 if { (ac_try="$ac_link"
11637 case "(($ac_try" in
11638 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11639 *) ac_try_echo
=$ac_try;;
11641 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11642 (eval "$ac_link") 2>conftest.er1
11644 grep -v '^ *+' conftest.er1
>conftest.err
11646 cat conftest.err
>&5
11647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11648 (exit $ac_status); } && {
11649 test -z "$ac_cxx_werror_flag" ||
11650 test ! -s conftest.err
11651 } && test -s conftest
$ac_exeext &&
11652 $as_test_x conftest
$ac_exeext; then
11654 lt_aix_libpath_sed
='
11655 /Import File Strings/,/^$/ {
11661 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11662 # Check for a 64-bit object if we didn't find anything.
11663 if test -z "$aix_libpath"; then
11664 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11667 echo "$as_me: failed program was:" >&5
11668 sed 's/^/| /' conftest.
$ac_ext >&5
11673 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11674 conftest
$ac_exeext conftest.
$ac_ext
11675 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
11677 hardcode_libdir_flag_spec_CXX
='${wl}-blibpath:$libdir:'"$aix_libpath"
11679 archive_expsym_cmds_CXX
="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
11681 if test "$host_cpu" = ia64
; then
11682 hardcode_libdir_flag_spec_CXX
='${wl}-R $libdir:/usr/lib:/lib'
11683 allow_undefined_flag_CXX
="-z nodefs"
11684 archive_expsym_cmds_CXX
="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
11686 # Determine the default libpath from the value encoded in an empty executable.
11687 cat >conftest.
$ac_ext <<_ACEOF
11690 cat confdefs.h
>>conftest.
$ac_ext
11691 cat >>conftest.
$ac_ext <<_ACEOF
11692 /* end confdefs.h. */
11702 rm -f conftest.
$ac_objext conftest
$ac_exeext
11703 if { (ac_try
="$ac_link"
11704 case "(($ac_try" in
11705 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11706 *) ac_try_echo=$ac_try;;
11708 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11709 (eval "$ac_link") 2>conftest.er1
11711 grep -v '^ *+' conftest.er1 >conftest.err
11713 cat conftest.err >&5
11714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11715 (exit $ac_status); } && {
11716 test -z "$ac_cxx_werror_flag" ||
11717 test ! -s conftest.err
11718 } && test -s conftest$ac_exeext &&
11719 $as_test_x conftest$ac_exeext; then
11721 lt_aix_libpath_sed='
11722 /Import File Strings/,/^$/ {
11728 aix_libpath=`dump
-H conftest
$ac_exeext 2>/dev
/null |
$SED -n -e "$lt_aix_libpath_sed"`
11729 # Check for a 64-bit object if we didn't find anything.
11730 if test -z "$aix_libpath"; then
11731 aix_libpath=`dump
-HX64 conftest
$ac_exeext 2>/dev
/null |
$SED -n -e "$lt_aix_libpath_sed"`
11734 echo "$as_me: failed program was:" >&5
11735 sed 's/^/| /' conftest.$ac_ext >&5
11740 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11741 conftest$ac_exeext conftest.$ac_ext
11742 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
11744 hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
11745 # Warning - without using the other run time loading flags,
11746 # -berok will link without error, but may produce a broken library.
11747 no_undefined_flag_CXX=' ${wl}-bernotok'
11748 allow_undefined_flag_CXX=' ${wl}-berok'
11749 # Exported symbols can be pulled into shared objects from archives
11750 whole_archive_flag_spec_CXX='$convenience'
11751 archive_cmds_need_lc_CXX=yes
11752 # This is similar to how AIX traditionally builds its shared libraries.
11753 archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
11759 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
11760 allow_undefined_flag_CXX=unsupported
11761 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
11762 # support --undefined. This deserves some investigation. FIXME
11763 archive_cmds_CXX='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
11770 case $cc_basename in
11772 # FIXME: insert proper C++ library support
11778 cygwin* | mingw* | pw32*)
11779 # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless,
11780 # as there is no search path for DLLs.
11781 hardcode_libdir_flag_spec_CXX='-L$libdir'
11782 allow_undefined_flag_CXX=unsupported
11783 always_export_symbols_CXX=no
11784 enable_shared_with_static_runtimes_CXX=yes
11786 if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
11787 archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
11788 # If the export-symbols file already is a .def file (1st line
11789 # is EXPORTS), use it as is; otherwise, prepend...
11790 archive_expsym_cmds_CXX='if test "x`$SED 1q
$export_symbols`" = xEXPORTS; then
11791 cp $export_symbols $output_objdir/$soname.def;
11793 echo EXPORTS > $output_objdir/$soname.def;
11794 cat $export_symbols >> $output_objdir/$soname.def;
11796 $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
11801 darwin* | rhapsody*)
11802 archive_cmds_need_lc_CXX=no
11803 hardcode_direct_CXX=no
11804 hardcode_automatic_CXX=yes
11805 hardcode_shlibpath_var_CXX=unsupported
11806 whole_archive_flag_spec_CXX=''
11807 link_all_deplibs_CXX=yes
11808 allow_undefined_flag_CXX="$_lt_dar_allow_undefined"
11809 if test "$GXX" = yes ; then
11810 output_verbose_link_cmd='echo'
11811 archive_cmds_CXX="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
11812 module_cmds_CXX="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
11813 archive_expsym_cmds_CXX="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
11814 module_expsym_cmds_CXX="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
11815 if test "$lt_cv_apple_cc_single_mod" != "yes"; then
11816 archive_cmds_CXX="\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dsymutil}"
11817 archive_expsym_cmds_CXX="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dar_export_syms}${_lt_dsymutil}"
11820 case $cc_basename in
11822 output_verbose_link_cmd='echo'
11823 archive_cmds_CXX='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
11824 module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
11825 # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
11826 archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
11827 module_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
11837 case $cc_basename in
11839 # FIXME: insert proper C++ library support
11843 # Green Hills C++ Compiler
11844 # FIXME: insert proper C++ library support
11848 # FIXME: insert proper C++ library support
11854 # C++ shared libraries reported to be fairly broken before switch to ELF
11858 archive_cmds_need_lc_CXX=no
11860 freebsd* | dragonfly*)
11861 # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
11868 hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
11869 hardcode_libdir_separator_CXX=:
11870 export_dynamic_flag_spec_CXX='${wl}-E'
11871 hardcode_direct_CXX=yes
11872 hardcode_minus_L_CXX=yes # Not in the search PATH,
11873 # but as the default
11874 # location of the library.
11876 case $cc_basename in
11878 # FIXME: insert proper C++ library support
11882 archive_cmds_CXX='$rm $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
11883 # Commands to make compiler produce verbose output that lists
11884 # what "hidden" libraries, object files and flags are used when
11885 # linking a shared library.
11887 # There doesn't appear to be a way to prevent this compiler from
11888 # explicitly linking system object files so we need to strip them
11889 # from the output so that they don't get included in the library
11891 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.
$objext 2>&1) |
grep "[-]L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
11894 if test "$GXX" = yes; then
11895 archive_cmds_CXX='$rm $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
11897 # FIXME: insert proper C++ library support
11904 if test $with_gnu_ld = no; then
11905 hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
11906 hardcode_libdir_separator_CXX=:
11911 export_dynamic_flag_spec_CXX='${wl}-E'
11917 hardcode_direct_CXX=no
11918 hardcode_shlibpath_var_CXX=no
11921 hardcode_direct_CXX=yes
11922 hardcode_minus_L_CXX=yes # Not in the search PATH,
11923 # but as the default
11924 # location of the library.
11928 case $cc_basename in
11930 # FIXME: insert proper C++ library support
11936 archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
11939 archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
11942 archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
11945 # Commands to make compiler produce verbose output that lists
11946 # what "hidden" libraries, object files and flags are used when
11947 # linking a shared library.
11949 # There doesn't appear to be a way to prevent this compiler from
11950 # explicitly linking system object files so we need to strip them
11951 # from the output so that they don't get included in the library
11953 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.
$objext 2>&1) |
grep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
11956 if test "$GXX" = yes; then
11957 if test $with_gnu_ld = no; then
11960 archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
11963 archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
11966 archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
11971 # FIXME: insert proper C++ library support
11978 hardcode_direct_CXX=no
11979 hardcode_shlibpath_var_CXX=no
11980 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
11981 export_dynamic_flag_spec_CXX='${wl}-E'
11982 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
11983 # Instead, shared libraries are loaded at an image base (0x10000000 by
11984 # default) and relocated if they conflict, which is a slow very memory
11985 # consuming and fragmenting process. To avoid this, we pick a random,
11986 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
11987 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
11988 archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
11989 archive_expsym_cmds_CXX='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~
$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \
* 262144 + 1342177280` -o $lib'
11992 case $cc_basename in
11995 archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
11997 # Archives containing C++ object files must be created using
11998 # "CC -ar", where "CC" is the IRIX C++ compiler. This is
11999 # necessary to make sure instantiated templates are included
12001 old_archive_cmds_CXX='$CC -ar -WR,-u -o $oldlib $oldobjs'
12004 if test "$GXX" = yes; then
12005 if test "$with_gnu_ld" = no; then
12006 archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
12008 archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
12011 link_all_deplibs_CXX=yes
12014 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
12015 hardcode_libdir_separator_CXX=:
12017 linux* | k*bsd*-gnu)
12018 case $cc_basename in
12020 # Kuck and Associates, Inc. (KAI) C++ Compiler
12022 # KCC will only create a shared library if the output file
12023 # ends with ".so" (or ".sl" for HP-UX), so rename the library
12024 # to its proper name (with version) after linking.
12025 archive_cmds_CXX='tempext
=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib
=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \
$templib; mv \
$templib $lib'
12026 archive_expsym_cmds_CXX='tempext
=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib
=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \
$templib ${wl}-retain-symbols-file,$export_symbols; mv \
$templib $lib'
12027 # Commands to make compiler produce verbose output that lists
12028 # what "hidden" libraries, object files and flags are used when
12029 # linking a shared library.
12031 # There doesn't appear to be a way to prevent this compiler from
12032 # explicitly linking system object files so we need to strip them
12033 # from the output so that they don't get included in the library
12035 output_verbose_link_cmd
='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | grep "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
12037 hardcode_libdir_flag_spec_CXX
='${wl}--rpath,$libdir'
12038 export_dynamic_flag_spec_CXX
='${wl}--export-dynamic'
12040 # Archives containing C++ object files must be created using
12041 # "CC -Bstatic", where "CC" is the KAI C++ compiler.
12042 old_archive_cmds_CXX
='$CC -Bstatic -o $oldlib $oldobjs'
12047 # version 8.0 and above of icpc choke on multiply defined symbols
12048 # if we add $predep_objects and $postdep_objects, however 7.1 and
12049 # earlier do not add the objects themselves.
12050 case `$CC -V 2>&1` in
12052 archive_cmds_CXX
='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
12053 archive_expsym_cmds_CXX
='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
12055 *) # Version 8.0 or newer
12058 ia64
*) tmp_idyn
=' -i_dynamic';;
12060 archive_cmds_CXX
='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12061 archive_expsym_cmds_CXX
='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
12064 archive_cmds_need_lc_CXX
=no
12065 hardcode_libdir_flag_spec_CXX
='${wl}-rpath,$libdir'
12066 export_dynamic_flag_spec_CXX
='${wl}--export-dynamic'
12067 whole_archive_flag_spec_CXX
='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
12070 # Portland Group C++ compiler
12071 archive_cmds_CXX
='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
12072 archive_expsym_cmds_CXX
='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
12074 hardcode_libdir_flag_spec_CXX
='${wl}--rpath ${wl}$libdir'
12075 export_dynamic_flag_spec_CXX
='${wl}--export-dynamic'
12076 whole_archive_flag_spec_CXX
='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
12080 archive_cmds_CXX
='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
12081 archive_expsym_cmds_CXX
='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
12083 runpath_var
=LD_RUN_PATH
12084 hardcode_libdir_flag_spec_CXX
='-rpath $libdir'
12085 hardcode_libdir_separator_CXX
=:
12087 # Commands to make compiler produce verbose output that lists
12088 # what "hidden" libraries, object files and flags are used when
12089 # linking a shared library.
12091 # There doesn't appear to be a way to prevent this compiler from
12092 # explicitly linking system object files so we need to strip them
12093 # from the output so that they don't get included in the library
12095 output_verbose_link_cmd
='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
12098 case `$CC -V 2>&1 | sed 5q` in
12101 no_undefined_flag_CXX
=' -zdefs'
12102 archive_cmds_CXX
='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12103 archive_expsym_cmds_CXX
='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols'
12104 hardcode_libdir_flag_spec_CXX
='-R$libdir'
12105 whole_archive_flag_spec_CXX
='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
12107 # Not sure whether something based on
12108 # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
12110 output_verbose_link_cmd
='echo'
12112 # Archives containing C++ object files must be created using
12113 # "CC -xar", where "CC" is the Sun C++ compiler. This is
12114 # necessary to make sure instantiated templates are included
12116 old_archive_cmds_CXX
='$CC -xar -o $oldlib $oldobjs'
12123 # FIXME: insert proper C++ library support
12127 # FIXME: insert proper C++ library support
12131 case $cc_basename in
12133 # FIXME: insert proper C++ library support
12137 # FIXME: insert proper C++ library support
12143 if echo __ELF__ |
$CC -E - |
grep __ELF__
>/dev
/null
; then
12144 archive_cmds_CXX
='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
12146 hardcode_libdir_flag_spec_CXX
='-R$libdir'
12147 hardcode_direct_CXX
=yes
12148 hardcode_shlibpath_var_CXX
=no
12150 # Workaround some broken pre-1.5 toolchains
12151 output_verbose_link_cmd
='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
12154 # C++ shared libraries are fairly broken
12158 if test -f /usr
/libexec
/ld.so
; then
12159 hardcode_direct_CXX
=yes
12160 hardcode_shlibpath_var_CXX
=no
12161 archive_cmds_CXX
='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
12162 hardcode_libdir_flag_spec_CXX
='${wl}-rpath,$libdir'
12163 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
12164 archive_expsym_cmds_CXX
='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
12165 export_dynamic_flag_spec_CXX
='${wl}-E'
12166 whole_archive_flag_spec_CXX
="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
12168 output_verbose_link_cmd
='echo'
12174 case $cc_basename in
12176 # Kuck and Associates, Inc. (KAI) C++ Compiler
12178 # KCC will only create a shared library if the output file
12179 # ends with ".so" (or ".sl" for HP-UX), so rename the library
12180 # to its proper name (with version) after linking.
12181 archive_cmds_CXX
='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
12183 hardcode_libdir_flag_spec_CXX
='${wl}-rpath,$libdir'
12184 hardcode_libdir_separator_CXX
=:
12186 # Archives containing C++ object files must be created using
12187 # "CC -Bstatic", where "CC" is the KAI C++ compiler.
12188 old_archive_cmds_CXX
='$CC -Bstatic -o $oldlib $oldobjs'
12192 # Rational C++ 2.4.1
12193 # FIXME: insert proper C++ library support
12197 allow_undefined_flag_CXX
=' ${wl}-expect_unresolved ${wl}\*'
12198 archive_cmds_CXX
='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
12200 hardcode_libdir_flag_spec_CXX
='${wl}-rpath ${wl}$libdir'
12201 hardcode_libdir_separator_CXX
=:
12203 # Commands to make compiler produce verbose output that lists
12204 # what "hidden" libraries, object files and flags are used when
12205 # linking a shared library.
12207 # There doesn't appear to be a way to prevent this compiler from
12208 # explicitly linking system object files so we need to strip them
12209 # from the output so that they don't get included in the library
12211 output_verbose_link_cmd
='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
12214 if test "$GXX" = yes && test "$with_gnu_ld" = no
; then
12215 allow_undefined_flag_CXX
=' ${wl}-expect_unresolved ${wl}\*'
12216 archive_cmds_CXX
='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
12218 hardcode_libdir_flag_spec_CXX
='${wl}-rpath ${wl}$libdir'
12219 hardcode_libdir_separator_CXX
=:
12221 # Commands to make compiler produce verbose output that lists
12222 # what "hidden" libraries, object files and flags are used when
12223 # linking a shared library.
12224 output_verbose_link_cmd
='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
12227 # FIXME: insert proper C++ library support
12234 case $cc_basename in
12236 # Kuck and Associates, Inc. (KAI) C++ Compiler
12238 # KCC will only create a shared library if the output file
12239 # ends with ".so" (or ".sl" for HP-UX), so rename the library
12240 # to its proper name (with version) after linking.
12241 archive_cmds_CXX
='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
12243 hardcode_libdir_flag_spec_CXX
='${wl}-rpath,$libdir'
12244 hardcode_libdir_separator_CXX
=:
12246 # Archives containing C++ object files must be created using
12247 # the KAI C++ compiler.
12248 old_archive_cmds_CXX
='$CC -o $oldlib $oldobjs'
12251 # Rational C++ 2.4.1
12252 # FIXME: insert proper C++ library support
12256 allow_undefined_flag_CXX
=' -expect_unresolved \*'
12257 archive_cmds_CXX
='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
12258 archive_expsym_cmds_CXX
='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
12259 echo "-hidden">> $lib.exp~
12260 $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~
12263 hardcode_libdir_flag_spec_CXX
='-rpath $libdir'
12264 hardcode_libdir_separator_CXX
=:
12266 # Commands to make compiler produce verbose output that lists
12267 # what "hidden" libraries, object files and flags are used when
12268 # linking a shared library.
12270 # There doesn't appear to be a way to prevent this compiler from
12271 # explicitly linking system object files so we need to strip them
12272 # from the output so that they don't get included in the library
12274 output_verbose_link_cmd
='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
12277 if test "$GXX" = yes && test "$with_gnu_ld" = no
; then
12278 allow_undefined_flag_CXX
=' ${wl}-expect_unresolved ${wl}\*'
12279 archive_cmds_CXX
='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
12281 hardcode_libdir_flag_spec_CXX
='${wl}-rpath ${wl}$libdir'
12282 hardcode_libdir_separator_CXX
=:
12284 # Commands to make compiler produce verbose output that lists
12285 # what "hidden" libraries, object files and flags are used when
12286 # linking a shared library.
12287 output_verbose_link_cmd
='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
12290 # FIXME: insert proper C++ library support
12297 # FIXME: insert proper C++ library support
12301 case $cc_basename in
12304 # FIXME: insert proper C++ library support
12309 # FIXME: insert proper C++ library support
12313 # FIXME: insert proper C++ library support
12319 case $cc_basename in
12321 # Sun C++ 4.2, 5.x and Centerline C++
12322 archive_cmds_need_lc_CXX
=yes
12323 no_undefined_flag_CXX
=' -zdefs'
12324 archive_cmds_CXX
='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12325 archive_expsym_cmds_CXX
='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
12326 $CC -G${allow_undefined_flag} ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
12328 hardcode_libdir_flag_spec_CXX
='-R$libdir'
12329 hardcode_shlibpath_var_CXX
=no
12331 solaris2.
[0-5] | solaris2.
[0-5].
*) ;;
12333 # The compiler driver will combine and reorder linker options,
12334 # but understands `-z linker_flag'.
12335 # Supported since Solaris 2.6 (maybe 2.5.1?)
12336 whole_archive_flag_spec_CXX
='-z allextract$convenience -z defaultextract'
12339 link_all_deplibs_CXX
=yes
12341 output_verbose_link_cmd
='echo'
12343 # Archives containing C++ object files must be created using
12344 # "CC -xar", where "CC" is the Sun C++ compiler. This is
12345 # necessary to make sure instantiated templates are included
12347 old_archive_cmds_CXX
='$CC -xar -o $oldlib $oldobjs'
12350 # Green Hills C++ Compiler
12351 archive_cmds_CXX
='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
12353 # The C++ compiler must be used to create the archive.
12354 old_archive_cmds_CXX
='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
12357 # GNU C++ compiler with Solaris linker
12358 if test "$GXX" = yes && test "$with_gnu_ld" = no
; then
12359 no_undefined_flag_CXX
=' ${wl}-z ${wl}defs'
12360 if $CC --version |
grep -v '^2\.7' > /dev
/null
; then
12361 archive_cmds_CXX
='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
12362 archive_expsym_cmds_CXX
='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
12363 $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
12365 # Commands to make compiler produce verbose output that lists
12366 # what "hidden" libraries, object files and flags are used when
12367 # linking a shared library.
12368 output_verbose_link_cmd
="$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
12370 # g++ 2.7 appears to require `-G' NOT `-shared' on this
12372 archive_cmds_CXX
='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
12373 archive_expsym_cmds_CXX
='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
12374 $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
12376 # Commands to make compiler produce verbose output that lists
12377 # what "hidden" libraries, object files and flags are used when
12378 # linking a shared library.
12379 output_verbose_link_cmd
="$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
12382 hardcode_libdir_flag_spec_CXX
='${wl}-R $wl$libdir'
12384 solaris2.
[0-5] | solaris2.
[0-5].
*) ;;
12386 whole_archive_flag_spec_CXX
='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
12393 sysv4
*uw2
* | sysv5OpenUNIX
* | sysv5UnixWare7.
[01].
[10]* | unixware7
* | sco3.2v5.0.
[024]*)
12394 no_undefined_flag_CXX
='${wl}-z,text'
12395 archive_cmds_need_lc_CXX
=no
12396 hardcode_shlibpath_var_CXX
=no
12397 runpath_var
='LD_RUN_PATH'
12399 case $cc_basename in
12401 archive_cmds_CXX
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12402 archive_expsym_cmds_CXX
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12405 archive_cmds_CXX
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12406 archive_expsym_cmds_CXX
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12410 sysv5
* | sco3.2v5
* | sco5v6
*)
12411 # Note: We can NOT use -z defs as we might desire, because we do not
12412 # link with -lc, and that would cause any symbols used from libc to
12413 # always be unresolved, which means just about no library would
12414 # ever link correctly. If we're not using GNU ld we use -z text
12415 # though, which does catch some bad symbols but isn't as heavy-handed
12417 # For security reasons, it is highly recommended that you always
12418 # use absolute paths for naming shared libraries, and exclude the
12419 # DT_RUNPATH tag from executables and libraries. But doing so
12420 # requires that you compile everything twice, which is a pain.
12421 # So that behaviour is only enabled if SCOABSPATH is set to a
12422 # non-empty value in the environment. Most likely only useful for
12423 # creating official distributions of packages.
12424 # This is a hack until libtool officially supports absolute path
12425 # names for shared libraries.
12426 no_undefined_flag_CXX
='${wl}-z,text'
12427 allow_undefined_flag_CXX
='${wl}-z,nodefs'
12428 archive_cmds_need_lc_CXX
=no
12429 hardcode_shlibpath_var_CXX
=no
12430 hardcode_libdir_flag_spec_CXX
='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
12431 hardcode_libdir_separator_CXX
=':'
12432 link_all_deplibs_CXX
=yes
12433 export_dynamic_flag_spec_CXX
='${wl}-Bexport'
12434 runpath_var
='LD_RUN_PATH'
12436 case $cc_basename in
12438 archive_cmds_CXX
='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
12439 archive_expsym_cmds_CXX
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
12442 archive_cmds_CXX
='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
12443 archive_expsym_cmds_CXX
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
12448 case $cc_basename in
12450 # NonStop-UX NCC 3.20
12451 # FIXME: insert proper C++ library support
12455 # FIXME: insert proper C++ library support
12461 # FIXME: insert proper C++ library support
12465 # FIXME: insert proper C++ library support
12469 { echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
12470 echo "${ECHO_T}$ld_shlibs_CXX" >&6; }
12471 test "$ld_shlibs_CXX" = no
&& can_build_shared
=no
12476 cat > conftest.
$ac_ext <<EOF
12480 Foo (void) { a = 0; }
12486 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12487 (eval $ac_compile) 2>&5
12489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12490 (exit $ac_status); }; then
12491 # Parse the compiler output and extract the necessary
12492 # objects, libraries and library flags.
12494 # Sentinel used to keep track of whether or not we are before
12495 # the conftest object file.
12496 pre_test_object_deps_done
=no
12498 # The `*' in the case matches for architectures that use `case' in
12499 # $output_verbose_cmd can trigger glob expansion during the loop
12500 # eval without this substitution.
12501 output_verbose_link_cmd
=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"`
12503 for p
in `eval $output_verbose_link_cmd`; do
12507 # Some compilers place space between "-{L,R}" and the path.
12508 # Remove the space.
12509 if test $p = "-L" \
12510 ||
test $p = "-R"; then
12517 if test "$pre_test_object_deps_done" = no
; then
12520 # Internal compiler library paths should come after those
12521 # provided the user. The postdeps already come after the
12522 # user supplied libs so there is no need to process them.
12523 if test -z "$compiler_lib_search_path_CXX"; then
12524 compiler_lib_search_path_CXX
="${prev}${p}"
12526 compiler_lib_search_path_CXX
="${compiler_lib_search_path_CXX} ${prev}${p}"
12529 # The "-l" case would never come before the object being
12530 # linked, so don't bother handling this case.
12533 if test -z "$postdeps_CXX"; then
12534 postdeps_CXX
="${prev}${p}"
12536 postdeps_CXX
="${postdeps_CXX} ${prev}${p}"
12542 # This assumes that the test object file only shows up
12543 # once in the compiler output.
12544 if test "$p" = "conftest.$objext"; then
12545 pre_test_object_deps_done
=yes
12549 if test "$pre_test_object_deps_done" = no
; then
12550 if test -z "$predep_objects_CXX"; then
12551 predep_objects_CXX
="$p"
12553 predep_objects_CXX
="$predep_objects_CXX $p"
12556 if test -z "$postdep_objects_CXX"; then
12557 postdep_objects_CXX
="$p"
12559 postdep_objects_CXX
="$postdep_objects_CXX $p"
12564 *) ;; # Ignore the rest.
12572 echo "libtool.m4: error: problem compiling CXX test program"
12575 $rm -f confest.
$objext
12577 compiler_lib_search_dirs_CXX
=
12578 if test -n "$compiler_lib_search_path_CXX"; then
12579 compiler_lib_search_dirs_CXX
=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
12582 # PORTME: override above test on systems where it is broken
12585 # Interix 3.5 installs completely hosed .la files for C++, so rather than
12586 # hack all around it, let's just trust "g++" to DTRT.
12587 predep_objects_CXX
=
12588 postdep_objects_CXX
=
12593 case `$CC -V 2>&1 | sed 5q` in
12597 # The more standards-conforming stlport4 library is
12598 # incompatible with the Cstd library. Avoid specifying
12599 # it if it's in CXXFLAGS. Ignore libCrun as
12600 # -library=stlport4 depends on it.
12601 case " $CXX $CXXFLAGS " in
12602 *" -library=stlport4 "*)
12603 solaris_use_stlport4
=yes
12606 if test "$solaris_use_stlport4" != yes; then
12607 postdeps_CXX
='-library=Cstd -library=Crun'
12614 case $cc_basename in
12616 # The more standards-conforming stlport4 library is
12617 # incompatible with the Cstd library. Avoid specifying
12618 # it if it's in CXXFLAGS. Ignore libCrun as
12619 # -library=stlport4 depends on it.
12620 case " $CXX $CXXFLAGS " in
12621 *" -library=stlport4 "*)
12622 solaris_use_stlport4
=yes
12626 # Adding this requires a known-good setup of shared libraries for
12627 # Sun compiler versions before 5.6, else PIC objects from an old
12628 # archive will be linked into the output, leading to subtle bugs.
12629 if test "$solaris_use_stlport4" != yes; then
12630 postdeps_CXX
='-library=Cstd -library=Crun'
12637 case " $postdeps_CXX " in
12638 *" -lc "*) archive_cmds_need_lc_CXX
=no
;;
12641 lt_prog_compiler_wl_CXX
=
12642 lt_prog_compiler_pic_CXX
=
12643 lt_prog_compiler_static_CXX
=
12645 { echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
12646 echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
12648 # C++ specific cases for pic, static, wl, etc.
12649 if test "$GXX" = yes; then
12650 lt_prog_compiler_wl_CXX
='-Wl,'
12651 lt_prog_compiler_static_CXX
='-static'
12655 # All AIX code is PIC.
12656 if test "$host_cpu" = ia64
; then
12657 # AIX 5 now supports IA64 processor
12658 lt_prog_compiler_static_CXX
='-Bstatic'
12662 # FIXME: we need at least 68020 code to build shared libraries, but
12663 # adding the `-m68020' flag to GCC prevents building anything better,
12665 lt_prog_compiler_pic_CXX
='-m68020 -resident32 -malways-restore-a4'
12667 beos
* | irix5
* | irix6
* | nonstopux
* | osf3
* | osf4
* | osf5
*)
12668 # PIC is the default for these OSes.
12670 mingw
* | cygwin
* | os2
* | pw32
*)
12671 # This hack is so that the source file can tell whether it is being
12672 # built for inclusion in a dll (and should export symbols for example).
12673 # Although the cygwin gcc ignores -fPIC, still need this for old-style
12674 # (--disable-auto-import) libraries
12675 lt_prog_compiler_pic_CXX
='-DDLL_EXPORT'
12677 darwin
* | rhapsody
*)
12678 # PIC is the default on this platform
12679 # Common symbols not allowed in MH_DYLIB files
12680 lt_prog_compiler_pic_CXX
='-fno-common'
12683 # DJGPP does not support shared libraries at all
12684 lt_prog_compiler_pic_CXX
=
12687 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
12688 # Instead, we relocate shared libraries at runtime.
12691 if test -d /usr
/nec
; then
12692 lt_prog_compiler_pic_CXX
=-Kconform_pic
12696 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
12697 # not for PA HP-UX.
12702 lt_prog_compiler_pic_CXX
='-fPIC'
12707 lt_prog_compiler_pic_CXX
='-fPIC'
12713 # All AIX code is PIC.
12714 if test "$host_cpu" = ia64
; then
12715 # AIX 5 now supports IA64 processor
12716 lt_prog_compiler_static_CXX
='-Bstatic'
12718 lt_prog_compiler_static_CXX
='-bnso -bI:/lib/syscalls.exp'
12722 case $cc_basename in
12724 # Green Hills C++ Compiler
12725 # _LT_AC_TAGVAR(lt_prog_compiler_static, CXX)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"
12730 # PIC is the default on this platform
12731 # Common symbols not allowed in MH_DYLIB files
12732 case $cc_basename in
12734 lt_prog_compiler_pic_CXX
='-qnocommon'
12735 lt_prog_compiler_wl_CXX
='-Wl,'
12740 case $cc_basename in
12742 lt_prog_compiler_pic_CXX
='-KPIC'
12745 # Green Hills C++ Compiler
12746 lt_prog_compiler_pic_CXX
='-pic'
12752 freebsd
* | dragonfly
*)
12753 # FreeBSD uses GNU C++
12755 hpux9
* | hpux10
* | hpux11
*)
12756 case $cc_basename in
12758 lt_prog_compiler_wl_CXX
='-Wl,'
12759 lt_prog_compiler_static_CXX
='${wl}-a ${wl}archive'
12760 if test "$host_cpu" != ia64
; then
12761 lt_prog_compiler_pic_CXX
='+Z'
12765 lt_prog_compiler_wl_CXX
='-Wl,'
12766 lt_prog_compiler_static_CXX
='${wl}-a ${wl}archive'
12772 lt_prog_compiler_pic_CXX
='+Z'
12781 # This is c89, which is MS Visual C++ (no shared libs)
12782 # Anyone wants to do a port?
12784 irix5
* | irix6
* | nonstopux
*)
12785 case $cc_basename in
12787 lt_prog_compiler_wl_CXX
='-Wl,'
12788 lt_prog_compiler_static_CXX
='-non_shared'
12789 # CC pic flag -KPIC is the default.
12795 linux
* | k
*bsd
*-gnu)
12796 case $cc_basename in
12799 lt_prog_compiler_wl_CXX
='--backend -Wl,'
12800 lt_prog_compiler_pic_CXX
='-fPIC'
12804 lt_prog_compiler_wl_CXX
='-Wl,'
12805 lt_prog_compiler_pic_CXX
='-KPIC'
12806 lt_prog_compiler_static_CXX
='-static'
12809 # Portland Group C++ compiler.
12810 lt_prog_compiler_wl_CXX
='-Wl,'
12811 lt_prog_compiler_pic_CXX
='-fpic'
12812 lt_prog_compiler_static_CXX
='-Bstatic'
12816 # Make sure the PIC flag is empty. It appears that all Alpha
12817 # Linux and Compaq Tru64 Unix objects are PIC.
12818 lt_prog_compiler_pic_CXX
=
12819 lt_prog_compiler_static_CXX
='-non_shared'
12822 case `$CC -V 2>&1 | sed 5q` in
12825 lt_prog_compiler_pic_CXX
='-KPIC'
12826 lt_prog_compiler_static_CXX
='-Bstatic'
12827 lt_prog_compiler_wl_CXX
='-Qoption ld '
12838 case $cc_basename in
12840 lt_prog_compiler_pic_CXX
='-W c,exportall'
12848 osf3
* | osf4
* | osf5
*)
12849 case $cc_basename in
12851 lt_prog_compiler_wl_CXX
='--backend -Wl,'
12854 # Rational C++ 2.4.1
12855 lt_prog_compiler_pic_CXX
='-pic'
12858 # Digital/Compaq C++
12859 lt_prog_compiler_wl_CXX
='-Wl,'
12860 # Make sure the PIC flag is empty. It appears that all Alpha
12861 # Linux and Compaq Tru64 Unix objects are PIC.
12862 lt_prog_compiler_pic_CXX
=
12863 lt_prog_compiler_static_CXX
='-non_shared'
12872 case $cc_basename in
12874 # Sun C++ 4.2, 5.x and Centerline C++
12875 lt_prog_compiler_pic_CXX
='-KPIC'
12876 lt_prog_compiler_static_CXX
='-Bstatic'
12877 lt_prog_compiler_wl_CXX
='-Qoption ld '
12880 # Green Hills C++ Compiler
12881 lt_prog_compiler_pic_CXX
='-PIC'
12888 case $cc_basename in
12891 lt_prog_compiler_pic_CXX
='-pic'
12892 lt_prog_compiler_static_CXX
='-Bstatic'
12896 lt_prog_compiler_pic_CXX
='-pic'
12903 case $cc_basename in
12905 # NonStop-UX NCC 3.20
12906 lt_prog_compiler_pic_CXX
='-KPIC'
12912 sysv5
* | unixware
* | sco3.2v5
* | sco5v6
* | OpenUNIX
*)
12913 case $cc_basename in
12915 lt_prog_compiler_wl_CXX
='-Wl,'
12916 lt_prog_compiler_pic_CXX
='-KPIC'
12917 lt_prog_compiler_static_CXX
='-Bstatic'
12924 lt_prog_compiler_can_build_shared_CXX
=no
12929 { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_CXX" >&5
12930 echo "${ECHO_T}$lt_prog_compiler_pic_CXX" >&6; }
12933 # Check to make sure the PIC flag actually works.
12935 if test -n "$lt_prog_compiler_pic_CXX"; then
12937 { echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
12938 echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... $ECHO_C" >&6; }
12939 if test "${lt_cv_prog_compiler_pic_works_CXX+set}" = set; then
12940 echo $ECHO_N "(cached) $ECHO_C" >&6
12942 lt_cv_prog_compiler_pic_works_CXX
=no
12943 ac_outfile
=conftest.
$ac_objext
12944 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
12945 lt_compiler_flag
="$lt_prog_compiler_pic_CXX -DPIC"
12946 # Insert the option either (1) after the last *FLAGS variable, or
12947 # (2) before a word containing "conftest.", or (3) at the end.
12948 # Note that $ac_compile itself does not contain backslashes and begins
12949 # with a dollar sign (not a hyphen), so the echo should work correctly.
12950 # The option is referenced via a variable to avoid confusing sed.
12951 lt_compile
=`echo "$ac_compile" | $SED \
12952 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
12953 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
12954 -e 's:$: $lt_compiler_flag:'`
12955 (eval echo "\"\$as_me:12955: $lt_compile\"" >&5)
12956 (eval "$lt_compile" 2>conftest.err
)
12958 cat conftest.err
>&5
12959 echo "$as_me:12959: \$? = $ac_status" >&5
12960 if (exit $ac_status) && test -s "$ac_outfile"; then
12961 # The compiler can only warn and ignore the option if not recognized
12962 # So say no if there are warnings other than the usual output.
12963 $echo "X$_lt_compiler_boilerplate" |
$Xsed -e '/^$/d' >conftest.exp
12964 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
12965 if test ! -s conftest.er2 ||
diff conftest.exp conftest.er2
>/dev
/null
; then
12966 lt_cv_prog_compiler_pic_works_CXX
=yes
12972 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_CXX" >&5
12973 echo "${ECHO_T}$lt_cv_prog_compiler_pic_works_CXX" >&6; }
12975 if test x
"$lt_cv_prog_compiler_pic_works_CXX" = xyes
; then
12976 case $lt_prog_compiler_pic_CXX in
12978 *) lt_prog_compiler_pic_CXX
=" $lt_prog_compiler_pic_CXX" ;;
12981 lt_prog_compiler_pic_CXX
=
12982 lt_prog_compiler_can_build_shared_CXX
=no
12987 # For platforms which do not support PIC, -DPIC is meaningless:
12989 lt_prog_compiler_pic_CXX
=
12992 lt_prog_compiler_pic_CXX
="$lt_prog_compiler_pic_CXX -DPIC"
12997 # Check to make sure the static flag actually works.
12999 wl
=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag
=\"$lt_prog_compiler_static_CXX\"
13000 { echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
13001 echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
13002 if test "${lt_cv_prog_compiler_static_works_CXX+set}" = set; then
13003 echo $ECHO_N "(cached) $ECHO_C" >&6
13005 lt_cv_prog_compiler_static_works_CXX
=no
13006 save_LDFLAGS
="$LDFLAGS"
13007 LDFLAGS
="$LDFLAGS $lt_tmp_static_flag"
13008 echo "$lt_simple_link_test_code" > conftest.
$ac_ext
13009 if (eval $ac_link 2>conftest.err
) && test -s conftest
$ac_exeext; then
13010 # The linker can only warn and ignore the option if not recognized
13011 # So say no if there are warnings
13012 if test -s conftest.err
; then
13013 # Append any errors to the config.log.
13014 cat conftest.err
1>&5
13015 $echo "X$_lt_linker_boilerplate" |
$Xsed -e '/^$/d' > conftest.exp
13016 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
13017 if diff conftest.exp conftest.er2
>/dev
/null
; then
13018 lt_cv_prog_compiler_static_works_CXX
=yes
13021 lt_cv_prog_compiler_static_works_CXX
=yes
13025 LDFLAGS
="$save_LDFLAGS"
13028 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_CXX" >&5
13029 echo "${ECHO_T}$lt_cv_prog_compiler_static_works_CXX" >&6; }
13031 if test x
"$lt_cv_prog_compiler_static_works_CXX" = xyes
; then
13034 lt_prog_compiler_static_CXX
=
13038 { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
13039 echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
13040 if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then
13041 echo $ECHO_N "(cached) $ECHO_C" >&6
13043 lt_cv_prog_compiler_c_o_CXX
=no
13044 $rm -r conftest
2>/dev
/null
13048 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
13050 lt_compiler_flag
="-o out/conftest2.$ac_objext"
13051 # Insert the option either (1) after the last *FLAGS variable, or
13052 # (2) before a word containing "conftest.", or (3) at the end.
13053 # Note that $ac_compile itself does not contain backslashes and begins
13054 # with a dollar sign (not a hyphen), so the echo should work correctly.
13055 lt_compile
=`echo "$ac_compile" | $SED \
13056 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13057 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13058 -e 's:$: $lt_compiler_flag:'`
13059 (eval echo "\"\$as_me:13059: $lt_compile\"" >&5)
13060 (eval "$lt_compile" 2>out
/conftest.err
)
13062 cat out
/conftest.err
>&5
13063 echo "$as_me:13063: \$? = $ac_status" >&5
13064 if (exit $ac_status) && test -s out
/conftest2.
$ac_objext
13066 # The compiler can only warn and ignore the option if not recognized
13067 # So say no if there are warnings
13068 $echo "X$_lt_compiler_boilerplate" |
$Xsed -e '/^$/d' > out
/conftest.exp
13069 $SED '/^$/d; /^ *+/d' out
/conftest.err
>out
/conftest.er2
13070 if test ! -s out
/conftest.er2 ||
diff out
/conftest.exp out
/conftest.er2
>/dev
/null
; then
13071 lt_cv_prog_compiler_c_o_CXX
=yes
13076 # SGI C++ compiler will create directory out/ii_files/ for
13077 # template instantiation
13078 test -d out
/ii_files
&& $rm out
/ii_files
/* && rmdir out
/ii_files
13079 $rm out
/* && rmdir out
13085 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_CXX" >&5
13086 echo "${ECHO_T}$lt_cv_prog_compiler_c_o_CXX" >&6; }
13089 hard_links
="nottested"
13090 if test "$lt_cv_prog_compiler_c_o_CXX" = no
&& test "$need_locks" != no
; then
13091 # do not overwrite the value of need_locks provided by the user
13092 { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
13093 echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
13096 ln conftest.a conftest.b
2>/dev
/null
&& hard_links
=no
13098 ln conftest.a conftest.b
2>&5 || hard_links
=no
13099 ln conftest.a conftest.b
2>/dev
/null
&& hard_links
=no
13100 { echo "$as_me:$LINENO: result: $hard_links" >&5
13101 echo "${ECHO_T}$hard_links" >&6; }
13102 if test "$hard_links" = no
; then
13103 { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
13104 echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
13111 { echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
13112 echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
13114 export_symbols_cmds_CXX
='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
13117 # If we're using GNU nm, then we don't want the "-C" option.
13118 # -C means demangle to AIX nm, but means don't demangle with GNU nm
13119 if $NM -V 2>&1 |
grep 'GNU' > /dev
/null
; then
13120 export_symbols_cmds_CXX
='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
13122 export_symbols_cmds_CXX
='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
13126 export_symbols_cmds_CXX
="$ltdll_cmds"
13129 export_symbols_cmds_CXX
='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;/^.*[ ]__nm__/s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
13132 export_symbols_cmds_CXX
='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
13135 exclude_expsyms_CXX
='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
13137 { echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
13138 echo "${ECHO_T}$ld_shlibs_CXX" >&6; }
13139 test "$ld_shlibs_CXX" = no
&& can_build_shared
=no
13142 # Do we need to explicitly link libc?
13144 case "x$archive_cmds_need_lc_CXX" in
13146 # Assume -lc should be added
13147 archive_cmds_need_lc_CXX
=yes
13149 if test "$enable_shared" = yes && test "$GCC" = yes; then
13150 case $archive_cmds_CXX in
13152 # FIXME: we may have to deal with multi-command sequences.
13155 # Test whether the compiler implicitly links with -lc since on some
13156 # systems, -lgcc has to come before -lc. If gcc already passes -lc
13157 # to ld, don't add -lc before -lgcc.
13158 { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
13159 echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
13161 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
13163 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13164 (eval $ac_compile) 2>&5
13166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13167 (exit $ac_status); } 2>conftest.err
; then
13170 libobjs
=conftest.
$ac_objext
13172 wl
=$lt_prog_compiler_wl_CXX
13173 pic_flag
=$lt_prog_compiler_pic_CXX
13179 lt_save_allow_undefined_flag
=$allow_undefined_flag_CXX
13180 allow_undefined_flag_CXX
=
13181 if { (eval echo "$as_me:$LINENO: \"$archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
13182 (eval $archive_cmds_CXX 2\
>\
&1 \|
grep \" -lc \" \
>/dev
/null
2\
>\
&1) 2>&5
13184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13185 (exit $ac_status); }
13187 archive_cmds_need_lc_CXX
=no
13189 archive_cmds_need_lc_CXX
=yes
13191 allow_undefined_flag_CXX
=$lt_save_allow_undefined_flag
13193 cat conftest.err
1>&5
13196 { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_CXX" >&5
13197 echo "${ECHO_T}$archive_cmds_need_lc_CXX" >&6; }
13204 { echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
13205 echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
13206 library_names_spec
=
13207 libname_spec
='lib$name'
13211 postuninstall_cmds
=
13215 shlibpath_overrides_runpath
=unknown
13217 dynamic_linker
="$host_os ld.so"
13218 sys_lib_dlsearch_path_spec
="/lib /usr/lib"
13220 need_lib_prefix
=unknown
13221 hardcode_into_libs
=no
13223 # when you set need_version to no, make sure it does not cause -set_version
13224 # flags to be left without arguments
13225 need_version
=unknown
13230 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname.a'
13231 shlibpath_var
=LIBPATH
13233 # AIX 3 has no versioning support, so we append a major version to the name.
13234 soname_spec
='${libname}${release}${shared_ext}$major'
13241 hardcode_into_libs
=yes
13242 if test "$host_cpu" = ia64
; then
13243 # AIX 5 supports IA64
13244 library_names_spec
='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
13245 shlibpath_var
=LD_LIBRARY_PATH
13247 # With GCC up to 2.95.x, collect2 would create an import file
13248 # for dependence libraries. The import file would start with
13249 # the line `#! .'. This would cause the generated library to
13250 # depend on `.', always an invalid library. This was fixed in
13251 # development snapshots of GCC prior to 3.0.
13253 aix4 | aix4.
[01] | aix4.
[01].
*)
13254 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
13256 echo '#endif'; } |
${CC} -E - |
grep yes > /dev
/null
; then
13259 can_build_shared
=no
13263 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
13264 # soname into executable. Probably we can add versioning support to
13265 # collect2, so additional links can be useful in future.
13266 if test "$aix_use_runtimelinking" = yes; then
13267 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
13268 # instead of lib<name>.a to let people know that these are not
13269 # typical AIX shared libraries.
13270 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
13272 # We preserve .a as extension for shared libraries through AIX4.2
13273 # and later when we are not doing run time linking.
13274 library_names_spec
='${libname}${release}.a $libname.a'
13275 soname_spec
='${libname}${release}${shared_ext}$major'
13277 shlibpath_var
=LIBPATH
13282 library_names_spec
='$libname.ixlibrary $libname.a'
13283 # Create ${libname}_ixlibrary.a entries in /sys/libs.
13284 finish_eval
='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''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'
13288 library_names_spec
='${libname}${shared_ext}'
13289 dynamic_linker
="$host_os ld.so"
13290 shlibpath_var
=LIBRARY_PATH
13296 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
13297 soname_spec
='${libname}${release}${shared_ext}$major'
13298 finish_cmds
='PATH="\$PATH:/sbin" ldconfig $libdir'
13299 shlibpath_var
=LD_LIBRARY_PATH
13300 sys_lib_search_path_spec
="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
13301 sys_lib_dlsearch_path_spec
="/shlib /usr/lib /usr/local/lib"
13302 # the default ld.so.conf also contains /usr/contrib/lib and
13303 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
13304 # libtool to hard-code these into programs
13307 cygwin
* | mingw
* | pw32
*)
13308 version_type
=windows
13313 case $GCC,$host_os in
13314 yes,cygwin
* |
yes,mingw
* |
yes,pw32
*)
13315 library_names_spec
='$libname.dll.a'
13316 # DLL is installed to $(libdir)/../bin by postinstall_cmds
13317 postinstall_cmds
='base_file=`basename \${file}`~
13318 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
13319 dldir=$destdir/`dirname \$dlpath`~
13320 test -d \$dldir || mkdir -p \$dldir~
13321 $install_prog $dir/$dlname \$dldir/$dlname~
13322 chmod a+x \$dldir/$dlname'
13323 postuninstall_cmds
='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
13324 dlpath=$dir/\$dldll~
13326 shlibpath_overrides_runpath
=yes
13330 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
13331 soname_spec
='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
13332 sys_lib_search_path_spec
="/usr/lib /lib/w32api /lib /usr/local/lib"
13335 # MinGW DLLs use traditional 'lib' prefix
13336 soname_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
13337 sys_lib_search_path_spec
=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
13338 if echo "$sys_lib_search_path_spec" |
grep ';[c-zC-Z]:/' >/dev
/null
; then
13339 # It is most probably a Windows format PATH printed by
13340 # mingw gcc, but we are running on Cygwin. Gcc prints its search
13341 # path with ; separators, and with drive letters. We can handle the
13342 # drive letters (cygwin fileutils understands them), so leave them,
13343 # especially as we might pass files found there to a mingw objdump,
13344 # which wouldn't understand a cygwinified path. Ahh.
13345 sys_lib_search_path_spec
=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
13347 sys_lib_search_path_spec
=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
13351 # pw32 DLLs use 'pw' prefix rather than 'lib'
13352 library_names_spec
='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
13358 library_names_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
13361 dynamic_linker
='Win32 ld.exe'
13362 # FIXME: first we should search . and the directory the executable is in
13366 darwin
* | rhapsody
*)
13367 dynamic_linker
="$host_os dyld"
13368 version_type
=darwin
13371 library_names_spec
='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
13372 soname_spec
='${libname}${release}${major}$shared_ext'
13373 shlibpath_overrides_runpath
=yes
13374 shlibpath_var
=DYLD_LIBRARY_PATH
13375 shrext_cmds
='`test .$module = .yes && echo .so || echo .dylib`'
13377 sys_lib_dlsearch_path_spec
='/usr/local/lib /lib /usr/lib'
13384 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
13385 soname_spec
='${libname}${release}${shared_ext}$major'
13386 shlibpath_var
=LD_LIBRARY_PATH
13393 freebsd
* | dragonfly
*)
13394 # DragonFly does not have aout. When/if they implement a new
13395 # versioning mechanism, adjust this.
13396 if test -x /usr
/bin
/objformat
; then
13397 objformat
=`/usr/bin/objformat`
13400 freebsd
[123]*) objformat
=aout
;;
13401 *) objformat
=elf
;;
13404 version_type
=freebsd-
$objformat
13405 case $version_type in
13407 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
13412 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
13416 shlibpath_var
=LD_LIBRARY_PATH
13419 shlibpath_overrides_runpath
=yes
13421 freebsd3.
[01]* | freebsdelf3.
[01]*)
13422 shlibpath_overrides_runpath
=yes
13423 hardcode_into_libs
=yes
13425 freebsd3.
[2-9]* | freebsdelf3.
[2-9]* | \
13426 freebsd4.
[0-5] | freebsdelf4.
[0-5] | freebsd4.1
.1 | freebsdelf4.1
.1)
13427 shlibpath_overrides_runpath
=no
13428 hardcode_into_libs
=yes
13430 *) # from 4.6 on, and DragonFly
13431 shlibpath_overrides_runpath
=yes
13432 hardcode_into_libs
=yes
13441 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
13442 soname_spec
='${libname}${release}${shared_ext}$major'
13443 shlibpath_var
=LD_LIBRARY_PATH
13444 hardcode_into_libs
=yes
13447 hpux9
* | hpux10
* | hpux11
*)
13448 # Give a soname corresponding to the major version so that dld.sl refuses to
13449 # link against other versions.
13456 hardcode_into_libs
=yes
13457 dynamic_linker
="$host_os dld.so"
13458 shlibpath_var
=LD_LIBRARY_PATH
13459 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
13460 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
13461 soname_spec
='${libname}${release}${shared_ext}$major'
13462 if test "X$HPUX_IA64_MODE" = X32
; then
13463 sys_lib_search_path_spec
="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
13465 sys_lib_search_path_spec
="/usr/lib/hpux64 /usr/local/lib/hpux64"
13467 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
13471 hardcode_into_libs
=yes
13472 dynamic_linker
="$host_os dld.sl"
13473 shlibpath_var
=LD_LIBRARY_PATH
# How should we handle SHLIB_PATH
13474 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
13475 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
13476 soname_spec
='${libname}${release}${shared_ext}$major'
13477 sys_lib_search_path_spec
="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
13478 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
13482 dynamic_linker
="$host_os dld.sl"
13483 shlibpath_var
=SHLIB_PATH
13484 shlibpath_overrides_runpath
=no
# +s is required to enable SHLIB_PATH
13485 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
13486 soname_spec
='${libname}${release}${shared_ext}$major'
13489 # HP-UX runs *really* slowly unless shared libraries are mode 555.
13490 postinstall_cmds
='chmod 555 $lib'
13497 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
13498 soname_spec
='${libname}${release}${shared_ext}$major'
13499 dynamic_linker
='Interix 3.x ld.so.1 (PE, like ELF)'
13500 shlibpath_var
=LD_LIBRARY_PATH
13501 shlibpath_overrides_runpath
=no
13502 hardcode_into_libs
=yes
13505 irix5
* | irix6
* | nonstopux
*)
13507 nonstopux
*) version_type
=nonstopux
;;
13509 if test "$lt_cv_prog_gnu_ld" = yes; then
13517 soname_spec
='${libname}${release}${shared_ext}$major'
13518 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
13520 irix5
* | nonstopux
*)
13521 libsuff
= shlibsuff
=
13524 case $LD in # libtool.m4 will add one of these switches to LD
13525 *-32|
*"-32 "|
*-melf32bsmip|
*"-melf32bsmip ")
13526 libsuff
= shlibsuff
= libmagic
=32-bit;;
13527 *-n32|
*"-n32 "|
*-melf32bmipn32|
*"-melf32bmipn32 ")
13528 libsuff
=32 shlibsuff
=N32 libmagic
=N32
;;
13529 *-64|
*"-64 "|
*-melf64bmip|
*"-melf64bmip ")
13530 libsuff
=64 shlibsuff
=64 libmagic
=64-bit;;
13531 *) libsuff
= shlibsuff
= libmagic
=never-match
;;
13535 shlibpath_var
=LD_LIBRARY
${shlibsuff}_PATH
13536 shlibpath_overrides_runpath
=no
13537 sys_lib_search_path_spec
="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
13538 sys_lib_dlsearch_path_spec
="/usr/lib${libsuff} /lib${libsuff}"
13539 hardcode_into_libs
=yes
13542 # No shared lib support for Linux oldld, aout, or coff.
13543 linux
*oldld
* | linux
*aout
* | linux
*coff
*)
13547 # This must be Linux ELF.
13548 linux
* | k
*bsd
*-gnu)
13552 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
13553 soname_spec
='${libname}${release}${shared_ext}$major'
13554 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -n $libdir'
13555 shlibpath_var
=LD_LIBRARY_PATH
13556 shlibpath_overrides_runpath
=no
13557 # This implies no fast_install, which is unacceptable.
13558 # Some rework will be needed to allow for fast_install
13559 # before this can be enabled.
13560 hardcode_into_libs
=yes
13562 # Append ld.so.conf contents to the search path
13563 if test -f /etc
/ld.so.conf
; then
13564 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;/^$/d' | tr '\n' ' '`
13565 sys_lib_dlsearch_path_spec
="/lib /usr/lib $lt_ld_extra"
13568 # We used to test for /lib/ld.so.1 and disable shared libraries on
13569 # powerpc, because MkLinux only supported shared libraries with the
13570 # GNU dynamic linker. Since this was broken with cross compilers,
13571 # most powerpc-linux boxes support dynamic linking these days and
13572 # people can always --disable-shared, the test was removed, and we
13573 # assume the GNU/Linux dynamic linker is in use.
13574 dynamic_linker
='GNU/Linux ld.so'
13581 if echo __ELF__ |
$CC -E - |
grep __ELF__
>/dev
/null
; then
13582 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
13583 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
13584 dynamic_linker
='NetBSD (a.out) ld.so'
13586 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
13587 soname_spec
='${libname}${release}${shared_ext}$major'
13588 dynamic_linker
='NetBSD ld.elf_so'
13590 shlibpath_var
=LD_LIBRARY_PATH
13591 shlibpath_overrides_runpath
=yes
13592 hardcode_into_libs
=yes
13597 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
13598 shlibpath_var
=LD_LIBRARY_PATH
13599 shlibpath_overrides_runpath
=yes
13606 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
13607 soname_spec
='${libname}${release}${shared_ext}$major'
13608 shlibpath_var
=LD_LIBRARY_PATH
13609 shlibpath_overrides_runpath
=yes
13614 sys_lib_dlsearch_path_spec
="/usr/lib"
13616 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
13618 openbsd3.3 | openbsd3.3.
*) need_version
=yes ;;
13619 *) need_version
=no
;;
13621 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
13622 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
13623 shlibpath_var
=LD_LIBRARY_PATH
13624 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
13626 openbsd2.
[89] | openbsd2.
[89].
*)
13627 shlibpath_overrides_runpath
=no
13630 shlibpath_overrides_runpath
=yes
13634 shlibpath_overrides_runpath
=yes
13639 libname_spec
='$name'
13642 library_names_spec
='$libname${shared_ext} $libname.a'
13643 dynamic_linker
='OS/2 ld.exe'
13644 shlibpath_var
=LIBPATH
13647 osf3
* | osf4
* | osf5
*)
13651 soname_spec
='${libname}${release}${shared_ext}$major'
13652 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
13653 shlibpath_var
=LD_LIBRARY_PATH
13654 sys_lib_search_path_spec
="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
13655 sys_lib_dlsearch_path_spec
="$sys_lib_search_path_spec"
13666 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
13667 soname_spec
='${libname}${release}${shared_ext}$major'
13668 shlibpath_var
=LD_LIBRARY_PATH
13669 shlibpath_overrides_runpath
=yes
13670 hardcode_into_libs
=yes
13671 # ldd complains unless libraries are executable
13672 postinstall_cmds
='chmod +x $lib'
13677 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
13678 finish_cmds
='PATH="\$PATH:/usr/etc" ldconfig $libdir'
13679 shlibpath_var
=LD_LIBRARY_PATH
13680 shlibpath_overrides_runpath
=yes
13681 if test "$with_gnu_ld" = yes; then
13689 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
13690 soname_spec
='${libname}${release}${shared_ext}$major'
13691 shlibpath_var
=LD_LIBRARY_PATH
13692 case $host_vendor in
13694 shlibpath_overrides_runpath
=no
13696 export_dynamic_flag_spec
='${wl}-Blargedynsym'
13697 runpath_var
=LD_RUN_PATH
13705 shlibpath_overrides_runpath
=no
13706 sys_lib_search_path_spec
='/lib /usr/lib /usr/ccs/lib'
13712 if test -d /usr
/nec
;then
13714 library_names_spec
='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
13715 soname_spec
='$libname${shared_ext}.$major'
13716 shlibpath_var
=LD_LIBRARY_PATH
13720 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
* | sysv4
*uw2
*)
13721 version_type
=freebsd-elf
13724 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
13725 soname_spec
='${libname}${release}${shared_ext}$major'
13726 shlibpath_var
=LD_LIBRARY_PATH
13727 hardcode_into_libs
=yes
13728 if test "$with_gnu_ld" = yes; then
13729 sys_lib_search_path_spec
='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
13730 shlibpath_overrides_runpath
=no
13732 sys_lib_search_path_spec
='/usr/ccs/lib /usr/lib'
13733 shlibpath_overrides_runpath
=yes
13736 sys_lib_search_path_spec
="$sys_lib_search_path_spec /lib"
13740 sys_lib_dlsearch_path_spec
='/usr/lib'
13745 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
13746 soname_spec
='${libname}${release}${shared_ext}$major'
13747 shlibpath_var
=LD_LIBRARY_PATH
13754 { echo "$as_me:$LINENO: result: $dynamic_linker" >&5
13755 echo "${ECHO_T}$dynamic_linker" >&6; }
13756 test "$dynamic_linker" = no
&& can_build_shared
=no
13758 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
13759 echo $ECHO_N "(cached) $ECHO_C" >&6
13761 lt_cv_sys_lib_search_path_spec
="$sys_lib_search_path_spec"
13764 sys_lib_search_path_spec
="$lt_cv_sys_lib_search_path_spec"
13765 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
13766 echo $ECHO_N "(cached) $ECHO_C" >&6
13768 lt_cv_sys_lib_dlsearch_path_spec
="$sys_lib_dlsearch_path_spec"
13771 sys_lib_dlsearch_path_spec
="$lt_cv_sys_lib_dlsearch_path_spec"
13773 variables_saved_for_relink
="PATH $shlibpath_var $runpath_var"
13774 if test "$GCC" = yes; then
13775 variables_saved_for_relink
="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
13778 { echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
13779 echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
13780 hardcode_action_CXX
=
13781 if test -n "$hardcode_libdir_flag_spec_CXX" || \
13782 test -n "$runpath_var_CXX" || \
13783 test "X$hardcode_automatic_CXX" = "Xyes" ; then
13785 # We can hardcode non-existant directories.
13786 if test "$hardcode_direct_CXX" != no
&&
13787 # If the only mechanism to avoid hardcoding is shlibpath_var, we
13788 # have to relink, otherwise we might link with an installed library
13789 # when we should be linking with a yet-to-be-installed one
13790 ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, CXX)" != no &&
13791 test "$hardcode_minus_L_CXX" != no
; then
13792 # Linking always hardcodes the temporary library directory.
13793 hardcode_action_CXX
=relink
13795 # We can link without hardcoding, and we can hardcode nonexisting dirs.
13796 hardcode_action_CXX
=immediate
13799 # We cannot hardcode anything, or else we can only hardcode existing
13801 hardcode_action_CXX
=unsupported
13803 { echo "$as_me:$LINENO: result: $hardcode_action_CXX" >&5
13804 echo "${ECHO_T}$hardcode_action_CXX" >&6; }
13806 if test "$hardcode_action_CXX" = relink
; then
13807 # Fast installation is not supported
13808 enable_fast_install
=no
13809 elif test "$shlibpath_overrides_runpath" = yes ||
13810 test "$enable_shared" = no
; then
13811 # Fast installation is not necessary
13812 enable_fast_install
=needless
13816 # The else clause should only fire when bootstrapping the
13817 # libtool distribution, otherwise you forgot to ship ltmain.sh
13818 # with your package, and you will get complaints that there are
13819 # no rules to generate ltmain.sh.
13820 if test -f "$ltmain"; then
13821 # See if we are running on zsh, and set the options which allow our commands through
13822 # without removal of \ escapes.
13823 if test -n "${ZSH_VERSION+set}" ; then
13824 setopt NO_GLOB_SUBST
13826 # Now quote all the things that may contain metacharacters while being
13827 # careful not to overquote the AC_SUBSTed values. We take copies of the
13828 # variables and quote the copies for generation of the libtool script.
13829 for var
in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
13831 libname_spec library_names_spec soname_spec extract_expsyms_cmds \
13832 old_striplib striplib file_magic_cmd finish_cmds finish_eval \
13833 deplibs_check_method reload_flag reload_cmds need_locks \
13834 lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
13835 lt_cv_sys_global_symbol_to_c_name_address \
13836 sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
13837 old_postinstall_cmds old_postuninstall_cmds \
13841 lt_prog_compiler_wl_CXX \
13842 lt_prog_compiler_pic_CXX \
13843 lt_prog_compiler_static_CXX \
13844 lt_prog_compiler_no_builtin_flag_CXX \
13845 export_dynamic_flag_spec_CXX \
13846 thread_safe_flag_spec_CXX \
13847 whole_archive_flag_spec_CXX \
13848 enable_shared_with_static_runtimes_CXX \
13849 old_archive_cmds_CXX \
13850 old_archive_from_new_cmds_CXX \
13851 predep_objects_CXX \
13852 postdep_objects_CXX \
13855 compiler_lib_search_path_CXX \
13856 compiler_lib_search_dirs_CXX \
13858 archive_expsym_cmds_CXX \
13859 postinstall_cmds_CXX \
13860 postuninstall_cmds_CXX \
13861 old_archive_from_expsyms_cmds_CXX \
13862 allow_undefined_flag_CXX \
13863 no_undefined_flag_CXX \
13864 export_symbols_cmds_CXX \
13865 hardcode_libdir_flag_spec_CXX \
13866 hardcode_libdir_flag_spec_ld_CXX \
13867 hardcode_libdir_separator_CXX \
13868 hardcode_automatic_CXX \
13870 module_expsym_cmds_CXX \
13871 lt_cv_prog_compiler_c_o_CXX \
13872 fix_srcfile_path_CXX \
13873 exclude_expsyms_CXX \
13874 include_expsyms_CXX
; do
13877 old_archive_cmds_CXX | \
13878 old_archive_from_new_cmds_CXX | \
13879 archive_cmds_CXX | \
13880 archive_expsym_cmds_CXX | \
13881 module_cmds_CXX | \
13882 module_expsym_cmds_CXX | \
13883 old_archive_from_expsyms_cmds_CXX | \
13884 export_symbols_cmds_CXX | \
13885 extract_expsyms_cmds | reload_cmds | finish_cmds | \
13886 postinstall_cmds | postuninstall_cmds | \
13887 old_postinstall_cmds | old_postuninstall_cmds | \
13888 sys_lib_search_path_spec | sys_lib_dlsearch_path_spec
)
13889 # Double-quote double-evaled strings.
13890 eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
13893 eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
13899 *'\$0 --fallback-echo"')
13900 lt_echo
=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
13906 cat <<__EOF__ >> "$cfgfile"
13907 # ### BEGIN LIBTOOL TAG CONFIG: $tagname
13909 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
13911 # Shell to use when invoking shell scripts.
13914 # Whether or not to build shared libraries.
13915 build_libtool_libs=$enable_shared
13917 # Whether or not to build static libraries.
13918 build_old_libs=$enable_static
13920 # Whether or not to add -lc for building shared libraries.
13921 build_libtool_need_lc=$archive_cmds_need_lc_CXX
13923 # Whether or not to disallow shared libs when runtime libs are static
13924 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
13926 # Whether or not to optimize for fast installation.
13927 fast_install=$enable_fast_install
13930 host_alias=$host_alias
13934 # The build system.
13935 build_alias=$build_alias
13939 # An echo program that does not interpret backslashes.
13944 AR_FLAGS=$lt_AR_FLAGS
13949 # LTCC compiler flags.
13950 LTCFLAGS=$lt_LTCFLAGS
13952 # A language-specific compiler.
13953 CC=$lt_compiler_CXX
13955 # Is the compiler the GNU C compiler?
13961 # The linker used to build libraries.
13964 # Whether we need hard or soft links.
13967 # A BSD-compatible nm program.
13970 # A symbol stripping program
13973 # Used to examine libraries when file_magic_cmd begins "file"
13974 MAGIC_CMD=$MAGIC_CMD
13976 # Used on cygwin: DLL creation program.
13979 # Used on cygwin: object dumper.
13982 # Used on cygwin: assembler.
13985 # The name of the directory that contains temporary libtool files.
13988 # How to create reloadable object files.
13989 reload_flag=$lt_reload_flag
13990 reload_cmds=$lt_reload_cmds
13992 # How to pass a linker flag through the compiler.
13993 wl=$lt_lt_prog_compiler_wl_CXX
13995 # Object file suffix (normally "o").
13996 objext="$ac_objext"
13998 # Old archive suffix (normally "a").
14001 # Shared library suffix (normally ".so").
14002 shrext_cmds='$shrext_cmds'
14004 # Executable file suffix (normally "").
14007 # Additional compiler flags for building library objects.
14008 pic_flag=$lt_lt_prog_compiler_pic_CXX
14011 # What is the maximum length of a command?
14012 max_cmd_len=$lt_cv_sys_max_cmd_len
14014 # Does compiler simultaneously support -c and -o options?
14015 compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
14017 # Must we lock files when doing compilation?
14018 need_locks=$lt_need_locks
14020 # Do we need the lib prefix for modules?
14021 need_lib_prefix=$need_lib_prefix
14023 # Do we need a version for libraries?
14024 need_version=$need_version
14026 # Whether dlopen is supported.
14027 dlopen_support=$enable_dlopen
14029 # Whether dlopen of programs is supported.
14030 dlopen_self=$enable_dlopen_self
14032 # Whether dlopen of statically linked programs is supported.
14033 dlopen_self_static=$enable_dlopen_self_static
14035 # Compiler flag to prevent dynamic linking.
14036 link_static_flag=$lt_lt_prog_compiler_static_CXX
14038 # Compiler flag to turn off builtin functions.
14039 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
14041 # Compiler flag to allow reflexive dlopens.
14042 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
14044 # Compiler flag to generate shared objects directly from archives.
14045 whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
14047 # Compiler flag to generate thread-safe objects.
14048 thread_safe_flag_spec=$lt_thread_safe_flag_spec_CXX
14050 # Library versioning type.
14051 version_type=$version_type
14053 # Format of library name prefix.
14054 libname_spec=$lt_libname_spec
14056 # List of archive names. First name is the real one, the rest are links.
14057 # The last name is the one that the linker finds with -lNAME.
14058 library_names_spec=$lt_library_names_spec
14060 # The coded name of the library, if different from the real name.
14061 soname_spec=$lt_soname_spec
14063 # Commands used to build and install an old-style archive.
14065 old_archive_cmds=$lt_old_archive_cmds_CXX
14066 old_postinstall_cmds=$lt_old_postinstall_cmds
14067 old_postuninstall_cmds=$lt_old_postuninstall_cmds
14069 # Create an old-style archive from a shared archive.
14070 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
14072 # Create a temporary old-style archive to link instead of a shared archive.
14073 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
14075 # Commands used to build and install a shared archive.
14076 archive_cmds=$lt_archive_cmds_CXX
14077 archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
14078 postinstall_cmds=$lt_postinstall_cmds
14079 postuninstall_cmds=$lt_postuninstall_cmds
14081 # Commands used to build a loadable module (assumed same as above if empty)
14082 module_cmds=$lt_module_cmds_CXX
14083 module_expsym_cmds=$lt_module_expsym_cmds_CXX
14085 # Commands to strip libraries.
14086 old_striplib=$lt_old_striplib
14087 striplib=$lt_striplib
14089 # Dependencies to place before the objects being linked to create a
14091 predep_objects=$lt_predep_objects_CXX
14093 # Dependencies to place after the objects being linked to create a
14095 postdep_objects=$lt_postdep_objects_CXX
14097 # Dependencies to place before the objects being linked to create a
14099 predeps=$lt_predeps_CXX
14101 # Dependencies to place after the objects being linked to create a
14103 postdeps=$lt_postdeps_CXX
14105 # The directories searched by this compiler when creating a shared
14107 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX
14109 # The library search path used internally by the compiler when linking
14110 # a shared library.
14111 compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
14113 # Method to check whether dependent libraries are shared objects.
14114 deplibs_check_method=$lt_deplibs_check_method
14116 # Command to use when deplibs_check_method == file_magic.
14117 file_magic_cmd=$lt_file_magic_cmd
14119 # Flag that allows shared libraries with undefined symbols to be built.
14120 allow_undefined_flag=$lt_allow_undefined_flag_CXX
14122 # Flag that forces no undefined symbols.
14123 no_undefined_flag=$lt_no_undefined_flag_CXX
14125 # Commands used to finish a libtool library installation in a directory.
14126 finish_cmds=$lt_finish_cmds
14128 # Same as above, but a single script fragment to be evaled but not shown.
14129 finish_eval=$lt_finish_eval
14131 # Take the output of nm and produce a listing of raw symbols and C names.
14132 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
14134 # Transform the output of nm in a proper C declaration
14135 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
14137 # Transform the output of nm in a C name address pair
14138 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
14140 # This is the shared library runtime path variable.
14141 runpath_var=$runpath_var
14143 # This is the shared library path variable.
14144 shlibpath_var=$shlibpath_var
14146 # Is shlibpath searched before the hard-coded library search path?
14147 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
14149 # How to hardcode a shared library path into an executable.
14150 hardcode_action=$hardcode_action_CXX
14152 # Whether we should hardcode library paths into libraries.
14153 hardcode_into_libs=$hardcode_into_libs
14155 # Flag to hardcode \$libdir into a binary during linking.
14156 # This must work even if \$libdir does not exist.
14157 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
14159 # If ld is used when linking, flag to hardcode \$libdir into
14160 # a binary during linking. This must work even if \$libdir does
14162 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX
14164 # Whether we need a single -rpath flag with a separated argument.
14165 hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
14167 # Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
14168 # resulting binary.
14169 hardcode_direct=$hardcode_direct_CXX
14171 # Set to yes if using the -LDIR flag during linking hardcodes DIR into the
14172 # resulting binary.
14173 hardcode_minus_L=$hardcode_minus_L_CXX
14175 # Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
14176 # the resulting binary.
14177 hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
14179 # Set to yes if building a shared library automatically hardcodes DIR into the library
14180 # and all subsequent libraries and executables linked against it.
14181 hardcode_automatic=$hardcode_automatic_CXX
14183 # Variables whose values should be saved in libtool wrapper scripts and
14184 # restored at relink time.
14185 variables_saved_for_relink="$variables_saved_for_relink"
14187 # Whether libtool must link a program against all its dependency libraries.
14188 link_all_deplibs=$link_all_deplibs_CXX
14190 # Compile-time system search path for libraries
14191 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
14193 # Run-time system search path for libraries
14194 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
14196 # Fix the shell variable \$srcfile for the compiler.
14197 fix_srcfile_path=$lt_fix_srcfile_path
14199 # Set to yes if exported symbols are required.
14200 always_export_symbols=$always_export_symbols_CXX
14202 # The commands to list exported symbols.
14203 export_symbols_cmds=$lt_export_symbols_cmds_CXX
14205 # The commands to extract the exported symbol list from a shared archive.
14206 extract_expsyms_cmds=$lt_extract_expsyms_cmds
14208 # Symbols that should not be listed in the preloaded symbols.
14209 exclude_expsyms=$lt_exclude_expsyms_CXX
14211 # Symbols that must always be exported.
14212 include_expsyms=$lt_include_expsyms_CXX
14214 # ### END LIBTOOL TAG CONFIG: $tagname
14220 # If there is no Makefile yet, we rely on a make rule to execute
14221 # `config.status --recheck' to rerun these tests and create the
14222 # libtool script then.
14223 ltmain_in
=`echo $ltmain | sed -e 's/\.sh$/.in/'`
14224 if test -f "$ltmain_in"; then
14225 test -f Makefile
&& make "$ltmain"
14231 ac_cpp
='$CPP $CPPFLAGS'
14232 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14233 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14234 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
14240 with_gnu_ldcxx
=$with_gnu_ld
14241 with_gnu_ld
=$lt_save_with_gnu_ld
14242 lt_cv_path_LDCXX
=$lt_cv_path_LD
14243 lt_cv_path_LD
=$lt_save_path_LD
14244 lt_cv_prog_gnu_ldcxx
=$lt_cv_prog_gnu_ld
14245 lt_cv_prog_gnu_ld
=$lt_save_with_gnu_ld
14253 if test -n "$F77" && test "X$F77" != "Xno"; then
14256 ac_compile
='$F77 -c $FFLAGS conftest.$ac_ext >&5'
14257 ac_link
='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14258 ac_compiler_gnu
=$ac_cv_f77_compiler_gnu
14261 archive_cmds_need_lc_F77
=no
14262 allow_undefined_flag_F77
=
14263 always_export_symbols_F77
=no
14264 archive_expsym_cmds_F77
=
14265 export_dynamic_flag_spec_F77
=
14266 hardcode_direct_F77
=no
14267 hardcode_libdir_flag_spec_F77
=
14268 hardcode_libdir_flag_spec_ld_F77
=
14269 hardcode_libdir_separator_F77
=
14270 hardcode_minus_L_F77
=no
14271 hardcode_automatic_F77
=no
14273 module_expsym_cmds_F77
=
14274 link_all_deplibs_F77
=unknown
14275 old_archive_cmds_F77
=$old_archive_cmds
14276 no_undefined_flag_F77
=
14277 whole_archive_flag_spec_F77
=
14278 enable_shared_with_static_runtimes_F77
=no
14280 # Source file extension for f77 test sources.
14283 # Object file extension for compiled f77 test sources.
14287 # Code to be used in simple compile tests
14288 lt_simple_compile_test_code
="\
14294 # Code to be used in simple link tests
14295 lt_simple_link_test_code
="\
14300 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
14302 # If no C compiler was specified, use CC.
14305 # If no C compiler flags were specified, use CFLAGS.
14306 LTCFLAGS
=${LTCFLAGS-"$CFLAGS"}
14308 # Allow CC to be a program name with arguments.
14312 # save warnings/boilerplate of simple test code
14313 ac_outfile
=conftest.
$ac_objext
14314 echo "$lt_simple_compile_test_code" >conftest.
$ac_ext
14315 eval "$ac_compile" 2>&1 >/dev
/null |
$SED '/^$/d; /^ *+/d' >conftest.err
14316 _lt_compiler_boilerplate
=`cat conftest.err`
14319 ac_outfile
=conftest.
$ac_objext
14320 echo "$lt_simple_link_test_code" >conftest.
$ac_ext
14321 eval "$ac_link" 2>&1 >/dev
/null |
$SED '/^$/d; /^ *+/d' >conftest.err
14322 _lt_linker_boilerplate
=`cat conftest.err`
14326 # Allow CC to be a program name with arguments.
14331 for cc_temp
in $compiler""; do
14333 compile |
*[\\/]compile | ccache |
*[\\/]ccache
) ;;
14334 distcc |
*[\\/]distcc | purify |
*[\\/]purify
) ;;
14339 cc_basename
=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
14342 { echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
14343 echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; }
14344 { echo "$as_me:$LINENO: result: $can_build_shared" >&5
14345 echo "${ECHO_T}$can_build_shared" >&6; }
14347 { echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
14348 echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6; }
14349 test "$can_build_shared" = "no" && enable_shared
=no
14351 # On AIX, shared libraries and static libraries use the same namespace, and
14352 # are all built from PIC.
14355 test "$enable_shared" = yes && enable_static
=no
14356 if test -n "$RANLIB"; then
14357 archive_cmds
="$archive_cmds~\$RANLIB \$lib"
14358 postinstall_cmds
='$RANLIB $lib'
14362 if test "$host_cpu" != ia64
&& test "$aix_use_runtimelinking" = no
; then
14363 test "$enable_shared" = yes && enable_static
=no
14367 { echo "$as_me:$LINENO: result: $enable_shared" >&5
14368 echo "${ECHO_T}$enable_shared" >&6; }
14370 { echo "$as_me:$LINENO: checking whether to build static libraries" >&5
14371 echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; }
14372 # Make sure either enable_shared or enable_static is yes.
14373 test "$enable_shared" = yes || enable_static
=yes
14374 { echo "$as_me:$LINENO: result: $enable_static" >&5
14375 echo "${ECHO_T}$enable_static" >&6; }
14380 lt_prog_compiler_wl_F77
=
14381 lt_prog_compiler_pic_F77
=
14382 lt_prog_compiler_static_F77
=
14384 { echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
14385 echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
14387 if test "$GCC" = yes; then
14388 lt_prog_compiler_wl_F77
='-Wl,'
14389 lt_prog_compiler_static_F77
='-static'
14393 # All AIX code is PIC.
14394 if test "$host_cpu" = ia64
; then
14395 # AIX 5 now supports IA64 processor
14396 lt_prog_compiler_static_F77
='-Bstatic'
14401 # FIXME: we need at least 68020 code to build shared libraries, but
14402 # adding the `-m68020' flag to GCC prevents building anything better,
14404 lt_prog_compiler_pic_F77
='-m68020 -resident32 -malways-restore-a4'
14407 beos
* | irix5
* | irix6
* | nonstopux
* | osf3
* | osf4
* | osf5
*)
14408 # PIC is the default for these OSes.
14411 mingw
* | cygwin
* | pw32
* | os2
*)
14412 # This hack is so that the source file can tell whether it is being
14413 # built for inclusion in a dll (and should export symbols for example).
14414 # Although the cygwin gcc ignores -fPIC, still need this for old-style
14415 # (--disable-auto-import) libraries
14416 lt_prog_compiler_pic_F77
='-DDLL_EXPORT'
14419 darwin
* | rhapsody
*)
14420 # PIC is the default on this platform
14421 # Common symbols not allowed in MH_DYLIB files
14422 lt_prog_compiler_pic_F77
='-fno-common'
14426 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
14427 # Instead, we relocate shared libraries at runtime.
14431 # Just because we use GCC doesn't mean we suddenly get shared libraries
14432 # on systems that don't support them.
14433 lt_prog_compiler_can_build_shared_F77
=no
14438 if test -d /usr
/nec
; then
14439 lt_prog_compiler_pic_F77
=-Kconform_pic
14444 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
14445 # not for PA HP-UX.
14451 lt_prog_compiler_pic_F77
='-fPIC'
14457 lt_prog_compiler_pic_F77
='-fPIC'
14461 # PORTME Check for flag to pass linker flags through the system compiler.
14464 lt_prog_compiler_wl_F77
='-Wl,'
14465 if test "$host_cpu" = ia64
; then
14466 # AIX 5 now supports IA64 processor
14467 lt_prog_compiler_static_F77
='-Bstatic'
14469 lt_prog_compiler_static_F77
='-bnso -bI:/lib/syscalls.exp'
14473 # PIC is the default on this platform
14474 # Common symbols not allowed in MH_DYLIB files
14475 case $cc_basename in
14477 lt_prog_compiler_pic_F77
='-qnocommon'
14478 lt_prog_compiler_wl_F77
='-Wl,'
14483 mingw
* | cygwin
* | pw32
* | os2
*)
14484 # This hack is so that the source file can tell whether it is being
14485 # built for inclusion in a dll (and should export symbols for example).
14486 lt_prog_compiler_pic_F77
='-DDLL_EXPORT'
14489 hpux9
* | hpux10
* | hpux11
*)
14490 lt_prog_compiler_wl_F77
='-Wl,'
14491 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
14492 # not for PA HP-UX.
14498 lt_prog_compiler_pic_F77
='+Z'
14501 # Is there a better lt_prog_compiler_static that works with the bundled CC?
14502 lt_prog_compiler_static_F77
='${wl}-a ${wl}archive'
14505 irix5
* | irix6
* | nonstopux
*)
14506 lt_prog_compiler_wl_F77
='-Wl,'
14507 # PIC (with -KPIC) is the default.
14508 lt_prog_compiler_static_F77
='-non_shared'
14512 lt_prog_compiler_pic_F77
='-KPIC'
14513 lt_prog_compiler_static_F77
='-Bstatic'
14516 linux
* | k
*bsd
*-gnu)
14517 case $cc_basename in
14519 lt_prog_compiler_wl_F77
='-Wl,'
14520 lt_prog_compiler_pic_F77
='-KPIC'
14521 lt_prog_compiler_static_F77
='-static'
14523 pgcc
* | pgf77
* | pgf90
* | pgf95
*)
14524 # Portland Group compilers (*not* the Pentium gcc compiler,
14525 # which looks to be a dead project)
14526 lt_prog_compiler_wl_F77
='-Wl,'
14527 lt_prog_compiler_pic_F77
='-fpic'
14528 lt_prog_compiler_static_F77
='-Bstatic'
14531 lt_prog_compiler_wl_F77
='-Wl,'
14532 # All Alpha code is PIC.
14533 lt_prog_compiler_static_F77
='-non_shared'
14536 case `$CC -V 2>&1 | sed 5q` in
14539 lt_prog_compiler_pic_F77
='-KPIC'
14540 lt_prog_compiler_static_F77
='-Bstatic'
14541 lt_prog_compiler_wl_F77
='-Wl,'
14544 # Sun Fortran 8.3 passes all unrecognized flags to the linker
14545 lt_prog_compiler_pic_F77
='-KPIC'
14546 lt_prog_compiler_static_F77
='-Bstatic'
14547 lt_prog_compiler_wl_F77
=''
14554 osf3
* | osf4
* | osf5
*)
14555 lt_prog_compiler_wl_F77
='-Wl,'
14556 # All OSF/1 code is PIC.
14557 lt_prog_compiler_static_F77
='-non_shared'
14561 lt_prog_compiler_static_F77
='-non_shared'
14565 lt_prog_compiler_pic_F77
='-KPIC'
14566 lt_prog_compiler_static_F77
='-Bstatic'
14567 case $cc_basename in
14568 f77
* | f90
* | f95
*)
14569 lt_prog_compiler_wl_F77
='-Qoption ld ';;
14571 lt_prog_compiler_wl_F77
='-Wl,';;
14576 lt_prog_compiler_wl_F77
='-Qoption ld '
14577 lt_prog_compiler_pic_F77
='-PIC'
14578 lt_prog_compiler_static_F77
='-Bstatic'
14581 sysv4 | sysv4.2uw2
* | sysv4.3
*)
14582 lt_prog_compiler_wl_F77
='-Wl,'
14583 lt_prog_compiler_pic_F77
='-KPIC'
14584 lt_prog_compiler_static_F77
='-Bstatic'
14588 if test -d /usr
/nec
;then
14589 lt_prog_compiler_pic_F77
='-Kconform_pic'
14590 lt_prog_compiler_static_F77
='-Bstatic'
14594 sysv5
* | unixware
* | sco3.2v5
* | sco5v6
* | OpenUNIX
*)
14595 lt_prog_compiler_wl_F77
='-Wl,'
14596 lt_prog_compiler_pic_F77
='-KPIC'
14597 lt_prog_compiler_static_F77
='-Bstatic'
14601 lt_prog_compiler_wl_F77
='-Wl,'
14602 lt_prog_compiler_can_build_shared_F77
=no
14606 lt_prog_compiler_pic_F77
='-pic'
14607 lt_prog_compiler_static_F77
='-Bstatic'
14611 lt_prog_compiler_can_build_shared_F77
=no
14616 { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_F77" >&5
14617 echo "${ECHO_T}$lt_prog_compiler_pic_F77" >&6; }
14620 # Check to make sure the PIC flag actually works.
14622 if test -n "$lt_prog_compiler_pic_F77"; then
14624 { echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works" >&5
14625 echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works... $ECHO_C" >&6; }
14626 if test "${lt_cv_prog_compiler_pic_works_F77+set}" = set; then
14627 echo $ECHO_N "(cached) $ECHO_C" >&6
14629 lt_cv_prog_compiler_pic_works_F77
=no
14630 ac_outfile
=conftest.
$ac_objext
14631 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
14632 lt_compiler_flag
="$lt_prog_compiler_pic_F77"
14633 # Insert the option either (1) after the last *FLAGS variable, or
14634 # (2) before a word containing "conftest.", or (3) at the end.
14635 # Note that $ac_compile itself does not contain backslashes and begins
14636 # with a dollar sign (not a hyphen), so the echo should work correctly.
14637 # The option is referenced via a variable to avoid confusing sed.
14638 lt_compile
=`echo "$ac_compile" | $SED \
14639 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14640 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14641 -e 's:$: $lt_compiler_flag:'`
14642 (eval echo "\"\$as_me:14642: $lt_compile\"" >&5)
14643 (eval "$lt_compile" 2>conftest.err
)
14645 cat conftest.err
>&5
14646 echo "$as_me:14646: \$? = $ac_status" >&5
14647 if (exit $ac_status) && test -s "$ac_outfile"; then
14648 # The compiler can only warn and ignore the option if not recognized
14649 # So say no if there are warnings other than the usual output.
14650 $echo "X$_lt_compiler_boilerplate" |
$Xsed -e '/^$/d' >conftest.exp
14651 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
14652 if test ! -s conftest.er2 ||
diff conftest.exp conftest.er2
>/dev
/null
; then
14653 lt_cv_prog_compiler_pic_works_F77
=yes
14659 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_F77" >&5
14660 echo "${ECHO_T}$lt_cv_prog_compiler_pic_works_F77" >&6; }
14662 if test x
"$lt_cv_prog_compiler_pic_works_F77" = xyes
; then
14663 case $lt_prog_compiler_pic_F77 in
14665 *) lt_prog_compiler_pic_F77
=" $lt_prog_compiler_pic_F77" ;;
14668 lt_prog_compiler_pic_F77
=
14669 lt_prog_compiler_can_build_shared_F77
=no
14674 # For platforms which do not support PIC, -DPIC is meaningless:
14676 lt_prog_compiler_pic_F77
=
14679 lt_prog_compiler_pic_F77
="$lt_prog_compiler_pic_F77"
14684 # Check to make sure the static flag actually works.
14686 wl
=$lt_prog_compiler_wl_F77 eval lt_tmp_static_flag
=\"$lt_prog_compiler_static_F77\"
14687 { echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
14688 echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
14689 if test "${lt_cv_prog_compiler_static_works_F77+set}" = set; then
14690 echo $ECHO_N "(cached) $ECHO_C" >&6
14692 lt_cv_prog_compiler_static_works_F77
=no
14693 save_LDFLAGS
="$LDFLAGS"
14694 LDFLAGS
="$LDFLAGS $lt_tmp_static_flag"
14695 echo "$lt_simple_link_test_code" > conftest.
$ac_ext
14696 if (eval $ac_link 2>conftest.err
) && test -s conftest
$ac_exeext; then
14697 # The linker can only warn and ignore the option if not recognized
14698 # So say no if there are warnings
14699 if test -s conftest.err
; then
14700 # Append any errors to the config.log.
14701 cat conftest.err
1>&5
14702 $echo "X$_lt_linker_boilerplate" |
$Xsed -e '/^$/d' > conftest.exp
14703 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
14704 if diff conftest.exp conftest.er2
>/dev
/null
; then
14705 lt_cv_prog_compiler_static_works_F77
=yes
14708 lt_cv_prog_compiler_static_works_F77
=yes
14712 LDFLAGS
="$save_LDFLAGS"
14715 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_F77" >&5
14716 echo "${ECHO_T}$lt_cv_prog_compiler_static_works_F77" >&6; }
14718 if test x
"$lt_cv_prog_compiler_static_works_F77" = xyes
; then
14721 lt_prog_compiler_static_F77
=
14725 { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
14726 echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
14727 if test "${lt_cv_prog_compiler_c_o_F77+set}" = set; then
14728 echo $ECHO_N "(cached) $ECHO_C" >&6
14730 lt_cv_prog_compiler_c_o_F77
=no
14731 $rm -r conftest
2>/dev
/null
14735 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
14737 lt_compiler_flag
="-o out/conftest2.$ac_objext"
14738 # Insert the option either (1) after the last *FLAGS variable, or
14739 # (2) before a word containing "conftest.", or (3) at the end.
14740 # Note that $ac_compile itself does not contain backslashes and begins
14741 # with a dollar sign (not a hyphen), so the echo should work correctly.
14742 lt_compile
=`echo "$ac_compile" | $SED \
14743 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14744 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14745 -e 's:$: $lt_compiler_flag:'`
14746 (eval echo "\"\$as_me:14746: $lt_compile\"" >&5)
14747 (eval "$lt_compile" 2>out
/conftest.err
)
14749 cat out
/conftest.err
>&5
14750 echo "$as_me:14750: \$? = $ac_status" >&5
14751 if (exit $ac_status) && test -s out
/conftest2.
$ac_objext
14753 # The compiler can only warn and ignore the option if not recognized
14754 # So say no if there are warnings
14755 $echo "X$_lt_compiler_boilerplate" |
$Xsed -e '/^$/d' > out
/conftest.exp
14756 $SED '/^$/d; /^ *+/d' out
/conftest.err
>out
/conftest.er2
14757 if test ! -s out
/conftest.er2 ||
diff out
/conftest.exp out
/conftest.er2
>/dev
/null
; then
14758 lt_cv_prog_compiler_c_o_F77
=yes
14763 # SGI C++ compiler will create directory out/ii_files/ for
14764 # template instantiation
14765 test -d out
/ii_files
&& $rm out
/ii_files
/* && rmdir out
/ii_files
14766 $rm out
/* && rmdir out
14772 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_F77" >&5
14773 echo "${ECHO_T}$lt_cv_prog_compiler_c_o_F77" >&6; }
14776 hard_links
="nottested"
14777 if test "$lt_cv_prog_compiler_c_o_F77" = no
&& test "$need_locks" != no
; then
14778 # do not overwrite the value of need_locks provided by the user
14779 { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
14780 echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
14783 ln conftest.a conftest.b
2>/dev
/null
&& hard_links
=no
14785 ln conftest.a conftest.b
2>&5 || hard_links
=no
14786 ln conftest.a conftest.b
2>/dev
/null
&& hard_links
=no
14787 { echo "$as_me:$LINENO: result: $hard_links" >&5
14788 echo "${ECHO_T}$hard_links" >&6; }
14789 if test "$hard_links" = no
; then
14790 { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
14791 echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
14798 { echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
14799 echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
14802 allow_undefined_flag_F77
=
14803 enable_shared_with_static_runtimes_F77
=no
14805 archive_expsym_cmds_F77
=
14806 old_archive_From_new_cmds_F77
=
14807 old_archive_from_expsyms_cmds_F77
=
14808 export_dynamic_flag_spec_F77
=
14809 whole_archive_flag_spec_F77
=
14810 thread_safe_flag_spec_F77
=
14811 hardcode_libdir_flag_spec_F77
=
14812 hardcode_libdir_flag_spec_ld_F77
=
14813 hardcode_libdir_separator_F77
=
14814 hardcode_direct_F77
=no
14815 hardcode_minus_L_F77
=no
14816 hardcode_shlibpath_var_F77
=unsupported
14817 link_all_deplibs_F77
=unknown
14818 hardcode_automatic_F77
=no
14820 module_expsym_cmds_F77
=
14821 always_export_symbols_F77
=no
14822 export_symbols_cmds_F77
='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
14823 # include_expsyms should be a list of space-separated symbols to be *always*
14824 # included in the symbol list
14825 include_expsyms_F77
=
14826 # exclude_expsyms can be an extended regexp of symbols to exclude
14827 # it will be wrapped by ` (' and `)$', so one must not match beginning or
14828 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
14829 # as well as any symbol that contains `d'.
14830 exclude_expsyms_F77
='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
14831 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
14832 # platforms (ab)use it in PIC code, but their linkers get confused if
14833 # the symbol is explicitly referenced. Since portable code cannot
14834 # rely on this symbol name, it's probably fine to never include it in
14835 # preloaded symbol tables.
14836 # Exclude shared library initialization/finalization symbols.
14837 extract_expsyms_cmds
=
14838 # Just being paranoid about ensuring that cc_basename is set.
14839 for cc_temp
in $compiler""; do
14841 compile |
*[\\/]compile | ccache |
*[\\/]ccache
) ;;
14842 distcc |
*[\\/]distcc | purify |
*[\\/]purify
) ;;
14847 cc_basename
=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
14850 cygwin
* | mingw
* | pw32
*)
14851 # FIXME: the MSVC++ port hasn't been tested in a loooong time
14852 # When not using gcc, we currently assume that we are using
14853 # Microsoft Visual C++.
14854 if test "$GCC" != yes; then
14859 # we just hope/assume this is gcc and not c89 (= MSVC++)
14868 if test "$with_gnu_ld" = yes; then
14869 # If archive_cmds runs LD, not CC, wlarc should be empty
14872 # Set some defaults for GNU ld with shared library support. These
14873 # are reset later if shared libraries are not supported. Putting them
14874 # here allows them to be overridden if necessary.
14875 runpath_var
=LD_RUN_PATH
14876 hardcode_libdir_flag_spec_F77
='${wl}--rpath ${wl}$libdir'
14877 export_dynamic_flag_spec_F77
='${wl}--export-dynamic'
14878 # ancient GNU ld didn't support --whole-archive et. al.
14879 if $LD --help 2>&1 |
grep 'no-whole-archive' > /dev
/null
; then
14880 whole_archive_flag_spec_F77
="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
14882 whole_archive_flag_spec_F77
=
14884 supports_anon_versioning
=no
14885 case `$LD -v 2>/dev/null` in
14886 *\
[01].
* |
*\
2.
[0-9].
* |
*\
2.10.
*) ;; # catch versions < 2.11
14887 *\
2.11.93.0.2\
*) supports_anon_versioning
=yes ;; # RH7.3 ...
14888 *\
2.11.92.0.12\
*) supports_anon_versioning
=yes ;; # Mandrake 8.2 ...
14889 *\
2.11.
*) ;; # other 2.11 versions
14890 *) supports_anon_versioning
=yes ;;
14893 # See if GNU ld supports shared libraries.
14896 # On AIX/PPC, the GNU linker is very broken
14897 if test "$host_cpu" != ia64
; then
14901 *** Warning: the GNU linker, at least up to release 2.9.1, is reported
14902 *** to be unable to reliably create shared libraries on AIX.
14903 *** Therefore, libtool is disabling shared libraries support. If you
14904 *** really care for shared libraries, you may want to modify your PATH
14905 *** so that a non-GNU linker is found, and then restart.
14912 archive_cmds_F77
='$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)'
14913 hardcode_libdir_flag_spec_F77
='-L$libdir'
14914 hardcode_minus_L_F77
=yes
14916 # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
14917 # that the semantics of dynamic libraries on AmigaOS, at least up
14918 # to version 4, is to share data among multiple programs linked
14919 # with the same dynamic library. Since this doesn't match the
14920 # behavior of shared libraries on other platforms, we can't use
14926 if $LD --help 2>&1 |
grep ': supported targets:.* elf' > /dev
/null
; then
14927 allow_undefined_flag_F77
=unsupported
14928 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
14929 # support --undefined. This deserves some investigation. FIXME
14930 archive_cmds_F77
='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
14936 cygwin
* | mingw
* | pw32
*)
14937 # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, F77) is actually meaningless,
14938 # as there is no search path for DLLs.
14939 hardcode_libdir_flag_spec_F77
='-L$libdir'
14940 allow_undefined_flag_F77
=unsupported
14941 always_export_symbols_F77
=no
14942 enable_shared_with_static_runtimes_F77
=yes
14943 export_symbols_cmds_F77
='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
14945 if $LD --help 2>&1 |
grep 'auto-import' > /dev
/null
; then
14946 archive_cmds_F77
='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
14947 # If the export-symbols file already is a .def file (1st line
14948 # is EXPORTS), use it as is; otherwise, prepend...
14949 archive_expsym_cmds_F77
='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
14950 cp $export_symbols $output_objdir/$soname.def;
14952 echo EXPORTS > $output_objdir/$soname.def;
14953 cat $export_symbols >> $output_objdir/$soname.def;
14955 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
14962 hardcode_direct_F77
=no
14963 hardcode_shlibpath_var_F77
=no
14964 hardcode_libdir_flag_spec_F77
='${wl}-rpath,$libdir'
14965 export_dynamic_flag_spec_F77
='${wl}-E'
14966 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
14967 # Instead, shared libraries are loaded at an image base (0x10000000 by
14968 # default) and relocated if they conflict, which is a slow very memory
14969 # consuming and fragmenting process. To avoid this, we pick a random,
14970 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
14971 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
14972 archive_cmds_F77
='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
14973 archive_expsym_cmds_F77
='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'
14976 gnu
* | linux
* | k
*bsd
*-gnu)
14977 if $LD --help 2>&1 |
grep ': supported targets:.* elf' > /dev
/null
; then
14979 case $cc_basename,$host_cpu in
14980 pgcc
*) # Portland Group C compiler
14981 whole_archive_flag_spec_F77
='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
14982 tmp_addflag
=' $pic_flag'
14984 pgf77
* | pgf90
* | pgf95
*) # Portland Group f77 and f90 compilers
14985 whole_archive_flag_spec_F77
='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
14986 tmp_addflag
=' $pic_flag -Mnomain' ;;
14987 ecc
*,ia64
* | icc
*,ia64
*) # Intel C compiler on ia64
14988 tmp_addflag
=' -i_dynamic' ;;
14989 efc
*,ia64
* | ifort
*,ia64
*) # Intel Fortran compiler on ia64
14990 tmp_addflag
=' -i_dynamic -nofor_main' ;;
14991 ifc
* | ifort
*) # Intel Fortran compiler
14992 tmp_addflag
=' -nofor_main' ;;
14994 case `$CC -V 2>&1 | sed 5q` in
14995 *Sun\ C
*) # Sun C 5.9
14996 whole_archive_flag_spec_F77
='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
14997 tmp_sharedflag
='-G' ;;
14998 *Sun\ F
*) # Sun Fortran 8.3
14999 tmp_sharedflag
='-G' ;;
15001 tmp_sharedflag
='-shared' ;;
15003 archive_cmds_F77
='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
15005 if test $supports_anon_versioning = yes; then
15006 archive_expsym_cmds_F77
='$echo "{ global:" > $output_objdir/$libname.ver~
15007 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
15008 $echo "local: *; };" >> $output_objdir/$libname.ver~
15009 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
15017 if echo __ELF__ |
$CC -E - |
grep __ELF__
>/dev
/null
; then
15018 archive_cmds_F77
='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
15021 archive_cmds_F77
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
15022 archive_expsym_cmds_F77
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
15027 if $LD -v 2>&1 |
grep 'BFD 2\.8' > /dev
/null
; then
15031 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
15032 *** create shared libraries on Solaris systems. Therefore, libtool
15033 *** is disabling shared libraries support. We urge you to upgrade GNU
15034 *** binutils to release 2.9.1 or newer. Another option is to modify
15035 *** your PATH or compiler configuration so that the native linker is
15036 *** used, and then restart.
15039 elif $LD --help 2>&1 |
grep ': supported targets:.* elf' > /dev
/null
; then
15040 archive_cmds_F77
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
15041 archive_expsym_cmds_F77
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
15047 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
*)
15048 case `$LD -v 2>&1` in
15049 *\
[01].
* |
*\
2.
[0-9].
* |
*\
2.1[0-5].
*)
15053 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
15054 *** reliably create shared libraries on SCO systems. Therefore, libtool
15055 *** is disabling shared libraries support. We urge you to upgrade GNU
15056 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
15057 *** your PATH or compiler configuration so that the native linker is
15058 *** used, and then restart.
15063 if $LD --help 2>&1 |
grep ': supported targets:.* elf' > /dev
/null
; then
15064 hardcode_libdir_flag_spec_F77
='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
15065 archive_cmds_F77
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
15066 archive_expsym_cmds_F77
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib'
15075 archive_cmds_F77
='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
15077 hardcode_direct_F77
=yes
15078 hardcode_shlibpath_var_F77
=no
15082 if $LD --help 2>&1 |
grep ': supported targets:.* elf' > /dev
/null
; then
15083 archive_cmds_F77
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
15084 archive_expsym_cmds_F77
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
15091 if test "$ld_shlibs_F77" = no
; then
15093 hardcode_libdir_flag_spec_F77
=
15094 export_dynamic_flag_spec_F77
=
15095 whole_archive_flag_spec_F77
=
15098 # PORTME fill in a description of your system's linker (not GNU ld)
15101 allow_undefined_flag_F77
=unsupported
15102 always_export_symbols_F77
=yes
15103 archive_expsym_cmds_F77
='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
15104 # Note: this linker hardcodes the directories in LIBPATH if there
15105 # are no directories specified by -L.
15106 hardcode_minus_L_F77
=yes
15107 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
15108 # Neither direct hardcoding nor static linking is supported with a
15110 hardcode_direct_F77
=unsupported
15115 if test "$host_cpu" = ia64
; then
15116 # On IA64, the linker does run time linking by default, so we don't
15117 # have to do anything special.
15118 aix_use_runtimelinking
=no
15119 exp_sym_flag
='-Bexport'
15122 # If we're using GNU nm, then we don't want the "-C" option.
15123 # -C means demangle to AIX nm, but means don't demangle with GNU nm
15124 if $NM -V 2>&1 |
grep 'GNU' > /dev
/null
; then
15125 export_symbols_cmds_F77
='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
15127 export_symbols_cmds_F77
='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
15129 aix_use_runtimelinking
=no
15131 # Test if we are trying to use run time linking or normal
15132 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
15133 # need to do runtime linking.
15134 case $host_os in aix4.
[23]|aix4.
[23].
*|aix
[5-9]*)
15135 for ld_flag
in $LDFLAGS; do
15136 if (test $ld_flag = "-brtl" ||
test $ld_flag = "-Wl,-brtl"); then
15137 aix_use_runtimelinking
=yes
15144 exp_sym_flag
='-bexport'
15145 no_entry_flag
='-bnoentry'
15148 # When large executables or shared objects are built, AIX ld can
15149 # have problems creating the table of contents. If linking a library
15150 # or program results in "error TOC overflow" add -mminimal-toc to
15151 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
15152 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
15154 archive_cmds_F77
=''
15155 hardcode_direct_F77
=yes
15156 hardcode_libdir_separator_F77
=':'
15157 link_all_deplibs_F77
=yes
15159 if test "$GCC" = yes; then
15160 case $host_os in aix4.
[012]|aix4.
[012].
*)
15161 # We only want to do this on AIX 4.2 and lower, the check
15162 # below for broken collect2 doesn't work under 4.3+
15163 collect2name
=`${CC} -print-prog-name=collect2`
15164 if test -f "$collect2name" && \
15165 strings "$collect2name" |
grep resolve_lib_name
>/dev
/null
15167 # We have reworked collect2
15170 # We have old collect2
15171 hardcode_direct_F77
=unsupported
15172 # It fails to find uninstalled libraries when the uninstalled
15173 # path is not listed in the libpath. Setting hardcode_minus_L
15174 # to unsupported forces relinking
15175 hardcode_minus_L_F77
=yes
15176 hardcode_libdir_flag_spec_F77
='-L$libdir'
15177 hardcode_libdir_separator_F77
=
15181 shared_flag
='-shared'
15182 if test "$aix_use_runtimelinking" = yes; then
15183 shared_flag
="$shared_flag "'${wl}-G'
15187 if test "$host_cpu" = ia64
; then
15188 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
15189 # chokes on -Wl,-G. The following line is correct:
15192 if test "$aix_use_runtimelinking" = yes; then
15193 shared_flag
='${wl}-G'
15195 shared_flag
='${wl}-bM:SRE'
15200 # It seems that -bexpall does not export symbols beginning with
15201 # underscore (_), so it is better to generate a list of symbols to export.
15202 always_export_symbols_F77
=yes
15203 if test "$aix_use_runtimelinking" = yes; then
15204 # Warning - without using the other runtime loading flags (-brtl),
15205 # -berok will link without error, but may produce a broken library.
15206 allow_undefined_flag_F77
='-berok'
15207 # Determine the default libpath from the value encoded in an empty executable.
15208 cat >conftest.
$ac_ext <<_ACEOF
15213 rm -f conftest.
$ac_objext conftest
$ac_exeext
15214 if { (ac_try
="$ac_link"
15215 case "(($ac_try" in
15216 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15217 *) ac_try_echo=$ac_try;;
15219 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15220 (eval "$ac_link") 2>conftest.er1
15222 grep -v '^ *+' conftest.er1 >conftest.err
15224 cat conftest.err >&5
15225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15226 (exit $ac_status); } && {
15227 test -z "$ac_f77_werror_flag" ||
15228 test ! -s conftest.err
15229 } && test -s conftest$ac_exeext &&
15230 $as_test_x conftest$ac_exeext; then
15232 lt_aix_libpath_sed='
15233 /Import File Strings/,/^$/ {
15239 aix_libpath=`dump
-H conftest
$ac_exeext 2>/dev
/null |
$SED -n -e "$lt_aix_libpath_sed"`
15240 # Check for a 64-bit object if we didn't find anything.
15241 if test -z "$aix_libpath"; then
15242 aix_libpath=`dump
-HX64 conftest
$ac_exeext 2>/dev
/null |
$SED -n -e "$lt_aix_libpath_sed"`
15245 echo "$as_me: failed program was:" >&5
15246 sed 's/^/| /' conftest.$ac_ext >&5
15251 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15252 conftest$ac_exeext conftest.$ac_ext
15253 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
15255 hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath"
15256 archive_expsym_cmds_F77="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
15258 if test "$host_cpu" = ia64; then
15259 hardcode_libdir_flag_spec_F77='${wl}-R $libdir:/usr/lib:/lib'
15260 allow_undefined_flag_F77="-z nodefs"
15261 archive_expsym_cmds_F77="\$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"
15263 # Determine the default libpath from the value encoded in an empty executable.
15264 cat >conftest.$ac_ext <<_ACEOF
15269 rm -f conftest.$ac_objext conftest$ac_exeext
15270 if { (ac_try="$ac_link"
15271 case "(($ac_try" in
15272 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15273 *) ac_try_echo
=$ac_try;;
15275 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15276 (eval "$ac_link") 2>conftest.er1
15278 grep -v '^ *+' conftest.er1
>conftest.err
15280 cat conftest.err
>&5
15281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15282 (exit $ac_status); } && {
15283 test -z "$ac_f77_werror_flag" ||
15284 test ! -s conftest.err
15285 } && test -s conftest
$ac_exeext &&
15286 $as_test_x conftest
$ac_exeext; then
15288 lt_aix_libpath_sed
='
15289 /Import File Strings/,/^$/ {
15295 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
15296 # Check for a 64-bit object if we didn't find anything.
15297 if test -z "$aix_libpath"; then
15298 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
15301 echo "$as_me: failed program was:" >&5
15302 sed 's/^/| /' conftest.
$ac_ext >&5
15307 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15308 conftest
$ac_exeext conftest.
$ac_ext
15309 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
15311 hardcode_libdir_flag_spec_F77
='${wl}-blibpath:$libdir:'"$aix_libpath"
15312 # Warning - without using the other run time loading flags,
15313 # -berok will link without error, but may produce a broken library.
15314 no_undefined_flag_F77
=' ${wl}-bernotok'
15315 allow_undefined_flag_F77
=' ${wl}-berok'
15316 # Exported symbols can be pulled into shared objects from archives
15317 whole_archive_flag_spec_F77
='$convenience'
15318 archive_cmds_need_lc_F77
=yes
15319 # This is similar to how AIX traditionally builds its shared libraries.
15320 archive_expsym_cmds_F77
="\$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'
15326 archive_cmds_F77
='$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)'
15327 hardcode_libdir_flag_spec_F77
='-L$libdir'
15328 hardcode_minus_L_F77
=yes
15329 # see comment about different semantics on the GNU ld section
15334 export_dynamic_flag_spec_F77
=-rdynamic
15337 cygwin
* | mingw
* | pw32
*)
15338 # When not using gcc, we currently assume that we are using
15339 # Microsoft Visual C++.
15340 # hardcode_libdir_flag_spec is actually meaningless, as there is
15341 # no search path for DLLs.
15342 hardcode_libdir_flag_spec_F77
=' '
15343 allow_undefined_flag_F77
=unsupported
15344 # Tell ltmain to make .lib files, not .a files.
15346 # Tell ltmain to make .dll files, not .so files.
15348 # FIXME: Setting linknames here is a bad hack.
15349 archive_cmds_F77
='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
15350 # The linker will automatically build a .lib file if we build a DLL.
15351 old_archive_From_new_cmds_F77
='true'
15352 # FIXME: Should let the user specify the lib program.
15353 old_archive_cmds_F77
='lib -OUT:$oldlib$oldobjs$old_deplibs'
15354 fix_srcfile_path_F77
='`cygpath -w "$srcfile"`'
15355 enable_shared_with_static_runtimes_F77
=yes
15358 darwin
* | rhapsody
*)
15360 rhapsody
* | darwin1.
[012])
15361 allow_undefined_flag_F77
='${wl}-undefined ${wl}suppress'
15364 if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
15365 allow_undefined_flag_F77
='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
15367 case ${MACOSX_DEPLOYMENT_TARGET} in
15369 allow_undefined_flag_F77
='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
15372 allow_undefined_flag_F77
='${wl}-undefined ${wl}dynamic_lookup'
15378 archive_cmds_need_lc_F77
=no
15379 hardcode_direct_F77
=no
15380 hardcode_automatic_F77
=yes
15381 hardcode_shlibpath_var_F77
=unsupported
15382 whole_archive_flag_spec_F77
=''
15383 link_all_deplibs_F77
=yes
15384 if test "$GCC" = yes ; then
15385 output_verbose_link_cmd
='echo'
15386 archive_cmds_F77
="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
15387 module_cmds_F77
="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
15388 archive_expsym_cmds_F77
="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}"
15389 module_expsym_cmds_F77
="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}"
15391 case $cc_basename in
15393 output_verbose_link_cmd
='echo'
15394 archive_cmds_F77
='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
15395 module_cmds_F77
='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
15396 # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
15397 archive_expsym_cmds_F77
='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
15398 module_expsym_cmds_F77
='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
15408 archive_cmds_F77
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
15409 hardcode_libdir_flag_spec_F77
='-L$libdir'
15410 hardcode_shlibpath_var_F77
=no
15417 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
15418 # support. Future versions do this automatically, but an explicit c++rt0.o
15419 # does not break anything, and helps significantly (at the cost of a little
15422 archive_cmds_F77
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
15423 hardcode_libdir_flag_spec_F77
='-R$libdir'
15424 hardcode_direct_F77
=yes
15425 hardcode_shlibpath_var_F77
=no
15428 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
15430 archive_cmds_F77
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
15431 hardcode_direct_F77
=yes
15432 hardcode_minus_L_F77
=yes
15433 hardcode_shlibpath_var_F77
=no
15436 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
15437 freebsd
* | dragonfly
*)
15438 archive_cmds_F77
='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
15439 hardcode_libdir_flag_spec_F77
='-R$libdir'
15440 hardcode_direct_F77
=yes
15441 hardcode_shlibpath_var_F77
=no
15445 if test "$GCC" = yes; then
15446 archive_cmds_F77
='$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'
15448 archive_cmds_F77
='$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'
15450 hardcode_libdir_flag_spec_F77
='${wl}+b ${wl}$libdir'
15451 hardcode_libdir_separator_F77
=:
15452 hardcode_direct_F77
=yes
15454 # hardcode_minus_L: Not really in the search PATH,
15455 # but as the default location of the library.
15456 hardcode_minus_L_F77
=yes
15457 export_dynamic_flag_spec_F77
='${wl}-E'
15461 if test "$GCC" = yes -a "$with_gnu_ld" = no
; then
15462 archive_cmds_F77
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
15464 archive_cmds_F77
='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
15466 if test "$with_gnu_ld" = no
; then
15467 hardcode_libdir_flag_spec_F77
='${wl}+b ${wl}$libdir'
15468 hardcode_libdir_separator_F77
=:
15470 hardcode_direct_F77
=yes
15471 export_dynamic_flag_spec_F77
='${wl}-E'
15473 # hardcode_minus_L: Not really in the search PATH,
15474 # but as the default location of the library.
15475 hardcode_minus_L_F77
=yes
15480 if test "$GCC" = yes -a "$with_gnu_ld" = no
; then
15483 archive_cmds_F77
='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
15486 archive_cmds_F77
='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
15489 archive_cmds_F77
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
15495 archive_cmds_F77
='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
15498 archive_cmds_F77
='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
15501 archive_cmds_F77
='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
15505 if test "$with_gnu_ld" = no
; then
15506 hardcode_libdir_flag_spec_F77
='${wl}+b ${wl}$libdir'
15507 hardcode_libdir_separator_F77
=:
15511 hardcode_libdir_flag_spec_ld_F77
='+b $libdir'
15512 hardcode_direct_F77
=no
15513 hardcode_shlibpath_var_F77
=no
15516 hardcode_direct_F77
=yes
15517 export_dynamic_flag_spec_F77
='${wl}-E'
15519 # hardcode_minus_L: Not really in the search PATH,
15520 # but as the default location of the library.
15521 hardcode_minus_L_F77
=yes
15527 irix5
* | irix6
* | nonstopux
*)
15528 if test "$GCC" = yes; then
15529 archive_cmds_F77
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
15531 archive_cmds_F77
='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
15532 hardcode_libdir_flag_spec_ld_F77
='-rpath $libdir'
15534 hardcode_libdir_flag_spec_F77
='${wl}-rpath ${wl}$libdir'
15535 hardcode_libdir_separator_F77
=:
15536 link_all_deplibs_F77
=yes
15540 if echo __ELF__ |
$CC -E - |
grep __ELF__
>/dev
/null
; then
15541 archive_cmds_F77
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
15543 archive_cmds_F77
='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
15545 hardcode_libdir_flag_spec_F77
='-R$libdir'
15546 hardcode_direct_F77
=yes
15547 hardcode_shlibpath_var_F77
=no
15551 archive_cmds_F77
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
15552 hardcode_direct_F77
=yes
15553 hardcode_libdir_flag_spec_F77
='${wl}-rpath ${wl}$libdir'
15554 hardcode_libdir_separator_F77
=:
15555 hardcode_shlibpath_var_F77
=no
15559 if test -f /usr
/libexec
/ld.so
; then
15560 hardcode_direct_F77
=yes
15561 hardcode_shlibpath_var_F77
=no
15562 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
15563 archive_cmds_F77
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
15564 archive_expsym_cmds_F77
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
15565 hardcode_libdir_flag_spec_F77
='${wl}-rpath,$libdir'
15566 export_dynamic_flag_spec_F77
='${wl}-E'
15569 openbsd
[01].
* | openbsd2.
[0-7] | openbsd2.
[0-7].
*)
15570 archive_cmds_F77
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
15571 hardcode_libdir_flag_spec_F77
='-R$libdir'
15574 archive_cmds_F77
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
15575 hardcode_libdir_flag_spec_F77
='${wl}-rpath,$libdir'
15585 hardcode_libdir_flag_spec_F77
='-L$libdir'
15586 hardcode_minus_L_F77
=yes
15587 allow_undefined_flag_F77
=unsupported
15588 archive_cmds_F77
='$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'
15589 old_archive_From_new_cmds_F77
='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
15593 if test "$GCC" = yes; then
15594 allow_undefined_flag_F77
=' ${wl}-expect_unresolved ${wl}\*'
15595 archive_cmds_F77
='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
15597 allow_undefined_flag_F77
=' -expect_unresolved \*'
15598 archive_cmds_F77
='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
15600 hardcode_libdir_flag_spec_F77
='${wl}-rpath ${wl}$libdir'
15601 hardcode_libdir_separator_F77
=:
15604 osf4
* | osf5
*) # as osf3* with the addition of -msym flag
15605 if test "$GCC" = yes; then
15606 allow_undefined_flag_F77
=' ${wl}-expect_unresolved ${wl}\*'
15607 archive_cmds_F77
='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
15608 hardcode_libdir_flag_spec_F77
='${wl}-rpath ${wl}$libdir'
15610 allow_undefined_flag_F77
=' -expect_unresolved \*'
15611 archive_cmds_F77
='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
15612 archive_expsym_cmds_F77
='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
15613 $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
15615 # Both c and cxx compiler support -rpath directly
15616 hardcode_libdir_flag_spec_F77
='-rpath $libdir'
15618 hardcode_libdir_separator_F77
=:
15622 no_undefined_flag_F77
=' -z text'
15623 if test "$GCC" = yes; then
15625 archive_cmds_F77
='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
15626 archive_expsym_cmds_F77
='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
15627 $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
15630 archive_cmds_F77
='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
15631 archive_expsym_cmds_F77
='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
15632 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
15634 hardcode_libdir_flag_spec_F77
='-R$libdir'
15635 hardcode_shlibpath_var_F77
=no
15637 solaris2.
[0-5] | solaris2.
[0-5].
*) ;;
15639 # The compiler driver will combine and reorder linker options,
15640 # but understands `-z linker_flag'. GCC discards it without `$wl',
15641 # but is careful enough not to reorder.
15642 # Supported since Solaris 2.6 (maybe 2.5.1?)
15643 if test "$GCC" = yes; then
15644 whole_archive_flag_spec_F77
='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
15646 whole_archive_flag_spec_F77
='-z allextract$convenience -z defaultextract'
15650 link_all_deplibs_F77
=yes
15654 if test "x$host_vendor" = xsequent
; then
15655 # Use $CC to link under sequent, because it throws in some extra .o
15656 # files that make .init and .fini sections work.
15657 archive_cmds_F77
='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
15659 archive_cmds_F77
='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
15661 hardcode_libdir_flag_spec_F77
='-L$libdir'
15662 hardcode_direct_F77
=yes
15663 hardcode_minus_L_F77
=yes
15664 hardcode_shlibpath_var_F77
=no
15668 case $host_vendor in
15670 archive_cmds_F77
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
15671 hardcode_direct_F77
=yes # is this really true???
15674 ## LD is ld it makes a PLAMLIB
15675 ## CC just makes a GrossModule.
15676 archive_cmds_F77
='$LD -G -o $lib $libobjs $deplibs $linker_flags'
15677 reload_cmds_F77
='$CC -r -o $output$reload_objs'
15678 hardcode_direct_F77
=no
15681 archive_cmds_F77
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
15682 hardcode_direct_F77
=no
#Motorola manual says yes, but my tests say they lie
15685 runpath_var
='LD_RUN_PATH'
15686 hardcode_shlibpath_var_F77
=no
15690 archive_cmds_F77
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
15691 hardcode_shlibpath_var_F77
=no
15692 export_dynamic_flag_spec_F77
='-Bexport'
15696 if test -d /usr
/nec
; then
15697 archive_cmds_F77
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
15698 hardcode_shlibpath_var_F77
=no
15699 runpath_var
=LD_RUN_PATH
15700 hardcode_runpath_var
=yes
15705 sysv4
*uw2
* | sysv5OpenUNIX
* | sysv5UnixWare7.
[01].
[10]* | unixware7
* | sco3.2v5.0.
[024]*)
15706 no_undefined_flag_F77
='${wl}-z,text'
15707 archive_cmds_need_lc_F77
=no
15708 hardcode_shlibpath_var_F77
=no
15709 runpath_var
='LD_RUN_PATH'
15711 if test "$GCC" = yes; then
15712 archive_cmds_F77
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
15713 archive_expsym_cmds_F77
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
15715 archive_cmds_F77
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
15716 archive_expsym_cmds_F77
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
15720 sysv5
* | sco3.2v5
* | sco5v6
*)
15721 # Note: We can NOT use -z defs as we might desire, because we do not
15722 # link with -lc, and that would cause any symbols used from libc to
15723 # always be unresolved, which means just about no library would
15724 # ever link correctly. If we're not using GNU ld we use -z text
15725 # though, which does catch some bad symbols but isn't as heavy-handed
15727 no_undefined_flag_F77
='${wl}-z,text'
15728 allow_undefined_flag_F77
='${wl}-z,nodefs'
15729 archive_cmds_need_lc_F77
=no
15730 hardcode_shlibpath_var_F77
=no
15731 hardcode_libdir_flag_spec_F77
='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
15732 hardcode_libdir_separator_F77
=':'
15733 link_all_deplibs_F77
=yes
15734 export_dynamic_flag_spec_F77
='${wl}-Bexport'
15735 runpath_var
='LD_RUN_PATH'
15737 if test "$GCC" = yes; then
15738 archive_cmds_F77
='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
15739 archive_expsym_cmds_F77
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
15741 archive_cmds_F77
='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
15742 archive_expsym_cmds_F77
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
15747 archive_cmds_F77
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
15748 hardcode_libdir_flag_spec_F77
='-L$libdir'
15749 hardcode_shlibpath_var_F77
=no
15758 { echo "$as_me:$LINENO: result: $ld_shlibs_F77" >&5
15759 echo "${ECHO_T}$ld_shlibs_F77" >&6; }
15760 test "$ld_shlibs_F77" = no
&& can_build_shared
=no
15763 # Do we need to explicitly link libc?
15765 case "x$archive_cmds_need_lc_F77" in
15767 # Assume -lc should be added
15768 archive_cmds_need_lc_F77
=yes
15770 if test "$enable_shared" = yes && test "$GCC" = yes; then
15771 case $archive_cmds_F77 in
15773 # FIXME: we may have to deal with multi-command sequences.
15776 # Test whether the compiler implicitly links with -lc since on some
15777 # systems, -lgcc has to come before -lc. If gcc already passes -lc
15778 # to ld, don't add -lc before -lgcc.
15779 { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
15780 echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
15782 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
15784 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15785 (eval $ac_compile) 2>&5
15787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15788 (exit $ac_status); } 2>conftest.err
; then
15791 libobjs
=conftest.
$ac_objext
15793 wl
=$lt_prog_compiler_wl_F77
15794 pic_flag
=$lt_prog_compiler_pic_F77
15800 lt_save_allow_undefined_flag
=$allow_undefined_flag_F77
15801 allow_undefined_flag_F77
=
15802 if { (eval echo "$as_me:$LINENO: \"$archive_cmds_F77 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
15803 (eval $archive_cmds_F77 2\
>\
&1 \|
grep \" -lc \" \
>/dev
/null
2\
>\
&1) 2>&5
15805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15806 (exit $ac_status); }
15808 archive_cmds_need_lc_F77
=no
15810 archive_cmds_need_lc_F77
=yes
15812 allow_undefined_flag_F77
=$lt_save_allow_undefined_flag
15814 cat conftest.err
1>&5
15817 { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_F77" >&5
15818 echo "${ECHO_T}$archive_cmds_need_lc_F77" >&6; }
15825 { echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
15826 echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
15827 library_names_spec
=
15828 libname_spec
='lib$name'
15832 postuninstall_cmds
=
15836 shlibpath_overrides_runpath
=unknown
15838 dynamic_linker
="$host_os ld.so"
15839 sys_lib_dlsearch_path_spec
="/lib /usr/lib"
15841 need_lib_prefix
=unknown
15842 hardcode_into_libs
=no
15844 # when you set need_version to no, make sure it does not cause -set_version
15845 # flags to be left without arguments
15846 need_version
=unknown
15851 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname.a'
15852 shlibpath_var
=LIBPATH
15854 # AIX 3 has no versioning support, so we append a major version to the name.
15855 soname_spec
='${libname}${release}${shared_ext}$major'
15862 hardcode_into_libs
=yes
15863 if test "$host_cpu" = ia64
; then
15864 # AIX 5 supports IA64
15865 library_names_spec
='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
15866 shlibpath_var
=LD_LIBRARY_PATH
15868 # With GCC up to 2.95.x, collect2 would create an import file
15869 # for dependence libraries. The import file would start with
15870 # the line `#! .'. This would cause the generated library to
15871 # depend on `.', always an invalid library. This was fixed in
15872 # development snapshots of GCC prior to 3.0.
15874 aix4 | aix4.
[01] | aix4.
[01].
*)
15875 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
15877 echo '#endif'; } |
${CC} -E - |
grep yes > /dev
/null
; then
15880 can_build_shared
=no
15884 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
15885 # soname into executable. Probably we can add versioning support to
15886 # collect2, so additional links can be useful in future.
15887 if test "$aix_use_runtimelinking" = yes; then
15888 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
15889 # instead of lib<name>.a to let people know that these are not
15890 # typical AIX shared libraries.
15891 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15893 # We preserve .a as extension for shared libraries through AIX4.2
15894 # and later when we are not doing run time linking.
15895 library_names_spec
='${libname}${release}.a $libname.a'
15896 soname_spec
='${libname}${release}${shared_ext}$major'
15898 shlibpath_var
=LIBPATH
15903 library_names_spec
='$libname.ixlibrary $libname.a'
15904 # Create ${libname}_ixlibrary.a entries in /sys/libs.
15905 finish_eval
='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''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'
15909 library_names_spec
='${libname}${shared_ext}'
15910 dynamic_linker
="$host_os ld.so"
15911 shlibpath_var
=LIBRARY_PATH
15917 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15918 soname_spec
='${libname}${release}${shared_ext}$major'
15919 finish_cmds
='PATH="\$PATH:/sbin" ldconfig $libdir'
15920 shlibpath_var
=LD_LIBRARY_PATH
15921 sys_lib_search_path_spec
="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
15922 sys_lib_dlsearch_path_spec
="/shlib /usr/lib /usr/local/lib"
15923 # the default ld.so.conf also contains /usr/contrib/lib and
15924 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
15925 # libtool to hard-code these into programs
15928 cygwin
* | mingw
* | pw32
*)
15929 version_type
=windows
15934 case $GCC,$host_os in
15935 yes,cygwin
* |
yes,mingw
* |
yes,pw32
*)
15936 library_names_spec
='$libname.dll.a'
15937 # DLL is installed to $(libdir)/../bin by postinstall_cmds
15938 postinstall_cmds
='base_file=`basename \${file}`~
15939 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
15940 dldir=$destdir/`dirname \$dlpath`~
15941 test -d \$dldir || mkdir -p \$dldir~
15942 $install_prog $dir/$dlname \$dldir/$dlname~
15943 chmod a+x \$dldir/$dlname'
15944 postuninstall_cmds
='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
15945 dlpath=$dir/\$dldll~
15947 shlibpath_overrides_runpath
=yes
15951 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
15952 soname_spec
='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
15953 sys_lib_search_path_spec
="/usr/lib /lib/w32api /lib /usr/local/lib"
15956 # MinGW DLLs use traditional 'lib' prefix
15957 soname_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
15958 sys_lib_search_path_spec
=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
15959 if echo "$sys_lib_search_path_spec" |
grep ';[c-zC-Z]:/' >/dev
/null
; then
15960 # It is most probably a Windows format PATH printed by
15961 # mingw gcc, but we are running on Cygwin. Gcc prints its search
15962 # path with ; separators, and with drive letters. We can handle the
15963 # drive letters (cygwin fileutils understands them), so leave them,
15964 # especially as we might pass files found there to a mingw objdump,
15965 # which wouldn't understand a cygwinified path. Ahh.
15966 sys_lib_search_path_spec
=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
15968 sys_lib_search_path_spec
=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
15972 # pw32 DLLs use 'pw' prefix rather than 'lib'
15973 library_names_spec
='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
15979 library_names_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
15982 dynamic_linker
='Win32 ld.exe'
15983 # FIXME: first we should search . and the directory the executable is in
15987 darwin
* | rhapsody
*)
15988 dynamic_linker
="$host_os dyld"
15989 version_type
=darwin
15992 library_names_spec
='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
15993 soname_spec
='${libname}${release}${major}$shared_ext'
15994 shlibpath_overrides_runpath
=yes
15995 shlibpath_var
=DYLD_LIBRARY_PATH
15996 shrext_cmds
='`test .$module = .yes && echo .so || echo .dylib`'
15998 sys_lib_dlsearch_path_spec
='/usr/local/lib /lib /usr/lib'
16005 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
16006 soname_spec
='${libname}${release}${shared_ext}$major'
16007 shlibpath_var
=LD_LIBRARY_PATH
16014 freebsd
* | dragonfly
*)
16015 # DragonFly does not have aout. When/if they implement a new
16016 # versioning mechanism, adjust this.
16017 if test -x /usr
/bin
/objformat
; then
16018 objformat
=`/usr/bin/objformat`
16021 freebsd
[123]*) objformat
=aout
;;
16022 *) objformat
=elf
;;
16025 version_type
=freebsd-
$objformat
16026 case $version_type in
16028 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
16033 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
16037 shlibpath_var
=LD_LIBRARY_PATH
16040 shlibpath_overrides_runpath
=yes
16042 freebsd3.
[01]* | freebsdelf3.
[01]*)
16043 shlibpath_overrides_runpath
=yes
16044 hardcode_into_libs
=yes
16046 freebsd3.
[2-9]* | freebsdelf3.
[2-9]* | \
16047 freebsd4.
[0-5] | freebsdelf4.
[0-5] | freebsd4.1
.1 | freebsdelf4.1
.1)
16048 shlibpath_overrides_runpath
=no
16049 hardcode_into_libs
=yes
16051 *) # from 4.6 on, and DragonFly
16052 shlibpath_overrides_runpath
=yes
16053 hardcode_into_libs
=yes
16062 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
16063 soname_spec
='${libname}${release}${shared_ext}$major'
16064 shlibpath_var
=LD_LIBRARY_PATH
16065 hardcode_into_libs
=yes
16068 hpux9
* | hpux10
* | hpux11
*)
16069 # Give a soname corresponding to the major version so that dld.sl refuses to
16070 # link against other versions.
16077 hardcode_into_libs
=yes
16078 dynamic_linker
="$host_os dld.so"
16079 shlibpath_var
=LD_LIBRARY_PATH
16080 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
16081 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
16082 soname_spec
='${libname}${release}${shared_ext}$major'
16083 if test "X$HPUX_IA64_MODE" = X32
; then
16084 sys_lib_search_path_spec
="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
16086 sys_lib_search_path_spec
="/usr/lib/hpux64 /usr/local/lib/hpux64"
16088 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
16092 hardcode_into_libs
=yes
16093 dynamic_linker
="$host_os dld.sl"
16094 shlibpath_var
=LD_LIBRARY_PATH
# How should we handle SHLIB_PATH
16095 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
16096 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
16097 soname_spec
='${libname}${release}${shared_ext}$major'
16098 sys_lib_search_path_spec
="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
16099 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
16103 dynamic_linker
="$host_os dld.sl"
16104 shlibpath_var
=SHLIB_PATH
16105 shlibpath_overrides_runpath
=no
# +s is required to enable SHLIB_PATH
16106 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
16107 soname_spec
='${libname}${release}${shared_ext}$major'
16110 # HP-UX runs *really* slowly unless shared libraries are mode 555.
16111 postinstall_cmds
='chmod 555 $lib'
16118 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
16119 soname_spec
='${libname}${release}${shared_ext}$major'
16120 dynamic_linker
='Interix 3.x ld.so.1 (PE, like ELF)'
16121 shlibpath_var
=LD_LIBRARY_PATH
16122 shlibpath_overrides_runpath
=no
16123 hardcode_into_libs
=yes
16126 irix5
* | irix6
* | nonstopux
*)
16128 nonstopux
*) version_type
=nonstopux
;;
16130 if test "$lt_cv_prog_gnu_ld" = yes; then
16138 soname_spec
='${libname}${release}${shared_ext}$major'
16139 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
16141 irix5
* | nonstopux
*)
16142 libsuff
= shlibsuff
=
16145 case $LD in # libtool.m4 will add one of these switches to LD
16146 *-32|
*"-32 "|
*-melf32bsmip|
*"-melf32bsmip ")
16147 libsuff
= shlibsuff
= libmagic
=32-bit;;
16148 *-n32|
*"-n32 "|
*-melf32bmipn32|
*"-melf32bmipn32 ")
16149 libsuff
=32 shlibsuff
=N32 libmagic
=N32
;;
16150 *-64|
*"-64 "|
*-melf64bmip|
*"-melf64bmip ")
16151 libsuff
=64 shlibsuff
=64 libmagic
=64-bit;;
16152 *) libsuff
= shlibsuff
= libmagic
=never-match
;;
16156 shlibpath_var
=LD_LIBRARY
${shlibsuff}_PATH
16157 shlibpath_overrides_runpath
=no
16158 sys_lib_search_path_spec
="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
16159 sys_lib_dlsearch_path_spec
="/usr/lib${libsuff} /lib${libsuff}"
16160 hardcode_into_libs
=yes
16163 # No shared lib support for Linux oldld, aout, or coff.
16164 linux
*oldld
* | linux
*aout
* | linux
*coff
*)
16168 # This must be Linux ELF.
16169 linux
* | k
*bsd
*-gnu)
16173 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
16174 soname_spec
='${libname}${release}${shared_ext}$major'
16175 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -n $libdir'
16176 shlibpath_var
=LD_LIBRARY_PATH
16177 shlibpath_overrides_runpath
=no
16178 # This implies no fast_install, which is unacceptable.
16179 # Some rework will be needed to allow for fast_install
16180 # before this can be enabled.
16181 hardcode_into_libs
=yes
16183 # Append ld.so.conf contents to the search path
16184 if test -f /etc
/ld.so.conf
; then
16185 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;/^$/d' | tr '\n' ' '`
16186 sys_lib_dlsearch_path_spec
="/lib /usr/lib $lt_ld_extra"
16189 # We used to test for /lib/ld.so.1 and disable shared libraries on
16190 # powerpc, because MkLinux only supported shared libraries with the
16191 # GNU dynamic linker. Since this was broken with cross compilers,
16192 # most powerpc-linux boxes support dynamic linking these days and
16193 # people can always --disable-shared, the test was removed, and we
16194 # assume the GNU/Linux dynamic linker is in use.
16195 dynamic_linker
='GNU/Linux ld.so'
16202 if echo __ELF__ |
$CC -E - |
grep __ELF__
>/dev
/null
; then
16203 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
16204 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
16205 dynamic_linker
='NetBSD (a.out) ld.so'
16207 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
16208 soname_spec
='${libname}${release}${shared_ext}$major'
16209 dynamic_linker
='NetBSD ld.elf_so'
16211 shlibpath_var
=LD_LIBRARY_PATH
16212 shlibpath_overrides_runpath
=yes
16213 hardcode_into_libs
=yes
16218 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
16219 shlibpath_var
=LD_LIBRARY_PATH
16220 shlibpath_overrides_runpath
=yes
16227 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
16228 soname_spec
='${libname}${release}${shared_ext}$major'
16229 shlibpath_var
=LD_LIBRARY_PATH
16230 shlibpath_overrides_runpath
=yes
16235 sys_lib_dlsearch_path_spec
="/usr/lib"
16237 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
16239 openbsd3.3 | openbsd3.3.
*) need_version
=yes ;;
16240 *) need_version
=no
;;
16242 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
16243 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
16244 shlibpath_var
=LD_LIBRARY_PATH
16245 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
16247 openbsd2.
[89] | openbsd2.
[89].
*)
16248 shlibpath_overrides_runpath
=no
16251 shlibpath_overrides_runpath
=yes
16255 shlibpath_overrides_runpath
=yes
16260 libname_spec
='$name'
16263 library_names_spec
='$libname${shared_ext} $libname.a'
16264 dynamic_linker
='OS/2 ld.exe'
16265 shlibpath_var
=LIBPATH
16268 osf3
* | osf4
* | osf5
*)
16272 soname_spec
='${libname}${release}${shared_ext}$major'
16273 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
16274 shlibpath_var
=LD_LIBRARY_PATH
16275 sys_lib_search_path_spec
="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
16276 sys_lib_dlsearch_path_spec
="$sys_lib_search_path_spec"
16287 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
16288 soname_spec
='${libname}${release}${shared_ext}$major'
16289 shlibpath_var
=LD_LIBRARY_PATH
16290 shlibpath_overrides_runpath
=yes
16291 hardcode_into_libs
=yes
16292 # ldd complains unless libraries are executable
16293 postinstall_cmds
='chmod +x $lib'
16298 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
16299 finish_cmds
='PATH="\$PATH:/usr/etc" ldconfig $libdir'
16300 shlibpath_var
=LD_LIBRARY_PATH
16301 shlibpath_overrides_runpath
=yes
16302 if test "$with_gnu_ld" = yes; then
16310 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
16311 soname_spec
='${libname}${release}${shared_ext}$major'
16312 shlibpath_var
=LD_LIBRARY_PATH
16313 case $host_vendor in
16315 shlibpath_overrides_runpath
=no
16317 export_dynamic_flag_spec
='${wl}-Blargedynsym'
16318 runpath_var
=LD_RUN_PATH
16326 shlibpath_overrides_runpath
=no
16327 sys_lib_search_path_spec
='/lib /usr/lib /usr/ccs/lib'
16333 if test -d /usr
/nec
;then
16335 library_names_spec
='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
16336 soname_spec
='$libname${shared_ext}.$major'
16337 shlibpath_var
=LD_LIBRARY_PATH
16341 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
* | sysv4
*uw2
*)
16342 version_type
=freebsd-elf
16345 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
16346 soname_spec
='${libname}${release}${shared_ext}$major'
16347 shlibpath_var
=LD_LIBRARY_PATH
16348 hardcode_into_libs
=yes
16349 if test "$with_gnu_ld" = yes; then
16350 sys_lib_search_path_spec
='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
16351 shlibpath_overrides_runpath
=no
16353 sys_lib_search_path_spec
='/usr/ccs/lib /usr/lib'
16354 shlibpath_overrides_runpath
=yes
16357 sys_lib_search_path_spec
="$sys_lib_search_path_spec /lib"
16361 sys_lib_dlsearch_path_spec
='/usr/lib'
16366 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
16367 soname_spec
='${libname}${release}${shared_ext}$major'
16368 shlibpath_var
=LD_LIBRARY_PATH
16375 { echo "$as_me:$LINENO: result: $dynamic_linker" >&5
16376 echo "${ECHO_T}$dynamic_linker" >&6; }
16377 test "$dynamic_linker" = no
&& can_build_shared
=no
16379 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
16380 echo $ECHO_N "(cached) $ECHO_C" >&6
16382 lt_cv_sys_lib_search_path_spec
="$sys_lib_search_path_spec"
16385 sys_lib_search_path_spec
="$lt_cv_sys_lib_search_path_spec"
16386 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
16387 echo $ECHO_N "(cached) $ECHO_C" >&6
16389 lt_cv_sys_lib_dlsearch_path_spec
="$sys_lib_dlsearch_path_spec"
16392 sys_lib_dlsearch_path_spec
="$lt_cv_sys_lib_dlsearch_path_spec"
16394 variables_saved_for_relink
="PATH $shlibpath_var $runpath_var"
16395 if test "$GCC" = yes; then
16396 variables_saved_for_relink
="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
16399 { echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
16400 echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
16401 hardcode_action_F77
=
16402 if test -n "$hardcode_libdir_flag_spec_F77" || \
16403 test -n "$runpath_var_F77" || \
16404 test "X$hardcode_automatic_F77" = "Xyes" ; then
16406 # We can hardcode non-existant directories.
16407 if test "$hardcode_direct_F77" != no
&&
16408 # If the only mechanism to avoid hardcoding is shlibpath_var, we
16409 # have to relink, otherwise we might link with an installed library
16410 # when we should be linking with a yet-to-be-installed one
16411 ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, F77)" != no &&
16412 test "$hardcode_minus_L_F77" != no
; then
16413 # Linking always hardcodes the temporary library directory.
16414 hardcode_action_F77
=relink
16416 # We can link without hardcoding, and we can hardcode nonexisting dirs.
16417 hardcode_action_F77
=immediate
16420 # We cannot hardcode anything, or else we can only hardcode existing
16422 hardcode_action_F77
=unsupported
16424 { echo "$as_me:$LINENO: result: $hardcode_action_F77" >&5
16425 echo "${ECHO_T}$hardcode_action_F77" >&6; }
16427 if test "$hardcode_action_F77" = relink
; then
16428 # Fast installation is not supported
16429 enable_fast_install
=no
16430 elif test "$shlibpath_overrides_runpath" = yes ||
16431 test "$enable_shared" = no
; then
16432 # Fast installation is not necessary
16433 enable_fast_install
=needless
16437 # The else clause should only fire when bootstrapping the
16438 # libtool distribution, otherwise you forgot to ship ltmain.sh
16439 # with your package, and you will get complaints that there are
16440 # no rules to generate ltmain.sh.
16441 if test -f "$ltmain"; then
16442 # See if we are running on zsh, and set the options which allow our commands through
16443 # without removal of \ escapes.
16444 if test -n "${ZSH_VERSION+set}" ; then
16445 setopt NO_GLOB_SUBST
16447 # Now quote all the things that may contain metacharacters while being
16448 # careful not to overquote the AC_SUBSTed values. We take copies of the
16449 # variables and quote the copies for generation of the libtool script.
16450 for var
in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
16452 libname_spec library_names_spec soname_spec extract_expsyms_cmds \
16453 old_striplib striplib file_magic_cmd finish_cmds finish_eval \
16454 deplibs_check_method reload_flag reload_cmds need_locks \
16455 lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
16456 lt_cv_sys_global_symbol_to_c_name_address \
16457 sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
16458 old_postinstall_cmds old_postuninstall_cmds \
16462 lt_prog_compiler_wl_F77 \
16463 lt_prog_compiler_pic_F77 \
16464 lt_prog_compiler_static_F77 \
16465 lt_prog_compiler_no_builtin_flag_F77 \
16466 export_dynamic_flag_spec_F77 \
16467 thread_safe_flag_spec_F77 \
16468 whole_archive_flag_spec_F77 \
16469 enable_shared_with_static_runtimes_F77 \
16470 old_archive_cmds_F77 \
16471 old_archive_from_new_cmds_F77 \
16472 predep_objects_F77 \
16473 postdep_objects_F77 \
16476 compiler_lib_search_path_F77 \
16477 compiler_lib_search_dirs_F77 \
16479 archive_expsym_cmds_F77 \
16480 postinstall_cmds_F77 \
16481 postuninstall_cmds_F77 \
16482 old_archive_from_expsyms_cmds_F77 \
16483 allow_undefined_flag_F77 \
16484 no_undefined_flag_F77 \
16485 export_symbols_cmds_F77 \
16486 hardcode_libdir_flag_spec_F77 \
16487 hardcode_libdir_flag_spec_ld_F77 \
16488 hardcode_libdir_separator_F77 \
16489 hardcode_automatic_F77 \
16491 module_expsym_cmds_F77 \
16492 lt_cv_prog_compiler_c_o_F77 \
16493 fix_srcfile_path_F77 \
16494 exclude_expsyms_F77 \
16495 include_expsyms_F77
; do
16498 old_archive_cmds_F77 | \
16499 old_archive_from_new_cmds_F77 | \
16500 archive_cmds_F77 | \
16501 archive_expsym_cmds_F77 | \
16502 module_cmds_F77 | \
16503 module_expsym_cmds_F77 | \
16504 old_archive_from_expsyms_cmds_F77 | \
16505 export_symbols_cmds_F77 | \
16506 extract_expsyms_cmds | reload_cmds | finish_cmds | \
16507 postinstall_cmds | postuninstall_cmds | \
16508 old_postinstall_cmds | old_postuninstall_cmds | \
16509 sys_lib_search_path_spec | sys_lib_dlsearch_path_spec
)
16510 # Double-quote double-evaled strings.
16511 eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
16514 eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
16520 *'\$0 --fallback-echo"')
16521 lt_echo
=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
16527 cat <<__EOF__ >> "$cfgfile"
16528 # ### BEGIN LIBTOOL TAG CONFIG: $tagname
16530 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
16532 # Shell to use when invoking shell scripts.
16535 # Whether or not to build shared libraries.
16536 build_libtool_libs=$enable_shared
16538 # Whether or not to build static libraries.
16539 build_old_libs=$enable_static
16541 # Whether or not to add -lc for building shared libraries.
16542 build_libtool_need_lc=$archive_cmds_need_lc_F77
16544 # Whether or not to disallow shared libs when runtime libs are static
16545 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_F77
16547 # Whether or not to optimize for fast installation.
16548 fast_install=$enable_fast_install
16551 host_alias=$host_alias
16555 # The build system.
16556 build_alias=$build_alias
16560 # An echo program that does not interpret backslashes.
16565 AR_FLAGS=$lt_AR_FLAGS
16570 # LTCC compiler flags.
16571 LTCFLAGS=$lt_LTCFLAGS
16573 # A language-specific compiler.
16574 CC=$lt_compiler_F77
16576 # Is the compiler the GNU C compiler?
16582 # The linker used to build libraries.
16585 # Whether we need hard or soft links.
16588 # A BSD-compatible nm program.
16591 # A symbol stripping program
16594 # Used to examine libraries when file_magic_cmd begins "file"
16595 MAGIC_CMD=$MAGIC_CMD
16597 # Used on cygwin: DLL creation program.
16600 # Used on cygwin: object dumper.
16603 # Used on cygwin: assembler.
16606 # The name of the directory that contains temporary libtool files.
16609 # How to create reloadable object files.
16610 reload_flag=$lt_reload_flag
16611 reload_cmds=$lt_reload_cmds
16613 # How to pass a linker flag through the compiler.
16614 wl=$lt_lt_prog_compiler_wl_F77
16616 # Object file suffix (normally "o").
16617 objext="$ac_objext"
16619 # Old archive suffix (normally "a").
16622 # Shared library suffix (normally ".so").
16623 shrext_cmds='$shrext_cmds'
16625 # Executable file suffix (normally "").
16628 # Additional compiler flags for building library objects.
16629 pic_flag=$lt_lt_prog_compiler_pic_F77
16632 # What is the maximum length of a command?
16633 max_cmd_len=$lt_cv_sys_max_cmd_len
16635 # Does compiler simultaneously support -c and -o options?
16636 compiler_c_o=$lt_lt_cv_prog_compiler_c_o_F77
16638 # Must we lock files when doing compilation?
16639 need_locks=$lt_need_locks
16641 # Do we need the lib prefix for modules?
16642 need_lib_prefix=$need_lib_prefix
16644 # Do we need a version for libraries?
16645 need_version=$need_version
16647 # Whether dlopen is supported.
16648 dlopen_support=$enable_dlopen
16650 # Whether dlopen of programs is supported.
16651 dlopen_self=$enable_dlopen_self
16653 # Whether dlopen of statically linked programs is supported.
16654 dlopen_self_static=$enable_dlopen_self_static
16656 # Compiler flag to prevent dynamic linking.
16657 link_static_flag=$lt_lt_prog_compiler_static_F77
16659 # Compiler flag to turn off builtin functions.
16660 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_F77
16662 # Compiler flag to allow reflexive dlopens.
16663 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_F77
16665 # Compiler flag to generate shared objects directly from archives.
16666 whole_archive_flag_spec=$lt_whole_archive_flag_spec_F77
16668 # Compiler flag to generate thread-safe objects.
16669 thread_safe_flag_spec=$lt_thread_safe_flag_spec_F77
16671 # Library versioning type.
16672 version_type=$version_type
16674 # Format of library name prefix.
16675 libname_spec=$lt_libname_spec
16677 # List of archive names. First name is the real one, the rest are links.
16678 # The last name is the one that the linker finds with -lNAME.
16679 library_names_spec=$lt_library_names_spec
16681 # The coded name of the library, if different from the real name.
16682 soname_spec=$lt_soname_spec
16684 # Commands used to build and install an old-style archive.
16686 old_archive_cmds=$lt_old_archive_cmds_F77
16687 old_postinstall_cmds=$lt_old_postinstall_cmds
16688 old_postuninstall_cmds=$lt_old_postuninstall_cmds
16690 # Create an old-style archive from a shared archive.
16691 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_F77
16693 # Create a temporary old-style archive to link instead of a shared archive.
16694 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_F77
16696 # Commands used to build and install a shared archive.
16697 archive_cmds=$lt_archive_cmds_F77
16698 archive_expsym_cmds=$lt_archive_expsym_cmds_F77
16699 postinstall_cmds=$lt_postinstall_cmds
16700 postuninstall_cmds=$lt_postuninstall_cmds
16702 # Commands used to build a loadable module (assumed same as above if empty)
16703 module_cmds=$lt_module_cmds_F77
16704 module_expsym_cmds=$lt_module_expsym_cmds_F77
16706 # Commands to strip libraries.
16707 old_striplib=$lt_old_striplib
16708 striplib=$lt_striplib
16710 # Dependencies to place before the objects being linked to create a
16712 predep_objects=$lt_predep_objects_F77
16714 # Dependencies to place after the objects being linked to create a
16716 postdep_objects=$lt_postdep_objects_F77
16718 # Dependencies to place before the objects being linked to create a
16720 predeps=$lt_predeps_F77
16722 # Dependencies to place after the objects being linked to create a
16724 postdeps=$lt_postdeps_F77
16726 # The directories searched by this compiler when creating a shared
16728 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_F77
16730 # The library search path used internally by the compiler when linking
16731 # a shared library.
16732 compiler_lib_search_path=$lt_compiler_lib_search_path_F77
16734 # Method to check whether dependent libraries are shared objects.
16735 deplibs_check_method=$lt_deplibs_check_method
16737 # Command to use when deplibs_check_method == file_magic.
16738 file_magic_cmd=$lt_file_magic_cmd
16740 # Flag that allows shared libraries with undefined symbols to be built.
16741 allow_undefined_flag=$lt_allow_undefined_flag_F77
16743 # Flag that forces no undefined symbols.
16744 no_undefined_flag=$lt_no_undefined_flag_F77
16746 # Commands used to finish a libtool library installation in a directory.
16747 finish_cmds=$lt_finish_cmds
16749 # Same as above, but a single script fragment to be evaled but not shown.
16750 finish_eval=$lt_finish_eval
16752 # Take the output of nm and produce a listing of raw symbols and C names.
16753 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
16755 # Transform the output of nm in a proper C declaration
16756 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
16758 # Transform the output of nm in a C name address pair
16759 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
16761 # This is the shared library runtime path variable.
16762 runpath_var=$runpath_var
16764 # This is the shared library path variable.
16765 shlibpath_var=$shlibpath_var
16767 # Is shlibpath searched before the hard-coded library search path?
16768 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
16770 # How to hardcode a shared library path into an executable.
16771 hardcode_action=$hardcode_action_F77
16773 # Whether we should hardcode library paths into libraries.
16774 hardcode_into_libs=$hardcode_into_libs
16776 # Flag to hardcode \$libdir into a binary during linking.
16777 # This must work even if \$libdir does not exist.
16778 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_F77
16780 # If ld is used when linking, flag to hardcode \$libdir into
16781 # a binary during linking. This must work even if \$libdir does
16783 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_F77
16785 # Whether we need a single -rpath flag with a separated argument.
16786 hardcode_libdir_separator=$lt_hardcode_libdir_separator_F77
16788 # Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
16789 # resulting binary.
16790 hardcode_direct=$hardcode_direct_F77
16792 # Set to yes if using the -LDIR flag during linking hardcodes DIR into the
16793 # resulting binary.
16794 hardcode_minus_L=$hardcode_minus_L_F77
16796 # Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
16797 # the resulting binary.
16798 hardcode_shlibpath_var=$hardcode_shlibpath_var_F77
16800 # Set to yes if building a shared library automatically hardcodes DIR into the library
16801 # and all subsequent libraries and executables linked against it.
16802 hardcode_automatic=$hardcode_automatic_F77
16804 # Variables whose values should be saved in libtool wrapper scripts and
16805 # restored at relink time.
16806 variables_saved_for_relink="$variables_saved_for_relink"
16808 # Whether libtool must link a program against all its dependency libraries.
16809 link_all_deplibs=$link_all_deplibs_F77
16811 # Compile-time system search path for libraries
16812 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
16814 # Run-time system search path for libraries
16815 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
16817 # Fix the shell variable \$srcfile for the compiler.
16818 fix_srcfile_path=$lt_fix_srcfile_path
16820 # Set to yes if exported symbols are required.
16821 always_export_symbols=$always_export_symbols_F77
16823 # The commands to list exported symbols.
16824 export_symbols_cmds=$lt_export_symbols_cmds_F77
16826 # The commands to extract the exported symbol list from a shared archive.
16827 extract_expsyms_cmds=$lt_extract_expsyms_cmds
16829 # Symbols that should not be listed in the preloaded symbols.
16830 exclude_expsyms=$lt_exclude_expsyms_F77
16832 # Symbols that must always be exported.
16833 include_expsyms=$lt_include_expsyms_F77
16835 # ### END LIBTOOL TAG CONFIG: $tagname
16841 # If there is no Makefile yet, we rely on a make rule to execute
16842 # `config.status --recheck' to rerun these tests and create the
16843 # libtool script then.
16844 ltmain_in
=`echo $ltmain | sed -e 's/\.sh$/.in/'`
16845 if test -f "$ltmain_in"; then
16846 test -f Makefile
&& make "$ltmain"
16852 ac_cpp
='$CPP $CPPFLAGS'
16853 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16854 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16855 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
16865 if test -n "$GCJ" && test "X$GCJ" != "Xno"; then
16868 # Source file extension for Java test sources.
16871 # Object file extension for compiled Java test sources.
16875 # Code to be used in simple compile tests
16876 lt_simple_compile_test_code
="class foo {}"
16878 # Code to be used in simple link tests
16879 lt_simple_link_test_code
='public class conftest { public static void main(String[] argv) {}; }'
16881 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
16883 # If no C compiler was specified, use CC.
16886 # If no C compiler flags were specified, use CFLAGS.
16887 LTCFLAGS
=${LTCFLAGS-"$CFLAGS"}
16889 # Allow CC to be a program name with arguments.
16893 # save warnings/boilerplate of simple test code
16894 ac_outfile
=conftest.
$ac_objext
16895 echo "$lt_simple_compile_test_code" >conftest.
$ac_ext
16896 eval "$ac_compile" 2>&1 >/dev
/null |
$SED '/^$/d; /^ *+/d' >conftest.err
16897 _lt_compiler_boilerplate
=`cat conftest.err`
16900 ac_outfile
=conftest.
$ac_objext
16901 echo "$lt_simple_link_test_code" >conftest.
$ac_ext
16902 eval "$ac_link" 2>&1 >/dev
/null |
$SED '/^$/d; /^ *+/d' >conftest.err
16903 _lt_linker_boilerplate
=`cat conftest.err`
16907 # Allow CC to be a program name with arguments.
16912 for cc_temp
in $compiler""; do
16914 compile |
*[\\/]compile | ccache |
*[\\/]ccache
) ;;
16915 distcc |
*[\\/]distcc | purify |
*[\\/]purify
) ;;
16920 cc_basename
=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
16923 # GCJ did not exist at the time GCC didn't implicitly link libc in.
16924 archive_cmds_need_lc_GCJ
=no
16926 old_archive_cmds_GCJ
=$old_archive_cmds
16929 lt_prog_compiler_no_builtin_flag_GCJ
=
16931 if test "$GCC" = yes; then
16932 lt_prog_compiler_no_builtin_flag_GCJ
=' -fno-builtin'
16935 { echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
16936 echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6; }
16937 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
16938 echo $ECHO_N "(cached) $ECHO_C" >&6
16940 lt_cv_prog_compiler_rtti_exceptions
=no
16941 ac_outfile
=conftest.
$ac_objext
16942 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
16943 lt_compiler_flag
="-fno-rtti -fno-exceptions"
16944 # Insert the option either (1) after the last *FLAGS variable, or
16945 # (2) before a word containing "conftest.", or (3) at the end.
16946 # Note that $ac_compile itself does not contain backslashes and begins
16947 # with a dollar sign (not a hyphen), so the echo should work correctly.
16948 # The option is referenced via a variable to avoid confusing sed.
16949 lt_compile
=`echo "$ac_compile" | $SED \
16950 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
16951 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16952 -e 's:$: $lt_compiler_flag:'`
16953 (eval echo "\"\$as_me:16953: $lt_compile\"" >&5)
16954 (eval "$lt_compile" 2>conftest.err
)
16956 cat conftest.err
>&5
16957 echo "$as_me:16957: \$? = $ac_status" >&5
16958 if (exit $ac_status) && test -s "$ac_outfile"; then
16959 # The compiler can only warn and ignore the option if not recognized
16960 # So say no if there are warnings other than the usual output.
16961 $echo "X$_lt_compiler_boilerplate" |
$Xsed -e '/^$/d' >conftest.exp
16962 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
16963 if test ! -s conftest.er2 ||
diff conftest.exp conftest.er2
>/dev
/null
; then
16964 lt_cv_prog_compiler_rtti_exceptions
=yes
16970 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
16971 echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6; }
16973 if test x
"$lt_cv_prog_compiler_rtti_exceptions" = xyes
; then
16974 lt_prog_compiler_no_builtin_flag_GCJ
="$lt_prog_compiler_no_builtin_flag_GCJ -fno-rtti -fno-exceptions"
16981 lt_prog_compiler_wl_GCJ
=
16982 lt_prog_compiler_pic_GCJ
=
16983 lt_prog_compiler_static_GCJ
=
16985 { echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
16986 echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
16988 if test "$GCC" = yes; then
16989 lt_prog_compiler_wl_GCJ
='-Wl,'
16990 lt_prog_compiler_static_GCJ
='-static'
16994 # All AIX code is PIC.
16995 if test "$host_cpu" = ia64
; then
16996 # AIX 5 now supports IA64 processor
16997 lt_prog_compiler_static_GCJ
='-Bstatic'
17002 # FIXME: we need at least 68020 code to build shared libraries, but
17003 # adding the `-m68020' flag to GCC prevents building anything better,
17005 lt_prog_compiler_pic_GCJ
='-m68020 -resident32 -malways-restore-a4'
17008 beos
* | irix5
* | irix6
* | nonstopux
* | osf3
* | osf4
* | osf5
*)
17009 # PIC is the default for these OSes.
17012 mingw
* | cygwin
* | pw32
* | os2
*)
17013 # This hack is so that the source file can tell whether it is being
17014 # built for inclusion in a dll (and should export symbols for example).
17015 # Although the cygwin gcc ignores -fPIC, still need this for old-style
17016 # (--disable-auto-import) libraries
17020 darwin
* | rhapsody
*)
17021 # PIC is the default on this platform
17022 # Common symbols not allowed in MH_DYLIB files
17023 lt_prog_compiler_pic_GCJ
='-fno-common'
17027 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
17028 # Instead, we relocate shared libraries at runtime.
17032 # Just because we use GCC doesn't mean we suddenly get shared libraries
17033 # on systems that don't support them.
17034 lt_prog_compiler_can_build_shared_GCJ
=no
17039 if test -d /usr
/nec
; then
17040 lt_prog_compiler_pic_GCJ
=-Kconform_pic
17045 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
17046 # not for PA HP-UX.
17052 lt_prog_compiler_pic_GCJ
='-fPIC'
17058 lt_prog_compiler_pic_GCJ
='-fPIC'
17062 # PORTME Check for flag to pass linker flags through the system compiler.
17065 lt_prog_compiler_wl_GCJ
='-Wl,'
17066 if test "$host_cpu" = ia64
; then
17067 # AIX 5 now supports IA64 processor
17068 lt_prog_compiler_static_GCJ
='-Bstatic'
17070 lt_prog_compiler_static_GCJ
='-bnso -bI:/lib/syscalls.exp'
17074 # PIC is the default on this platform
17075 # Common symbols not allowed in MH_DYLIB files
17076 case $cc_basename in
17078 lt_prog_compiler_pic_GCJ
='-qnocommon'
17079 lt_prog_compiler_wl_GCJ
='-Wl,'
17084 mingw
* | cygwin
* | pw32
* | os2
*)
17085 # This hack is so that the source file can tell whether it is being
17086 # built for inclusion in a dll (and should export symbols for example).
17090 hpux9
* | hpux10
* | hpux11
*)
17091 lt_prog_compiler_wl_GCJ
='-Wl,'
17092 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
17093 # not for PA HP-UX.
17099 lt_prog_compiler_pic_GCJ
='+Z'
17102 # Is there a better lt_prog_compiler_static that works with the bundled CC?
17103 lt_prog_compiler_static_GCJ
='${wl}-a ${wl}archive'
17106 irix5
* | irix6
* | nonstopux
*)
17107 lt_prog_compiler_wl_GCJ
='-Wl,'
17108 # PIC (with -KPIC) is the default.
17109 lt_prog_compiler_static_GCJ
='-non_shared'
17113 lt_prog_compiler_pic_GCJ
='-KPIC'
17114 lt_prog_compiler_static_GCJ
='-Bstatic'
17117 linux
* | k
*bsd
*-gnu)
17118 case $cc_basename in
17120 lt_prog_compiler_wl_GCJ
='-Wl,'
17121 lt_prog_compiler_pic_GCJ
='-KPIC'
17122 lt_prog_compiler_static_GCJ
='-static'
17124 pgcc
* | pgf77
* | pgf90
* | pgf95
*)
17125 # Portland Group compilers (*not* the Pentium gcc compiler,
17126 # which looks to be a dead project)
17127 lt_prog_compiler_wl_GCJ
='-Wl,'
17128 lt_prog_compiler_pic_GCJ
='-fpic'
17129 lt_prog_compiler_static_GCJ
='-Bstatic'
17132 lt_prog_compiler_wl_GCJ
='-Wl,'
17133 # All Alpha code is PIC.
17134 lt_prog_compiler_static_GCJ
='-non_shared'
17137 case `$CC -V 2>&1 | sed 5q` in
17140 lt_prog_compiler_pic_GCJ
='-KPIC'
17141 lt_prog_compiler_static_GCJ
='-Bstatic'
17142 lt_prog_compiler_wl_GCJ
='-Wl,'
17145 # Sun Fortran 8.3 passes all unrecognized flags to the linker
17146 lt_prog_compiler_pic_GCJ
='-KPIC'
17147 lt_prog_compiler_static_GCJ
='-Bstatic'
17148 lt_prog_compiler_wl_GCJ
=''
17155 osf3
* | osf4
* | osf5
*)
17156 lt_prog_compiler_wl_GCJ
='-Wl,'
17157 # All OSF/1 code is PIC.
17158 lt_prog_compiler_static_GCJ
='-non_shared'
17162 lt_prog_compiler_static_GCJ
='-non_shared'
17166 lt_prog_compiler_pic_GCJ
='-KPIC'
17167 lt_prog_compiler_static_GCJ
='-Bstatic'
17168 case $cc_basename in
17169 f77
* | f90
* | f95
*)
17170 lt_prog_compiler_wl_GCJ
='-Qoption ld ';;
17172 lt_prog_compiler_wl_GCJ
='-Wl,';;
17177 lt_prog_compiler_wl_GCJ
='-Qoption ld '
17178 lt_prog_compiler_pic_GCJ
='-PIC'
17179 lt_prog_compiler_static_GCJ
='-Bstatic'
17182 sysv4 | sysv4.2uw2
* | sysv4.3
*)
17183 lt_prog_compiler_wl_GCJ
='-Wl,'
17184 lt_prog_compiler_pic_GCJ
='-KPIC'
17185 lt_prog_compiler_static_GCJ
='-Bstatic'
17189 if test -d /usr
/nec
;then
17190 lt_prog_compiler_pic_GCJ
='-Kconform_pic'
17191 lt_prog_compiler_static_GCJ
='-Bstatic'
17195 sysv5
* | unixware
* | sco3.2v5
* | sco5v6
* | OpenUNIX
*)
17196 lt_prog_compiler_wl_GCJ
='-Wl,'
17197 lt_prog_compiler_pic_GCJ
='-KPIC'
17198 lt_prog_compiler_static_GCJ
='-Bstatic'
17202 lt_prog_compiler_wl_GCJ
='-Wl,'
17203 lt_prog_compiler_can_build_shared_GCJ
=no
17207 lt_prog_compiler_pic_GCJ
='-pic'
17208 lt_prog_compiler_static_GCJ
='-Bstatic'
17212 lt_prog_compiler_can_build_shared_GCJ
=no
17217 { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_GCJ" >&5
17218 echo "${ECHO_T}$lt_prog_compiler_pic_GCJ" >&6; }
17221 # Check to make sure the PIC flag actually works.
17223 if test -n "$lt_prog_compiler_pic_GCJ"; then
17225 { echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5
17226 echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works... $ECHO_C" >&6; }
17227 if test "${lt_cv_prog_compiler_pic_works_GCJ+set}" = set; then
17228 echo $ECHO_N "(cached) $ECHO_C" >&6
17230 lt_cv_prog_compiler_pic_works_GCJ
=no
17231 ac_outfile
=conftest.
$ac_objext
17232 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
17233 lt_compiler_flag
="$lt_prog_compiler_pic_GCJ"
17234 # Insert the option either (1) after the last *FLAGS variable, or
17235 # (2) before a word containing "conftest.", or (3) at the end.
17236 # Note that $ac_compile itself does not contain backslashes and begins
17237 # with a dollar sign (not a hyphen), so the echo should work correctly.
17238 # The option is referenced via a variable to avoid confusing sed.
17239 lt_compile
=`echo "$ac_compile" | $SED \
17240 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
17241 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
17242 -e 's:$: $lt_compiler_flag:'`
17243 (eval echo "\"\$as_me:17243: $lt_compile\"" >&5)
17244 (eval "$lt_compile" 2>conftest.err
)
17246 cat conftest.err
>&5
17247 echo "$as_me:17247: \$? = $ac_status" >&5
17248 if (exit $ac_status) && test -s "$ac_outfile"; then
17249 # The compiler can only warn and ignore the option if not recognized
17250 # So say no if there are warnings other than the usual output.
17251 $echo "X$_lt_compiler_boilerplate" |
$Xsed -e '/^$/d' >conftest.exp
17252 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
17253 if test ! -s conftest.er2 ||
diff conftest.exp conftest.er2
>/dev
/null
; then
17254 lt_cv_prog_compiler_pic_works_GCJ
=yes
17260 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_GCJ" >&5
17261 echo "${ECHO_T}$lt_cv_prog_compiler_pic_works_GCJ" >&6; }
17263 if test x
"$lt_cv_prog_compiler_pic_works_GCJ" = xyes
; then
17264 case $lt_prog_compiler_pic_GCJ in
17266 *) lt_prog_compiler_pic_GCJ
=" $lt_prog_compiler_pic_GCJ" ;;
17269 lt_prog_compiler_pic_GCJ
=
17270 lt_prog_compiler_can_build_shared_GCJ
=no
17275 # For platforms which do not support PIC, -DPIC is meaningless:
17277 lt_prog_compiler_pic_GCJ
=
17280 lt_prog_compiler_pic_GCJ
="$lt_prog_compiler_pic_GCJ"
17285 # Check to make sure the static flag actually works.
17287 wl
=$lt_prog_compiler_wl_GCJ eval lt_tmp_static_flag
=\"$lt_prog_compiler_static_GCJ\"
17288 { echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
17289 echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
17290 if test "${lt_cv_prog_compiler_static_works_GCJ+set}" = set; then
17291 echo $ECHO_N "(cached) $ECHO_C" >&6
17293 lt_cv_prog_compiler_static_works_GCJ
=no
17294 save_LDFLAGS
="$LDFLAGS"
17295 LDFLAGS
="$LDFLAGS $lt_tmp_static_flag"
17296 echo "$lt_simple_link_test_code" > conftest.
$ac_ext
17297 if (eval $ac_link 2>conftest.err
) && test -s conftest
$ac_exeext; then
17298 # The linker can only warn and ignore the option if not recognized
17299 # So say no if there are warnings
17300 if test -s conftest.err
; then
17301 # Append any errors to the config.log.
17302 cat conftest.err
1>&5
17303 $echo "X$_lt_linker_boilerplate" |
$Xsed -e '/^$/d' > conftest.exp
17304 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
17305 if diff conftest.exp conftest.er2
>/dev
/null
; then
17306 lt_cv_prog_compiler_static_works_GCJ
=yes
17309 lt_cv_prog_compiler_static_works_GCJ
=yes
17313 LDFLAGS
="$save_LDFLAGS"
17316 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_GCJ" >&5
17317 echo "${ECHO_T}$lt_cv_prog_compiler_static_works_GCJ" >&6; }
17319 if test x
"$lt_cv_prog_compiler_static_works_GCJ" = xyes
; then
17322 lt_prog_compiler_static_GCJ
=
17326 { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
17327 echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
17328 if test "${lt_cv_prog_compiler_c_o_GCJ+set}" = set; then
17329 echo $ECHO_N "(cached) $ECHO_C" >&6
17331 lt_cv_prog_compiler_c_o_GCJ
=no
17332 $rm -r conftest
2>/dev
/null
17336 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
17338 lt_compiler_flag
="-o out/conftest2.$ac_objext"
17339 # Insert the option either (1) after the last *FLAGS variable, or
17340 # (2) before a word containing "conftest.", or (3) at the end.
17341 # Note that $ac_compile itself does not contain backslashes and begins
17342 # with a dollar sign (not a hyphen), so the echo should work correctly.
17343 lt_compile
=`echo "$ac_compile" | $SED \
17344 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
17345 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
17346 -e 's:$: $lt_compiler_flag:'`
17347 (eval echo "\"\$as_me:17347: $lt_compile\"" >&5)
17348 (eval "$lt_compile" 2>out
/conftest.err
)
17350 cat out
/conftest.err
>&5
17351 echo "$as_me:17351: \$? = $ac_status" >&5
17352 if (exit $ac_status) && test -s out
/conftest2.
$ac_objext
17354 # The compiler can only warn and ignore the option if not recognized
17355 # So say no if there are warnings
17356 $echo "X$_lt_compiler_boilerplate" |
$Xsed -e '/^$/d' > out
/conftest.exp
17357 $SED '/^$/d; /^ *+/d' out
/conftest.err
>out
/conftest.er2
17358 if test ! -s out
/conftest.er2 ||
diff out
/conftest.exp out
/conftest.er2
>/dev
/null
; then
17359 lt_cv_prog_compiler_c_o_GCJ
=yes
17364 # SGI C++ compiler will create directory out/ii_files/ for
17365 # template instantiation
17366 test -d out
/ii_files
&& $rm out
/ii_files
/* && rmdir out
/ii_files
17367 $rm out
/* && rmdir out
17373 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_GCJ" >&5
17374 echo "${ECHO_T}$lt_cv_prog_compiler_c_o_GCJ" >&6; }
17377 hard_links
="nottested"
17378 if test "$lt_cv_prog_compiler_c_o_GCJ" = no
&& test "$need_locks" != no
; then
17379 # do not overwrite the value of need_locks provided by the user
17380 { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
17381 echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
17384 ln conftest.a conftest.b
2>/dev
/null
&& hard_links
=no
17386 ln conftest.a conftest.b
2>&5 || hard_links
=no
17387 ln conftest.a conftest.b
2>/dev
/null
&& hard_links
=no
17388 { echo "$as_me:$LINENO: result: $hard_links" >&5
17389 echo "${ECHO_T}$hard_links" >&6; }
17390 if test "$hard_links" = no
; then
17391 { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
17392 echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
17399 { echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
17400 echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
17403 allow_undefined_flag_GCJ
=
17404 enable_shared_with_static_runtimes_GCJ
=no
17406 archive_expsym_cmds_GCJ
=
17407 old_archive_From_new_cmds_GCJ
=
17408 old_archive_from_expsyms_cmds_GCJ
=
17409 export_dynamic_flag_spec_GCJ
=
17410 whole_archive_flag_spec_GCJ
=
17411 thread_safe_flag_spec_GCJ
=
17412 hardcode_libdir_flag_spec_GCJ
=
17413 hardcode_libdir_flag_spec_ld_GCJ
=
17414 hardcode_libdir_separator_GCJ
=
17415 hardcode_direct_GCJ
=no
17416 hardcode_minus_L_GCJ
=no
17417 hardcode_shlibpath_var_GCJ
=unsupported
17418 link_all_deplibs_GCJ
=unknown
17419 hardcode_automatic_GCJ
=no
17421 module_expsym_cmds_GCJ
=
17422 always_export_symbols_GCJ
=no
17423 export_symbols_cmds_GCJ
='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
17424 # include_expsyms should be a list of space-separated symbols to be *always*
17425 # included in the symbol list
17426 include_expsyms_GCJ
=
17427 # exclude_expsyms can be an extended regexp of symbols to exclude
17428 # it will be wrapped by ` (' and `)$', so one must not match beginning or
17429 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
17430 # as well as any symbol that contains `d'.
17431 exclude_expsyms_GCJ
='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
17432 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
17433 # platforms (ab)use it in PIC code, but their linkers get confused if
17434 # the symbol is explicitly referenced. Since portable code cannot
17435 # rely on this symbol name, it's probably fine to never include it in
17436 # preloaded symbol tables.
17437 # Exclude shared library initialization/finalization symbols.
17438 extract_expsyms_cmds
=
17439 # Just being paranoid about ensuring that cc_basename is set.
17440 for cc_temp
in $compiler""; do
17442 compile |
*[\\/]compile | ccache |
*[\\/]ccache
) ;;
17443 distcc |
*[\\/]distcc | purify |
*[\\/]purify
) ;;
17448 cc_basename
=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
17451 cygwin
* | mingw
* | pw32
*)
17452 # FIXME: the MSVC++ port hasn't been tested in a loooong time
17453 # When not using gcc, we currently assume that we are using
17454 # Microsoft Visual C++.
17455 if test "$GCC" != yes; then
17460 # we just hope/assume this is gcc and not c89 (= MSVC++)
17469 if test "$with_gnu_ld" = yes; then
17470 # If archive_cmds runs LD, not CC, wlarc should be empty
17473 # Set some defaults for GNU ld with shared library support. These
17474 # are reset later if shared libraries are not supported. Putting them
17475 # here allows them to be overridden if necessary.
17476 runpath_var
=LD_RUN_PATH
17477 hardcode_libdir_flag_spec_GCJ
='${wl}--rpath ${wl}$libdir'
17478 export_dynamic_flag_spec_GCJ
='${wl}--export-dynamic'
17479 # ancient GNU ld didn't support --whole-archive et. al.
17480 if $LD --help 2>&1 |
grep 'no-whole-archive' > /dev
/null
; then
17481 whole_archive_flag_spec_GCJ
="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
17483 whole_archive_flag_spec_GCJ
=
17485 supports_anon_versioning
=no
17486 case `$LD -v 2>/dev/null` in
17487 *\
[01].
* |
*\
2.
[0-9].
* |
*\
2.10.
*) ;; # catch versions < 2.11
17488 *\
2.11.93.0.2\
*) supports_anon_versioning
=yes ;; # RH7.3 ...
17489 *\
2.11.92.0.12\
*) supports_anon_versioning
=yes ;; # Mandrake 8.2 ...
17490 *\
2.11.
*) ;; # other 2.11 versions
17491 *) supports_anon_versioning
=yes ;;
17494 # See if GNU ld supports shared libraries.
17497 # On AIX/PPC, the GNU linker is very broken
17498 if test "$host_cpu" != ia64
; then
17502 *** Warning: the GNU linker, at least up to release 2.9.1, is reported
17503 *** to be unable to reliably create shared libraries on AIX.
17504 *** Therefore, libtool is disabling shared libraries support. If you
17505 *** really care for shared libraries, you may want to modify your PATH
17506 *** so that a non-GNU linker is found, and then restart.
17513 archive_cmds_GCJ
='$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)'
17514 hardcode_libdir_flag_spec_GCJ
='-L$libdir'
17515 hardcode_minus_L_GCJ
=yes
17517 # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
17518 # that the semantics of dynamic libraries on AmigaOS, at least up
17519 # to version 4, is to share data among multiple programs linked
17520 # with the same dynamic library. Since this doesn't match the
17521 # behavior of shared libraries on other platforms, we can't use
17527 if $LD --help 2>&1 |
grep ': supported targets:.* elf' > /dev
/null
; then
17528 allow_undefined_flag_GCJ
=unsupported
17529 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
17530 # support --undefined. This deserves some investigation. FIXME
17531 archive_cmds_GCJ
='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
17537 cygwin
* | mingw
* | pw32
*)
17538 # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, GCJ) is actually meaningless,
17539 # as there is no search path for DLLs.
17540 hardcode_libdir_flag_spec_GCJ
='-L$libdir'
17541 allow_undefined_flag_GCJ
=unsupported
17542 always_export_symbols_GCJ
=no
17543 enable_shared_with_static_runtimes_GCJ
=yes
17544 export_symbols_cmds_GCJ
='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
17546 if $LD --help 2>&1 |
grep 'auto-import' > /dev
/null
; then
17547 archive_cmds_GCJ
='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
17548 # If the export-symbols file already is a .def file (1st line
17549 # is EXPORTS), use it as is; otherwise, prepend...
17550 archive_expsym_cmds_GCJ
='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
17551 cp $export_symbols $output_objdir/$soname.def;
17553 echo EXPORTS > $output_objdir/$soname.def;
17554 cat $export_symbols >> $output_objdir/$soname.def;
17556 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
17563 hardcode_direct_GCJ
=no
17564 hardcode_shlibpath_var_GCJ
=no
17565 hardcode_libdir_flag_spec_GCJ
='${wl}-rpath,$libdir'
17566 export_dynamic_flag_spec_GCJ
='${wl}-E'
17567 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
17568 # Instead, shared libraries are loaded at an image base (0x10000000 by
17569 # default) and relocated if they conflict, which is a slow very memory
17570 # consuming and fragmenting process. To avoid this, we pick a random,
17571 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
17572 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
17573 archive_cmds_GCJ
='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
17574 archive_expsym_cmds_GCJ
='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'
17577 gnu
* | linux
* | k
*bsd
*-gnu)
17578 if $LD --help 2>&1 |
grep ': supported targets:.* elf' > /dev
/null
; then
17580 case $cc_basename,$host_cpu in
17581 pgcc
*) # Portland Group C compiler
17582 whole_archive_flag_spec_GCJ
='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
17583 tmp_addflag
=' $pic_flag'
17585 pgf77
* | pgf90
* | pgf95
*) # Portland Group f77 and f90 compilers
17586 whole_archive_flag_spec_GCJ
='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
17587 tmp_addflag
=' $pic_flag -Mnomain' ;;
17588 ecc
*,ia64
* | icc
*,ia64
*) # Intel C compiler on ia64
17589 tmp_addflag
=' -i_dynamic' ;;
17590 efc
*,ia64
* | ifort
*,ia64
*) # Intel Fortran compiler on ia64
17591 tmp_addflag
=' -i_dynamic -nofor_main' ;;
17592 ifc
* | ifort
*) # Intel Fortran compiler
17593 tmp_addflag
=' -nofor_main' ;;
17595 case `$CC -V 2>&1 | sed 5q` in
17596 *Sun\ C
*) # Sun C 5.9
17597 whole_archive_flag_spec_GCJ
='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
17598 tmp_sharedflag
='-G' ;;
17599 *Sun\ F
*) # Sun Fortran 8.3
17600 tmp_sharedflag
='-G' ;;
17602 tmp_sharedflag
='-shared' ;;
17604 archive_cmds_GCJ
='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
17606 if test $supports_anon_versioning = yes; then
17607 archive_expsym_cmds_GCJ
='$echo "{ global:" > $output_objdir/$libname.ver~
17608 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
17609 $echo "local: *; };" >> $output_objdir/$libname.ver~
17610 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
17618 if echo __ELF__ |
$CC -E - |
grep __ELF__
>/dev
/null
; then
17619 archive_cmds_GCJ
='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
17622 archive_cmds_GCJ
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
17623 archive_expsym_cmds_GCJ
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
17628 if $LD -v 2>&1 |
grep 'BFD 2\.8' > /dev
/null
; then
17632 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
17633 *** create shared libraries on Solaris systems. Therefore, libtool
17634 *** is disabling shared libraries support. We urge you to upgrade GNU
17635 *** binutils to release 2.9.1 or newer. Another option is to modify
17636 *** your PATH or compiler configuration so that the native linker is
17637 *** used, and then restart.
17640 elif $LD --help 2>&1 |
grep ': supported targets:.* elf' > /dev
/null
; then
17641 archive_cmds_GCJ
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
17642 archive_expsym_cmds_GCJ
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
17648 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
*)
17649 case `$LD -v 2>&1` in
17650 *\
[01].
* |
*\
2.
[0-9].
* |
*\
2.1[0-5].
*)
17654 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
17655 *** reliably create shared libraries on SCO systems. Therefore, libtool
17656 *** is disabling shared libraries support. We urge you to upgrade GNU
17657 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
17658 *** your PATH or compiler configuration so that the native linker is
17659 *** used, and then restart.
17664 if $LD --help 2>&1 |
grep ': supported targets:.* elf' > /dev
/null
; then
17665 hardcode_libdir_flag_spec_GCJ
='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
17666 archive_cmds_GCJ
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
17667 archive_expsym_cmds_GCJ
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib'
17676 archive_cmds_GCJ
='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
17678 hardcode_direct_GCJ
=yes
17679 hardcode_shlibpath_var_GCJ
=no
17683 if $LD --help 2>&1 |
grep ': supported targets:.* elf' > /dev
/null
; then
17684 archive_cmds_GCJ
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
17685 archive_expsym_cmds_GCJ
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
17692 if test "$ld_shlibs_GCJ" = no
; then
17694 hardcode_libdir_flag_spec_GCJ
=
17695 export_dynamic_flag_spec_GCJ
=
17696 whole_archive_flag_spec_GCJ
=
17699 # PORTME fill in a description of your system's linker (not GNU ld)
17702 allow_undefined_flag_GCJ
=unsupported
17703 always_export_symbols_GCJ
=yes
17704 archive_expsym_cmds_GCJ
='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
17705 # Note: this linker hardcodes the directories in LIBPATH if there
17706 # are no directories specified by -L.
17707 hardcode_minus_L_GCJ
=yes
17708 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
17709 # Neither direct hardcoding nor static linking is supported with a
17711 hardcode_direct_GCJ
=unsupported
17716 if test "$host_cpu" = ia64
; then
17717 # On IA64, the linker does run time linking by default, so we don't
17718 # have to do anything special.
17719 aix_use_runtimelinking
=no
17720 exp_sym_flag
='-Bexport'
17723 # If we're using GNU nm, then we don't want the "-C" option.
17724 # -C means demangle to AIX nm, but means don't demangle with GNU nm
17725 if $NM -V 2>&1 |
grep 'GNU' > /dev
/null
; then
17726 export_symbols_cmds_GCJ
='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
17728 export_symbols_cmds_GCJ
='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
17730 aix_use_runtimelinking
=no
17732 # Test if we are trying to use run time linking or normal
17733 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
17734 # need to do runtime linking.
17735 case $host_os in aix4.
[23]|aix4.
[23].
*|aix
[5-9]*)
17736 for ld_flag
in $LDFLAGS; do
17737 if (test $ld_flag = "-brtl" ||
test $ld_flag = "-Wl,-brtl"); then
17738 aix_use_runtimelinking
=yes
17745 exp_sym_flag
='-bexport'
17746 no_entry_flag
='-bnoentry'
17749 # When large executables or shared objects are built, AIX ld can
17750 # have problems creating the table of contents. If linking a library
17751 # or program results in "error TOC overflow" add -mminimal-toc to
17752 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
17753 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
17755 archive_cmds_GCJ
=''
17756 hardcode_direct_GCJ
=yes
17757 hardcode_libdir_separator_GCJ
=':'
17758 link_all_deplibs_GCJ
=yes
17760 if test "$GCC" = yes; then
17761 case $host_os in aix4.
[012]|aix4.
[012].
*)
17762 # We only want to do this on AIX 4.2 and lower, the check
17763 # below for broken collect2 doesn't work under 4.3+
17764 collect2name
=`${CC} -print-prog-name=collect2`
17765 if test -f "$collect2name" && \
17766 strings "$collect2name" |
grep resolve_lib_name
>/dev
/null
17768 # We have reworked collect2
17771 # We have old collect2
17772 hardcode_direct_GCJ
=unsupported
17773 # It fails to find uninstalled libraries when the uninstalled
17774 # path is not listed in the libpath. Setting hardcode_minus_L
17775 # to unsupported forces relinking
17776 hardcode_minus_L_GCJ
=yes
17777 hardcode_libdir_flag_spec_GCJ
='-L$libdir'
17778 hardcode_libdir_separator_GCJ
=
17782 shared_flag
='-shared'
17783 if test "$aix_use_runtimelinking" = yes; then
17784 shared_flag
="$shared_flag "'${wl}-G'
17788 if test "$host_cpu" = ia64
; then
17789 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
17790 # chokes on -Wl,-G. The following line is correct:
17793 if test "$aix_use_runtimelinking" = yes; then
17794 shared_flag
='${wl}-G'
17796 shared_flag
='${wl}-bM:SRE'
17801 # It seems that -bexpall does not export symbols beginning with
17802 # underscore (_), so it is better to generate a list of symbols to export.
17803 always_export_symbols_GCJ
=yes
17804 if test "$aix_use_runtimelinking" = yes; then
17805 # Warning - without using the other runtime loading flags (-brtl),
17806 # -berok will link without error, but may produce a broken library.
17807 allow_undefined_flag_GCJ
='-berok'
17808 # Determine the default libpath from the value encoded in an empty executable.
17809 cat >conftest.
$ac_ext <<_ACEOF
17812 cat confdefs.h
>>conftest.
$ac_ext
17813 cat >>conftest.
$ac_ext <<_ACEOF
17814 /* end confdefs.h. */
17824 rm -f conftest.
$ac_objext conftest
$ac_exeext
17825 if { (ac_try
="$ac_link"
17826 case "(($ac_try" in
17827 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17828 *) ac_try_echo=$ac_try;;
17830 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17831 (eval "$ac_link") 2>conftest.er1
17833 grep -v '^ *+' conftest.er1 >conftest.err
17835 cat conftest.err >&5
17836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17837 (exit $ac_status); } && {
17838 test -z "$ac_c_werror_flag" ||
17839 test ! -s conftest.err
17840 } && test -s conftest$ac_exeext &&
17841 $as_test_x conftest$ac_exeext; then
17843 lt_aix_libpath_sed='
17844 /Import File Strings/,/^$/ {
17850 aix_libpath=`dump
-H conftest
$ac_exeext 2>/dev
/null |
$SED -n -e "$lt_aix_libpath_sed"`
17851 # Check for a 64-bit object if we didn't find anything.
17852 if test -z "$aix_libpath"; then
17853 aix_libpath=`dump
-HX64 conftest
$ac_exeext 2>/dev
/null |
$SED -n -e "$lt_aix_libpath_sed"`
17856 echo "$as_me: failed program was:" >&5
17857 sed 's/^/| /' conftest.$ac_ext >&5
17862 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17863 conftest$ac_exeext conftest.$ac_ext
17864 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
17866 hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath"
17867 archive_expsym_cmds_GCJ="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
17869 if test "$host_cpu" = ia64; then
17870 hardcode_libdir_flag_spec_GCJ='${wl}-R $libdir:/usr/lib:/lib'
17871 allow_undefined_flag_GCJ="-z nodefs"
17872 archive_expsym_cmds_GCJ="\$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"
17874 # Determine the default libpath from the value encoded in an empty executable.
17875 cat >conftest.$ac_ext <<_ACEOF
17878 cat confdefs.h >>conftest.$ac_ext
17879 cat >>conftest.$ac_ext <<_ACEOF
17880 /* end confdefs.h. */
17890 rm -f conftest.$ac_objext conftest$ac_exeext
17891 if { (ac_try="$ac_link"
17892 case "(($ac_try" in
17893 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17894 *) ac_try_echo
=$ac_try;;
17896 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17897 (eval "$ac_link") 2>conftest.er1
17899 grep -v '^ *+' conftest.er1
>conftest.err
17901 cat conftest.err
>&5
17902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17903 (exit $ac_status); } && {
17904 test -z "$ac_c_werror_flag" ||
17905 test ! -s conftest.err
17906 } && test -s conftest
$ac_exeext &&
17907 $as_test_x conftest
$ac_exeext; then
17909 lt_aix_libpath_sed
='
17910 /Import File Strings/,/^$/ {
17916 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
17917 # Check for a 64-bit object if we didn't find anything.
17918 if test -z "$aix_libpath"; then
17919 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
17922 echo "$as_me: failed program was:" >&5
17923 sed 's/^/| /' conftest.
$ac_ext >&5
17928 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17929 conftest
$ac_exeext conftest.
$ac_ext
17930 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
17932 hardcode_libdir_flag_spec_GCJ
='${wl}-blibpath:$libdir:'"$aix_libpath"
17933 # Warning - without using the other run time loading flags,
17934 # -berok will link without error, but may produce a broken library.
17935 no_undefined_flag_GCJ
=' ${wl}-bernotok'
17936 allow_undefined_flag_GCJ
=' ${wl}-berok'
17937 # Exported symbols can be pulled into shared objects from archives
17938 whole_archive_flag_spec_GCJ
='$convenience'
17939 archive_cmds_need_lc_GCJ
=yes
17940 # This is similar to how AIX traditionally builds its shared libraries.
17941 archive_expsym_cmds_GCJ
="\$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'
17947 archive_cmds_GCJ
='$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)'
17948 hardcode_libdir_flag_spec_GCJ
='-L$libdir'
17949 hardcode_minus_L_GCJ
=yes
17950 # see comment about different semantics on the GNU ld section
17955 export_dynamic_flag_spec_GCJ
=-rdynamic
17958 cygwin
* | mingw
* | pw32
*)
17959 # When not using gcc, we currently assume that we are using
17960 # Microsoft Visual C++.
17961 # hardcode_libdir_flag_spec is actually meaningless, as there is
17962 # no search path for DLLs.
17963 hardcode_libdir_flag_spec_GCJ
=' '
17964 allow_undefined_flag_GCJ
=unsupported
17965 # Tell ltmain to make .lib files, not .a files.
17967 # Tell ltmain to make .dll files, not .so files.
17969 # FIXME: Setting linknames here is a bad hack.
17970 archive_cmds_GCJ
='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
17971 # The linker will automatically build a .lib file if we build a DLL.
17972 old_archive_From_new_cmds_GCJ
='true'
17973 # FIXME: Should let the user specify the lib program.
17974 old_archive_cmds_GCJ
='lib -OUT:$oldlib$oldobjs$old_deplibs'
17975 fix_srcfile_path_GCJ
='`cygpath -w "$srcfile"`'
17976 enable_shared_with_static_runtimes_GCJ
=yes
17979 darwin
* | rhapsody
*)
17981 rhapsody
* | darwin1.
[012])
17982 allow_undefined_flag_GCJ
='${wl}-undefined ${wl}suppress'
17985 if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
17986 allow_undefined_flag_GCJ
='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
17988 case ${MACOSX_DEPLOYMENT_TARGET} in
17990 allow_undefined_flag_GCJ
='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
17993 allow_undefined_flag_GCJ
='${wl}-undefined ${wl}dynamic_lookup'
17999 archive_cmds_need_lc_GCJ
=no
18000 hardcode_direct_GCJ
=no
18001 hardcode_automatic_GCJ
=yes
18002 hardcode_shlibpath_var_GCJ
=unsupported
18003 whole_archive_flag_spec_GCJ
=''
18004 link_all_deplibs_GCJ
=yes
18005 if test "$GCC" = yes ; then
18006 output_verbose_link_cmd
='echo'
18007 archive_cmds_GCJ
="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
18008 module_cmds_GCJ
="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
18009 archive_expsym_cmds_GCJ
="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}"
18010 module_expsym_cmds_GCJ
="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}"
18012 case $cc_basename in
18014 output_verbose_link_cmd
='echo'
18015 archive_cmds_GCJ
='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
18016 module_cmds_GCJ
='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
18017 # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
18018 archive_expsym_cmds_GCJ
='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
18019 module_expsym_cmds_GCJ
='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
18029 archive_cmds_GCJ
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
18030 hardcode_libdir_flag_spec_GCJ
='-L$libdir'
18031 hardcode_shlibpath_var_GCJ
=no
18038 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
18039 # support. Future versions do this automatically, but an explicit c++rt0.o
18040 # does not break anything, and helps significantly (at the cost of a little
18043 archive_cmds_GCJ
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
18044 hardcode_libdir_flag_spec_GCJ
='-R$libdir'
18045 hardcode_direct_GCJ
=yes
18046 hardcode_shlibpath_var_GCJ
=no
18049 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
18051 archive_cmds_GCJ
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
18052 hardcode_direct_GCJ
=yes
18053 hardcode_minus_L_GCJ
=yes
18054 hardcode_shlibpath_var_GCJ
=no
18057 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
18058 freebsd
* | dragonfly
*)
18059 archive_cmds_GCJ
='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
18060 hardcode_libdir_flag_spec_GCJ
='-R$libdir'
18061 hardcode_direct_GCJ
=yes
18062 hardcode_shlibpath_var_GCJ
=no
18066 if test "$GCC" = yes; then
18067 archive_cmds_GCJ
='$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'
18069 archive_cmds_GCJ
='$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'
18071 hardcode_libdir_flag_spec_GCJ
='${wl}+b ${wl}$libdir'
18072 hardcode_libdir_separator_GCJ
=:
18073 hardcode_direct_GCJ
=yes
18075 # hardcode_minus_L: Not really in the search PATH,
18076 # but as the default location of the library.
18077 hardcode_minus_L_GCJ
=yes
18078 export_dynamic_flag_spec_GCJ
='${wl}-E'
18082 if test "$GCC" = yes -a "$with_gnu_ld" = no
; then
18083 archive_cmds_GCJ
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
18085 archive_cmds_GCJ
='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
18087 if test "$with_gnu_ld" = no
; then
18088 hardcode_libdir_flag_spec_GCJ
='${wl}+b ${wl}$libdir'
18089 hardcode_libdir_separator_GCJ
=:
18091 hardcode_direct_GCJ
=yes
18092 export_dynamic_flag_spec_GCJ
='${wl}-E'
18094 # hardcode_minus_L: Not really in the search PATH,
18095 # but as the default location of the library.
18096 hardcode_minus_L_GCJ
=yes
18101 if test "$GCC" = yes -a "$with_gnu_ld" = no
; then
18104 archive_cmds_GCJ
='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
18107 archive_cmds_GCJ
='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
18110 archive_cmds_GCJ
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
18116 archive_cmds_GCJ
='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
18119 archive_cmds_GCJ
='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
18122 archive_cmds_GCJ
='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
18126 if test "$with_gnu_ld" = no
; then
18127 hardcode_libdir_flag_spec_GCJ
='${wl}+b ${wl}$libdir'
18128 hardcode_libdir_separator_GCJ
=:
18132 hardcode_libdir_flag_spec_ld_GCJ
='+b $libdir'
18133 hardcode_direct_GCJ
=no
18134 hardcode_shlibpath_var_GCJ
=no
18137 hardcode_direct_GCJ
=yes
18138 export_dynamic_flag_spec_GCJ
='${wl}-E'
18140 # hardcode_minus_L: Not really in the search PATH,
18141 # but as the default location of the library.
18142 hardcode_minus_L_GCJ
=yes
18148 irix5
* | irix6
* | nonstopux
*)
18149 if test "$GCC" = yes; then
18150 archive_cmds_GCJ
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
18152 archive_cmds_GCJ
='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
18153 hardcode_libdir_flag_spec_ld_GCJ
='-rpath $libdir'
18155 hardcode_libdir_flag_spec_GCJ
='${wl}-rpath ${wl}$libdir'
18156 hardcode_libdir_separator_GCJ
=:
18157 link_all_deplibs_GCJ
=yes
18161 if echo __ELF__ |
$CC -E - |
grep __ELF__
>/dev
/null
; then
18162 archive_cmds_GCJ
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
18164 archive_cmds_GCJ
='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
18166 hardcode_libdir_flag_spec_GCJ
='-R$libdir'
18167 hardcode_direct_GCJ
=yes
18168 hardcode_shlibpath_var_GCJ
=no
18172 archive_cmds_GCJ
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
18173 hardcode_direct_GCJ
=yes
18174 hardcode_libdir_flag_spec_GCJ
='${wl}-rpath ${wl}$libdir'
18175 hardcode_libdir_separator_GCJ
=:
18176 hardcode_shlibpath_var_GCJ
=no
18180 if test -f /usr
/libexec
/ld.so
; then
18181 hardcode_direct_GCJ
=yes
18182 hardcode_shlibpath_var_GCJ
=no
18183 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
18184 archive_cmds_GCJ
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
18185 archive_expsym_cmds_GCJ
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
18186 hardcode_libdir_flag_spec_GCJ
='${wl}-rpath,$libdir'
18187 export_dynamic_flag_spec_GCJ
='${wl}-E'
18190 openbsd
[01].
* | openbsd2.
[0-7] | openbsd2.
[0-7].
*)
18191 archive_cmds_GCJ
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
18192 hardcode_libdir_flag_spec_GCJ
='-R$libdir'
18195 archive_cmds_GCJ
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
18196 hardcode_libdir_flag_spec_GCJ
='${wl}-rpath,$libdir'
18206 hardcode_libdir_flag_spec_GCJ
='-L$libdir'
18207 hardcode_minus_L_GCJ
=yes
18208 allow_undefined_flag_GCJ
=unsupported
18209 archive_cmds_GCJ
='$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'
18210 old_archive_From_new_cmds_GCJ
='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
18214 if test "$GCC" = yes; then
18215 allow_undefined_flag_GCJ
=' ${wl}-expect_unresolved ${wl}\*'
18216 archive_cmds_GCJ
='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
18218 allow_undefined_flag_GCJ
=' -expect_unresolved \*'
18219 archive_cmds_GCJ
='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
18221 hardcode_libdir_flag_spec_GCJ
='${wl}-rpath ${wl}$libdir'
18222 hardcode_libdir_separator_GCJ
=:
18225 osf4
* | osf5
*) # as osf3* with the addition of -msym flag
18226 if test "$GCC" = yes; then
18227 allow_undefined_flag_GCJ
=' ${wl}-expect_unresolved ${wl}\*'
18228 archive_cmds_GCJ
='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
18229 hardcode_libdir_flag_spec_GCJ
='${wl}-rpath ${wl}$libdir'
18231 allow_undefined_flag_GCJ
=' -expect_unresolved \*'
18232 archive_cmds_GCJ
='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
18233 archive_expsym_cmds_GCJ
='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
18234 $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
18236 # Both c and cxx compiler support -rpath directly
18237 hardcode_libdir_flag_spec_GCJ
='-rpath $libdir'
18239 hardcode_libdir_separator_GCJ
=:
18243 no_undefined_flag_GCJ
=' -z text'
18244 if test "$GCC" = yes; then
18246 archive_cmds_GCJ
='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
18247 archive_expsym_cmds_GCJ
='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
18248 $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
18251 archive_cmds_GCJ
='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
18252 archive_expsym_cmds_GCJ
='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
18253 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
18255 hardcode_libdir_flag_spec_GCJ
='-R$libdir'
18256 hardcode_shlibpath_var_GCJ
=no
18258 solaris2.
[0-5] | solaris2.
[0-5].
*) ;;
18260 # The compiler driver will combine and reorder linker options,
18261 # but understands `-z linker_flag'. GCC discards it without `$wl',
18262 # but is careful enough not to reorder.
18263 # Supported since Solaris 2.6 (maybe 2.5.1?)
18264 if test "$GCC" = yes; then
18265 whole_archive_flag_spec_GCJ
='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
18267 whole_archive_flag_spec_GCJ
='-z allextract$convenience -z defaultextract'
18271 link_all_deplibs_GCJ
=yes
18275 if test "x$host_vendor" = xsequent
; then
18276 # Use $CC to link under sequent, because it throws in some extra .o
18277 # files that make .init and .fini sections work.
18278 archive_cmds_GCJ
='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
18280 archive_cmds_GCJ
='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
18282 hardcode_libdir_flag_spec_GCJ
='-L$libdir'
18283 hardcode_direct_GCJ
=yes
18284 hardcode_minus_L_GCJ
=yes
18285 hardcode_shlibpath_var_GCJ
=no
18289 case $host_vendor in
18291 archive_cmds_GCJ
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
18292 hardcode_direct_GCJ
=yes # is this really true???
18295 ## LD is ld it makes a PLAMLIB
18296 ## CC just makes a GrossModule.
18297 archive_cmds_GCJ
='$LD -G -o $lib $libobjs $deplibs $linker_flags'
18298 reload_cmds_GCJ
='$CC -r -o $output$reload_objs'
18299 hardcode_direct_GCJ
=no
18302 archive_cmds_GCJ
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
18303 hardcode_direct_GCJ
=no
#Motorola manual says yes, but my tests say they lie
18306 runpath_var
='LD_RUN_PATH'
18307 hardcode_shlibpath_var_GCJ
=no
18311 archive_cmds_GCJ
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
18312 hardcode_shlibpath_var_GCJ
=no
18313 export_dynamic_flag_spec_GCJ
='-Bexport'
18317 if test -d /usr
/nec
; then
18318 archive_cmds_GCJ
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
18319 hardcode_shlibpath_var_GCJ
=no
18320 runpath_var
=LD_RUN_PATH
18321 hardcode_runpath_var
=yes
18326 sysv4
*uw2
* | sysv5OpenUNIX
* | sysv5UnixWare7.
[01].
[10]* | unixware7
* | sco3.2v5.0.
[024]*)
18327 no_undefined_flag_GCJ
='${wl}-z,text'
18328 archive_cmds_need_lc_GCJ
=no
18329 hardcode_shlibpath_var_GCJ
=no
18330 runpath_var
='LD_RUN_PATH'
18332 if test "$GCC" = yes; then
18333 archive_cmds_GCJ
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
18334 archive_expsym_cmds_GCJ
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
18336 archive_cmds_GCJ
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
18337 archive_expsym_cmds_GCJ
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
18341 sysv5
* | sco3.2v5
* | sco5v6
*)
18342 # Note: We can NOT use -z defs as we might desire, because we do not
18343 # link with -lc, and that would cause any symbols used from libc to
18344 # always be unresolved, which means just about no library would
18345 # ever link correctly. If we're not using GNU ld we use -z text
18346 # though, which does catch some bad symbols but isn't as heavy-handed
18348 no_undefined_flag_GCJ
='${wl}-z,text'
18349 allow_undefined_flag_GCJ
='${wl}-z,nodefs'
18350 archive_cmds_need_lc_GCJ
=no
18351 hardcode_shlibpath_var_GCJ
=no
18352 hardcode_libdir_flag_spec_GCJ
='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
18353 hardcode_libdir_separator_GCJ
=':'
18354 link_all_deplibs_GCJ
=yes
18355 export_dynamic_flag_spec_GCJ
='${wl}-Bexport'
18356 runpath_var
='LD_RUN_PATH'
18358 if test "$GCC" = yes; then
18359 archive_cmds_GCJ
='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
18360 archive_expsym_cmds_GCJ
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
18362 archive_cmds_GCJ
='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
18363 archive_expsym_cmds_GCJ
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
18368 archive_cmds_GCJ
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
18369 hardcode_libdir_flag_spec_GCJ
='-L$libdir'
18370 hardcode_shlibpath_var_GCJ
=no
18379 { echo "$as_me:$LINENO: result: $ld_shlibs_GCJ" >&5
18380 echo "${ECHO_T}$ld_shlibs_GCJ" >&6; }
18381 test "$ld_shlibs_GCJ" = no
&& can_build_shared
=no
18384 # Do we need to explicitly link libc?
18386 case "x$archive_cmds_need_lc_GCJ" in
18388 # Assume -lc should be added
18389 archive_cmds_need_lc_GCJ
=yes
18391 if test "$enable_shared" = yes && test "$GCC" = yes; then
18392 case $archive_cmds_GCJ in
18394 # FIXME: we may have to deal with multi-command sequences.
18397 # Test whether the compiler implicitly links with -lc since on some
18398 # systems, -lgcc has to come before -lc. If gcc already passes -lc
18399 # to ld, don't add -lc before -lgcc.
18400 { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
18401 echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
18403 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
18405 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18406 (eval $ac_compile) 2>&5
18408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18409 (exit $ac_status); } 2>conftest.err
; then
18412 libobjs
=conftest.
$ac_objext
18414 wl
=$lt_prog_compiler_wl_GCJ
18415 pic_flag
=$lt_prog_compiler_pic_GCJ
18421 lt_save_allow_undefined_flag
=$allow_undefined_flag_GCJ
18422 allow_undefined_flag_GCJ
=
18423 if { (eval echo "$as_me:$LINENO: \"$archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
18424 (eval $archive_cmds_GCJ 2\
>\
&1 \|
grep \" -lc \" \
>/dev
/null
2\
>\
&1) 2>&5
18426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18427 (exit $ac_status); }
18429 archive_cmds_need_lc_GCJ
=no
18431 archive_cmds_need_lc_GCJ
=yes
18433 allow_undefined_flag_GCJ
=$lt_save_allow_undefined_flag
18435 cat conftest.err
1>&5
18438 { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_GCJ" >&5
18439 echo "${ECHO_T}$archive_cmds_need_lc_GCJ" >&6; }
18446 { echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
18447 echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
18448 library_names_spec
=
18449 libname_spec
='lib$name'
18453 postuninstall_cmds
=
18457 shlibpath_overrides_runpath
=unknown
18459 dynamic_linker
="$host_os ld.so"
18460 sys_lib_dlsearch_path_spec
="/lib /usr/lib"
18462 need_lib_prefix
=unknown
18463 hardcode_into_libs
=no
18465 # when you set need_version to no, make sure it does not cause -set_version
18466 # flags to be left without arguments
18467 need_version
=unknown
18472 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname.a'
18473 shlibpath_var
=LIBPATH
18475 # AIX 3 has no versioning support, so we append a major version to the name.
18476 soname_spec
='${libname}${release}${shared_ext}$major'
18483 hardcode_into_libs
=yes
18484 if test "$host_cpu" = ia64
; then
18485 # AIX 5 supports IA64
18486 library_names_spec
='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
18487 shlibpath_var
=LD_LIBRARY_PATH
18489 # With GCC up to 2.95.x, collect2 would create an import file
18490 # for dependence libraries. The import file would start with
18491 # the line `#! .'. This would cause the generated library to
18492 # depend on `.', always an invalid library. This was fixed in
18493 # development snapshots of GCC prior to 3.0.
18495 aix4 | aix4.
[01] | aix4.
[01].
*)
18496 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
18498 echo '#endif'; } |
${CC} -E - |
grep yes > /dev
/null
; then
18501 can_build_shared
=no
18505 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
18506 # soname into executable. Probably we can add versioning support to
18507 # collect2, so additional links can be useful in future.
18508 if test "$aix_use_runtimelinking" = yes; then
18509 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
18510 # instead of lib<name>.a to let people know that these are not
18511 # typical AIX shared libraries.
18512 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
18514 # We preserve .a as extension for shared libraries through AIX4.2
18515 # and later when we are not doing run time linking.
18516 library_names_spec
='${libname}${release}.a $libname.a'
18517 soname_spec
='${libname}${release}${shared_ext}$major'
18519 shlibpath_var
=LIBPATH
18524 library_names_spec
='$libname.ixlibrary $libname.a'
18525 # Create ${libname}_ixlibrary.a entries in /sys/libs.
18526 finish_eval
='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''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'
18530 library_names_spec
='${libname}${shared_ext}'
18531 dynamic_linker
="$host_os ld.so"
18532 shlibpath_var
=LIBRARY_PATH
18538 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
18539 soname_spec
='${libname}${release}${shared_ext}$major'
18540 finish_cmds
='PATH="\$PATH:/sbin" ldconfig $libdir'
18541 shlibpath_var
=LD_LIBRARY_PATH
18542 sys_lib_search_path_spec
="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
18543 sys_lib_dlsearch_path_spec
="/shlib /usr/lib /usr/local/lib"
18544 # the default ld.so.conf also contains /usr/contrib/lib and
18545 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
18546 # libtool to hard-code these into programs
18549 cygwin
* | mingw
* | pw32
*)
18550 version_type
=windows
18555 case $GCC,$host_os in
18556 yes,cygwin
* |
yes,mingw
* |
yes,pw32
*)
18557 library_names_spec
='$libname.dll.a'
18558 # DLL is installed to $(libdir)/../bin by postinstall_cmds
18559 postinstall_cmds
='base_file=`basename \${file}`~
18560 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
18561 dldir=$destdir/`dirname \$dlpath`~
18562 test -d \$dldir || mkdir -p \$dldir~
18563 $install_prog $dir/$dlname \$dldir/$dlname~
18564 chmod a+x \$dldir/$dlname'
18565 postuninstall_cmds
='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
18566 dlpath=$dir/\$dldll~
18568 shlibpath_overrides_runpath
=yes
18572 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
18573 soname_spec
='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
18574 sys_lib_search_path_spec
="/usr/lib /lib/w32api /lib /usr/local/lib"
18577 # MinGW DLLs use traditional 'lib' prefix
18578 soname_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
18579 sys_lib_search_path_spec
=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
18580 if echo "$sys_lib_search_path_spec" |
grep ';[c-zC-Z]:/' >/dev
/null
; then
18581 # It is most probably a Windows format PATH printed by
18582 # mingw gcc, but we are running on Cygwin. Gcc prints its search
18583 # path with ; separators, and with drive letters. We can handle the
18584 # drive letters (cygwin fileutils understands them), so leave them,
18585 # especially as we might pass files found there to a mingw objdump,
18586 # which wouldn't understand a cygwinified path. Ahh.
18587 sys_lib_search_path_spec
=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
18589 sys_lib_search_path_spec
=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
18593 # pw32 DLLs use 'pw' prefix rather than 'lib'
18594 library_names_spec
='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
18600 library_names_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
18603 dynamic_linker
='Win32 ld.exe'
18604 # FIXME: first we should search . and the directory the executable is in
18608 darwin
* | rhapsody
*)
18609 dynamic_linker
="$host_os dyld"
18610 version_type
=darwin
18613 library_names_spec
='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
18614 soname_spec
='${libname}${release}${major}$shared_ext'
18615 shlibpath_overrides_runpath
=yes
18616 shlibpath_var
=DYLD_LIBRARY_PATH
18617 shrext_cmds
='`test .$module = .yes && echo .so || echo .dylib`'
18619 sys_lib_dlsearch_path_spec
='/usr/local/lib /lib /usr/lib'
18626 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
18627 soname_spec
='${libname}${release}${shared_ext}$major'
18628 shlibpath_var
=LD_LIBRARY_PATH
18635 freebsd
* | dragonfly
*)
18636 # DragonFly does not have aout. When/if they implement a new
18637 # versioning mechanism, adjust this.
18638 if test -x /usr
/bin
/objformat
; then
18639 objformat
=`/usr/bin/objformat`
18642 freebsd
[123]*) objformat
=aout
;;
18643 *) objformat
=elf
;;
18646 version_type
=freebsd-
$objformat
18647 case $version_type in
18649 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
18654 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
18658 shlibpath_var
=LD_LIBRARY_PATH
18661 shlibpath_overrides_runpath
=yes
18663 freebsd3.
[01]* | freebsdelf3.
[01]*)
18664 shlibpath_overrides_runpath
=yes
18665 hardcode_into_libs
=yes
18667 freebsd3.
[2-9]* | freebsdelf3.
[2-9]* | \
18668 freebsd4.
[0-5] | freebsdelf4.
[0-5] | freebsd4.1
.1 | freebsdelf4.1
.1)
18669 shlibpath_overrides_runpath
=no
18670 hardcode_into_libs
=yes
18672 *) # from 4.6 on, and DragonFly
18673 shlibpath_overrides_runpath
=yes
18674 hardcode_into_libs
=yes
18683 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
18684 soname_spec
='${libname}${release}${shared_ext}$major'
18685 shlibpath_var
=LD_LIBRARY_PATH
18686 hardcode_into_libs
=yes
18689 hpux9
* | hpux10
* | hpux11
*)
18690 # Give a soname corresponding to the major version so that dld.sl refuses to
18691 # link against other versions.
18698 hardcode_into_libs
=yes
18699 dynamic_linker
="$host_os dld.so"
18700 shlibpath_var
=LD_LIBRARY_PATH
18701 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
18702 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
18703 soname_spec
='${libname}${release}${shared_ext}$major'
18704 if test "X$HPUX_IA64_MODE" = X32
; then
18705 sys_lib_search_path_spec
="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
18707 sys_lib_search_path_spec
="/usr/lib/hpux64 /usr/local/lib/hpux64"
18709 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
18713 hardcode_into_libs
=yes
18714 dynamic_linker
="$host_os dld.sl"
18715 shlibpath_var
=LD_LIBRARY_PATH
# How should we handle SHLIB_PATH
18716 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
18717 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
18718 soname_spec
='${libname}${release}${shared_ext}$major'
18719 sys_lib_search_path_spec
="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
18720 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
18724 dynamic_linker
="$host_os dld.sl"
18725 shlibpath_var
=SHLIB_PATH
18726 shlibpath_overrides_runpath
=no
# +s is required to enable SHLIB_PATH
18727 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
18728 soname_spec
='${libname}${release}${shared_ext}$major'
18731 # HP-UX runs *really* slowly unless shared libraries are mode 555.
18732 postinstall_cmds
='chmod 555 $lib'
18739 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
18740 soname_spec
='${libname}${release}${shared_ext}$major'
18741 dynamic_linker
='Interix 3.x ld.so.1 (PE, like ELF)'
18742 shlibpath_var
=LD_LIBRARY_PATH
18743 shlibpath_overrides_runpath
=no
18744 hardcode_into_libs
=yes
18747 irix5
* | irix6
* | nonstopux
*)
18749 nonstopux
*) version_type
=nonstopux
;;
18751 if test "$lt_cv_prog_gnu_ld" = yes; then
18759 soname_spec
='${libname}${release}${shared_ext}$major'
18760 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
18762 irix5
* | nonstopux
*)
18763 libsuff
= shlibsuff
=
18766 case $LD in # libtool.m4 will add one of these switches to LD
18767 *-32|
*"-32 "|
*-melf32bsmip|
*"-melf32bsmip ")
18768 libsuff
= shlibsuff
= libmagic
=32-bit;;
18769 *-n32|
*"-n32 "|
*-melf32bmipn32|
*"-melf32bmipn32 ")
18770 libsuff
=32 shlibsuff
=N32 libmagic
=N32
;;
18771 *-64|
*"-64 "|
*-melf64bmip|
*"-melf64bmip ")
18772 libsuff
=64 shlibsuff
=64 libmagic
=64-bit;;
18773 *) libsuff
= shlibsuff
= libmagic
=never-match
;;
18777 shlibpath_var
=LD_LIBRARY
${shlibsuff}_PATH
18778 shlibpath_overrides_runpath
=no
18779 sys_lib_search_path_spec
="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
18780 sys_lib_dlsearch_path_spec
="/usr/lib${libsuff} /lib${libsuff}"
18781 hardcode_into_libs
=yes
18784 # No shared lib support for Linux oldld, aout, or coff.
18785 linux
*oldld
* | linux
*aout
* | linux
*coff
*)
18789 # This must be Linux ELF.
18790 linux
* | k
*bsd
*-gnu)
18794 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
18795 soname_spec
='${libname}${release}${shared_ext}$major'
18796 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -n $libdir'
18797 shlibpath_var
=LD_LIBRARY_PATH
18798 shlibpath_overrides_runpath
=no
18799 # This implies no fast_install, which is unacceptable.
18800 # Some rework will be needed to allow for fast_install
18801 # before this can be enabled.
18802 hardcode_into_libs
=yes
18804 # Append ld.so.conf contents to the search path
18805 if test -f /etc
/ld.so.conf
; then
18806 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;/^$/d' | tr '\n' ' '`
18807 sys_lib_dlsearch_path_spec
="/lib /usr/lib $lt_ld_extra"
18810 # We used to test for /lib/ld.so.1 and disable shared libraries on
18811 # powerpc, because MkLinux only supported shared libraries with the
18812 # GNU dynamic linker. Since this was broken with cross compilers,
18813 # most powerpc-linux boxes support dynamic linking these days and
18814 # people can always --disable-shared, the test was removed, and we
18815 # assume the GNU/Linux dynamic linker is in use.
18816 dynamic_linker
='GNU/Linux ld.so'
18823 if echo __ELF__ |
$CC -E - |
grep __ELF__
>/dev
/null
; then
18824 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
18825 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
18826 dynamic_linker
='NetBSD (a.out) ld.so'
18828 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
18829 soname_spec
='${libname}${release}${shared_ext}$major'
18830 dynamic_linker
='NetBSD ld.elf_so'
18832 shlibpath_var
=LD_LIBRARY_PATH
18833 shlibpath_overrides_runpath
=yes
18834 hardcode_into_libs
=yes
18839 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
18840 shlibpath_var
=LD_LIBRARY_PATH
18841 shlibpath_overrides_runpath
=yes
18848 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
18849 soname_spec
='${libname}${release}${shared_ext}$major'
18850 shlibpath_var
=LD_LIBRARY_PATH
18851 shlibpath_overrides_runpath
=yes
18856 sys_lib_dlsearch_path_spec
="/usr/lib"
18858 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
18860 openbsd3.3 | openbsd3.3.
*) need_version
=yes ;;
18861 *) need_version
=no
;;
18863 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
18864 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
18865 shlibpath_var
=LD_LIBRARY_PATH
18866 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
18868 openbsd2.
[89] | openbsd2.
[89].
*)
18869 shlibpath_overrides_runpath
=no
18872 shlibpath_overrides_runpath
=yes
18876 shlibpath_overrides_runpath
=yes
18881 libname_spec
='$name'
18884 library_names_spec
='$libname${shared_ext} $libname.a'
18885 dynamic_linker
='OS/2 ld.exe'
18886 shlibpath_var
=LIBPATH
18889 osf3
* | osf4
* | osf5
*)
18893 soname_spec
='${libname}${release}${shared_ext}$major'
18894 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
18895 shlibpath_var
=LD_LIBRARY_PATH
18896 sys_lib_search_path_spec
="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
18897 sys_lib_dlsearch_path_spec
="$sys_lib_search_path_spec"
18908 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
18909 soname_spec
='${libname}${release}${shared_ext}$major'
18910 shlibpath_var
=LD_LIBRARY_PATH
18911 shlibpath_overrides_runpath
=yes
18912 hardcode_into_libs
=yes
18913 # ldd complains unless libraries are executable
18914 postinstall_cmds
='chmod +x $lib'
18919 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
18920 finish_cmds
='PATH="\$PATH:/usr/etc" ldconfig $libdir'
18921 shlibpath_var
=LD_LIBRARY_PATH
18922 shlibpath_overrides_runpath
=yes
18923 if test "$with_gnu_ld" = yes; then
18931 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
18932 soname_spec
='${libname}${release}${shared_ext}$major'
18933 shlibpath_var
=LD_LIBRARY_PATH
18934 case $host_vendor in
18936 shlibpath_overrides_runpath
=no
18938 export_dynamic_flag_spec
='${wl}-Blargedynsym'
18939 runpath_var
=LD_RUN_PATH
18947 shlibpath_overrides_runpath
=no
18948 sys_lib_search_path_spec
='/lib /usr/lib /usr/ccs/lib'
18954 if test -d /usr
/nec
;then
18956 library_names_spec
='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
18957 soname_spec
='$libname${shared_ext}.$major'
18958 shlibpath_var
=LD_LIBRARY_PATH
18962 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
* | sysv4
*uw2
*)
18963 version_type
=freebsd-elf
18966 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
18967 soname_spec
='${libname}${release}${shared_ext}$major'
18968 shlibpath_var
=LD_LIBRARY_PATH
18969 hardcode_into_libs
=yes
18970 if test "$with_gnu_ld" = yes; then
18971 sys_lib_search_path_spec
='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
18972 shlibpath_overrides_runpath
=no
18974 sys_lib_search_path_spec
='/usr/ccs/lib /usr/lib'
18975 shlibpath_overrides_runpath
=yes
18978 sys_lib_search_path_spec
="$sys_lib_search_path_spec /lib"
18982 sys_lib_dlsearch_path_spec
='/usr/lib'
18987 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
18988 soname_spec
='${libname}${release}${shared_ext}$major'
18989 shlibpath_var
=LD_LIBRARY_PATH
18996 { echo "$as_me:$LINENO: result: $dynamic_linker" >&5
18997 echo "${ECHO_T}$dynamic_linker" >&6; }
18998 test "$dynamic_linker" = no
&& can_build_shared
=no
19000 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
19001 echo $ECHO_N "(cached) $ECHO_C" >&6
19003 lt_cv_sys_lib_search_path_spec
="$sys_lib_search_path_spec"
19006 sys_lib_search_path_spec
="$lt_cv_sys_lib_search_path_spec"
19007 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
19008 echo $ECHO_N "(cached) $ECHO_C" >&6
19010 lt_cv_sys_lib_dlsearch_path_spec
="$sys_lib_dlsearch_path_spec"
19013 sys_lib_dlsearch_path_spec
="$lt_cv_sys_lib_dlsearch_path_spec"
19015 variables_saved_for_relink
="PATH $shlibpath_var $runpath_var"
19016 if test "$GCC" = yes; then
19017 variables_saved_for_relink
="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
19020 { echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
19021 echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
19022 hardcode_action_GCJ
=
19023 if test -n "$hardcode_libdir_flag_spec_GCJ" || \
19024 test -n "$runpath_var_GCJ" || \
19025 test "X$hardcode_automatic_GCJ" = "Xyes" ; then
19027 # We can hardcode non-existant directories.
19028 if test "$hardcode_direct_GCJ" != no
&&
19029 # If the only mechanism to avoid hardcoding is shlibpath_var, we
19030 # have to relink, otherwise we might link with an installed library
19031 # when we should be linking with a yet-to-be-installed one
19032 ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, GCJ)" != no &&
19033 test "$hardcode_minus_L_GCJ" != no
; then
19034 # Linking always hardcodes the temporary library directory.
19035 hardcode_action_GCJ
=relink
19037 # We can link without hardcoding, and we can hardcode nonexisting dirs.
19038 hardcode_action_GCJ
=immediate
19041 # We cannot hardcode anything, or else we can only hardcode existing
19043 hardcode_action_GCJ
=unsupported
19045 { echo "$as_me:$LINENO: result: $hardcode_action_GCJ" >&5
19046 echo "${ECHO_T}$hardcode_action_GCJ" >&6; }
19048 if test "$hardcode_action_GCJ" = relink
; then
19049 # Fast installation is not supported
19050 enable_fast_install
=no
19051 elif test "$shlibpath_overrides_runpath" = yes ||
19052 test "$enable_shared" = no
; then
19053 # Fast installation is not necessary
19054 enable_fast_install
=needless
19058 # The else clause should only fire when bootstrapping the
19059 # libtool distribution, otherwise you forgot to ship ltmain.sh
19060 # with your package, and you will get complaints that there are
19061 # no rules to generate ltmain.sh.
19062 if test -f "$ltmain"; then
19063 # See if we are running on zsh, and set the options which allow our commands through
19064 # without removal of \ escapes.
19065 if test -n "${ZSH_VERSION+set}" ; then
19066 setopt NO_GLOB_SUBST
19068 # Now quote all the things that may contain metacharacters while being
19069 # careful not to overquote the AC_SUBSTed values. We take copies of the
19070 # variables and quote the copies for generation of the libtool script.
19071 for var
in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
19073 libname_spec library_names_spec soname_spec extract_expsyms_cmds \
19074 old_striplib striplib file_magic_cmd finish_cmds finish_eval \
19075 deplibs_check_method reload_flag reload_cmds need_locks \
19076 lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
19077 lt_cv_sys_global_symbol_to_c_name_address \
19078 sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
19079 old_postinstall_cmds old_postuninstall_cmds \
19083 lt_prog_compiler_wl_GCJ \
19084 lt_prog_compiler_pic_GCJ \
19085 lt_prog_compiler_static_GCJ \
19086 lt_prog_compiler_no_builtin_flag_GCJ \
19087 export_dynamic_flag_spec_GCJ \
19088 thread_safe_flag_spec_GCJ \
19089 whole_archive_flag_spec_GCJ \
19090 enable_shared_with_static_runtimes_GCJ \
19091 old_archive_cmds_GCJ \
19092 old_archive_from_new_cmds_GCJ \
19093 predep_objects_GCJ \
19094 postdep_objects_GCJ \
19097 compiler_lib_search_path_GCJ \
19098 compiler_lib_search_dirs_GCJ \
19100 archive_expsym_cmds_GCJ \
19101 postinstall_cmds_GCJ \
19102 postuninstall_cmds_GCJ \
19103 old_archive_from_expsyms_cmds_GCJ \
19104 allow_undefined_flag_GCJ \
19105 no_undefined_flag_GCJ \
19106 export_symbols_cmds_GCJ \
19107 hardcode_libdir_flag_spec_GCJ \
19108 hardcode_libdir_flag_spec_ld_GCJ \
19109 hardcode_libdir_separator_GCJ \
19110 hardcode_automatic_GCJ \
19112 module_expsym_cmds_GCJ \
19113 lt_cv_prog_compiler_c_o_GCJ \
19114 fix_srcfile_path_GCJ \
19115 exclude_expsyms_GCJ \
19116 include_expsyms_GCJ
; do
19119 old_archive_cmds_GCJ | \
19120 old_archive_from_new_cmds_GCJ | \
19121 archive_cmds_GCJ | \
19122 archive_expsym_cmds_GCJ | \
19123 module_cmds_GCJ | \
19124 module_expsym_cmds_GCJ | \
19125 old_archive_from_expsyms_cmds_GCJ | \
19126 export_symbols_cmds_GCJ | \
19127 extract_expsyms_cmds | reload_cmds | finish_cmds | \
19128 postinstall_cmds | postuninstall_cmds | \
19129 old_postinstall_cmds | old_postuninstall_cmds | \
19130 sys_lib_search_path_spec | sys_lib_dlsearch_path_spec
)
19131 # Double-quote double-evaled strings.
19132 eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
19135 eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
19141 *'\$0 --fallback-echo"')
19142 lt_echo
=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
19148 cat <<__EOF__ >> "$cfgfile"
19149 # ### BEGIN LIBTOOL TAG CONFIG: $tagname
19151 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
19153 # Shell to use when invoking shell scripts.
19156 # Whether or not to build shared libraries.
19157 build_libtool_libs=$enable_shared
19159 # Whether or not to build static libraries.
19160 build_old_libs=$enable_static
19162 # Whether or not to add -lc for building shared libraries.
19163 build_libtool_need_lc=$archive_cmds_need_lc_GCJ
19165 # Whether or not to disallow shared libs when runtime libs are static
19166 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_GCJ
19168 # Whether or not to optimize for fast installation.
19169 fast_install=$enable_fast_install
19172 host_alias=$host_alias
19176 # The build system.
19177 build_alias=$build_alias
19181 # An echo program that does not interpret backslashes.
19186 AR_FLAGS=$lt_AR_FLAGS
19191 # LTCC compiler flags.
19192 LTCFLAGS=$lt_LTCFLAGS
19194 # A language-specific compiler.
19195 CC=$lt_compiler_GCJ
19197 # Is the compiler the GNU C compiler?
19203 # The linker used to build libraries.
19206 # Whether we need hard or soft links.
19209 # A BSD-compatible nm program.
19212 # A symbol stripping program
19215 # Used to examine libraries when file_magic_cmd begins "file"
19216 MAGIC_CMD=$MAGIC_CMD
19218 # Used on cygwin: DLL creation program.
19221 # Used on cygwin: object dumper.
19224 # Used on cygwin: assembler.
19227 # The name of the directory that contains temporary libtool files.
19230 # How to create reloadable object files.
19231 reload_flag=$lt_reload_flag
19232 reload_cmds=$lt_reload_cmds
19234 # How to pass a linker flag through the compiler.
19235 wl=$lt_lt_prog_compiler_wl_GCJ
19237 # Object file suffix (normally "o").
19238 objext="$ac_objext"
19240 # Old archive suffix (normally "a").
19243 # Shared library suffix (normally ".so").
19244 shrext_cmds='$shrext_cmds'
19246 # Executable file suffix (normally "").
19249 # Additional compiler flags for building library objects.
19250 pic_flag=$lt_lt_prog_compiler_pic_GCJ
19253 # What is the maximum length of a command?
19254 max_cmd_len=$lt_cv_sys_max_cmd_len
19256 # Does compiler simultaneously support -c and -o options?
19257 compiler_c_o=$lt_lt_cv_prog_compiler_c_o_GCJ
19259 # Must we lock files when doing compilation?
19260 need_locks=$lt_need_locks
19262 # Do we need the lib prefix for modules?
19263 need_lib_prefix=$need_lib_prefix
19265 # Do we need a version for libraries?
19266 need_version=$need_version
19268 # Whether dlopen is supported.
19269 dlopen_support=$enable_dlopen
19271 # Whether dlopen of programs is supported.
19272 dlopen_self=$enable_dlopen_self
19274 # Whether dlopen of statically linked programs is supported.
19275 dlopen_self_static=$enable_dlopen_self_static
19277 # Compiler flag to prevent dynamic linking.
19278 link_static_flag=$lt_lt_prog_compiler_static_GCJ
19280 # Compiler flag to turn off builtin functions.
19281 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_GCJ
19283 # Compiler flag to allow reflexive dlopens.
19284 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_GCJ
19286 # Compiler flag to generate shared objects directly from archives.
19287 whole_archive_flag_spec=$lt_whole_archive_flag_spec_GCJ
19289 # Compiler flag to generate thread-safe objects.
19290 thread_safe_flag_spec=$lt_thread_safe_flag_spec_GCJ
19292 # Library versioning type.
19293 version_type=$version_type
19295 # Format of library name prefix.
19296 libname_spec=$lt_libname_spec
19298 # List of archive names. First name is the real one, the rest are links.
19299 # The last name is the one that the linker finds with -lNAME.
19300 library_names_spec=$lt_library_names_spec
19302 # The coded name of the library, if different from the real name.
19303 soname_spec=$lt_soname_spec
19305 # Commands used to build and install an old-style archive.
19307 old_archive_cmds=$lt_old_archive_cmds_GCJ
19308 old_postinstall_cmds=$lt_old_postinstall_cmds
19309 old_postuninstall_cmds=$lt_old_postuninstall_cmds
19311 # Create an old-style archive from a shared archive.
19312 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_GCJ
19314 # Create a temporary old-style archive to link instead of a shared archive.
19315 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_GCJ
19317 # Commands used to build and install a shared archive.
19318 archive_cmds=$lt_archive_cmds_GCJ
19319 archive_expsym_cmds=$lt_archive_expsym_cmds_GCJ
19320 postinstall_cmds=$lt_postinstall_cmds
19321 postuninstall_cmds=$lt_postuninstall_cmds
19323 # Commands used to build a loadable module (assumed same as above if empty)
19324 module_cmds=$lt_module_cmds_GCJ
19325 module_expsym_cmds=$lt_module_expsym_cmds_GCJ
19327 # Commands to strip libraries.
19328 old_striplib=$lt_old_striplib
19329 striplib=$lt_striplib
19331 # Dependencies to place before the objects being linked to create a
19333 predep_objects=$lt_predep_objects_GCJ
19335 # Dependencies to place after the objects being linked to create a
19337 postdep_objects=$lt_postdep_objects_GCJ
19339 # Dependencies to place before the objects being linked to create a
19341 predeps=$lt_predeps_GCJ
19343 # Dependencies to place after the objects being linked to create a
19345 postdeps=$lt_postdeps_GCJ
19347 # The directories searched by this compiler when creating a shared
19349 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_GCJ
19351 # The library search path used internally by the compiler when linking
19352 # a shared library.
19353 compiler_lib_search_path=$lt_compiler_lib_search_path_GCJ
19355 # Method to check whether dependent libraries are shared objects.
19356 deplibs_check_method=$lt_deplibs_check_method
19358 # Command to use when deplibs_check_method == file_magic.
19359 file_magic_cmd=$lt_file_magic_cmd
19361 # Flag that allows shared libraries with undefined symbols to be built.
19362 allow_undefined_flag=$lt_allow_undefined_flag_GCJ
19364 # Flag that forces no undefined symbols.
19365 no_undefined_flag=$lt_no_undefined_flag_GCJ
19367 # Commands used to finish a libtool library installation in a directory.
19368 finish_cmds=$lt_finish_cmds
19370 # Same as above, but a single script fragment to be evaled but not shown.
19371 finish_eval=$lt_finish_eval
19373 # Take the output of nm and produce a listing of raw symbols and C names.
19374 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
19376 # Transform the output of nm in a proper C declaration
19377 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
19379 # Transform the output of nm in a C name address pair
19380 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
19382 # This is the shared library runtime path variable.
19383 runpath_var=$runpath_var
19385 # This is the shared library path variable.
19386 shlibpath_var=$shlibpath_var
19388 # Is shlibpath searched before the hard-coded library search path?
19389 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
19391 # How to hardcode a shared library path into an executable.
19392 hardcode_action=$hardcode_action_GCJ
19394 # Whether we should hardcode library paths into libraries.
19395 hardcode_into_libs=$hardcode_into_libs
19397 # Flag to hardcode \$libdir into a binary during linking.
19398 # This must work even if \$libdir does not exist.
19399 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_GCJ
19401 # If ld is used when linking, flag to hardcode \$libdir into
19402 # a binary during linking. This must work even if \$libdir does
19404 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_GCJ
19406 # Whether we need a single -rpath flag with a separated argument.
19407 hardcode_libdir_separator=$lt_hardcode_libdir_separator_GCJ
19409 # Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
19410 # resulting binary.
19411 hardcode_direct=$hardcode_direct_GCJ
19413 # Set to yes if using the -LDIR flag during linking hardcodes DIR into the
19414 # resulting binary.
19415 hardcode_minus_L=$hardcode_minus_L_GCJ
19417 # Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
19418 # the resulting binary.
19419 hardcode_shlibpath_var=$hardcode_shlibpath_var_GCJ
19421 # Set to yes if building a shared library automatically hardcodes DIR into the library
19422 # and all subsequent libraries and executables linked against it.
19423 hardcode_automatic=$hardcode_automatic_GCJ
19425 # Variables whose values should be saved in libtool wrapper scripts and
19426 # restored at relink time.
19427 variables_saved_for_relink="$variables_saved_for_relink"
19429 # Whether libtool must link a program against all its dependency libraries.
19430 link_all_deplibs=$link_all_deplibs_GCJ
19432 # Compile-time system search path for libraries
19433 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
19435 # Run-time system search path for libraries
19436 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
19438 # Fix the shell variable \$srcfile for the compiler.
19439 fix_srcfile_path=$lt_fix_srcfile_path
19441 # Set to yes if exported symbols are required.
19442 always_export_symbols=$always_export_symbols_GCJ
19444 # The commands to list exported symbols.
19445 export_symbols_cmds=$lt_export_symbols_cmds_GCJ
19447 # The commands to extract the exported symbol list from a shared archive.
19448 extract_expsyms_cmds=$lt_extract_expsyms_cmds
19450 # Symbols that should not be listed in the preloaded symbols.
19451 exclude_expsyms=$lt_exclude_expsyms_GCJ
19453 # Symbols that must always be exported.
19454 include_expsyms=$lt_include_expsyms_GCJ
19456 # ### END LIBTOOL TAG CONFIG: $tagname
19462 # If there is no Makefile yet, we rely on a make rule to execute
19463 # `config.status --recheck' to rerun these tests and create the
19464 # libtool script then.
19465 ltmain_in
=`echo $ltmain | sed -e 's/\.sh$/.in/'`
19466 if test -f "$ltmain_in"; then
19467 test -f Makefile
&& make "$ltmain"
19473 ac_cpp
='$CPP $CPPFLAGS'
19474 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19475 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19476 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
19488 # Source file extension for RC test sources.
19491 # Object file extension for compiled RC test sources.
19495 # Code to be used in simple compile tests
19496 lt_simple_compile_test_code
='sample MENU { MENUITEM "&Soup", 100, CHECKED }'
19498 # Code to be used in simple link tests
19499 lt_simple_link_test_code
="$lt_simple_compile_test_code"
19501 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
19503 # If no C compiler was specified, use CC.
19506 # If no C compiler flags were specified, use CFLAGS.
19507 LTCFLAGS
=${LTCFLAGS-"$CFLAGS"}
19509 # Allow CC to be a program name with arguments.
19513 # save warnings/boilerplate of simple test code
19514 ac_outfile
=conftest.
$ac_objext
19515 echo "$lt_simple_compile_test_code" >conftest.
$ac_ext
19516 eval "$ac_compile" 2>&1 >/dev
/null |
$SED '/^$/d; /^ *+/d' >conftest.err
19517 _lt_compiler_boilerplate
=`cat conftest.err`
19520 ac_outfile
=conftest.
$ac_objext
19521 echo "$lt_simple_link_test_code" >conftest.
$ac_ext
19522 eval "$ac_link" 2>&1 >/dev
/null |
$SED '/^$/d; /^ *+/d' >conftest.err
19523 _lt_linker_boilerplate
=`cat conftest.err`
19527 # Allow CC to be a program name with arguments.
19532 for cc_temp
in $compiler""; do
19534 compile |
*[\\/]compile | ccache |
*[\\/]ccache
) ;;
19535 distcc |
*[\\/]distcc | purify |
*[\\/]purify
) ;;
19540 cc_basename
=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
19542 lt_cv_prog_compiler_c_o_RC
=yes
19544 # The else clause should only fire when bootstrapping the
19545 # libtool distribution, otherwise you forgot to ship ltmain.sh
19546 # with your package, and you will get complaints that there are
19547 # no rules to generate ltmain.sh.
19548 if test -f "$ltmain"; then
19549 # See if we are running on zsh, and set the options which allow our commands through
19550 # without removal of \ escapes.
19551 if test -n "${ZSH_VERSION+set}" ; then
19552 setopt NO_GLOB_SUBST
19554 # Now quote all the things that may contain metacharacters while being
19555 # careful not to overquote the AC_SUBSTed values. We take copies of the
19556 # variables and quote the copies for generation of the libtool script.
19557 for var
in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
19559 libname_spec library_names_spec soname_spec extract_expsyms_cmds \
19560 old_striplib striplib file_magic_cmd finish_cmds finish_eval \
19561 deplibs_check_method reload_flag reload_cmds need_locks \
19562 lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
19563 lt_cv_sys_global_symbol_to_c_name_address \
19564 sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
19565 old_postinstall_cmds old_postuninstall_cmds \
19569 lt_prog_compiler_wl_RC \
19570 lt_prog_compiler_pic_RC \
19571 lt_prog_compiler_static_RC \
19572 lt_prog_compiler_no_builtin_flag_RC \
19573 export_dynamic_flag_spec_RC \
19574 thread_safe_flag_spec_RC \
19575 whole_archive_flag_spec_RC \
19576 enable_shared_with_static_runtimes_RC \
19577 old_archive_cmds_RC \
19578 old_archive_from_new_cmds_RC \
19579 predep_objects_RC \
19580 postdep_objects_RC \
19583 compiler_lib_search_path_RC \
19584 compiler_lib_search_dirs_RC \
19586 archive_expsym_cmds_RC \
19587 postinstall_cmds_RC \
19588 postuninstall_cmds_RC \
19589 old_archive_from_expsyms_cmds_RC \
19590 allow_undefined_flag_RC \
19591 no_undefined_flag_RC \
19592 export_symbols_cmds_RC \
19593 hardcode_libdir_flag_spec_RC \
19594 hardcode_libdir_flag_spec_ld_RC \
19595 hardcode_libdir_separator_RC \
19596 hardcode_automatic_RC \
19598 module_expsym_cmds_RC \
19599 lt_cv_prog_compiler_c_o_RC \
19600 fix_srcfile_path_RC \
19601 exclude_expsyms_RC \
19602 include_expsyms_RC
; do
19605 old_archive_cmds_RC | \
19606 old_archive_from_new_cmds_RC | \
19607 archive_cmds_RC | \
19608 archive_expsym_cmds_RC | \
19610 module_expsym_cmds_RC | \
19611 old_archive_from_expsyms_cmds_RC | \
19612 export_symbols_cmds_RC | \
19613 extract_expsyms_cmds | reload_cmds | finish_cmds | \
19614 postinstall_cmds | postuninstall_cmds | \
19615 old_postinstall_cmds | old_postuninstall_cmds | \
19616 sys_lib_search_path_spec | sys_lib_dlsearch_path_spec
)
19617 # Double-quote double-evaled strings.
19618 eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
19621 eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
19627 *'\$0 --fallback-echo"')
19628 lt_echo
=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
19634 cat <<__EOF__ >> "$cfgfile"
19635 # ### BEGIN LIBTOOL TAG CONFIG: $tagname
19637 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
19639 # Shell to use when invoking shell scripts.
19642 # Whether or not to build shared libraries.
19643 build_libtool_libs=$enable_shared
19645 # Whether or not to build static libraries.
19646 build_old_libs=$enable_static
19648 # Whether or not to add -lc for building shared libraries.
19649 build_libtool_need_lc=$archive_cmds_need_lc_RC
19651 # Whether or not to disallow shared libs when runtime libs are static
19652 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_RC
19654 # Whether or not to optimize for fast installation.
19655 fast_install=$enable_fast_install
19658 host_alias=$host_alias
19662 # The build system.
19663 build_alias=$build_alias
19667 # An echo program that does not interpret backslashes.
19672 AR_FLAGS=$lt_AR_FLAGS
19677 # LTCC compiler flags.
19678 LTCFLAGS=$lt_LTCFLAGS
19680 # A language-specific compiler.
19683 # Is the compiler the GNU C compiler?
19689 # The linker used to build libraries.
19692 # Whether we need hard or soft links.
19695 # A BSD-compatible nm program.
19698 # A symbol stripping program
19701 # Used to examine libraries when file_magic_cmd begins "file"
19702 MAGIC_CMD=$MAGIC_CMD
19704 # Used on cygwin: DLL creation program.
19707 # Used on cygwin: object dumper.
19710 # Used on cygwin: assembler.
19713 # The name of the directory that contains temporary libtool files.
19716 # How to create reloadable object files.
19717 reload_flag=$lt_reload_flag
19718 reload_cmds=$lt_reload_cmds
19720 # How to pass a linker flag through the compiler.
19721 wl=$lt_lt_prog_compiler_wl_RC
19723 # Object file suffix (normally "o").
19724 objext="$ac_objext"
19726 # Old archive suffix (normally "a").
19729 # Shared library suffix (normally ".so").
19730 shrext_cmds='$shrext_cmds'
19732 # Executable file suffix (normally "").
19735 # Additional compiler flags for building library objects.
19736 pic_flag=$lt_lt_prog_compiler_pic_RC
19739 # What is the maximum length of a command?
19740 max_cmd_len=$lt_cv_sys_max_cmd_len
19742 # Does compiler simultaneously support -c and -o options?
19743 compiler_c_o=$lt_lt_cv_prog_compiler_c_o_RC
19745 # Must we lock files when doing compilation?
19746 need_locks=$lt_need_locks
19748 # Do we need the lib prefix for modules?
19749 need_lib_prefix=$need_lib_prefix
19751 # Do we need a version for libraries?
19752 need_version=$need_version
19754 # Whether dlopen is supported.
19755 dlopen_support=$enable_dlopen
19757 # Whether dlopen of programs is supported.
19758 dlopen_self=$enable_dlopen_self
19760 # Whether dlopen of statically linked programs is supported.
19761 dlopen_self_static=$enable_dlopen_self_static
19763 # Compiler flag to prevent dynamic linking.
19764 link_static_flag=$lt_lt_prog_compiler_static_RC
19766 # Compiler flag to turn off builtin functions.
19767 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_RC
19769 # Compiler flag to allow reflexive dlopens.
19770 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_RC
19772 # Compiler flag to generate shared objects directly from archives.
19773 whole_archive_flag_spec=$lt_whole_archive_flag_spec_RC
19775 # Compiler flag to generate thread-safe objects.
19776 thread_safe_flag_spec=$lt_thread_safe_flag_spec_RC
19778 # Library versioning type.
19779 version_type=$version_type
19781 # Format of library name prefix.
19782 libname_spec=$lt_libname_spec
19784 # List of archive names. First name is the real one, the rest are links.
19785 # The last name is the one that the linker finds with -lNAME.
19786 library_names_spec=$lt_library_names_spec
19788 # The coded name of the library, if different from the real name.
19789 soname_spec=$lt_soname_spec
19791 # Commands used to build and install an old-style archive.
19793 old_archive_cmds=$lt_old_archive_cmds_RC
19794 old_postinstall_cmds=$lt_old_postinstall_cmds
19795 old_postuninstall_cmds=$lt_old_postuninstall_cmds
19797 # Create an old-style archive from a shared archive.
19798 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_RC
19800 # Create a temporary old-style archive to link instead of a shared archive.
19801 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_RC
19803 # Commands used to build and install a shared archive.
19804 archive_cmds=$lt_archive_cmds_RC
19805 archive_expsym_cmds=$lt_archive_expsym_cmds_RC
19806 postinstall_cmds=$lt_postinstall_cmds
19807 postuninstall_cmds=$lt_postuninstall_cmds
19809 # Commands used to build a loadable module (assumed same as above if empty)
19810 module_cmds=$lt_module_cmds_RC
19811 module_expsym_cmds=$lt_module_expsym_cmds_RC
19813 # Commands to strip libraries.
19814 old_striplib=$lt_old_striplib
19815 striplib=$lt_striplib
19817 # Dependencies to place before the objects being linked to create a
19819 predep_objects=$lt_predep_objects_RC
19821 # Dependencies to place after the objects being linked to create a
19823 postdep_objects=$lt_postdep_objects_RC
19825 # Dependencies to place before the objects being linked to create a
19827 predeps=$lt_predeps_RC
19829 # Dependencies to place after the objects being linked to create a
19831 postdeps=$lt_postdeps_RC
19833 # The directories searched by this compiler when creating a shared
19835 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_RC
19837 # The library search path used internally by the compiler when linking
19838 # a shared library.
19839 compiler_lib_search_path=$lt_compiler_lib_search_path_RC
19841 # Method to check whether dependent libraries are shared objects.
19842 deplibs_check_method=$lt_deplibs_check_method
19844 # Command to use when deplibs_check_method == file_magic.
19845 file_magic_cmd=$lt_file_magic_cmd
19847 # Flag that allows shared libraries with undefined symbols to be built.
19848 allow_undefined_flag=$lt_allow_undefined_flag_RC
19850 # Flag that forces no undefined symbols.
19851 no_undefined_flag=$lt_no_undefined_flag_RC
19853 # Commands used to finish a libtool library installation in a directory.
19854 finish_cmds=$lt_finish_cmds
19856 # Same as above, but a single script fragment to be evaled but not shown.
19857 finish_eval=$lt_finish_eval
19859 # Take the output of nm and produce a listing of raw symbols and C names.
19860 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
19862 # Transform the output of nm in a proper C declaration
19863 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
19865 # Transform the output of nm in a C name address pair
19866 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
19868 # This is the shared library runtime path variable.
19869 runpath_var=$runpath_var
19871 # This is the shared library path variable.
19872 shlibpath_var=$shlibpath_var
19874 # Is shlibpath searched before the hard-coded library search path?
19875 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
19877 # How to hardcode a shared library path into an executable.
19878 hardcode_action=$hardcode_action_RC
19880 # Whether we should hardcode library paths into libraries.
19881 hardcode_into_libs=$hardcode_into_libs
19883 # Flag to hardcode \$libdir into a binary during linking.
19884 # This must work even if \$libdir does not exist.
19885 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_RC
19887 # If ld is used when linking, flag to hardcode \$libdir into
19888 # a binary during linking. This must work even if \$libdir does
19890 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_RC
19892 # Whether we need a single -rpath flag with a separated argument.
19893 hardcode_libdir_separator=$lt_hardcode_libdir_separator_RC
19895 # Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
19896 # resulting binary.
19897 hardcode_direct=$hardcode_direct_RC
19899 # Set to yes if using the -LDIR flag during linking hardcodes DIR into the
19900 # resulting binary.
19901 hardcode_minus_L=$hardcode_minus_L_RC
19903 # Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
19904 # the resulting binary.
19905 hardcode_shlibpath_var=$hardcode_shlibpath_var_RC
19907 # Set to yes if building a shared library automatically hardcodes DIR into the library
19908 # and all subsequent libraries and executables linked against it.
19909 hardcode_automatic=$hardcode_automatic_RC
19911 # Variables whose values should be saved in libtool wrapper scripts and
19912 # restored at relink time.
19913 variables_saved_for_relink="$variables_saved_for_relink"
19915 # Whether libtool must link a program against all its dependency libraries.
19916 link_all_deplibs=$link_all_deplibs_RC
19918 # Compile-time system search path for libraries
19919 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
19921 # Run-time system search path for libraries
19922 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
19924 # Fix the shell variable \$srcfile for the compiler.
19925 fix_srcfile_path=$lt_fix_srcfile_path
19927 # Set to yes if exported symbols are required.
19928 always_export_symbols=$always_export_symbols_RC
19930 # The commands to list exported symbols.
19931 export_symbols_cmds=$lt_export_symbols_cmds_RC
19933 # The commands to extract the exported symbol list from a shared archive.
19934 extract_expsyms_cmds=$lt_extract_expsyms_cmds
19936 # Symbols that should not be listed in the preloaded symbols.
19937 exclude_expsyms=$lt_exclude_expsyms_RC
19939 # Symbols that must always be exported.
19940 include_expsyms=$lt_include_expsyms_RC
19942 # ### END LIBTOOL TAG CONFIG: $tagname
19948 # If there is no Makefile yet, we rely on a make rule to execute
19949 # `config.status --recheck' to rerun these tests and create the
19950 # libtool script then.
19951 ltmain_in
=`echo $ltmain | sed -e 's/\.sh$/.in/'`
19952 if test -f "$ltmain_in"; then
19953 test -f Makefile
&& make "$ltmain"
19959 ac_cpp
='$CPP $CPPFLAGS'
19960 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19961 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19962 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
19969 { { echo "$as_me:$LINENO: error: Unsupported tag name: $tagname" >&5
19970 echo "$as_me: error: Unsupported tag name: $tagname" >&2;}
19971 { (exit 1); exit 1; }; }
19975 # Append the new tag name to the list of available tags.
19976 if test -n "$tagname" ; then
19977 available_tags
="$available_tags $tagname"
19983 # Now substitute the updated list of available tags.
19984 if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then
19985 mv "${ofile}T" "$ofile"
19989 { { echo "$as_me:$LINENO: error: unable to update list of available tagged configurations." >&5
19990 echo "$as_me: error: unable to update list of available tagged configurations." >&2;}
19991 { (exit 1); exit 1; }; }
19997 # This can be used to rebuild libtool when needed
19998 LIBTOOL_DEPS
="$ac_aux_dir/ltmain.sh"
20000 # Always use our own libtool.
20001 LIBTOOL
='$(SHELL) $(top_builddir)/libtool'
20003 # Prevent multiple expansion
20025 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
20026 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
20027 if test "${ac_cv_header_stdc+set}" = set; then
20028 echo $ECHO_N "(cached) $ECHO_C" >&6
20030 cat >conftest.
$ac_ext <<_ACEOF
20033 cat confdefs.h
>>conftest.
$ac_ext
20034 cat >>conftest.
$ac_ext <<_ACEOF
20035 /* end confdefs.h. */
20036 #include <stdlib.h>
20037 #include <stdarg.h>
20038 #include <string.h>
20049 rm -f conftest.
$ac_objext
20050 if { (ac_try
="$ac_compile"
20051 case "(($ac_try" in
20052 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20053 *) ac_try_echo=$ac_try;;
20055 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20056 (eval "$ac_compile") 2>conftest.er1
20058 grep -v '^ *+' conftest.er1 >conftest.err
20060 cat conftest.err >&5
20061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20062 (exit $ac_status); } && {
20063 test -z "$ac_c_werror_flag" ||
20064 test ! -s conftest.err
20065 } && test -s conftest.$ac_objext; then
20066 ac_cv_header_stdc=yes
20068 echo "$as_me: failed program was:" >&5
20069 sed 's/^/| /' conftest.$ac_ext >&5
20071 ac_cv_header_stdc=no
20074 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20076 if test $ac_cv_header_stdc = yes; then
20077 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
20078 cat >conftest.$ac_ext <<_ACEOF
20081 cat confdefs.h >>conftest.$ac_ext
20082 cat >>conftest.$ac_ext <<_ACEOF
20083 /* end confdefs.h. */
20084 #include <string.h>
20087 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
20088 $EGREP "memchr" >/dev/null 2>&1; then
20091 ac_cv_header_stdc=no
20097 if test $ac_cv_header_stdc = yes; then
20098 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
20099 cat >conftest.$ac_ext <<_ACEOF
20102 cat confdefs.h >>conftest.$ac_ext
20103 cat >>conftest.$ac_ext <<_ACEOF
20104 /* end confdefs.h. */
20105 #include <stdlib.h>
20108 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
20109 $EGREP "free" >/dev/null 2>&1; then
20112 ac_cv_header_stdc=no
20118 if test $ac_cv_header_stdc = yes; then
20119 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
20120 if test "$cross_compiling" = yes; then
20123 cat >conftest.$ac_ext <<_ACEOF
20126 cat confdefs.h >>conftest.$ac_ext
20127 cat >>conftest.$ac_ext <<_ACEOF
20128 /* end confdefs.h. */
20130 #include <stdlib.h>
20131 #if ((' ' & 0x0FF) == 0x020)
20132 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
20133 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
20135 # define ISLOWER(c) \
20136 (('a' <= (c) && (c) <= 'i') \
20137 || ('j' <= (c) && (c) <= 'r') \
20138 || ('s' <= (c) && (c) <= 'z'))
20139 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
20142 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
20147 for (i = 0; i < 256; i++)
20148 if (XOR (islower (i), ISLOWER (i))
20149 || toupper (i) != TOUPPER (i))
20154 rm -f conftest$ac_exeext
20155 if { (ac_try="$ac_link"
20156 case "(($ac_try" in
20157 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20158 *) ac_try_echo
=$ac_try;;
20160 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20161 (eval "$ac_link") 2>&5
20163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20164 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
20165 { (case "(($ac_try" in
20166 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20167 *) ac_try_echo=$ac_try;;
20169 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20170 (eval "$ac_try") 2>&5
20172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20173 (exit $ac_status); }; }; then
20176 echo "$as_me: program exited with status $ac_status" >&5
20177 echo "$as_me: failed program was:" >&5
20178 sed 's/^/| /' conftest.$ac_ext >&5
20180 ( exit $ac_status )
20181 ac_cv_header_stdc=no
20183 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
20189 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
20190 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
20191 if test $ac_cv_header_stdc = yes; then
20193 cat >>confdefs.h <<\_ACEOF
20194 #define STDC_HEADERS 1
20199 { echo "$as_me:$LINENO: checking whether sys/types.h defines makedev" >&5
20200 echo $ECHO_N "checking whether sys/types.h defines makedev... $ECHO_C" >&6; }
20201 if test "${ac_cv_header_sys_types_h_makedev+set}" = set; then
20202 echo $ECHO_N "(cached) $ECHO_C" >&6
20204 cat >conftest.$ac_ext <<_ACEOF
20207 cat confdefs.h >>conftest.$ac_ext
20208 cat >>conftest.$ac_ext <<_ACEOF
20209 /* end confdefs.h. */
20210 #include <sys/types.h>
20214 return makedev(0, 0);
20219 rm -f conftest.$ac_objext conftest$ac_exeext
20220 if { (ac_try="$ac_link"
20221 case "(($ac_try" in
20222 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20223 *) ac_try_echo
=$ac_try;;
20225 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20226 (eval "$ac_link") 2>conftest.er1
20228 grep -v '^ *+' conftest.er1
>conftest.err
20230 cat conftest.err
>&5
20231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20232 (exit $ac_status); } && {
20233 test -z "$ac_c_werror_flag" ||
20234 test ! -s conftest.err
20235 } && test -s conftest
$ac_exeext &&
20236 $as_test_x conftest
$ac_exeext; then
20237 ac_cv_header_sys_types_h_makedev
=yes
20239 echo "$as_me: failed program was:" >&5
20240 sed 's/^/| /' conftest.
$ac_ext >&5
20242 ac_cv_header_sys_types_h_makedev
=no
20245 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
20246 conftest
$ac_exeext conftest.
$ac_ext
20249 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_types_h_makedev" >&5
20250 echo "${ECHO_T}$ac_cv_header_sys_types_h_makedev" >&6; }
20252 if test $ac_cv_header_sys_types_h_makedev = no
; then
20253 if test "${ac_cv_header_sys_mkdev_h+set}" = set; then
20254 { echo "$as_me:$LINENO: checking for sys/mkdev.h" >&5
20255 echo $ECHO_N "checking for sys/mkdev.h... $ECHO_C" >&6; }
20256 if test "${ac_cv_header_sys_mkdev_h+set}" = set; then
20257 echo $ECHO_N "(cached) $ECHO_C" >&6
20259 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_mkdev_h" >&5
20260 echo "${ECHO_T}$ac_cv_header_sys_mkdev_h" >&6; }
20262 # Is the header compilable?
20263 { echo "$as_me:$LINENO: checking sys/mkdev.h usability" >&5
20264 echo $ECHO_N "checking sys/mkdev.h usability... $ECHO_C" >&6; }
20265 cat >conftest.
$ac_ext <<_ACEOF
20268 cat confdefs.h
>>conftest.
$ac_ext
20269 cat >>conftest.
$ac_ext <<_ACEOF
20270 /* end confdefs.h. */
20271 $ac_includes_default
20272 #include <sys/mkdev.h>
20274 rm -f conftest.
$ac_objext
20275 if { (ac_try
="$ac_compile"
20276 case "(($ac_try" in
20277 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20278 *) ac_try_echo=$ac_try;;
20280 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20281 (eval "$ac_compile") 2>conftest.er1
20283 grep -v '^ *+' conftest.er1 >conftest.err
20285 cat conftest.err >&5
20286 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20287 (exit $ac_status); } && {
20288 test -z "$ac_c_werror_flag" ||
20289 test ! -s conftest.err
20290 } && test -s conftest.$ac_objext; then
20291 ac_header_compiler=yes
20293 echo "$as_me: failed program was:" >&5
20294 sed 's/^/| /' conftest.$ac_ext >&5
20296 ac_header_compiler=no
20299 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20300 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20301 echo "${ECHO_T}$ac_header_compiler" >&6; }
20303 # Is the header present?
20304 { echo "$as_me:$LINENO: checking sys/mkdev.h presence" >&5
20305 echo $ECHO_N "checking sys/mkdev.h presence... $ECHO_C" >&6; }
20306 cat >conftest.$ac_ext <<_ACEOF
20309 cat confdefs.h >>conftest.$ac_ext
20310 cat >>conftest.$ac_ext <<_ACEOF
20311 /* end confdefs.h. */
20312 #include <sys/mkdev.h>
20314 if { (ac_try="$ac_cpp conftest.$ac_ext"
20315 case "(($ac_try" in
20316 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20317 *) ac_try_echo
=$ac_try;;
20319 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20320 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
20322 grep -v '^ *+' conftest.er1
>conftest.err
20324 cat conftest.err
>&5
20325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20326 (exit $ac_status); } >/dev
/null
&& {
20327 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
20328 test ! -s conftest.err
20330 ac_header_preproc
=yes
20332 echo "$as_me: failed program was:" >&5
20333 sed 's/^/| /' conftest.
$ac_ext >&5
20335 ac_header_preproc
=no
20338 rm -f conftest.err conftest.
$ac_ext
20339 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20340 echo "${ECHO_T}$ac_header_preproc" >&6; }
20342 # So? What about this header?
20343 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
20345 { echo "$as_me:$LINENO: WARNING: sys/mkdev.h: accepted by the compiler, rejected by the preprocessor!" >&5
20346 echo "$as_me: WARNING: sys/mkdev.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
20347 { echo "$as_me:$LINENO: WARNING: sys/mkdev.h: proceeding with the compiler's result" >&5
20348 echo "$as_me: WARNING: sys/mkdev.h: proceeding with the compiler's result" >&2;}
20349 ac_header_preproc
=yes
20352 { echo "$as_me:$LINENO: WARNING: sys/mkdev.h: present but cannot be compiled" >&5
20353 echo "$as_me: WARNING: sys/mkdev.h: present but cannot be compiled" >&2;}
20354 { echo "$as_me:$LINENO: WARNING: sys/mkdev.h: check for missing prerequisite headers?" >&5
20355 echo "$as_me: WARNING: sys/mkdev.h: check for missing prerequisite headers?" >&2;}
20356 { echo "$as_me:$LINENO: WARNING: sys/mkdev.h: see the Autoconf documentation" >&5
20357 echo "$as_me: WARNING: sys/mkdev.h: see the Autoconf documentation" >&2;}
20358 { echo "$as_me:$LINENO: WARNING: sys/mkdev.h: section \"Present But Cannot Be Compiled\"" >&5
20359 echo "$as_me: WARNING: sys/mkdev.h: section \"Present But Cannot Be Compiled\"" >&2;}
20360 { echo "$as_me:$LINENO: WARNING: sys/mkdev.h: proceeding with the preprocessor's result" >&5
20361 echo "$as_me: WARNING: sys/mkdev.h: proceeding with the preprocessor's result" >&2;}
20362 { echo "$as_me:$LINENO: WARNING: sys/mkdev.h: in the future, the compiler will take precedence" >&5
20363 echo "$as_me: WARNING: sys/mkdev.h: in the future, the compiler will take precedence" >&2;}
20365 ## ---------------------------------- ##
20366 ## Report this to christos@astron.com ##
20367 ## ---------------------------------- ##
20369 ) |
sed "s/^/$as_me: WARNING: /" >&2
20372 { echo "$as_me:$LINENO: checking for sys/mkdev.h" >&5
20373 echo $ECHO_N "checking for sys/mkdev.h... $ECHO_C" >&6; }
20374 if test "${ac_cv_header_sys_mkdev_h+set}" = set; then
20375 echo $ECHO_N "(cached) $ECHO_C" >&6
20377 ac_cv_header_sys_mkdev_h
=$ac_header_preproc
20379 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_mkdev_h" >&5
20380 echo "${ECHO_T}$ac_cv_header_sys_mkdev_h" >&6; }
20383 if test $ac_cv_header_sys_mkdev_h = yes; then
20385 cat >>confdefs.h
<<\_ACEOF
20386 #define MAJOR_IN_MKDEV 1
20393 if test $ac_cv_header_sys_mkdev_h = no
; then
20394 if test "${ac_cv_header_sys_sysmacros_h+set}" = set; then
20395 { echo "$as_me:$LINENO: checking for sys/sysmacros.h" >&5
20396 echo $ECHO_N "checking for sys/sysmacros.h... $ECHO_C" >&6; }
20397 if test "${ac_cv_header_sys_sysmacros_h+set}" = set; then
20398 echo $ECHO_N "(cached) $ECHO_C" >&6
20400 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_sysmacros_h" >&5
20401 echo "${ECHO_T}$ac_cv_header_sys_sysmacros_h" >&6; }
20403 # Is the header compilable?
20404 { echo "$as_me:$LINENO: checking sys/sysmacros.h usability" >&5
20405 echo $ECHO_N "checking sys/sysmacros.h usability... $ECHO_C" >&6; }
20406 cat >conftest.
$ac_ext <<_ACEOF
20409 cat confdefs.h
>>conftest.
$ac_ext
20410 cat >>conftest.
$ac_ext <<_ACEOF
20411 /* end confdefs.h. */
20412 $ac_includes_default
20413 #include <sys/sysmacros.h>
20415 rm -f conftest.
$ac_objext
20416 if { (ac_try
="$ac_compile"
20417 case "(($ac_try" in
20418 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20419 *) ac_try_echo=$ac_try;;
20421 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20422 (eval "$ac_compile") 2>conftest.er1
20424 grep -v '^ *+' conftest.er1 >conftest.err
20426 cat conftest.err >&5
20427 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20428 (exit $ac_status); } && {
20429 test -z "$ac_c_werror_flag" ||
20430 test ! -s conftest.err
20431 } && test -s conftest.$ac_objext; then
20432 ac_header_compiler=yes
20434 echo "$as_me: failed program was:" >&5
20435 sed 's/^/| /' conftest.$ac_ext >&5
20437 ac_header_compiler=no
20440 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20441 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20442 echo "${ECHO_T}$ac_header_compiler" >&6; }
20444 # Is the header present?
20445 { echo "$as_me:$LINENO: checking sys/sysmacros.h presence" >&5
20446 echo $ECHO_N "checking sys/sysmacros.h presence... $ECHO_C" >&6; }
20447 cat >conftest.$ac_ext <<_ACEOF
20450 cat confdefs.h >>conftest.$ac_ext
20451 cat >>conftest.$ac_ext <<_ACEOF
20452 /* end confdefs.h. */
20453 #include <sys/sysmacros.h>
20455 if { (ac_try="$ac_cpp conftest.$ac_ext"
20456 case "(($ac_try" in
20457 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20458 *) ac_try_echo
=$ac_try;;
20460 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20461 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
20463 grep -v '^ *+' conftest.er1
>conftest.err
20465 cat conftest.err
>&5
20466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20467 (exit $ac_status); } >/dev
/null
&& {
20468 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
20469 test ! -s conftest.err
20471 ac_header_preproc
=yes
20473 echo "$as_me: failed program was:" >&5
20474 sed 's/^/| /' conftest.
$ac_ext >&5
20476 ac_header_preproc
=no
20479 rm -f conftest.err conftest.
$ac_ext
20480 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20481 echo "${ECHO_T}$ac_header_preproc" >&6; }
20483 # So? What about this header?
20484 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
20486 { echo "$as_me:$LINENO: WARNING: sys/sysmacros.h: accepted by the compiler, rejected by the preprocessor!" >&5
20487 echo "$as_me: WARNING: sys/sysmacros.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
20488 { echo "$as_me:$LINENO: WARNING: sys/sysmacros.h: proceeding with the compiler's result" >&5
20489 echo "$as_me: WARNING: sys/sysmacros.h: proceeding with the compiler's result" >&2;}
20490 ac_header_preproc
=yes
20493 { echo "$as_me:$LINENO: WARNING: sys/sysmacros.h: present but cannot be compiled" >&5
20494 echo "$as_me: WARNING: sys/sysmacros.h: present but cannot be compiled" >&2;}
20495 { echo "$as_me:$LINENO: WARNING: sys/sysmacros.h: check for missing prerequisite headers?" >&5
20496 echo "$as_me: WARNING: sys/sysmacros.h: check for missing prerequisite headers?" >&2;}
20497 { echo "$as_me:$LINENO: WARNING: sys/sysmacros.h: see the Autoconf documentation" >&5
20498 echo "$as_me: WARNING: sys/sysmacros.h: see the Autoconf documentation" >&2;}
20499 { echo "$as_me:$LINENO: WARNING: sys/sysmacros.h: section \"Present But Cannot Be Compiled\"" >&5
20500 echo "$as_me: WARNING: sys/sysmacros.h: section \"Present But Cannot Be Compiled\"" >&2;}
20501 { echo "$as_me:$LINENO: WARNING: sys/sysmacros.h: proceeding with the preprocessor's result" >&5
20502 echo "$as_me: WARNING: sys/sysmacros.h: proceeding with the preprocessor's result" >&2;}
20503 { echo "$as_me:$LINENO: WARNING: sys/sysmacros.h: in the future, the compiler will take precedence" >&5
20504 echo "$as_me: WARNING: sys/sysmacros.h: in the future, the compiler will take precedence" >&2;}
20506 ## ---------------------------------- ##
20507 ## Report this to christos@astron.com ##
20508 ## ---------------------------------- ##
20510 ) |
sed "s/^/$as_me: WARNING: /" >&2
20513 { echo "$as_me:$LINENO: checking for sys/sysmacros.h" >&5
20514 echo $ECHO_N "checking for sys/sysmacros.h... $ECHO_C" >&6; }
20515 if test "${ac_cv_header_sys_sysmacros_h+set}" = set; then
20516 echo $ECHO_N "(cached) $ECHO_C" >&6
20518 ac_cv_header_sys_sysmacros_h
=$ac_header_preproc
20520 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_sysmacros_h" >&5
20521 echo "${ECHO_T}$ac_cv_header_sys_sysmacros_h" >&6; }
20524 if test $ac_cv_header_sys_sysmacros_h = yes; then
20526 cat >>confdefs.h
<<\_ACEOF
20527 #define MAJOR_IN_SYSMACROS 1
20536 { echo "$as_me:$LINENO: checking for sys/wait.h that is POSIX.1 compatible" >&5
20537 echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6; }
20538 if test "${ac_cv_header_sys_wait_h+set}" = set; then
20539 echo $ECHO_N "(cached) $ECHO_C" >&6
20541 cat >conftest.
$ac_ext <<_ACEOF
20544 cat confdefs.h
>>conftest.
$ac_ext
20545 cat >>conftest.
$ac_ext <<_ACEOF
20546 /* end confdefs.h. */
20547 #include <sys/types.h>
20548 #include <sys/wait.h>
20549 #ifndef WEXITSTATUS
20550 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
20553 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
20561 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
20566 rm -f conftest.
$ac_objext
20567 if { (ac_try
="$ac_compile"
20568 case "(($ac_try" in
20569 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20570 *) ac_try_echo=$ac_try;;
20572 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20573 (eval "$ac_compile") 2>conftest.er1
20575 grep -v '^ *+' conftest.er1 >conftest.err
20577 cat conftest.err >&5
20578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20579 (exit $ac_status); } && {
20580 test -z "$ac_c_werror_flag" ||
20581 test ! -s conftest.err
20582 } && test -s conftest.$ac_objext; then
20583 ac_cv_header_sys_wait_h=yes
20585 echo "$as_me: failed program was:" >&5
20586 sed 's/^/| /' conftest.$ac_ext >&5
20588 ac_cv_header_sys_wait_h=no
20591 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20593 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5
20594 echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6; }
20595 if test $ac_cv_header_sys_wait_h = yes; then
20597 cat >>confdefs.h <<\_ACEOF
20598 #define HAVE_SYS_WAIT_H 1
20609 for ac_header in stdint.h fcntl.h locale.h stdint.h inttypes.h unistd.h
20611 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
20612 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
20613 { echo "$as_me:$LINENO: checking for $ac_header" >&5
20614 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
20615 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
20616 echo $ECHO_N "(cached) $ECHO_C" >&6
20618 ac_res=`eval echo '${'$as_ac_Header'}'`
20619 { echo "$as_me:$LINENO: result: $ac_res" >&5
20620 echo "${ECHO_T}$ac_res" >&6; }
20622 # Is the header compilable?
20623 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
20624 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
20625 cat >conftest.$ac_ext <<_ACEOF
20628 cat confdefs.h >>conftest.$ac_ext
20629 cat >>conftest.$ac_ext <<_ACEOF
20630 /* end confdefs.h. */
20631 $ac_includes_default
20632 #include <$ac_header>
20634 rm -f conftest.$ac_objext
20635 if { (ac_try="$ac_compile"
20636 case "(($ac_try" in
20637 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20638 *) ac_try_echo
=$ac_try;;
20640 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20641 (eval "$ac_compile") 2>conftest.er1
20643 grep -v '^ *+' conftest.er1
>conftest.err
20645 cat conftest.err
>&5
20646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20647 (exit $ac_status); } && {
20648 test -z "$ac_c_werror_flag" ||
20649 test ! -s conftest.err
20650 } && test -s conftest.
$ac_objext; then
20651 ac_header_compiler
=yes
20653 echo "$as_me: failed program was:" >&5
20654 sed 's/^/| /' conftest.
$ac_ext >&5
20656 ac_header_compiler
=no
20659 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20660 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20661 echo "${ECHO_T}$ac_header_compiler" >&6; }
20663 # Is the header present?
20664 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
20665 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
20666 cat >conftest.
$ac_ext <<_ACEOF
20669 cat confdefs.h
>>conftest.
$ac_ext
20670 cat >>conftest.
$ac_ext <<_ACEOF
20671 /* end confdefs.h. */
20672 #include <$ac_header>
20674 if { (ac_try
="$ac_cpp conftest.$ac_ext"
20675 case "(($ac_try" in
20676 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20677 *) ac_try_echo=$ac_try;;
20679 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20680 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
20682 grep -v '^ *+' conftest.er1 >conftest.err
20684 cat conftest.err >&5
20685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20686 (exit $ac_status); } >/dev/null && {
20687 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
20688 test ! -s conftest.err
20690 ac_header_preproc=yes
20692 echo "$as_me: failed program was:" >&5
20693 sed 's/^/| /' conftest.$ac_ext >&5
20695 ac_header_preproc=no
20698 rm -f conftest.err conftest.$ac_ext
20699 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20700 echo "${ECHO_T}$ac_header_preproc" >&6; }
20702 # So? What about this header?
20703 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
20705 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
20706 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
20707 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
20708 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
20709 ac_header_preproc=yes
20712 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
20713 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
20714 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
20715 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
20716 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
20717 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
20718 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
20719 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
20720 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
20721 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
20722 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
20723 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
20725 ## ---------------------------------- ##
20726 ## Report this to christos@astron.com ##
20727 ## ---------------------------------- ##
20729 ) | sed "s/^/$as_me: WARNING: /" >&2
20732 { echo "$as_me:$LINENO: checking for $ac_header" >&5
20733 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
20734 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
20735 echo $ECHO_N "(cached) $ECHO_C" >&6
20737 eval "$as_ac_Header=\$ac_header_preproc"
20739 ac_res=`eval echo '${'$as_ac_Header'}'`
20740 { echo "$as_me:$LINENO: result: $ac_res" >&5
20741 echo "${ECHO_T}$ac_res" >&6; }
20744 if test `eval echo '${'$as_ac_Header'}'` = yes; then
20745 cat >>confdefs.h <<_ACEOF
20746 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
20757 for ac_header in utime.h wchar.h wctype.h limits.h
20759 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
20760 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
20761 { echo "$as_me:$LINENO: checking for $ac_header" >&5
20762 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
20763 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
20764 echo $ECHO_N "(cached) $ECHO_C" >&6
20766 ac_res=`eval echo '${'$as_ac_Header'}'`
20767 { echo "$as_me:$LINENO: result: $ac_res" >&5
20768 echo "${ECHO_T}$ac_res" >&6; }
20770 # Is the header compilable?
20771 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
20772 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
20773 cat >conftest.$ac_ext <<_ACEOF
20776 cat confdefs.h >>conftest.$ac_ext
20777 cat >>conftest.$ac_ext <<_ACEOF
20778 /* end confdefs.h. */
20779 $ac_includes_default
20780 #include <$ac_header>
20782 rm -f conftest.$ac_objext
20783 if { (ac_try="$ac_compile"
20784 case "(($ac_try" in
20785 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20786 *) ac_try_echo
=$ac_try;;
20788 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20789 (eval "$ac_compile") 2>conftest.er1
20791 grep -v '^ *+' conftest.er1
>conftest.err
20793 cat conftest.err
>&5
20794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20795 (exit $ac_status); } && {
20796 test -z "$ac_c_werror_flag" ||
20797 test ! -s conftest.err
20798 } && test -s conftest.
$ac_objext; then
20799 ac_header_compiler
=yes
20801 echo "$as_me: failed program was:" >&5
20802 sed 's/^/| /' conftest.
$ac_ext >&5
20804 ac_header_compiler
=no
20807 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20808 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20809 echo "${ECHO_T}$ac_header_compiler" >&6; }
20811 # Is the header present?
20812 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
20813 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
20814 cat >conftest.
$ac_ext <<_ACEOF
20817 cat confdefs.h
>>conftest.
$ac_ext
20818 cat >>conftest.
$ac_ext <<_ACEOF
20819 /* end confdefs.h. */
20820 #include <$ac_header>
20822 if { (ac_try
="$ac_cpp conftest.$ac_ext"
20823 case "(($ac_try" in
20824 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20825 *) ac_try_echo=$ac_try;;
20827 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20828 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
20830 grep -v '^ *+' conftest.er1 >conftest.err
20832 cat conftest.err >&5
20833 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20834 (exit $ac_status); } >/dev/null && {
20835 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
20836 test ! -s conftest.err
20838 ac_header_preproc=yes
20840 echo "$as_me: failed program was:" >&5
20841 sed 's/^/| /' conftest.$ac_ext >&5
20843 ac_header_preproc=no
20846 rm -f conftest.err conftest.$ac_ext
20847 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20848 echo "${ECHO_T}$ac_header_preproc" >&6; }
20850 # So? What about this header?
20851 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
20853 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
20854 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
20855 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
20856 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
20857 ac_header_preproc=yes
20860 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
20861 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
20862 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
20863 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
20864 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
20865 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
20866 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
20867 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
20868 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
20869 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
20870 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
20871 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
20873 ## ---------------------------------- ##
20874 ## Report this to christos@astron.com ##
20875 ## ---------------------------------- ##
20877 ) | sed "s/^/$as_me: WARNING: /" >&2
20880 { echo "$as_me:$LINENO: checking for $ac_header" >&5
20881 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
20882 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
20883 echo $ECHO_N "(cached) $ECHO_C" >&6
20885 eval "$as_ac_Header=\$ac_header_preproc"
20887 ac_res=`eval echo '${'$as_ac_Header'}'`
20888 { echo "$as_me:$LINENO: result: $ac_res" >&5
20889 echo "${ECHO_T}$ac_res" >&6; }
20892 if test `eval echo '${'$as_ac_Header'}'` = yes; then
20893 cat >>confdefs.h <<_ACEOF
20894 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
20903 for ac_header in getopt.h err.h
20905 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
20906 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
20907 { echo "$as_me:$LINENO: checking for $ac_header" >&5
20908 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
20909 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
20910 echo $ECHO_N "(cached) $ECHO_C" >&6
20912 ac_res=`eval echo '${'$as_ac_Header'}'`
20913 { echo "$as_me:$LINENO: result: $ac_res" >&5
20914 echo "${ECHO_T}$ac_res" >&6; }
20916 # Is the header compilable?
20917 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
20918 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
20919 cat >conftest.$ac_ext <<_ACEOF
20922 cat confdefs.h >>conftest.$ac_ext
20923 cat >>conftest.$ac_ext <<_ACEOF
20924 /* end confdefs.h. */
20925 $ac_includes_default
20926 #include <$ac_header>
20928 rm -f conftest.$ac_objext
20929 if { (ac_try="$ac_compile"
20930 case "(($ac_try" in
20931 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20932 *) ac_try_echo
=$ac_try;;
20934 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20935 (eval "$ac_compile") 2>conftest.er1
20937 grep -v '^ *+' conftest.er1
>conftest.err
20939 cat conftest.err
>&5
20940 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20941 (exit $ac_status); } && {
20942 test -z "$ac_c_werror_flag" ||
20943 test ! -s conftest.err
20944 } && test -s conftest.
$ac_objext; then
20945 ac_header_compiler
=yes
20947 echo "$as_me: failed program was:" >&5
20948 sed 's/^/| /' conftest.
$ac_ext >&5
20950 ac_header_compiler
=no
20953 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20954 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20955 echo "${ECHO_T}$ac_header_compiler" >&6; }
20957 # Is the header present?
20958 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
20959 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
20960 cat >conftest.
$ac_ext <<_ACEOF
20963 cat confdefs.h
>>conftest.
$ac_ext
20964 cat >>conftest.
$ac_ext <<_ACEOF
20965 /* end confdefs.h. */
20966 #include <$ac_header>
20968 if { (ac_try
="$ac_cpp conftest.$ac_ext"
20969 case "(($ac_try" in
20970 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20971 *) ac_try_echo=$ac_try;;
20973 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20974 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
20976 grep -v '^ *+' conftest.er1 >conftest.err
20978 cat conftest.err >&5
20979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20980 (exit $ac_status); } >/dev/null && {
20981 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
20982 test ! -s conftest.err
20984 ac_header_preproc=yes
20986 echo "$as_me: failed program was:" >&5
20987 sed 's/^/| /' conftest.$ac_ext >&5
20989 ac_header_preproc=no
20992 rm -f conftest.err conftest.$ac_ext
20993 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20994 echo "${ECHO_T}$ac_header_preproc" >&6; }
20996 # So? What about this header?
20997 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
20999 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
21000 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
21001 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
21002 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
21003 ac_header_preproc=yes
21006 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
21007 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
21008 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
21009 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
21010 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
21011 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
21012 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
21013 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
21014 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
21015 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
21016 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
21017 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
21019 ## ---------------------------------- ##
21020 ## Report this to christos@astron.com ##
21021 ## ---------------------------------- ##
21023 ) | sed "s/^/$as_me: WARNING: /" >&2
21026 { echo "$as_me:$LINENO: checking for $ac_header" >&5
21027 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21028 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21029 echo $ECHO_N "(cached) $ECHO_C" >&6
21031 eval "$as_ac_Header=\$ac_header_preproc"
21033 ac_res=`eval echo '${'$as_ac_Header'}'`
21034 { echo "$as_me:$LINENO: result: $ac_res" >&5
21035 echo "${ECHO_T}$ac_res" >&6; }
21038 if test `eval echo '${'$as_ac_Header'}'` = yes; then
21039 cat >>confdefs.h <<_ACEOF
21040 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
21052 for ac_header in sys/mman.h sys/stat.h sys/types.h sys/utime.h sys/time.h
21054 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
21055 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21056 { echo "$as_me:$LINENO: checking for $ac_header" >&5
21057 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21058 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21059 echo $ECHO_N "(cached) $ECHO_C" >&6
21061 ac_res=`eval echo '${'$as_ac_Header'}'`
21062 { echo "$as_me:$LINENO: result: $ac_res" >&5
21063 echo "${ECHO_T}$ac_res" >&6; }
21065 # Is the header compilable?
21066 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
21067 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
21068 cat >conftest.$ac_ext <<_ACEOF
21071 cat confdefs.h >>conftest.$ac_ext
21072 cat >>conftest.$ac_ext <<_ACEOF
21073 /* end confdefs.h. */
21074 $ac_includes_default
21075 #include <$ac_header>
21077 rm -f conftest.$ac_objext
21078 if { (ac_try="$ac_compile"
21079 case "(($ac_try" in
21080 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21081 *) ac_try_echo
=$ac_try;;
21083 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21084 (eval "$ac_compile") 2>conftest.er1
21086 grep -v '^ *+' conftest.er1
>conftest.err
21088 cat conftest.err
>&5
21089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21090 (exit $ac_status); } && {
21091 test -z "$ac_c_werror_flag" ||
21092 test ! -s conftest.err
21093 } && test -s conftest.
$ac_objext; then
21094 ac_header_compiler
=yes
21096 echo "$as_me: failed program was:" >&5
21097 sed 's/^/| /' conftest.
$ac_ext >&5
21099 ac_header_compiler
=no
21102 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21103 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21104 echo "${ECHO_T}$ac_header_compiler" >&6; }
21106 # Is the header present?
21107 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
21108 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
21109 cat >conftest.
$ac_ext <<_ACEOF
21112 cat confdefs.h
>>conftest.
$ac_ext
21113 cat >>conftest.
$ac_ext <<_ACEOF
21114 /* end confdefs.h. */
21115 #include <$ac_header>
21117 if { (ac_try
="$ac_cpp conftest.$ac_ext"
21118 case "(($ac_try" in
21119 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21120 *) ac_try_echo=$ac_try;;
21122 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21123 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
21125 grep -v '^ *+' conftest.er1 >conftest.err
21127 cat conftest.err >&5
21128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21129 (exit $ac_status); } >/dev/null && {
21130 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
21131 test ! -s conftest.err
21133 ac_header_preproc=yes
21135 echo "$as_me: failed program was:" >&5
21136 sed 's/^/| /' conftest.$ac_ext >&5
21138 ac_header_preproc=no
21141 rm -f conftest.err conftest.$ac_ext
21142 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21143 echo "${ECHO_T}$ac_header_preproc" >&6; }
21145 # So? What about this header?
21146 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
21148 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
21149 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
21150 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
21151 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
21152 ac_header_preproc=yes
21155 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
21156 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
21157 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
21158 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
21159 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
21160 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
21161 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
21162 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
21163 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
21164 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
21165 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
21166 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
21168 ## ---------------------------------- ##
21169 ## Report this to christos@astron.com ##
21170 ## ---------------------------------- ##
21172 ) | sed "s/^/$as_me: WARNING: /" >&2
21175 { echo "$as_me:$LINENO: checking for $ac_header" >&5
21176 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21177 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21178 echo $ECHO_N "(cached) $ECHO_C" >&6
21180 eval "$as_ac_Header=\$ac_header_preproc"
21182 ac_res=`eval echo '${'$as_ac_Header'}'`
21183 { echo "$as_me:$LINENO: result: $ac_res" >&5
21184 echo "${ECHO_T}$ac_res" >&6; }
21187 if test `eval echo '${'$as_ac_Header'}'` = yes; then
21188 cat >>confdefs.h <<_ACEOF
21189 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
21197 for ac_header in zlib.h
21199 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
21200 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21201 { echo "$as_me:$LINENO: checking for $ac_header" >&5
21202 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21203 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21204 echo $ECHO_N "(cached) $ECHO_C" >&6
21206 ac_res=`eval echo '${'$as_ac_Header'}'`
21207 { echo "$as_me:$LINENO: result: $ac_res" >&5
21208 echo "${ECHO_T}$ac_res" >&6; }
21210 # Is the header compilable?
21211 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
21212 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
21213 cat >conftest.$ac_ext <<_ACEOF
21216 cat confdefs.h >>conftest.$ac_ext
21217 cat >>conftest.$ac_ext <<_ACEOF
21218 /* end confdefs.h. */
21219 $ac_includes_default
21220 #include <$ac_header>
21222 rm -f conftest.$ac_objext
21223 if { (ac_try="$ac_compile"
21224 case "(($ac_try" in
21225 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21226 *) ac_try_echo
=$ac_try;;
21228 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21229 (eval "$ac_compile") 2>conftest.er1
21231 grep -v '^ *+' conftest.er1
>conftest.err
21233 cat conftest.err
>&5
21234 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21235 (exit $ac_status); } && {
21236 test -z "$ac_c_werror_flag" ||
21237 test ! -s conftest.err
21238 } && test -s conftest.
$ac_objext; then
21239 ac_header_compiler
=yes
21241 echo "$as_me: failed program was:" >&5
21242 sed 's/^/| /' conftest.
$ac_ext >&5
21244 ac_header_compiler
=no
21247 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21248 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21249 echo "${ECHO_T}$ac_header_compiler" >&6; }
21251 # Is the header present?
21252 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
21253 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
21254 cat >conftest.
$ac_ext <<_ACEOF
21257 cat confdefs.h
>>conftest.
$ac_ext
21258 cat >>conftest.
$ac_ext <<_ACEOF
21259 /* end confdefs.h. */
21260 #include <$ac_header>
21262 if { (ac_try
="$ac_cpp conftest.$ac_ext"
21263 case "(($ac_try" in
21264 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21265 *) ac_try_echo=$ac_try;;
21267 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21268 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
21270 grep -v '^ *+' conftest.er1 >conftest.err
21272 cat conftest.err >&5
21273 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21274 (exit $ac_status); } >/dev/null && {
21275 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
21276 test ! -s conftest.err
21278 ac_header_preproc=yes
21280 echo "$as_me: failed program was:" >&5
21281 sed 's/^/| /' conftest.$ac_ext >&5
21283 ac_header_preproc=no
21286 rm -f conftest.err conftest.$ac_ext
21287 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21288 echo "${ECHO_T}$ac_header_preproc" >&6; }
21290 # So? What about this header?
21291 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
21293 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
21294 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
21295 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
21296 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
21297 ac_header_preproc=yes
21300 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
21301 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
21302 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
21303 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
21304 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
21305 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
21306 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
21307 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
21308 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
21309 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
21310 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
21311 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
21313 ## ---------------------------------- ##
21314 ## Report this to christos@astron.com ##
21315 ## ---------------------------------- ##
21317 ) | sed "s/^/$as_me: WARNING: /" >&2
21320 { echo "$as_me:$LINENO: checking for $ac_header" >&5
21321 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21322 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21323 echo $ECHO_N "(cached) $ECHO_C" >&6
21325 eval "$as_ac_Header=\$ac_header_preproc"
21327 ac_res=`eval echo '${'$as_ac_Header'}'`
21328 { echo "$as_me:$LINENO: result: $ac_res" >&5
21329 echo "${ECHO_T}$ac_res" >&6; }
21332 if test `eval echo '${'$as_ac_Header'}'` = yes; then
21333 cat >>confdefs.h <<_ACEOF
21334 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
21342 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
21343 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
21344 if test "${ac_cv_c_const+set}" = set; then
21345 echo $ECHO_N "(cached) $ECHO_C" >&6
21347 cat >conftest.$ac_ext <<_ACEOF
21350 cat confdefs.h >>conftest.$ac_ext
21351 cat >>conftest.$ac_ext <<_ACEOF
21352 /* end confdefs.h. */
21357 /* FIXME: Include the comments suggested by Paul. */
21358 #ifndef __cplusplus
21359 /* Ultrix mips cc rejects this. */
21360 typedef int charset[2];
21362 /* SunOS 4.1.1 cc rejects this. */
21363 char const *const *pcpcc;
21365 /* NEC SVR4.0.2 mips cc rejects this. */
21366 struct point {int x, y;};
21367 static struct point const zero = {0,0};
21368 /* AIX XL C 1.02.0.0 rejects this.
21369 It does not let you subtract one const X* pointer from another in
21370 an arm of an if-expression whose if-part is not a constant
21372 const char *g = "string";
21373 pcpcc = &g + (g ? g-g : 0);
21374 /* HPUX 7.0 cc rejects these. */
21376 ppc = (char**) pcpcc;
21377 pcpcc = (char const *const *) ppc;
21378 { /* SCO 3.2v4 cc rejects this. */
21380 char const *s = 0 ? (char *) 0 : (char const *) 0;
21385 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
21386 int x[] = {25, 17};
21387 const int *foo = &x[0];
21390 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
21391 typedef const int *iptr;
21395 { /* AIX XL C 1.02.0.0 rejects this saying
21396 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
21397 struct s { int j; const int *ap[3]; };
21398 struct s *b; b->j = 5;
21400 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
21401 const int foo = 10;
21402 if (!foo) return 0;
21404 return !cs[0] && !zero.x;
21411 rm -f conftest.$ac_objext
21412 if { (ac_try="$ac_compile"
21413 case "(($ac_try" in
21414 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21415 *) ac_try_echo
=$ac_try;;
21417 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21418 (eval "$ac_compile") 2>conftest.er1
21420 grep -v '^ *+' conftest.er1
>conftest.err
21422 cat conftest.err
>&5
21423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21424 (exit $ac_status); } && {
21425 test -z "$ac_c_werror_flag" ||
21426 test ! -s conftest.err
21427 } && test -s conftest.
$ac_objext; then
21430 echo "$as_me: failed program was:" >&5
21431 sed 's/^/| /' conftest.
$ac_ext >&5
21436 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21438 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
21439 echo "${ECHO_T}$ac_cv_c_const" >&6; }
21440 if test $ac_cv_c_const = no
; then
21442 cat >>confdefs.h
<<\_ACEOF
21448 { echo "$as_me:$LINENO: checking for off_t" >&5
21449 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
21450 if test "${ac_cv_type_off_t+set}" = set; then
21451 echo $ECHO_N "(cached) $ECHO_C" >&6
21453 cat >conftest.
$ac_ext <<_ACEOF
21456 cat confdefs.h
>>conftest.
$ac_ext
21457 cat >>conftest.
$ac_ext <<_ACEOF
21458 /* end confdefs.h. */
21459 $ac_includes_default
21460 typedef off_t ac__type_new_;
21464 if ((ac__type_new_ *) 0)
21466 if (sizeof (ac__type_new_))
21472 rm -f conftest.
$ac_objext
21473 if { (ac_try
="$ac_compile"
21474 case "(($ac_try" in
21475 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21476 *) ac_try_echo=$ac_try;;
21478 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21479 (eval "$ac_compile") 2>conftest.er1
21481 grep -v '^ *+' conftest.er1 >conftest.err
21483 cat conftest.err >&5
21484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21485 (exit $ac_status); } && {
21486 test -z "$ac_c_werror_flag" ||
21487 test ! -s conftest.err
21488 } && test -s conftest.$ac_objext; then
21489 ac_cv_type_off_t=yes
21491 echo "$as_me: failed program was:" >&5
21492 sed 's/^/| /' conftest.$ac_ext >&5
21494 ac_cv_type_off_t=no
21497 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21499 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
21500 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
21501 if test $ac_cv_type_off_t = yes; then
21505 cat >>confdefs.h <<_ACEOF
21506 #define off_t long int
21511 { echo "$as_me:$LINENO: checking for size_t" >&5
21512 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
21513 if test "${ac_cv_type_size_t+set}" = set; then
21514 echo $ECHO_N "(cached) $ECHO_C" >&6
21516 cat >conftest.$ac_ext <<_ACEOF
21519 cat confdefs.h >>conftest.$ac_ext
21520 cat >>conftest.$ac_ext <<_ACEOF
21521 /* end confdefs.h. */
21522 $ac_includes_default
21523 typedef size_t ac__type_new_;
21527 if ((ac__type_new_ *) 0)
21529 if (sizeof (ac__type_new_))
21535 rm -f conftest.$ac_objext
21536 if { (ac_try="$ac_compile"
21537 case "(($ac_try" in
21538 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21539 *) ac_try_echo
=$ac_try;;
21541 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21542 (eval "$ac_compile") 2>conftest.er1
21544 grep -v '^ *+' conftest.er1
>conftest.err
21546 cat conftest.err
>&5
21547 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21548 (exit $ac_status); } && {
21549 test -z "$ac_c_werror_flag" ||
21550 test ! -s conftest.err
21551 } && test -s conftest.
$ac_objext; then
21552 ac_cv_type_size_t
=yes
21554 echo "$as_me: failed program was:" >&5
21555 sed 's/^/| /' conftest.
$ac_ext >&5
21557 ac_cv_type_size_t
=no
21560 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21562 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
21563 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
21564 if test $ac_cv_type_size_t = yes; then
21568 cat >>confdefs.h
<<_ACEOF
21569 #define size_t unsigned int
21574 { echo "$as_me:$LINENO: checking for struct stat.st_rdev" >&5
21575 echo $ECHO_N "checking for struct stat.st_rdev... $ECHO_C" >&6; }
21576 if test "${ac_cv_member_struct_stat_st_rdev+set}" = set; then
21577 echo $ECHO_N "(cached) $ECHO_C" >&6
21579 cat >conftest.
$ac_ext <<_ACEOF
21582 cat confdefs.h
>>conftest.
$ac_ext
21583 cat >>conftest.
$ac_ext <<_ACEOF
21584 /* end confdefs.h. */
21585 $ac_includes_default
21589 static struct stat ac_aggr;
21590 if (ac_aggr.st_rdev)
21596 rm -f conftest.
$ac_objext
21597 if { (ac_try
="$ac_compile"
21598 case "(($ac_try" in
21599 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21600 *) ac_try_echo=$ac_try;;
21602 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21603 (eval "$ac_compile") 2>conftest.er1
21605 grep -v '^ *+' conftest.er1 >conftest.err
21607 cat conftest.err >&5
21608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21609 (exit $ac_status); } && {
21610 test -z "$ac_c_werror_flag" ||
21611 test ! -s conftest.err
21612 } && test -s conftest.$ac_objext; then
21613 ac_cv_member_struct_stat_st_rdev=yes
21615 echo "$as_me: failed program was:" >&5
21616 sed 's/^/| /' conftest.$ac_ext >&5
21618 cat >conftest.$ac_ext <<_ACEOF
21621 cat confdefs.h >>conftest.$ac_ext
21622 cat >>conftest.$ac_ext <<_ACEOF
21623 /* end confdefs.h. */
21624 $ac_includes_default
21628 static struct stat ac_aggr;
21629 if (sizeof ac_aggr.st_rdev)
21635 rm -f conftest.$ac_objext
21636 if { (ac_try="$ac_compile"
21637 case "(($ac_try" in
21638 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21639 *) ac_try_echo
=$ac_try;;
21641 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21642 (eval "$ac_compile") 2>conftest.er1
21644 grep -v '^ *+' conftest.er1
>conftest.err
21646 cat conftest.err
>&5
21647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21648 (exit $ac_status); } && {
21649 test -z "$ac_c_werror_flag" ||
21650 test ! -s conftest.err
21651 } && test -s conftest.
$ac_objext; then
21652 ac_cv_member_struct_stat_st_rdev
=yes
21654 echo "$as_me: failed program was:" >&5
21655 sed 's/^/| /' conftest.
$ac_ext >&5
21657 ac_cv_member_struct_stat_st_rdev
=no
21660 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21663 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21665 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_rdev" >&5
21666 echo "${ECHO_T}$ac_cv_member_struct_stat_st_rdev" >&6; }
21667 if test $ac_cv_member_struct_stat_st_rdev = yes; then
21669 cat >>confdefs.h
<<_ACEOF
21670 #define HAVE_STRUCT_STAT_ST_RDEV 1
21677 { echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5
21678 echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6; }
21679 if test "${ac_cv_struct_tm+set}" = set; then
21680 echo $ECHO_N "(cached) $ECHO_C" >&6
21682 cat >conftest.
$ac_ext <<_ACEOF
21685 cat confdefs.h
>>conftest.
$ac_ext
21686 cat >>conftest.
$ac_ext <<_ACEOF
21687 /* end confdefs.h. */
21688 #include <sys/types.h>
21695 int *p = &tm.tm_sec;
21701 rm -f conftest.
$ac_objext
21702 if { (ac_try
="$ac_compile"
21703 case "(($ac_try" in
21704 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21705 *) ac_try_echo=$ac_try;;
21707 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21708 (eval "$ac_compile") 2>conftest.er1
21710 grep -v '^ *+' conftest.er1 >conftest.err
21712 cat conftest.err >&5
21713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21714 (exit $ac_status); } && {
21715 test -z "$ac_c_werror_flag" ||
21716 test ! -s conftest.err
21717 } && test -s conftest.$ac_objext; then
21718 ac_cv_struct_tm=time.h
21720 echo "$as_me: failed program was:" >&5
21721 sed 's/^/| /' conftest.$ac_ext >&5
21723 ac_cv_struct_tm=sys/time.h
21726 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21728 { echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5
21729 echo "${ECHO_T}$ac_cv_struct_tm" >&6; }
21730 if test $ac_cv_struct_tm = sys/time.h; then
21732 cat >>confdefs.h <<\_ACEOF
21733 #define TM_IN_SYS_TIME 1
21738 { echo "$as_me:$LINENO: checking for struct tm.tm_gmtoff" >&5
21739 echo $ECHO_N "checking for struct tm.tm_gmtoff... $ECHO_C" >&6; }
21740 if test "${ac_cv_member_struct_tm_tm_gmtoff+set}" = set; then
21741 echo $ECHO_N "(cached) $ECHO_C" >&6
21743 cat >conftest.$ac_ext <<_ACEOF
21746 cat confdefs.h >>conftest.$ac_ext
21747 cat >>conftest.$ac_ext <<_ACEOF
21748 /* end confdefs.h. */
21749 $ac_includes_default
21753 static struct tm ac_aggr;
21754 if (ac_aggr.tm_gmtoff)
21760 rm -f conftest.$ac_objext
21761 if { (ac_try="$ac_compile"
21762 case "(($ac_try" in
21763 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21764 *) ac_try_echo
=$ac_try;;
21766 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21767 (eval "$ac_compile") 2>conftest.er1
21769 grep -v '^ *+' conftest.er1
>conftest.err
21771 cat conftest.err
>&5
21772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21773 (exit $ac_status); } && {
21774 test -z "$ac_c_werror_flag" ||
21775 test ! -s conftest.err
21776 } && test -s conftest.
$ac_objext; then
21777 ac_cv_member_struct_tm_tm_gmtoff
=yes
21779 echo "$as_me: failed program was:" >&5
21780 sed 's/^/| /' conftest.
$ac_ext >&5
21782 cat >conftest.
$ac_ext <<_ACEOF
21785 cat confdefs.h
>>conftest.
$ac_ext
21786 cat >>conftest.
$ac_ext <<_ACEOF
21787 /* end confdefs.h. */
21788 $ac_includes_default
21792 static struct tm ac_aggr;
21793 if (sizeof ac_aggr.tm_gmtoff)
21799 rm -f conftest.
$ac_objext
21800 if { (ac_try
="$ac_compile"
21801 case "(($ac_try" in
21802 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21803 *) ac_try_echo=$ac_try;;
21805 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21806 (eval "$ac_compile") 2>conftest.er1
21808 grep -v '^ *+' conftest.er1 >conftest.err
21810 cat conftest.err >&5
21811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21812 (exit $ac_status); } && {
21813 test -z "$ac_c_werror_flag" ||
21814 test ! -s conftest.err
21815 } && test -s conftest.$ac_objext; then
21816 ac_cv_member_struct_tm_tm_gmtoff=yes
21818 echo "$as_me: failed program was:" >&5
21819 sed 's/^/| /' conftest.$ac_ext >&5
21821 ac_cv_member_struct_tm_tm_gmtoff=no
21824 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21827 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21829 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_gmtoff" >&5
21830 echo "${ECHO_T}$ac_cv_member_struct_tm_tm_gmtoff" >&6; }
21831 if test $ac_cv_member_struct_tm_tm_gmtoff = yes; then
21833 cat >>confdefs.h <<_ACEOF
21834 #define HAVE_STRUCT_TM_TM_GMTOFF 1
21839 { echo "$as_me:$LINENO: checking for struct tm.tm_zone" >&5
21840 echo $ECHO_N "checking for struct tm.tm_zone... $ECHO_C" >&6; }
21841 if test "${ac_cv_member_struct_tm_tm_zone+set}" = set; then
21842 echo $ECHO_N "(cached) $ECHO_C" >&6
21844 cat >conftest.$ac_ext <<_ACEOF
21847 cat confdefs.h >>conftest.$ac_ext
21848 cat >>conftest.$ac_ext <<_ACEOF
21849 /* end confdefs.h. */
21850 $ac_includes_default
21854 static struct tm ac_aggr;
21855 if (ac_aggr.tm_zone)
21861 rm -f conftest.$ac_objext
21862 if { (ac_try="$ac_compile"
21863 case "(($ac_try" in
21864 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21865 *) ac_try_echo
=$ac_try;;
21867 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21868 (eval "$ac_compile") 2>conftest.er1
21870 grep -v '^ *+' conftest.er1
>conftest.err
21872 cat conftest.err
>&5
21873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21874 (exit $ac_status); } && {
21875 test -z "$ac_c_werror_flag" ||
21876 test ! -s conftest.err
21877 } && test -s conftest.
$ac_objext; then
21878 ac_cv_member_struct_tm_tm_zone
=yes
21880 echo "$as_me: failed program was:" >&5
21881 sed 's/^/| /' conftest.
$ac_ext >&5
21883 cat >conftest.
$ac_ext <<_ACEOF
21886 cat confdefs.h
>>conftest.
$ac_ext
21887 cat >>conftest.
$ac_ext <<_ACEOF
21888 /* end confdefs.h. */
21889 $ac_includes_default
21893 static struct tm ac_aggr;
21894 if (sizeof ac_aggr.tm_zone)
21900 rm -f conftest.
$ac_objext
21901 if { (ac_try
="$ac_compile"
21902 case "(($ac_try" in
21903 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21904 *) ac_try_echo=$ac_try;;
21906 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21907 (eval "$ac_compile") 2>conftest.er1
21909 grep -v '^ *+' conftest.er1 >conftest.err
21911 cat conftest.err >&5
21912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21913 (exit $ac_status); } && {
21914 test -z "$ac_c_werror_flag" ||
21915 test ! -s conftest.err
21916 } && test -s conftest.$ac_objext; then
21917 ac_cv_member_struct_tm_tm_zone=yes
21919 echo "$as_me: failed program was:" >&5
21920 sed 's/^/| /' conftest.$ac_ext >&5
21922 ac_cv_member_struct_tm_tm_zone=no
21925 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21928 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21930 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_zone" >&5
21931 echo "${ECHO_T}$ac_cv_member_struct_tm_tm_zone" >&6; }
21932 if test $ac_cv_member_struct_tm_tm_zone = yes; then
21934 cat >>confdefs.h <<_ACEOF
21935 #define HAVE_STRUCT_TM_TM_ZONE 1
21941 { echo "$as_me:$LINENO: checking for tm_zone in struct tm" >&5
21942 echo $ECHO_N "checking for tm_zone in struct tm... $ECHO_C" >&6; }
21943 if test "${ac_cv_struct_tm_zone+set}" = set; then
21944 echo $ECHO_N "(cached) $ECHO_C" >&6
21946 cat >conftest.$ac_ext <<_ACEOF
21949 cat confdefs.h >>conftest.$ac_ext
21950 cat >>conftest.$ac_ext <<_ACEOF
21951 /* end confdefs.h. */
21952 #include <sys/types.h>
21953 #include <$ac_cv_struct_tm>
21957 struct tm tm; tm.tm_zone;
21962 rm -f conftest.$ac_objext
21963 if { (ac_try="$ac_compile"
21964 case "(($ac_try" in
21965 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21966 *) ac_try_echo
=$ac_try;;
21968 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21969 (eval "$ac_compile") 2>conftest.er1
21971 grep -v '^ *+' conftest.er1
>conftest.err
21973 cat conftest.err
>&5
21974 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21975 (exit $ac_status); } && {
21976 test -z "$ac_c_werror_flag" ||
21977 test ! -s conftest.err
21978 } && test -s conftest.
$ac_objext; then
21979 ac_cv_struct_tm_zone
=yes
21981 echo "$as_me: failed program was:" >&5
21982 sed 's/^/| /' conftest.
$ac_ext >&5
21984 ac_cv_struct_tm_zone
=no
21987 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21989 { echo "$as_me:$LINENO: result: $ac_cv_struct_tm_zone" >&5
21990 echo "${ECHO_T}$ac_cv_struct_tm_zone" >&6; }
21991 if test "$ac_cv_struct_tm_zone" = yes; then
21993 cat >>confdefs.h
<<\_ACEOF
21994 #define HAVE_TM_ZONE 1
21999 { echo "$as_me:$LINENO: checking for tzname" >&5
22000 echo $ECHO_N "checking for tzname... $ECHO_C" >&6; }
22001 if test "${ac_cv_var_tzname+set}" = set; then
22002 echo $ECHO_N "(cached) $ECHO_C" >&6
22004 cat >conftest.
$ac_ext <<_ACEOF
22007 cat confdefs.h
>>conftest.
$ac_ext
22008 cat >>conftest.
$ac_ext <<_ACEOF
22009 /* end confdefs.h. */
22011 #ifndef tzname /* For SGI. */
22012 extern char *tzname[]; /* RS6000 and others reject char **tzname. */
22022 rm -f conftest.
$ac_objext conftest
$ac_exeext
22023 if { (ac_try
="$ac_link"
22024 case "(($ac_try" in
22025 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22026 *) ac_try_echo=$ac_try;;
22028 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22029 (eval "$ac_link") 2>conftest.er1
22031 grep -v '^ *+' conftest.er1 >conftest.err
22033 cat conftest.err >&5
22034 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22035 (exit $ac_status); } && {
22036 test -z "$ac_c_werror_flag" ||
22037 test ! -s conftest.err
22038 } && test -s conftest$ac_exeext &&
22039 $as_test_x conftest$ac_exeext; then
22040 ac_cv_var_tzname=yes
22042 echo "$as_me: failed program was:" >&5
22043 sed 's/^/| /' conftest.$ac_ext >&5
22045 ac_cv_var_tzname=no
22048 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22049 conftest$ac_exeext conftest.$ac_ext
22051 { echo "$as_me:$LINENO: result: $ac_cv_var_tzname" >&5
22052 echo "${ECHO_T}$ac_cv_var_tzname" >&6; }
22053 if test $ac_cv_var_tzname = yes; then
22055 cat >>confdefs.h <<\_ACEOF
22056 #define HAVE_TZNAME 1
22061 { echo "$as_me:$LINENO: checking for tm_isdst in struct tm" >&5
22062 echo $ECHO_N "checking for tm_isdst in struct tm... $ECHO_C" >&6; }
22063 if test "${ac_cv_struct_tm_isdst+set}" = set; then
22064 echo $ECHO_N "(cached) $ECHO_C" >&6
22066 cat >conftest.$ac_ext <<_ACEOF
22069 cat confdefs.h >>conftest.$ac_ext
22070 cat >>conftest.$ac_ext <<_ACEOF
22071 /* end confdefs.h. */
22072 #include <sys/types.h>
22073 #include <$ac_cv_struct_tm>
22077 struct tm tm; tm.tm_isdst;
22082 rm -f conftest.$ac_objext
22083 if { (ac_try="$ac_compile"
22084 case "(($ac_try" in
22085 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22086 *) ac_try_echo
=$ac_try;;
22088 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22089 (eval "$ac_compile") 2>conftest.er1
22091 grep -v '^ *+' conftest.er1
>conftest.err
22093 cat conftest.err
>&5
22094 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22095 (exit $ac_status); } && {
22096 test -z "$ac_c_werror_flag" ||
22097 test ! -s conftest.err
22098 } && test -s conftest.
$ac_objext; then
22099 ac_cv_struct_tm_isdst
=yes
22101 echo "$as_me: failed program was:" >&5
22102 sed 's/^/| /' conftest.
$ac_ext >&5
22104 ac_cv_struct_tm_isdst
=no
22107 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
22109 { echo "$as_me:$LINENO: result: $ac_cv_struct_tm_isdst" >&5
22110 echo "${ECHO_T}$ac_cv_struct_tm_isdst" >&6; }
22111 if test "$ac_cv_struct_tm_isdst" = yes; then
22113 cat >>confdefs.h
<<\_ACEOF
22114 #define HAVE_TM_ISDST 1
22119 { echo "$as_me:$LINENO: checking for daylight" >&5
22120 echo $ECHO_N "checking for daylight... $ECHO_C" >&6; }
22121 if test "${ac_cv_var_daylight+set}" = set; then
22122 echo $ECHO_N "(cached) $ECHO_C" >&6
22124 cat >conftest.
$ac_ext <<_ACEOF
22127 cat confdefs.h
>>conftest.
$ac_ext
22128 cat >>conftest.
$ac_ext <<_ACEOF
22129 /* end confdefs.h. */
22131 #ifndef daylight /* In case IRIX #defines this, too */
22132 extern int daylight;
22142 rm -f conftest.
$ac_objext conftest
$ac_exeext
22143 if { (ac_try
="$ac_link"
22144 case "(($ac_try" in
22145 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22146 *) ac_try_echo=$ac_try;;
22148 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22149 (eval "$ac_link") 2>conftest.er1
22151 grep -v '^ *+' conftest.er1 >conftest.err
22153 cat conftest.err >&5
22154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22155 (exit $ac_status); } && {
22156 test -z "$ac_c_werror_flag" ||
22157 test ! -s conftest.err
22158 } && test -s conftest$ac_exeext &&
22159 $as_test_x conftest$ac_exeext; then
22160 ac_cv_var_daylight=yes
22162 echo "$as_me: failed program was:" >&5
22163 sed 's/^/| /' conftest.$ac_ext >&5
22165 ac_cv_var_daylight=no
22168 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22169 conftest$ac_exeext conftest.$ac_ext
22171 { echo "$as_me:$LINENO: result: $ac_cv_var_daylight" >&5
22172 echo "${ECHO_T}$ac_cv_var_daylight" >&6; }
22173 if test $ac_cv_var_daylight = yes; then
22175 cat >>confdefs.h <<\_ACEOF
22176 #define HAVE_DAYLIGHT 1
22181 # Check whether --enable-largefile was given.
22182 if test "${enable_largefile+set}" = set; then
22183 enableval=$enable_largefile;
22186 if test "$enable_largefile" != no; then
22188 { echo "$as_me:$LINENO: checking for special C compiler options needed for large files" >&5
22189 echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6; }
22190 if test "${ac_cv_sys_largefile_CC+set}" = set; then
22191 echo $ECHO_N "(cached) $ECHO_C" >&6
22193 ac_cv_sys_largefile_CC=no
22194 if test "$GCC" != yes; then
22197 # IRIX 6.2 and later do not support large files by default,
22198 # so use the C compiler's -n32 option if that helps.
22199 cat >conftest.$ac_ext <<_ACEOF
22202 cat confdefs.h >>conftest.$ac_ext
22203 cat >>conftest.$ac_ext <<_ACEOF
22204 /* end confdefs.h. */
22205 #include <sys/types.h>
22206 /* Check that off_t can represent 2**63 - 1 correctly.
22207 We can't simply define LARGE_OFF_T to be 9223372036854775807,
22208 since some C++ compilers masquerading as C compilers
22209 incorrectly reject 9223372036854775807. */
22210 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
22211 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
22212 && LARGE_OFF_T % 2147483647 == 1)
22222 rm -f conftest.$ac_objext
22223 if { (ac_try="$ac_compile"
22224 case "(($ac_try" in
22225 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22226 *) ac_try_echo
=$ac_try;;
22228 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22229 (eval "$ac_compile") 2>conftest.er1
22231 grep -v '^ *+' conftest.er1
>conftest.err
22233 cat conftest.err
>&5
22234 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22235 (exit $ac_status); } && {
22236 test -z "$ac_c_werror_flag" ||
22237 test ! -s conftest.err
22238 } && test -s conftest.
$ac_objext; then
22241 echo "$as_me: failed program was:" >&5
22242 sed 's/^/| /' conftest.
$ac_ext >&5
22247 rm -f core conftest.err conftest.
$ac_objext
22249 rm -f conftest.
$ac_objext
22250 if { (ac_try
="$ac_compile"
22251 case "(($ac_try" in
22252 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22253 *) ac_try_echo=$ac_try;;
22255 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22256 (eval "$ac_compile") 2>conftest.er1
22258 grep -v '^ *+' conftest.er1 >conftest.err
22260 cat conftest.err >&5
22261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22262 (exit $ac_status); } && {
22263 test -z "$ac_c_werror_flag" ||
22264 test ! -s conftest.err
22265 } && test -s conftest.$ac_objext; then
22266 ac_cv_sys_largefile_CC=' -n32'; break
22268 echo "$as_me: failed program was:" >&5
22269 sed 's/^/| /' conftest.$ac_ext >&5
22274 rm -f core conftest.err conftest.$ac_objext
22278 rm -f conftest.$ac_ext
22281 { echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_CC" >&5
22282 echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6; }
22283 if test "$ac_cv_sys_largefile_CC" != no; then
22284 CC=$CC$ac_cv_sys_largefile_CC
22287 { echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
22288 echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6; }
22289 if test "${ac_cv_sys_file_offset_bits+set}" = set; then
22290 echo $ECHO_N "(cached) $ECHO_C" >&6
22293 cat >conftest.$ac_ext <<_ACEOF
22296 cat confdefs.h >>conftest.$ac_ext
22297 cat >>conftest.$ac_ext <<_ACEOF
22298 /* end confdefs.h. */
22299 #include <sys/types.h>
22300 /* Check that off_t can represent 2**63 - 1 correctly.
22301 We can't simply define LARGE_OFF_T to be 9223372036854775807,
22302 since some C++ compilers masquerading as C compilers
22303 incorrectly reject 9223372036854775807. */
22304 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
22305 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
22306 && LARGE_OFF_T % 2147483647 == 1)
22316 rm -f conftest.$ac_objext
22317 if { (ac_try="$ac_compile"
22318 case "(($ac_try" in
22319 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22320 *) ac_try_echo
=$ac_try;;
22322 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22323 (eval "$ac_compile") 2>conftest.er1
22325 grep -v '^ *+' conftest.er1
>conftest.err
22327 cat conftest.err
>&5
22328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22329 (exit $ac_status); } && {
22330 test -z "$ac_c_werror_flag" ||
22331 test ! -s conftest.err
22332 } && test -s conftest.
$ac_objext; then
22333 ac_cv_sys_file_offset_bits
=no
; break
22335 echo "$as_me: failed program was:" >&5
22336 sed 's/^/| /' conftest.
$ac_ext >&5
22341 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
22342 cat >conftest.
$ac_ext <<_ACEOF
22345 cat confdefs.h
>>conftest.
$ac_ext
22346 cat >>conftest.
$ac_ext <<_ACEOF
22347 /* end confdefs.h. */
22348 #define _FILE_OFFSET_BITS 64
22349 #include <sys/types.h>
22350 /* Check that off_t can represent 2**63 - 1 correctly.
22351 We can't simply define LARGE_OFF_T to be 9223372036854775807,
22352 since some C++ compilers masquerading as C compilers
22353 incorrectly reject 9223372036854775807. */
22354 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
22355 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
22356 && LARGE_OFF_T % 2147483647 == 1)
22366 rm -f conftest.
$ac_objext
22367 if { (ac_try
="$ac_compile"
22368 case "(($ac_try" in
22369 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22370 *) ac_try_echo=$ac_try;;
22372 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22373 (eval "$ac_compile") 2>conftest.er1
22375 grep -v '^ *+' conftest.er1 >conftest.err
22377 cat conftest.err >&5
22378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22379 (exit $ac_status); } && {
22380 test -z "$ac_c_werror_flag" ||
22381 test ! -s conftest.err
22382 } && test -s conftest.$ac_objext; then
22383 ac_cv_sys_file_offset_bits=64; break
22385 echo "$as_me: failed program was:" >&5
22386 sed 's/^/| /' conftest.$ac_ext >&5
22391 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22392 ac_cv_sys_file_offset_bits=unknown
22396 { echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
22397 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6; }
22398 case $ac_cv_sys_file_offset_bits in #(
22401 cat >>confdefs.h <<_ACEOF
22402 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
22407 if test $ac_cv_sys_file_offset_bits = unknown; then
22408 { echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
22409 echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6; }
22410 if test "${ac_cv_sys_large_files+set}" = set; then
22411 echo $ECHO_N "(cached) $ECHO_C" >&6
22414 cat >conftest.$ac_ext <<_ACEOF
22417 cat confdefs.h >>conftest.$ac_ext
22418 cat >>conftest.$ac_ext <<_ACEOF
22419 /* end confdefs.h. */
22420 #include <sys/types.h>
22421 /* Check that off_t can represent 2**63 - 1 correctly.
22422 We can't simply define LARGE_OFF_T to be 9223372036854775807,
22423 since some C++ compilers masquerading as C compilers
22424 incorrectly reject 9223372036854775807. */
22425 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
22426 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
22427 && LARGE_OFF_T % 2147483647 == 1)
22437 rm -f conftest.$ac_objext
22438 if { (ac_try="$ac_compile"
22439 case "(($ac_try" in
22440 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22441 *) ac_try_echo
=$ac_try;;
22443 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22444 (eval "$ac_compile") 2>conftest.er1
22446 grep -v '^ *+' conftest.er1
>conftest.err
22448 cat conftest.err
>&5
22449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22450 (exit $ac_status); } && {
22451 test -z "$ac_c_werror_flag" ||
22452 test ! -s conftest.err
22453 } && test -s conftest.
$ac_objext; then
22454 ac_cv_sys_large_files
=no
; break
22456 echo "$as_me: failed program was:" >&5
22457 sed 's/^/| /' conftest.
$ac_ext >&5
22462 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
22463 cat >conftest.
$ac_ext <<_ACEOF
22466 cat confdefs.h
>>conftest.
$ac_ext
22467 cat >>conftest.
$ac_ext <<_ACEOF
22468 /* end confdefs.h. */
22469 #define _LARGE_FILES 1
22470 #include <sys/types.h>
22471 /* Check that off_t can represent 2**63 - 1 correctly.
22472 We can't simply define LARGE_OFF_T to be 9223372036854775807,
22473 since some C++ compilers masquerading as C compilers
22474 incorrectly reject 9223372036854775807. */
22475 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
22476 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
22477 && LARGE_OFF_T % 2147483647 == 1)
22487 rm -f conftest.
$ac_objext
22488 if { (ac_try
="$ac_compile"
22489 case "(($ac_try" in
22490 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22491 *) ac_try_echo=$ac_try;;
22493 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22494 (eval "$ac_compile") 2>conftest.er1
22496 grep -v '^ *+' conftest.er1 >conftest.err
22498 cat conftest.err >&5
22499 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22500 (exit $ac_status); } && {
22501 test -z "$ac_c_werror_flag" ||
22502 test ! -s conftest.err
22503 } && test -s conftest.$ac_objext; then
22504 ac_cv_sys_large_files=1; break
22506 echo "$as_me: failed program was:" >&5
22507 sed 's/^/| /' conftest.$ac_ext >&5
22512 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22513 ac_cv_sys_large_files=unknown
22517 { echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
22518 echo "${ECHO_T}$ac_cv_sys_large_files" >&6; }
22519 case $ac_cv_sys_large_files in #(
22522 cat >>confdefs.h <<_ACEOF
22523 #define _LARGE_FILES $ac_cv_sys_large_files
22531 { echo "$as_me:$LINENO: checking for _LARGEFILE_SOURCE value needed for large files" >&5
22532 echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6; }
22533 if test "${ac_cv_sys_largefile_source+set}" = set; then
22534 echo $ECHO_N "(cached) $ECHO_C" >&6
22537 cat >conftest.$ac_ext <<_ACEOF
22540 cat confdefs.h >>conftest.$ac_ext
22541 cat >>conftest.$ac_ext <<_ACEOF
22542 /* end confdefs.h. */
22547 return fseeko (stdin, 0, 0) && (fseeko) (stdin, 0, 0);
22552 rm -f conftest.$ac_objext conftest$ac_exeext
22553 if { (ac_try="$ac_link"
22554 case "(($ac_try" in
22555 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22556 *) ac_try_echo
=$ac_try;;
22558 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22559 (eval "$ac_link") 2>conftest.er1
22561 grep -v '^ *+' conftest.er1
>conftest.err
22563 cat conftest.err
>&5
22564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22565 (exit $ac_status); } && {
22566 test -z "$ac_c_werror_flag" ||
22567 test ! -s conftest.err
22568 } && test -s conftest
$ac_exeext &&
22569 $as_test_x conftest
$ac_exeext; then
22570 ac_cv_sys_largefile_source
=no
; break
22572 echo "$as_me: failed program was:" >&5
22573 sed 's/^/| /' conftest.
$ac_ext >&5
22578 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
22579 conftest
$ac_exeext conftest.
$ac_ext
22580 cat >conftest.
$ac_ext <<_ACEOF
22583 cat confdefs.h
>>conftest.
$ac_ext
22584 cat >>conftest.
$ac_ext <<_ACEOF
22585 /* end confdefs.h. */
22586 #define _LARGEFILE_SOURCE 1
22591 return fseeko (stdin, 0, 0) && (fseeko) (stdin, 0, 0);
22596 rm -f conftest.
$ac_objext conftest
$ac_exeext
22597 if { (ac_try
="$ac_link"
22598 case "(($ac_try" in
22599 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22600 *) ac_try_echo=$ac_try;;
22602 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22603 (eval "$ac_link") 2>conftest.er1
22605 grep -v '^ *+' conftest.er1 >conftest.err
22607 cat conftest.err >&5
22608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22609 (exit $ac_status); } && {
22610 test -z "$ac_c_werror_flag" ||
22611 test ! -s conftest.err
22612 } && test -s conftest$ac_exeext &&
22613 $as_test_x conftest$ac_exeext; then
22614 ac_cv_sys_largefile_source=1; break
22616 echo "$as_me: failed program was:" >&5
22617 sed 's/^/| /' conftest.$ac_ext >&5
22622 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22623 conftest$ac_exeext conftest.$ac_ext
22624 ac_cv_sys_largefile_source=unknown
22628 { echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_source" >&5
22629 echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6; }
22630 case $ac_cv_sys_largefile_source in #(
22633 cat >>confdefs.h <<_ACEOF
22634 #define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source
22640 # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
22641 # in glibc 2.1.3, but that breaks too many other things.
22642 # If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
22643 if test $ac_cv_sys_largefile_source != unknown; then
22645 cat >>confdefs.h <<\_ACEOF
22646 #define HAVE_FSEEKO 1
22651 { echo "$as_me:$LINENO: checking for mbstate_t" >&5
22652 echo $ECHO_N "checking for mbstate_t... $ECHO_C" >&6; }
22653 if test "${ac_cv_type_mbstate_t+set}" = set; then
22654 echo $ECHO_N "(cached) $ECHO_C" >&6
22656 cat >conftest.$ac_ext <<_ACEOF
22659 cat confdefs.h >>conftest.$ac_ext
22660 cat >>conftest.$ac_ext <<_ACEOF
22661 /* end confdefs.h. */
22662 $ac_includes_default
22663 # include <wchar.h>
22667 mbstate_t x; return sizeof x;
22672 rm -f conftest.$ac_objext
22673 if { (ac_try="$ac_compile"
22674 case "(($ac_try" in
22675 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22676 *) ac_try_echo
=$ac_try;;
22678 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22679 (eval "$ac_compile") 2>conftest.er1
22681 grep -v '^ *+' conftest.er1
>conftest.err
22683 cat conftest.err
>&5
22684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22685 (exit $ac_status); } && {
22686 test -z "$ac_c_werror_flag" ||
22687 test ! -s conftest.err
22688 } && test -s conftest.
$ac_objext; then
22689 ac_cv_type_mbstate_t
=yes
22691 echo "$as_me: failed program was:" >&5
22692 sed 's/^/| /' conftest.
$ac_ext >&5
22694 ac_cv_type_mbstate_t
=no
22697 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
22699 { echo "$as_me:$LINENO: result: $ac_cv_type_mbstate_t" >&5
22700 echo "${ECHO_T}$ac_cv_type_mbstate_t" >&6; }
22701 if test $ac_cv_type_mbstate_t = yes; then
22703 cat >>confdefs.h
<<\_ACEOF
22704 #define HAVE_MBSTATE_T 1
22709 cat >>confdefs.h
<<\_ACEOF
22710 #define mbstate_t int
22715 { echo "$as_me:$LINENO: checking for struct option in getopt" >&5
22716 echo $ECHO_N "checking for struct option in getopt... $ECHO_C" >&6; }
22717 if test "${ac_cv_struct_option_getopt_h+set}" = set; then
22718 echo $ECHO_N "(cached) $ECHO_C" >&6
22720 cat >conftest.
$ac_ext <<_ACEOF
22723 cat confdefs.h
>>conftest.
$ac_ext
22724 cat >>conftest.
$ac_ext <<_ACEOF
22725 /* end confdefs.h. */
22726 #include <getopt.h>
22730 struct option op; op.name;
22735 rm -f conftest.
$ac_objext
22736 if { (ac_try
="$ac_compile"
22737 case "(($ac_try" in
22738 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22739 *) ac_try_echo=$ac_try;;
22741 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22742 (eval "$ac_compile") 2>conftest.er1
22744 grep -v '^ *+' conftest.er1 >conftest.err
22746 cat conftest.err >&5
22747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22748 (exit $ac_status); } && {
22749 test -z "$ac_c_werror_flag" ||
22750 test ! -s conftest.err
22751 } && test -s conftest.$ac_objext; then
22752 ac_cv_struct_option_getopt_h=yes
22754 echo "$as_me: failed program was:" >&5
22755 sed 's/^/| /' conftest.$ac_ext >&5
22757 ac_cv_struct_option_getopt_h=no
22760 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22762 { echo "$as_me:$LINENO: result: $ac_cv_struct_option_getopt_h" >&5
22763 echo "${ECHO_T}$ac_cv_struct_option_getopt_h" >&6; }
22764 if test "$ac_cv_struct_option_getopt_h" = yes; then
22766 cat >>confdefs.h <<\_ACEOF
22767 #define HAVE_STRUCT_OPTION 1
22773 { echo "$as_me:$LINENO: checking for uint8_t" >&5
22774 echo $ECHO_N "checking for uint8_t... $ECHO_C" >&6; }
22775 if test "${ac_cv_type_uint8_t+set}" = set; then
22776 echo $ECHO_N "(cached) $ECHO_C" >&6
22778 cat >conftest.$ac_ext <<_ACEOF
22781 cat confdefs.h >>conftest.$ac_ext
22782 cat >>conftest.$ac_ext <<_ACEOF
22783 /* end confdefs.h. */
22784 $ac_includes_default
22785 typedef uint8_t ac__type_new_;
22789 if ((ac__type_new_ *) 0)
22791 if (sizeof (ac__type_new_))
22797 rm -f conftest.$ac_objext
22798 if { (ac_try="$ac_compile"
22799 case "(($ac_try" in
22800 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22801 *) ac_try_echo
=$ac_try;;
22803 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22804 (eval "$ac_compile") 2>conftest.er1
22806 grep -v '^ *+' conftest.er1
>conftest.err
22808 cat conftest.err
>&5
22809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22810 (exit $ac_status); } && {
22811 test -z "$ac_c_werror_flag" ||
22812 test ! -s conftest.err
22813 } && test -s conftest.
$ac_objext; then
22814 ac_cv_type_uint8_t
=yes
22816 echo "$as_me: failed program was:" >&5
22817 sed 's/^/| /' conftest.
$ac_ext >&5
22819 ac_cv_type_uint8_t
=no
22822 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
22824 { echo "$as_me:$LINENO: result: $ac_cv_type_uint8_t" >&5
22825 echo "${ECHO_T}$ac_cv_type_uint8_t" >&6; }
22826 if test $ac_cv_type_uint8_t = yes; then
22828 cat >>confdefs.h
<<_ACEOF
22829 #define HAVE_UINT8_T 1
22834 { echo "$as_me:$LINENO: checking for uint16_t" >&5
22835 echo $ECHO_N "checking for uint16_t... $ECHO_C" >&6; }
22836 if test "${ac_cv_type_uint16_t+set}" = set; then
22837 echo $ECHO_N "(cached) $ECHO_C" >&6
22839 cat >conftest.
$ac_ext <<_ACEOF
22842 cat confdefs.h
>>conftest.
$ac_ext
22843 cat >>conftest.
$ac_ext <<_ACEOF
22844 /* end confdefs.h. */
22845 $ac_includes_default
22846 typedef uint16_t ac__type_new_;
22850 if ((ac__type_new_ *) 0)
22852 if (sizeof (ac__type_new_))
22858 rm -f conftest.
$ac_objext
22859 if { (ac_try
="$ac_compile"
22860 case "(($ac_try" in
22861 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22862 *) ac_try_echo=$ac_try;;
22864 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22865 (eval "$ac_compile") 2>conftest.er1
22867 grep -v '^ *+' conftest.er1 >conftest.err
22869 cat conftest.err >&5
22870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22871 (exit $ac_status); } && {
22872 test -z "$ac_c_werror_flag" ||
22873 test ! -s conftest.err
22874 } && test -s conftest.$ac_objext; then
22875 ac_cv_type_uint16_t=yes
22877 echo "$as_me: failed program was:" >&5
22878 sed 's/^/| /' conftest.$ac_ext >&5
22880 ac_cv_type_uint16_t=no
22883 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22885 { echo "$as_me:$LINENO: result: $ac_cv_type_uint16_t" >&5
22886 echo "${ECHO_T}$ac_cv_type_uint16_t" >&6; }
22887 if test $ac_cv_type_uint16_t = yes; then
22889 cat >>confdefs.h <<_ACEOF
22890 #define HAVE_UINT16_T 1
22895 { echo "$as_me:$LINENO: checking for uint32_t" >&5
22896 echo $ECHO_N "checking for uint32_t... $ECHO_C" >&6; }
22897 if test "${ac_cv_type_uint32_t+set}" = set; then
22898 echo $ECHO_N "(cached) $ECHO_C" >&6
22900 cat >conftest.$ac_ext <<_ACEOF
22903 cat confdefs.h >>conftest.$ac_ext
22904 cat >>conftest.$ac_ext <<_ACEOF
22905 /* end confdefs.h. */
22906 $ac_includes_default
22907 typedef uint32_t ac__type_new_;
22911 if ((ac__type_new_ *) 0)
22913 if (sizeof (ac__type_new_))
22919 rm -f conftest.$ac_objext
22920 if { (ac_try="$ac_compile"
22921 case "(($ac_try" in
22922 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22923 *) ac_try_echo
=$ac_try;;
22925 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22926 (eval "$ac_compile") 2>conftest.er1
22928 grep -v '^ *+' conftest.er1
>conftest.err
22930 cat conftest.err
>&5
22931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22932 (exit $ac_status); } && {
22933 test -z "$ac_c_werror_flag" ||
22934 test ! -s conftest.err
22935 } && test -s conftest.
$ac_objext; then
22936 ac_cv_type_uint32_t
=yes
22938 echo "$as_me: failed program was:" >&5
22939 sed 's/^/| /' conftest.
$ac_ext >&5
22941 ac_cv_type_uint32_t
=no
22944 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
22946 { echo "$as_me:$LINENO: result: $ac_cv_type_uint32_t" >&5
22947 echo "${ECHO_T}$ac_cv_type_uint32_t" >&6; }
22948 if test $ac_cv_type_uint32_t = yes; then
22950 cat >>confdefs.h
<<_ACEOF
22951 #define HAVE_UINT32_T 1
22956 { echo "$as_me:$LINENO: checking for int32_t" >&5
22957 echo $ECHO_N "checking for int32_t... $ECHO_C" >&6; }
22958 if test "${ac_cv_type_int32_t+set}" = set; then
22959 echo $ECHO_N "(cached) $ECHO_C" >&6
22961 cat >conftest.
$ac_ext <<_ACEOF
22964 cat confdefs.h
>>conftest.
$ac_ext
22965 cat >>conftest.
$ac_ext <<_ACEOF
22966 /* end confdefs.h. */
22967 $ac_includes_default
22968 typedef int32_t ac__type_new_;
22972 if ((ac__type_new_ *) 0)
22974 if (sizeof (ac__type_new_))
22980 rm -f conftest.
$ac_objext
22981 if { (ac_try
="$ac_compile"
22982 case "(($ac_try" in
22983 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22984 *) ac_try_echo=$ac_try;;
22986 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22987 (eval "$ac_compile") 2>conftest.er1
22989 grep -v '^ *+' conftest.er1 >conftest.err
22991 cat conftest.err >&5
22992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22993 (exit $ac_status); } && {
22994 test -z "$ac_c_werror_flag" ||
22995 test ! -s conftest.err
22996 } && test -s conftest.$ac_objext; then
22997 ac_cv_type_int32_t=yes
22999 echo "$as_me: failed program was:" >&5
23000 sed 's/^/| /' conftest.$ac_ext >&5
23002 ac_cv_type_int32_t=no
23005 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23007 { echo "$as_me:$LINENO: result: $ac_cv_type_int32_t" >&5
23008 echo "${ECHO_T}$ac_cv_type_int32_t" >&6; }
23009 if test $ac_cv_type_int32_t = yes; then
23011 cat >>confdefs.h <<_ACEOF
23012 #define HAVE_INT32_T 1
23017 { echo "$as_me:$LINENO: checking for uint64_t" >&5
23018 echo $ECHO_N "checking for uint64_t... $ECHO_C" >&6; }
23019 if test "${ac_cv_type_uint64_t+set}" = set; then
23020 echo $ECHO_N "(cached) $ECHO_C" >&6
23022 cat >conftest.$ac_ext <<_ACEOF
23025 cat confdefs.h >>conftest.$ac_ext
23026 cat >>conftest.$ac_ext <<_ACEOF
23027 /* end confdefs.h. */
23028 $ac_includes_default
23029 typedef uint64_t ac__type_new_;
23033 if ((ac__type_new_ *) 0)
23035 if (sizeof (ac__type_new_))
23041 rm -f conftest.$ac_objext
23042 if { (ac_try="$ac_compile"
23043 case "(($ac_try" in
23044 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
23045 *) ac_try_echo
=$ac_try;;
23047 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23048 (eval "$ac_compile") 2>conftest.er1
23050 grep -v '^ *+' conftest.er1
>conftest.err
23052 cat conftest.err
>&5
23053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23054 (exit $ac_status); } && {
23055 test -z "$ac_c_werror_flag" ||
23056 test ! -s conftest.err
23057 } && test -s conftest.
$ac_objext; then
23058 ac_cv_type_uint64_t
=yes
23060 echo "$as_me: failed program was:" >&5
23061 sed 's/^/| /' conftest.
$ac_ext >&5
23063 ac_cv_type_uint64_t
=no
23066 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
23068 { echo "$as_me:$LINENO: result: $ac_cv_type_uint64_t" >&5
23069 echo "${ECHO_T}$ac_cv_type_uint64_t" >&6; }
23070 if test $ac_cv_type_uint64_t = yes; then
23072 cat >>confdefs.h
<<_ACEOF
23073 #define HAVE_UINT64_T 1
23078 { echo "$as_me:$LINENO: checking for int64_t" >&5
23079 echo $ECHO_N "checking for int64_t... $ECHO_C" >&6; }
23080 if test "${ac_cv_type_int64_t+set}" = set; then
23081 echo $ECHO_N "(cached) $ECHO_C" >&6
23083 cat >conftest.
$ac_ext <<_ACEOF
23086 cat confdefs.h
>>conftest.
$ac_ext
23087 cat >>conftest.
$ac_ext <<_ACEOF
23088 /* end confdefs.h. */
23089 $ac_includes_default
23090 typedef int64_t ac__type_new_;
23094 if ((ac__type_new_ *) 0)
23096 if (sizeof (ac__type_new_))
23102 rm -f conftest.
$ac_objext
23103 if { (ac_try
="$ac_compile"
23104 case "(($ac_try" in
23105 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
23106 *) ac_try_echo=$ac_try;;
23108 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23109 (eval "$ac_compile") 2>conftest.er1
23111 grep -v '^ *+' conftest.er1 >conftest.err
23113 cat conftest.err >&5
23114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23115 (exit $ac_status); } && {
23116 test -z "$ac_c_werror_flag" ||
23117 test ! -s conftest.err
23118 } && test -s conftest.$ac_objext; then
23119 ac_cv_type_int64_t=yes
23121 echo "$as_me: failed program was:" >&5
23122 sed 's/^/| /' conftest.$ac_ext >&5
23124 ac_cv_type_int64_t=no
23127 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23129 { echo "$as_me:$LINENO: result: $ac_cv_type_int64_t" >&5
23130 echo "${ECHO_T}$ac_cv_type_int64_t" >&6; }
23131 if test $ac_cv_type_int64_t = yes; then
23133 cat >>confdefs.h <<_ACEOF
23134 #define HAVE_INT64_T 1
23140 { echo "$as_me:$LINENO: checking for long long" >&5
23141 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
23142 if test "${ac_cv_type_long_long+set}" = set; then
23143 echo $ECHO_N "(cached) $ECHO_C" >&6
23145 cat >conftest.$ac_ext <<_ACEOF
23148 cat confdefs.h >>conftest.$ac_ext
23149 cat >>conftest.$ac_ext <<_ACEOF
23150 /* end confdefs.h. */
23151 $ac_includes_default
23152 typedef long long ac__type_new_;
23156 if ((ac__type_new_ *) 0)
23158 if (sizeof (ac__type_new_))
23164 rm -f conftest.$ac_objext
23165 if { (ac_try="$ac_compile"
23166 case "(($ac_try" in
23167 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
23168 *) ac_try_echo
=$ac_try;;
23170 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23171 (eval "$ac_compile") 2>conftest.er1
23173 grep -v '^ *+' conftest.er1
>conftest.err
23175 cat conftest.err
>&5
23176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23177 (exit $ac_status); } && {
23178 test -z "$ac_c_werror_flag" ||
23179 test ! -s conftest.err
23180 } && test -s conftest.
$ac_objext; then
23181 ac_cv_type_long_long
=yes
23183 echo "$as_me: failed program was:" >&5
23184 sed 's/^/| /' conftest.
$ac_ext >&5
23186 ac_cv_type_long_long
=no
23189 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
23191 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
23192 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
23194 # The cast to long int works around a bug in the HP C Compiler
23195 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
23196 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
23197 # This bug is HP SR number 8606223364.
23198 { echo "$as_me:$LINENO: checking size of long long" >&5
23199 echo $ECHO_N "checking size of long long... $ECHO_C" >&6; }
23200 if test "${ac_cv_sizeof_long_long+set}" = set; then
23201 echo $ECHO_N "(cached) $ECHO_C" >&6
23203 if test "$cross_compiling" = yes; then
23204 # Depending upon the size, compute the lo and hi bounds.
23205 cat >conftest.
$ac_ext <<_ACEOF
23208 cat confdefs.h
>>conftest.
$ac_ext
23209 cat >>conftest.
$ac_ext <<_ACEOF
23210 /* end confdefs.h. */
23211 $ac_includes_default
23212 typedef long long ac__type_sizeof_;
23216 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
23223 rm -f conftest.
$ac_objext
23224 if { (ac_try
="$ac_compile"
23225 case "(($ac_try" in
23226 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
23227 *) ac_try_echo=$ac_try;;
23229 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23230 (eval "$ac_compile") 2>conftest.er1
23232 grep -v '^ *+' conftest.er1 >conftest.err
23234 cat conftest.err >&5
23235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23236 (exit $ac_status); } && {
23237 test -z "$ac_c_werror_flag" ||
23238 test ! -s conftest.err
23239 } && test -s conftest.$ac_objext; then
23242 cat >conftest.$ac_ext <<_ACEOF
23245 cat confdefs.h >>conftest.$ac_ext
23246 cat >>conftest.$ac_ext <<_ACEOF
23247 /* end confdefs.h. */
23248 $ac_includes_default
23249 typedef long long ac__type_sizeof_;
23253 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
23260 rm -f conftest.$ac_objext
23261 if { (ac_try="$ac_compile"
23262 case "(($ac_try" in
23263 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
23264 *) ac_try_echo
=$ac_try;;
23266 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23267 (eval "$ac_compile") 2>conftest.er1
23269 grep -v '^ *+' conftest.er1
>conftest.err
23271 cat conftest.err
>&5
23272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23273 (exit $ac_status); } && {
23274 test -z "$ac_c_werror_flag" ||
23275 test ! -s conftest.err
23276 } && test -s conftest.
$ac_objext; then
23277 ac_hi
=$ac_mid; break
23279 echo "$as_me: failed program was:" >&5
23280 sed 's/^/| /' conftest.
$ac_ext >&5
23282 ac_lo
=`expr $ac_mid + 1`
23283 if test $ac_lo -le $ac_mid; then
23287 ac_mid
=`expr 2 '*' $ac_mid + 1`
23290 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
23293 echo "$as_me: failed program was:" >&5
23294 sed 's/^/| /' conftest.
$ac_ext >&5
23296 cat >conftest.
$ac_ext <<_ACEOF
23299 cat confdefs.h
>>conftest.
$ac_ext
23300 cat >>conftest.
$ac_ext <<_ACEOF
23301 /* end confdefs.h. */
23302 $ac_includes_default
23303 typedef long long ac__type_sizeof_;
23307 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
23314 rm -f conftest.
$ac_objext
23315 if { (ac_try
="$ac_compile"
23316 case "(($ac_try" in
23317 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
23318 *) ac_try_echo=$ac_try;;
23320 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23321 (eval "$ac_compile") 2>conftest.er1
23323 grep -v '^ *+' conftest.er1 >conftest.err
23325 cat conftest.err >&5
23326 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23327 (exit $ac_status); } && {
23328 test -z "$ac_c_werror_flag" ||
23329 test ! -s conftest.err
23330 } && test -s conftest.$ac_objext; then
23333 cat >conftest.$ac_ext <<_ACEOF
23336 cat confdefs.h >>conftest.$ac_ext
23337 cat >>conftest.$ac_ext <<_ACEOF
23338 /* end confdefs.h. */
23339 $ac_includes_default
23340 typedef long long ac__type_sizeof_;
23344 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
23351 rm -f conftest.$ac_objext
23352 if { (ac_try="$ac_compile"
23353 case "(($ac_try" in
23354 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
23355 *) ac_try_echo
=$ac_try;;
23357 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23358 (eval "$ac_compile") 2>conftest.er1
23360 grep -v '^ *+' conftest.er1
>conftest.err
23362 cat conftest.err
>&5
23363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23364 (exit $ac_status); } && {
23365 test -z "$ac_c_werror_flag" ||
23366 test ! -s conftest.err
23367 } && test -s conftest.
$ac_objext; then
23368 ac_lo
=$ac_mid; break
23370 echo "$as_me: failed program was:" >&5
23371 sed 's/^/| /' conftest.
$ac_ext >&5
23373 ac_hi
=`expr '(' $ac_mid ')' - 1`
23374 if test $ac_mid -le $ac_hi; then
23378 ac_mid
=`expr 2 '*' $ac_mid`
23381 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
23384 echo "$as_me: failed program was:" >&5
23385 sed 's/^/| /' conftest.
$ac_ext >&5
23390 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
23393 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
23394 # Binary search between lo and hi bounds.
23395 while test "x$ac_lo" != "x$ac_hi"; do
23396 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
23397 cat >conftest.
$ac_ext <<_ACEOF
23400 cat confdefs.h
>>conftest.
$ac_ext
23401 cat >>conftest.
$ac_ext <<_ACEOF
23402 /* end confdefs.h. */
23403 $ac_includes_default
23404 typedef long long ac__type_sizeof_;
23408 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
23415 rm -f conftest.
$ac_objext
23416 if { (ac_try
="$ac_compile"
23417 case "(($ac_try" in
23418 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
23419 *) ac_try_echo=$ac_try;;
23421 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23422 (eval "$ac_compile") 2>conftest.er1
23424 grep -v '^ *+' conftest.er1 >conftest.err
23426 cat conftest.err >&5
23427 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23428 (exit $ac_status); } && {
23429 test -z "$ac_c_werror_flag" ||
23430 test ! -s conftest.err
23431 } && test -s conftest.$ac_objext; then
23434 echo "$as_me: failed program was:" >&5
23435 sed 's/^/| /' conftest.$ac_ext >&5
23437 ac_lo=`expr '(' $ac_mid ')' + 1`
23440 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23443 ?*) ac_cv_sizeof_long_long=$ac_lo;;
23444 '') if test "$ac_cv_type_long_long" = yes; then
23445 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
23446 See \`config.log
' for more details." >&5
23447 echo "$as_me: error: cannot compute sizeof (long long)
23448 See \`config.log' for more details.
" >&2;}
23449 { (exit 77); exit 77; }; }
23451 ac_cv_sizeof_long_long=0
23455 cat >conftest.$ac_ext <<_ACEOF
23458 cat confdefs.h >>conftest.$ac_ext
23459 cat >>conftest.$ac_ext <<_ACEOF
23460 /* end confdefs.h. */
23461 $ac_includes_default
23462 typedef long long ac__type_sizeof_;
23463 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
23464 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
23466 #include <stdlib.h>
23471 FILE *f = fopen ("conftest.val
", "w
");
23474 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
23476 long int i = longval ();
23477 if (i != ((long int) (sizeof (ac__type_sizeof_))))
23479 fprintf (f, "%ld
\n", i);
23483 unsigned long int i = ulongval ();
23484 if (i != ((long int) (sizeof (ac__type_sizeof_))))
23486 fprintf (f, "%lu
\n", i);
23488 return ferror (f) || fclose (f) != 0;
23494 rm -f conftest$ac_exeext
23495 if { (ac_try="$ac_link"
23496 case "(($ac_try" in
23497 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23498 *) ac_try_echo=$ac_try;;
23500 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
23501 (eval "$ac_link") 2>&5
23503 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
23504 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
23505 { (case "(($ac_try" in
23506 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23507 *) ac_try_echo=$ac_try;;
23509 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
23510 (eval "$ac_try") 2>&5
23512 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
23513 (exit $ac_status); }; }; then
23514 ac_cv_sizeof_long_long=`cat conftest.val`
23516 echo "$as_me: program exited with status
$ac_status" >&5
23517 echo "$as_me: failed program was
:" >&5
23518 sed 's/^/| /' conftest.$ac_ext >&5
23520 ( exit $ac_status )
23521 if test "$ac_cv_type_long_long" = yes; then
23522 { { echo "$as_me:$LINENO: error
: cannot compute sizeof
(long long
)
23523 See \
`config.log' for more details." >&5
23524 echo "$as_me: error: cannot compute sizeof (long long)
23525 See \`config.log
' for more details." >&2;}
23526 { (exit 77); exit 77; }; }
23528 ac_cv_sizeof_long_long=0
23531 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
23535 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
23536 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6; }
23540 cat >>confdefs.h <<_ACEOF
23541 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
23548 { echo "$as_me:$LINENO: checking for gcc compiler warnings" >&5
23549 echo $ECHO_N "checking for gcc compiler warnings... $ECHO_C" >&6; }
23550 # Check whether --enable-warnings was given.
23551 if test "${enable_warnings+set}" = set; then
23552 enableval=$enable_warnings; if test "${enableval}" = no -o "$GCC" = no; then
23553 { echo "$as_me:$LINENO: result: no" >&5
23554 echo "${ECHO_T}no" >&6; }
23557 { echo "$as_me:$LINENO: result: yes" >&5
23558 echo "${ECHO_T}yes" >&6; }
23559 WARNINGS="-Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith \
23560 -Wmissing-declarations -Wredundant-decls -Wnested-externs \
23561 -Wsign-compare -Wreturn-type -Wswitch -Wshadow \
23562 -Wcast-qual -Wwrite-strings -Wextra -Wunused-parameter"
23566 if test "$GCC" = no; then
23568 { echo "$as_me:$LINENO: result: no" >&5
23569 echo "${ECHO_T}no" >&6; }
23571 { echo "$as_me:$LINENO: result: yes" >&5
23572 echo "${ECHO_T}yes" >&6; }
23573 WARNINGS="-Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith \
23574 -Wmissing-declarations -Wredundant-decls -Wnested-externs \
23575 -Wsign-compare -Wreturn-type -Wswitch -Wshadow \
23576 -Wcast-qual -Wwrite-strings -Wextra -Wunused-parameter"
23591 for ac_func in mmap strerror strndup strtoul mbrtowc mkstemp utimes utime wcwidth strtof
23593 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
23594 { echo "$as_me:$LINENO: checking for $ac_func" >&5
23595 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
23596 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
23597 echo $ECHO_N "(cached) $ECHO_C" >&6
23599 cat >conftest.$ac_ext <<_ACEOF
23602 cat confdefs.h >>conftest.$ac_ext
23603 cat >>conftest.$ac_ext <<_ACEOF
23604 /* end confdefs.h. */
23605 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
23606 For example, HP-UX 11i <limits.h> declares gettimeofday. */
23607 #define $ac_func innocuous_$ac_func
23609 /* System header to define __stub macros and hopefully few prototypes,
23610 which can conflict with char $ac_func (); below.
23611 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
23612 <limits.h> exists even on freestanding compilers. */
23615 # include <limits.h>
23617 # include <assert.h>
23622 /* Override any GCC internal prototype to avoid an error.
23623 Use char because int might match the return type of a GCC
23624 builtin and then its argument prototype would still apply. */
23629 /* The GNU C library defines this for functions which it implements
23630 to always fail with ENOSYS. Some functions are actually named
23631 something starting with __ and the normal name is an alias. */
23632 #if defined __stub_$ac_func || defined __stub___$ac_func
23639 return $ac_func ();
23644 rm -f conftest.$ac_objext conftest$ac_exeext
23645 if { (ac_try="$ac_link"
23646 case "(($ac_try" in
23647 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23648 *) ac_try_echo=$ac_try;;
23650 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23651 (eval "$ac_link") 2>conftest.er1
23653 grep -v '^
*+' conftest.er1 >conftest.err
23655 cat conftest.err >&5
23656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23657 (exit $ac_status); } && {
23658 test -z "$ac_c_werror_flag" ||
23659 test ! -s conftest.err
23660 } && test -s conftest$ac_exeext &&
23661 $as_test_x conftest$ac_exeext; then
23662 eval "$as_ac_var=yes"
23664 echo "$as_me: failed program was:" >&5
23665 sed 's
/^
/|
/' conftest.$ac_ext >&5
23667 eval "$as_ac_var=no"
23670 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23671 conftest$ac_exeext conftest.$ac_ext
23673 ac_res=`eval echo '${'$as_ac_var'}'`
23674 { echo "$as_me:$LINENO: result: $ac_res" >&5
23675 echo "${ECHO_T}$ac_res" >&6; }
23676 if test `eval echo '${'$as_ac_var'}'` = yes; then
23677 cat >>confdefs.h <<_ACEOF
23678 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
23690 for ac_func in getopt_long asprintf vasprintf strlcpy strlcat
23692 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
23693 { echo "$as_me:$LINENO: checking for $ac_func" >&5
23694 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
23695 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
23696 echo $ECHO_N "(cached) $ECHO_C" >&6
23698 cat >conftest.$ac_ext <<_ACEOF
23701 cat confdefs.h >>conftest.$ac_ext
23702 cat >>conftest.$ac_ext <<_ACEOF
23703 /* end confdefs.h. */
23704 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
23705 For example, HP-UX 11i <limits.h> declares gettimeofday. */
23706 #define $ac_func innocuous_$ac_func
23708 /* System header to define __stub macros and hopefully few prototypes,
23709 which can conflict with char $ac_func (); below.
23710 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
23711 <limits.h> exists even on freestanding compilers. */
23714 # include <limits.h>
23716 # include <assert.h>
23721 /* Override any GCC internal prototype to avoid an error.
23722 Use char because int might match the return type of a GCC
23723 builtin and then its argument prototype would still apply. */
23728 /* The GNU C library defines this for functions which it implements
23729 to always fail with ENOSYS. Some functions are actually named
23730 something starting with __ and the normal name is an alias. */
23731 #if defined __stub_$ac_func || defined __stub___$ac_func
23738 return $ac_func ();
23743 rm -f conftest.$ac_objext conftest$ac_exeext
23744 if { (ac_try="$ac_link"
23745 case "(($ac_try" in
23746 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23747 *) ac_try_echo=$ac_try;;
23749 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23750 (eval "$ac_link") 2>conftest.er1
23752 grep -v '^
*+' conftest.er1 >conftest.err
23754 cat conftest.err >&5
23755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23756 (exit $ac_status); } && {
23757 test -z "$ac_c_werror_flag" ||
23758 test ! -s conftest.err
23759 } && test -s conftest$ac_exeext &&
23760 $as_test_x conftest$ac_exeext; then
23761 eval "$as_ac_var=yes"
23763 echo "$as_me: failed program was:" >&5
23764 sed 's
/^
/|
/' conftest.$ac_ext >&5
23766 eval "$as_ac_var=no"
23769 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23770 conftest$ac_exeext conftest.$ac_ext
23772 ac_res=`eval echo '${'$as_ac_var'}'`
23773 { echo "$as_me:$LINENO: result: $ac_res" >&5
23774 echo "${ECHO_T}$ac_res" >&6; }
23775 if test `eval echo '${'$as_ac_var'}'` = yes; then
23776 cat >>confdefs.h <<_ACEOF
23777 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
23781 case " $LIBOBJS " in
23782 *" $ac_func.$ac_objext "* ) ;;
23783 *) LIBOBJS="$LIBOBJS $ac_func.$ac_objext"
23793 { echo "$as_me:$LINENO: checking for gzopen in -lz" >&5
23794 echo $ECHO_N "checking for gzopen in -lz... $ECHO_C" >&6; }
23795 if test "${ac_cv_lib_z_gzopen+set}" = set; then
23796 echo $ECHO_N "(cached) $ECHO_C" >&6
23798 ac_check_lib_save_LIBS=$LIBS
23800 cat >conftest.$ac_ext <<_ACEOF
23803 cat confdefs.h >>conftest.$ac_ext
23804 cat >>conftest.$ac_ext <<_ACEOF
23805 /* end confdefs.h. */
23807 /* Override any GCC internal prototype to avoid an error.
23808 Use char because int might match the return type of a GCC
23809 builtin and then its argument prototype would still apply. */
23822 rm -f conftest.$ac_objext conftest$ac_exeext
23823 if { (ac_try="$ac_link"
23824 case "(($ac_try" in
23825 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23826 *) ac_try_echo=$ac_try;;
23828 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23829 (eval "$ac_link") 2>conftest.er1
23831 grep -v '^
*+' conftest.er1 >conftest.err
23833 cat conftest.err >&5
23834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23835 (exit $ac_status); } && {
23836 test -z "$ac_c_werror_flag" ||
23837 test ! -s conftest.err
23838 } && test -s conftest$ac_exeext &&
23839 $as_test_x conftest$ac_exeext; then
23840 ac_cv_lib_z_gzopen=yes
23842 echo "$as_me: failed program was:" >&5
23843 sed 's
/^
/|
/' conftest.$ac_ext >&5
23845 ac_cv_lib_z_gzopen=no
23848 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23849 conftest$ac_exeext conftest.$ac_ext
23850 LIBS=$ac_check_lib_save_LIBS
23852 { echo "$as_me:$LINENO: result: $ac_cv_lib_z_gzopen" >&5
23853 echo "${ECHO_T}$ac_cv_lib_z_gzopen" >&6; }
23854 if test $ac_cv_lib_z_gzopen = yes; then
23855 cat >>confdefs.h <<_ACEOF
23856 #define HAVE_LIBZ 1
23864 if test "$cross_compiling" = yes; then
23865 IS_CROSS_COMPILE_TRUE=
23866 IS_CROSS_COMPILE_FALSE='#'
23868 IS_CROSS_COMPILE_TRUE
='#'
23869 IS_CROSS_COMPILE_FALSE
=
23873 ac_config_files
="$ac_config_files Makefile src/Makefile magic/Makefile tests/Makefile doc/Makefile python/Makefile"
23875 cat >confcache
<<\_ACEOF
23876 # This file is a shell script that caches the results of configure
23877 # tests run on this system so they can be shared between configure
23878 # scripts and configure runs, see configure's option --config-cache.
23879 # It is not useful on other systems. If it contains results you don't
23880 # want to keep, you may remove or edit it.
23882 # config.status only pays attention to the cache file if you give it
23883 # the --recheck option to rerun configure.
23885 # `ac_cv_env_foo' variables (set or unset) will be overridden when
23886 # loading this file, other *unset* `ac_cv_foo' will be assigned the
23887 # following values.
23891 # The following way of writing the cache mishandles newlines in values,
23892 # but we know of no workaround that is simple, portable, and efficient.
23893 # So, we kill variables containing newlines.
23894 # Ultrix sh set writes to stderr and can't be redirected directly,
23895 # and sets the high bit in the cache file unless we assign to the vars.
23897 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
23898 eval ac_val
=\$
$ac_var
23902 *_cv_
*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
23903 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
23906 _ | IFS | as_nl
) ;; #(
23907 *) $as_unset $ac_var ;;
23913 case $as_nl`(ac_space=' '; set) 2>&1` in #(
23914 *${as_nl}ac_space
=\
*)
23915 # `set' does not quote correctly, so add quotes (double-quote
23916 # substitution turns \\\\ into \\, and sed turns \\ into \).
23919 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
23922 # `set' quotes correctly as required by POSIX, so do not add quotes.
23923 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
23932 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
23934 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
23936 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
23937 if test -w "$cache_file"; then
23938 test "x$cache_file" != "x/dev/null" &&
23939 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
23940 echo "$as_me: updating cache $cache_file" >&6;}
23941 cat confcache
>$cache_file
23943 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
23944 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
23949 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
23950 # Let make expand exec_prefix.
23951 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
23953 DEFS
=-DHAVE_CONFIG_H
23957 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
23958 # 1. Remove the extension, and $U if already installed.
23959 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
23960 ac_i
=`echo "$ac_i" | sed "$ac_script"`
23961 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
23962 # will be set to the directory where LIBOBJS objects are built.
23963 ac_libobjs
="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
23964 ac_ltlibobjs
="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
23966 LIBOBJS
=$ac_libobjs
23968 LTLIBOBJS
=$ac_ltlibobjs
23971 if test -z "${FSECT5_TRUE}" && test -z "${FSECT5_FALSE}"; then
23972 { { echo "$as_me:$LINENO: error: conditional \"FSECT5\" was never defined.
23973 Usually this means the macro was only invoked conditionally." >&5
23974 echo "$as_me: error: conditional \"FSECT5\" was never defined.
23975 Usually this means the macro was only invoked conditionally." >&2;}
23976 { (exit 1); exit 1; }; }
23978 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
23979 { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
23980 Usually this means the macro was only invoked conditionally." >&5
23981 echo "$as_me: error: conditional \"AMDEP\" was never defined.
23982 Usually this means the macro was only invoked conditionally." >&2;}
23983 { (exit 1); exit 1; }; }
23985 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
23986 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
23987 Usually this means the macro was only invoked conditionally." >&5
23988 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
23989 Usually this means the macro was only invoked conditionally." >&2;}
23990 { (exit 1); exit 1; }; }
23992 if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
23993 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
23994 Usually this means the macro was only invoked conditionally." >&5
23995 echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
23996 Usually this means the macro was only invoked conditionally." >&2;}
23997 { (exit 1); exit 1; }; }
23999 if test -z "${IS_CROSS_COMPILE_TRUE}" && test -z "${IS_CROSS_COMPILE_FALSE}"; then
24000 { { echo "$as_me:$LINENO: error: conditional \"IS_CROSS_COMPILE\" was never defined.
24001 Usually this means the macro was only invoked conditionally." >&5
24002 echo "$as_me: error: conditional \"IS_CROSS_COMPILE\" was never defined.
24003 Usually this means the macro was only invoked conditionally." >&2;}
24004 { (exit 1); exit 1; }; }
24007 : ${CONFIG_STATUS=./config.status}
24008 ac_clean_files_save
=$ac_clean_files
24009 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
24010 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
24011 echo "$as_me: creating $CONFIG_STATUS" >&6;}
24012 cat >$CONFIG_STATUS <<_ACEOF
24014 # Generated by $as_me.
24015 # Run this file to recreate the current configuration.
24016 # Compiler output produced by configure, useful for debugging
24017 # configure, is in config.log if it exists.
24020 ac_cs_recheck=false
24022 SHELL=\${CONFIG_SHELL-$SHELL}
24025 cat >>$CONFIG_STATUS <<\_ACEOF
24026 ## --------------------- ##
24027 ## M4sh Initialization. ##
24028 ## --------------------- ##
24030 # Be more Bourne compatible
24031 DUALCASE
=1; export DUALCASE
# for MKS sh
24032 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
24035 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
24036 # is contrary to our usage. Disable this feature.
24037 alias -g '${1+"$@"}'='"$@"'
24038 setopt NO_GLOB_SUBST
24040 case `(set -o) 2>/dev/null` in
24041 *posix
*) set -o posix
;;
24050 # Avoid depending upon Character Ranges.
24051 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
24052 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
24053 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
24054 as_cr_digits
='0123456789'
24055 as_cr_alnum
=$as_cr_Letters$as_cr_digits
24057 # The user is always right.
24058 if test "${PATH_SEPARATOR+set}" != set; then
24059 echo "#! /bin/sh" >conf$$.sh
24060 echo "exit 0" >>conf$$.sh
24062 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
24070 # Support unset when possible.
24071 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
24079 # We need space, tab and new line, in precisely that order. Quoting is
24080 # there to prevent editors from complaining about space-tab.
24081 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
24082 # splitting by setting IFS to empty value.)
24087 # Find who we are. Look in the path if we contain no directory separator.
24089 *[\\/]* ) as_myself
=$0 ;;
24090 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
24091 for as_dir
in $PATH
24094 test -z "$as_dir" && as_dir
=.
24095 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
24101 # We did not find ourselves, most probably we were run as `sh COMMAND'
24102 # in which case we are not to be found in the path.
24103 if test "x$as_myself" = x
; then
24106 if test ! -f "$as_myself"; then
24107 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
24108 { (exit 1); exit 1; }
24111 # Work around bugs in pre-3.0 UWIN ksh.
24112 for as_var
in ENV MAIL MAILPATH
24113 do ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
24121 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
24122 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
24123 LC_TELEPHONE LC_TIME
24125 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
24126 eval $as_var=C
; export $as_var
24128 ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
24132 # Required to use basename.
24133 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
24134 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
24140 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
24141 as_basename
=basename
24147 # Name of the executable.
24148 as_me
=`$as_basename -- "$0" ||
24149 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
24150 X"$0" : 'X\(//\)$' \| \
24151 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
24153 sed '/^.*\/\([^/][^/]*\)\/*$/{
24172 as_lineno_1
=$LINENO
24173 as_lineno_2
=$LINENO
24174 test "x$as_lineno_1" != "x$as_lineno_2" &&
24175 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" ||
{
24177 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
24178 # uniformly replaced by the line number. The first 'sed' inserts a
24179 # line-number line after each line using $LINENO; the second 'sed'
24180 # does the real work. The second script uses 'N' to pair each
24181 # line-number line with the line containing $LINENO, and appends
24182 # trailing '-' during substitution so that $LINENO is not a special
24183 # case at line end.
24184 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
24185 # scripts with optimization help from Paolo Bonzini. Blame Lee
24186 # E. McMahon (1931-1989) for sed's syntax. :-)
24198 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
24201 ' >$as_me.lineno
&&
24202 chmod +x
"$as_me.lineno" ||
24203 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
24204 { (exit 1); exit 1; }; }
24206 # Don't try to exec as it changes $[0], causing all sort of problems
24207 # (the dirname of $[0] is not the place where we might find the
24208 # original and so on. Autoconf is especially sensitive to this).
24209 .
"./$as_me.lineno"
24210 # Exit status is that of the last command.
24215 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
24221 ECHO_C
= ECHO_N
= ECHO_T
=
24222 case `echo -n x` in
24224 case `echo 'x\c'` in
24225 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
24232 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
24233 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
24239 rm -f conf$$ conf$$.exe conf$$.
file
24240 if test -d conf$$.dir
; then
24241 rm -f conf$$.dir
/conf$$.
file
24247 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
24249 # ... but there are two gotchas:
24250 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
24251 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
24252 # In both cases, we have to default to `cp -p'.
24253 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
24255 elif ln conf$$.
file conf$$
2>/dev
/null
; then
24260 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
24261 rmdir conf$$.dir
2>/dev
/null
24263 if mkdir
-p .
2>/dev
/null
; then
24266 test -d .
/-p && rmdir .
/-p
24270 if test -x / >/dev
/null
2>&1; then
24271 as_test_x
='test -x'
24273 if ls -dL / >/dev
/null
2>&1; then
24280 if test -d "$1"; then
24286 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
24287 ???[sx]*):;;*)false;;esac;fi
24291 as_executable_p
=$as_test_x
24293 # Sed expression to map a string onto a valid CPP name.
24294 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
24296 # Sed expression to map a string onto a valid variable name.
24297 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
24302 # Save the log message, to keep $[0] and so on meaningful, and to
24303 # report actual input values of CONFIG_FILES etc. instead of their
24304 # values after options handling.
24306 This file was extended by file $as_me 5.03, which was
24307 generated by GNU Autoconf 2.61. Invocation command line was
24309 CONFIG_FILES = $CONFIG_FILES
24310 CONFIG_HEADERS = $CONFIG_HEADERS
24311 CONFIG_LINKS = $CONFIG_LINKS
24312 CONFIG_COMMANDS = $CONFIG_COMMANDS
24315 on `(hostname || uname -n) 2>/dev/null | sed 1q`
24320 cat >>$CONFIG_STATUS <<_ACEOF
24321 # Files that config.status was made for.
24322 config_files="$ac_config_files"
24323 config_headers="$ac_config_headers"
24324 config_commands="$ac_config_commands"
24328 cat >>$CONFIG_STATUS <<\_ACEOF
24330 \`$as_me' instantiates files from templates according to the
24331 current configuration.
24333 Usage: $0 [OPTIONS] [FILE]...
24335 -h, --help print this help, then exit
24336 -V, --version print version number and configuration settings, then exit
24337 -q, --quiet do not print progress messages
24338 -d, --debug don't remove temporary files
24339 --recheck update $as_me by reconfiguring in the same conditions
24340 --file=FILE[:TEMPLATE]
24341 instantiate the configuration file FILE
24342 --header=FILE[:TEMPLATE]
24343 instantiate the configuration header FILE
24345 Configuration files:
24348 Configuration headers:
24351 Configuration commands:
24354 Report bugs to <bug-autoconf@gnu.org>."
24357 cat >>$CONFIG_STATUS <<_ACEOF
24359 file config.status 5.03
24360 configured by $0, generated by GNU Autoconf 2.61,
24361 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
24363 Copyright (C) 2006 Free Software Foundation, Inc.
24364 This config.status script is free software; the Free Software Foundation
24365 gives unlimited permission to copy, distribute and modify it."
24373 cat >>$CONFIG_STATUS <<\_ACEOF
24374 # If no file are specified by the user, then we need to provide default
24375 # value. By we need to know if files were specified by the user.
24381 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
24382 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
24393 # Handling of the options.
24394 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
24396 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
24397 echo "$ac_cs_version"; exit ;;
24398 --debug |
--debu |
--deb |
--de |
--d |
-d )
24400 --file |
--fil |
--fi |
--f )
24402 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
24403 ac_need_defaults
=false
;;
24404 --header |
--heade |
--head |
--hea )
24406 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
24407 ac_need_defaults
=false
;;
24409 # Conflict between --help and --header
24410 { echo "$as_me: error: ambiguous option: $1
24411 Try \`$0 --help' for more information." >&2
24412 { (exit 1); exit 1; }; };;
24413 --help |
--hel |
-h )
24414 echo "$ac_cs_usage"; exit ;;
24415 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
24416 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
24419 # This is an error.
24420 -*) { echo "$as_me: error: unrecognized option: $1
24421 Try \`$0 --help' for more information." >&2
24422 { (exit 1); exit 1; }; } ;;
24424 *) ac_config_targets
="$ac_config_targets $1"
24425 ac_need_defaults
=false
;;
24431 ac_configure_extra_args
=
24433 if $ac_cs_silent; then
24435 ac_configure_extra_args
="$ac_configure_extra_args --silent"
24439 cat >>$CONFIG_STATUS <<_ACEOF
24440 if \$ac_cs_recheck; then
24441 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
24442 CONFIG_SHELL=$SHELL
24443 export CONFIG_SHELL
24444 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
24448 cat >>$CONFIG_STATUS <<\_ACEOF
24452 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
24453 ## Running $as_me. ##
24459 cat >>$CONFIG_STATUS <<_ACEOF
24463 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
24467 cat >>$CONFIG_STATUS <<\_ACEOF
24469 # Handling of arguments.
24470 for ac_config_target
in $ac_config_targets
24472 case $ac_config_target in
24473 "config.h") CONFIG_HEADERS
="$CONFIG_HEADERS config.h" ;;
24474 "depfiles") CONFIG_COMMANDS
="$CONFIG_COMMANDS depfiles" ;;
24475 "Makefile") CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
24476 "src/Makefile") CONFIG_FILES
="$CONFIG_FILES src/Makefile" ;;
24477 "magic/Makefile") CONFIG_FILES
="$CONFIG_FILES magic/Makefile" ;;
24478 "tests/Makefile") CONFIG_FILES
="$CONFIG_FILES tests/Makefile" ;;
24479 "doc/Makefile") CONFIG_FILES
="$CONFIG_FILES doc/Makefile" ;;
24480 "python/Makefile") CONFIG_FILES
="$CONFIG_FILES python/Makefile" ;;
24482 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
24483 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
24484 { (exit 1); exit 1; }; };;
24489 # If the user did not use the arguments to specify the items to instantiate,
24490 # then the envvar interface is used. Set only those that are not.
24491 # We use the long form for the default assignment because of an extremely
24492 # bizarre bug on SunOS 4.1.3.
24493 if $ac_need_defaults; then
24494 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
24495 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
24496 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
24499 # Have a temporary directory for convenience. Make it in the build tree
24500 # simply because there is no reason against having it here, and in addition,
24501 # creating and moving files from /tmp can sometimes cause problems.
24502 # Hook for its removal unless debugging.
24503 # Note that there is a small window in which the directory will not be cleaned:
24504 # after its creation but before its name has been assigned to `$tmp'.
24508 trap 'exit_status=$?
24509 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
24511 trap '{ (exit 1); exit 1; }' 1 2 13 15
24513 # Create a (secure) tmp directory for tmp files.
24516 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
24517 test -n "$tmp" && test -d "$tmp"
24520 tmp
=.
/conf$$
-$RANDOM
24521 (umask 077 && mkdir
"$tmp")
24524 echo "$me: cannot create a temporary directory in ." >&2
24525 { (exit 1); exit 1; }
24529 # Set up the sed scripts for CONFIG_FILES section.
24532 # No need to generate the scripts if there are no CONFIG_FILES.
24533 # This happens for instance when ./config.status config.h
24534 if test -n "$CONFIG_FILES"; then
24541 for ac_last_try
in false false false false false
:; do
24542 cat >conf$
$subs.
sed <<_ACEOF
24543 SHELL!$SHELL$ac_delim
24544 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
24545 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
24546 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
24547 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
24548 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
24549 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
24550 exec_prefix!$exec_prefix$ac_delim
24551 prefix!$prefix$ac_delim
24552 program_transform_name!$program_transform_name$ac_delim
24553 bindir!$bindir$ac_delim
24554 sbindir!$sbindir$ac_delim
24555 libexecdir!$libexecdir$ac_delim
24556 datarootdir!$datarootdir$ac_delim
24557 datadir!$datadir$ac_delim
24558 sysconfdir!$sysconfdir$ac_delim
24559 sharedstatedir!$sharedstatedir$ac_delim
24560 localstatedir!$localstatedir$ac_delim
24561 includedir!$includedir$ac_delim
24562 oldincludedir!$oldincludedir$ac_delim
24563 docdir!$docdir$ac_delim
24564 infodir!$infodir$ac_delim
24565 htmldir!$htmldir$ac_delim
24566 dvidir!$dvidir$ac_delim
24567 pdfdir!$pdfdir$ac_delim
24568 psdir!$psdir$ac_delim
24569 libdir!$libdir$ac_delim
24570 localedir!$localedir$ac_delim
24571 mandir!$mandir$ac_delim
24572 DEFS!$DEFS$ac_delim
24573 ECHO_C!$ECHO_C$ac_delim
24574 ECHO_N!$ECHO_N$ac_delim
24575 ECHO_T!$ECHO_T$ac_delim
24576 LIBS!$LIBS$ac_delim
24577 build_alias!$build_alias$ac_delim
24578 host_alias!$host_alias$ac_delim
24579 target_alias!$target_alias$ac_delim
24580 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
24581 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
24582 INSTALL_DATA!$INSTALL_DATA$ac_delim
24583 am__isrc!$am__isrc$ac_delim
24584 CYGPATH_W!$CYGPATH_W$ac_delim
24585 PACKAGE!$PACKAGE$ac_delim
24586 VERSION!$VERSION$ac_delim
24587 ACLOCAL!$ACLOCAL$ac_delim
24588 AUTOCONF!$AUTOCONF$ac_delim
24589 AUTOMAKE!$AUTOMAKE$ac_delim
24590 AUTOHEADER!$AUTOHEADER$ac_delim
24591 MAKEINFO!$MAKEINFO$ac_delim
24592 install_sh!$install_sh$ac_delim
24593 STRIP!$STRIP$ac_delim
24594 INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
24595 mkdir_p!$mkdir_p$ac_delim
24597 SET_MAKE!$SET_MAKE$ac_delim
24598 am__leading_dot!$am__leading_dot$ac_delim
24599 AMTAR!$AMTAR$ac_delim
24600 am__tar!$am__tar$ac_delim
24601 am__untar!$am__untar$ac_delim
24602 pkgdatadir!$pkgdatadir$ac_delim
24603 fsect!$fsect$ac_delim
24604 FSECT5_TRUE!$FSECT5_TRUE$ac_delim
24605 FSECT5_FALSE!$FSECT5_FALSE$ac_delim
24606 WARNINGS!$WARNINGS$ac_delim
24608 CFLAGS!$CFLAGS$ac_delim
24609 LDFLAGS!$LDFLAGS$ac_delim
24610 CPPFLAGS!$CPPFLAGS$ac_delim
24611 ac_ct_CC!$ac_ct_CC$ac_delim
24612 EXEEXT!$EXEEXT$ac_delim
24613 OBJEXT!$OBJEXT$ac_delim
24614 DEPDIR!$DEPDIR$ac_delim
24615 am__include!$am__include$ac_delim
24616 am__quote!$am__quote$ac_delim
24617 AMDEP_TRUE!$AMDEP_TRUE$ac_delim
24618 AMDEP_FALSE!$AMDEP_FALSE$ac_delim
24619 AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim
24620 CCDEPMODE!$CCDEPMODE$ac_delim
24621 am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim
24622 am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim
24623 LN_S!$LN_S$ac_delim
24624 build!$build$ac_delim
24625 build_cpu!$build_cpu$ac_delim
24626 build_vendor!$build_vendor$ac_delim
24627 build_os!$build_os$ac_delim
24628 host!$host$ac_delim
24629 host_cpu!$host_cpu$ac_delim
24630 host_vendor!$host_vendor$ac_delim
24631 host_os!$host_os$ac_delim
24633 GREP!$GREP$ac_delim
24634 EGREP!$EGREP$ac_delim
24635 ECHO!$ECHO$ac_delim
24637 RANLIB!$RANLIB$ac_delim
24638 DSYMUTIL!$DSYMUTIL$ac_delim
24639 NMEDIT!$NMEDIT$ac_delim
24642 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
24644 elif $ac_last_try; then
24645 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
24646 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
24647 { (exit 1); exit 1; }; }
24649 ac_delim
="$ac_delim!$ac_delim _$ac_delim!! "
24653 ac_eof
=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
24654 if test -n "$ac_eof"; then
24655 ac_eof
=`echo "$ac_eof" | sort -nru | sed 1q`
24656 ac_eof
=`expr $ac_eof + 1`
24659 cat >>$CONFIG_STATUS <<_ACEOF
24660 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
24661 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
24664 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
24665 s/^/s,@/; s/!/@,|#_!!_#|/
24668 s/'"$ac_delim"'$/,g/; t
24670 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
24671 ' >>$CONFIG_STATUS <conf$
$subs.
sed
24672 rm -f conf$
$subs.
sed
24673 cat >>$CONFIG_STATUS <<_ACEOF
24679 for ac_last_try
in false false false false false
:; do
24680 cat >conf$
$subs.
sed <<_ACEOF
24683 CXXFLAGS!$CXXFLAGS$ac_delim
24684 ac_ct_CXX!$ac_ct_CXX$ac_delim
24685 CXXDEPMODE!$CXXDEPMODE$ac_delim
24686 am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim
24687 am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim
24688 CXXCPP!$CXXCPP$ac_delim
24690 FFLAGS!$FFLAGS$ac_delim
24691 ac_ct_F77!$ac_ct_F77$ac_delim
24692 LIBTOOL!$LIBTOOL$ac_delim
24693 LIBOBJS!$LIBOBJS$ac_delim
24694 IS_CROSS_COMPILE_TRUE!$IS_CROSS_COMPILE_TRUE$ac_delim
24695 IS_CROSS_COMPILE_FALSE!$IS_CROSS_COMPILE_FALSE$ac_delim
24696 LTLIBOBJS!$LTLIBOBJS$ac_delim
24699 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 16; then
24701 elif $ac_last_try; then
24702 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
24703 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
24704 { (exit 1); exit 1; }; }
24706 ac_delim
="$ac_delim!$ac_delim _$ac_delim!! "
24710 ac_eof
=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
24711 if test -n "$ac_eof"; then
24712 ac_eof
=`echo "$ac_eof" | sort -nru | sed 1q`
24713 ac_eof
=`expr $ac_eof + 1`
24716 cat >>$CONFIG_STATUS <<_ACEOF
24717 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
24718 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
24721 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
24722 s/^/s,@/; s/!/@,|#_!!_#|/
24725 s/'"$ac_delim"'$/,g/; t
24727 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
24728 ' >>$CONFIG_STATUS <conf$
$subs.
sed
24729 rm -f conf$
$subs.
sed
24730 cat >>$CONFIG_STATUS <<_ACEOF
24737 # VPATH may cause trouble with some makes, so we remove $(srcdir),
24738 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
24739 # trailing colons and then remove the whole line if VPATH becomes empty
24740 # (actually we leave an empty line to preserve line numbers).
24741 if test "x$srcdir" = x.
; then
24742 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
24743 s/:*\$(srcdir):*/:/
24744 s/:*\${srcdir}:*/:/
24746 s/^\([^=]*=[ ]*\):*/\1/
24752 cat >>$CONFIG_STATUS <<\_ACEOF
24753 fi # test -n "$CONFIG_FILES"
24756 for ac_tag
in :F
$CONFIG_FILES :H
$CONFIG_HEADERS :C
$CONFIG_COMMANDS
24759 :[FHLC
]) ac_mode
=$ac_tag; continue;;
24761 case $ac_mode$ac_tag in
24763 :L
* |
:C
*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
24764 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
24765 { (exit 1); exit 1; }; };;
24766 :[FH
]-) ac_tag
=-:-;;
24767 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
24784 -) ac_f
="$tmp/stdin";;
24785 *) # Look for the file first in the build tree, then in the source tree
24786 # (if the path is not absolute). The absolute path cannot be DOS-style,
24787 # because $ac_f cannot contain `:'.
24791 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
24793 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
24794 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
24795 { (exit 1); exit 1; }; };;
24797 ac_file_inputs
="$ac_file_inputs $ac_f"
24800 # Let's still pretend it is `configure' which instantiates (i.e., don't
24801 # use $as_me), people would be surprised to read:
24802 # /* config.h. Generated by config.status. */
24803 configure_input
="Generated from "`IFS=:
24804 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
24805 if test x
"$ac_file" != x-
; then
24806 configure_input
="$ac_file. $configure_input"
24807 { echo "$as_me:$LINENO: creating $ac_file" >&5
24808 echo "$as_me: creating $ac_file" >&6;}
24812 *:-:* |
*:-) cat >"$tmp/stdin";;
24817 ac_dir
=`$as_dirname -- "$ac_file" ||
24818 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
24819 X"$ac_file" : 'X\(//\)[^/]' \| \
24820 X"$ac_file" : 'X\(//\)$' \| \
24821 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
24823 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
24827 /^X\(\/\/\)[^/].*/{
24842 -*) as_dir
=.
/$as_dir;;
24844 test -d "$as_dir" ||
{ $as_mkdir_p && mkdir
-p "$as_dir"; } ||
{
24848 *\'*) as_qdir
=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
24849 *) as_qdir
=$as_dir;;
24851 as_dirs
="'$as_qdir' $as_dirs"
24852 as_dir
=`$as_dirname -- "$as_dir" ||
24853 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
24854 X"$as_dir" : 'X\(//\)[^/]' \| \
24855 X"$as_dir" : 'X\(//\)$' \| \
24856 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
24858 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
24862 /^X\(\/\/\)[^/].*/{
24875 test -d "$as_dir" && break
24877 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
24878 } ||
test -d "$as_dir" ||
{ { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
24879 echo "$as_me: error: cannot create directory $as_dir" >&2;}
24880 { (exit 1); exit 1; }; }; }
24884 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
24886 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
24887 # A ".." for each directory in $ac_dir_suffix.
24888 ac_top_builddir_sub
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
24889 case $ac_top_builddir_sub in
24890 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
24891 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
24894 ac_abs_top_builddir
=$ac_pwd
24895 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
24896 # for backward compatibility:
24897 ac_top_builddir
=$ac_top_build_prefix
24900 .
) # We are building in place.
24902 ac_top_srcdir
=$ac_top_builddir_sub
24903 ac_abs_top_srcdir
=$ac_pwd ;;
24904 [\\/]* | ?
:[\\/]* ) # Absolute name.
24905 ac_srcdir
=$srcdir$ac_dir_suffix;
24906 ac_top_srcdir
=$srcdir
24907 ac_abs_top_srcdir
=$srcdir ;;
24908 *) # Relative name.
24909 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
24910 ac_top_srcdir
=$ac_top_build_prefix$srcdir
24911 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
24913 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
24923 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
24924 *) ac_INSTALL
=$ac_top_build_prefix$INSTALL ;;
24926 ac_MKDIR_P
=$MKDIR_P
24928 [\\/$
]* | ?
:[\\/]* ) ;;
24929 */*) ac_MKDIR_P
=$ac_top_build_prefix$MKDIR_P ;;
24933 cat >>$CONFIG_STATUS <<\_ACEOF
24934 # If the template does not know about datarootdir, expand it.
24935 # FIXME: This hack should be removed a few years after 2.60.
24936 ac_datarootdir_hack
=; ac_datarootdir_seen
=
24938 case `sed -n '/datarootdir/ {
24947 ' $ac_file_inputs` in
24948 *datarootdir
*) ac_datarootdir_seen
=yes;;
24949 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
24950 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
24951 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
24953 cat >>$CONFIG_STATUS <<_ACEOF
24954 ac_datarootdir_hack='
24955 s&@datadir@&$datadir&g
24956 s&@docdir@&$docdir&g
24957 s&@infodir@&$infodir&g
24958 s&@localedir@&$localedir&g
24959 s&@mandir@&$mandir&g
24960 s&\\\${datarootdir}&$datarootdir&g' ;;
24964 # Neutralize VPATH when `$srcdir' = `.'.
24965 # Shell code in configure.ac might set extrasub.
24966 # FIXME: do we really want to maintain this feature?
24967 cat >>$CONFIG_STATUS <<_ACEOF
24971 cat >>$CONFIG_STATUS <<\_ACEOF
24973 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
24974 s
&@configure_input@
&$configure_input&;t t
24975 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
24976 s
&@srcdir@
&$ac_srcdir&;t t
24977 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
24978 s
&@top_srcdir@
&$ac_top_srcdir&;t t
24979 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
24980 s
&@builddir@
&$ac_builddir&;t t
24981 s
&@abs_builddir@
&$ac_abs_builddir&;t t
24982 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
24983 s
&@INSTALL@
&$ac_INSTALL&;t t
24984 s
&@MKDIR_P@
&$ac_MKDIR_P&;t t
24985 $ac_datarootdir_hack
24986 " $ac_file_inputs | sed -f "$tmp/subs-1.
sed" | sed -f "$tmp/subs-2.
sed" >$tmp/out
24988 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
24989 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out
"`; test -n "$ac_out"; } &&
24990 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out
"`; test -z "$ac_out"; } &&
24991 { echo "$as_me:$LINENO: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
24992 which seems to be undefined. Please make sure it is defined." >&5
24993 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
24994 which seems to be undefined. Please make sure it is defined." >&2;}
24998 -) cat "$tmp/out"; rm -f "$tmp/out";;
24999 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
25008 # Transform confdefs.h into a sed script `conftest.defines', that
25009 # substitutes the proper values into config.h.in to produce config.h.
25010 rm -f conftest.defines conftest.
tail
25011 # First, append a space to every undef/define line, to ease matching.
25012 echo 's/$/ /' >conftest.defines
25013 # Then, protect against being on the right side of a sed subst, or in
25014 # an unquoted here document, in config.status. If some macros were
25015 # called several times there might be several #defines for the same
25016 # symbol, which is useless. But do not sort them, since the last
25017 # AC_DEFINE must be honored.
25018 ac_word_re
=[_
$as_cr_Letters][_
$as_cr_alnum]*
25019 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
25020 # NAME is the cpp macro being defined, VALUE is the value it is being given.
25021 # PARAMS is the parameter list in the macro definition--in most cases, it's
25022 # just an empty string.
25023 ac_dA
='s,^\\([ #]*\\)[^ ]*\\([ ]*'
25024 ac_dB
='\\)[ (].*,\\1define\\2'
25032 s/^[ ]*#[ ]*define[ ][ ]*//
25037 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
25038 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
25039 ' >>conftest.defines
25041 # Remove the space that was appended to ease matching.
25042 # Then replace #undef with comments. This is necessary, for
25043 # example, in the case of _POSIX_SOURCE, which is predefined and required
25044 # on some systems where configure will not decide to define it.
25045 # (The regexp can be short, since the line contains either #define or #undef.)
25047 s,^[ #]*u.*,/* & */,' >>conftest.defines
25049 # Break up conftest.defines:
25050 ac_max_sed_lines
=50
25052 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
25053 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
25054 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
25056 ac_in
='$ac_file_inputs'
25057 ac_out
='"$tmp/out1"'
25058 ac_nxt
='"$tmp/out2"'
25062 # Write a here document:
25063 cat >>$CONFIG_STATUS <<_ACEOF
25064 # First, check the format of the line:
25065 cat >"\$tmp/defines.sed" <<\\CEOF
25066 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
25067 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
25071 sed ${ac_max_sed_lines}q conftest.defines
>>$CONFIG_STATUS
25073 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
25074 ac_in
=$ac_out; ac_out
=$ac_nxt; ac_nxt
=$ac_in
25075 sed 1,${ac_max_sed_lines}d conftest.defines
>conftest.
tail
25076 grep . conftest.
tail >/dev
/null ||
break
25077 rm -f conftest.defines
25078 mv conftest.
tail conftest.defines
25080 rm -f conftest.defines conftest.
tail
25082 echo "ac_result=$ac_in" >>$CONFIG_STATUS
25083 cat >>$CONFIG_STATUS <<\_ACEOF
25084 if test x
"$ac_file" != x-
; then
25085 echo "/* $configure_input */" >"$tmp/config.h"
25086 cat "$ac_result" >>"$tmp/config.h"
25087 if diff $ac_file "$tmp/config.h" >/dev
/null
2>&1; then
25088 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
25089 echo "$as_me: $ac_file is unchanged" >&6;}
25092 mv "$tmp/config.h" $ac_file
25095 echo "/* $configure_input */"
25099 # Compute $ac_file's index in $config_headers.
25101 for _am_header
in $config_headers :; do
25102 case $_am_header in
25103 $ac_file |
$ac_file:* )
25106 _am_stamp_count
=`expr $_am_stamp_count + 1` ;;
25109 echo "timestamp for $ac_file" >`$as_dirname -- $ac_file ||
25110 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
25111 X$ac_file : 'X\(//\)[^/]' \| \
25112 X$ac_file : 'X\(//\)$' \| \
25113 X$ac_file : 'X\(/\)' \| . 2>/dev/null ||
25115 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
25119 /^X\(\/\/\)[^/].*/{
25131 s/.*/./; q'`/stamp-h
$_am_stamp_count
25134 :C
) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
25135 echo "$as_me: executing $ac_file commands" >&6;}
25140 case $ac_file$ac_mode in
25141 "depfiles":C
) test x
"$AMDEP_TRUE" != x
"" ||
for mf
in $CONFIG_FILES; do
25142 # Strip MF so we end up with the name of the file.
25143 mf
=`echo "$mf" | sed -e 's/:.*$//'`
25144 # Check whether this is an Automake generated Makefile or not.
25145 # We used to match only the files named `Makefile.in', but
25146 # some people rename them; so instead we look at the file content.
25147 # Grep'ing the first line is not enough: some people post-process
25148 # each Makefile.in and add a new line on top of each file to say so.
25149 # Grep'ing the whole file is not good either: AIX grep has a line
25150 # limit of 2048, but all sed's we know have understand at least 4000.
25151 if sed 10q
"$mf" |
grep '^#.*generated by automake' > /dev
/null
2>&1; then
25152 dirpart
=`$as_dirname -- "$mf" ||
25153 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
25154 X"$mf" : 'X\(//\)[^/]' \| \
25155 X"$mf" : 'X\(//\)$' \| \
25156 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
25158 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
25162 /^X\(\/\/\)[^/].*/{
25178 # Extract the definition of DEPDIR, am__include, and am__quote
25179 # from the Makefile without running `make'.
25180 DEPDIR
=`sed -n 's/^DEPDIR = //p' < "$mf"`
25181 test -z "$DEPDIR" && continue
25182 am__include
=`sed -n 's/^am__include = //p' < "$mf"`
25183 test -z "am__include" && continue
25184 am__quote
=`sed -n 's/^am__quote = //p' < "$mf"`
25185 # When using ansi2knr, U may be empty or an underscore; expand it
25186 U
=`sed -n 's/^U = //p' < "$mf"`
25187 # Find all dependency output files, they are included files with
25188 # $(DEPDIR) in their names. We invoke sed twice because it is the
25189 # simplest approach to changing $(DEPDIR) to its actual value in the
25191 for file in `sed -n "
25192 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
25193 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
25194 # Make sure the directory exists.
25195 test -f "$dirpart/$file" && continue
25196 fdir
=`$as_dirname -- "$file" ||
25197 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
25198 X"$file" : 'X\(//\)[^/]' \| \
25199 X"$file" : 'X\(//\)$' \| \
25200 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
25202 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
25206 /^X\(\/\/\)[^/].*/{
25219 { as_dir
=$dirpart/$fdir
25221 -*) as_dir
=.
/$as_dir;;
25223 test -d "$as_dir" ||
{ $as_mkdir_p && mkdir
-p "$as_dir"; } ||
{
25227 *\'*) as_qdir
=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
25228 *) as_qdir
=$as_dir;;
25230 as_dirs
="'$as_qdir' $as_dirs"
25231 as_dir
=`$as_dirname -- "$as_dir" ||
25232 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
25233 X"$as_dir" : 'X\(//\)[^/]' \| \
25234 X"$as_dir" : 'X\(//\)$' \| \
25235 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
25237 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
25241 /^X\(\/\/\)[^/].*/{
25254 test -d "$as_dir" && break
25256 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
25257 } ||
test -d "$as_dir" ||
{ { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
25258 echo "$as_me: error: cannot create directory $as_dir" >&2;}
25259 { (exit 1); exit 1; }; }; }
25260 # echo "creating $dirpart/$file"
25261 echo '# dummy' > "$dirpart/$file"
25270 { (exit 0); exit 0; }
25272 chmod +x
$CONFIG_STATUS
25273 ac_clean_files
=$ac_clean_files_save
25276 # configure is writing to config.log, and then calls config.status.
25277 # config.status does its own redirection, appending to config.log.
25278 # Unfortunately, on DOS this fails, as config.log is still kept open
25279 # by configure, so config.status won't be able to write to it; its
25280 # output is simply discarded. So we exec the FD to /dev/null,
25281 # effectively closing config.log, so it can be properly (re)opened and
25282 # appended to by config.status. When coming back to configure, we
25283 # need to make the FD available again.
25284 if test "$no_create" != yes; then
25286 ac_config_status_args
=
25287 test "$silent" = yes &&
25288 ac_config_status_args
="$ac_config_status_args --quiet"
25290 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
25292 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
25293 # would make configure fail if this is the last instruction.
25294 $ac_cs_success ||
{ (exit 1); exit 1; }