Mercurial > hg > index.fcgi > gift-gnutella > gift-gnutella-0.0.11-1pba
diff configure @ 0:d39e1d0d75b6
initial add
author | paulo@hit-nxdomain.opendns.com |
---|---|
date | Sat, 20 Feb 2010 21:18:28 -0800 |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/configure Sat Feb 20 21:18:28 2010 -0800 1.3 @@ -0,0 +1,21094 @@ 1.4 +#! /bin/sh 1.5 +# Guess values for system-dependent variables and create Makefiles. 1.6 +# Generated by GNU Autoconf 2.59 for gift-gnutella 0.0.11. 1.7 +# 1.8 +# Copyright (C) 2003 Free Software Foundation, Inc. 1.9 +# This configure script is free software; the Free Software Foundation 1.10 +# gives unlimited permission to copy, distribute and modify it. 1.11 +## --------------------- ## 1.12 +## M4sh Initialization. ## 1.13 +## --------------------- ## 1.14 + 1.15 +# Be Bourne compatible 1.16 +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 1.17 + emulate sh 1.18 + NULLCMD=: 1.19 + # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 1.20 + # is contrary to our usage. Disable this feature. 1.21 + alias -g '${1+"$@"}'='"$@"' 1.22 +elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then 1.23 + set -o posix 1.24 +fi 1.25 +DUALCASE=1; export DUALCASE # for MKS sh 1.26 + 1.27 +# Support unset when possible. 1.28 +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 1.29 + as_unset=unset 1.30 +else 1.31 + as_unset=false 1.32 +fi 1.33 + 1.34 + 1.35 +# Work around bugs in pre-3.0 UWIN ksh. 1.36 +$as_unset ENV MAIL MAILPATH 1.37 +PS1='$ ' 1.38 +PS2='> ' 1.39 +PS4='+ ' 1.40 + 1.41 +# NLS nuisances. 1.42 +for as_var in \ 1.43 + LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 1.44 + LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 1.45 + LC_TELEPHONE LC_TIME 1.46 +do 1.47 + if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 1.48 + eval $as_var=C; export $as_var 1.49 + else 1.50 + $as_unset $as_var 1.51 + fi 1.52 +done 1.53 + 1.54 +# Required to use basename. 1.55 +if expr a : '\(a\)' >/dev/null 2>&1; then 1.56 + as_expr=expr 1.57 +else 1.58 + as_expr=false 1.59 +fi 1.60 + 1.61 +if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then 1.62 + as_basename=basename 1.63 +else 1.64 + as_basename=false 1.65 +fi 1.66 + 1.67 + 1.68 +# Name of the executable. 1.69 +as_me=`$as_basename "$0" || 1.70 +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 1.71 + X"$0" : 'X\(//\)$' \| \ 1.72 + X"$0" : 'X\(/\)$' \| \ 1.73 + . : '\(.\)' 2>/dev/null || 1.74 +echo X/"$0" | 1.75 + sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } 1.76 + /^X\/\(\/\/\)$/{ s//\1/; q; } 1.77 + /^X\/\(\/\).*/{ s//\1/; q; } 1.78 + s/.*/./; q'` 1.79 + 1.80 + 1.81 +# PATH needs CR, and LINENO needs CR and PATH. 1.82 +# Avoid depending upon Character Ranges. 1.83 +as_cr_letters='abcdefghijklmnopqrstuvwxyz' 1.84 +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 1.85 +as_cr_Letters=$as_cr_letters$as_cr_LETTERS 1.86 +as_cr_digits='0123456789' 1.87 +as_cr_alnum=$as_cr_Letters$as_cr_digits 1.88 + 1.89 +# The user is always right. 1.90 +if test "${PATH_SEPARATOR+set}" != set; then 1.91 + echo "#! /bin/sh" >conf$$.sh 1.92 + echo "exit 0" >>conf$$.sh 1.93 + chmod +x conf$$.sh 1.94 + if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 1.95 + PATH_SEPARATOR=';' 1.96 + else 1.97 + PATH_SEPARATOR=: 1.98 + fi 1.99 + rm -f conf$$.sh 1.100 +fi 1.101 + 1.102 + 1.103 + as_lineno_1=$LINENO 1.104 + as_lineno_2=$LINENO 1.105 + as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 1.106 + test "x$as_lineno_1" != "x$as_lineno_2" && 1.107 + test "x$as_lineno_3" = "x$as_lineno_2" || { 1.108 + # Find who we are. Look in the path if we contain no path at all 1.109 + # relative or not. 1.110 + case $0 in 1.111 + *[\\/]* ) as_myself=$0 ;; 1.112 + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.113 +for as_dir in $PATH 1.114 +do 1.115 + IFS=$as_save_IFS 1.116 + test -z "$as_dir" && as_dir=. 1.117 + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 1.118 +done 1.119 + 1.120 + ;; 1.121 + esac 1.122 + # We did not find ourselves, most probably we were run as `sh COMMAND' 1.123 + # in which case we are not to be found in the path. 1.124 + if test "x$as_myself" = x; then 1.125 + as_myself=$0 1.126 + fi 1.127 + if test ! -f "$as_myself"; then 1.128 + { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2 1.129 + { (exit 1); exit 1; }; } 1.130 + fi 1.131 + case $CONFIG_SHELL in 1.132 + '') 1.133 + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.134 +for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 1.135 +do 1.136 + IFS=$as_save_IFS 1.137 + test -z "$as_dir" && as_dir=. 1.138 + for as_base in sh bash ksh sh5; do 1.139 + case $as_dir in 1.140 + /*) 1.141 + if ("$as_dir/$as_base" -c ' 1.142 + as_lineno_1=$LINENO 1.143 + as_lineno_2=$LINENO 1.144 + as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 1.145 + test "x$as_lineno_1" != "x$as_lineno_2" && 1.146 + test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then 1.147 + $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } 1.148 + $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } 1.149 + CONFIG_SHELL=$as_dir/$as_base 1.150 + export CONFIG_SHELL 1.151 + exec "$CONFIG_SHELL" "$0" ${1+"$@"} 1.152 + fi;; 1.153 + esac 1.154 + done 1.155 +done 1.156 +;; 1.157 + esac 1.158 + 1.159 + # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 1.160 + # uniformly replaced by the line number. The first 'sed' inserts a 1.161 + # line-number line before each line; the second 'sed' does the real 1.162 + # work. The second script uses 'N' to pair each line-number line 1.163 + # with the numbered line, and appends trailing '-' during 1.164 + # substitution so that $LINENO is not a special case at line end. 1.165 + # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 1.166 + # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) 1.167 + sed '=' <$as_myself | 1.168 + sed ' 1.169 + N 1.170 + s,$,-, 1.171 + : loop 1.172 + s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, 1.173 + t loop 1.174 + s,-$,, 1.175 + s,^['$as_cr_digits']*\n,, 1.176 + ' >$as_me.lineno && 1.177 + chmod +x $as_me.lineno || 1.178 + { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 1.179 + { (exit 1); exit 1; }; } 1.180 + 1.181 + # Don't try to exec as it changes $[0], causing all sort of problems 1.182 + # (the dirname of $[0] is not the place where we might find the 1.183 + # original and so on. Autoconf is especially sensible to this). 1.184 + . ./$as_me.lineno 1.185 + # Exit status is that of the last command. 1.186 + exit 1.187 +} 1.188 + 1.189 + 1.190 +case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in 1.191 + *c*,-n*) ECHO_N= ECHO_C=' 1.192 +' ECHO_T=' ' ;; 1.193 + *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; 1.194 + *) ECHO_N= ECHO_C='\c' ECHO_T= ;; 1.195 +esac 1.196 + 1.197 +if expr a : '\(a\)' >/dev/null 2>&1; then 1.198 + as_expr=expr 1.199 +else 1.200 + as_expr=false 1.201 +fi 1.202 + 1.203 +rm -f conf$$ conf$$.exe conf$$.file 1.204 +echo >conf$$.file 1.205 +if ln -s conf$$.file conf$$ 2>/dev/null; then 1.206 + # We could just check for DJGPP; but this test a) works b) is more generic 1.207 + # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). 1.208 + if test -f conf$$.exe; then 1.209 + # Don't use ln at all; we don't have any links 1.210 + as_ln_s='cp -p' 1.211 + else 1.212 + as_ln_s='ln -s' 1.213 + fi 1.214 +elif ln conf$$.file conf$$ 2>/dev/null; then 1.215 + as_ln_s=ln 1.216 +else 1.217 + as_ln_s='cp -p' 1.218 +fi 1.219 +rm -f conf$$ conf$$.exe conf$$.file 1.220 + 1.221 +if mkdir -p . 2>/dev/null; then 1.222 + as_mkdir_p=: 1.223 +else 1.224 + test -d ./-p && rmdir ./-p 1.225 + as_mkdir_p=false 1.226 +fi 1.227 + 1.228 +as_executable_p="test -f" 1.229 + 1.230 +# Sed expression to map a string onto a valid CPP name. 1.231 +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 1.232 + 1.233 +# Sed expression to map a string onto a valid variable name. 1.234 +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 1.235 + 1.236 + 1.237 +# IFS 1.238 +# We need space, tab and new line, in precisely that order. 1.239 +as_nl=' 1.240 +' 1.241 +IFS=" $as_nl" 1.242 + 1.243 +# CDPATH. 1.244 +$as_unset CDPATH 1.245 + 1.246 + 1.247 + 1.248 +# Check that we are running under the correct shell. 1.249 +SHELL=${CONFIG_SHELL-/bin/sh} 1.250 + 1.251 +case X$ECHO in 1.252 +X*--fallback-echo) 1.253 + # Remove one level of quotation (which was required for Make). 1.254 + ECHO=`echo "$ECHO" | sed 's,\\\\\$\\$0,'$0','` 1.255 + ;; 1.256 +esac 1.257 + 1.258 +echo=${ECHO-echo} 1.259 +if test "X$1" = X--no-reexec; then 1.260 + # Discard the --no-reexec flag, and continue. 1.261 + shift 1.262 +elif test "X$1" = X--fallback-echo; then 1.263 + # Avoid inline document here, it may be left over 1.264 + : 1.265 +elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then 1.266 + # Yippee, $echo works! 1.267 + : 1.268 +else 1.269 + # Restart under the correct shell. 1.270 + exec $SHELL "$0" --no-reexec ${1+"$@"} 1.271 +fi 1.272 + 1.273 +if test "X$1" = X--fallback-echo; then 1.274 + # used as fallback echo 1.275 + shift 1.276 + cat <<EOF 1.277 +$* 1.278 +EOF 1.279 + exit 0 1.280 +fi 1.281 + 1.282 +# The HP-UX ksh and POSIX shell print the target directory to stdout 1.283 +# if CDPATH is set. 1.284 +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH 1.285 + 1.286 +if test -z "$ECHO"; then 1.287 +if test "X${echo_test_string+set}" != Xset; then 1.288 +# find a string as large as possible, as long as the shell can cope with it 1.289 + for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do 1.290 + # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ... 1.291 + if (echo_test_string=`eval $cmd`) 2>/dev/null && 1.292 + echo_test_string=`eval $cmd` && 1.293 + (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null 1.294 + then 1.295 + break 1.296 + fi 1.297 + done 1.298 +fi 1.299 + 1.300 +if test "X`($echo '\t') 2>/dev/null`" = 'X\t' && 1.301 + echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` && 1.302 + test "X$echo_testing_string" = "X$echo_test_string"; then 1.303 + : 1.304 +else 1.305 + # The Solaris, AIX, and Digital Unix default echo programs unquote 1.306 + # backslashes. This makes it impossible to quote backslashes using 1.307 + # echo "$something" | sed 's/\\/\\\\/g' 1.308 + # 1.309 + # So, first we look for a working echo in the user's PATH. 1.310 + 1.311 + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR 1.312 + for dir in $PATH /usr/ucb; do 1.313 + IFS="$lt_save_ifs" 1.314 + if (test -f $dir/echo || test -f $dir/echo$ac_exeext) && 1.315 + test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' && 1.316 + echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` && 1.317 + test "X$echo_testing_string" = "X$echo_test_string"; then 1.318 + echo="$dir/echo" 1.319 + break 1.320 + fi 1.321 + done 1.322 + IFS="$lt_save_ifs" 1.323 + 1.324 + if test "X$echo" = Xecho; then 1.325 + # We didn't find a better echo, so look for alternatives. 1.326 + if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' && 1.327 + echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` && 1.328 + test "X$echo_testing_string" = "X$echo_test_string"; then 1.329 + # This shell has a builtin print -r that does the trick. 1.330 + echo='print -r' 1.331 + elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) && 1.332 + test "X$CONFIG_SHELL" != X/bin/ksh; then 1.333 + # If we have ksh, try running configure again with it. 1.334 + ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh} 1.335 + export ORIGINAL_CONFIG_SHELL 1.336 + CONFIG_SHELL=/bin/ksh 1.337 + export CONFIG_SHELL 1.338 + exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"} 1.339 + else 1.340 + # Try using printf. 1.341 + echo='printf %s\n' 1.342 + if test "X`($echo '\t') 2>/dev/null`" = 'X\t' && 1.343 + echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` && 1.344 + test "X$echo_testing_string" = "X$echo_test_string"; then 1.345 + # Cool, printf works 1.346 + : 1.347 + elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` && 1.348 + test "X$echo_testing_string" = 'X\t' && 1.349 + echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` && 1.350 + test "X$echo_testing_string" = "X$echo_test_string"; then 1.351 + CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL 1.352 + export CONFIG_SHELL 1.353 + SHELL="$CONFIG_SHELL" 1.354 + export SHELL 1.355 + echo="$CONFIG_SHELL $0 --fallback-echo" 1.356 + elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` && 1.357 + test "X$echo_testing_string" = 'X\t' && 1.358 + echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` && 1.359 + test "X$echo_testing_string" = "X$echo_test_string"; then 1.360 + echo="$CONFIG_SHELL $0 --fallback-echo" 1.361 + else 1.362 + # maybe with a smaller string... 1.363 + prev=: 1.364 + 1.365 + for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do 1.366 + if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null 1.367 + then 1.368 + break 1.369 + fi 1.370 + prev="$cmd" 1.371 + done 1.372 + 1.373 + if test "$prev" != 'sed 50q "$0"'; then 1.374 + echo_test_string=`eval $prev` 1.375 + export echo_test_string 1.376 + exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"} 1.377 + else 1.378 + # Oops. We lost completely, so just stick with echo. 1.379 + echo=echo 1.380 + fi 1.381 + fi 1.382 + fi 1.383 + fi 1.384 +fi 1.385 +fi 1.386 + 1.387 +# Copy echo and quote the copy suitably for passing to libtool from 1.388 +# the Makefile, instead of quoting the original, which is used later. 1.389 +ECHO=$echo 1.390 +if test "X$ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then 1.391 + ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo" 1.392 +fi 1.393 + 1.394 + 1.395 + 1.396 + 1.397 +tagnames=${tagnames+${tagnames},}CXX 1.398 + 1.399 +tagnames=${tagnames+${tagnames},}F77 1.400 + 1.401 +# Name of the host. 1.402 +# hostname on some systems (SVR3.2, Linux) returns a bogus exit status, 1.403 +# so uname gets run too. 1.404 +ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` 1.405 + 1.406 +exec 6>&1 1.407 + 1.408 +# 1.409 +# Initializations. 1.410 +# 1.411 +ac_default_prefix=/usr/local 1.412 +ac_config_libobj_dir=. 1.413 +cross_compiling=no 1.414 +subdirs= 1.415 +MFLAGS= 1.416 +MAKEFLAGS= 1.417 +SHELL=${CONFIG_SHELL-/bin/sh} 1.418 + 1.419 +# Maximum number of lines to put in a shell here document. 1.420 +# This variable seems obsolete. It should probably be removed, and 1.421 +# only ac_max_sed_lines should be used. 1.422 +: ${ac_max_here_lines=38} 1.423 + 1.424 +# Identity of this package. 1.425 +PACKAGE_NAME='gift-gnutella' 1.426 +PACKAGE_TARNAME='gift-gnutella' 1.427 +PACKAGE_VERSION='0.0.11' 1.428 +PACKAGE_STRING='gift-gnutella 0.0.11' 1.429 +PACKAGE_BUGREPORT='' 1.430 + 1.431 +ac_unique_file="src/gt_gnutella.h" 1.432 +# Factoring default headers for most tests. 1.433 +ac_includes_default="\ 1.434 +#include <stdio.h> 1.435 +#if HAVE_SYS_TYPES_H 1.436 +# include <sys/types.h> 1.437 +#endif 1.438 +#if HAVE_SYS_STAT_H 1.439 +# include <sys/stat.h> 1.440 +#endif 1.441 +#if STDC_HEADERS 1.442 +# include <stdlib.h> 1.443 +# include <stddef.h> 1.444 +#else 1.445 +# if HAVE_STDLIB_H 1.446 +# include <stdlib.h> 1.447 +# endif 1.448 +#endif 1.449 +#if HAVE_STRING_H 1.450 +# if !STDC_HEADERS && HAVE_MEMORY_H 1.451 +# include <memory.h> 1.452 +# endif 1.453 +# include <string.h> 1.454 +#endif 1.455 +#if HAVE_STRINGS_H 1.456 +# include <strings.h> 1.457 +#endif 1.458 +#if HAVE_INTTYPES_H 1.459 +# include <inttypes.h> 1.460 +#else 1.461 +# if HAVE_STDINT_H 1.462 +# include <stdint.h> 1.463 +# endif 1.464 +#endif 1.465 +#if HAVE_UNISTD_H 1.466 +# include <unistd.h> 1.467 +#endif" 1.468 + 1.469 +ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE am__leading_dot MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP EGREP build build_cpu build_vendor build_os host host_cpu host_vendor host_os LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL PLUGIN_LDFLAGS PKG_CONFIG GNUTELLA_CFLAGS GNUTELLA_LIBS USE_ZLIB XML2_CONFIG LIBXML2_CFLAGS LIBXML2_LIBS LIBOBJS LTLIBOBJS' 1.470 +ac_subst_files='' 1.471 + 1.472 +# Initialize some variables set by options. 1.473 +ac_init_help= 1.474 +ac_init_version=false 1.475 +# The variables have the same names as the options, with 1.476 +# dashes changed to underlines. 1.477 +cache_file=/dev/null 1.478 +exec_prefix=NONE 1.479 +no_create= 1.480 +no_recursion= 1.481 +prefix=NONE 1.482 +program_prefix=NONE 1.483 +program_suffix=NONE 1.484 +program_transform_name=s,x,x, 1.485 +silent= 1.486 +site= 1.487 +srcdir= 1.488 +verbose= 1.489 +x_includes=NONE 1.490 +x_libraries=NONE 1.491 + 1.492 +# Installation directory options. 1.493 +# These are left unexpanded so users can "make install exec_prefix=/foo" 1.494 +# and all the variables that are supposed to be based on exec_prefix 1.495 +# by default will actually change. 1.496 +# Use braces instead of parens because sh, perl, etc. also accept them. 1.497 +bindir='${exec_prefix}/bin' 1.498 +sbindir='${exec_prefix}/sbin' 1.499 +libexecdir='${exec_prefix}/libexec' 1.500 +datadir='${prefix}/share' 1.501 +sysconfdir='${prefix}/etc' 1.502 +sharedstatedir='${prefix}/com' 1.503 +localstatedir='${prefix}/var' 1.504 +libdir='${exec_prefix}/lib' 1.505 +includedir='${prefix}/include' 1.506 +oldincludedir='/usr/include' 1.507 +infodir='${prefix}/info' 1.508 +mandir='${prefix}/man' 1.509 + 1.510 +ac_prev= 1.511 +for ac_option 1.512 +do 1.513 + # If the previous option needs an argument, assign it. 1.514 + if test -n "$ac_prev"; then 1.515 + eval "$ac_prev=\$ac_option" 1.516 + ac_prev= 1.517 + continue 1.518 + fi 1.519 + 1.520 + ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'` 1.521 + 1.522 + # Accept the important Cygnus configure options, so we can diagnose typos. 1.523 + 1.524 + case $ac_option in 1.525 + 1.526 + -bindir | --bindir | --bindi | --bind | --bin | --bi) 1.527 + ac_prev=bindir ;; 1.528 + -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) 1.529 + bindir=$ac_optarg ;; 1.530 + 1.531 + -build | --build | --buil | --bui | --bu) 1.532 + ac_prev=build_alias ;; 1.533 + -build=* | --build=* | --buil=* | --bui=* | --bu=*) 1.534 + build_alias=$ac_optarg ;; 1.535 + 1.536 + -cache-file | --cache-file | --cache-fil | --cache-fi \ 1.537 + | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) 1.538 + ac_prev=cache_file ;; 1.539 + -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ 1.540 + | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) 1.541 + cache_file=$ac_optarg ;; 1.542 + 1.543 + --config-cache | -C) 1.544 + cache_file=config.cache ;; 1.545 + 1.546 + -datadir | --datadir | --datadi | --datad | --data | --dat | --da) 1.547 + ac_prev=datadir ;; 1.548 + -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ 1.549 + | --da=*) 1.550 + datadir=$ac_optarg ;; 1.551 + 1.552 + -disable-* | --disable-*) 1.553 + ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 1.554 + # Reject names that are not valid shell variable names. 1.555 + expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && 1.556 + { echo "$as_me: error: invalid feature name: $ac_feature" >&2 1.557 + { (exit 1); exit 1; }; } 1.558 + ac_feature=`echo $ac_feature | sed 's/-/_/g'` 1.559 + eval "enable_$ac_feature=no" ;; 1.560 + 1.561 + -enable-* | --enable-*) 1.562 + ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 1.563 + # Reject names that are not valid shell variable names. 1.564 + expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && 1.565 + { echo "$as_me: error: invalid feature name: $ac_feature" >&2 1.566 + { (exit 1); exit 1; }; } 1.567 + ac_feature=`echo $ac_feature | sed 's/-/_/g'` 1.568 + case $ac_option in 1.569 + *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; 1.570 + *) ac_optarg=yes ;; 1.571 + esac 1.572 + eval "enable_$ac_feature='$ac_optarg'" ;; 1.573 + 1.574 + -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ 1.575 + | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ 1.576 + | --exec | --exe | --ex) 1.577 + ac_prev=exec_prefix ;; 1.578 + -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ 1.579 + | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ 1.580 + | --exec=* | --exe=* | --ex=*) 1.581 + exec_prefix=$ac_optarg ;; 1.582 + 1.583 + -gas | --gas | --ga | --g) 1.584 + # Obsolete; use --with-gas. 1.585 + with_gas=yes ;; 1.586 + 1.587 + -help | --help | --hel | --he | -h) 1.588 + ac_init_help=long ;; 1.589 + -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) 1.590 + ac_init_help=recursive ;; 1.591 + -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) 1.592 + ac_init_help=short ;; 1.593 + 1.594 + -host | --host | --hos | --ho) 1.595 + ac_prev=host_alias ;; 1.596 + -host=* | --host=* | --hos=* | --ho=*) 1.597 + host_alias=$ac_optarg ;; 1.598 + 1.599 + -includedir | --includedir | --includedi | --included | --include \ 1.600 + | --includ | --inclu | --incl | --inc) 1.601 + ac_prev=includedir ;; 1.602 + -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ 1.603 + | --includ=* | --inclu=* | --incl=* | --inc=*) 1.604 + includedir=$ac_optarg ;; 1.605 + 1.606 + -infodir | --infodir | --infodi | --infod | --info | --inf) 1.607 + ac_prev=infodir ;; 1.608 + -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) 1.609 + infodir=$ac_optarg ;; 1.610 + 1.611 + -libdir | --libdir | --libdi | --libd) 1.612 + ac_prev=libdir ;; 1.613 + -libdir=* | --libdir=* | --libdi=* | --libd=*) 1.614 + libdir=$ac_optarg ;; 1.615 + 1.616 + -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ 1.617 + | --libexe | --libex | --libe) 1.618 + ac_prev=libexecdir ;; 1.619 + -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ 1.620 + | --libexe=* | --libex=* | --libe=*) 1.621 + libexecdir=$ac_optarg ;; 1.622 + 1.623 + -localstatedir | --localstatedir | --localstatedi | --localstated \ 1.624 + | --localstate | --localstat | --localsta | --localst \ 1.625 + | --locals | --local | --loca | --loc | --lo) 1.626 + ac_prev=localstatedir ;; 1.627 + -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ 1.628 + | --localstate=* | --localstat=* | --localsta=* | --localst=* \ 1.629 + | --locals=* | --local=* | --loca=* | --loc=* | --lo=*) 1.630 + localstatedir=$ac_optarg ;; 1.631 + 1.632 + -mandir | --mandir | --mandi | --mand | --man | --ma | --m) 1.633 + ac_prev=mandir ;; 1.634 + -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) 1.635 + mandir=$ac_optarg ;; 1.636 + 1.637 + -nfp | --nfp | --nf) 1.638 + # Obsolete; use --without-fp. 1.639 + with_fp=no ;; 1.640 + 1.641 + -no-create | --no-create | --no-creat | --no-crea | --no-cre \ 1.642 + | --no-cr | --no-c | -n) 1.643 + no_create=yes ;; 1.644 + 1.645 + -no-recursion | --no-recursion | --no-recursio | --no-recursi \ 1.646 + | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) 1.647 + no_recursion=yes ;; 1.648 + 1.649 + -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ 1.650 + | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ 1.651 + | --oldin | --oldi | --old | --ol | --o) 1.652 + ac_prev=oldincludedir ;; 1.653 + -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ 1.654 + | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ 1.655 + | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) 1.656 + oldincludedir=$ac_optarg ;; 1.657 + 1.658 + -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) 1.659 + ac_prev=prefix ;; 1.660 + -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) 1.661 + prefix=$ac_optarg ;; 1.662 + 1.663 + -program-prefix | --program-prefix | --program-prefi | --program-pref \ 1.664 + | --program-pre | --program-pr | --program-p) 1.665 + ac_prev=program_prefix ;; 1.666 + -program-prefix=* | --program-prefix=* | --program-prefi=* \ 1.667 + | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) 1.668 + program_prefix=$ac_optarg ;; 1.669 + 1.670 + -program-suffix | --program-suffix | --program-suffi | --program-suff \ 1.671 + | --program-suf | --program-su | --program-s) 1.672 + ac_prev=program_suffix ;; 1.673 + -program-suffix=* | --program-suffix=* | --program-suffi=* \ 1.674 + | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) 1.675 + program_suffix=$ac_optarg ;; 1.676 + 1.677 + -program-transform-name | --program-transform-name \ 1.678 + | --program-transform-nam | --program-transform-na \ 1.679 + | --program-transform-n | --program-transform- \ 1.680 + | --program-transform | --program-transfor \ 1.681 + | --program-transfo | --program-transf \ 1.682 + | --program-trans | --program-tran \ 1.683 + | --progr-tra | --program-tr | --program-t) 1.684 + ac_prev=program_transform_name ;; 1.685 + -program-transform-name=* | --program-transform-name=* \ 1.686 + | --program-transform-nam=* | --program-transform-na=* \ 1.687 + | --program-transform-n=* | --program-transform-=* \ 1.688 + | --program-transform=* | --program-transfor=* \ 1.689 + | --program-transfo=* | --program-transf=* \ 1.690 + | --program-trans=* | --program-tran=* \ 1.691 + | --progr-tra=* | --program-tr=* | --program-t=*) 1.692 + program_transform_name=$ac_optarg ;; 1.693 + 1.694 + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 1.695 + | -silent | --silent | --silen | --sile | --sil) 1.696 + silent=yes ;; 1.697 + 1.698 + -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) 1.699 + ac_prev=sbindir ;; 1.700 + -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ 1.701 + | --sbi=* | --sb=*) 1.702 + sbindir=$ac_optarg ;; 1.703 + 1.704 + -sharedstatedir | --sharedstatedir | --sharedstatedi \ 1.705 + | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ 1.706 + | --sharedst | --shareds | --shared | --share | --shar \ 1.707 + | --sha | --sh) 1.708 + ac_prev=sharedstatedir ;; 1.709 + -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ 1.710 + | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ 1.711 + | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ 1.712 + | --sha=* | --sh=*) 1.713 + sharedstatedir=$ac_optarg ;; 1.714 + 1.715 + -site | --site | --sit) 1.716 + ac_prev=site ;; 1.717 + -site=* | --site=* | --sit=*) 1.718 + site=$ac_optarg ;; 1.719 + 1.720 + -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) 1.721 + ac_prev=srcdir ;; 1.722 + -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) 1.723 + srcdir=$ac_optarg ;; 1.724 + 1.725 + -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ 1.726 + | --syscon | --sysco | --sysc | --sys | --sy) 1.727 + ac_prev=sysconfdir ;; 1.728 + -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ 1.729 + | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) 1.730 + sysconfdir=$ac_optarg ;; 1.731 + 1.732 + -target | --target | --targe | --targ | --tar | --ta | --t) 1.733 + ac_prev=target_alias ;; 1.734 + -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) 1.735 + target_alias=$ac_optarg ;; 1.736 + 1.737 + -v | -verbose | --verbose | --verbos | --verbo | --verb) 1.738 + verbose=yes ;; 1.739 + 1.740 + -version | --version | --versio | --versi | --vers | -V) 1.741 + ac_init_version=: ;; 1.742 + 1.743 + -with-* | --with-*) 1.744 + ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 1.745 + # Reject names that are not valid shell variable names. 1.746 + expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && 1.747 + { echo "$as_me: error: invalid package name: $ac_package" >&2 1.748 + { (exit 1); exit 1; }; } 1.749 + ac_package=`echo $ac_package| sed 's/-/_/g'` 1.750 + case $ac_option in 1.751 + *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; 1.752 + *) ac_optarg=yes ;; 1.753 + esac 1.754 + eval "with_$ac_package='$ac_optarg'" ;; 1.755 + 1.756 + -without-* | --without-*) 1.757 + ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` 1.758 + # Reject names that are not valid shell variable names. 1.759 + expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && 1.760 + { echo "$as_me: error: invalid package name: $ac_package" >&2 1.761 + { (exit 1); exit 1; }; } 1.762 + ac_package=`echo $ac_package | sed 's/-/_/g'` 1.763 + eval "with_$ac_package=no" ;; 1.764 + 1.765 + --x) 1.766 + # Obsolete; use --with-x. 1.767 + with_x=yes ;; 1.768 + 1.769 + -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ 1.770 + | --x-incl | --x-inc | --x-in | --x-i) 1.771 + ac_prev=x_includes ;; 1.772 + -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ 1.773 + | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) 1.774 + x_includes=$ac_optarg ;; 1.775 + 1.776 + -x-libraries | --x-libraries | --x-librarie | --x-librari \ 1.777 + | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) 1.778 + ac_prev=x_libraries ;; 1.779 + -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ 1.780 + | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) 1.781 + x_libraries=$ac_optarg ;; 1.782 + 1.783 + -*) { echo "$as_me: error: unrecognized option: $ac_option 1.784 +Try \`$0 --help' for more information." >&2 1.785 + { (exit 1); exit 1; }; } 1.786 + ;; 1.787 + 1.788 + *=*) 1.789 + ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` 1.790 + # Reject names that are not valid shell variable names. 1.791 + expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && 1.792 + { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 1.793 + { (exit 1); exit 1; }; } 1.794 + ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` 1.795 + eval "$ac_envvar='$ac_optarg'" 1.796 + export $ac_envvar ;; 1.797 + 1.798 + *) 1.799 + # FIXME: should be removed in autoconf 3.0. 1.800 + echo "$as_me: WARNING: you should use --build, --host, --target" >&2 1.801 + expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1.802 + echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1.803 + : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 1.804 + ;; 1.805 + 1.806 + esac 1.807 +done 1.808 + 1.809 +if test -n "$ac_prev"; then 1.810 + ac_option=--`echo $ac_prev | sed 's/_/-/g'` 1.811 + { echo "$as_me: error: missing argument to $ac_option" >&2 1.812 + { (exit 1); exit 1; }; } 1.813 +fi 1.814 + 1.815 +# Be sure to have absolute paths. 1.816 +for ac_var in exec_prefix prefix 1.817 +do 1.818 + eval ac_val=$`echo $ac_var` 1.819 + case $ac_val in 1.820 + [\\/$]* | ?:[\\/]* | NONE | '' ) ;; 1.821 + *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 1.822 + { (exit 1); exit 1; }; };; 1.823 + esac 1.824 +done 1.825 + 1.826 +# Be sure to have absolute paths. 1.827 +for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ 1.828 + localstatedir libdir includedir oldincludedir infodir mandir 1.829 +do 1.830 + eval ac_val=$`echo $ac_var` 1.831 + case $ac_val in 1.832 + [\\/$]* | ?:[\\/]* ) ;; 1.833 + *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 1.834 + { (exit 1); exit 1; }; };; 1.835 + esac 1.836 +done 1.837 + 1.838 +# There might be people who depend on the old broken behavior: `$host' 1.839 +# used to hold the argument of --host etc. 1.840 +# FIXME: To remove some day. 1.841 +build=$build_alias 1.842 +host=$host_alias 1.843 +target=$target_alias 1.844 + 1.845 +# FIXME: To remove some day. 1.846 +if test "x$host_alias" != x; then 1.847 + if test "x$build_alias" = x; then 1.848 + cross_compiling=maybe 1.849 + echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 1.850 + If a cross compiler is detected then cross compile mode will be used." >&2 1.851 + elif test "x$build_alias" != "x$host_alias"; then 1.852 + cross_compiling=yes 1.853 + fi 1.854 +fi 1.855 + 1.856 +ac_tool_prefix= 1.857 +test -n "$host_alias" && ac_tool_prefix=$host_alias- 1.858 + 1.859 +test "$silent" = yes && exec 6>/dev/null 1.860 + 1.861 + 1.862 +# Find the source files, if location was not specified. 1.863 +if test -z "$srcdir"; then 1.864 + ac_srcdir_defaulted=yes 1.865 + # Try the directory containing this script, then its parent. 1.866 + ac_confdir=`(dirname "$0") 2>/dev/null || 1.867 +$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1.868 + X"$0" : 'X\(//\)[^/]' \| \ 1.869 + X"$0" : 'X\(//\)$' \| \ 1.870 + X"$0" : 'X\(/\)' \| \ 1.871 + . : '\(.\)' 2>/dev/null || 1.872 +echo X"$0" | 1.873 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 1.874 + /^X\(\/\/\)[^/].*/{ s//\1/; q; } 1.875 + /^X\(\/\/\)$/{ s//\1/; q; } 1.876 + /^X\(\/\).*/{ s//\1/; q; } 1.877 + s/.*/./; q'` 1.878 + srcdir=$ac_confdir 1.879 + if test ! -r $srcdir/$ac_unique_file; then 1.880 + srcdir=.. 1.881 + fi 1.882 +else 1.883 + ac_srcdir_defaulted=no 1.884 +fi 1.885 +if test ! -r $srcdir/$ac_unique_file; then 1.886 + if test "$ac_srcdir_defaulted" = yes; then 1.887 + { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2 1.888 + { (exit 1); exit 1; }; } 1.889 + else 1.890 + { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 1.891 + { (exit 1); exit 1; }; } 1.892 + fi 1.893 +fi 1.894 +(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null || 1.895 + { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2 1.896 + { (exit 1); exit 1; }; } 1.897 +srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'` 1.898 +ac_env_build_alias_set=${build_alias+set} 1.899 +ac_env_build_alias_value=$build_alias 1.900 +ac_cv_env_build_alias_set=${build_alias+set} 1.901 +ac_cv_env_build_alias_value=$build_alias 1.902 +ac_env_host_alias_set=${host_alias+set} 1.903 +ac_env_host_alias_value=$host_alias 1.904 +ac_cv_env_host_alias_set=${host_alias+set} 1.905 +ac_cv_env_host_alias_value=$host_alias 1.906 +ac_env_target_alias_set=${target_alias+set} 1.907 +ac_env_target_alias_value=$target_alias 1.908 +ac_cv_env_target_alias_set=${target_alias+set} 1.909 +ac_cv_env_target_alias_value=$target_alias 1.910 +ac_env_CC_set=${CC+set} 1.911 +ac_env_CC_value=$CC 1.912 +ac_cv_env_CC_set=${CC+set} 1.913 +ac_cv_env_CC_value=$CC 1.914 +ac_env_CFLAGS_set=${CFLAGS+set} 1.915 +ac_env_CFLAGS_value=$CFLAGS 1.916 +ac_cv_env_CFLAGS_set=${CFLAGS+set} 1.917 +ac_cv_env_CFLAGS_value=$CFLAGS 1.918 +ac_env_LDFLAGS_set=${LDFLAGS+set} 1.919 +ac_env_LDFLAGS_value=$LDFLAGS 1.920 +ac_cv_env_LDFLAGS_set=${LDFLAGS+set} 1.921 +ac_cv_env_LDFLAGS_value=$LDFLAGS 1.922 +ac_env_CPPFLAGS_set=${CPPFLAGS+set} 1.923 +ac_env_CPPFLAGS_value=$CPPFLAGS 1.924 +ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set} 1.925 +ac_cv_env_CPPFLAGS_value=$CPPFLAGS 1.926 +ac_env_CPP_set=${CPP+set} 1.927 +ac_env_CPP_value=$CPP 1.928 +ac_cv_env_CPP_set=${CPP+set} 1.929 +ac_cv_env_CPP_value=$CPP 1.930 +ac_env_CXX_set=${CXX+set} 1.931 +ac_env_CXX_value=$CXX 1.932 +ac_cv_env_CXX_set=${CXX+set} 1.933 +ac_cv_env_CXX_value=$CXX 1.934 +ac_env_CXXFLAGS_set=${CXXFLAGS+set} 1.935 +ac_env_CXXFLAGS_value=$CXXFLAGS 1.936 +ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set} 1.937 +ac_cv_env_CXXFLAGS_value=$CXXFLAGS 1.938 +ac_env_CXXCPP_set=${CXXCPP+set} 1.939 +ac_env_CXXCPP_value=$CXXCPP 1.940 +ac_cv_env_CXXCPP_set=${CXXCPP+set} 1.941 +ac_cv_env_CXXCPP_value=$CXXCPP 1.942 +ac_env_F77_set=${F77+set} 1.943 +ac_env_F77_value=$F77 1.944 +ac_cv_env_F77_set=${F77+set} 1.945 +ac_cv_env_F77_value=$F77 1.946 +ac_env_FFLAGS_set=${FFLAGS+set} 1.947 +ac_env_FFLAGS_value=$FFLAGS 1.948 +ac_cv_env_FFLAGS_set=${FFLAGS+set} 1.949 +ac_cv_env_FFLAGS_value=$FFLAGS 1.950 + 1.951 +# 1.952 +# Report the --help message. 1.953 +# 1.954 +if test "$ac_init_help" = "long"; then 1.955 + # Omit some internal or obsolete options to make the list less imposing. 1.956 + # This message is too long to be a string in the A/UX 3.1 sh. 1.957 + cat <<_ACEOF 1.958 +\`configure' configures gift-gnutella 0.0.11 to adapt to many kinds of systems. 1.959 + 1.960 +Usage: $0 [OPTION]... [VAR=VALUE]... 1.961 + 1.962 +To assign environment variables (e.g., CC, CFLAGS...), specify them as 1.963 +VAR=VALUE. See below for descriptions of some of the useful variables. 1.964 + 1.965 +Defaults for the options are specified in brackets. 1.966 + 1.967 +Configuration: 1.968 + -h, --help display this help and exit 1.969 + --help=short display options specific to this package 1.970 + --help=recursive display the short help of all the included packages 1.971 + -V, --version display version information and exit 1.972 + -q, --quiet, --silent do not print \`checking...' messages 1.973 + --cache-file=FILE cache test results in FILE [disabled] 1.974 + -C, --config-cache alias for \`--cache-file=config.cache' 1.975 + -n, --no-create do not create output files 1.976 + --srcdir=DIR find the sources in DIR [configure dir or \`..'] 1.977 + 1.978 +_ACEOF 1.979 + 1.980 + cat <<_ACEOF 1.981 +Installation directories: 1.982 + --prefix=PREFIX install architecture-independent files in PREFIX 1.983 + [$ac_default_prefix] 1.984 + --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 1.985 + [PREFIX] 1.986 + 1.987 +By default, \`make install' will install all the files in 1.988 +\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify 1.989 +an installation prefix other than \`$ac_default_prefix' using \`--prefix', 1.990 +for instance \`--prefix=\$HOME'. 1.991 + 1.992 +For better control, use the options below. 1.993 + 1.994 +Fine tuning of the installation directories: 1.995 + --bindir=DIR user executables [EPREFIX/bin] 1.996 + --sbindir=DIR system admin executables [EPREFIX/sbin] 1.997 + --libexecdir=DIR program executables [EPREFIX/libexec] 1.998 + --datadir=DIR read-only architecture-independent data [PREFIX/share] 1.999 + --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 1.1000 + --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 1.1001 + --localstatedir=DIR modifiable single-machine data [PREFIX/var] 1.1002 + --libdir=DIR object code libraries [EPREFIX/lib] 1.1003 + --includedir=DIR C header files [PREFIX/include] 1.1004 + --oldincludedir=DIR C header files for non-gcc [/usr/include] 1.1005 + --infodir=DIR info documentation [PREFIX/info] 1.1006 + --mandir=DIR man documentation [PREFIX/man] 1.1007 +_ACEOF 1.1008 + 1.1009 + cat <<\_ACEOF 1.1010 + 1.1011 +Program names: 1.1012 + --program-prefix=PREFIX prepend PREFIX to installed program names 1.1013 + --program-suffix=SUFFIX append SUFFIX to installed program names 1.1014 + --program-transform-name=PROGRAM run sed PROGRAM on installed program names 1.1015 + 1.1016 +System types: 1.1017 + --build=BUILD configure for building on BUILD [guessed] 1.1018 + --host=HOST cross-compile to build programs to run on HOST [BUILD] 1.1019 +_ACEOF 1.1020 +fi 1.1021 + 1.1022 +if test -n "$ac_init_help"; then 1.1023 + case $ac_init_help in 1.1024 + short | recursive ) echo "Configuration of gift-gnutella 0.0.11:";; 1.1025 + esac 1.1026 + cat <<\_ACEOF 1.1027 + 1.1028 +Optional Features: 1.1029 + --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1.1030 + --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 1.1031 + --enable-maintainer-mode enable make rules and dependencies not useful 1.1032 + (and sometimes confusing) to the casual installer 1.1033 + --disable-dependency-tracking Speeds up one-time builds 1.1034 + --enable-dependency-tracking Do not reject slow dependency extractors 1.1035 + --enable-static[=PKGS] 1.1036 + build static libraries [default=no] 1.1037 + --enable-shared[=PKGS] 1.1038 + build shared libraries [default=yes] 1.1039 + --enable-fast-install[=PKGS] 1.1040 + optimize for fast installation [default=yes] 1.1041 + --disable-libtool-lock avoid locking (might break parallel builds) 1.1042 + 1.1043 +Optional Packages: 1.1044 + --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 1.1045 + --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 1.1046 + --with-gnu-ld assume the C compiler uses GNU ld [default=no] 1.1047 + --with-pic try to use only PIC/non-PIC objects [default=use 1.1048 + both] 1.1049 + --with-tags[=TAGS] 1.1050 + include additional configurations [automatic] 1.1051 + --with-zlib=DIR where to look for ZLIB compiler/linker default paths 1.1052 + DIR points to the ZLIB installation prefix /usr/local 1.1053 + --with-libxml=DIR where to look for libxml compiler/linker default paths 1.1054 + DIR points to the libxml installation prefix /usr/local 1.1055 + 1.1056 +Some influential environment variables: 1.1057 + CC C compiler command 1.1058 + CFLAGS C compiler flags 1.1059 + LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a 1.1060 + nonstandard directory <lib dir> 1.1061 + CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have 1.1062 + headers in a nonstandard directory <include dir> 1.1063 + CPP C preprocessor 1.1064 + CXX C++ compiler command 1.1065 + CXXFLAGS C++ compiler flags 1.1066 + CXXCPP C++ preprocessor 1.1067 + F77 Fortran 77 compiler command 1.1068 + FFLAGS Fortran 77 compiler flags 1.1069 + 1.1070 +Use these variables to override the choices made by `configure' or to help 1.1071 +it to find libraries and programs with nonstandard names/locations. 1.1072 + 1.1073 +_ACEOF 1.1074 +fi 1.1075 + 1.1076 +if test "$ac_init_help" = "recursive"; then 1.1077 + # If there are subdirs, report their specific --help. 1.1078 + ac_popdir=`pwd` 1.1079 + for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 1.1080 + test -d $ac_dir || continue 1.1081 + ac_builddir=. 1.1082 + 1.1083 +if test "$ac_dir" != .; then 1.1084 + ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 1.1085 + # A "../" for each directory in $ac_dir_suffix. 1.1086 + ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` 1.1087 +else 1.1088 + ac_dir_suffix= ac_top_builddir= 1.1089 +fi 1.1090 + 1.1091 +case $srcdir in 1.1092 + .) # No --srcdir option. We are building in place. 1.1093 + ac_srcdir=. 1.1094 + if test -z "$ac_top_builddir"; then 1.1095 + ac_top_srcdir=. 1.1096 + else 1.1097 + ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` 1.1098 + fi ;; 1.1099 + [\\/]* | ?:[\\/]* ) # Absolute path. 1.1100 + ac_srcdir=$srcdir$ac_dir_suffix; 1.1101 + ac_top_srcdir=$srcdir ;; 1.1102 + *) # Relative path. 1.1103 + ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix 1.1104 + ac_top_srcdir=$ac_top_builddir$srcdir ;; 1.1105 +esac 1.1106 + 1.1107 +# Do not use `cd foo && pwd` to compute absolute paths, because 1.1108 +# the directories may not exist. 1.1109 +case `pwd` in 1.1110 +.) ac_abs_builddir="$ac_dir";; 1.1111 +*) 1.1112 + case "$ac_dir" in 1.1113 + .) ac_abs_builddir=`pwd`;; 1.1114 + [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; 1.1115 + *) ac_abs_builddir=`pwd`/"$ac_dir";; 1.1116 + esac;; 1.1117 +esac 1.1118 +case $ac_abs_builddir in 1.1119 +.) ac_abs_top_builddir=${ac_top_builddir}.;; 1.1120 +*) 1.1121 + case ${ac_top_builddir}. in 1.1122 + .) ac_abs_top_builddir=$ac_abs_builddir;; 1.1123 + [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; 1.1124 + *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; 1.1125 + esac;; 1.1126 +esac 1.1127 +case $ac_abs_builddir in 1.1128 +.) ac_abs_srcdir=$ac_srcdir;; 1.1129 +*) 1.1130 + case $ac_srcdir in 1.1131 + .) ac_abs_srcdir=$ac_abs_builddir;; 1.1132 + [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; 1.1133 + *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; 1.1134 + esac;; 1.1135 +esac 1.1136 +case $ac_abs_builddir in 1.1137 +.) ac_abs_top_srcdir=$ac_top_srcdir;; 1.1138 +*) 1.1139 + case $ac_top_srcdir in 1.1140 + .) ac_abs_top_srcdir=$ac_abs_builddir;; 1.1141 + [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; 1.1142 + *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; 1.1143 + esac;; 1.1144 +esac 1.1145 + 1.1146 + cd $ac_dir 1.1147 + # Check for guested configure; otherwise get Cygnus style configure. 1.1148 + if test -f $ac_srcdir/configure.gnu; then 1.1149 + echo 1.1150 + $SHELL $ac_srcdir/configure.gnu --help=recursive 1.1151 + elif test -f $ac_srcdir/configure; then 1.1152 + echo 1.1153 + $SHELL $ac_srcdir/configure --help=recursive 1.1154 + elif test -f $ac_srcdir/configure.ac || 1.1155 + test -f $ac_srcdir/configure.in; then 1.1156 + echo 1.1157 + $ac_configure --help 1.1158 + else 1.1159 + echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 1.1160 + fi 1.1161 + cd "$ac_popdir" 1.1162 + done 1.1163 +fi 1.1164 + 1.1165 +test -n "$ac_init_help" && exit 0 1.1166 +if $ac_init_version; then 1.1167 + cat <<\_ACEOF 1.1168 +gift-gnutella configure 0.0.11 1.1169 +generated by GNU Autoconf 2.59 1.1170 + 1.1171 +Copyright (C) 2003 Free Software Foundation, Inc. 1.1172 +This configure script is free software; the Free Software Foundation 1.1173 +gives unlimited permission to copy, distribute and modify it. 1.1174 +_ACEOF 1.1175 + exit 0 1.1176 +fi 1.1177 +exec 5>config.log 1.1178 +cat >&5 <<_ACEOF 1.1179 +This file contains any messages produced by compilers while 1.1180 +running configure, to aid debugging if configure makes a mistake. 1.1181 + 1.1182 +It was created by gift-gnutella $as_me 0.0.11, which was 1.1183 +generated by GNU Autoconf 2.59. Invocation command line was 1.1184 + 1.1185 + $ $0 $@ 1.1186 + 1.1187 +_ACEOF 1.1188 +{ 1.1189 +cat <<_ASUNAME 1.1190 +## --------- ## 1.1191 +## Platform. ## 1.1192 +## --------- ## 1.1193 + 1.1194 +hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` 1.1195 +uname -m = `(uname -m) 2>/dev/null || echo unknown` 1.1196 +uname -r = `(uname -r) 2>/dev/null || echo unknown` 1.1197 +uname -s = `(uname -s) 2>/dev/null || echo unknown` 1.1198 +uname -v = `(uname -v) 2>/dev/null || echo unknown` 1.1199 + 1.1200 +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` 1.1201 +/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` 1.1202 + 1.1203 +/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` 1.1204 +/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` 1.1205 +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` 1.1206 +hostinfo = `(hostinfo) 2>/dev/null || echo unknown` 1.1207 +/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` 1.1208 +/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` 1.1209 +/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` 1.1210 + 1.1211 +_ASUNAME 1.1212 + 1.1213 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.1214 +for as_dir in $PATH 1.1215 +do 1.1216 + IFS=$as_save_IFS 1.1217 + test -z "$as_dir" && as_dir=. 1.1218 + echo "PATH: $as_dir" 1.1219 +done 1.1220 + 1.1221 +} >&5 1.1222 + 1.1223 +cat >&5 <<_ACEOF 1.1224 + 1.1225 + 1.1226 +## ----------- ## 1.1227 +## Core tests. ## 1.1228 +## ----------- ## 1.1229 + 1.1230 +_ACEOF 1.1231 + 1.1232 + 1.1233 +# Keep a trace of the command line. 1.1234 +# Strip out --no-create and --no-recursion so they do not pile up. 1.1235 +# Strip out --silent because we don't want to record it for future runs. 1.1236 +# Also quote any args containing shell meta-characters. 1.1237 +# Make two passes to allow for proper duplicate-argument suppression. 1.1238 +ac_configure_args= 1.1239 +ac_configure_args0= 1.1240 +ac_configure_args1= 1.1241 +ac_sep= 1.1242 +ac_must_keep_next=false 1.1243 +for ac_pass in 1 2 1.1244 +do 1.1245 + for ac_arg 1.1246 + do 1.1247 + case $ac_arg in 1.1248 + -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; 1.1249 + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 1.1250 + | -silent | --silent | --silen | --sile | --sil) 1.1251 + continue ;; 1.1252 + *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) 1.1253 + ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 1.1254 + esac 1.1255 + case $ac_pass in 1.1256 + 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; 1.1257 + 2) 1.1258 + ac_configure_args1="$ac_configure_args1 '$ac_arg'" 1.1259 + if test $ac_must_keep_next = true; then 1.1260 + ac_must_keep_next=false # Got value, back to normal. 1.1261 + else 1.1262 + case $ac_arg in 1.1263 + *=* | --config-cache | -C | -disable-* | --disable-* \ 1.1264 + | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ 1.1265 + | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ 1.1266 + | -with-* | --with-* | -without-* | --without-* | --x) 1.1267 + case "$ac_configure_args0 " in 1.1268 + "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; 1.1269 + esac 1.1270 + ;; 1.1271 + -* ) ac_must_keep_next=true ;; 1.1272 + esac 1.1273 + fi 1.1274 + ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" 1.1275 + # Get rid of the leading space. 1.1276 + ac_sep=" " 1.1277 + ;; 1.1278 + esac 1.1279 + done 1.1280 +done 1.1281 +$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; } 1.1282 +$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; } 1.1283 + 1.1284 +# When interrupted or exit'd, cleanup temporary files, and complete 1.1285 +# config.log. We remove comments because anyway the quotes in there 1.1286 +# would cause problems or look ugly. 1.1287 +# WARNING: Be sure not to use single quotes in there, as some shells, 1.1288 +# such as our DU 5.0 friend, will then `close' the trap. 1.1289 +trap 'exit_status=$? 1.1290 + # Save into config.log some information that might help in debugging. 1.1291 + { 1.1292 + echo 1.1293 + 1.1294 + cat <<\_ASBOX 1.1295 +## ---------------- ## 1.1296 +## Cache variables. ## 1.1297 +## ---------------- ## 1.1298 +_ASBOX 1.1299 + echo 1.1300 + # The following way of writing the cache mishandles newlines in values, 1.1301 +{ 1.1302 + (set) 2>&1 | 1.1303 + case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in 1.1304 + *ac_space=\ *) 1.1305 + sed -n \ 1.1306 + "s/'"'"'/'"'"'\\\\'"'"''"'"'/g; 1.1307 + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" 1.1308 + ;; 1.1309 + *) 1.1310 + sed -n \ 1.1311 + "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 1.1312 + ;; 1.1313 + esac; 1.1314 +} 1.1315 + echo 1.1316 + 1.1317 + cat <<\_ASBOX 1.1318 +## ----------------- ## 1.1319 +## Output variables. ## 1.1320 +## ----------------- ## 1.1321 +_ASBOX 1.1322 + echo 1.1323 + for ac_var in $ac_subst_vars 1.1324 + do 1.1325 + eval ac_val=$`echo $ac_var` 1.1326 + echo "$ac_var='"'"'$ac_val'"'"'" 1.1327 + done | sort 1.1328 + echo 1.1329 + 1.1330 + if test -n "$ac_subst_files"; then 1.1331 + cat <<\_ASBOX 1.1332 +## ------------- ## 1.1333 +## Output files. ## 1.1334 +## ------------- ## 1.1335 +_ASBOX 1.1336 + echo 1.1337 + for ac_var in $ac_subst_files 1.1338 + do 1.1339 + eval ac_val=$`echo $ac_var` 1.1340 + echo "$ac_var='"'"'$ac_val'"'"'" 1.1341 + done | sort 1.1342 + echo 1.1343 + fi 1.1344 + 1.1345 + if test -s confdefs.h; then 1.1346 + cat <<\_ASBOX 1.1347 +## ----------- ## 1.1348 +## confdefs.h. ## 1.1349 +## ----------- ## 1.1350 +_ASBOX 1.1351 + echo 1.1352 + sed "/^$/d" confdefs.h | sort 1.1353 + echo 1.1354 + fi 1.1355 + test "$ac_signal" != 0 && 1.1356 + echo "$as_me: caught signal $ac_signal" 1.1357 + echo "$as_me: exit $exit_status" 1.1358 + } >&5 1.1359 + rm -f core *.core && 1.1360 + rm -rf conftest* confdefs* conf$$* $ac_clean_files && 1.1361 + exit $exit_status 1.1362 + ' 0 1.1363 +for ac_signal in 1 2 13 15; do 1.1364 + trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal 1.1365 +done 1.1366 +ac_signal=0 1.1367 + 1.1368 +# confdefs.h avoids OS command line length limits that DEFS can exceed. 1.1369 +rm -rf conftest* confdefs.h 1.1370 +# AIX cpp loses on an empty file, so make sure it contains at least a newline. 1.1371 +echo >confdefs.h 1.1372 + 1.1373 +# Predefined preprocessor variables. 1.1374 + 1.1375 +cat >>confdefs.h <<_ACEOF 1.1376 +#define PACKAGE_NAME "$PACKAGE_NAME" 1.1377 +_ACEOF 1.1378 + 1.1379 + 1.1380 +cat >>confdefs.h <<_ACEOF 1.1381 +#define PACKAGE_TARNAME "$PACKAGE_TARNAME" 1.1382 +_ACEOF 1.1383 + 1.1384 + 1.1385 +cat >>confdefs.h <<_ACEOF 1.1386 +#define PACKAGE_VERSION "$PACKAGE_VERSION" 1.1387 +_ACEOF 1.1388 + 1.1389 + 1.1390 +cat >>confdefs.h <<_ACEOF 1.1391 +#define PACKAGE_STRING "$PACKAGE_STRING" 1.1392 +_ACEOF 1.1393 + 1.1394 + 1.1395 +cat >>confdefs.h <<_ACEOF 1.1396 +#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" 1.1397 +_ACEOF 1.1398 + 1.1399 + 1.1400 +# Let the site file select an alternate cache file if it wants to. 1.1401 +# Prefer explicitly selected file to automatically selected ones. 1.1402 +if test -z "$CONFIG_SITE"; then 1.1403 + if test "x$prefix" != xNONE; then 1.1404 + CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" 1.1405 + else 1.1406 + CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" 1.1407 + fi 1.1408 +fi 1.1409 +for ac_site_file in $CONFIG_SITE; do 1.1410 + if test -r "$ac_site_file"; then 1.1411 + { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 1.1412 +echo "$as_me: loading site script $ac_site_file" >&6;} 1.1413 + sed 's/^/| /' "$ac_site_file" >&5 1.1414 + . "$ac_site_file" 1.1415 + fi 1.1416 +done 1.1417 + 1.1418 +if test -r "$cache_file"; then 1.1419 + # Some versions of bash will fail to source /dev/null (special 1.1420 + # files actually), so we avoid doing that. 1.1421 + if test -f "$cache_file"; then 1.1422 + { echo "$as_me:$LINENO: loading cache $cache_file" >&5 1.1423 +echo "$as_me: loading cache $cache_file" >&6;} 1.1424 + case $cache_file in 1.1425 + [\\/]* | ?:[\\/]* ) . $cache_file;; 1.1426 + *) . ./$cache_file;; 1.1427 + esac 1.1428 + fi 1.1429 +else 1.1430 + { echo "$as_me:$LINENO: creating cache $cache_file" >&5 1.1431 +echo "$as_me: creating cache $cache_file" >&6;} 1.1432 + >$cache_file 1.1433 +fi 1.1434 + 1.1435 +# Check that the precious variables saved in the cache have kept the same 1.1436 +# value. 1.1437 +ac_cache_corrupted=false 1.1438 +for ac_var in `(set) 2>&1 | 1.1439 + sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do 1.1440 + eval ac_old_set=\$ac_cv_env_${ac_var}_set 1.1441 + eval ac_new_set=\$ac_env_${ac_var}_set 1.1442 + eval ac_old_val="\$ac_cv_env_${ac_var}_value" 1.1443 + eval ac_new_val="\$ac_env_${ac_var}_value" 1.1444 + case $ac_old_set,$ac_new_set in 1.1445 + set,) 1.1446 + { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 1.1447 +echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 1.1448 + ac_cache_corrupted=: ;; 1.1449 + ,set) 1.1450 + { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 1.1451 +echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 1.1452 + ac_cache_corrupted=: ;; 1.1453 + ,);; 1.1454 + *) 1.1455 + if test "x$ac_old_val" != "x$ac_new_val"; then 1.1456 + { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 1.1457 +echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1.1458 + { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 1.1459 +echo "$as_me: former value: $ac_old_val" >&2;} 1.1460 + { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 1.1461 +echo "$as_me: current value: $ac_new_val" >&2;} 1.1462 + ac_cache_corrupted=: 1.1463 + fi;; 1.1464 + esac 1.1465 + # Pass precious variables to config.status. 1.1466 + if test "$ac_new_set" = set; then 1.1467 + case $ac_new_val in 1.1468 + *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) 1.1469 + ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 1.1470 + *) ac_arg=$ac_var=$ac_new_val ;; 1.1471 + esac 1.1472 + case " $ac_configure_args " in 1.1473 + *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. 1.1474 + *) ac_configure_args="$ac_configure_args '$ac_arg'" ;; 1.1475 + esac 1.1476 + fi 1.1477 +done 1.1478 +if $ac_cache_corrupted; then 1.1479 + { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 1.1480 +echo "$as_me: error: changes in the environment can compromise the build" >&2;} 1.1481 + { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 1.1482 +echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 1.1483 + { (exit 1); exit 1; }; } 1.1484 +fi 1.1485 + 1.1486 +ac_ext=c 1.1487 +ac_cpp='$CPP $CPPFLAGS' 1.1488 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1.1489 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1.1490 +ac_compiler_gnu=$ac_cv_c_compiler_gnu 1.1491 + 1.1492 + 1.1493 + 1.1494 + 1.1495 + 1.1496 + 1.1497 + 1.1498 + 1.1499 + 1.1500 + 1.1501 + 1.1502 + 1.1503 + 1.1504 + 1.1505 + 1.1506 + 1.1507 + 1.1508 + 1.1509 + 1.1510 + 1.1511 + 1.1512 + 1.1513 + 1.1514 + 1.1515 + 1.1516 + 1.1517 + 1.1518 + 1.1519 + 1.1520 + 1.1521 +cat >>confdefs.h <<\_ACEOF 1.1522 +#define GT_MAJOR_VERSION "0" 1.1523 +_ACEOF 1.1524 + 1.1525 + 1.1526 +cat >>confdefs.h <<\_ACEOF 1.1527 +#define GT_MINOR_VERSION "0" 1.1528 +_ACEOF 1.1529 + 1.1530 + 1.1531 +cat >>confdefs.h <<\_ACEOF 1.1532 +#define GT_MICRO_VERSION "10" 1.1533 +_ACEOF 1.1534 + 1.1535 + 1.1536 +if test -e "$srcdir/CVS"; then 1.1537 + 1.1538 +cat >>confdefs.h <<\_ACEOF 1.1539 +#define GT_EXTRA_VERSION "-cvs" 1.1540 +_ACEOF 1.1541 + 1.1542 +else 1.1543 + 1.1544 +cat >>confdefs.h <<\_ACEOF 1.1545 +#define GT_EXTRA_VERSION "" 1.1546 +_ACEOF 1.1547 + 1.1548 +fi 1.1549 + 1.1550 + 1.1551 +am__api_version="1.7" 1.1552 +ac_aux_dir= 1.1553 +for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do 1.1554 + if test -f $ac_dir/install-sh; then 1.1555 + ac_aux_dir=$ac_dir 1.1556 + ac_install_sh="$ac_aux_dir/install-sh -c" 1.1557 + break 1.1558 + elif test -f $ac_dir/install.sh; then 1.1559 + ac_aux_dir=$ac_dir 1.1560 + ac_install_sh="$ac_aux_dir/install.sh -c" 1.1561 + break 1.1562 + elif test -f $ac_dir/shtool; then 1.1563 + ac_aux_dir=$ac_dir 1.1564 + ac_install_sh="$ac_aux_dir/shtool install -c" 1.1565 + break 1.1566 + fi 1.1567 +done 1.1568 +if test -z "$ac_aux_dir"; then 1.1569 + { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5 1.1570 +echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;} 1.1571 + { (exit 1); exit 1; }; } 1.1572 +fi 1.1573 +ac_config_guess="$SHELL $ac_aux_dir/config.guess" 1.1574 +ac_config_sub="$SHELL $ac_aux_dir/config.sub" 1.1575 +ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. 1.1576 + 1.1577 +# Find a good install program. We prefer a C program (faster), 1.1578 +# so one script is as good as another. But avoid the broken or 1.1579 +# incompatible versions: 1.1580 +# SysV /etc/install, /usr/sbin/install 1.1581 +# SunOS /usr/etc/install 1.1582 +# IRIX /sbin/install 1.1583 +# AIX /bin/install 1.1584 +# AmigaOS /C/install, which installs bootblocks on floppy discs 1.1585 +# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 1.1586 +# AFS /usr/afsws/bin/install, which mishandles nonexistent args 1.1587 +# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 1.1588 +# OS/2's system install, which has a completely different semantic 1.1589 +# ./install, which can be erroneously created by make from ./install.sh. 1.1590 +echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 1.1591 +echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6 1.1592 +if test -z "$INSTALL"; then 1.1593 +if test "${ac_cv_path_install+set}" = set; then 1.1594 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.1595 +else 1.1596 + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.1597 +for as_dir in $PATH 1.1598 +do 1.1599 + IFS=$as_save_IFS 1.1600 + test -z "$as_dir" && as_dir=. 1.1601 + # Account for people who put trailing slashes in PATH elements. 1.1602 +case $as_dir/ in 1.1603 + ./ | .// | /cC/* | \ 1.1604 + /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ 1.1605 + ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ 1.1606 + /usr/ucb/* ) ;; 1.1607 + *) 1.1608 + # OSF1 and SCO ODT 3.0 have their own names for install. 1.1609 + # Don't use installbsd from OSF since it installs stuff as root 1.1610 + # by default. 1.1611 + for ac_prog in ginstall scoinst install; do 1.1612 + for ac_exec_ext in '' $ac_executable_extensions; do 1.1613 + if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then 1.1614 + if test $ac_prog = install && 1.1615 + grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 1.1616 + # AIX install. It has an incompatible calling convention. 1.1617 + : 1.1618 + elif test $ac_prog = install && 1.1619 + grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 1.1620 + # program-specific install script used by HP pwplus--don't use. 1.1621 + : 1.1622 + else 1.1623 + ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 1.1624 + break 3 1.1625 + fi 1.1626 + fi 1.1627 + done 1.1628 + done 1.1629 + ;; 1.1630 +esac 1.1631 +done 1.1632 + 1.1633 + 1.1634 +fi 1.1635 + if test "${ac_cv_path_install+set}" = set; then 1.1636 + INSTALL=$ac_cv_path_install 1.1637 + else 1.1638 + # As a last resort, use the slow shell script. We don't cache a 1.1639 + # path for INSTALL within a source directory, because that will 1.1640 + # break other packages using the cache if that directory is 1.1641 + # removed, or if the path is relative. 1.1642 + INSTALL=$ac_install_sh 1.1643 + fi 1.1644 +fi 1.1645 +echo "$as_me:$LINENO: result: $INSTALL" >&5 1.1646 +echo "${ECHO_T}$INSTALL" >&6 1.1647 + 1.1648 +# Use test -z because SunOS4 sh mishandles braces in ${var-val}. 1.1649 +# It thinks the first close brace ends the variable substitution. 1.1650 +test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 1.1651 + 1.1652 +test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' 1.1653 + 1.1654 +test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 1.1655 + 1.1656 +echo "$as_me:$LINENO: checking whether build environment is sane" >&5 1.1657 +echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6 1.1658 +# Just in case 1.1659 +sleep 1 1.1660 +echo timestamp > conftest.file 1.1661 +# Do `set' in a subshell so we don't clobber the current shell's 1.1662 +# arguments. Must try -L first in case configure is actually a 1.1663 +# symlink; some systems play weird games with the mod time of symlinks 1.1664 +# (eg FreeBSD returns the mod time of the symlink's containing 1.1665 +# directory). 1.1666 +if ( 1.1667 + set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` 1.1668 + if test "$*" = "X"; then 1.1669 + # -L didn't work. 1.1670 + set X `ls -t $srcdir/configure conftest.file` 1.1671 + fi 1.1672 + rm -f conftest.file 1.1673 + if test "$*" != "X $srcdir/configure conftest.file" \ 1.1674 + && test "$*" != "X conftest.file $srcdir/configure"; then 1.1675 + 1.1676 + # If neither matched, then we have a broken ls. This can happen 1.1677 + # if, for instance, CONFIG_SHELL is bash and it inherits a 1.1678 + # broken ls alias from the environment. This has actually 1.1679 + # happened. Such a system could not be considered "sane". 1.1680 + { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken 1.1681 +alias in your environment" >&5 1.1682 +echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken 1.1683 +alias in your environment" >&2;} 1.1684 + { (exit 1); exit 1; }; } 1.1685 + fi 1.1686 + 1.1687 + test "$2" = conftest.file 1.1688 + ) 1.1689 +then 1.1690 + # Ok. 1.1691 + : 1.1692 +else 1.1693 + { { echo "$as_me:$LINENO: error: newly created file is older than distributed files! 1.1694 +Check your system clock" >&5 1.1695 +echo "$as_me: error: newly created file is older than distributed files! 1.1696 +Check your system clock" >&2;} 1.1697 + { (exit 1); exit 1; }; } 1.1698 +fi 1.1699 +echo "$as_me:$LINENO: result: yes" >&5 1.1700 +echo "${ECHO_T}yes" >&6 1.1701 +test "$program_prefix" != NONE && 1.1702 + program_transform_name="s,^,$program_prefix,;$program_transform_name" 1.1703 +# Use a double $ so make ignores it. 1.1704 +test "$program_suffix" != NONE && 1.1705 + program_transform_name="s,\$,$program_suffix,;$program_transform_name" 1.1706 +# Double any \ or $. echo might interpret backslashes. 1.1707 +# By default was `s,x,x', remove it if useless. 1.1708 +cat <<\_ACEOF >conftest.sed 1.1709 +s/[\\$]/&&/g;s/;s,x,x,$// 1.1710 +_ACEOF 1.1711 +program_transform_name=`echo $program_transform_name | sed -f conftest.sed` 1.1712 +rm conftest.sed 1.1713 + 1.1714 + 1.1715 +# expand $ac_aux_dir to an absolute path 1.1716 +am_aux_dir=`cd $ac_aux_dir && pwd` 1.1717 + 1.1718 +test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" 1.1719 +# Use eval to expand $SHELL 1.1720 +if eval "$MISSING --run true"; then 1.1721 + am_missing_run="$MISSING --run " 1.1722 +else 1.1723 + am_missing_run= 1.1724 + { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5 1.1725 +echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} 1.1726 +fi 1.1727 + 1.1728 +for ac_prog in gawk mawk nawk awk 1.1729 +do 1.1730 + # Extract the first word of "$ac_prog", so it can be a program name with args. 1.1731 +set dummy $ac_prog; ac_word=$2 1.1732 +echo "$as_me:$LINENO: checking for $ac_word" >&5 1.1733 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1.1734 +if test "${ac_cv_prog_AWK+set}" = set; then 1.1735 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.1736 +else 1.1737 + if test -n "$AWK"; then 1.1738 + ac_cv_prog_AWK="$AWK" # Let the user override the test. 1.1739 +else 1.1740 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.1741 +for as_dir in $PATH 1.1742 +do 1.1743 + IFS=$as_save_IFS 1.1744 + test -z "$as_dir" && as_dir=. 1.1745 + for ac_exec_ext in '' $ac_executable_extensions; do 1.1746 + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1.1747 + ac_cv_prog_AWK="$ac_prog" 1.1748 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1.1749 + break 2 1.1750 + fi 1.1751 +done 1.1752 +done 1.1753 + 1.1754 +fi 1.1755 +fi 1.1756 +AWK=$ac_cv_prog_AWK 1.1757 +if test -n "$AWK"; then 1.1758 + echo "$as_me:$LINENO: result: $AWK" >&5 1.1759 +echo "${ECHO_T}$AWK" >&6 1.1760 +else 1.1761 + echo "$as_me:$LINENO: result: no" >&5 1.1762 +echo "${ECHO_T}no" >&6 1.1763 +fi 1.1764 + 1.1765 + test -n "$AWK" && break 1.1766 +done 1.1767 + 1.1768 +echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 1.1769 +echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 1.1770 +set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'` 1.1771 +if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then 1.1772 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.1773 +else 1.1774 + cat >conftest.make <<\_ACEOF 1.1775 +all: 1.1776 + @echo 'ac_maketemp="$(MAKE)"' 1.1777 +_ACEOF 1.1778 +# GNU make sometimes prints "make[1]: Entering...", which would confuse us. 1.1779 +eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=` 1.1780 +if test -n "$ac_maketemp"; then 1.1781 + eval ac_cv_prog_make_${ac_make}_set=yes 1.1782 +else 1.1783 + eval ac_cv_prog_make_${ac_make}_set=no 1.1784 +fi 1.1785 +rm -f conftest.make 1.1786 +fi 1.1787 +if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then 1.1788 + echo "$as_me:$LINENO: result: yes" >&5 1.1789 +echo "${ECHO_T}yes" >&6 1.1790 + SET_MAKE= 1.1791 +else 1.1792 + echo "$as_me:$LINENO: result: no" >&5 1.1793 +echo "${ECHO_T}no" >&6 1.1794 + SET_MAKE="MAKE=${MAKE-make}" 1.1795 +fi 1.1796 + 1.1797 +rm -rf .tst 2>/dev/null 1.1798 +mkdir .tst 2>/dev/null 1.1799 +if test -d .tst; then 1.1800 + am__leading_dot=. 1.1801 +else 1.1802 + am__leading_dot=_ 1.1803 +fi 1.1804 +rmdir .tst 2>/dev/null 1.1805 + 1.1806 + # test to see if srcdir already configured 1.1807 +if test "`cd $srcdir && pwd`" != "`pwd`" && 1.1808 + test -f $srcdir/config.status; then 1.1809 + { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 1.1810 +echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} 1.1811 + { (exit 1); exit 1; }; } 1.1812 +fi 1.1813 + 1.1814 +# test whether we have cygpath 1.1815 +if test -z "$CYGPATH_W"; then 1.1816 + if (cygpath --version) >/dev/null 2>/dev/null; then 1.1817 + CYGPATH_W='cygpath -w' 1.1818 + else 1.1819 + CYGPATH_W=echo 1.1820 + fi 1.1821 +fi 1.1822 + 1.1823 + 1.1824 +# Define the identity of the package. 1.1825 + PACKAGE='gift-gnutella' 1.1826 + VERSION='0.0.11' 1.1827 + 1.1828 + 1.1829 +cat >>confdefs.h <<_ACEOF 1.1830 +#define PACKAGE "$PACKAGE" 1.1831 +_ACEOF 1.1832 + 1.1833 + 1.1834 +cat >>confdefs.h <<_ACEOF 1.1835 +#define VERSION "$VERSION" 1.1836 +_ACEOF 1.1837 + 1.1838 +# Some tools Automake needs. 1.1839 + 1.1840 +ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} 1.1841 + 1.1842 + 1.1843 +AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} 1.1844 + 1.1845 + 1.1846 +AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} 1.1847 + 1.1848 + 1.1849 +AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} 1.1850 + 1.1851 + 1.1852 +MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} 1.1853 + 1.1854 + 1.1855 +AMTAR=${AMTAR-"${am_missing_run}tar"} 1.1856 + 1.1857 +install_sh=${install_sh-"$am_aux_dir/install-sh"} 1.1858 + 1.1859 +# Installed binaries are usually stripped using `strip' when the user 1.1860 +# run `make install-strip'. However `strip' might not be the right 1.1861 +# tool to use in cross-compilation environments, therefore Automake 1.1862 +# will honor the `STRIP' environment variable to overrule this program. 1.1863 +if test "$cross_compiling" != no; then 1.1864 + if test -n "$ac_tool_prefix"; then 1.1865 + # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. 1.1866 +set dummy ${ac_tool_prefix}strip; ac_word=$2 1.1867 +echo "$as_me:$LINENO: checking for $ac_word" >&5 1.1868 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1.1869 +if test "${ac_cv_prog_STRIP+set}" = set; then 1.1870 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.1871 +else 1.1872 + if test -n "$STRIP"; then 1.1873 + ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 1.1874 +else 1.1875 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.1876 +for as_dir in $PATH 1.1877 +do 1.1878 + IFS=$as_save_IFS 1.1879 + test -z "$as_dir" && as_dir=. 1.1880 + for ac_exec_ext in '' $ac_executable_extensions; do 1.1881 + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1.1882 + ac_cv_prog_STRIP="${ac_tool_prefix}strip" 1.1883 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1.1884 + break 2 1.1885 + fi 1.1886 +done 1.1887 +done 1.1888 + 1.1889 +fi 1.1890 +fi 1.1891 +STRIP=$ac_cv_prog_STRIP 1.1892 +if test -n "$STRIP"; then 1.1893 + echo "$as_me:$LINENO: result: $STRIP" >&5 1.1894 +echo "${ECHO_T}$STRIP" >&6 1.1895 +else 1.1896 + echo "$as_me:$LINENO: result: no" >&5 1.1897 +echo "${ECHO_T}no" >&6 1.1898 +fi 1.1899 + 1.1900 +fi 1.1901 +if test -z "$ac_cv_prog_STRIP"; then 1.1902 + ac_ct_STRIP=$STRIP 1.1903 + # Extract the first word of "strip", so it can be a program name with args. 1.1904 +set dummy strip; ac_word=$2 1.1905 +echo "$as_me:$LINENO: checking for $ac_word" >&5 1.1906 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1.1907 +if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then 1.1908 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.1909 +else 1.1910 + if test -n "$ac_ct_STRIP"; then 1.1911 + ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. 1.1912 +else 1.1913 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.1914 +for as_dir in $PATH 1.1915 +do 1.1916 + IFS=$as_save_IFS 1.1917 + test -z "$as_dir" && as_dir=. 1.1918 + for ac_exec_ext in '' $ac_executable_extensions; do 1.1919 + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1.1920 + ac_cv_prog_ac_ct_STRIP="strip" 1.1921 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1.1922 + break 2 1.1923 + fi 1.1924 +done 1.1925 +done 1.1926 + 1.1927 + test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":" 1.1928 +fi 1.1929 +fi 1.1930 +ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP 1.1931 +if test -n "$ac_ct_STRIP"; then 1.1932 + echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 1.1933 +echo "${ECHO_T}$ac_ct_STRIP" >&6 1.1934 +else 1.1935 + echo "$as_me:$LINENO: result: no" >&5 1.1936 +echo "${ECHO_T}no" >&6 1.1937 +fi 1.1938 + 1.1939 + STRIP=$ac_ct_STRIP 1.1940 +else 1.1941 + STRIP="$ac_cv_prog_STRIP" 1.1942 +fi 1.1943 + 1.1944 +fi 1.1945 +INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" 1.1946 + 1.1947 +# We need awk for the "check" target. The system "awk" is bad on 1.1948 +# some platforms. 1.1949 + 1.1950 + 1.1951 + 1.1952 + ac_config_headers="$ac_config_headers config.h" 1.1953 + 1.1954 + 1.1955 +echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5 1.1956 +echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6 1.1957 + # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given. 1.1958 +if test "${enable_maintainer_mode+set}" = set; then 1.1959 + enableval="$enable_maintainer_mode" 1.1960 + USE_MAINTAINER_MODE=$enableval 1.1961 +else 1.1962 + USE_MAINTAINER_MODE=no 1.1963 +fi; 1.1964 + echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5 1.1965 +echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6 1.1966 + 1.1967 + 1.1968 +if test $USE_MAINTAINER_MODE = yes; then 1.1969 + MAINTAINER_MODE_TRUE= 1.1970 + MAINTAINER_MODE_FALSE='#' 1.1971 +else 1.1972 + MAINTAINER_MODE_TRUE='#' 1.1973 + MAINTAINER_MODE_FALSE= 1.1974 +fi 1.1975 + 1.1976 + MAINT=$MAINTAINER_MODE_TRUE 1.1977 + 1.1978 + 1.1979 + 1.1980 + 1.1981 + 1.1982 + 1.1983 + 1.1984 + 1.1985 + 1.1986 + 1.1987 +ac_ext=c 1.1988 +ac_cpp='$CPP $CPPFLAGS' 1.1989 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1.1990 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1.1991 +ac_compiler_gnu=$ac_cv_c_compiler_gnu 1.1992 +if test -n "$ac_tool_prefix"; then 1.1993 + # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 1.1994 +set dummy ${ac_tool_prefix}gcc; ac_word=$2 1.1995 +echo "$as_me:$LINENO: checking for $ac_word" >&5 1.1996 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1.1997 +if test "${ac_cv_prog_CC+set}" = set; then 1.1998 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.1999 +else 1.2000 + if test -n "$CC"; then 1.2001 + ac_cv_prog_CC="$CC" # Let the user override the test. 1.2002 +else 1.2003 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.2004 +for as_dir in $PATH 1.2005 +do 1.2006 + IFS=$as_save_IFS 1.2007 + test -z "$as_dir" && as_dir=. 1.2008 + for ac_exec_ext in '' $ac_executable_extensions; do 1.2009 + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1.2010 + ac_cv_prog_CC="${ac_tool_prefix}gcc" 1.2011 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1.2012 + break 2 1.2013 + fi 1.2014 +done 1.2015 +done 1.2016 + 1.2017 +fi 1.2018 +fi 1.2019 +CC=$ac_cv_prog_CC 1.2020 +if test -n "$CC"; then 1.2021 + echo "$as_me:$LINENO: result: $CC" >&5 1.2022 +echo "${ECHO_T}$CC" >&6 1.2023 +else 1.2024 + echo "$as_me:$LINENO: result: no" >&5 1.2025 +echo "${ECHO_T}no" >&6 1.2026 +fi 1.2027 + 1.2028 +fi 1.2029 +if test -z "$ac_cv_prog_CC"; then 1.2030 + ac_ct_CC=$CC 1.2031 + # Extract the first word of "gcc", so it can be a program name with args. 1.2032 +set dummy gcc; ac_word=$2 1.2033 +echo "$as_me:$LINENO: checking for $ac_word" >&5 1.2034 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1.2035 +if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 1.2036 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.2037 +else 1.2038 + if test -n "$ac_ct_CC"; then 1.2039 + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 1.2040 +else 1.2041 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.2042 +for as_dir in $PATH 1.2043 +do 1.2044 + IFS=$as_save_IFS 1.2045 + test -z "$as_dir" && as_dir=. 1.2046 + for ac_exec_ext in '' $ac_executable_extensions; do 1.2047 + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1.2048 + ac_cv_prog_ac_ct_CC="gcc" 1.2049 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1.2050 + break 2 1.2051 + fi 1.2052 +done 1.2053 +done 1.2054 + 1.2055 +fi 1.2056 +fi 1.2057 +ac_ct_CC=$ac_cv_prog_ac_ct_CC 1.2058 +if test -n "$ac_ct_CC"; then 1.2059 + echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 1.2060 +echo "${ECHO_T}$ac_ct_CC" >&6 1.2061 +else 1.2062 + echo "$as_me:$LINENO: result: no" >&5 1.2063 +echo "${ECHO_T}no" >&6 1.2064 +fi 1.2065 + 1.2066 + CC=$ac_ct_CC 1.2067 +else 1.2068 + CC="$ac_cv_prog_CC" 1.2069 +fi 1.2070 + 1.2071 +if test -z "$CC"; then 1.2072 + if test -n "$ac_tool_prefix"; then 1.2073 + # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 1.2074 +set dummy ${ac_tool_prefix}cc; ac_word=$2 1.2075 +echo "$as_me:$LINENO: checking for $ac_word" >&5 1.2076 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1.2077 +if test "${ac_cv_prog_CC+set}" = set; then 1.2078 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.2079 +else 1.2080 + if test -n "$CC"; then 1.2081 + ac_cv_prog_CC="$CC" # Let the user override the test. 1.2082 +else 1.2083 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.2084 +for as_dir in $PATH 1.2085 +do 1.2086 + IFS=$as_save_IFS 1.2087 + test -z "$as_dir" && as_dir=. 1.2088 + for ac_exec_ext in '' $ac_executable_extensions; do 1.2089 + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1.2090 + ac_cv_prog_CC="${ac_tool_prefix}cc" 1.2091 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1.2092 + break 2 1.2093 + fi 1.2094 +done 1.2095 +done 1.2096 + 1.2097 +fi 1.2098 +fi 1.2099 +CC=$ac_cv_prog_CC 1.2100 +if test -n "$CC"; then 1.2101 + echo "$as_me:$LINENO: result: $CC" >&5 1.2102 +echo "${ECHO_T}$CC" >&6 1.2103 +else 1.2104 + echo "$as_me:$LINENO: result: no" >&5 1.2105 +echo "${ECHO_T}no" >&6 1.2106 +fi 1.2107 + 1.2108 +fi 1.2109 +if test -z "$ac_cv_prog_CC"; then 1.2110 + ac_ct_CC=$CC 1.2111 + # Extract the first word of "cc", so it can be a program name with args. 1.2112 +set dummy cc; ac_word=$2 1.2113 +echo "$as_me:$LINENO: checking for $ac_word" >&5 1.2114 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1.2115 +if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 1.2116 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.2117 +else 1.2118 + if test -n "$ac_ct_CC"; then 1.2119 + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 1.2120 +else 1.2121 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.2122 +for as_dir in $PATH 1.2123 +do 1.2124 + IFS=$as_save_IFS 1.2125 + test -z "$as_dir" && as_dir=. 1.2126 + for ac_exec_ext in '' $ac_executable_extensions; do 1.2127 + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1.2128 + ac_cv_prog_ac_ct_CC="cc" 1.2129 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1.2130 + break 2 1.2131 + fi 1.2132 +done 1.2133 +done 1.2134 + 1.2135 +fi 1.2136 +fi 1.2137 +ac_ct_CC=$ac_cv_prog_ac_ct_CC 1.2138 +if test -n "$ac_ct_CC"; then 1.2139 + echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 1.2140 +echo "${ECHO_T}$ac_ct_CC" >&6 1.2141 +else 1.2142 + echo "$as_me:$LINENO: result: no" >&5 1.2143 +echo "${ECHO_T}no" >&6 1.2144 +fi 1.2145 + 1.2146 + CC=$ac_ct_CC 1.2147 +else 1.2148 + CC="$ac_cv_prog_CC" 1.2149 +fi 1.2150 + 1.2151 +fi 1.2152 +if test -z "$CC"; then 1.2153 + # Extract the first word of "cc", so it can be a program name with args. 1.2154 +set dummy cc; ac_word=$2 1.2155 +echo "$as_me:$LINENO: checking for $ac_word" >&5 1.2156 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1.2157 +if test "${ac_cv_prog_CC+set}" = set; then 1.2158 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.2159 +else 1.2160 + if test -n "$CC"; then 1.2161 + ac_cv_prog_CC="$CC" # Let the user override the test. 1.2162 +else 1.2163 + ac_prog_rejected=no 1.2164 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.2165 +for as_dir in $PATH 1.2166 +do 1.2167 + IFS=$as_save_IFS 1.2168 + test -z "$as_dir" && as_dir=. 1.2169 + for ac_exec_ext in '' $ac_executable_extensions; do 1.2170 + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1.2171 + if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 1.2172 + ac_prog_rejected=yes 1.2173 + continue 1.2174 + fi 1.2175 + ac_cv_prog_CC="cc" 1.2176 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1.2177 + break 2 1.2178 + fi 1.2179 +done 1.2180 +done 1.2181 + 1.2182 +if test $ac_prog_rejected = yes; then 1.2183 + # We found a bogon in the path, so make sure we never use it. 1.2184 + set dummy $ac_cv_prog_CC 1.2185 + shift 1.2186 + if test $# != 0; then 1.2187 + # We chose a different compiler from the bogus one. 1.2188 + # However, it has the same basename, so the bogon will be chosen 1.2189 + # first if we set CC to just the basename; use the full file name. 1.2190 + shift 1.2191 + ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" 1.2192 + fi 1.2193 +fi 1.2194 +fi 1.2195 +fi 1.2196 +CC=$ac_cv_prog_CC 1.2197 +if test -n "$CC"; then 1.2198 + echo "$as_me:$LINENO: result: $CC" >&5 1.2199 +echo "${ECHO_T}$CC" >&6 1.2200 +else 1.2201 + echo "$as_me:$LINENO: result: no" >&5 1.2202 +echo "${ECHO_T}no" >&6 1.2203 +fi 1.2204 + 1.2205 +fi 1.2206 +if test -z "$CC"; then 1.2207 + if test -n "$ac_tool_prefix"; then 1.2208 + for ac_prog in cl 1.2209 + do 1.2210 + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 1.2211 +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 1.2212 +echo "$as_me:$LINENO: checking for $ac_word" >&5 1.2213 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1.2214 +if test "${ac_cv_prog_CC+set}" = set; then 1.2215 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.2216 +else 1.2217 + if test -n "$CC"; then 1.2218 + ac_cv_prog_CC="$CC" # Let the user override the test. 1.2219 +else 1.2220 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.2221 +for as_dir in $PATH 1.2222 +do 1.2223 + IFS=$as_save_IFS 1.2224 + test -z "$as_dir" && as_dir=. 1.2225 + for ac_exec_ext in '' $ac_executable_extensions; do 1.2226 + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1.2227 + ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 1.2228 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1.2229 + break 2 1.2230 + fi 1.2231 +done 1.2232 +done 1.2233 + 1.2234 +fi 1.2235 +fi 1.2236 +CC=$ac_cv_prog_CC 1.2237 +if test -n "$CC"; then 1.2238 + echo "$as_me:$LINENO: result: $CC" >&5 1.2239 +echo "${ECHO_T}$CC" >&6 1.2240 +else 1.2241 + echo "$as_me:$LINENO: result: no" >&5 1.2242 +echo "${ECHO_T}no" >&6 1.2243 +fi 1.2244 + 1.2245 + test -n "$CC" && break 1.2246 + done 1.2247 +fi 1.2248 +if test -z "$CC"; then 1.2249 + ac_ct_CC=$CC 1.2250 + for ac_prog in cl 1.2251 +do 1.2252 + # Extract the first word of "$ac_prog", so it can be a program name with args. 1.2253 +set dummy $ac_prog; ac_word=$2 1.2254 +echo "$as_me:$LINENO: checking for $ac_word" >&5 1.2255 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1.2256 +if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 1.2257 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.2258 +else 1.2259 + if test -n "$ac_ct_CC"; then 1.2260 + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 1.2261 +else 1.2262 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.2263 +for as_dir in $PATH 1.2264 +do 1.2265 + IFS=$as_save_IFS 1.2266 + test -z "$as_dir" && as_dir=. 1.2267 + for ac_exec_ext in '' $ac_executable_extensions; do 1.2268 + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1.2269 + ac_cv_prog_ac_ct_CC="$ac_prog" 1.2270 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1.2271 + break 2 1.2272 + fi 1.2273 +done 1.2274 +done 1.2275 + 1.2276 +fi 1.2277 +fi 1.2278 +ac_ct_CC=$ac_cv_prog_ac_ct_CC 1.2279 +if test -n "$ac_ct_CC"; then 1.2280 + echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 1.2281 +echo "${ECHO_T}$ac_ct_CC" >&6 1.2282 +else 1.2283 + echo "$as_me:$LINENO: result: no" >&5 1.2284 +echo "${ECHO_T}no" >&6 1.2285 +fi 1.2286 + 1.2287 + test -n "$ac_ct_CC" && break 1.2288 +done 1.2289 + 1.2290 + CC=$ac_ct_CC 1.2291 +fi 1.2292 + 1.2293 +fi 1.2294 + 1.2295 + 1.2296 +test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 1.2297 +See \`config.log' for more details." >&5 1.2298 +echo "$as_me: error: no acceptable C compiler found in \$PATH 1.2299 +See \`config.log' for more details." >&2;} 1.2300 + { (exit 1); exit 1; }; } 1.2301 + 1.2302 +# Provide some information about the compiler. 1.2303 +echo "$as_me:$LINENO:" \ 1.2304 + "checking for C compiler version" >&5 1.2305 +ac_compiler=`set X $ac_compile; echo $2` 1.2306 +{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 1.2307 + (eval $ac_compiler --version </dev/null >&5) 2>&5 1.2308 + ac_status=$? 1.2309 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.2310 + (exit $ac_status); } 1.2311 +{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5 1.2312 + (eval $ac_compiler -v </dev/null >&5) 2>&5 1.2313 + ac_status=$? 1.2314 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.2315 + (exit $ac_status); } 1.2316 +{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5 1.2317 + (eval $ac_compiler -V </dev/null >&5) 2>&5 1.2318 + ac_status=$? 1.2319 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.2320 + (exit $ac_status); } 1.2321 + 1.2322 +cat >conftest.$ac_ext <<_ACEOF 1.2323 +/* confdefs.h. */ 1.2324 +_ACEOF 1.2325 +cat confdefs.h >>conftest.$ac_ext 1.2326 +cat >>conftest.$ac_ext <<_ACEOF 1.2327 +/* end confdefs.h. */ 1.2328 + 1.2329 +int 1.2330 +main () 1.2331 +{ 1.2332 + 1.2333 + ; 1.2334 + return 0; 1.2335 +} 1.2336 +_ACEOF 1.2337 +ac_clean_files_save=$ac_clean_files 1.2338 +ac_clean_files="$ac_clean_files a.out a.exe b.out" 1.2339 +# Try to create an executable without -o first, disregard a.out. 1.2340 +# It will help us diagnose broken compilers, and finding out an intuition 1.2341 +# of exeext. 1.2342 +echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 1.2343 +echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6 1.2344 +ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 1.2345 +if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5 1.2346 + (eval $ac_link_default) 2>&5 1.2347 + ac_status=$? 1.2348 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.2349 + (exit $ac_status); }; then 1.2350 + # Find the output, starting from the most likely. This scheme is 1.2351 +# not robust to junk in `.', hence go to wildcards (a.*) only as a last 1.2352 +# resort. 1.2353 + 1.2354 +# Be careful to initialize this variable, since it used to be cached. 1.2355 +# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile. 1.2356 +ac_cv_exeext= 1.2357 +# b.out is created by i960 compilers. 1.2358 +for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out 1.2359 +do 1.2360 + test -f "$ac_file" || continue 1.2361 + case $ac_file in 1.2362 + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) 1.2363 + ;; 1.2364 + conftest.$ac_ext ) 1.2365 + # This is the source file. 1.2366 + ;; 1.2367 + [ab].out ) 1.2368 + # We found the default executable, but exeext='' is most 1.2369 + # certainly right. 1.2370 + break;; 1.2371 + *.* ) 1.2372 + ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 1.2373 + # FIXME: I believe we export ac_cv_exeext for Libtool, 1.2374 + # but it would be cool to find out if it's true. Does anybody 1.2375 + # maintain Libtool? --akim. 1.2376 + export ac_cv_exeext 1.2377 + break;; 1.2378 + * ) 1.2379 + break;; 1.2380 + esac 1.2381 +done 1.2382 +else 1.2383 + echo "$as_me: failed program was:" >&5 1.2384 +sed 's/^/| /' conftest.$ac_ext >&5 1.2385 + 1.2386 +{ { echo "$as_me:$LINENO: error: C compiler cannot create executables 1.2387 +See \`config.log' for more details." >&5 1.2388 +echo "$as_me: error: C compiler cannot create executables 1.2389 +See \`config.log' for more details." >&2;} 1.2390 + { (exit 77); exit 77; }; } 1.2391 +fi 1.2392 + 1.2393 +ac_exeext=$ac_cv_exeext 1.2394 +echo "$as_me:$LINENO: result: $ac_file" >&5 1.2395 +echo "${ECHO_T}$ac_file" >&6 1.2396 + 1.2397 +# Check the compiler produces executables we can run. If not, either 1.2398 +# the compiler is broken, or we cross compile. 1.2399 +echo "$as_me:$LINENO: checking whether the C compiler works" >&5 1.2400 +echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6 1.2401 +# FIXME: These cross compiler hacks should be removed for Autoconf 3.0 1.2402 +# If not cross compiling, check that we can run a simple program. 1.2403 +if test "$cross_compiling" != yes; then 1.2404 + if { ac_try='./$ac_file' 1.2405 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.2406 + (eval $ac_try) 2>&5 1.2407 + ac_status=$? 1.2408 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.2409 + (exit $ac_status); }; }; then 1.2410 + cross_compiling=no 1.2411 + else 1.2412 + if test "$cross_compiling" = maybe; then 1.2413 + cross_compiling=yes 1.2414 + else 1.2415 + { { echo "$as_me:$LINENO: error: cannot run C compiled programs. 1.2416 +If you meant to cross compile, use \`--host'. 1.2417 +See \`config.log' for more details." >&5 1.2418 +echo "$as_me: error: cannot run C compiled programs. 1.2419 +If you meant to cross compile, use \`--host'. 1.2420 +See \`config.log' for more details." >&2;} 1.2421 + { (exit 1); exit 1; }; } 1.2422 + fi 1.2423 + fi 1.2424 +fi 1.2425 +echo "$as_me:$LINENO: result: yes" >&5 1.2426 +echo "${ECHO_T}yes" >&6 1.2427 + 1.2428 +rm -f a.out a.exe conftest$ac_cv_exeext b.out 1.2429 +ac_clean_files=$ac_clean_files_save 1.2430 +# Check the compiler produces executables we can run. If not, either 1.2431 +# the compiler is broken, or we cross compile. 1.2432 +echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 1.2433 +echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6 1.2434 +echo "$as_me:$LINENO: result: $cross_compiling" >&5 1.2435 +echo "${ECHO_T}$cross_compiling" >&6 1.2436 + 1.2437 +echo "$as_me:$LINENO: checking for suffix of executables" >&5 1.2438 +echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6 1.2439 +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 1.2440 + (eval $ac_link) 2>&5 1.2441 + ac_status=$? 1.2442 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.2443 + (exit $ac_status); }; then 1.2444 + # If both `conftest.exe' and `conftest' are `present' (well, observable) 1.2445 +# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will 1.2446 +# work properly (i.e., refer to `conftest.exe'), while it won't with 1.2447 +# `rm'. 1.2448 +for ac_file in conftest.exe conftest conftest.*; do 1.2449 + test -f "$ac_file" || continue 1.2450 + case $ac_file in 1.2451 + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; 1.2452 + *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 1.2453 + export ac_cv_exeext 1.2454 + break;; 1.2455 + * ) break;; 1.2456 + esac 1.2457 +done 1.2458 +else 1.2459 + { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link 1.2460 +See \`config.log' for more details." >&5 1.2461 +echo "$as_me: error: cannot compute suffix of executables: cannot compile and link 1.2462 +See \`config.log' for more details." >&2;} 1.2463 + { (exit 1); exit 1; }; } 1.2464 +fi 1.2465 + 1.2466 +rm -f conftest$ac_cv_exeext 1.2467 +echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 1.2468 +echo "${ECHO_T}$ac_cv_exeext" >&6 1.2469 + 1.2470 +rm -f conftest.$ac_ext 1.2471 +EXEEXT=$ac_cv_exeext 1.2472 +ac_exeext=$EXEEXT 1.2473 +echo "$as_me:$LINENO: checking for suffix of object files" >&5 1.2474 +echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6 1.2475 +if test "${ac_cv_objext+set}" = set; then 1.2476 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.2477 +else 1.2478 + cat >conftest.$ac_ext <<_ACEOF 1.2479 +/* confdefs.h. */ 1.2480 +_ACEOF 1.2481 +cat confdefs.h >>conftest.$ac_ext 1.2482 +cat >>conftest.$ac_ext <<_ACEOF 1.2483 +/* end confdefs.h. */ 1.2484 + 1.2485 +int 1.2486 +main () 1.2487 +{ 1.2488 + 1.2489 + ; 1.2490 + return 0; 1.2491 +} 1.2492 +_ACEOF 1.2493 +rm -f conftest.o conftest.obj 1.2494 +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 1.2495 + (eval $ac_compile) 2>&5 1.2496 + ac_status=$? 1.2497 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.2498 + (exit $ac_status); }; then 1.2499 + for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do 1.2500 + case $ac_file in 1.2501 + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;; 1.2502 + *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` 1.2503 + break;; 1.2504 + esac 1.2505 +done 1.2506 +else 1.2507 + echo "$as_me: failed program was:" >&5 1.2508 +sed 's/^/| /' conftest.$ac_ext >&5 1.2509 + 1.2510 +{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile 1.2511 +See \`config.log' for more details." >&5 1.2512 +echo "$as_me: error: cannot compute suffix of object files: cannot compile 1.2513 +See \`config.log' for more details." >&2;} 1.2514 + { (exit 1); exit 1; }; } 1.2515 +fi 1.2516 + 1.2517 +rm -f conftest.$ac_cv_objext conftest.$ac_ext 1.2518 +fi 1.2519 +echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 1.2520 +echo "${ECHO_T}$ac_cv_objext" >&6 1.2521 +OBJEXT=$ac_cv_objext 1.2522 +ac_objext=$OBJEXT 1.2523 +echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 1.2524 +echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6 1.2525 +if test "${ac_cv_c_compiler_gnu+set}" = set; then 1.2526 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.2527 +else 1.2528 + cat >conftest.$ac_ext <<_ACEOF 1.2529 +/* confdefs.h. */ 1.2530 +_ACEOF 1.2531 +cat confdefs.h >>conftest.$ac_ext 1.2532 +cat >>conftest.$ac_ext <<_ACEOF 1.2533 +/* end confdefs.h. */ 1.2534 + 1.2535 +int 1.2536 +main () 1.2537 +{ 1.2538 +#ifndef __GNUC__ 1.2539 + choke me 1.2540 +#endif 1.2541 + 1.2542 + ; 1.2543 + return 0; 1.2544 +} 1.2545 +_ACEOF 1.2546 +rm -f conftest.$ac_objext 1.2547 +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 1.2548 + (eval $ac_compile) 2>conftest.er1 1.2549 + ac_status=$? 1.2550 + grep -v '^ *+' conftest.er1 >conftest.err 1.2551 + rm -f conftest.er1 1.2552 + cat conftest.err >&5 1.2553 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.2554 + (exit $ac_status); } && 1.2555 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 1.2556 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.2557 + (eval $ac_try) 2>&5 1.2558 + ac_status=$? 1.2559 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.2560 + (exit $ac_status); }; } && 1.2561 + { ac_try='test -s conftest.$ac_objext' 1.2562 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.2563 + (eval $ac_try) 2>&5 1.2564 + ac_status=$? 1.2565 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.2566 + (exit $ac_status); }; }; then 1.2567 + ac_compiler_gnu=yes 1.2568 +else 1.2569 + echo "$as_me: failed program was:" >&5 1.2570 +sed 's/^/| /' conftest.$ac_ext >&5 1.2571 + 1.2572 +ac_compiler_gnu=no 1.2573 +fi 1.2574 +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 1.2575 +ac_cv_c_compiler_gnu=$ac_compiler_gnu 1.2576 + 1.2577 +fi 1.2578 +echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 1.2579 +echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 1.2580 +GCC=`test $ac_compiler_gnu = yes && echo yes` 1.2581 +ac_test_CFLAGS=${CFLAGS+set} 1.2582 +ac_save_CFLAGS=$CFLAGS 1.2583 +CFLAGS="-g" 1.2584 +echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 1.2585 +echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6 1.2586 +if test "${ac_cv_prog_cc_g+set}" = set; then 1.2587 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.2588 +else 1.2589 + cat >conftest.$ac_ext <<_ACEOF 1.2590 +/* confdefs.h. */ 1.2591 +_ACEOF 1.2592 +cat confdefs.h >>conftest.$ac_ext 1.2593 +cat >>conftest.$ac_ext <<_ACEOF 1.2594 +/* end confdefs.h. */ 1.2595 + 1.2596 +int 1.2597 +main () 1.2598 +{ 1.2599 + 1.2600 + ; 1.2601 + return 0; 1.2602 +} 1.2603 +_ACEOF 1.2604 +rm -f conftest.$ac_objext 1.2605 +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 1.2606 + (eval $ac_compile) 2>conftest.er1 1.2607 + ac_status=$? 1.2608 + grep -v '^ *+' conftest.er1 >conftest.err 1.2609 + rm -f conftest.er1 1.2610 + cat conftest.err >&5 1.2611 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.2612 + (exit $ac_status); } && 1.2613 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 1.2614 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.2615 + (eval $ac_try) 2>&5 1.2616 + ac_status=$? 1.2617 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.2618 + (exit $ac_status); }; } && 1.2619 + { ac_try='test -s conftest.$ac_objext' 1.2620 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.2621 + (eval $ac_try) 2>&5 1.2622 + ac_status=$? 1.2623 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.2624 + (exit $ac_status); }; }; then 1.2625 + ac_cv_prog_cc_g=yes 1.2626 +else 1.2627 + echo "$as_me: failed program was:" >&5 1.2628 +sed 's/^/| /' conftest.$ac_ext >&5 1.2629 + 1.2630 +ac_cv_prog_cc_g=no 1.2631 +fi 1.2632 +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 1.2633 +fi 1.2634 +echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 1.2635 +echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 1.2636 +if test "$ac_test_CFLAGS" = set; then 1.2637 + CFLAGS=$ac_save_CFLAGS 1.2638 +elif test $ac_cv_prog_cc_g = yes; then 1.2639 + if test "$GCC" = yes; then 1.2640 + CFLAGS="-g -O2" 1.2641 + else 1.2642 + CFLAGS="-g" 1.2643 + fi 1.2644 +else 1.2645 + if test "$GCC" = yes; then 1.2646 + CFLAGS="-O2" 1.2647 + else 1.2648 + CFLAGS= 1.2649 + fi 1.2650 +fi 1.2651 +echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5 1.2652 +echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6 1.2653 +if test "${ac_cv_prog_cc_stdc+set}" = set; then 1.2654 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.2655 +else 1.2656 + ac_cv_prog_cc_stdc=no 1.2657 +ac_save_CC=$CC 1.2658 +cat >conftest.$ac_ext <<_ACEOF 1.2659 +/* confdefs.h. */ 1.2660 +_ACEOF 1.2661 +cat confdefs.h >>conftest.$ac_ext 1.2662 +cat >>conftest.$ac_ext <<_ACEOF 1.2663 +/* end confdefs.h. */ 1.2664 +#include <stdarg.h> 1.2665 +#include <stdio.h> 1.2666 +#include <sys/types.h> 1.2667 +#include <sys/stat.h> 1.2668 +/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ 1.2669 +struct buf { int x; }; 1.2670 +FILE * (*rcsopen) (struct buf *, struct stat *, int); 1.2671 +static char *e (p, i) 1.2672 + char **p; 1.2673 + int i; 1.2674 +{ 1.2675 + return p[i]; 1.2676 +} 1.2677 +static char *f (char * (*g) (char **, int), char **p, ...) 1.2678 +{ 1.2679 + char *s; 1.2680 + va_list v; 1.2681 + va_start (v,p); 1.2682 + s = g (p, va_arg (v,int)); 1.2683 + va_end (v); 1.2684 + return s; 1.2685 +} 1.2686 + 1.2687 +/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has 1.2688 + function prototypes and stuff, but not '\xHH' hex character constants. 1.2689 + These don't provoke an error unfortunately, instead are silently treated 1.2690 + as 'x'. The following induces an error, until -std1 is added to get 1.2691 + proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an 1.2692 + array size at least. It's necessary to write '\x00'==0 to get something 1.2693 + that's true only with -std1. */ 1.2694 +int osf4_cc_array ['\x00' == 0 ? 1 : -1]; 1.2695 + 1.2696 +int test (int i, double x); 1.2697 +struct s1 {int (*f) (int a);}; 1.2698 +struct s2 {int (*f) (double a);}; 1.2699 +int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); 1.2700 +int argc; 1.2701 +char **argv; 1.2702 +int 1.2703 +main () 1.2704 +{ 1.2705 +return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; 1.2706 + ; 1.2707 + return 0; 1.2708 +} 1.2709 +_ACEOF 1.2710 +# Don't try gcc -ansi; that turns off useful extensions and 1.2711 +# breaks some systems' header files. 1.2712 +# AIX -qlanglvl=ansi 1.2713 +# Ultrix and OSF/1 -std1 1.2714 +# HP-UX 10.20 and later -Ae 1.2715 +# HP-UX older versions -Aa -D_HPUX_SOURCE 1.2716 +# SVR4 -Xc -D__EXTENSIONS__ 1.2717 +for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" 1.2718 +do 1.2719 + CC="$ac_save_CC $ac_arg" 1.2720 + rm -f conftest.$ac_objext 1.2721 +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 1.2722 + (eval $ac_compile) 2>conftest.er1 1.2723 + ac_status=$? 1.2724 + grep -v '^ *+' conftest.er1 >conftest.err 1.2725 + rm -f conftest.er1 1.2726 + cat conftest.err >&5 1.2727 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.2728 + (exit $ac_status); } && 1.2729 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 1.2730 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.2731 + (eval $ac_try) 2>&5 1.2732 + ac_status=$? 1.2733 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.2734 + (exit $ac_status); }; } && 1.2735 + { ac_try='test -s conftest.$ac_objext' 1.2736 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.2737 + (eval $ac_try) 2>&5 1.2738 + ac_status=$? 1.2739 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.2740 + (exit $ac_status); }; }; then 1.2741 + ac_cv_prog_cc_stdc=$ac_arg 1.2742 +break 1.2743 +else 1.2744 + echo "$as_me: failed program was:" >&5 1.2745 +sed 's/^/| /' conftest.$ac_ext >&5 1.2746 + 1.2747 +fi 1.2748 +rm -f conftest.err conftest.$ac_objext 1.2749 +done 1.2750 +rm -f conftest.$ac_ext conftest.$ac_objext 1.2751 +CC=$ac_save_CC 1.2752 + 1.2753 +fi 1.2754 + 1.2755 +case "x$ac_cv_prog_cc_stdc" in 1.2756 + x|xno) 1.2757 + echo "$as_me:$LINENO: result: none needed" >&5 1.2758 +echo "${ECHO_T}none needed" >&6 ;; 1.2759 + *) 1.2760 + echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5 1.2761 +echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6 1.2762 + CC="$CC $ac_cv_prog_cc_stdc" ;; 1.2763 +esac 1.2764 + 1.2765 +# Some people use a C++ compiler to compile C. Since we use `exit', 1.2766 +# in C++ we need to declare it. In case someone uses the same compiler 1.2767 +# for both compiling C and C++ we need to have the C++ compiler decide 1.2768 +# the declaration of exit, since it's the most demanding environment. 1.2769 +cat >conftest.$ac_ext <<_ACEOF 1.2770 +#ifndef __cplusplus 1.2771 + choke me 1.2772 +#endif 1.2773 +_ACEOF 1.2774 +rm -f conftest.$ac_objext 1.2775 +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 1.2776 + (eval $ac_compile) 2>conftest.er1 1.2777 + ac_status=$? 1.2778 + grep -v '^ *+' conftest.er1 >conftest.err 1.2779 + rm -f conftest.er1 1.2780 + cat conftest.err >&5 1.2781 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.2782 + (exit $ac_status); } && 1.2783 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 1.2784 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.2785 + (eval $ac_try) 2>&5 1.2786 + ac_status=$? 1.2787 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.2788 + (exit $ac_status); }; } && 1.2789 + { ac_try='test -s conftest.$ac_objext' 1.2790 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.2791 + (eval $ac_try) 2>&5 1.2792 + ac_status=$? 1.2793 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.2794 + (exit $ac_status); }; }; then 1.2795 + for ac_declaration in \ 1.2796 + '' \ 1.2797 + 'extern "C" void std::exit (int) throw (); using std::exit;' \ 1.2798 + 'extern "C" void std::exit (int); using std::exit;' \ 1.2799 + 'extern "C" void exit (int) throw ();' \ 1.2800 + 'extern "C" void exit (int);' \ 1.2801 + 'void exit (int);' 1.2802 +do 1.2803 + cat >conftest.$ac_ext <<_ACEOF 1.2804 +/* confdefs.h. */ 1.2805 +_ACEOF 1.2806 +cat confdefs.h >>conftest.$ac_ext 1.2807 +cat >>conftest.$ac_ext <<_ACEOF 1.2808 +/* end confdefs.h. */ 1.2809 +$ac_declaration 1.2810 +#include <stdlib.h> 1.2811 +int 1.2812 +main () 1.2813 +{ 1.2814 +exit (42); 1.2815 + ; 1.2816 + return 0; 1.2817 +} 1.2818 +_ACEOF 1.2819 +rm -f conftest.$ac_objext 1.2820 +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 1.2821 + (eval $ac_compile) 2>conftest.er1 1.2822 + ac_status=$? 1.2823 + grep -v '^ *+' conftest.er1 >conftest.err 1.2824 + rm -f conftest.er1 1.2825 + cat conftest.err >&5 1.2826 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.2827 + (exit $ac_status); } && 1.2828 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 1.2829 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.2830 + (eval $ac_try) 2>&5 1.2831 + ac_status=$? 1.2832 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.2833 + (exit $ac_status); }; } && 1.2834 + { ac_try='test -s conftest.$ac_objext' 1.2835 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.2836 + (eval $ac_try) 2>&5 1.2837 + ac_status=$? 1.2838 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.2839 + (exit $ac_status); }; }; then 1.2840 + : 1.2841 +else 1.2842 + echo "$as_me: failed program was:" >&5 1.2843 +sed 's/^/| /' conftest.$ac_ext >&5 1.2844 + 1.2845 +continue 1.2846 +fi 1.2847 +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 1.2848 + cat >conftest.$ac_ext <<_ACEOF 1.2849 +/* confdefs.h. */ 1.2850 +_ACEOF 1.2851 +cat confdefs.h >>conftest.$ac_ext 1.2852 +cat >>conftest.$ac_ext <<_ACEOF 1.2853 +/* end confdefs.h. */ 1.2854 +$ac_declaration 1.2855 +int 1.2856 +main () 1.2857 +{ 1.2858 +exit (42); 1.2859 + ; 1.2860 + return 0; 1.2861 +} 1.2862 +_ACEOF 1.2863 +rm -f conftest.$ac_objext 1.2864 +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 1.2865 + (eval $ac_compile) 2>conftest.er1 1.2866 + ac_status=$? 1.2867 + grep -v '^ *+' conftest.er1 >conftest.err 1.2868 + rm -f conftest.er1 1.2869 + cat conftest.err >&5 1.2870 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.2871 + (exit $ac_status); } && 1.2872 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 1.2873 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.2874 + (eval $ac_try) 2>&5 1.2875 + ac_status=$? 1.2876 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.2877 + (exit $ac_status); }; } && 1.2878 + { ac_try='test -s conftest.$ac_objext' 1.2879 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.2880 + (eval $ac_try) 2>&5 1.2881 + ac_status=$? 1.2882 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.2883 + (exit $ac_status); }; }; then 1.2884 + break 1.2885 +else 1.2886 + echo "$as_me: failed program was:" >&5 1.2887 +sed 's/^/| /' conftest.$ac_ext >&5 1.2888 + 1.2889 +fi 1.2890 +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 1.2891 +done 1.2892 +rm -f conftest* 1.2893 +if test -n "$ac_declaration"; then 1.2894 + echo '#ifdef __cplusplus' >>confdefs.h 1.2895 + echo $ac_declaration >>confdefs.h 1.2896 + echo '#endif' >>confdefs.h 1.2897 +fi 1.2898 + 1.2899 +else 1.2900 + echo "$as_me: failed program was:" >&5 1.2901 +sed 's/^/| /' conftest.$ac_ext >&5 1.2902 + 1.2903 +fi 1.2904 +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 1.2905 +ac_ext=c 1.2906 +ac_cpp='$CPP $CPPFLAGS' 1.2907 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1.2908 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1.2909 +ac_compiler_gnu=$ac_cv_c_compiler_gnu 1.2910 +DEPDIR="${am__leading_dot}deps" 1.2911 + 1.2912 + ac_config_commands="$ac_config_commands depfiles" 1.2913 + 1.2914 + 1.2915 +am_make=${MAKE-make} 1.2916 +cat > confinc << 'END' 1.2917 +am__doit: 1.2918 + @echo done 1.2919 +.PHONY: am__doit 1.2920 +END 1.2921 +# If we don't find an include directive, just comment out the code. 1.2922 +echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5 1.2923 +echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6 1.2924 +am__include="#" 1.2925 +am__quote= 1.2926 +_am_result=none 1.2927 +# First try GNU make style include. 1.2928 +echo "include confinc" > confmf 1.2929 +# We grep out `Entering directory' and `Leaving directory' 1.2930 +# messages which can occur if `w' ends up in MAKEFLAGS. 1.2931 +# In particular we don't look at `^make:' because GNU make might 1.2932 +# be invoked under some other name (usually "gmake"), in which 1.2933 +# case it prints its new name instead of `make'. 1.2934 +if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then 1.2935 + am__include=include 1.2936 + am__quote= 1.2937 + _am_result=GNU 1.2938 +fi 1.2939 +# Now try BSD make style include. 1.2940 +if test "$am__include" = "#"; then 1.2941 + echo '.include "confinc"' > confmf 1.2942 + if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then 1.2943 + am__include=.include 1.2944 + am__quote="\"" 1.2945 + _am_result=BSD 1.2946 + fi 1.2947 +fi 1.2948 + 1.2949 + 1.2950 +echo "$as_me:$LINENO: result: $_am_result" >&5 1.2951 +echo "${ECHO_T}$_am_result" >&6 1.2952 +rm -f confinc confmf 1.2953 + 1.2954 +# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given. 1.2955 +if test "${enable_dependency_tracking+set}" = set; then 1.2956 + enableval="$enable_dependency_tracking" 1.2957 + 1.2958 +fi; 1.2959 +if test "x$enable_dependency_tracking" != xno; then 1.2960 + am_depcomp="$ac_aux_dir/depcomp" 1.2961 + AMDEPBACKSLASH='\' 1.2962 +fi 1.2963 + 1.2964 + 1.2965 +if test "x$enable_dependency_tracking" != xno; then 1.2966 + AMDEP_TRUE= 1.2967 + AMDEP_FALSE='#' 1.2968 +else 1.2969 + AMDEP_TRUE='#' 1.2970 + AMDEP_FALSE= 1.2971 +fi 1.2972 + 1.2973 + 1.2974 + 1.2975 + 1.2976 +depcc="$CC" am_compiler_list= 1.2977 + 1.2978 +echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 1.2979 +echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6 1.2980 +if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then 1.2981 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.2982 +else 1.2983 + if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then 1.2984 + # We make a subdir and do the tests there. Otherwise we can end up 1.2985 + # making bogus files that we don't know about and never remove. For 1.2986 + # instance it was reported that on HP-UX the gcc test will end up 1.2987 + # making a dummy file named `D' -- because `-MD' means `put the output 1.2988 + # in D'. 1.2989 + mkdir conftest.dir 1.2990 + # Copy depcomp to subdir because otherwise we won't find it if we're 1.2991 + # using a relative directory. 1.2992 + cp "$am_depcomp" conftest.dir 1.2993 + cd conftest.dir 1.2994 + # We will build objects and dependencies in a subdirectory because 1.2995 + # it helps to detect inapplicable dependency modes. For instance 1.2996 + # both Tru64's cc and ICC support -MD to output dependencies as a 1.2997 + # side effect of compilation, but ICC will put the dependencies in 1.2998 + # the current directory while Tru64 will put them in the object 1.2999 + # directory. 1.3000 + mkdir sub 1.3001 + 1.3002 + am_cv_CC_dependencies_compiler_type=none 1.3003 + if test "$am_compiler_list" = ""; then 1.3004 + am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` 1.3005 + fi 1.3006 + for depmode in $am_compiler_list; do 1.3007 + # Setup a source with many dependencies, because some compilers 1.3008 + # like to wrap large dependency lists on column 80 (with \), and 1.3009 + # we should not choose a depcomp mode which is confused by this. 1.3010 + # 1.3011 + # We need to recreate these files for each test, as the compiler may 1.3012 + # overwrite some of them when testing with obscure command lines. 1.3013 + # This happens at least with the AIX C compiler. 1.3014 + : > sub/conftest.c 1.3015 + for i in 1 2 3 4 5 6; do 1.3016 + echo '#include "conftst'$i'.h"' >> sub/conftest.c 1.3017 + : > sub/conftst$i.h 1.3018 + done 1.3019 + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf 1.3020 + 1.3021 + case $depmode in 1.3022 + nosideeffect) 1.3023 + # after this tag, mechanisms are not by side-effect, so they'll 1.3024 + # only be used when explicitly requested 1.3025 + if test "x$enable_dependency_tracking" = xyes; then 1.3026 + continue 1.3027 + else 1.3028 + break 1.3029 + fi 1.3030 + ;; 1.3031 + none) break ;; 1.3032 + esac 1.3033 + # We check with `-c' and `-o' for the sake of the "dashmstdout" 1.3034 + # mode. It turns out that the SunPro C++ compiler does not properly 1.3035 + # handle `-M -o', and we need to detect this. 1.3036 + if depmode=$depmode \ 1.3037 + source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ 1.3038 + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ 1.3039 + $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ 1.3040 + >/dev/null 2>conftest.err && 1.3041 + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && 1.3042 + grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && 1.3043 + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then 1.3044 + # icc doesn't choke on unknown options, it will just issue warnings 1.3045 + # (even with -Werror). So we grep stderr for any message 1.3046 + # that says an option was ignored. 1.3047 + if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else 1.3048 + am_cv_CC_dependencies_compiler_type=$depmode 1.3049 + break 1.3050 + fi 1.3051 + fi 1.3052 + done 1.3053 + 1.3054 + cd .. 1.3055 + rm -rf conftest.dir 1.3056 +else 1.3057 + am_cv_CC_dependencies_compiler_type=none 1.3058 +fi 1.3059 + 1.3060 +fi 1.3061 +echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 1.3062 +echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6 1.3063 +CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type 1.3064 + 1.3065 + 1.3066 + 1.3067 +if 1.3068 + test "x$enable_dependency_tracking" != xno \ 1.3069 + && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then 1.3070 + am__fastdepCC_TRUE= 1.3071 + am__fastdepCC_FALSE='#' 1.3072 +else 1.3073 + am__fastdepCC_TRUE='#' 1.3074 + am__fastdepCC_FALSE= 1.3075 +fi 1.3076 + 1.3077 + 1.3078 + 1.3079 + 1.3080 + 1.3081 + 1.3082 +echo "$as_me:$LINENO: checking for ${CC-cc} option to accept ANSI C" >&5 1.3083 +echo $ECHO_N "checking for ${CC-cc} option to accept ANSI C... $ECHO_C" >&6 1.3084 +if test "${am_cv_prog_cc_stdc+set}" = set; then 1.3085 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.3086 +else 1.3087 + am_cv_prog_cc_stdc=no 1.3088 +ac_save_CC="$CC" 1.3089 +# Don't try gcc -ansi; that turns off useful extensions and 1.3090 +# breaks some systems' header files. 1.3091 +# AIX -qlanglvl=ansi 1.3092 +# Ultrix and OSF/1 -std1 1.3093 +# HP-UX 10.20 and later -Ae 1.3094 +# HP-UX older versions -Aa -D_HPUX_SOURCE 1.3095 +# SVR4 -Xc -D__EXTENSIONS__ 1.3096 +for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" 1.3097 +do 1.3098 + CC="$ac_save_CC $ac_arg" 1.3099 + cat >conftest.$ac_ext <<_ACEOF 1.3100 +/* confdefs.h. */ 1.3101 +_ACEOF 1.3102 +cat confdefs.h >>conftest.$ac_ext 1.3103 +cat >>conftest.$ac_ext <<_ACEOF 1.3104 +/* end confdefs.h. */ 1.3105 +#include <stdarg.h> 1.3106 +#include <stdio.h> 1.3107 +#include <sys/types.h> 1.3108 +#include <sys/stat.h> 1.3109 +/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ 1.3110 +struct buf { int x; }; 1.3111 +FILE * (*rcsopen) (struct buf *, struct stat *, int); 1.3112 +static char *e (p, i) 1.3113 + char **p; 1.3114 + int i; 1.3115 +{ 1.3116 + return p[i]; 1.3117 +} 1.3118 +static char *f (char * (*g) (char **, int), char **p, ...) 1.3119 +{ 1.3120 + char *s; 1.3121 + va_list v; 1.3122 + va_start (v,p); 1.3123 + s = g (p, va_arg (v,int)); 1.3124 + va_end (v); 1.3125 + return s; 1.3126 +} 1.3127 +int test (int i, double x); 1.3128 +struct s1 {int (*f) (int a);}; 1.3129 +struct s2 {int (*f) (double a);}; 1.3130 +int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); 1.3131 +int argc; 1.3132 +char **argv; 1.3133 + 1.3134 +int 1.3135 +main () 1.3136 +{ 1.3137 + 1.3138 +return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; 1.3139 + 1.3140 + ; 1.3141 + return 0; 1.3142 +} 1.3143 +_ACEOF 1.3144 +rm -f conftest.$ac_objext 1.3145 +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 1.3146 + (eval $ac_compile) 2>conftest.er1 1.3147 + ac_status=$? 1.3148 + grep -v '^ *+' conftest.er1 >conftest.err 1.3149 + rm -f conftest.er1 1.3150 + cat conftest.err >&5 1.3151 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.3152 + (exit $ac_status); } && 1.3153 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 1.3154 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.3155 + (eval $ac_try) 2>&5 1.3156 + ac_status=$? 1.3157 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.3158 + (exit $ac_status); }; } && 1.3159 + { ac_try='test -s conftest.$ac_objext' 1.3160 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.3161 + (eval $ac_try) 2>&5 1.3162 + ac_status=$? 1.3163 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.3164 + (exit $ac_status); }; }; then 1.3165 + am_cv_prog_cc_stdc="$ac_arg"; break 1.3166 +else 1.3167 + echo "$as_me: failed program was:" >&5 1.3168 +sed 's/^/| /' conftest.$ac_ext >&5 1.3169 + 1.3170 +fi 1.3171 +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 1.3172 +done 1.3173 +CC="$ac_save_CC" 1.3174 + 1.3175 +fi 1.3176 + 1.3177 +if test -z "$am_cv_prog_cc_stdc"; then 1.3178 + echo "$as_me:$LINENO: result: none needed" >&5 1.3179 +echo "${ECHO_T}none needed" >&6 1.3180 +else 1.3181 + echo "$as_me:$LINENO: result: $am_cv_prog_cc_stdc" >&5 1.3182 +echo "${ECHO_T}$am_cv_prog_cc_stdc" >&6 1.3183 +fi 1.3184 +case "x$am_cv_prog_cc_stdc" in 1.3185 + x|xno) ;; 1.3186 + *) CC="$CC $am_cv_prog_cc_stdc" ;; 1.3187 +esac 1.3188 + 1.3189 +ac_ext=c 1.3190 +ac_cpp='$CPP $CPPFLAGS' 1.3191 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1.3192 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1.3193 +ac_compiler_gnu=$ac_cv_c_compiler_gnu 1.3194 +echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 1.3195 +echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6 1.3196 +# On Suns, sometimes $CPP names a directory. 1.3197 +if test -n "$CPP" && test -d "$CPP"; then 1.3198 + CPP= 1.3199 +fi 1.3200 +if test -z "$CPP"; then 1.3201 + if test "${ac_cv_prog_CPP+set}" = set; then 1.3202 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.3203 +else 1.3204 + # Double quotes because CPP needs to be expanded 1.3205 + for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" 1.3206 + do 1.3207 + ac_preproc_ok=false 1.3208 +for ac_c_preproc_warn_flag in '' yes 1.3209 +do 1.3210 + # Use a header file that comes with gcc, so configuring glibc 1.3211 + # with a fresh cross-compiler works. 1.3212 + # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 1.3213 + # <limits.h> exists even on freestanding compilers. 1.3214 + # On the NeXT, cc -E runs the code through the compiler's parser, 1.3215 + # not just through cpp. "Syntax error" is here to catch this case. 1.3216 + cat >conftest.$ac_ext <<_ACEOF 1.3217 +/* confdefs.h. */ 1.3218 +_ACEOF 1.3219 +cat confdefs.h >>conftest.$ac_ext 1.3220 +cat >>conftest.$ac_ext <<_ACEOF 1.3221 +/* end confdefs.h. */ 1.3222 +#ifdef __STDC__ 1.3223 +# include <limits.h> 1.3224 +#else 1.3225 +# include <assert.h> 1.3226 +#endif 1.3227 + Syntax error 1.3228 +_ACEOF 1.3229 +if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 1.3230 + (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 1.3231 + ac_status=$? 1.3232 + grep -v '^ *+' conftest.er1 >conftest.err 1.3233 + rm -f conftest.er1 1.3234 + cat conftest.err >&5 1.3235 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.3236 + (exit $ac_status); } >/dev/null; then 1.3237 + if test -s conftest.err; then 1.3238 + ac_cpp_err=$ac_c_preproc_warn_flag 1.3239 + ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 1.3240 + else 1.3241 + ac_cpp_err= 1.3242 + fi 1.3243 +else 1.3244 + ac_cpp_err=yes 1.3245 +fi 1.3246 +if test -z "$ac_cpp_err"; then 1.3247 + : 1.3248 +else 1.3249 + echo "$as_me: failed program was:" >&5 1.3250 +sed 's/^/| /' conftest.$ac_ext >&5 1.3251 + 1.3252 + # Broken: fails on valid input. 1.3253 +continue 1.3254 +fi 1.3255 +rm -f conftest.err conftest.$ac_ext 1.3256 + 1.3257 + # OK, works on sane cases. Now check whether non-existent headers 1.3258 + # can be detected and how. 1.3259 + cat >conftest.$ac_ext <<_ACEOF 1.3260 +/* confdefs.h. */ 1.3261 +_ACEOF 1.3262 +cat confdefs.h >>conftest.$ac_ext 1.3263 +cat >>conftest.$ac_ext <<_ACEOF 1.3264 +/* end confdefs.h. */ 1.3265 +#include <ac_nonexistent.h> 1.3266 +_ACEOF 1.3267 +if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 1.3268 + (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 1.3269 + ac_status=$? 1.3270 + grep -v '^ *+' conftest.er1 >conftest.err 1.3271 + rm -f conftest.er1 1.3272 + cat conftest.err >&5 1.3273 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.3274 + (exit $ac_status); } >/dev/null; then 1.3275 + if test -s conftest.err; then 1.3276 + ac_cpp_err=$ac_c_preproc_warn_flag 1.3277 + ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 1.3278 + else 1.3279 + ac_cpp_err= 1.3280 + fi 1.3281 +else 1.3282 + ac_cpp_err=yes 1.3283 +fi 1.3284 +if test -z "$ac_cpp_err"; then 1.3285 + # Broken: success on invalid input. 1.3286 +continue 1.3287 +else 1.3288 + echo "$as_me: failed program was:" >&5 1.3289 +sed 's/^/| /' conftest.$ac_ext >&5 1.3290 + 1.3291 + # Passes both tests. 1.3292 +ac_preproc_ok=: 1.3293 +break 1.3294 +fi 1.3295 +rm -f conftest.err conftest.$ac_ext 1.3296 + 1.3297 +done 1.3298 +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 1.3299 +rm -f conftest.err conftest.$ac_ext 1.3300 +if $ac_preproc_ok; then 1.3301 + break 1.3302 +fi 1.3303 + 1.3304 + done 1.3305 + ac_cv_prog_CPP=$CPP 1.3306 + 1.3307 +fi 1.3308 + CPP=$ac_cv_prog_CPP 1.3309 +else 1.3310 + ac_cv_prog_CPP=$CPP 1.3311 +fi 1.3312 +echo "$as_me:$LINENO: result: $CPP" >&5 1.3313 +echo "${ECHO_T}$CPP" >&6 1.3314 +ac_preproc_ok=false 1.3315 +for ac_c_preproc_warn_flag in '' yes 1.3316 +do 1.3317 + # Use a header file that comes with gcc, so configuring glibc 1.3318 + # with a fresh cross-compiler works. 1.3319 + # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 1.3320 + # <limits.h> exists even on freestanding compilers. 1.3321 + # On the NeXT, cc -E runs the code through the compiler's parser, 1.3322 + # not just through cpp. "Syntax error" is here to catch this case. 1.3323 + cat >conftest.$ac_ext <<_ACEOF 1.3324 +/* confdefs.h. */ 1.3325 +_ACEOF 1.3326 +cat confdefs.h >>conftest.$ac_ext 1.3327 +cat >>conftest.$ac_ext <<_ACEOF 1.3328 +/* end confdefs.h. */ 1.3329 +#ifdef __STDC__ 1.3330 +# include <limits.h> 1.3331 +#else 1.3332 +# include <assert.h> 1.3333 +#endif 1.3334 + Syntax error 1.3335 +_ACEOF 1.3336 +if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 1.3337 + (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 1.3338 + ac_status=$? 1.3339 + grep -v '^ *+' conftest.er1 >conftest.err 1.3340 + rm -f conftest.er1 1.3341 + cat conftest.err >&5 1.3342 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.3343 + (exit $ac_status); } >/dev/null; then 1.3344 + if test -s conftest.err; then 1.3345 + ac_cpp_err=$ac_c_preproc_warn_flag 1.3346 + ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 1.3347 + else 1.3348 + ac_cpp_err= 1.3349 + fi 1.3350 +else 1.3351 + ac_cpp_err=yes 1.3352 +fi 1.3353 +if test -z "$ac_cpp_err"; then 1.3354 + : 1.3355 +else 1.3356 + echo "$as_me: failed program was:" >&5 1.3357 +sed 's/^/| /' conftest.$ac_ext >&5 1.3358 + 1.3359 + # Broken: fails on valid input. 1.3360 +continue 1.3361 +fi 1.3362 +rm -f conftest.err conftest.$ac_ext 1.3363 + 1.3364 + # OK, works on sane cases. Now check whether non-existent headers 1.3365 + # can be detected and how. 1.3366 + cat >conftest.$ac_ext <<_ACEOF 1.3367 +/* confdefs.h. */ 1.3368 +_ACEOF 1.3369 +cat confdefs.h >>conftest.$ac_ext 1.3370 +cat >>conftest.$ac_ext <<_ACEOF 1.3371 +/* end confdefs.h. */ 1.3372 +#include <ac_nonexistent.h> 1.3373 +_ACEOF 1.3374 +if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 1.3375 + (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 1.3376 + ac_status=$? 1.3377 + grep -v '^ *+' conftest.er1 >conftest.err 1.3378 + rm -f conftest.er1 1.3379 + cat conftest.err >&5 1.3380 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.3381 + (exit $ac_status); } >/dev/null; then 1.3382 + if test -s conftest.err; then 1.3383 + ac_cpp_err=$ac_c_preproc_warn_flag 1.3384 + ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 1.3385 + else 1.3386 + ac_cpp_err= 1.3387 + fi 1.3388 +else 1.3389 + ac_cpp_err=yes 1.3390 +fi 1.3391 +if test -z "$ac_cpp_err"; then 1.3392 + # Broken: success on invalid input. 1.3393 +continue 1.3394 +else 1.3395 + echo "$as_me: failed program was:" >&5 1.3396 +sed 's/^/| /' conftest.$ac_ext >&5 1.3397 + 1.3398 + # Passes both tests. 1.3399 +ac_preproc_ok=: 1.3400 +break 1.3401 +fi 1.3402 +rm -f conftest.err conftest.$ac_ext 1.3403 + 1.3404 +done 1.3405 +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 1.3406 +rm -f conftest.err conftest.$ac_ext 1.3407 +if $ac_preproc_ok; then 1.3408 + : 1.3409 +else 1.3410 + { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check 1.3411 +See \`config.log' for more details." >&5 1.3412 +echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check 1.3413 +See \`config.log' for more details." >&2;} 1.3414 + { (exit 1); exit 1; }; } 1.3415 +fi 1.3416 + 1.3417 +ac_ext=c 1.3418 +ac_cpp='$CPP $CPPFLAGS' 1.3419 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1.3420 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1.3421 +ac_compiler_gnu=$ac_cv_c_compiler_gnu 1.3422 + 1.3423 + 1.3424 +echo "$as_me:$LINENO: checking for egrep" >&5 1.3425 +echo $ECHO_N "checking for egrep... $ECHO_C" >&6 1.3426 +if test "${ac_cv_prog_egrep+set}" = set; then 1.3427 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.3428 +else 1.3429 + if echo a | (grep -E '(a|b)') >/dev/null 2>&1 1.3430 + then ac_cv_prog_egrep='grep -E' 1.3431 + else ac_cv_prog_egrep='egrep' 1.3432 + fi 1.3433 +fi 1.3434 +echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5 1.3435 +echo "${ECHO_T}$ac_cv_prog_egrep" >&6 1.3436 + EGREP=$ac_cv_prog_egrep 1.3437 + 1.3438 + 1.3439 +echo "$as_me:$LINENO: checking for ANSI C header files" >&5 1.3440 +echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 1.3441 +if test "${ac_cv_header_stdc+set}" = set; then 1.3442 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.3443 +else 1.3444 + cat >conftest.$ac_ext <<_ACEOF 1.3445 +/* confdefs.h. */ 1.3446 +_ACEOF 1.3447 +cat confdefs.h >>conftest.$ac_ext 1.3448 +cat >>conftest.$ac_ext <<_ACEOF 1.3449 +/* end confdefs.h. */ 1.3450 +#include <stdlib.h> 1.3451 +#include <stdarg.h> 1.3452 +#include <string.h> 1.3453 +#include <float.h> 1.3454 + 1.3455 +int 1.3456 +main () 1.3457 +{ 1.3458 + 1.3459 + ; 1.3460 + return 0; 1.3461 +} 1.3462 +_ACEOF 1.3463 +rm -f conftest.$ac_objext 1.3464 +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 1.3465 + (eval $ac_compile) 2>conftest.er1 1.3466 + ac_status=$? 1.3467 + grep -v '^ *+' conftest.er1 >conftest.err 1.3468 + rm -f conftest.er1 1.3469 + cat conftest.err >&5 1.3470 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.3471 + (exit $ac_status); } && 1.3472 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 1.3473 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.3474 + (eval $ac_try) 2>&5 1.3475 + ac_status=$? 1.3476 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.3477 + (exit $ac_status); }; } && 1.3478 + { ac_try='test -s conftest.$ac_objext' 1.3479 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.3480 + (eval $ac_try) 2>&5 1.3481 + ac_status=$? 1.3482 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.3483 + (exit $ac_status); }; }; then 1.3484 + ac_cv_header_stdc=yes 1.3485 +else 1.3486 + echo "$as_me: failed program was:" >&5 1.3487 +sed 's/^/| /' conftest.$ac_ext >&5 1.3488 + 1.3489 +ac_cv_header_stdc=no 1.3490 +fi 1.3491 +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 1.3492 + 1.3493 +if test $ac_cv_header_stdc = yes; then 1.3494 + # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 1.3495 + cat >conftest.$ac_ext <<_ACEOF 1.3496 +/* confdefs.h. */ 1.3497 +_ACEOF 1.3498 +cat confdefs.h >>conftest.$ac_ext 1.3499 +cat >>conftest.$ac_ext <<_ACEOF 1.3500 +/* end confdefs.h. */ 1.3501 +#include <string.h> 1.3502 + 1.3503 +_ACEOF 1.3504 +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 1.3505 + $EGREP "memchr" >/dev/null 2>&1; then 1.3506 + : 1.3507 +else 1.3508 + ac_cv_header_stdc=no 1.3509 +fi 1.3510 +rm -f conftest* 1.3511 + 1.3512 +fi 1.3513 + 1.3514 +if test $ac_cv_header_stdc = yes; then 1.3515 + # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 1.3516 + cat >conftest.$ac_ext <<_ACEOF 1.3517 +/* confdefs.h. */ 1.3518 +_ACEOF 1.3519 +cat confdefs.h >>conftest.$ac_ext 1.3520 +cat >>conftest.$ac_ext <<_ACEOF 1.3521 +/* end confdefs.h. */ 1.3522 +#include <stdlib.h> 1.3523 + 1.3524 +_ACEOF 1.3525 +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 1.3526 + $EGREP "free" >/dev/null 2>&1; then 1.3527 + : 1.3528 +else 1.3529 + ac_cv_header_stdc=no 1.3530 +fi 1.3531 +rm -f conftest* 1.3532 + 1.3533 +fi 1.3534 + 1.3535 +if test $ac_cv_header_stdc = yes; then 1.3536 + # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. 1.3537 + if test "$cross_compiling" = yes; then 1.3538 + : 1.3539 +else 1.3540 + cat >conftest.$ac_ext <<_ACEOF 1.3541 +/* confdefs.h. */ 1.3542 +_ACEOF 1.3543 +cat confdefs.h >>conftest.$ac_ext 1.3544 +cat >>conftest.$ac_ext <<_ACEOF 1.3545 +/* end confdefs.h. */ 1.3546 +#include <ctype.h> 1.3547 +#if ((' ' & 0x0FF) == 0x020) 1.3548 +# define ISLOWER(c) ('a' <= (c) && (c) <= 'z') 1.3549 +# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) 1.3550 +#else 1.3551 +# define ISLOWER(c) \ 1.3552 + (('a' <= (c) && (c) <= 'i') \ 1.3553 + || ('j' <= (c) && (c) <= 'r') \ 1.3554 + || ('s' <= (c) && (c) <= 'z')) 1.3555 +# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) 1.3556 +#endif 1.3557 + 1.3558 +#define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) 1.3559 +int 1.3560 +main () 1.3561 +{ 1.3562 + int i; 1.3563 + for (i = 0; i < 256; i++) 1.3564 + if (XOR (islower (i), ISLOWER (i)) 1.3565 + || toupper (i) != TOUPPER (i)) 1.3566 + exit(2); 1.3567 + exit (0); 1.3568 +} 1.3569 +_ACEOF 1.3570 +rm -f conftest$ac_exeext 1.3571 +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 1.3572 + (eval $ac_link) 2>&5 1.3573 + ac_status=$? 1.3574 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.3575 + (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 1.3576 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.3577 + (eval $ac_try) 2>&5 1.3578 + ac_status=$? 1.3579 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.3580 + (exit $ac_status); }; }; then 1.3581 + : 1.3582 +else 1.3583 + echo "$as_me: program exited with status $ac_status" >&5 1.3584 +echo "$as_me: failed program was:" >&5 1.3585 +sed 's/^/| /' conftest.$ac_ext >&5 1.3586 + 1.3587 +( exit $ac_status ) 1.3588 +ac_cv_header_stdc=no 1.3589 +fi 1.3590 +rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 1.3591 +fi 1.3592 +fi 1.3593 +fi 1.3594 +echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 1.3595 +echo "${ECHO_T}$ac_cv_header_stdc" >&6 1.3596 +if test $ac_cv_header_stdc = yes; then 1.3597 + 1.3598 +cat >>confdefs.h <<\_ACEOF 1.3599 +#define STDC_HEADERS 1 1.3600 +_ACEOF 1.3601 + 1.3602 +fi 1.3603 + 1.3604 +# Find a good install program. We prefer a C program (faster), 1.3605 +# so one script is as good as another. But avoid the broken or 1.3606 +# incompatible versions: 1.3607 +# SysV /etc/install, /usr/sbin/install 1.3608 +# SunOS /usr/etc/install 1.3609 +# IRIX /sbin/install 1.3610 +# AIX /bin/install 1.3611 +# AmigaOS /C/install, which installs bootblocks on floppy discs 1.3612 +# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 1.3613 +# AFS /usr/afsws/bin/install, which mishandles nonexistent args 1.3614 +# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 1.3615 +# OS/2's system install, which has a completely different semantic 1.3616 +# ./install, which can be erroneously created by make from ./install.sh. 1.3617 +echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 1.3618 +echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6 1.3619 +if test -z "$INSTALL"; then 1.3620 +if test "${ac_cv_path_install+set}" = set; then 1.3621 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.3622 +else 1.3623 + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.3624 +for as_dir in $PATH 1.3625 +do 1.3626 + IFS=$as_save_IFS 1.3627 + test -z "$as_dir" && as_dir=. 1.3628 + # Account for people who put trailing slashes in PATH elements. 1.3629 +case $as_dir/ in 1.3630 + ./ | .// | /cC/* | \ 1.3631 + /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ 1.3632 + ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ 1.3633 + /usr/ucb/* ) ;; 1.3634 + *) 1.3635 + # OSF1 and SCO ODT 3.0 have their own names for install. 1.3636 + # Don't use installbsd from OSF since it installs stuff as root 1.3637 + # by default. 1.3638 + for ac_prog in ginstall scoinst install; do 1.3639 + for ac_exec_ext in '' $ac_executable_extensions; do 1.3640 + if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then 1.3641 + if test $ac_prog = install && 1.3642 + grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 1.3643 + # AIX install. It has an incompatible calling convention. 1.3644 + : 1.3645 + elif test $ac_prog = install && 1.3646 + grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 1.3647 + # program-specific install script used by HP pwplus--don't use. 1.3648 + : 1.3649 + else 1.3650 + ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 1.3651 + break 3 1.3652 + fi 1.3653 + fi 1.3654 + done 1.3655 + done 1.3656 + ;; 1.3657 +esac 1.3658 +done 1.3659 + 1.3660 + 1.3661 +fi 1.3662 + if test "${ac_cv_path_install+set}" = set; then 1.3663 + INSTALL=$ac_cv_path_install 1.3664 + else 1.3665 + # As a last resort, use the slow shell script. We don't cache a 1.3666 + # path for INSTALL within a source directory, because that will 1.3667 + # break other packages using the cache if that directory is 1.3668 + # removed, or if the path is relative. 1.3669 + INSTALL=$ac_install_sh 1.3670 + fi 1.3671 +fi 1.3672 +echo "$as_me:$LINENO: result: $INSTALL" >&5 1.3673 +echo "${ECHO_T}$INSTALL" >&6 1.3674 + 1.3675 +# Use test -z because SunOS4 sh mishandles braces in ${var-val}. 1.3676 +# It thinks the first close brace ends the variable substitution. 1.3677 +test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 1.3678 + 1.3679 +test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' 1.3680 + 1.3681 +test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 1.3682 + 1.3683 + 1.3684 +# Check whether --enable-static or --disable-static was given. 1.3685 +if test "${enable_static+set}" = set; then 1.3686 + enableval="$enable_static" 1.3687 + p=${PACKAGE-default} 1.3688 + case $enableval in 1.3689 + yes) enable_static=yes ;; 1.3690 + no) enable_static=no ;; 1.3691 + *) 1.3692 + enable_static=no 1.3693 + # Look at the argument we got. We use all the common list separators. 1.3694 + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," 1.3695 + for pkg in $enableval; do 1.3696 + IFS="$lt_save_ifs" 1.3697 + if test "X$pkg" = "X$p"; then 1.3698 + enable_static=yes 1.3699 + fi 1.3700 + done 1.3701 + IFS="$lt_save_ifs" 1.3702 + ;; 1.3703 + esac 1.3704 +else 1.3705 + enable_static=no 1.3706 +fi; 1.3707 + 1.3708 + 1.3709 +# Check whether --enable-shared or --disable-shared was given. 1.3710 +if test "${enable_shared+set}" = set; then 1.3711 + enableval="$enable_shared" 1.3712 + p=${PACKAGE-default} 1.3713 + case $enableval in 1.3714 + yes) enable_shared=yes ;; 1.3715 + no) enable_shared=no ;; 1.3716 + *) 1.3717 + enable_shared=no 1.3718 + # Look at the argument we got. We use all the common list separators. 1.3719 + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," 1.3720 + for pkg in $enableval; do 1.3721 + IFS="$lt_save_ifs" 1.3722 + if test "X$pkg" = "X$p"; then 1.3723 + enable_shared=yes 1.3724 + fi 1.3725 + done 1.3726 + IFS="$lt_save_ifs" 1.3727 + ;; 1.3728 + esac 1.3729 +else 1.3730 + enable_shared=yes 1.3731 +fi; 1.3732 + 1.3733 +# Check whether --enable-fast-install or --disable-fast-install was given. 1.3734 +if test "${enable_fast_install+set}" = set; then 1.3735 + enableval="$enable_fast_install" 1.3736 + p=${PACKAGE-default} 1.3737 + case $enableval in 1.3738 + yes) enable_fast_install=yes ;; 1.3739 + no) enable_fast_install=no ;; 1.3740 + *) 1.3741 + enable_fast_install=no 1.3742 + # Look at the argument we got. We use all the common list separators. 1.3743 + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," 1.3744 + for pkg in $enableval; do 1.3745 + IFS="$lt_save_ifs" 1.3746 + if test "X$pkg" = "X$p"; then 1.3747 + enable_fast_install=yes 1.3748 + fi 1.3749 + done 1.3750 + IFS="$lt_save_ifs" 1.3751 + ;; 1.3752 + esac 1.3753 +else 1.3754 + enable_fast_install=yes 1.3755 +fi; 1.3756 + 1.3757 +# Make sure we can run config.sub. 1.3758 +$ac_config_sub sun4 >/dev/null 2>&1 || 1.3759 + { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5 1.3760 +echo "$as_me: error: cannot run $ac_config_sub" >&2;} 1.3761 + { (exit 1); exit 1; }; } 1.3762 + 1.3763 +echo "$as_me:$LINENO: checking build system type" >&5 1.3764 +echo $ECHO_N "checking build system type... $ECHO_C" >&6 1.3765 +if test "${ac_cv_build+set}" = set; then 1.3766 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.3767 +else 1.3768 + ac_cv_build_alias=$build_alias 1.3769 +test -z "$ac_cv_build_alias" && 1.3770 + ac_cv_build_alias=`$ac_config_guess` 1.3771 +test -z "$ac_cv_build_alias" && 1.3772 + { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 1.3773 +echo "$as_me: error: cannot guess build type; you must specify one" >&2;} 1.3774 + { (exit 1); exit 1; }; } 1.3775 +ac_cv_build=`$ac_config_sub $ac_cv_build_alias` || 1.3776 + { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5 1.3777 +echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;} 1.3778 + { (exit 1); exit 1; }; } 1.3779 + 1.3780 +fi 1.3781 +echo "$as_me:$LINENO: result: $ac_cv_build" >&5 1.3782 +echo "${ECHO_T}$ac_cv_build" >&6 1.3783 +build=$ac_cv_build 1.3784 +build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 1.3785 +build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` 1.3786 +build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` 1.3787 + 1.3788 + 1.3789 +echo "$as_me:$LINENO: checking host system type" >&5 1.3790 +echo $ECHO_N "checking host system type... $ECHO_C" >&6 1.3791 +if test "${ac_cv_host+set}" = set; then 1.3792 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.3793 +else 1.3794 + ac_cv_host_alias=$host_alias 1.3795 +test -z "$ac_cv_host_alias" && 1.3796 + ac_cv_host_alias=$ac_cv_build_alias 1.3797 +ac_cv_host=`$ac_config_sub $ac_cv_host_alias` || 1.3798 + { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5 1.3799 +echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;} 1.3800 + { (exit 1); exit 1; }; } 1.3801 + 1.3802 +fi 1.3803 +echo "$as_me:$LINENO: result: $ac_cv_host" >&5 1.3804 +echo "${ECHO_T}$ac_cv_host" >&6 1.3805 +host=$ac_cv_host 1.3806 +host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 1.3807 +host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` 1.3808 +host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` 1.3809 + 1.3810 + 1.3811 +echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5 1.3812 +echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6 1.3813 +if test "${lt_cv_path_SED+set}" = set; then 1.3814 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.3815 +else 1.3816 + # Loop through the user's path and test for sed and gsed. 1.3817 +# Then use that list of sed's as ones to test for truncation. 1.3818 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.3819 +for as_dir in $PATH 1.3820 +do 1.3821 + IFS=$as_save_IFS 1.3822 + test -z "$as_dir" && as_dir=. 1.3823 + for lt_ac_prog in sed gsed; do 1.3824 + for ac_exec_ext in '' $ac_executable_extensions; do 1.3825 + if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then 1.3826 + lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext" 1.3827 + fi 1.3828 + done 1.3829 + done 1.3830 +done 1.3831 +lt_ac_max=0 1.3832 +lt_ac_count=0 1.3833 +# Add /usr/xpg4/bin/sed as it is typically found on Solaris 1.3834 +# along with /bin/sed that truncates output. 1.3835 +for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do 1.3836 + test ! -f $lt_ac_sed && continue 1.3837 + cat /dev/null > conftest.in 1.3838 + lt_ac_count=0 1.3839 + echo $ECHO_N "0123456789$ECHO_C" >conftest.in 1.3840 + # Check for GNU sed and select it if it is found. 1.3841 + if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then 1.3842 + lt_cv_path_SED=$lt_ac_sed 1.3843 + break 1.3844 + fi 1.3845 + while true; do 1.3846 + cat conftest.in conftest.in >conftest.tmp 1.3847 + mv conftest.tmp conftest.in 1.3848 + cp conftest.in conftest.nl 1.3849 + echo >>conftest.nl 1.3850 + $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break 1.3851 + cmp -s conftest.out conftest.nl || break 1.3852 + # 10000 chars as input seems more than enough 1.3853 + test $lt_ac_count -gt 10 && break 1.3854 + lt_ac_count=`expr $lt_ac_count + 1` 1.3855 + if test $lt_ac_count -gt $lt_ac_max; then 1.3856 + lt_ac_max=$lt_ac_count 1.3857 + lt_cv_path_SED=$lt_ac_sed 1.3858 + fi 1.3859 + done 1.3860 +done 1.3861 + 1.3862 +fi 1.3863 + 1.3864 +SED=$lt_cv_path_SED 1.3865 +echo "$as_me:$LINENO: result: $SED" >&5 1.3866 +echo "${ECHO_T}$SED" >&6 1.3867 + 1.3868 + 1.3869 +# Check whether --with-gnu-ld or --without-gnu-ld was given. 1.3870 +if test "${with_gnu_ld+set}" = set; then 1.3871 + withval="$with_gnu_ld" 1.3872 + test "$withval" = no || with_gnu_ld=yes 1.3873 +else 1.3874 + with_gnu_ld=no 1.3875 +fi; 1.3876 +ac_prog=ld 1.3877 +if test "$GCC" = yes; then 1.3878 + # Check if gcc -print-prog-name=ld gives a path. 1.3879 + echo "$as_me:$LINENO: checking for ld used by $CC" >&5 1.3880 +echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6 1.3881 + case $host in 1.3882 + *-*-mingw*) 1.3883 + # gcc leaves a trailing carriage return which upsets mingw 1.3884 + ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; 1.3885 + *) 1.3886 + ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; 1.3887 + esac 1.3888 + case $ac_prog in 1.3889 + # Accept absolute paths. 1.3890 + [\\/]* | ?:[\\/]*) 1.3891 + re_direlt='/[^/][^/]*/\.\./' 1.3892 + # Canonicalize the pathname of ld 1.3893 + ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'` 1.3894 + while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do 1.3895 + ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"` 1.3896 + done 1.3897 + test -z "$LD" && LD="$ac_prog" 1.3898 + ;; 1.3899 + "") 1.3900 + # If it fails, then pretend we aren't using GCC. 1.3901 + ac_prog=ld 1.3902 + ;; 1.3903 + *) 1.3904 + # If it is relative, then search for the first ld in PATH. 1.3905 + with_gnu_ld=unknown 1.3906 + ;; 1.3907 + esac 1.3908 +elif test "$with_gnu_ld" = yes; then 1.3909 + echo "$as_me:$LINENO: checking for GNU ld" >&5 1.3910 +echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6 1.3911 +else 1.3912 + echo "$as_me:$LINENO: checking for non-GNU ld" >&5 1.3913 +echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6 1.3914 +fi 1.3915 +if test "${lt_cv_path_LD+set}" = set; then 1.3916 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.3917 +else 1.3918 + if test -z "$LD"; then 1.3919 + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR 1.3920 + for ac_dir in $PATH; do 1.3921 + IFS="$lt_save_ifs" 1.3922 + test -z "$ac_dir" && ac_dir=. 1.3923 + if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then 1.3924 + lt_cv_path_LD="$ac_dir/$ac_prog" 1.3925 + # Check to see if the program is GNU ld. I'd rather use --version, 1.3926 + # but apparently some variants of GNU ld only accept -v. 1.3927 + # Break only if it was the GNU/non-GNU ld that we prefer. 1.3928 + case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in 1.3929 + *GNU* | *'with BFD'*) 1.3930 + test "$with_gnu_ld" != no && break 1.3931 + ;; 1.3932 + *) 1.3933 + test "$with_gnu_ld" != yes && break 1.3934 + ;; 1.3935 + esac 1.3936 + fi 1.3937 + done 1.3938 + IFS="$lt_save_ifs" 1.3939 +else 1.3940 + lt_cv_path_LD="$LD" # Let the user override the test with a path. 1.3941 +fi 1.3942 +fi 1.3943 + 1.3944 +LD="$lt_cv_path_LD" 1.3945 +if test -n "$LD"; then 1.3946 + echo "$as_me:$LINENO: result: $LD" >&5 1.3947 +echo "${ECHO_T}$LD" >&6 1.3948 +else 1.3949 + echo "$as_me:$LINENO: result: no" >&5 1.3950 +echo "${ECHO_T}no" >&6 1.3951 +fi 1.3952 +test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5 1.3953 +echo "$as_me: error: no acceptable ld found in \$PATH" >&2;} 1.3954 + { (exit 1); exit 1; }; } 1.3955 +echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5 1.3956 +echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6 1.3957 +if test "${lt_cv_prog_gnu_ld+set}" = set; then 1.3958 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.3959 +else 1.3960 + # I'd rather use --version here, but apparently some GNU lds only accept -v. 1.3961 +case `$LD -v 2>&1 </dev/null` in 1.3962 +*GNU* | *'with BFD'*) 1.3963 + lt_cv_prog_gnu_ld=yes 1.3964 + ;; 1.3965 +*) 1.3966 + lt_cv_prog_gnu_ld=no 1.3967 + ;; 1.3968 +esac 1.3969 +fi 1.3970 +echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5 1.3971 +echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6 1.3972 +with_gnu_ld=$lt_cv_prog_gnu_ld 1.3973 + 1.3974 + 1.3975 +echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5 1.3976 +echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6 1.3977 +if test "${lt_cv_ld_reload_flag+set}" = set; then 1.3978 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.3979 +else 1.3980 + lt_cv_ld_reload_flag='-r' 1.3981 +fi 1.3982 +echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5 1.3983 +echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6 1.3984 +reload_flag=$lt_cv_ld_reload_flag 1.3985 +case $reload_flag in 1.3986 +"" | " "*) ;; 1.3987 +*) reload_flag=" $reload_flag" ;; 1.3988 +esac 1.3989 +reload_cmds='$LD$reload_flag -o $output$reload_objs' 1.3990 +case $host_os in 1.3991 + darwin*) 1.3992 + if test "$GCC" = yes; then 1.3993 + reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' 1.3994 + else 1.3995 + reload_cmds='$LD$reload_flag -o $output$reload_objs' 1.3996 + fi 1.3997 + ;; 1.3998 +esac 1.3999 + 1.4000 +echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5 1.4001 +echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6 1.4002 +if test "${lt_cv_path_NM+set}" = set; then 1.4003 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.4004 +else 1.4005 + if test -n "$NM"; then 1.4006 + # Let the user override the test. 1.4007 + lt_cv_path_NM="$NM" 1.4008 +else 1.4009 + lt_nm_to_check="${ac_tool_prefix}nm" 1.4010 + if test -n "$ac_tool_prefix" && test "$build" = "$host"; then 1.4011 + lt_nm_to_check="$lt_nm_to_check nm" 1.4012 + fi 1.4013 + for lt_tmp_nm in $lt_nm_to_check; do 1.4014 + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR 1.4015 + for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do 1.4016 + IFS="$lt_save_ifs" 1.4017 + test -z "$ac_dir" && ac_dir=. 1.4018 + tmp_nm="$ac_dir/$lt_tmp_nm" 1.4019 + if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then 1.4020 + # Check to see if the nm accepts a BSD-compat flag. 1.4021 + # Adding the `sed 1q' prevents false positives on HP-UX, which says: 1.4022 + # nm: unknown option "B" ignored 1.4023 + # Tru64's nm complains that /dev/null is an invalid object file 1.4024 + case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in 1.4025 + */dev/null* | *'Invalid file or object type'*) 1.4026 + lt_cv_path_NM="$tmp_nm -B" 1.4027 + break 1.4028 + ;; 1.4029 + *) 1.4030 + case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in 1.4031 + */dev/null*) 1.4032 + lt_cv_path_NM="$tmp_nm -p" 1.4033 + break 1.4034 + ;; 1.4035 + *) 1.4036 + lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but 1.4037 + continue # so that we can try to find one that supports BSD flags 1.4038 + ;; 1.4039 + esac 1.4040 + ;; 1.4041 + esac 1.4042 + fi 1.4043 + done 1.4044 + IFS="$lt_save_ifs" 1.4045 + done 1.4046 + test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm 1.4047 +fi 1.4048 +fi 1.4049 +echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5 1.4050 +echo "${ECHO_T}$lt_cv_path_NM" >&6 1.4051 +NM="$lt_cv_path_NM" 1.4052 + 1.4053 +echo "$as_me:$LINENO: checking whether ln -s works" >&5 1.4054 +echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6 1.4055 +LN_S=$as_ln_s 1.4056 +if test "$LN_S" = "ln -s"; then 1.4057 + echo "$as_me:$LINENO: result: yes" >&5 1.4058 +echo "${ECHO_T}yes" >&6 1.4059 +else 1.4060 + echo "$as_me:$LINENO: result: no, using $LN_S" >&5 1.4061 +echo "${ECHO_T}no, using $LN_S" >&6 1.4062 +fi 1.4063 + 1.4064 +echo "$as_me:$LINENO: checking how to recognise dependent libraries" >&5 1.4065 +echo $ECHO_N "checking how to recognise dependent libraries... $ECHO_C" >&6 1.4066 +if test "${lt_cv_deplibs_check_method+set}" = set; then 1.4067 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.4068 +else 1.4069 + lt_cv_file_magic_cmd='$MAGIC_CMD' 1.4070 +lt_cv_file_magic_test_file= 1.4071 +lt_cv_deplibs_check_method='unknown' 1.4072 +# Need to set the preceding variable on all platforms that support 1.4073 +# interlibrary dependencies. 1.4074 +# 'none' -- dependencies not supported. 1.4075 +# `unknown' -- same as none, but documents that we really don't know. 1.4076 +# 'pass_all' -- all dependencies passed with no checks. 1.4077 +# 'test_compile' -- check by making test program. 1.4078 +# 'file_magic [[regex]]' -- check by looking for files in library path 1.4079 +# which responds to the $file_magic_cmd with a given extended regex. 1.4080 +# If you have `file' or equivalent on your system and you're not sure 1.4081 +# whether `pass_all' will *always* work, you probably want this one. 1.4082 + 1.4083 +case $host_os in 1.4084 +aix4* | aix5*) 1.4085 + lt_cv_deplibs_check_method=pass_all 1.4086 + ;; 1.4087 + 1.4088 +beos*) 1.4089 + lt_cv_deplibs_check_method=pass_all 1.4090 + ;; 1.4091 + 1.4092 +bsdi[45]*) 1.4093 + lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)' 1.4094 + lt_cv_file_magic_cmd='/usr/bin/file -L' 1.4095 + lt_cv_file_magic_test_file=/shlib/libc.so 1.4096 + ;; 1.4097 + 1.4098 +cygwin*) 1.4099 + # func_win32_libid is a shell function defined in ltmain.sh 1.4100 + lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' 1.4101 + lt_cv_file_magic_cmd='func_win32_libid' 1.4102 + ;; 1.4103 + 1.4104 +mingw* | pw32*) 1.4105 + # Base MSYS/MinGW do not provide the 'file' command needed by 1.4106 + # func_win32_libid shell function, so use a weaker test based on 'objdump'. 1.4107 + lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?' 1.4108 + lt_cv_file_magic_cmd='$OBJDUMP -f' 1.4109 + ;; 1.4110 + 1.4111 +darwin* | rhapsody*) 1.4112 + lt_cv_deplibs_check_method=pass_all 1.4113 + ;; 1.4114 + 1.4115 +freebsd* | kfreebsd*-gnu | dragonfly*) 1.4116 + if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then 1.4117 + case $host_cpu in 1.4118 + i*86 ) 1.4119 + # Not sure whether the presence of OpenBSD here was a mistake. 1.4120 + # Let's accept both of them until this is cleared up. 1.4121 + lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library' 1.4122 + lt_cv_file_magic_cmd=/usr/bin/file 1.4123 + lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` 1.4124 + ;; 1.4125 + esac 1.4126 + else 1.4127 + lt_cv_deplibs_check_method=pass_all 1.4128 + fi 1.4129 + ;; 1.4130 + 1.4131 +gnu*) 1.4132 + lt_cv_deplibs_check_method=pass_all 1.4133 + ;; 1.4134 + 1.4135 +hpux10.20* | hpux11*) 1.4136 + lt_cv_file_magic_cmd=/usr/bin/file 1.4137 + case $host_cpu in 1.4138 + ia64*) 1.4139 + lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64' 1.4140 + lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so 1.4141 + ;; 1.4142 + hppa*64*) 1.4143 + 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]' 1.4144 + lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl 1.4145 + ;; 1.4146 + *) 1.4147 + lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library' 1.4148 + lt_cv_file_magic_test_file=/usr/lib/libc.sl 1.4149 + ;; 1.4150 + esac 1.4151 + ;; 1.4152 + 1.4153 +interix3*) 1.4154 + # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here 1.4155 + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$' 1.4156 + ;; 1.4157 + 1.4158 +irix5* | irix6* | nonstopux*) 1.4159 + case $LD in 1.4160 + *-32|*"-32 ") libmagic=32-bit;; 1.4161 + *-n32|*"-n32 ") libmagic=N32;; 1.4162 + *-64|*"-64 ") libmagic=64-bit;; 1.4163 + *) libmagic=never-match;; 1.4164 + esac 1.4165 + lt_cv_deplibs_check_method=pass_all 1.4166 + ;; 1.4167 + 1.4168 +# This must be Linux ELF. 1.4169 +linux*) 1.4170 + lt_cv_deplibs_check_method=pass_all 1.4171 + ;; 1.4172 + 1.4173 +netbsd* | netbsdelf*-gnu | knetbsd*-gnu) 1.4174 + if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then 1.4175 + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' 1.4176 + else 1.4177 + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$' 1.4178 + fi 1.4179 + ;; 1.4180 + 1.4181 +newos6*) 1.4182 + lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)' 1.4183 + lt_cv_file_magic_cmd=/usr/bin/file 1.4184 + lt_cv_file_magic_test_file=/usr/lib/libnls.so 1.4185 + ;; 1.4186 + 1.4187 +nto-qnx*) 1.4188 + lt_cv_deplibs_check_method=unknown 1.4189 + ;; 1.4190 + 1.4191 +openbsd*) 1.4192 + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then 1.4193 + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' 1.4194 + else 1.4195 + lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' 1.4196 + fi 1.4197 + ;; 1.4198 + 1.4199 +osf3* | osf4* | osf5*) 1.4200 + lt_cv_deplibs_check_method=pass_all 1.4201 + ;; 1.4202 + 1.4203 +solaris*) 1.4204 + lt_cv_deplibs_check_method=pass_all 1.4205 + ;; 1.4206 + 1.4207 +sysv4 | sysv4.3*) 1.4208 + case $host_vendor in 1.4209 + motorola) 1.4210 + 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]' 1.4211 + lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` 1.4212 + ;; 1.4213 + ncr) 1.4214 + lt_cv_deplibs_check_method=pass_all 1.4215 + ;; 1.4216 + sequent) 1.4217 + lt_cv_file_magic_cmd='/bin/file' 1.4218 + lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' 1.4219 + ;; 1.4220 + sni) 1.4221 + lt_cv_file_magic_cmd='/bin/file' 1.4222 + lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib" 1.4223 + lt_cv_file_magic_test_file=/lib/libc.so 1.4224 + ;; 1.4225 + siemens) 1.4226 + lt_cv_deplibs_check_method=pass_all 1.4227 + ;; 1.4228 + pc) 1.4229 + lt_cv_deplibs_check_method=pass_all 1.4230 + ;; 1.4231 + esac 1.4232 + ;; 1.4233 + 1.4234 +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) 1.4235 + lt_cv_deplibs_check_method=pass_all 1.4236 + ;; 1.4237 +esac 1.4238 + 1.4239 +fi 1.4240 +echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5 1.4241 +echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6 1.4242 +file_magic_cmd=$lt_cv_file_magic_cmd 1.4243 +deplibs_check_method=$lt_cv_deplibs_check_method 1.4244 +test -z "$deplibs_check_method" && deplibs_check_method=unknown 1.4245 + 1.4246 + 1.4247 + 1.4248 + 1.4249 +# If no C compiler was specified, use CC. 1.4250 +LTCC=${LTCC-"$CC"} 1.4251 + 1.4252 +# If no C compiler flags were specified, use CFLAGS. 1.4253 +LTCFLAGS=${LTCFLAGS-"$CFLAGS"} 1.4254 + 1.4255 +# Allow CC to be a program name with arguments. 1.4256 +compiler=$CC 1.4257 + 1.4258 +# Check whether --enable-libtool-lock or --disable-libtool-lock was given. 1.4259 +if test "${enable_libtool_lock+set}" = set; then 1.4260 + enableval="$enable_libtool_lock" 1.4261 + 1.4262 +fi; 1.4263 +test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes 1.4264 + 1.4265 +# Some flags need to be propagated to the compiler or linker for good 1.4266 +# libtool support. 1.4267 +case $host in 1.4268 +ia64-*-hpux*) 1.4269 + # Find out which ABI we are using. 1.4270 + echo 'int i;' > conftest.$ac_ext 1.4271 + if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 1.4272 + (eval $ac_compile) 2>&5 1.4273 + ac_status=$? 1.4274 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.4275 + (exit $ac_status); }; then 1.4276 + case `/usr/bin/file conftest.$ac_objext` in 1.4277 + *ELF-32*) 1.4278 + HPUX_IA64_MODE="32" 1.4279 + ;; 1.4280 + *ELF-64*) 1.4281 + HPUX_IA64_MODE="64" 1.4282 + ;; 1.4283 + esac 1.4284 + fi 1.4285 + rm -rf conftest* 1.4286 + ;; 1.4287 +*-*-irix6*) 1.4288 + # Find out which ABI we are using. 1.4289 + echo '#line 4286 "configure"' > conftest.$ac_ext 1.4290 + if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 1.4291 + (eval $ac_compile) 2>&5 1.4292 + ac_status=$? 1.4293 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.4294 + (exit $ac_status); }; then 1.4295 + if test "$lt_cv_prog_gnu_ld" = yes; then 1.4296 + case `/usr/bin/file conftest.$ac_objext` in 1.4297 + *32-bit*) 1.4298 + LD="${LD-ld} -melf32bsmip" 1.4299 + ;; 1.4300 + *N32*) 1.4301 + LD="${LD-ld} -melf32bmipn32" 1.4302 + ;; 1.4303 + *64-bit*) 1.4304 + LD="${LD-ld} -melf64bmip" 1.4305 + ;; 1.4306 + esac 1.4307 + else 1.4308 + case `/usr/bin/file conftest.$ac_objext` in 1.4309 + *32-bit*) 1.4310 + LD="${LD-ld} -32" 1.4311 + ;; 1.4312 + *N32*) 1.4313 + LD="${LD-ld} -n32" 1.4314 + ;; 1.4315 + *64-bit*) 1.4316 + LD="${LD-ld} -64" 1.4317 + ;; 1.4318 + esac 1.4319 + fi 1.4320 + fi 1.4321 + rm -rf conftest* 1.4322 + ;; 1.4323 + 1.4324 +x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*) 1.4325 + # Find out which ABI we are using. 1.4326 + echo 'int i;' > conftest.$ac_ext 1.4327 + if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 1.4328 + (eval $ac_compile) 2>&5 1.4329 + ac_status=$? 1.4330 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.4331 + (exit $ac_status); }; then 1.4332 + case `/usr/bin/file conftest.o` in 1.4333 + *32-bit*) 1.4334 + case $host in 1.4335 + x86_64-*linux*) 1.4336 + LD="${LD-ld} -m elf_i386" 1.4337 + ;; 1.4338 + ppc64-*linux*|powerpc64-*linux*) 1.4339 + LD="${LD-ld} -m elf32ppclinux" 1.4340 + ;; 1.4341 + s390x-*linux*) 1.4342 + LD="${LD-ld} -m elf_s390" 1.4343 + ;; 1.4344 + sparc64-*linux*) 1.4345 + LD="${LD-ld} -m elf32_sparc" 1.4346 + ;; 1.4347 + esac 1.4348 + ;; 1.4349 + *64-bit*) 1.4350 + case $host in 1.4351 + x86_64-*linux*) 1.4352 + LD="${LD-ld} -m elf_x86_64" 1.4353 + ;; 1.4354 + ppc*-*linux*|powerpc*-*linux*) 1.4355 + LD="${LD-ld} -m elf64ppc" 1.4356 + ;; 1.4357 + s390*-*linux*) 1.4358 + LD="${LD-ld} -m elf64_s390" 1.4359 + ;; 1.4360 + sparc*-*linux*) 1.4361 + LD="${LD-ld} -m elf64_sparc" 1.4362 + ;; 1.4363 + esac 1.4364 + ;; 1.4365 + esac 1.4366 + fi 1.4367 + rm -rf conftest* 1.4368 + ;; 1.4369 + 1.4370 +*-*-sco3.2v5*) 1.4371 + # On SCO OpenServer 5, we need -belf to get full-featured binaries. 1.4372 + SAVE_CFLAGS="$CFLAGS" 1.4373 + CFLAGS="$CFLAGS -belf" 1.4374 + echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5 1.4375 +echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6 1.4376 +if test "${lt_cv_cc_needs_belf+set}" = set; then 1.4377 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.4378 +else 1.4379 + ac_ext=c 1.4380 +ac_cpp='$CPP $CPPFLAGS' 1.4381 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1.4382 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1.4383 +ac_compiler_gnu=$ac_cv_c_compiler_gnu 1.4384 + 1.4385 + cat >conftest.$ac_ext <<_ACEOF 1.4386 +/* confdefs.h. */ 1.4387 +_ACEOF 1.4388 +cat confdefs.h >>conftest.$ac_ext 1.4389 +cat >>conftest.$ac_ext <<_ACEOF 1.4390 +/* end confdefs.h. */ 1.4391 + 1.4392 +int 1.4393 +main () 1.4394 +{ 1.4395 + 1.4396 + ; 1.4397 + return 0; 1.4398 +} 1.4399 +_ACEOF 1.4400 +rm -f conftest.$ac_objext conftest$ac_exeext 1.4401 +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 1.4402 + (eval $ac_link) 2>conftest.er1 1.4403 + ac_status=$? 1.4404 + grep -v '^ *+' conftest.er1 >conftest.err 1.4405 + rm -f conftest.er1 1.4406 + cat conftest.err >&5 1.4407 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.4408 + (exit $ac_status); } && 1.4409 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 1.4410 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.4411 + (eval $ac_try) 2>&5 1.4412 + ac_status=$? 1.4413 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.4414 + (exit $ac_status); }; } && 1.4415 + { ac_try='test -s conftest$ac_exeext' 1.4416 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.4417 + (eval $ac_try) 2>&5 1.4418 + ac_status=$? 1.4419 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.4420 + (exit $ac_status); }; }; then 1.4421 + lt_cv_cc_needs_belf=yes 1.4422 +else 1.4423 + echo "$as_me: failed program was:" >&5 1.4424 +sed 's/^/| /' conftest.$ac_ext >&5 1.4425 + 1.4426 +lt_cv_cc_needs_belf=no 1.4427 +fi 1.4428 +rm -f conftest.err conftest.$ac_objext \ 1.4429 + conftest$ac_exeext conftest.$ac_ext 1.4430 + ac_ext=c 1.4431 +ac_cpp='$CPP $CPPFLAGS' 1.4432 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1.4433 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1.4434 +ac_compiler_gnu=$ac_cv_c_compiler_gnu 1.4435 + 1.4436 +fi 1.4437 +echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5 1.4438 +echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6 1.4439 + if test x"$lt_cv_cc_needs_belf" != x"yes"; then 1.4440 + # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf 1.4441 + CFLAGS="$SAVE_CFLAGS" 1.4442 + fi 1.4443 + ;; 1.4444 +sparc*-*solaris*) 1.4445 + # Find out which ABI we are using. 1.4446 + echo 'int i;' > conftest.$ac_ext 1.4447 + if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 1.4448 + (eval $ac_compile) 2>&5 1.4449 + ac_status=$? 1.4450 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.4451 + (exit $ac_status); }; then 1.4452 + case `/usr/bin/file conftest.o` in 1.4453 + *64-bit*) 1.4454 + case $lt_cv_prog_gnu_ld in 1.4455 + yes*) LD="${LD-ld} -m elf64_sparc" ;; 1.4456 + *) LD="${LD-ld} -64" ;; 1.4457 + esac 1.4458 + ;; 1.4459 + esac 1.4460 + fi 1.4461 + rm -rf conftest* 1.4462 + ;; 1.4463 + 1.4464 + 1.4465 +esac 1.4466 + 1.4467 +need_locks="$enable_libtool_lock" 1.4468 + 1.4469 + 1.4470 +# On IRIX 5.3, sys/types and inttypes.h are conflicting. 1.4471 + 1.4472 + 1.4473 + 1.4474 + 1.4475 + 1.4476 + 1.4477 + 1.4478 + 1.4479 + 1.4480 +for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ 1.4481 + inttypes.h stdint.h unistd.h 1.4482 +do 1.4483 +as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 1.4484 +echo "$as_me:$LINENO: checking for $ac_header" >&5 1.4485 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 1.4486 +if eval "test \"\${$as_ac_Header+set}\" = set"; then 1.4487 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.4488 +else 1.4489 + cat >conftest.$ac_ext <<_ACEOF 1.4490 +/* confdefs.h. */ 1.4491 +_ACEOF 1.4492 +cat confdefs.h >>conftest.$ac_ext 1.4493 +cat >>conftest.$ac_ext <<_ACEOF 1.4494 +/* end confdefs.h. */ 1.4495 +$ac_includes_default 1.4496 + 1.4497 +#include <$ac_header> 1.4498 +_ACEOF 1.4499 +rm -f conftest.$ac_objext 1.4500 +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 1.4501 + (eval $ac_compile) 2>conftest.er1 1.4502 + ac_status=$? 1.4503 + grep -v '^ *+' conftest.er1 >conftest.err 1.4504 + rm -f conftest.er1 1.4505 + cat conftest.err >&5 1.4506 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.4507 + (exit $ac_status); } && 1.4508 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 1.4509 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.4510 + (eval $ac_try) 2>&5 1.4511 + ac_status=$? 1.4512 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.4513 + (exit $ac_status); }; } && 1.4514 + { ac_try='test -s conftest.$ac_objext' 1.4515 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.4516 + (eval $ac_try) 2>&5 1.4517 + ac_status=$? 1.4518 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.4519 + (exit $ac_status); }; }; then 1.4520 + eval "$as_ac_Header=yes" 1.4521 +else 1.4522 + echo "$as_me: failed program was:" >&5 1.4523 +sed 's/^/| /' conftest.$ac_ext >&5 1.4524 + 1.4525 +eval "$as_ac_Header=no" 1.4526 +fi 1.4527 +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 1.4528 +fi 1.4529 +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 1.4530 +echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 1.4531 +if test `eval echo '${'$as_ac_Header'}'` = yes; then 1.4532 + cat >>confdefs.h <<_ACEOF 1.4533 +#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 1.4534 +_ACEOF 1.4535 + 1.4536 +fi 1.4537 + 1.4538 +done 1.4539 + 1.4540 + 1.4541 + 1.4542 +for ac_header in dlfcn.h 1.4543 +do 1.4544 +as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 1.4545 +if eval "test \"\${$as_ac_Header+set}\" = set"; then 1.4546 + echo "$as_me:$LINENO: checking for $ac_header" >&5 1.4547 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 1.4548 +if eval "test \"\${$as_ac_Header+set}\" = set"; then 1.4549 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.4550 +fi 1.4551 +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 1.4552 +echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 1.4553 +else 1.4554 + # Is the header compilable? 1.4555 +echo "$as_me:$LINENO: checking $ac_header usability" >&5 1.4556 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 1.4557 +cat >conftest.$ac_ext <<_ACEOF 1.4558 +/* confdefs.h. */ 1.4559 +_ACEOF 1.4560 +cat confdefs.h >>conftest.$ac_ext 1.4561 +cat >>conftest.$ac_ext <<_ACEOF 1.4562 +/* end confdefs.h. */ 1.4563 +$ac_includes_default 1.4564 +#include <$ac_header> 1.4565 +_ACEOF 1.4566 +rm -f conftest.$ac_objext 1.4567 +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 1.4568 + (eval $ac_compile) 2>conftest.er1 1.4569 + ac_status=$? 1.4570 + grep -v '^ *+' conftest.er1 >conftest.err 1.4571 + rm -f conftest.er1 1.4572 + cat conftest.err >&5 1.4573 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.4574 + (exit $ac_status); } && 1.4575 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 1.4576 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.4577 + (eval $ac_try) 2>&5 1.4578 + ac_status=$? 1.4579 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.4580 + (exit $ac_status); }; } && 1.4581 + { ac_try='test -s conftest.$ac_objext' 1.4582 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.4583 + (eval $ac_try) 2>&5 1.4584 + ac_status=$? 1.4585 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.4586 + (exit $ac_status); }; }; then 1.4587 + ac_header_compiler=yes 1.4588 +else 1.4589 + echo "$as_me: failed program was:" >&5 1.4590 +sed 's/^/| /' conftest.$ac_ext >&5 1.4591 + 1.4592 +ac_header_compiler=no 1.4593 +fi 1.4594 +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 1.4595 +echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 1.4596 +echo "${ECHO_T}$ac_header_compiler" >&6 1.4597 + 1.4598 +# Is the header present? 1.4599 +echo "$as_me:$LINENO: checking $ac_header presence" >&5 1.4600 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 1.4601 +cat >conftest.$ac_ext <<_ACEOF 1.4602 +/* confdefs.h. */ 1.4603 +_ACEOF 1.4604 +cat confdefs.h >>conftest.$ac_ext 1.4605 +cat >>conftest.$ac_ext <<_ACEOF 1.4606 +/* end confdefs.h. */ 1.4607 +#include <$ac_header> 1.4608 +_ACEOF 1.4609 +if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 1.4610 + (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 1.4611 + ac_status=$? 1.4612 + grep -v '^ *+' conftest.er1 >conftest.err 1.4613 + rm -f conftest.er1 1.4614 + cat conftest.err >&5 1.4615 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.4616 + (exit $ac_status); } >/dev/null; then 1.4617 + if test -s conftest.err; then 1.4618 + ac_cpp_err=$ac_c_preproc_warn_flag 1.4619 + ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 1.4620 + else 1.4621 + ac_cpp_err= 1.4622 + fi 1.4623 +else 1.4624 + ac_cpp_err=yes 1.4625 +fi 1.4626 +if test -z "$ac_cpp_err"; then 1.4627 + ac_header_preproc=yes 1.4628 +else 1.4629 + echo "$as_me: failed program was:" >&5 1.4630 +sed 's/^/| /' conftest.$ac_ext >&5 1.4631 + 1.4632 + ac_header_preproc=no 1.4633 +fi 1.4634 +rm -f conftest.err conftest.$ac_ext 1.4635 +echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 1.4636 +echo "${ECHO_T}$ac_header_preproc" >&6 1.4637 + 1.4638 +# So? What about this header? 1.4639 +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 1.4640 + yes:no: ) 1.4641 + { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 1.4642 +echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 1.4643 + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 1.4644 +echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 1.4645 + ac_header_preproc=yes 1.4646 + ;; 1.4647 + no:yes:* ) 1.4648 + { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 1.4649 +echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 1.4650 + { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 1.4651 +echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 1.4652 + { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 1.4653 +echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} 1.4654 + { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 1.4655 +echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} 1.4656 + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 1.4657 +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 1.4658 + { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 1.4659 +echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} 1.4660 + ( 1.4661 + cat <<\_ASBOX 1.4662 +## ---------------------------------------- ## 1.4663 +## Report this to the gift-gnutella lists. ## 1.4664 +## ---------------------------------------- ## 1.4665 +_ASBOX 1.4666 + ) | 1.4667 + sed "s/^/$as_me: WARNING: /" >&2 1.4668 + ;; 1.4669 +esac 1.4670 +echo "$as_me:$LINENO: checking for $ac_header" >&5 1.4671 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 1.4672 +if eval "test \"\${$as_ac_Header+set}\" = set"; then 1.4673 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.4674 +else 1.4675 + eval "$as_ac_Header=\$ac_header_preproc" 1.4676 +fi 1.4677 +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 1.4678 +echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 1.4679 + 1.4680 +fi 1.4681 +if test `eval echo '${'$as_ac_Header'}'` = yes; then 1.4682 + cat >>confdefs.h <<_ACEOF 1.4683 +#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 1.4684 +_ACEOF 1.4685 + 1.4686 +fi 1.4687 + 1.4688 +done 1.4689 + 1.4690 +ac_ext=cc 1.4691 +ac_cpp='$CXXCPP $CPPFLAGS' 1.4692 +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1.4693 +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1.4694 +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 1.4695 +if test -n "$ac_tool_prefix"; then 1.4696 + for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC 1.4697 + do 1.4698 + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 1.4699 +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 1.4700 +echo "$as_me:$LINENO: checking for $ac_word" >&5 1.4701 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1.4702 +if test "${ac_cv_prog_CXX+set}" = set; then 1.4703 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.4704 +else 1.4705 + if test -n "$CXX"; then 1.4706 + ac_cv_prog_CXX="$CXX" # Let the user override the test. 1.4707 +else 1.4708 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.4709 +for as_dir in $PATH 1.4710 +do 1.4711 + IFS=$as_save_IFS 1.4712 + test -z "$as_dir" && as_dir=. 1.4713 + for ac_exec_ext in '' $ac_executable_extensions; do 1.4714 + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1.4715 + ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 1.4716 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1.4717 + break 2 1.4718 + fi 1.4719 +done 1.4720 +done 1.4721 + 1.4722 +fi 1.4723 +fi 1.4724 +CXX=$ac_cv_prog_CXX 1.4725 +if test -n "$CXX"; then 1.4726 + echo "$as_me:$LINENO: result: $CXX" >&5 1.4727 +echo "${ECHO_T}$CXX" >&6 1.4728 +else 1.4729 + echo "$as_me:$LINENO: result: no" >&5 1.4730 +echo "${ECHO_T}no" >&6 1.4731 +fi 1.4732 + 1.4733 + test -n "$CXX" && break 1.4734 + done 1.4735 +fi 1.4736 +if test -z "$CXX"; then 1.4737 + ac_ct_CXX=$CXX 1.4738 + for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC 1.4739 +do 1.4740 + # Extract the first word of "$ac_prog", so it can be a program name with args. 1.4741 +set dummy $ac_prog; ac_word=$2 1.4742 +echo "$as_me:$LINENO: checking for $ac_word" >&5 1.4743 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1.4744 +if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then 1.4745 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.4746 +else 1.4747 + if test -n "$ac_ct_CXX"; then 1.4748 + ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test. 1.4749 +else 1.4750 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.4751 +for as_dir in $PATH 1.4752 +do 1.4753 + IFS=$as_save_IFS 1.4754 + test -z "$as_dir" && as_dir=. 1.4755 + for ac_exec_ext in '' $ac_executable_extensions; do 1.4756 + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1.4757 + ac_cv_prog_ac_ct_CXX="$ac_prog" 1.4758 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1.4759 + break 2 1.4760 + fi 1.4761 +done 1.4762 +done 1.4763 + 1.4764 +fi 1.4765 +fi 1.4766 +ac_ct_CXX=$ac_cv_prog_ac_ct_CXX 1.4767 +if test -n "$ac_ct_CXX"; then 1.4768 + echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 1.4769 +echo "${ECHO_T}$ac_ct_CXX" >&6 1.4770 +else 1.4771 + echo "$as_me:$LINENO: result: no" >&5 1.4772 +echo "${ECHO_T}no" >&6 1.4773 +fi 1.4774 + 1.4775 + test -n "$ac_ct_CXX" && break 1.4776 +done 1.4777 +test -n "$ac_ct_CXX" || ac_ct_CXX="g++" 1.4778 + 1.4779 + CXX=$ac_ct_CXX 1.4780 +fi 1.4781 + 1.4782 + 1.4783 +# Provide some information about the compiler. 1.4784 +echo "$as_me:$LINENO:" \ 1.4785 + "checking for C++ compiler version" >&5 1.4786 +ac_compiler=`set X $ac_compile; echo $2` 1.4787 +{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 1.4788 + (eval $ac_compiler --version </dev/null >&5) 2>&5 1.4789 + ac_status=$? 1.4790 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.4791 + (exit $ac_status); } 1.4792 +{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5 1.4793 + (eval $ac_compiler -v </dev/null >&5) 2>&5 1.4794 + ac_status=$? 1.4795 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.4796 + (exit $ac_status); } 1.4797 +{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5 1.4798 + (eval $ac_compiler -V </dev/null >&5) 2>&5 1.4799 + ac_status=$? 1.4800 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.4801 + (exit $ac_status); } 1.4802 + 1.4803 +echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 1.4804 +echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6 1.4805 +if test "${ac_cv_cxx_compiler_gnu+set}" = set; then 1.4806 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.4807 +else 1.4808 + cat >conftest.$ac_ext <<_ACEOF 1.4809 +/* confdefs.h. */ 1.4810 +_ACEOF 1.4811 +cat confdefs.h >>conftest.$ac_ext 1.4812 +cat >>conftest.$ac_ext <<_ACEOF 1.4813 +/* end confdefs.h. */ 1.4814 + 1.4815 +int 1.4816 +main () 1.4817 +{ 1.4818 +#ifndef __GNUC__ 1.4819 + choke me 1.4820 +#endif 1.4821 + 1.4822 + ; 1.4823 + return 0; 1.4824 +} 1.4825 +_ACEOF 1.4826 +rm -f conftest.$ac_objext 1.4827 +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 1.4828 + (eval $ac_compile) 2>conftest.er1 1.4829 + ac_status=$? 1.4830 + grep -v '^ *+' conftest.er1 >conftest.err 1.4831 + rm -f conftest.er1 1.4832 + cat conftest.err >&5 1.4833 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.4834 + (exit $ac_status); } && 1.4835 + { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 1.4836 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.4837 + (eval $ac_try) 2>&5 1.4838 + ac_status=$? 1.4839 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.4840 + (exit $ac_status); }; } && 1.4841 + { ac_try='test -s conftest.$ac_objext' 1.4842 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.4843 + (eval $ac_try) 2>&5 1.4844 + ac_status=$? 1.4845 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.4846 + (exit $ac_status); }; }; then 1.4847 + ac_compiler_gnu=yes 1.4848 +else 1.4849 + echo "$as_me: failed program was:" >&5 1.4850 +sed 's/^/| /' conftest.$ac_ext >&5 1.4851 + 1.4852 +ac_compiler_gnu=no 1.4853 +fi 1.4854 +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 1.4855 +ac_cv_cxx_compiler_gnu=$ac_compiler_gnu 1.4856 + 1.4857 +fi 1.4858 +echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 1.4859 +echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6 1.4860 +GXX=`test $ac_compiler_gnu = yes && echo yes` 1.4861 +ac_test_CXXFLAGS=${CXXFLAGS+set} 1.4862 +ac_save_CXXFLAGS=$CXXFLAGS 1.4863 +CXXFLAGS="-g" 1.4864 +echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 1.4865 +echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6 1.4866 +if test "${ac_cv_prog_cxx_g+set}" = set; then 1.4867 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.4868 +else 1.4869 + cat >conftest.$ac_ext <<_ACEOF 1.4870 +/* confdefs.h. */ 1.4871 +_ACEOF 1.4872 +cat confdefs.h >>conftest.$ac_ext 1.4873 +cat >>conftest.$ac_ext <<_ACEOF 1.4874 +/* end confdefs.h. */ 1.4875 + 1.4876 +int 1.4877 +main () 1.4878 +{ 1.4879 + 1.4880 + ; 1.4881 + return 0; 1.4882 +} 1.4883 +_ACEOF 1.4884 +rm -f conftest.$ac_objext 1.4885 +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 1.4886 + (eval $ac_compile) 2>conftest.er1 1.4887 + ac_status=$? 1.4888 + grep -v '^ *+' conftest.er1 >conftest.err 1.4889 + rm -f conftest.er1 1.4890 + cat conftest.err >&5 1.4891 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.4892 + (exit $ac_status); } && 1.4893 + { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 1.4894 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.4895 + (eval $ac_try) 2>&5 1.4896 + ac_status=$? 1.4897 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.4898 + (exit $ac_status); }; } && 1.4899 + { ac_try='test -s conftest.$ac_objext' 1.4900 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.4901 + (eval $ac_try) 2>&5 1.4902 + ac_status=$? 1.4903 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.4904 + (exit $ac_status); }; }; then 1.4905 + ac_cv_prog_cxx_g=yes 1.4906 +else 1.4907 + echo "$as_me: failed program was:" >&5 1.4908 +sed 's/^/| /' conftest.$ac_ext >&5 1.4909 + 1.4910 +ac_cv_prog_cxx_g=no 1.4911 +fi 1.4912 +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 1.4913 +fi 1.4914 +echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 1.4915 +echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6 1.4916 +if test "$ac_test_CXXFLAGS" = set; then 1.4917 + CXXFLAGS=$ac_save_CXXFLAGS 1.4918 +elif test $ac_cv_prog_cxx_g = yes; then 1.4919 + if test "$GXX" = yes; then 1.4920 + CXXFLAGS="-g -O2" 1.4921 + else 1.4922 + CXXFLAGS="-g" 1.4923 + fi 1.4924 +else 1.4925 + if test "$GXX" = yes; then 1.4926 + CXXFLAGS="-O2" 1.4927 + else 1.4928 + CXXFLAGS= 1.4929 + fi 1.4930 +fi 1.4931 +for ac_declaration in \ 1.4932 + '' \ 1.4933 + 'extern "C" void std::exit (int) throw (); using std::exit;' \ 1.4934 + 'extern "C" void std::exit (int); using std::exit;' \ 1.4935 + 'extern "C" void exit (int) throw ();' \ 1.4936 + 'extern "C" void exit (int);' \ 1.4937 + 'void exit (int);' 1.4938 +do 1.4939 + cat >conftest.$ac_ext <<_ACEOF 1.4940 +/* confdefs.h. */ 1.4941 +_ACEOF 1.4942 +cat confdefs.h >>conftest.$ac_ext 1.4943 +cat >>conftest.$ac_ext <<_ACEOF 1.4944 +/* end confdefs.h. */ 1.4945 +$ac_declaration 1.4946 +#include <stdlib.h> 1.4947 +int 1.4948 +main () 1.4949 +{ 1.4950 +exit (42); 1.4951 + ; 1.4952 + return 0; 1.4953 +} 1.4954 +_ACEOF 1.4955 +rm -f conftest.$ac_objext 1.4956 +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 1.4957 + (eval $ac_compile) 2>conftest.er1 1.4958 + ac_status=$? 1.4959 + grep -v '^ *+' conftest.er1 >conftest.err 1.4960 + rm -f conftest.er1 1.4961 + cat conftest.err >&5 1.4962 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.4963 + (exit $ac_status); } && 1.4964 + { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 1.4965 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.4966 + (eval $ac_try) 2>&5 1.4967 + ac_status=$? 1.4968 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.4969 + (exit $ac_status); }; } && 1.4970 + { ac_try='test -s conftest.$ac_objext' 1.4971 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.4972 + (eval $ac_try) 2>&5 1.4973 + ac_status=$? 1.4974 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.4975 + (exit $ac_status); }; }; then 1.4976 + : 1.4977 +else 1.4978 + echo "$as_me: failed program was:" >&5 1.4979 +sed 's/^/| /' conftest.$ac_ext >&5 1.4980 + 1.4981 +continue 1.4982 +fi 1.4983 +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 1.4984 + cat >conftest.$ac_ext <<_ACEOF 1.4985 +/* confdefs.h. */ 1.4986 +_ACEOF 1.4987 +cat confdefs.h >>conftest.$ac_ext 1.4988 +cat >>conftest.$ac_ext <<_ACEOF 1.4989 +/* end confdefs.h. */ 1.4990 +$ac_declaration 1.4991 +int 1.4992 +main () 1.4993 +{ 1.4994 +exit (42); 1.4995 + ; 1.4996 + return 0; 1.4997 +} 1.4998 +_ACEOF 1.4999 +rm -f conftest.$ac_objext 1.5000 +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 1.5001 + (eval $ac_compile) 2>conftest.er1 1.5002 + ac_status=$? 1.5003 + grep -v '^ *+' conftest.er1 >conftest.err 1.5004 + rm -f conftest.er1 1.5005 + cat conftest.err >&5 1.5006 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.5007 + (exit $ac_status); } && 1.5008 + { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 1.5009 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.5010 + (eval $ac_try) 2>&5 1.5011 + ac_status=$? 1.5012 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.5013 + (exit $ac_status); }; } && 1.5014 + { ac_try='test -s conftest.$ac_objext' 1.5015 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.5016 + (eval $ac_try) 2>&5 1.5017 + ac_status=$? 1.5018 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.5019 + (exit $ac_status); }; }; then 1.5020 + break 1.5021 +else 1.5022 + echo "$as_me: failed program was:" >&5 1.5023 +sed 's/^/| /' conftest.$ac_ext >&5 1.5024 + 1.5025 +fi 1.5026 +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 1.5027 +done 1.5028 +rm -f conftest* 1.5029 +if test -n "$ac_declaration"; then 1.5030 + echo '#ifdef __cplusplus' >>confdefs.h 1.5031 + echo $ac_declaration >>confdefs.h 1.5032 + echo '#endif' >>confdefs.h 1.5033 +fi 1.5034 + 1.5035 +ac_ext=cc 1.5036 +ac_cpp='$CXXCPP $CPPFLAGS' 1.5037 +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1.5038 +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1.5039 +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 1.5040 + 1.5041 +depcc="$CXX" am_compiler_list= 1.5042 + 1.5043 +echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 1.5044 +echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6 1.5045 +if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then 1.5046 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.5047 +else 1.5048 + if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then 1.5049 + # We make a subdir and do the tests there. Otherwise we can end up 1.5050 + # making bogus files that we don't know about and never remove. For 1.5051 + # instance it was reported that on HP-UX the gcc test will end up 1.5052 + # making a dummy file named `D' -- because `-MD' means `put the output 1.5053 + # in D'. 1.5054 + mkdir conftest.dir 1.5055 + # Copy depcomp to subdir because otherwise we won't find it if we're 1.5056 + # using a relative directory. 1.5057 + cp "$am_depcomp" conftest.dir 1.5058 + cd conftest.dir 1.5059 + # We will build objects and dependencies in a subdirectory because 1.5060 + # it helps to detect inapplicable dependency modes. For instance 1.5061 + # both Tru64's cc and ICC support -MD to output dependencies as a 1.5062 + # side effect of compilation, but ICC will put the dependencies in 1.5063 + # the current directory while Tru64 will put them in the object 1.5064 + # directory. 1.5065 + mkdir sub 1.5066 + 1.5067 + am_cv_CXX_dependencies_compiler_type=none 1.5068 + if test "$am_compiler_list" = ""; then 1.5069 + am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` 1.5070 + fi 1.5071 + for depmode in $am_compiler_list; do 1.5072 + # Setup a source with many dependencies, because some compilers 1.5073 + # like to wrap large dependency lists on column 80 (with \), and 1.5074 + # we should not choose a depcomp mode which is confused by this. 1.5075 + # 1.5076 + # We need to recreate these files for each test, as the compiler may 1.5077 + # overwrite some of them when testing with obscure command lines. 1.5078 + # This happens at least with the AIX C compiler. 1.5079 + : > sub/conftest.c 1.5080 + for i in 1 2 3 4 5 6; do 1.5081 + echo '#include "conftst'$i'.h"' >> sub/conftest.c 1.5082 + : > sub/conftst$i.h 1.5083 + done 1.5084 + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf 1.5085 + 1.5086 + case $depmode in 1.5087 + nosideeffect) 1.5088 + # after this tag, mechanisms are not by side-effect, so they'll 1.5089 + # only be used when explicitly requested 1.5090 + if test "x$enable_dependency_tracking" = xyes; then 1.5091 + continue 1.5092 + else 1.5093 + break 1.5094 + fi 1.5095 + ;; 1.5096 + none) break ;; 1.5097 + esac 1.5098 + # We check with `-c' and `-o' for the sake of the "dashmstdout" 1.5099 + # mode. It turns out that the SunPro C++ compiler does not properly 1.5100 + # handle `-M -o', and we need to detect this. 1.5101 + if depmode=$depmode \ 1.5102 + source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ 1.5103 + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ 1.5104 + $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ 1.5105 + >/dev/null 2>conftest.err && 1.5106 + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && 1.5107 + grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && 1.5108 + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then 1.5109 + # icc doesn't choke on unknown options, it will just issue warnings 1.5110 + # (even with -Werror). So we grep stderr for any message 1.5111 + # that says an option was ignored. 1.5112 + if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else 1.5113 + am_cv_CXX_dependencies_compiler_type=$depmode 1.5114 + break 1.5115 + fi 1.5116 + fi 1.5117 + done 1.5118 + 1.5119 + cd .. 1.5120 + rm -rf conftest.dir 1.5121 +else 1.5122 + am_cv_CXX_dependencies_compiler_type=none 1.5123 +fi 1.5124 + 1.5125 +fi 1.5126 +echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5 1.5127 +echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6 1.5128 +CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type 1.5129 + 1.5130 + 1.5131 + 1.5132 +if 1.5133 + test "x$enable_dependency_tracking" != xno \ 1.5134 + && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then 1.5135 + am__fastdepCXX_TRUE= 1.5136 + am__fastdepCXX_FALSE='#' 1.5137 +else 1.5138 + am__fastdepCXX_TRUE='#' 1.5139 + am__fastdepCXX_FALSE= 1.5140 +fi 1.5141 + 1.5142 + 1.5143 + 1.5144 + 1.5145 +if test -n "$CXX" && ( test "X$CXX" != "Xno" && 1.5146 + ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) || 1.5147 + (test "X$CXX" != "Xg++"))) ; then 1.5148 + ac_ext=cc 1.5149 +ac_cpp='$CXXCPP $CPPFLAGS' 1.5150 +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1.5151 +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1.5152 +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 1.5153 +echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5 1.5154 +echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6 1.5155 +if test -z "$CXXCPP"; then 1.5156 + if test "${ac_cv_prog_CXXCPP+set}" = set; then 1.5157 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.5158 +else 1.5159 + # Double quotes because CXXCPP needs to be expanded 1.5160 + for CXXCPP in "$CXX -E" "/lib/cpp" 1.5161 + do 1.5162 + ac_preproc_ok=false 1.5163 +for ac_cxx_preproc_warn_flag in '' yes 1.5164 +do 1.5165 + # Use a header file that comes with gcc, so configuring glibc 1.5166 + # with a fresh cross-compiler works. 1.5167 + # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 1.5168 + # <limits.h> exists even on freestanding compilers. 1.5169 + # On the NeXT, cc -E runs the code through the compiler's parser, 1.5170 + # not just through cpp. "Syntax error" is here to catch this case. 1.5171 + cat >conftest.$ac_ext <<_ACEOF 1.5172 +/* confdefs.h. */ 1.5173 +_ACEOF 1.5174 +cat confdefs.h >>conftest.$ac_ext 1.5175 +cat >>conftest.$ac_ext <<_ACEOF 1.5176 +/* end confdefs.h. */ 1.5177 +#ifdef __STDC__ 1.5178 +# include <limits.h> 1.5179 +#else 1.5180 +# include <assert.h> 1.5181 +#endif 1.5182 + Syntax error 1.5183 +_ACEOF 1.5184 +if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 1.5185 + (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 1.5186 + ac_status=$? 1.5187 + grep -v '^ *+' conftest.er1 >conftest.err 1.5188 + rm -f conftest.er1 1.5189 + cat conftest.err >&5 1.5190 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.5191 + (exit $ac_status); } >/dev/null; then 1.5192 + if test -s conftest.err; then 1.5193 + ac_cpp_err=$ac_cxx_preproc_warn_flag 1.5194 + ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag 1.5195 + else 1.5196 + ac_cpp_err= 1.5197 + fi 1.5198 +else 1.5199 + ac_cpp_err=yes 1.5200 +fi 1.5201 +if test -z "$ac_cpp_err"; then 1.5202 + : 1.5203 +else 1.5204 + echo "$as_me: failed program was:" >&5 1.5205 +sed 's/^/| /' conftest.$ac_ext >&5 1.5206 + 1.5207 + # Broken: fails on valid input. 1.5208 +continue 1.5209 +fi 1.5210 +rm -f conftest.err conftest.$ac_ext 1.5211 + 1.5212 + # OK, works on sane cases. Now check whether non-existent headers 1.5213 + # can be detected and how. 1.5214 + cat >conftest.$ac_ext <<_ACEOF 1.5215 +/* confdefs.h. */ 1.5216 +_ACEOF 1.5217 +cat confdefs.h >>conftest.$ac_ext 1.5218 +cat >>conftest.$ac_ext <<_ACEOF 1.5219 +/* end confdefs.h. */ 1.5220 +#include <ac_nonexistent.h> 1.5221 +_ACEOF 1.5222 +if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 1.5223 + (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 1.5224 + ac_status=$? 1.5225 + grep -v '^ *+' conftest.er1 >conftest.err 1.5226 + rm -f conftest.er1 1.5227 + cat conftest.err >&5 1.5228 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.5229 + (exit $ac_status); } >/dev/null; then 1.5230 + if test -s conftest.err; then 1.5231 + ac_cpp_err=$ac_cxx_preproc_warn_flag 1.5232 + ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag 1.5233 + else 1.5234 + ac_cpp_err= 1.5235 + fi 1.5236 +else 1.5237 + ac_cpp_err=yes 1.5238 +fi 1.5239 +if test -z "$ac_cpp_err"; then 1.5240 + # Broken: success on invalid input. 1.5241 +continue 1.5242 +else 1.5243 + echo "$as_me: failed program was:" >&5 1.5244 +sed 's/^/| /' conftest.$ac_ext >&5 1.5245 + 1.5246 + # Passes both tests. 1.5247 +ac_preproc_ok=: 1.5248 +break 1.5249 +fi 1.5250 +rm -f conftest.err conftest.$ac_ext 1.5251 + 1.5252 +done 1.5253 +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 1.5254 +rm -f conftest.err conftest.$ac_ext 1.5255 +if $ac_preproc_ok; then 1.5256 + break 1.5257 +fi 1.5258 + 1.5259 + done 1.5260 + ac_cv_prog_CXXCPP=$CXXCPP 1.5261 + 1.5262 +fi 1.5263 + CXXCPP=$ac_cv_prog_CXXCPP 1.5264 +else 1.5265 + ac_cv_prog_CXXCPP=$CXXCPP 1.5266 +fi 1.5267 +echo "$as_me:$LINENO: result: $CXXCPP" >&5 1.5268 +echo "${ECHO_T}$CXXCPP" >&6 1.5269 +ac_preproc_ok=false 1.5270 +for ac_cxx_preproc_warn_flag in '' yes 1.5271 +do 1.5272 + # Use a header file that comes with gcc, so configuring glibc 1.5273 + # with a fresh cross-compiler works. 1.5274 + # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 1.5275 + # <limits.h> exists even on freestanding compilers. 1.5276 + # On the NeXT, cc -E runs the code through the compiler's parser, 1.5277 + # not just through cpp. "Syntax error" is here to catch this case. 1.5278 + cat >conftest.$ac_ext <<_ACEOF 1.5279 +/* confdefs.h. */ 1.5280 +_ACEOF 1.5281 +cat confdefs.h >>conftest.$ac_ext 1.5282 +cat >>conftest.$ac_ext <<_ACEOF 1.5283 +/* end confdefs.h. */ 1.5284 +#ifdef __STDC__ 1.5285 +# include <limits.h> 1.5286 +#else 1.5287 +# include <assert.h> 1.5288 +#endif 1.5289 + Syntax error 1.5290 +_ACEOF 1.5291 +if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 1.5292 + (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 1.5293 + ac_status=$? 1.5294 + grep -v '^ *+' conftest.er1 >conftest.err 1.5295 + rm -f conftest.er1 1.5296 + cat conftest.err >&5 1.5297 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.5298 + (exit $ac_status); } >/dev/null; then 1.5299 + if test -s conftest.err; then 1.5300 + ac_cpp_err=$ac_cxx_preproc_warn_flag 1.5301 + ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag 1.5302 + else 1.5303 + ac_cpp_err= 1.5304 + fi 1.5305 +else 1.5306 + ac_cpp_err=yes 1.5307 +fi 1.5308 +if test -z "$ac_cpp_err"; then 1.5309 + : 1.5310 +else 1.5311 + echo "$as_me: failed program was:" >&5 1.5312 +sed 's/^/| /' conftest.$ac_ext >&5 1.5313 + 1.5314 + # Broken: fails on valid input. 1.5315 +continue 1.5316 +fi 1.5317 +rm -f conftest.err conftest.$ac_ext 1.5318 + 1.5319 + # OK, works on sane cases. Now check whether non-existent headers 1.5320 + # can be detected and how. 1.5321 + cat >conftest.$ac_ext <<_ACEOF 1.5322 +/* confdefs.h. */ 1.5323 +_ACEOF 1.5324 +cat confdefs.h >>conftest.$ac_ext 1.5325 +cat >>conftest.$ac_ext <<_ACEOF 1.5326 +/* end confdefs.h. */ 1.5327 +#include <ac_nonexistent.h> 1.5328 +_ACEOF 1.5329 +if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 1.5330 + (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 1.5331 + ac_status=$? 1.5332 + grep -v '^ *+' conftest.er1 >conftest.err 1.5333 + rm -f conftest.er1 1.5334 + cat conftest.err >&5 1.5335 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.5336 + (exit $ac_status); } >/dev/null; then 1.5337 + if test -s conftest.err; then 1.5338 + ac_cpp_err=$ac_cxx_preproc_warn_flag 1.5339 + ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag 1.5340 + else 1.5341 + ac_cpp_err= 1.5342 + fi 1.5343 +else 1.5344 + ac_cpp_err=yes 1.5345 +fi 1.5346 +if test -z "$ac_cpp_err"; then 1.5347 + # Broken: success on invalid input. 1.5348 +continue 1.5349 +else 1.5350 + echo "$as_me: failed program was:" >&5 1.5351 +sed 's/^/| /' conftest.$ac_ext >&5 1.5352 + 1.5353 + # Passes both tests. 1.5354 +ac_preproc_ok=: 1.5355 +break 1.5356 +fi 1.5357 +rm -f conftest.err conftest.$ac_ext 1.5358 + 1.5359 +done 1.5360 +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 1.5361 +rm -f conftest.err conftest.$ac_ext 1.5362 +if $ac_preproc_ok; then 1.5363 + : 1.5364 +else 1.5365 + { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check 1.5366 +See \`config.log' for more details." >&5 1.5367 +echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check 1.5368 +See \`config.log' for more details." >&2;} 1.5369 + { (exit 1); exit 1; }; } 1.5370 +fi 1.5371 + 1.5372 +ac_ext=cc 1.5373 +ac_cpp='$CXXCPP $CPPFLAGS' 1.5374 +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1.5375 +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1.5376 +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 1.5377 + 1.5378 +fi 1.5379 + 1.5380 + 1.5381 +ac_ext=f 1.5382 +ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5' 1.5383 +ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1.5384 +ac_compiler_gnu=$ac_cv_f77_compiler_gnu 1.5385 +if test -n "$ac_tool_prefix"; then 1.5386 + for ac_prog in g77 f77 xlf frt pgf77 fort77 fl32 af77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 ifc efc pgf95 lf95 gfortran 1.5387 + do 1.5388 + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 1.5389 +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 1.5390 +echo "$as_me:$LINENO: checking for $ac_word" >&5 1.5391 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1.5392 +if test "${ac_cv_prog_F77+set}" = set; then 1.5393 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.5394 +else 1.5395 + if test -n "$F77"; then 1.5396 + ac_cv_prog_F77="$F77" # Let the user override the test. 1.5397 +else 1.5398 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.5399 +for as_dir in $PATH 1.5400 +do 1.5401 + IFS=$as_save_IFS 1.5402 + test -z "$as_dir" && as_dir=. 1.5403 + for ac_exec_ext in '' $ac_executable_extensions; do 1.5404 + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1.5405 + ac_cv_prog_F77="$ac_tool_prefix$ac_prog" 1.5406 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1.5407 + break 2 1.5408 + fi 1.5409 +done 1.5410 +done 1.5411 + 1.5412 +fi 1.5413 +fi 1.5414 +F77=$ac_cv_prog_F77 1.5415 +if test -n "$F77"; then 1.5416 + echo "$as_me:$LINENO: result: $F77" >&5 1.5417 +echo "${ECHO_T}$F77" >&6 1.5418 +else 1.5419 + echo "$as_me:$LINENO: result: no" >&5 1.5420 +echo "${ECHO_T}no" >&6 1.5421 +fi 1.5422 + 1.5423 + test -n "$F77" && break 1.5424 + done 1.5425 +fi 1.5426 +if test -z "$F77"; then 1.5427 + ac_ct_F77=$F77 1.5428 + for ac_prog in g77 f77 xlf frt pgf77 fort77 fl32 af77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 ifc efc pgf95 lf95 gfortran 1.5429 +do 1.5430 + # Extract the first word of "$ac_prog", so it can be a program name with args. 1.5431 +set dummy $ac_prog; ac_word=$2 1.5432 +echo "$as_me:$LINENO: checking for $ac_word" >&5 1.5433 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1.5434 +if test "${ac_cv_prog_ac_ct_F77+set}" = set; then 1.5435 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.5436 +else 1.5437 + if test -n "$ac_ct_F77"; then 1.5438 + ac_cv_prog_ac_ct_F77="$ac_ct_F77" # Let the user override the test. 1.5439 +else 1.5440 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.5441 +for as_dir in $PATH 1.5442 +do 1.5443 + IFS=$as_save_IFS 1.5444 + test -z "$as_dir" && as_dir=. 1.5445 + for ac_exec_ext in '' $ac_executable_extensions; do 1.5446 + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1.5447 + ac_cv_prog_ac_ct_F77="$ac_prog" 1.5448 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1.5449 + break 2 1.5450 + fi 1.5451 +done 1.5452 +done 1.5453 + 1.5454 +fi 1.5455 +fi 1.5456 +ac_ct_F77=$ac_cv_prog_ac_ct_F77 1.5457 +if test -n "$ac_ct_F77"; then 1.5458 + echo "$as_me:$LINENO: result: $ac_ct_F77" >&5 1.5459 +echo "${ECHO_T}$ac_ct_F77" >&6 1.5460 +else 1.5461 + echo "$as_me:$LINENO: result: no" >&5 1.5462 +echo "${ECHO_T}no" >&6 1.5463 +fi 1.5464 + 1.5465 + test -n "$ac_ct_F77" && break 1.5466 +done 1.5467 + 1.5468 + F77=$ac_ct_F77 1.5469 +fi 1.5470 + 1.5471 + 1.5472 +# Provide some information about the compiler. 1.5473 +echo "$as_me:5470:" \ 1.5474 + "checking for Fortran 77 compiler version" >&5 1.5475 +ac_compiler=`set X $ac_compile; echo $2` 1.5476 +{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 1.5477 + (eval $ac_compiler --version </dev/null >&5) 2>&5 1.5478 + ac_status=$? 1.5479 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.5480 + (exit $ac_status); } 1.5481 +{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5 1.5482 + (eval $ac_compiler -v </dev/null >&5) 2>&5 1.5483 + ac_status=$? 1.5484 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.5485 + (exit $ac_status); } 1.5486 +{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5 1.5487 + (eval $ac_compiler -V </dev/null >&5) 2>&5 1.5488 + ac_status=$? 1.5489 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.5490 + (exit $ac_status); } 1.5491 +rm -f a.out 1.5492 + 1.5493 +# If we don't use `.F' as extension, the preprocessor is not run on the 1.5494 +# input file. (Note that this only needs to work for GNU compilers.) 1.5495 +ac_save_ext=$ac_ext 1.5496 +ac_ext=F 1.5497 +echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5 1.5498 +echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6 1.5499 +if test "${ac_cv_f77_compiler_gnu+set}" = set; then 1.5500 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.5501 +else 1.5502 + cat >conftest.$ac_ext <<_ACEOF 1.5503 + program main 1.5504 +#ifndef __GNUC__ 1.5505 + choke me 1.5506 +#endif 1.5507 + 1.5508 + end 1.5509 +_ACEOF 1.5510 +rm -f conftest.$ac_objext 1.5511 +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 1.5512 + (eval $ac_compile) 2>conftest.er1 1.5513 + ac_status=$? 1.5514 + grep -v '^ *+' conftest.er1 >conftest.err 1.5515 + rm -f conftest.er1 1.5516 + cat conftest.err >&5 1.5517 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.5518 + (exit $ac_status); } && 1.5519 + { ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err' 1.5520 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.5521 + (eval $ac_try) 2>&5 1.5522 + ac_status=$? 1.5523 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.5524 + (exit $ac_status); }; } && 1.5525 + { ac_try='test -s conftest.$ac_objext' 1.5526 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.5527 + (eval $ac_try) 2>&5 1.5528 + ac_status=$? 1.5529 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.5530 + (exit $ac_status); }; }; then 1.5531 + ac_compiler_gnu=yes 1.5532 +else 1.5533 + echo "$as_me: failed program was:" >&5 1.5534 +sed 's/^/| /' conftest.$ac_ext >&5 1.5535 + 1.5536 +ac_compiler_gnu=no 1.5537 +fi 1.5538 +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 1.5539 +ac_cv_f77_compiler_gnu=$ac_compiler_gnu 1.5540 + 1.5541 +fi 1.5542 +echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5 1.5543 +echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6 1.5544 +ac_ext=$ac_save_ext 1.5545 +ac_test_FFLAGS=${FFLAGS+set} 1.5546 +ac_save_FFLAGS=$FFLAGS 1.5547 +FFLAGS= 1.5548 +echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5 1.5549 +echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6 1.5550 +if test "${ac_cv_prog_f77_g+set}" = set; then 1.5551 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.5552 +else 1.5553 + FFLAGS=-g 1.5554 +cat >conftest.$ac_ext <<_ACEOF 1.5555 + program main 1.5556 + 1.5557 + end 1.5558 +_ACEOF 1.5559 +rm -f conftest.$ac_objext 1.5560 +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 1.5561 + (eval $ac_compile) 2>conftest.er1 1.5562 + ac_status=$? 1.5563 + grep -v '^ *+' conftest.er1 >conftest.err 1.5564 + rm -f conftest.er1 1.5565 + cat conftest.err >&5 1.5566 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.5567 + (exit $ac_status); } && 1.5568 + { ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err' 1.5569 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.5570 + (eval $ac_try) 2>&5 1.5571 + ac_status=$? 1.5572 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.5573 + (exit $ac_status); }; } && 1.5574 + { ac_try='test -s conftest.$ac_objext' 1.5575 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.5576 + (eval $ac_try) 2>&5 1.5577 + ac_status=$? 1.5578 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.5579 + (exit $ac_status); }; }; then 1.5580 + ac_cv_prog_f77_g=yes 1.5581 +else 1.5582 + echo "$as_me: failed program was:" >&5 1.5583 +sed 's/^/| /' conftest.$ac_ext >&5 1.5584 + 1.5585 +ac_cv_prog_f77_g=no 1.5586 +fi 1.5587 +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 1.5588 + 1.5589 +fi 1.5590 +echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5 1.5591 +echo "${ECHO_T}$ac_cv_prog_f77_g" >&6 1.5592 +if test "$ac_test_FFLAGS" = set; then 1.5593 + FFLAGS=$ac_save_FFLAGS 1.5594 +elif test $ac_cv_prog_f77_g = yes; then 1.5595 + if test "x$ac_cv_f77_compiler_gnu" = xyes; then 1.5596 + FFLAGS="-g -O2" 1.5597 + else 1.5598 + FFLAGS="-g" 1.5599 + fi 1.5600 +else 1.5601 + if test "x$ac_cv_f77_compiler_gnu" = xyes; then 1.5602 + FFLAGS="-O2" 1.5603 + else 1.5604 + FFLAGS= 1.5605 + fi 1.5606 +fi 1.5607 + 1.5608 +G77=`test $ac_compiler_gnu = yes && echo yes` 1.5609 +ac_ext=c 1.5610 +ac_cpp='$CPP $CPPFLAGS' 1.5611 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1.5612 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1.5613 +ac_compiler_gnu=$ac_cv_c_compiler_gnu 1.5614 + 1.5615 + 1.5616 + 1.5617 +# Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers! 1.5618 + 1.5619 +# find the maximum length of command line arguments 1.5620 +echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5 1.5621 +echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6 1.5622 +if test "${lt_cv_sys_max_cmd_len+set}" = set; then 1.5623 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.5624 +else 1.5625 + i=0 1.5626 + teststring="ABCD" 1.5627 + 1.5628 + case $build_os in 1.5629 + msdosdjgpp*) 1.5630 + # On DJGPP, this test can blow up pretty badly due to problems in libc 1.5631 + # (any single argument exceeding 2000 bytes causes a buffer overrun 1.5632 + # during glob expansion). Even if it were fixed, the result of this 1.5633 + # check would be larger than it should be. 1.5634 + lt_cv_sys_max_cmd_len=12288; # 12K is about right 1.5635 + ;; 1.5636 + 1.5637 + gnu*) 1.5638 + # Under GNU Hurd, this test is not required because there is 1.5639 + # no limit to the length of command line arguments. 1.5640 + # Libtool will interpret -1 as no limit whatsoever 1.5641 + lt_cv_sys_max_cmd_len=-1; 1.5642 + ;; 1.5643 + 1.5644 + cygwin* | mingw*) 1.5645 + # On Win9x/ME, this test blows up -- it succeeds, but takes 1.5646 + # about 5 minutes as the teststring grows exponentially. 1.5647 + # Worse, since 9x/ME are not pre-emptively multitasking, 1.5648 + # you end up with a "frozen" computer, even though with patience 1.5649 + # the test eventually succeeds (with a max line length of 256k). 1.5650 + # Instead, let's just punt: use the minimum linelength reported by 1.5651 + # all of the supported platforms: 8192 (on NT/2K/XP). 1.5652 + lt_cv_sys_max_cmd_len=8192; 1.5653 + ;; 1.5654 + 1.5655 + amigaos*) 1.5656 + # On AmigaOS with pdksh, this test takes hours, literally. 1.5657 + # So we just punt and use a minimum line length of 8192. 1.5658 + lt_cv_sys_max_cmd_len=8192; 1.5659 + ;; 1.5660 + 1.5661 + netbsd* | freebsd* | openbsd* | darwin* | dragonfly*) 1.5662 + # This has been around since 386BSD, at least. Likely further. 1.5663 + if test -x /sbin/sysctl; then 1.5664 + lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` 1.5665 + elif test -x /usr/sbin/sysctl; then 1.5666 + lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` 1.5667 + else 1.5668 + lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs 1.5669 + fi 1.5670 + # And add a safety zone 1.5671 + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` 1.5672 + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` 1.5673 + ;; 1.5674 + 1.5675 + interix*) 1.5676 + # We know the value 262144 and hardcode it with a safety zone (like BSD) 1.5677 + lt_cv_sys_max_cmd_len=196608 1.5678 + ;; 1.5679 + 1.5680 + osf*) 1.5681 + # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure 1.5682 + # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not 1.5683 + # nice to cause kernel panics so lets avoid the loop below. 1.5684 + # First set a reasonable default. 1.5685 + lt_cv_sys_max_cmd_len=16384 1.5686 + # 1.5687 + if test -x /sbin/sysconfig; then 1.5688 + case `/sbin/sysconfig -q proc exec_disable_arg_limit` in 1.5689 + *1*) lt_cv_sys_max_cmd_len=-1 ;; 1.5690 + esac 1.5691 + fi 1.5692 + ;; 1.5693 + sco3.2v5*) 1.5694 + lt_cv_sys_max_cmd_len=102400 1.5695 + ;; 1.5696 + sysv5* | sco5v6* | sysv4.2uw2*) 1.5697 + kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` 1.5698 + if test -n "$kargmax"; then 1.5699 + lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'` 1.5700 + else 1.5701 + lt_cv_sys_max_cmd_len=32768 1.5702 + fi 1.5703 + ;; 1.5704 + *) 1.5705 + # If test is not a shell built-in, we'll probably end up computing a 1.5706 + # maximum length that is only half of the actual maximum length, but 1.5707 + # we can't tell. 1.5708 + SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} 1.5709 + while (test "X"`$SHELL $0 --fallback-echo "X$teststring" 2>/dev/null` \ 1.5710 + = "XX$teststring") >/dev/null 2>&1 && 1.5711 + new_result=`expr "X$teststring" : ".*" 2>&1` && 1.5712 + lt_cv_sys_max_cmd_len=$new_result && 1.5713 + test $i != 17 # 1/2 MB should be enough 1.5714 + do 1.5715 + i=`expr $i + 1` 1.5716 + teststring=$teststring$teststring 1.5717 + done 1.5718 + teststring= 1.5719 + # Add a significant safety factor because C++ compilers can tack on massive 1.5720 + # amounts of additional arguments before passing them to the linker. 1.5721 + # It appears as though 1/2 is a usable value. 1.5722 + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` 1.5723 + ;; 1.5724 + esac 1.5725 + 1.5726 +fi 1.5727 + 1.5728 +if test -n $lt_cv_sys_max_cmd_len ; then 1.5729 + echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5 1.5730 +echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6 1.5731 +else 1.5732 + echo "$as_me:$LINENO: result: none" >&5 1.5733 +echo "${ECHO_T}none" >&6 1.5734 +fi 1.5735 + 1.5736 + 1.5737 + 1.5738 + 1.5739 +# Check for command to grab the raw symbol name followed by C symbol from nm. 1.5740 +echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5 1.5741 +echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6 1.5742 +if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then 1.5743 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.5744 +else 1.5745 + 1.5746 +# These are sane defaults that work on at least a few old systems. 1.5747 +# [They come from Ultrix. What could be older than Ultrix?!! ;)] 1.5748 + 1.5749 +# Character class describing NM global symbol codes. 1.5750 +symcode='[BCDEGRST]' 1.5751 + 1.5752 +# Regexp to match symbols that can be accessed directly from C. 1.5753 +sympat='\([_A-Za-z][_A-Za-z0-9]*\)' 1.5754 + 1.5755 +# Transform an extracted symbol line into a proper C declaration 1.5756 +lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'" 1.5757 + 1.5758 +# Transform an extracted symbol line into symbol name and symbol address 1.5759 +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'" 1.5760 + 1.5761 +# Define system-specific variables. 1.5762 +case $host_os in 1.5763 +aix*) 1.5764 + symcode='[BCDT]' 1.5765 + ;; 1.5766 +cygwin* | mingw* | pw32*) 1.5767 + symcode='[ABCDGISTW]' 1.5768 + ;; 1.5769 +hpux*) # Its linker distinguishes data from code symbols 1.5770 + if test "$host_cpu" = ia64; then 1.5771 + symcode='[ABCDEGRST]' 1.5772 + fi 1.5773 + lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" 1.5774 + 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'" 1.5775 + ;; 1.5776 +linux*) 1.5777 + if test "$host_cpu" = ia64; then 1.5778 + symcode='[ABCDGIRSTW]' 1.5779 + lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" 1.5780 + 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'" 1.5781 + fi 1.5782 + ;; 1.5783 +irix* | nonstopux*) 1.5784 + symcode='[BCDEGRST]' 1.5785 + ;; 1.5786 +osf*) 1.5787 + symcode='[BCDEGQRST]' 1.5788 + ;; 1.5789 +solaris*) 1.5790 + symcode='[BDRT]' 1.5791 + ;; 1.5792 +sco3.2v5*) 1.5793 + symcode='[DT]' 1.5794 + ;; 1.5795 +sysv4.2uw2*) 1.5796 + symcode='[DT]' 1.5797 + ;; 1.5798 +sysv5* | sco5v6* | unixware* | OpenUNIX*) 1.5799 + symcode='[ABDT]' 1.5800 + ;; 1.5801 +sysv4) 1.5802 + symcode='[DFNSTU]' 1.5803 + ;; 1.5804 +esac 1.5805 + 1.5806 +# Handle CRLF in mingw tool chain 1.5807 +opt_cr= 1.5808 +case $build_os in 1.5809 +mingw*) 1.5810 + opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp 1.5811 + ;; 1.5812 +esac 1.5813 + 1.5814 +# If we're using GNU nm, then use its standard symbol codes. 1.5815 +case `$NM -V 2>&1` in 1.5816 +*GNU* | *'with BFD'*) 1.5817 + symcode='[ABCDGIRSTW]' ;; 1.5818 +esac 1.5819 + 1.5820 +# Try without a prefix undercore, then with it. 1.5821 +for ac_symprfx in "" "_"; do 1.5822 + 1.5823 + # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. 1.5824 + symxfrm="\\1 $ac_symprfx\\2 \\2" 1.5825 + 1.5826 + # Write the raw and C identifiers. 1.5827 + lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" 1.5828 + 1.5829 + # Check to see that the pipe works correctly. 1.5830 + pipe_works=no 1.5831 + 1.5832 + rm -f conftest* 1.5833 + cat > conftest.$ac_ext <<EOF 1.5834 +#ifdef __cplusplus 1.5835 +extern "C" { 1.5836 +#endif 1.5837 +char nm_test_var; 1.5838 +void nm_test_func(){} 1.5839 +#ifdef __cplusplus 1.5840 +} 1.5841 +#endif 1.5842 +int main(){nm_test_var='a';nm_test_func();return(0);} 1.5843 +EOF 1.5844 + 1.5845 + if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 1.5846 + (eval $ac_compile) 2>&5 1.5847 + ac_status=$? 1.5848 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.5849 + (exit $ac_status); }; then 1.5850 + # Now try to grab the symbols. 1.5851 + nlist=conftest.nm 1.5852 + if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5 1.5853 + (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5 1.5854 + ac_status=$? 1.5855 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.5856 + (exit $ac_status); } && test -s "$nlist"; then 1.5857 + # Try sorting and uniquifying the output. 1.5858 + if sort "$nlist" | uniq > "$nlist"T; then 1.5859 + mv -f "$nlist"T "$nlist" 1.5860 + else 1.5861 + rm -f "$nlist"T 1.5862 + fi 1.5863 + 1.5864 + # Make sure that we snagged all the symbols we need. 1.5865 + if grep ' nm_test_var$' "$nlist" >/dev/null; then 1.5866 + if grep ' nm_test_func$' "$nlist" >/dev/null; then 1.5867 + cat <<EOF > conftest.$ac_ext 1.5868 +#ifdef __cplusplus 1.5869 +extern "C" { 1.5870 +#endif 1.5871 + 1.5872 +EOF 1.5873 + # Now generate the symbol file. 1.5874 + eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext' 1.5875 + 1.5876 + cat <<EOF >> conftest.$ac_ext 1.5877 +#if defined (__STDC__) && __STDC__ 1.5878 +# define lt_ptr_t void * 1.5879 +#else 1.5880 +# define lt_ptr_t char * 1.5881 +# define const 1.5882 +#endif 1.5883 + 1.5884 +/* The mapping between symbol names and symbols. */ 1.5885 +const struct { 1.5886 + const char *name; 1.5887 + lt_ptr_t address; 1.5888 +} 1.5889 +lt_preloaded_symbols[] = 1.5890 +{ 1.5891 +EOF 1.5892 + $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" | grep -v main >> conftest.$ac_ext 1.5893 + cat <<\EOF >> conftest.$ac_ext 1.5894 + {0, (lt_ptr_t) 0} 1.5895 +}; 1.5896 + 1.5897 +#ifdef __cplusplus 1.5898 +} 1.5899 +#endif 1.5900 +EOF 1.5901 + # Now try linking the two files. 1.5902 + mv conftest.$ac_objext conftstm.$ac_objext 1.5903 + lt_save_LIBS="$LIBS" 1.5904 + lt_save_CFLAGS="$CFLAGS" 1.5905 + LIBS="conftstm.$ac_objext" 1.5906 + CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" 1.5907 + if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 1.5908 + (eval $ac_link) 2>&5 1.5909 + ac_status=$? 1.5910 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.5911 + (exit $ac_status); } && test -s conftest${ac_exeext}; then 1.5912 + pipe_works=yes 1.5913 + fi 1.5914 + LIBS="$lt_save_LIBS" 1.5915 + CFLAGS="$lt_save_CFLAGS" 1.5916 + else 1.5917 + echo "cannot find nm_test_func in $nlist" >&5 1.5918 + fi 1.5919 + else 1.5920 + echo "cannot find nm_test_var in $nlist" >&5 1.5921 + fi 1.5922 + else 1.5923 + echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5 1.5924 + fi 1.5925 + else 1.5926 + echo "$progname: failed program was:" >&5 1.5927 + cat conftest.$ac_ext >&5 1.5928 + fi 1.5929 + rm -f conftest* conftst* 1.5930 + 1.5931 + # Do not use the global_symbol_pipe unless it works. 1.5932 + if test "$pipe_works" = yes; then 1.5933 + break 1.5934 + else 1.5935 + lt_cv_sys_global_symbol_pipe= 1.5936 + fi 1.5937 +done 1.5938 + 1.5939 +fi 1.5940 + 1.5941 +if test -z "$lt_cv_sys_global_symbol_pipe"; then 1.5942 + lt_cv_sys_global_symbol_to_cdecl= 1.5943 +fi 1.5944 +if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then 1.5945 + echo "$as_me:$LINENO: result: failed" >&5 1.5946 +echo "${ECHO_T}failed" >&6 1.5947 +else 1.5948 + echo "$as_me:$LINENO: result: ok" >&5 1.5949 +echo "${ECHO_T}ok" >&6 1.5950 +fi 1.5951 + 1.5952 +echo "$as_me:$LINENO: checking for objdir" >&5 1.5953 +echo $ECHO_N "checking for objdir... $ECHO_C" >&6 1.5954 +if test "${lt_cv_objdir+set}" = set; then 1.5955 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.5956 +else 1.5957 + rm -f .libs 2>/dev/null 1.5958 +mkdir .libs 2>/dev/null 1.5959 +if test -d .libs; then 1.5960 + lt_cv_objdir=.libs 1.5961 +else 1.5962 + # MS-DOS does not allow filenames that begin with a dot. 1.5963 + lt_cv_objdir=_libs 1.5964 +fi 1.5965 +rmdir .libs 2>/dev/null 1.5966 +fi 1.5967 +echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5 1.5968 +echo "${ECHO_T}$lt_cv_objdir" >&6 1.5969 +objdir=$lt_cv_objdir 1.5970 + 1.5971 + 1.5972 + 1.5973 + 1.5974 + 1.5975 +case $host_os in 1.5976 +aix3*) 1.5977 + # AIX sometimes has problems with the GCC collect2 program. For some 1.5978 + # reason, if we set the COLLECT_NAMES environment variable, the problems 1.5979 + # vanish in a puff of smoke. 1.5980 + if test "X${COLLECT_NAMES+set}" != Xset; then 1.5981 + COLLECT_NAMES= 1.5982 + export COLLECT_NAMES 1.5983 + fi 1.5984 + ;; 1.5985 +esac 1.5986 + 1.5987 +# Sed substitution that helps us do robust quoting. It backslashifies 1.5988 +# metacharacters that are still active within double-quoted strings. 1.5989 +Xsed='sed -e 1s/^X//' 1.5990 +sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g' 1.5991 + 1.5992 +# Same as above, but do not quote variable references. 1.5993 +double_quote_subst='s/\([\\"\\`\\\\]\)/\\\1/g' 1.5994 + 1.5995 +# Sed substitution to delay expansion of an escaped shell variable in a 1.5996 +# double_quote_subst'ed string. 1.5997 +delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' 1.5998 + 1.5999 +# Sed substitution to avoid accidental globbing in evaled expressions 1.6000 +no_glob_subst='s/\*/\\\*/g' 1.6001 + 1.6002 +# Constants: 1.6003 +rm="rm -f" 1.6004 + 1.6005 +# Global variables: 1.6006 +default_ofile=libtool 1.6007 +can_build_shared=yes 1.6008 + 1.6009 +# All known linkers require a `.a' archive for static linking (except MSVC, 1.6010 +# which needs '.lib'). 1.6011 +libext=a 1.6012 +ltmain="$ac_aux_dir/ltmain.sh" 1.6013 +ofile="$default_ofile" 1.6014 +with_gnu_ld="$lt_cv_prog_gnu_ld" 1.6015 + 1.6016 +if test -n "$ac_tool_prefix"; then 1.6017 + # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. 1.6018 +set dummy ${ac_tool_prefix}ar; ac_word=$2 1.6019 +echo "$as_me:$LINENO: checking for $ac_word" >&5 1.6020 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1.6021 +if test "${ac_cv_prog_AR+set}" = set; then 1.6022 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.6023 +else 1.6024 + if test -n "$AR"; then 1.6025 + ac_cv_prog_AR="$AR" # Let the user override the test. 1.6026 +else 1.6027 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.6028 +for as_dir in $PATH 1.6029 +do 1.6030 + IFS=$as_save_IFS 1.6031 + test -z "$as_dir" && as_dir=. 1.6032 + for ac_exec_ext in '' $ac_executable_extensions; do 1.6033 + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1.6034 + ac_cv_prog_AR="${ac_tool_prefix}ar" 1.6035 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1.6036 + break 2 1.6037 + fi 1.6038 +done 1.6039 +done 1.6040 + 1.6041 +fi 1.6042 +fi 1.6043 +AR=$ac_cv_prog_AR 1.6044 +if test -n "$AR"; then 1.6045 + echo "$as_me:$LINENO: result: $AR" >&5 1.6046 +echo "${ECHO_T}$AR" >&6 1.6047 +else 1.6048 + echo "$as_me:$LINENO: result: no" >&5 1.6049 +echo "${ECHO_T}no" >&6 1.6050 +fi 1.6051 + 1.6052 +fi 1.6053 +if test -z "$ac_cv_prog_AR"; then 1.6054 + ac_ct_AR=$AR 1.6055 + # Extract the first word of "ar", so it can be a program name with args. 1.6056 +set dummy ar; ac_word=$2 1.6057 +echo "$as_me:$LINENO: checking for $ac_word" >&5 1.6058 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1.6059 +if test "${ac_cv_prog_ac_ct_AR+set}" = set; then 1.6060 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.6061 +else 1.6062 + if test -n "$ac_ct_AR"; then 1.6063 + ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. 1.6064 +else 1.6065 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.6066 +for as_dir in $PATH 1.6067 +do 1.6068 + IFS=$as_save_IFS 1.6069 + test -z "$as_dir" && as_dir=. 1.6070 + for ac_exec_ext in '' $ac_executable_extensions; do 1.6071 + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1.6072 + ac_cv_prog_ac_ct_AR="ar" 1.6073 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1.6074 + break 2 1.6075 + fi 1.6076 +done 1.6077 +done 1.6078 + 1.6079 + test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR="false" 1.6080 +fi 1.6081 +fi 1.6082 +ac_ct_AR=$ac_cv_prog_ac_ct_AR 1.6083 +if test -n "$ac_ct_AR"; then 1.6084 + echo "$as_me:$LINENO: result: $ac_ct_AR" >&5 1.6085 +echo "${ECHO_T}$ac_ct_AR" >&6 1.6086 +else 1.6087 + echo "$as_me:$LINENO: result: no" >&5 1.6088 +echo "${ECHO_T}no" >&6 1.6089 +fi 1.6090 + 1.6091 + AR=$ac_ct_AR 1.6092 +else 1.6093 + AR="$ac_cv_prog_AR" 1.6094 +fi 1.6095 + 1.6096 +if test -n "$ac_tool_prefix"; then 1.6097 + # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. 1.6098 +set dummy ${ac_tool_prefix}ranlib; ac_word=$2 1.6099 +echo "$as_me:$LINENO: checking for $ac_word" >&5 1.6100 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1.6101 +if test "${ac_cv_prog_RANLIB+set}" = set; then 1.6102 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.6103 +else 1.6104 + if test -n "$RANLIB"; then 1.6105 + ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 1.6106 +else 1.6107 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.6108 +for as_dir in $PATH 1.6109 +do 1.6110 + IFS=$as_save_IFS 1.6111 + test -z "$as_dir" && as_dir=. 1.6112 + for ac_exec_ext in '' $ac_executable_extensions; do 1.6113 + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1.6114 + ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 1.6115 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1.6116 + break 2 1.6117 + fi 1.6118 +done 1.6119 +done 1.6120 + 1.6121 +fi 1.6122 +fi 1.6123 +RANLIB=$ac_cv_prog_RANLIB 1.6124 +if test -n "$RANLIB"; then 1.6125 + echo "$as_me:$LINENO: result: $RANLIB" >&5 1.6126 +echo "${ECHO_T}$RANLIB" >&6 1.6127 +else 1.6128 + echo "$as_me:$LINENO: result: no" >&5 1.6129 +echo "${ECHO_T}no" >&6 1.6130 +fi 1.6131 + 1.6132 +fi 1.6133 +if test -z "$ac_cv_prog_RANLIB"; then 1.6134 + ac_ct_RANLIB=$RANLIB 1.6135 + # Extract the first word of "ranlib", so it can be a program name with args. 1.6136 +set dummy ranlib; ac_word=$2 1.6137 +echo "$as_me:$LINENO: checking for $ac_word" >&5 1.6138 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1.6139 +if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then 1.6140 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.6141 +else 1.6142 + if test -n "$ac_ct_RANLIB"; then 1.6143 + ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. 1.6144 +else 1.6145 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.6146 +for as_dir in $PATH 1.6147 +do 1.6148 + IFS=$as_save_IFS 1.6149 + test -z "$as_dir" && as_dir=. 1.6150 + for ac_exec_ext in '' $ac_executable_extensions; do 1.6151 + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1.6152 + ac_cv_prog_ac_ct_RANLIB="ranlib" 1.6153 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1.6154 + break 2 1.6155 + fi 1.6156 +done 1.6157 +done 1.6158 + 1.6159 + test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":" 1.6160 +fi 1.6161 +fi 1.6162 +ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB 1.6163 +if test -n "$ac_ct_RANLIB"; then 1.6164 + echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 1.6165 +echo "${ECHO_T}$ac_ct_RANLIB" >&6 1.6166 +else 1.6167 + echo "$as_me:$LINENO: result: no" >&5 1.6168 +echo "${ECHO_T}no" >&6 1.6169 +fi 1.6170 + 1.6171 + RANLIB=$ac_ct_RANLIB 1.6172 +else 1.6173 + RANLIB="$ac_cv_prog_RANLIB" 1.6174 +fi 1.6175 + 1.6176 +if test -n "$ac_tool_prefix"; then 1.6177 + # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. 1.6178 +set dummy ${ac_tool_prefix}strip; ac_word=$2 1.6179 +echo "$as_me:$LINENO: checking for $ac_word" >&5 1.6180 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1.6181 +if test "${ac_cv_prog_STRIP+set}" = set; then 1.6182 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.6183 +else 1.6184 + if test -n "$STRIP"; then 1.6185 + ac_cv_prog_STRIP="$STRIP" # Let the user override the test. 1.6186 +else 1.6187 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.6188 +for as_dir in $PATH 1.6189 +do 1.6190 + IFS=$as_save_IFS 1.6191 + test -z "$as_dir" && as_dir=. 1.6192 + for ac_exec_ext in '' $ac_executable_extensions; do 1.6193 + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1.6194 + ac_cv_prog_STRIP="${ac_tool_prefix}strip" 1.6195 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1.6196 + break 2 1.6197 + fi 1.6198 +done 1.6199 +done 1.6200 + 1.6201 +fi 1.6202 +fi 1.6203 +STRIP=$ac_cv_prog_STRIP 1.6204 +if test -n "$STRIP"; then 1.6205 + echo "$as_me:$LINENO: result: $STRIP" >&5 1.6206 +echo "${ECHO_T}$STRIP" >&6 1.6207 +else 1.6208 + echo "$as_me:$LINENO: result: no" >&5 1.6209 +echo "${ECHO_T}no" >&6 1.6210 +fi 1.6211 + 1.6212 +fi 1.6213 +if test -z "$ac_cv_prog_STRIP"; then 1.6214 + ac_ct_STRIP=$STRIP 1.6215 + # Extract the first word of "strip", so it can be a program name with args. 1.6216 +set dummy strip; ac_word=$2 1.6217 +echo "$as_me:$LINENO: checking for $ac_word" >&5 1.6218 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1.6219 +if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then 1.6220 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.6221 +else 1.6222 + if test -n "$ac_ct_STRIP"; then 1.6223 + ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. 1.6224 +else 1.6225 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.6226 +for as_dir in $PATH 1.6227 +do 1.6228 + IFS=$as_save_IFS 1.6229 + test -z "$as_dir" && as_dir=. 1.6230 + for ac_exec_ext in '' $ac_executable_extensions; do 1.6231 + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1.6232 + ac_cv_prog_ac_ct_STRIP="strip" 1.6233 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1.6234 + break 2 1.6235 + fi 1.6236 +done 1.6237 +done 1.6238 + 1.6239 + test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":" 1.6240 +fi 1.6241 +fi 1.6242 +ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP 1.6243 +if test -n "$ac_ct_STRIP"; then 1.6244 + echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 1.6245 +echo "${ECHO_T}$ac_ct_STRIP" >&6 1.6246 +else 1.6247 + echo "$as_me:$LINENO: result: no" >&5 1.6248 +echo "${ECHO_T}no" >&6 1.6249 +fi 1.6250 + 1.6251 + STRIP=$ac_ct_STRIP 1.6252 +else 1.6253 + STRIP="$ac_cv_prog_STRIP" 1.6254 +fi 1.6255 + 1.6256 + 1.6257 +old_CC="$CC" 1.6258 +old_CFLAGS="$CFLAGS" 1.6259 + 1.6260 +# Set sane defaults for various variables 1.6261 +test -z "$AR" && AR=ar 1.6262 +test -z "$AR_FLAGS" && AR_FLAGS=cru 1.6263 +test -z "$AS" && AS=as 1.6264 +test -z "$CC" && CC=cc 1.6265 +test -z "$LTCC" && LTCC=$CC 1.6266 +test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS 1.6267 +test -z "$DLLTOOL" && DLLTOOL=dlltool 1.6268 +test -z "$LD" && LD=ld 1.6269 +test -z "$LN_S" && LN_S="ln -s" 1.6270 +test -z "$MAGIC_CMD" && MAGIC_CMD=file 1.6271 +test -z "$NM" && NM=nm 1.6272 +test -z "$SED" && SED=sed 1.6273 +test -z "$OBJDUMP" && OBJDUMP=objdump 1.6274 +test -z "$RANLIB" && RANLIB=: 1.6275 +test -z "$STRIP" && STRIP=: 1.6276 +test -z "$ac_objext" && ac_objext=o 1.6277 + 1.6278 +# Determine commands to create old-style static archives. 1.6279 +old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs' 1.6280 +old_postinstall_cmds='chmod 644 $oldlib' 1.6281 +old_postuninstall_cmds= 1.6282 + 1.6283 +if test -n "$RANLIB"; then 1.6284 + case $host_os in 1.6285 + openbsd*) 1.6286 + old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib" 1.6287 + ;; 1.6288 + *) 1.6289 + old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib" 1.6290 + ;; 1.6291 + esac 1.6292 + old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib" 1.6293 +fi 1.6294 + 1.6295 +for cc_temp in $compiler""; do 1.6296 + case $cc_temp in 1.6297 + compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; 1.6298 + distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; 1.6299 + \-*) ;; 1.6300 + *) break;; 1.6301 + esac 1.6302 +done 1.6303 +cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` 1.6304 + 1.6305 + 1.6306 +# Only perform the check for file, if the check method requires it 1.6307 +case $deplibs_check_method in 1.6308 +file_magic*) 1.6309 + if test "$file_magic_cmd" = '$MAGIC_CMD'; then 1.6310 + echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5 1.6311 +echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6 1.6312 +if test "${lt_cv_path_MAGIC_CMD+set}" = set; then 1.6313 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.6314 +else 1.6315 + case $MAGIC_CMD in 1.6316 +[\\/*] | ?:[\\/]*) 1.6317 + lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. 1.6318 + ;; 1.6319 +*) 1.6320 + lt_save_MAGIC_CMD="$MAGIC_CMD" 1.6321 + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR 1.6322 + ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" 1.6323 + for ac_dir in $ac_dummy; do 1.6324 + IFS="$lt_save_ifs" 1.6325 + test -z "$ac_dir" && ac_dir=. 1.6326 + if test -f $ac_dir/${ac_tool_prefix}file; then 1.6327 + lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file" 1.6328 + if test -n "$file_magic_test_file"; then 1.6329 + case $deplibs_check_method in 1.6330 + "file_magic "*) 1.6331 + file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` 1.6332 + MAGIC_CMD="$lt_cv_path_MAGIC_CMD" 1.6333 + if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | 1.6334 + $EGREP "$file_magic_regex" > /dev/null; then 1.6335 + : 1.6336 + else 1.6337 + cat <<EOF 1>&2 1.6338 + 1.6339 +*** Warning: the command libtool uses to detect shared libraries, 1.6340 +*** $file_magic_cmd, produces output that libtool cannot recognize. 1.6341 +*** The result is that libtool may fail to recognize shared libraries 1.6342 +*** as such. This will affect the creation of libtool libraries that 1.6343 +*** depend on shared libraries, but programs linked with such libtool 1.6344 +*** libraries will work regardless of this problem. Nevertheless, you 1.6345 +*** may want to report the problem to your system manager and/or to 1.6346 +*** bug-libtool@gnu.org 1.6347 + 1.6348 +EOF 1.6349 + fi ;; 1.6350 + esac 1.6351 + fi 1.6352 + break 1.6353 + fi 1.6354 + done 1.6355 + IFS="$lt_save_ifs" 1.6356 + MAGIC_CMD="$lt_save_MAGIC_CMD" 1.6357 + ;; 1.6358 +esac 1.6359 +fi 1.6360 + 1.6361 +MAGIC_CMD="$lt_cv_path_MAGIC_CMD" 1.6362 +if test -n "$MAGIC_CMD"; then 1.6363 + echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5 1.6364 +echo "${ECHO_T}$MAGIC_CMD" >&6 1.6365 +else 1.6366 + echo "$as_me:$LINENO: result: no" >&5 1.6367 +echo "${ECHO_T}no" >&6 1.6368 +fi 1.6369 + 1.6370 +if test -z "$lt_cv_path_MAGIC_CMD"; then 1.6371 + if test -n "$ac_tool_prefix"; then 1.6372 + echo "$as_me:$LINENO: checking for file" >&5 1.6373 +echo $ECHO_N "checking for file... $ECHO_C" >&6 1.6374 +if test "${lt_cv_path_MAGIC_CMD+set}" = set; then 1.6375 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.6376 +else 1.6377 + case $MAGIC_CMD in 1.6378 +[\\/*] | ?:[\\/]*) 1.6379 + lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. 1.6380 + ;; 1.6381 +*) 1.6382 + lt_save_MAGIC_CMD="$MAGIC_CMD" 1.6383 + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR 1.6384 + ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" 1.6385 + for ac_dir in $ac_dummy; do 1.6386 + IFS="$lt_save_ifs" 1.6387 + test -z "$ac_dir" && ac_dir=. 1.6388 + if test -f $ac_dir/file; then 1.6389 + lt_cv_path_MAGIC_CMD="$ac_dir/file" 1.6390 + if test -n "$file_magic_test_file"; then 1.6391 + case $deplibs_check_method in 1.6392 + "file_magic "*) 1.6393 + file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` 1.6394 + MAGIC_CMD="$lt_cv_path_MAGIC_CMD" 1.6395 + if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | 1.6396 + $EGREP "$file_magic_regex" > /dev/null; then 1.6397 + : 1.6398 + else 1.6399 + cat <<EOF 1>&2 1.6400 + 1.6401 +*** Warning: the command libtool uses to detect shared libraries, 1.6402 +*** $file_magic_cmd, produces output that libtool cannot recognize. 1.6403 +*** The result is that libtool may fail to recognize shared libraries 1.6404 +*** as such. This will affect the creation of libtool libraries that 1.6405 +*** depend on shared libraries, but programs linked with such libtool 1.6406 +*** libraries will work regardless of this problem. Nevertheless, you 1.6407 +*** may want to report the problem to your system manager and/or to 1.6408 +*** bug-libtool@gnu.org 1.6409 + 1.6410 +EOF 1.6411 + fi ;; 1.6412 + esac 1.6413 + fi 1.6414 + break 1.6415 + fi 1.6416 + done 1.6417 + IFS="$lt_save_ifs" 1.6418 + MAGIC_CMD="$lt_save_MAGIC_CMD" 1.6419 + ;; 1.6420 +esac 1.6421 +fi 1.6422 + 1.6423 +MAGIC_CMD="$lt_cv_path_MAGIC_CMD" 1.6424 +if test -n "$MAGIC_CMD"; then 1.6425 + echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5 1.6426 +echo "${ECHO_T}$MAGIC_CMD" >&6 1.6427 +else 1.6428 + echo "$as_me:$LINENO: result: no" >&5 1.6429 +echo "${ECHO_T}no" >&6 1.6430 +fi 1.6431 + 1.6432 + else 1.6433 + MAGIC_CMD=: 1.6434 + fi 1.6435 +fi 1.6436 + 1.6437 + fi 1.6438 + ;; 1.6439 +esac 1.6440 + 1.6441 +enable_dlopen=no 1.6442 +enable_win32_dll=no 1.6443 + 1.6444 +# Check whether --enable-libtool-lock or --disable-libtool-lock was given. 1.6445 +if test "${enable_libtool_lock+set}" = set; then 1.6446 + enableval="$enable_libtool_lock" 1.6447 + 1.6448 +fi; 1.6449 +test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes 1.6450 + 1.6451 + 1.6452 +# Check whether --with-pic or --without-pic was given. 1.6453 +if test "${with_pic+set}" = set; then 1.6454 + withval="$with_pic" 1.6455 + pic_mode="$withval" 1.6456 +else 1.6457 + pic_mode=default 1.6458 +fi; 1.6459 +test -z "$pic_mode" && pic_mode=default 1.6460 + 1.6461 +# Use C for the default configuration in the libtool script 1.6462 +tagname= 1.6463 +lt_save_CC="$CC" 1.6464 +ac_ext=c 1.6465 +ac_cpp='$CPP $CPPFLAGS' 1.6466 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1.6467 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1.6468 +ac_compiler_gnu=$ac_cv_c_compiler_gnu 1.6469 + 1.6470 + 1.6471 +# Source file extension for C test sources. 1.6472 +ac_ext=c 1.6473 + 1.6474 +# Object file extension for compiled C test sources. 1.6475 +objext=o 1.6476 +objext=$objext 1.6477 + 1.6478 +# Code to be used in simple compile tests 1.6479 +lt_simple_compile_test_code="int some_variable = 0;\n" 1.6480 + 1.6481 +# Code to be used in simple link tests 1.6482 +lt_simple_link_test_code='int main(){return(0);}\n' 1.6483 + 1.6484 + 1.6485 +# If no C compiler was specified, use CC. 1.6486 +LTCC=${LTCC-"$CC"} 1.6487 + 1.6488 +# If no C compiler flags were specified, use CFLAGS. 1.6489 +LTCFLAGS=${LTCFLAGS-"$CFLAGS"} 1.6490 + 1.6491 +# Allow CC to be a program name with arguments. 1.6492 +compiler=$CC 1.6493 + 1.6494 + 1.6495 +# save warnings/boilerplate of simple test code 1.6496 +ac_outfile=conftest.$ac_objext 1.6497 +printf "$lt_simple_compile_test_code" >conftest.$ac_ext 1.6498 +eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err 1.6499 +_lt_compiler_boilerplate=`cat conftest.err` 1.6500 +$rm conftest* 1.6501 + 1.6502 +ac_outfile=conftest.$ac_objext 1.6503 +printf "$lt_simple_link_test_code" >conftest.$ac_ext 1.6504 +eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err 1.6505 +_lt_linker_boilerplate=`cat conftest.err` 1.6506 +$rm conftest* 1.6507 + 1.6508 + 1.6509 + 1.6510 +lt_prog_compiler_no_builtin_flag= 1.6511 + 1.6512 +if test "$GCC" = yes; then 1.6513 + lt_prog_compiler_no_builtin_flag=' -fno-builtin' 1.6514 + 1.6515 + 1.6516 +echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 1.6517 +echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6 1.6518 +if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then 1.6519 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.6520 +else 1.6521 + lt_cv_prog_compiler_rtti_exceptions=no 1.6522 + ac_outfile=conftest.$ac_objext 1.6523 + printf "$lt_simple_compile_test_code" > conftest.$ac_ext 1.6524 + lt_compiler_flag="-fno-rtti -fno-exceptions" 1.6525 + # Insert the option either (1) after the last *FLAGS variable, or 1.6526 + # (2) before a word containing "conftest.", or (3) at the end. 1.6527 + # Note that $ac_compile itself does not contain backslashes and begins 1.6528 + # with a dollar sign (not a hyphen), so the echo should work correctly. 1.6529 + # The option is referenced via a variable to avoid confusing sed. 1.6530 + lt_compile=`echo "$ac_compile" | $SED \ 1.6531 + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 1.6532 + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 1.6533 + -e 's:$: $lt_compiler_flag:'` 1.6534 + (eval echo "\"\$as_me:6531: $lt_compile\"" >&5) 1.6535 + (eval "$lt_compile" 2>conftest.err) 1.6536 + ac_status=$? 1.6537 + cat conftest.err >&5 1.6538 + echo "$as_me:6535: \$? = $ac_status" >&5 1.6539 + if (exit $ac_status) && test -s "$ac_outfile"; then 1.6540 + # The compiler can only warn and ignore the option if not recognized 1.6541 + # So say no if there are warnings other than the usual output. 1.6542 + $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp 1.6543 + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 1.6544 + if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then 1.6545 + lt_cv_prog_compiler_rtti_exceptions=yes 1.6546 + fi 1.6547 + fi 1.6548 + $rm conftest* 1.6549 + 1.6550 +fi 1.6551 +echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 1.6552 +echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6 1.6553 + 1.6554 +if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then 1.6555 + lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions" 1.6556 +else 1.6557 + : 1.6558 +fi 1.6559 + 1.6560 +fi 1.6561 + 1.6562 +lt_prog_compiler_wl= 1.6563 +lt_prog_compiler_pic= 1.6564 +lt_prog_compiler_static= 1.6565 + 1.6566 +echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 1.6567 +echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6 1.6568 + 1.6569 + if test "$GCC" = yes; then 1.6570 + lt_prog_compiler_wl='-Wl,' 1.6571 + lt_prog_compiler_static='-static' 1.6572 + 1.6573 + case $host_os in 1.6574 + aix*) 1.6575 + # All AIX code is PIC. 1.6576 + if test "$host_cpu" = ia64; then 1.6577 + # AIX 5 now supports IA64 processor 1.6578 + lt_prog_compiler_static='-Bstatic' 1.6579 + fi 1.6580 + ;; 1.6581 + 1.6582 + amigaos*) 1.6583 + # FIXME: we need at least 68020 code to build shared libraries, but 1.6584 + # adding the `-m68020' flag to GCC prevents building anything better, 1.6585 + # like `-m68040'. 1.6586 + lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4' 1.6587 + ;; 1.6588 + 1.6589 + beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) 1.6590 + # PIC is the default for these OSes. 1.6591 + ;; 1.6592 + 1.6593 + mingw* | pw32* | os2*) 1.6594 + # This hack is so that the source file can tell whether it is being 1.6595 + # built for inclusion in a dll (and should export symbols for example). 1.6596 + lt_prog_compiler_pic='-DDLL_EXPORT' 1.6597 + ;; 1.6598 + 1.6599 + darwin* | rhapsody*) 1.6600 + # PIC is the default on this platform 1.6601 + # Common symbols not allowed in MH_DYLIB files 1.6602 + lt_prog_compiler_pic='-fno-common' 1.6603 + ;; 1.6604 + 1.6605 + interix3*) 1.6606 + # Interix 3.x gcc -fpic/-fPIC options generate broken code. 1.6607 + # Instead, we relocate shared libraries at runtime. 1.6608 + ;; 1.6609 + 1.6610 + msdosdjgpp*) 1.6611 + # Just because we use GCC doesn't mean we suddenly get shared libraries 1.6612 + # on systems that don't support them. 1.6613 + lt_prog_compiler_can_build_shared=no 1.6614 + enable_shared=no 1.6615 + ;; 1.6616 + 1.6617 + sysv4*MP*) 1.6618 + if test -d /usr/nec; then 1.6619 + lt_prog_compiler_pic=-Kconform_pic 1.6620 + fi 1.6621 + ;; 1.6622 + 1.6623 + hpux*) 1.6624 + # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but 1.6625 + # not for PA HP-UX. 1.6626 + case $host_cpu in 1.6627 + hppa*64*|ia64*) 1.6628 + # +Z the default 1.6629 + ;; 1.6630 + *) 1.6631 + lt_prog_compiler_pic='-fPIC' 1.6632 + ;; 1.6633 + esac 1.6634 + ;; 1.6635 + 1.6636 + *) 1.6637 + lt_prog_compiler_pic='-fPIC' 1.6638 + ;; 1.6639 + esac 1.6640 + else 1.6641 + # PORTME Check for flag to pass linker flags through the system compiler. 1.6642 + case $host_os in 1.6643 + aix*) 1.6644 + lt_prog_compiler_wl='-Wl,' 1.6645 + if test "$host_cpu" = ia64; then 1.6646 + # AIX 5 now supports IA64 processor 1.6647 + lt_prog_compiler_static='-Bstatic' 1.6648 + else 1.6649 + lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp' 1.6650 + fi 1.6651 + ;; 1.6652 + darwin*) 1.6653 + # PIC is the default on this platform 1.6654 + # Common symbols not allowed in MH_DYLIB files 1.6655 + case $cc_basename in 1.6656 + xlc*) 1.6657 + lt_prog_compiler_pic='-qnocommon' 1.6658 + lt_prog_compiler_wl='-Wl,' 1.6659 + ;; 1.6660 + esac 1.6661 + ;; 1.6662 + 1.6663 + mingw* | pw32* | os2*) 1.6664 + # This hack is so that the source file can tell whether it is being 1.6665 + # built for inclusion in a dll (and should export symbols for example). 1.6666 + lt_prog_compiler_pic='-DDLL_EXPORT' 1.6667 + ;; 1.6668 + 1.6669 + hpux9* | hpux10* | hpux11*) 1.6670 + lt_prog_compiler_wl='-Wl,' 1.6671 + # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but 1.6672 + # not for PA HP-UX. 1.6673 + case $host_cpu in 1.6674 + hppa*64*|ia64*) 1.6675 + # +Z the default 1.6676 + ;; 1.6677 + *) 1.6678 + lt_prog_compiler_pic='+Z' 1.6679 + ;; 1.6680 + esac 1.6681 + # Is there a better lt_prog_compiler_static that works with the bundled CC? 1.6682 + lt_prog_compiler_static='${wl}-a ${wl}archive' 1.6683 + ;; 1.6684 + 1.6685 + irix5* | irix6* | nonstopux*) 1.6686 + lt_prog_compiler_wl='-Wl,' 1.6687 + # PIC (with -KPIC) is the default. 1.6688 + lt_prog_compiler_static='-non_shared' 1.6689 + ;; 1.6690 + 1.6691 + newsos6) 1.6692 + lt_prog_compiler_pic='-KPIC' 1.6693 + lt_prog_compiler_static='-Bstatic' 1.6694 + ;; 1.6695 + 1.6696 + linux*) 1.6697 + case $cc_basename in 1.6698 + icc* | ecc*) 1.6699 + lt_prog_compiler_wl='-Wl,' 1.6700 + lt_prog_compiler_pic='-KPIC' 1.6701 + lt_prog_compiler_static='-static' 1.6702 + ;; 1.6703 + pgcc* | pgf77* | pgf90* | pgf95*) 1.6704 + # Portland Group compilers (*not* the Pentium gcc compiler, 1.6705 + # which looks to be a dead project) 1.6706 + lt_prog_compiler_wl='-Wl,' 1.6707 + lt_prog_compiler_pic='-fpic' 1.6708 + lt_prog_compiler_static='-Bstatic' 1.6709 + ;; 1.6710 + ccc*) 1.6711 + lt_prog_compiler_wl='-Wl,' 1.6712 + # All Alpha code is PIC. 1.6713 + lt_prog_compiler_static='-non_shared' 1.6714 + ;; 1.6715 + esac 1.6716 + ;; 1.6717 + 1.6718 + osf3* | osf4* | osf5*) 1.6719 + lt_prog_compiler_wl='-Wl,' 1.6720 + # All OSF/1 code is PIC. 1.6721 + lt_prog_compiler_static='-non_shared' 1.6722 + ;; 1.6723 + 1.6724 + solaris*) 1.6725 + lt_prog_compiler_pic='-KPIC' 1.6726 + lt_prog_compiler_static='-Bstatic' 1.6727 + case $cc_basename in 1.6728 + f77* | f90* | f95*) 1.6729 + lt_prog_compiler_wl='-Qoption ld ';; 1.6730 + *) 1.6731 + lt_prog_compiler_wl='-Wl,';; 1.6732 + esac 1.6733 + ;; 1.6734 + 1.6735 + sunos4*) 1.6736 + lt_prog_compiler_wl='-Qoption ld ' 1.6737 + lt_prog_compiler_pic='-PIC' 1.6738 + lt_prog_compiler_static='-Bstatic' 1.6739 + ;; 1.6740 + 1.6741 + sysv4 | sysv4.2uw2* | sysv4.3*) 1.6742 + lt_prog_compiler_wl='-Wl,' 1.6743 + lt_prog_compiler_pic='-KPIC' 1.6744 + lt_prog_compiler_static='-Bstatic' 1.6745 + ;; 1.6746 + 1.6747 + sysv4*MP*) 1.6748 + if test -d /usr/nec ;then 1.6749 + lt_prog_compiler_pic='-Kconform_pic' 1.6750 + lt_prog_compiler_static='-Bstatic' 1.6751 + fi 1.6752 + ;; 1.6753 + 1.6754 + sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) 1.6755 + lt_prog_compiler_wl='-Wl,' 1.6756 + lt_prog_compiler_pic='-KPIC' 1.6757 + lt_prog_compiler_static='-Bstatic' 1.6758 + ;; 1.6759 + 1.6760 + unicos*) 1.6761 + lt_prog_compiler_wl='-Wl,' 1.6762 + lt_prog_compiler_can_build_shared=no 1.6763 + ;; 1.6764 + 1.6765 + uts4*) 1.6766 + lt_prog_compiler_pic='-pic' 1.6767 + lt_prog_compiler_static='-Bstatic' 1.6768 + ;; 1.6769 + 1.6770 + *) 1.6771 + lt_prog_compiler_can_build_shared=no 1.6772 + ;; 1.6773 + esac 1.6774 + fi 1.6775 + 1.6776 +echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5 1.6777 +echo "${ECHO_T}$lt_prog_compiler_pic" >&6 1.6778 + 1.6779 +# 1.6780 +# Check to make sure the PIC flag actually works. 1.6781 +# 1.6782 +if test -n "$lt_prog_compiler_pic"; then 1.6783 + 1.6784 +echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 1.6785 +echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6 1.6786 +if test "${lt_prog_compiler_pic_works+set}" = set; then 1.6787 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.6788 +else 1.6789 + lt_prog_compiler_pic_works=no 1.6790 + ac_outfile=conftest.$ac_objext 1.6791 + printf "$lt_simple_compile_test_code" > conftest.$ac_ext 1.6792 + lt_compiler_flag="$lt_prog_compiler_pic -DPIC" 1.6793 + # Insert the option either (1) after the last *FLAGS variable, or 1.6794 + # (2) before a word containing "conftest.", or (3) at the end. 1.6795 + # Note that $ac_compile itself does not contain backslashes and begins 1.6796 + # with a dollar sign (not a hyphen), so the echo should work correctly. 1.6797 + # The option is referenced via a variable to avoid confusing sed. 1.6798 + lt_compile=`echo "$ac_compile" | $SED \ 1.6799 + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 1.6800 + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 1.6801 + -e 's:$: $lt_compiler_flag:'` 1.6802 + (eval echo "\"\$as_me:6799: $lt_compile\"" >&5) 1.6803 + (eval "$lt_compile" 2>conftest.err) 1.6804 + ac_status=$? 1.6805 + cat conftest.err >&5 1.6806 + echo "$as_me:6803: \$? = $ac_status" >&5 1.6807 + if (exit $ac_status) && test -s "$ac_outfile"; then 1.6808 + # The compiler can only warn and ignore the option if not recognized 1.6809 + # So say no if there are warnings other than the usual output. 1.6810 + $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp 1.6811 + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 1.6812 + if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then 1.6813 + lt_prog_compiler_pic_works=yes 1.6814 + fi 1.6815 + fi 1.6816 + $rm conftest* 1.6817 + 1.6818 +fi 1.6819 +echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works" >&5 1.6820 +echo "${ECHO_T}$lt_prog_compiler_pic_works" >&6 1.6821 + 1.6822 +if test x"$lt_prog_compiler_pic_works" = xyes; then 1.6823 + case $lt_prog_compiler_pic in 1.6824 + "" | " "*) ;; 1.6825 + *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;; 1.6826 + esac 1.6827 +else 1.6828 + lt_prog_compiler_pic= 1.6829 + lt_prog_compiler_can_build_shared=no 1.6830 +fi 1.6831 + 1.6832 +fi 1.6833 +case $host_os in 1.6834 + # For platforms which do not support PIC, -DPIC is meaningless: 1.6835 + *djgpp*) 1.6836 + lt_prog_compiler_pic= 1.6837 + ;; 1.6838 + *) 1.6839 + lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" 1.6840 + ;; 1.6841 +esac 1.6842 + 1.6843 +# 1.6844 +# Check to make sure the static flag actually works. 1.6845 +# 1.6846 +wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\" 1.6847 +echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5 1.6848 +echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6 1.6849 +if test "${lt_prog_compiler_static_works+set}" = set; then 1.6850 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.6851 +else 1.6852 + lt_prog_compiler_static_works=no 1.6853 + save_LDFLAGS="$LDFLAGS" 1.6854 + LDFLAGS="$LDFLAGS $lt_tmp_static_flag" 1.6855 + printf "$lt_simple_link_test_code" > conftest.$ac_ext 1.6856 + if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then 1.6857 + # The linker can only warn and ignore the option if not recognized 1.6858 + # So say no if there are warnings 1.6859 + if test -s conftest.err; then 1.6860 + # Append any errors to the config.log. 1.6861 + cat conftest.err 1>&5 1.6862 + $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp 1.6863 + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 1.6864 + if diff conftest.exp conftest.er2 >/dev/null; then 1.6865 + lt_prog_compiler_static_works=yes 1.6866 + fi 1.6867 + else 1.6868 + lt_prog_compiler_static_works=yes 1.6869 + fi 1.6870 + fi 1.6871 + $rm conftest* 1.6872 + LDFLAGS="$save_LDFLAGS" 1.6873 + 1.6874 +fi 1.6875 +echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works" >&5 1.6876 +echo "${ECHO_T}$lt_prog_compiler_static_works" >&6 1.6877 + 1.6878 +if test x"$lt_prog_compiler_static_works" = xyes; then 1.6879 + : 1.6880 +else 1.6881 + lt_prog_compiler_static= 1.6882 +fi 1.6883 + 1.6884 + 1.6885 +echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 1.6886 +echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6 1.6887 +if test "${lt_cv_prog_compiler_c_o+set}" = set; then 1.6888 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.6889 +else 1.6890 + lt_cv_prog_compiler_c_o=no 1.6891 + $rm -r conftest 2>/dev/null 1.6892 + mkdir conftest 1.6893 + cd conftest 1.6894 + mkdir out 1.6895 + printf "$lt_simple_compile_test_code" > conftest.$ac_ext 1.6896 + 1.6897 + lt_compiler_flag="-o out/conftest2.$ac_objext" 1.6898 + # Insert the option either (1) after the last *FLAGS variable, or 1.6899 + # (2) before a word containing "conftest.", or (3) at the end. 1.6900 + # Note that $ac_compile itself does not contain backslashes and begins 1.6901 + # with a dollar sign (not a hyphen), so the echo should work correctly. 1.6902 + lt_compile=`echo "$ac_compile" | $SED \ 1.6903 + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 1.6904 + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 1.6905 + -e 's:$: $lt_compiler_flag:'` 1.6906 + (eval echo "\"\$as_me:6903: $lt_compile\"" >&5) 1.6907 + (eval "$lt_compile" 2>out/conftest.err) 1.6908 + ac_status=$? 1.6909 + cat out/conftest.err >&5 1.6910 + echo "$as_me:6907: \$? = $ac_status" >&5 1.6911 + if (exit $ac_status) && test -s out/conftest2.$ac_objext 1.6912 + then 1.6913 + # The compiler can only warn and ignore the option if not recognized 1.6914 + # So say no if there are warnings 1.6915 + $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp 1.6916 + $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 1.6917 + if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then 1.6918 + lt_cv_prog_compiler_c_o=yes 1.6919 + fi 1.6920 + fi 1.6921 + chmod u+w . 2>&5 1.6922 + $rm conftest* 1.6923 + # SGI C++ compiler will create directory out/ii_files/ for 1.6924 + # template instantiation 1.6925 + test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files 1.6926 + $rm out/* && rmdir out 1.6927 + cd .. 1.6928 + rmdir conftest 1.6929 + $rm conftest* 1.6930 + 1.6931 +fi 1.6932 +echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5 1.6933 +echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6 1.6934 + 1.6935 + 1.6936 +hard_links="nottested" 1.6937 +if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then 1.6938 + # do not overwrite the value of need_locks provided by the user 1.6939 + echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 1.6940 +echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6 1.6941 + hard_links=yes 1.6942 + $rm conftest* 1.6943 + ln conftest.a conftest.b 2>/dev/null && hard_links=no 1.6944 + touch conftest.a 1.6945 + ln conftest.a conftest.b 2>&5 || hard_links=no 1.6946 + ln conftest.a conftest.b 2>/dev/null && hard_links=no 1.6947 + echo "$as_me:$LINENO: result: $hard_links" >&5 1.6948 +echo "${ECHO_T}$hard_links" >&6 1.6949 + if test "$hard_links" = no; then 1.6950 + { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 1.6951 +echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} 1.6952 + need_locks=warn 1.6953 + fi 1.6954 +else 1.6955 + need_locks=no 1.6956 +fi 1.6957 + 1.6958 +echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 1.6959 +echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6 1.6960 + 1.6961 + runpath_var= 1.6962 + allow_undefined_flag= 1.6963 + enable_shared_with_static_runtimes=no 1.6964 + archive_cmds= 1.6965 + archive_expsym_cmds= 1.6966 + old_archive_From_new_cmds= 1.6967 + old_archive_from_expsyms_cmds= 1.6968 + export_dynamic_flag_spec= 1.6969 + whole_archive_flag_spec= 1.6970 + thread_safe_flag_spec= 1.6971 + hardcode_libdir_flag_spec= 1.6972 + hardcode_libdir_flag_spec_ld= 1.6973 + hardcode_libdir_separator= 1.6974 + hardcode_direct=no 1.6975 + hardcode_minus_L=no 1.6976 + hardcode_shlibpath_var=unsupported 1.6977 + link_all_deplibs=unknown 1.6978 + hardcode_automatic=no 1.6979 + module_cmds= 1.6980 + module_expsym_cmds= 1.6981 + always_export_symbols=no 1.6982 + export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' 1.6983 + # include_expsyms should be a list of space-separated symbols to be *always* 1.6984 + # included in the symbol list 1.6985 + include_expsyms= 1.6986 + # exclude_expsyms can be an extended regexp of symbols to exclude 1.6987 + # it will be wrapped by ` (' and `)$', so one must not match beginning or 1.6988 + # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', 1.6989 + # as well as any symbol that contains `d'. 1.6990 + exclude_expsyms="_GLOBAL_OFFSET_TABLE_" 1.6991 + # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out 1.6992 + # platforms (ab)use it in PIC code, but their linkers get confused if 1.6993 + # the symbol is explicitly referenced. Since portable code cannot 1.6994 + # rely on this symbol name, it's probably fine to never include it in 1.6995 + # preloaded symbol tables. 1.6996 + extract_expsyms_cmds= 1.6997 + # Just being paranoid about ensuring that cc_basename is set. 1.6998 + for cc_temp in $compiler""; do 1.6999 + case $cc_temp in 1.7000 + compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; 1.7001 + distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; 1.7002 + \-*) ;; 1.7003 + *) break;; 1.7004 + esac 1.7005 +done 1.7006 +cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` 1.7007 + 1.7008 + case $host_os in 1.7009 + cygwin* | mingw* | pw32*) 1.7010 + # FIXME: the MSVC++ port hasn't been tested in a loooong time 1.7011 + # When not using gcc, we currently assume that we are using 1.7012 + # Microsoft Visual C++. 1.7013 + if test "$GCC" != yes; then 1.7014 + with_gnu_ld=no 1.7015 + fi 1.7016 + ;; 1.7017 + interix*) 1.7018 + # we just hope/assume this is gcc and not c89 (= MSVC++) 1.7019 + with_gnu_ld=yes 1.7020 + ;; 1.7021 + openbsd*) 1.7022 + with_gnu_ld=no 1.7023 + ;; 1.7024 + esac 1.7025 + 1.7026 + ld_shlibs=yes 1.7027 + if test "$with_gnu_ld" = yes; then 1.7028 + # If archive_cmds runs LD, not CC, wlarc should be empty 1.7029 + wlarc='${wl}' 1.7030 + 1.7031 + # Set some defaults for GNU ld with shared library support. These 1.7032 + # are reset later if shared libraries are not supported. Putting them 1.7033 + # here allows them to be overridden if necessary. 1.7034 + runpath_var=LD_RUN_PATH 1.7035 + hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir' 1.7036 + export_dynamic_flag_spec='${wl}--export-dynamic' 1.7037 + # ancient GNU ld didn't support --whole-archive et. al. 1.7038 + if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then 1.7039 + whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' 1.7040 + else 1.7041 + whole_archive_flag_spec= 1.7042 + fi 1.7043 + supports_anon_versioning=no 1.7044 + case `$LD -v 2>/dev/null` in 1.7045 + *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 1.7046 + *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... 1.7047 + *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... 1.7048 + *\ 2.11.*) ;; # other 2.11 versions 1.7049 + *) supports_anon_versioning=yes ;; 1.7050 + esac 1.7051 + 1.7052 + # See if GNU ld supports shared libraries. 1.7053 + case $host_os in 1.7054 + aix3* | aix4* | aix5*) 1.7055 + # On AIX/PPC, the GNU linker is very broken 1.7056 + if test "$host_cpu" != ia64; then 1.7057 + ld_shlibs=no 1.7058 + cat <<EOF 1>&2 1.7059 + 1.7060 +*** Warning: the GNU linker, at least up to release 2.9.1, is reported 1.7061 +*** to be unable to reliably create shared libraries on AIX. 1.7062 +*** Therefore, libtool is disabling shared libraries support. If you 1.7063 +*** really care for shared libraries, you may want to modify your PATH 1.7064 +*** so that a non-GNU linker is found, and then restart. 1.7065 + 1.7066 +EOF 1.7067 + fi 1.7068 + ;; 1.7069 + 1.7070 + amigaos*) 1.7071 + 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)' 1.7072 + hardcode_libdir_flag_spec='-L$libdir' 1.7073 + hardcode_minus_L=yes 1.7074 + 1.7075 + # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports 1.7076 + # that the semantics of dynamic libraries on AmigaOS, at least up 1.7077 + # to version 4, is to share data among multiple programs linked 1.7078 + # with the same dynamic library. Since this doesn't match the 1.7079 + # behavior of shared libraries on other platforms, we can't use 1.7080 + # them. 1.7081 + ld_shlibs=no 1.7082 + ;; 1.7083 + 1.7084 + beos*) 1.7085 + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 1.7086 + allow_undefined_flag=unsupported 1.7087 + # Joseph Beckenbach <jrb3@best.com> says some releases of gcc 1.7088 + # support --undefined. This deserves some investigation. FIXME 1.7089 + archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' 1.7090 + else 1.7091 + ld_shlibs=no 1.7092 + fi 1.7093 + ;; 1.7094 + 1.7095 + cygwin* | mingw* | pw32*) 1.7096 + # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless, 1.7097 + # as there is no search path for DLLs. 1.7098 + hardcode_libdir_flag_spec='-L$libdir' 1.7099 + allow_undefined_flag=unsupported 1.7100 + always_export_symbols=no 1.7101 + enable_shared_with_static_runtimes=yes 1.7102 + export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols' 1.7103 + 1.7104 + if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then 1.7105 + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' 1.7106 + # If the export-symbols file already is a .def file (1st line 1.7107 + # is EXPORTS), use it as is; otherwise, prepend... 1.7108 + archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then 1.7109 + cp $export_symbols $output_objdir/$soname.def; 1.7110 + else 1.7111 + echo EXPORTS > $output_objdir/$soname.def; 1.7112 + cat $export_symbols >> $output_objdir/$soname.def; 1.7113 + fi~ 1.7114 + $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' 1.7115 + else 1.7116 + ld_shlibs=no 1.7117 + fi 1.7118 + ;; 1.7119 + 1.7120 + interix3*) 1.7121 + hardcode_direct=no 1.7122 + hardcode_shlibpath_var=no 1.7123 + hardcode_libdir_flag_spec='${wl}-rpath,$libdir' 1.7124 + export_dynamic_flag_spec='${wl}-E' 1.7125 + # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. 1.7126 + # Instead, shared libraries are loaded at an image base (0x10000000 by 1.7127 + # default) and relocated if they conflict, which is a slow very memory 1.7128 + # consuming and fragmenting process. To avoid this, we pick a random, 1.7129 + # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link 1.7130 + # time. Moving up from 0x10000000 also allows more sbrk(2) space. 1.7131 + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' 1.7132 + 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' 1.7133 + ;; 1.7134 + 1.7135 + linux*) 1.7136 + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 1.7137 + tmp_addflag= 1.7138 + case $cc_basename,$host_cpu in 1.7139 + pgcc*) # Portland Group C compiler 1.7140 + 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' 1.7141 + tmp_addflag=' $pic_flag' 1.7142 + ;; 1.7143 + pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers 1.7144 + 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' 1.7145 + tmp_addflag=' $pic_flag -Mnomain' ;; 1.7146 + ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 1.7147 + tmp_addflag=' -i_dynamic' ;; 1.7148 + efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 1.7149 + tmp_addflag=' -i_dynamic -nofor_main' ;; 1.7150 + ifc* | ifort*) # Intel Fortran compiler 1.7151 + tmp_addflag=' -nofor_main' ;; 1.7152 + esac 1.7153 + archive_cmds='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' 1.7154 + 1.7155 + if test $supports_anon_versioning = yes; then 1.7156 + archive_expsym_cmds='$echo "{ global:" > $output_objdir/$libname.ver~ 1.7157 + cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ 1.7158 + $echo "local: *; };" >> $output_objdir/$libname.ver~ 1.7159 + $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' 1.7160 + fi 1.7161 + link_all_deplibs=no 1.7162 + else 1.7163 + ld_shlibs=no 1.7164 + fi 1.7165 + ;; 1.7166 + 1.7167 + netbsd* | netbsdelf*-gnu | knetbsd*-gnu) 1.7168 + if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then 1.7169 + archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' 1.7170 + wlarc= 1.7171 + else 1.7172 + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' 1.7173 + archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' 1.7174 + fi 1.7175 + ;; 1.7176 + 1.7177 + solaris*) 1.7178 + if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then 1.7179 + ld_shlibs=no 1.7180 + cat <<EOF 1>&2 1.7181 + 1.7182 +*** Warning: The releases 2.8.* of the GNU linker cannot reliably 1.7183 +*** create shared libraries on Solaris systems. Therefore, libtool 1.7184 +*** is disabling shared libraries support. We urge you to upgrade GNU 1.7185 +*** binutils to release 2.9.1 or newer. Another option is to modify 1.7186 +*** your PATH or compiler configuration so that the native linker is 1.7187 +*** used, and then restart. 1.7188 + 1.7189 +EOF 1.7190 + elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 1.7191 + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' 1.7192 + archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' 1.7193 + else 1.7194 + ld_shlibs=no 1.7195 + fi 1.7196 + ;; 1.7197 + 1.7198 + sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) 1.7199 + case `$LD -v 2>&1` in 1.7200 + *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) 1.7201 + ld_shlibs=no 1.7202 + cat <<_LT_EOF 1>&2 1.7203 + 1.7204 +*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not 1.7205 +*** reliably create shared libraries on SCO systems. Therefore, libtool 1.7206 +*** is disabling shared libraries support. We urge you to upgrade GNU 1.7207 +*** binutils to release 2.16.91.0.3 or newer. Another option is to modify 1.7208 +*** your PATH or compiler configuration so that the native linker is 1.7209 +*** used, and then restart. 1.7210 + 1.7211 +_LT_EOF 1.7212 + ;; 1.7213 + *) 1.7214 + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 1.7215 + hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`' 1.7216 + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib' 1.7217 + archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib' 1.7218 + else 1.7219 + ld_shlibs=no 1.7220 + fi 1.7221 + ;; 1.7222 + esac 1.7223 + ;; 1.7224 + 1.7225 + sunos4*) 1.7226 + archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' 1.7227 + wlarc= 1.7228 + hardcode_direct=yes 1.7229 + hardcode_shlibpath_var=no 1.7230 + ;; 1.7231 + 1.7232 + *) 1.7233 + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 1.7234 + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' 1.7235 + archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' 1.7236 + else 1.7237 + ld_shlibs=no 1.7238 + fi 1.7239 + ;; 1.7240 + esac 1.7241 + 1.7242 + if test "$ld_shlibs" = no; then 1.7243 + runpath_var= 1.7244 + hardcode_libdir_flag_spec= 1.7245 + export_dynamic_flag_spec= 1.7246 + whole_archive_flag_spec= 1.7247 + fi 1.7248 + else 1.7249 + # PORTME fill in a description of your system's linker (not GNU ld) 1.7250 + case $host_os in 1.7251 + aix3*) 1.7252 + allow_undefined_flag=unsupported 1.7253 + always_export_symbols=yes 1.7254 + 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' 1.7255 + # Note: this linker hardcodes the directories in LIBPATH if there 1.7256 + # are no directories specified by -L. 1.7257 + hardcode_minus_L=yes 1.7258 + if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then 1.7259 + # Neither direct hardcoding nor static linking is supported with a 1.7260 + # broken collect2. 1.7261 + hardcode_direct=unsupported 1.7262 + fi 1.7263 + ;; 1.7264 + 1.7265 + aix4* | aix5*) 1.7266 + if test "$host_cpu" = ia64; then 1.7267 + # On IA64, the linker does run time linking by default, so we don't 1.7268 + # have to do anything special. 1.7269 + aix_use_runtimelinking=no 1.7270 + exp_sym_flag='-Bexport' 1.7271 + no_entry_flag="" 1.7272 + else 1.7273 + # If we're using GNU nm, then we don't want the "-C" option. 1.7274 + # -C means demangle to AIX nm, but means don't demangle with GNU nm 1.7275 + if $NM -V 2>&1 | grep 'GNU' > /dev/null; then 1.7276 + 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' 1.7277 + else 1.7278 + 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' 1.7279 + fi 1.7280 + aix_use_runtimelinking=no 1.7281 + 1.7282 + # Test if we are trying to use run time linking or normal 1.7283 + # AIX style linking. If -brtl is somewhere in LDFLAGS, we 1.7284 + # need to do runtime linking. 1.7285 + case $host_os in aix4.[23]|aix4.[23].*|aix5*) 1.7286 + for ld_flag in $LDFLAGS; do 1.7287 + if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then 1.7288 + aix_use_runtimelinking=yes 1.7289 + break 1.7290 + fi 1.7291 + done 1.7292 + ;; 1.7293 + esac 1.7294 + 1.7295 + exp_sym_flag='-bexport' 1.7296 + no_entry_flag='-bnoentry' 1.7297 + fi 1.7298 + 1.7299 + # When large executables or shared objects are built, AIX ld can 1.7300 + # have problems creating the table of contents. If linking a library 1.7301 + # or program results in "error TOC overflow" add -mminimal-toc to 1.7302 + # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not 1.7303 + # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. 1.7304 + 1.7305 + archive_cmds='' 1.7306 + hardcode_direct=yes 1.7307 + hardcode_libdir_separator=':' 1.7308 + link_all_deplibs=yes 1.7309 + 1.7310 + if test "$GCC" = yes; then 1.7311 + case $host_os in aix4.[012]|aix4.[012].*) 1.7312 + # We only want to do this on AIX 4.2 and lower, the check 1.7313 + # below for broken collect2 doesn't work under 4.3+ 1.7314 + collect2name=`${CC} -print-prog-name=collect2` 1.7315 + if test -f "$collect2name" && \ 1.7316 + strings "$collect2name" | grep resolve_lib_name >/dev/null 1.7317 + then 1.7318 + # We have reworked collect2 1.7319 + hardcode_direct=yes 1.7320 + else 1.7321 + # We have old collect2 1.7322 + hardcode_direct=unsupported 1.7323 + # It fails to find uninstalled libraries when the uninstalled 1.7324 + # path is not listed in the libpath. Setting hardcode_minus_L 1.7325 + # to unsupported forces relinking 1.7326 + hardcode_minus_L=yes 1.7327 + hardcode_libdir_flag_spec='-L$libdir' 1.7328 + hardcode_libdir_separator= 1.7329 + fi 1.7330 + ;; 1.7331 + esac 1.7332 + shared_flag='-shared' 1.7333 + if test "$aix_use_runtimelinking" = yes; then 1.7334 + shared_flag="$shared_flag "'${wl}-G' 1.7335 + fi 1.7336 + else 1.7337 + # not using gcc 1.7338 + if test "$host_cpu" = ia64; then 1.7339 + # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release 1.7340 + # chokes on -Wl,-G. The following line is correct: 1.7341 + shared_flag='-G' 1.7342 + else 1.7343 + if test "$aix_use_runtimelinking" = yes; then 1.7344 + shared_flag='${wl}-G' 1.7345 + else 1.7346 + shared_flag='${wl}-bM:SRE' 1.7347 + fi 1.7348 + fi 1.7349 + fi 1.7350 + 1.7351 + # It seems that -bexpall does not export symbols beginning with 1.7352 + # underscore (_), so it is better to generate a list of symbols to export. 1.7353 + always_export_symbols=yes 1.7354 + if test "$aix_use_runtimelinking" = yes; then 1.7355 + # Warning - without using the other runtime loading flags (-brtl), 1.7356 + # -berok will link without error, but may produce a broken library. 1.7357 + allow_undefined_flag='-berok' 1.7358 + # Determine the default libpath from the value encoded in an empty executable. 1.7359 + cat >conftest.$ac_ext <<_ACEOF 1.7360 +/* confdefs.h. */ 1.7361 +_ACEOF 1.7362 +cat confdefs.h >>conftest.$ac_ext 1.7363 +cat >>conftest.$ac_ext <<_ACEOF 1.7364 +/* end confdefs.h. */ 1.7365 + 1.7366 +int 1.7367 +main () 1.7368 +{ 1.7369 + 1.7370 + ; 1.7371 + return 0; 1.7372 +} 1.7373 +_ACEOF 1.7374 +rm -f conftest.$ac_objext conftest$ac_exeext 1.7375 +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 1.7376 + (eval $ac_link) 2>conftest.er1 1.7377 + ac_status=$? 1.7378 + grep -v '^ *+' conftest.er1 >conftest.err 1.7379 + rm -f conftest.er1 1.7380 + cat conftest.err >&5 1.7381 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.7382 + (exit $ac_status); } && 1.7383 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 1.7384 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.7385 + (eval $ac_try) 2>&5 1.7386 + ac_status=$? 1.7387 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.7388 + (exit $ac_status); }; } && 1.7389 + { ac_try='test -s conftest$ac_exeext' 1.7390 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.7391 + (eval $ac_try) 2>&5 1.7392 + ac_status=$? 1.7393 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.7394 + (exit $ac_status); }; }; then 1.7395 + 1.7396 +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } 1.7397 +}'` 1.7398 +# Check for a 64-bit object if we didn't find anything. 1.7399 +if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } 1.7400 +}'`; fi 1.7401 +else 1.7402 + echo "$as_me: failed program was:" >&5 1.7403 +sed 's/^/| /' conftest.$ac_ext >&5 1.7404 + 1.7405 +fi 1.7406 +rm -f conftest.err conftest.$ac_objext \ 1.7407 + conftest$ac_exeext conftest.$ac_ext 1.7408 +if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi 1.7409 + 1.7410 + hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" 1.7411 + 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" 1.7412 + else 1.7413 + if test "$host_cpu" = ia64; then 1.7414 + hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib' 1.7415 + allow_undefined_flag="-z nodefs" 1.7416 + 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" 1.7417 + else 1.7418 + # Determine the default libpath from the value encoded in an empty executable. 1.7419 + cat >conftest.$ac_ext <<_ACEOF 1.7420 +/* confdefs.h. */ 1.7421 +_ACEOF 1.7422 +cat confdefs.h >>conftest.$ac_ext 1.7423 +cat >>conftest.$ac_ext <<_ACEOF 1.7424 +/* end confdefs.h. */ 1.7425 + 1.7426 +int 1.7427 +main () 1.7428 +{ 1.7429 + 1.7430 + ; 1.7431 + return 0; 1.7432 +} 1.7433 +_ACEOF 1.7434 +rm -f conftest.$ac_objext conftest$ac_exeext 1.7435 +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 1.7436 + (eval $ac_link) 2>conftest.er1 1.7437 + ac_status=$? 1.7438 + grep -v '^ *+' conftest.er1 >conftest.err 1.7439 + rm -f conftest.er1 1.7440 + cat conftest.err >&5 1.7441 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.7442 + (exit $ac_status); } && 1.7443 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 1.7444 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.7445 + (eval $ac_try) 2>&5 1.7446 + ac_status=$? 1.7447 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.7448 + (exit $ac_status); }; } && 1.7449 + { ac_try='test -s conftest$ac_exeext' 1.7450 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.7451 + (eval $ac_try) 2>&5 1.7452 + ac_status=$? 1.7453 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.7454 + (exit $ac_status); }; }; then 1.7455 + 1.7456 +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } 1.7457 +}'` 1.7458 +# Check for a 64-bit object if we didn't find anything. 1.7459 +if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } 1.7460 +}'`; fi 1.7461 +else 1.7462 + echo "$as_me: failed program was:" >&5 1.7463 +sed 's/^/| /' conftest.$ac_ext >&5 1.7464 + 1.7465 +fi 1.7466 +rm -f conftest.err conftest.$ac_objext \ 1.7467 + conftest$ac_exeext conftest.$ac_ext 1.7468 +if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi 1.7469 + 1.7470 + hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" 1.7471 + # Warning - without using the other run time loading flags, 1.7472 + # -berok will link without error, but may produce a broken library. 1.7473 + no_undefined_flag=' ${wl}-bernotok' 1.7474 + allow_undefined_flag=' ${wl}-berok' 1.7475 + # Exported symbols can be pulled into shared objects from archives 1.7476 + whole_archive_flag_spec='$convenience' 1.7477 + archive_cmds_need_lc=yes 1.7478 + # This is similar to how AIX traditionally builds its shared libraries. 1.7479 + 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' 1.7480 + fi 1.7481 + fi 1.7482 + ;; 1.7483 + 1.7484 + amigaos*) 1.7485 + 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)' 1.7486 + hardcode_libdir_flag_spec='-L$libdir' 1.7487 + hardcode_minus_L=yes 1.7488 + # see comment about different semantics on the GNU ld section 1.7489 + ld_shlibs=no 1.7490 + ;; 1.7491 + 1.7492 + bsdi[45]*) 1.7493 + export_dynamic_flag_spec=-rdynamic 1.7494 + ;; 1.7495 + 1.7496 + cygwin* | mingw* | pw32*) 1.7497 + # When not using gcc, we currently assume that we are using 1.7498 + # Microsoft Visual C++. 1.7499 + # hardcode_libdir_flag_spec is actually meaningless, as there is 1.7500 + # no search path for DLLs. 1.7501 + hardcode_libdir_flag_spec=' ' 1.7502 + allow_undefined_flag=unsupported 1.7503 + # Tell ltmain to make .lib files, not .a files. 1.7504 + libext=lib 1.7505 + # Tell ltmain to make .dll files, not .so files. 1.7506 + shrext_cmds=".dll" 1.7507 + # FIXME: Setting linknames here is a bad hack. 1.7508 + archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames=' 1.7509 + # The linker will automatically build a .lib file if we build a DLL. 1.7510 + old_archive_From_new_cmds='true' 1.7511 + # FIXME: Should let the user specify the lib program. 1.7512 + old_archive_cmds='lib /OUT:$oldlib$oldobjs$old_deplibs' 1.7513 + fix_srcfile_path='`cygpath -w "$srcfile"`' 1.7514 + enable_shared_with_static_runtimes=yes 1.7515 + ;; 1.7516 + 1.7517 + darwin* | rhapsody*) 1.7518 + case $host_os in 1.7519 + rhapsody* | darwin1.[012]) 1.7520 + allow_undefined_flag='${wl}-undefined ${wl}suppress' 1.7521 + ;; 1.7522 + *) # Darwin 1.3 on 1.7523 + if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then 1.7524 + allow_undefined_flag='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' 1.7525 + else 1.7526 + case ${MACOSX_DEPLOYMENT_TARGET} in 1.7527 + 10.[012]) 1.7528 + allow_undefined_flag='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' 1.7529 + ;; 1.7530 + 10.*) 1.7531 + allow_undefined_flag='${wl}-undefined ${wl}dynamic_lookup' 1.7532 + ;; 1.7533 + esac 1.7534 + fi 1.7535 + ;; 1.7536 + esac 1.7537 + archive_cmds_need_lc=no 1.7538 + hardcode_direct=no 1.7539 + hardcode_automatic=yes 1.7540 + hardcode_shlibpath_var=unsupported 1.7541 + whole_archive_flag_spec='' 1.7542 + link_all_deplibs=yes 1.7543 + if test "$GCC" = yes ; then 1.7544 + output_verbose_link_cmd='echo' 1.7545 + archive_cmds='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' 1.7546 + module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' 1.7547 + # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds 1.7548 + archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 1.7549 + 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}' 1.7550 + else 1.7551 + case $cc_basename in 1.7552 + xlc*) 1.7553 + output_verbose_link_cmd='echo' 1.7554 + archive_cmds='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring' 1.7555 + module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' 1.7556 + # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds 1.7557 + 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 $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 1.7558 + 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}' 1.7559 + ;; 1.7560 + *) 1.7561 + ld_shlibs=no 1.7562 + ;; 1.7563 + esac 1.7564 + fi 1.7565 + ;; 1.7566 + 1.7567 + dgux*) 1.7568 + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 1.7569 + hardcode_libdir_flag_spec='-L$libdir' 1.7570 + hardcode_shlibpath_var=no 1.7571 + ;; 1.7572 + 1.7573 + freebsd1*) 1.7574 + ld_shlibs=no 1.7575 + ;; 1.7576 + 1.7577 + # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor 1.7578 + # support. Future versions do this automatically, but an explicit c++rt0.o 1.7579 + # does not break anything, and helps significantly (at the cost of a little 1.7580 + # extra space). 1.7581 + freebsd2.2*) 1.7582 + archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' 1.7583 + hardcode_libdir_flag_spec='-R$libdir' 1.7584 + hardcode_direct=yes 1.7585 + hardcode_shlibpath_var=no 1.7586 + ;; 1.7587 + 1.7588 + # Unfortunately, older versions of FreeBSD 2 do not have this feature. 1.7589 + freebsd2*) 1.7590 + archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' 1.7591 + hardcode_direct=yes 1.7592 + hardcode_minus_L=yes 1.7593 + hardcode_shlibpath_var=no 1.7594 + ;; 1.7595 + 1.7596 + # FreeBSD 3 and greater uses gcc -shared to do shared libraries. 1.7597 + freebsd* | dragonfly*) 1.7598 + archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' 1.7599 + hardcode_libdir_flag_spec='-R$libdir' 1.7600 + hardcode_direct=yes 1.7601 + hardcode_shlibpath_var=no 1.7602 + ;; 1.7603 + 1.7604 + # GNU/kFreeBSD uses gcc -shared to do shared libraries. 1.7605 + kfreebsd*-gnu) 1.7606 + archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' 1.7607 + hardcode_libdir_flag_spec='-R$libdir' 1.7608 + hardcode_direct=yes 1.7609 + hardcode_shlibpath_var=no 1.7610 + link_all_deplibs=no 1.7611 + ;; 1.7612 + 1.7613 + hpux9*) 1.7614 + if test "$GCC" = yes; then 1.7615 + 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' 1.7616 + else 1.7617 + 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' 1.7618 + fi 1.7619 + hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' 1.7620 + hardcode_libdir_separator=: 1.7621 + hardcode_direct=yes 1.7622 + 1.7623 + # hardcode_minus_L: Not really in the search PATH, 1.7624 + # but as the default location of the library. 1.7625 + hardcode_minus_L=yes 1.7626 + export_dynamic_flag_spec='${wl}-E' 1.7627 + ;; 1.7628 + 1.7629 + hpux10*) 1.7630 + if test "$GCC" = yes -a "$with_gnu_ld" = no; then 1.7631 + archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' 1.7632 + else 1.7633 + archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' 1.7634 + fi 1.7635 + if test "$with_gnu_ld" = no; then 1.7636 + hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' 1.7637 + hardcode_libdir_separator=: 1.7638 + 1.7639 + hardcode_direct=yes 1.7640 + export_dynamic_flag_spec='${wl}-E' 1.7641 + 1.7642 + # hardcode_minus_L: Not really in the search PATH, 1.7643 + # but as the default location of the library. 1.7644 + hardcode_minus_L=yes 1.7645 + fi 1.7646 + ;; 1.7647 + 1.7648 + hpux11*) 1.7649 + if test "$GCC" = yes -a "$with_gnu_ld" = no; then 1.7650 + case $host_cpu in 1.7651 + hppa*64*) 1.7652 + archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' 1.7653 + ;; 1.7654 + ia64*) 1.7655 + archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' 1.7656 + ;; 1.7657 + *) 1.7658 + archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' 1.7659 + ;; 1.7660 + esac 1.7661 + else 1.7662 + case $host_cpu in 1.7663 + hppa*64*) 1.7664 + archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' 1.7665 + ;; 1.7666 + ia64*) 1.7667 + archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' 1.7668 + ;; 1.7669 + *) 1.7670 + archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' 1.7671 + ;; 1.7672 + esac 1.7673 + fi 1.7674 + if test "$with_gnu_ld" = no; then 1.7675 + hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' 1.7676 + hardcode_libdir_separator=: 1.7677 + 1.7678 + case $host_cpu in 1.7679 + hppa*64*|ia64*) 1.7680 + hardcode_libdir_flag_spec_ld='+b $libdir' 1.7681 + hardcode_direct=no 1.7682 + hardcode_shlibpath_var=no 1.7683 + ;; 1.7684 + *) 1.7685 + hardcode_direct=yes 1.7686 + export_dynamic_flag_spec='${wl}-E' 1.7687 + 1.7688 + # hardcode_minus_L: Not really in the search PATH, 1.7689 + # but as the default location of the library. 1.7690 + hardcode_minus_L=yes 1.7691 + ;; 1.7692 + esac 1.7693 + fi 1.7694 + ;; 1.7695 + 1.7696 + irix5* | irix6* | nonstopux*) 1.7697 + if test "$GCC" = yes; then 1.7698 + 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' 1.7699 + else 1.7700 + 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' 1.7701 + hardcode_libdir_flag_spec_ld='-rpath $libdir' 1.7702 + fi 1.7703 + hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' 1.7704 + hardcode_libdir_separator=: 1.7705 + link_all_deplibs=yes 1.7706 + ;; 1.7707 + 1.7708 + netbsd* | netbsdelf*-gnu | knetbsd*-gnu) 1.7709 + if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then 1.7710 + archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out 1.7711 + else 1.7712 + archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF 1.7713 + fi 1.7714 + hardcode_libdir_flag_spec='-R$libdir' 1.7715 + hardcode_direct=yes 1.7716 + hardcode_shlibpath_var=no 1.7717 + ;; 1.7718 + 1.7719 + newsos6) 1.7720 + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 1.7721 + hardcode_direct=yes 1.7722 + hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' 1.7723 + hardcode_libdir_separator=: 1.7724 + hardcode_shlibpath_var=no 1.7725 + ;; 1.7726 + 1.7727 + openbsd*) 1.7728 + hardcode_direct=yes 1.7729 + hardcode_shlibpath_var=no 1.7730 + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then 1.7731 + archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' 1.7732 + archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' 1.7733 + hardcode_libdir_flag_spec='${wl}-rpath,$libdir' 1.7734 + export_dynamic_flag_spec='${wl}-E' 1.7735 + else 1.7736 + case $host_os in 1.7737 + openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) 1.7738 + archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' 1.7739 + hardcode_libdir_flag_spec='-R$libdir' 1.7740 + ;; 1.7741 + *) 1.7742 + archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' 1.7743 + hardcode_libdir_flag_spec='${wl}-rpath,$libdir' 1.7744 + ;; 1.7745 + esac 1.7746 + fi 1.7747 + ;; 1.7748 + 1.7749 + os2*) 1.7750 + hardcode_libdir_flag_spec='-L$libdir' 1.7751 + hardcode_minus_L=yes 1.7752 + allow_undefined_flag=unsupported 1.7753 + 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' 1.7754 + old_archive_From_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' 1.7755 + ;; 1.7756 + 1.7757 + osf3*) 1.7758 + if test "$GCC" = yes; then 1.7759 + allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' 1.7760 + 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' 1.7761 + else 1.7762 + allow_undefined_flag=' -expect_unresolved \*' 1.7763 + 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' 1.7764 + fi 1.7765 + hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' 1.7766 + hardcode_libdir_separator=: 1.7767 + ;; 1.7768 + 1.7769 + osf4* | osf5*) # as osf3* with the addition of -msym flag 1.7770 + if test "$GCC" = yes; then 1.7771 + allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' 1.7772 + 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' 1.7773 + hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' 1.7774 + else 1.7775 + allow_undefined_flag=' -expect_unresolved \*' 1.7776 + 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' 1.7777 + archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~ 1.7778 + $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' 1.7779 + 1.7780 + # Both c and cxx compiler support -rpath directly 1.7781 + hardcode_libdir_flag_spec='-rpath $libdir' 1.7782 + fi 1.7783 + hardcode_libdir_separator=: 1.7784 + ;; 1.7785 + 1.7786 + solaris*) 1.7787 + no_undefined_flag=' -z text' 1.7788 + if test "$GCC" = yes; then 1.7789 + wlarc='${wl}' 1.7790 + archive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' 1.7791 + archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ 1.7792 + $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp' 1.7793 + else 1.7794 + wlarc='' 1.7795 + archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' 1.7796 + archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ 1.7797 + $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp' 1.7798 + fi 1.7799 + hardcode_libdir_flag_spec='-R$libdir' 1.7800 + hardcode_shlibpath_var=no 1.7801 + case $host_os in 1.7802 + solaris2.[0-5] | solaris2.[0-5].*) ;; 1.7803 + *) 1.7804 + # The compiler driver will combine linker options so we 1.7805 + # cannot just pass the convience library names through 1.7806 + # without $wl, iff we do not link with $LD. 1.7807 + # Luckily, gcc supports the same syntax we need for Sun Studio. 1.7808 + # Supported since Solaris 2.6 (maybe 2.5.1?) 1.7809 + case $wlarc in 1.7810 + '') 1.7811 + whole_archive_flag_spec='-z allextract$convenience -z defaultextract' ;; 1.7812 + *) 1.7813 + whole_archive_flag_spec='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;; 1.7814 + esac ;; 1.7815 + esac 1.7816 + link_all_deplibs=yes 1.7817 + ;; 1.7818 + 1.7819 + sunos4*) 1.7820 + if test "x$host_vendor" = xsequent; then 1.7821 + # Use $CC to link under sequent, because it throws in some extra .o 1.7822 + # files that make .init and .fini sections work. 1.7823 + archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' 1.7824 + else 1.7825 + archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' 1.7826 + fi 1.7827 + hardcode_libdir_flag_spec='-L$libdir' 1.7828 + hardcode_direct=yes 1.7829 + hardcode_minus_L=yes 1.7830 + hardcode_shlibpath_var=no 1.7831 + ;; 1.7832 + 1.7833 + sysv4) 1.7834 + case $host_vendor in 1.7835 + sni) 1.7836 + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 1.7837 + hardcode_direct=yes # is this really true??? 1.7838 + ;; 1.7839 + siemens) 1.7840 + ## LD is ld it makes a PLAMLIB 1.7841 + ## CC just makes a GrossModule. 1.7842 + archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags' 1.7843 + reload_cmds='$CC -r -o $output$reload_objs' 1.7844 + hardcode_direct=no 1.7845 + ;; 1.7846 + motorola) 1.7847 + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 1.7848 + hardcode_direct=no #Motorola manual says yes, but my tests say they lie 1.7849 + ;; 1.7850 + esac 1.7851 + runpath_var='LD_RUN_PATH' 1.7852 + hardcode_shlibpath_var=no 1.7853 + ;; 1.7854 + 1.7855 + sysv4.3*) 1.7856 + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 1.7857 + hardcode_shlibpath_var=no 1.7858 + export_dynamic_flag_spec='-Bexport' 1.7859 + ;; 1.7860 + 1.7861 + sysv4*MP*) 1.7862 + if test -d /usr/nec; then 1.7863 + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 1.7864 + hardcode_shlibpath_var=no 1.7865 + runpath_var=LD_RUN_PATH 1.7866 + hardcode_runpath_var=yes 1.7867 + ld_shlibs=yes 1.7868 + fi 1.7869 + ;; 1.7870 + 1.7871 + sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7*) 1.7872 + no_undefined_flag='${wl}-z,text' 1.7873 + archive_cmds_need_lc=no 1.7874 + hardcode_shlibpath_var=no 1.7875 + runpath_var='LD_RUN_PATH' 1.7876 + 1.7877 + if test "$GCC" = yes; then 1.7878 + archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' 1.7879 + archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' 1.7880 + else 1.7881 + archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' 1.7882 + archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' 1.7883 + fi 1.7884 + ;; 1.7885 + 1.7886 + sysv5* | sco3.2v5* | sco5v6*) 1.7887 + # Note: We can NOT use -z defs as we might desire, because we do not 1.7888 + # link with -lc, and that would cause any symbols used from libc to 1.7889 + # always be unresolved, which means just about no library would 1.7890 + # ever link correctly. If we're not using GNU ld we use -z text 1.7891 + # though, which does catch some bad symbols but isn't as heavy-handed 1.7892 + # as -z defs. 1.7893 + no_undefined_flag='${wl}-z,text' 1.7894 + allow_undefined_flag='${wl}-z,nodefs' 1.7895 + archive_cmds_need_lc=no 1.7896 + hardcode_shlibpath_var=no 1.7897 + hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`' 1.7898 + hardcode_libdir_separator=':' 1.7899 + link_all_deplibs=yes 1.7900 + export_dynamic_flag_spec='${wl}-Bexport' 1.7901 + runpath_var='LD_RUN_PATH' 1.7902 + 1.7903 + if test "$GCC" = yes; then 1.7904 + archive_cmds='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' 1.7905 + archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' 1.7906 + else 1.7907 + archive_cmds='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' 1.7908 + archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' 1.7909 + fi 1.7910 + ;; 1.7911 + 1.7912 + uts4*) 1.7913 + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 1.7914 + hardcode_libdir_flag_spec='-L$libdir' 1.7915 + hardcode_shlibpath_var=no 1.7916 + ;; 1.7917 + 1.7918 + *) 1.7919 + ld_shlibs=no 1.7920 + ;; 1.7921 + esac 1.7922 + fi 1.7923 + 1.7924 +echo "$as_me:$LINENO: result: $ld_shlibs" >&5 1.7925 +echo "${ECHO_T}$ld_shlibs" >&6 1.7926 +test "$ld_shlibs" = no && can_build_shared=no 1.7927 + 1.7928 +# 1.7929 +# Do we need to explicitly link libc? 1.7930 +# 1.7931 +case "x$archive_cmds_need_lc" in 1.7932 +x|xyes) 1.7933 + # Assume -lc should be added 1.7934 + archive_cmds_need_lc=yes 1.7935 + 1.7936 + if test "$enable_shared" = yes && test "$GCC" = yes; then 1.7937 + case $archive_cmds in 1.7938 + *'~'*) 1.7939 + # FIXME: we may have to deal with multi-command sequences. 1.7940 + ;; 1.7941 + '$CC '*) 1.7942 + # Test whether the compiler implicitly links with -lc since on some 1.7943 + # systems, -lgcc has to come before -lc. If gcc already passes -lc 1.7944 + # to ld, don't add -lc before -lgcc. 1.7945 + echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 1.7946 +echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6 1.7947 + $rm conftest* 1.7948 + printf "$lt_simple_compile_test_code" > conftest.$ac_ext 1.7949 + 1.7950 + if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 1.7951 + (eval $ac_compile) 2>&5 1.7952 + ac_status=$? 1.7953 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.7954 + (exit $ac_status); } 2>conftest.err; then 1.7955 + soname=conftest 1.7956 + lib=conftest 1.7957 + libobjs=conftest.$ac_objext 1.7958 + deplibs= 1.7959 + wl=$lt_prog_compiler_wl 1.7960 + pic_flag=$lt_prog_compiler_pic 1.7961 + compiler_flags=-v 1.7962 + linker_flags=-v 1.7963 + verstring= 1.7964 + output_objdir=. 1.7965 + libname=conftest 1.7966 + lt_save_allow_undefined_flag=$allow_undefined_flag 1.7967 + allow_undefined_flag= 1.7968 + if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5 1.7969 + (eval $archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5 1.7970 + ac_status=$? 1.7971 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.7972 + (exit $ac_status); } 1.7973 + then 1.7974 + archive_cmds_need_lc=no 1.7975 + else 1.7976 + archive_cmds_need_lc=yes 1.7977 + fi 1.7978 + allow_undefined_flag=$lt_save_allow_undefined_flag 1.7979 + else 1.7980 + cat conftest.err 1>&5 1.7981 + fi 1.7982 + $rm conftest* 1.7983 + echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5 1.7984 +echo "${ECHO_T}$archive_cmds_need_lc" >&6 1.7985 + ;; 1.7986 + esac 1.7987 + fi 1.7988 + ;; 1.7989 +esac 1.7990 + 1.7991 +echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 1.7992 +echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6 1.7993 +library_names_spec= 1.7994 +libname_spec='lib$name' 1.7995 +soname_spec= 1.7996 +shrext_cmds=".so" 1.7997 +postinstall_cmds= 1.7998 +postuninstall_cmds= 1.7999 +finish_cmds= 1.8000 +finish_eval= 1.8001 +shlibpath_var= 1.8002 +shlibpath_overrides_runpath=unknown 1.8003 +version_type=none 1.8004 +dynamic_linker="$host_os ld.so" 1.8005 +sys_lib_dlsearch_path_spec="/lib /usr/lib" 1.8006 +if test "$GCC" = yes; then 1.8007 + sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` 1.8008 + if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then 1.8009 + # if the path contains ";" then we assume it to be the separator 1.8010 + # otherwise default to the standard path separator (i.e. ":") - it is 1.8011 + # assumed that no part of a normal pathname contains ";" but that should 1.8012 + # okay in the real world where ";" in dirpaths is itself problematic. 1.8013 + sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` 1.8014 + else 1.8015 + sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` 1.8016 + fi 1.8017 +else 1.8018 + sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" 1.8019 +fi 1.8020 +need_lib_prefix=unknown 1.8021 +hardcode_into_libs=no 1.8022 + 1.8023 +# when you set need_version to no, make sure it does not cause -set_version 1.8024 +# flags to be left without arguments 1.8025 +need_version=unknown 1.8026 + 1.8027 +case $host_os in 1.8028 +aix3*) 1.8029 + version_type=linux 1.8030 + library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' 1.8031 + shlibpath_var=LIBPATH 1.8032 + 1.8033 + # AIX 3 has no versioning support, so we append a major version to the name. 1.8034 + soname_spec='${libname}${release}${shared_ext}$major' 1.8035 + ;; 1.8036 + 1.8037 +aix4* | aix5*) 1.8038 + version_type=linux 1.8039 + need_lib_prefix=no 1.8040 + need_version=no 1.8041 + hardcode_into_libs=yes 1.8042 + if test "$host_cpu" = ia64; then 1.8043 + # AIX 5 supports IA64 1.8044 + library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' 1.8045 + shlibpath_var=LD_LIBRARY_PATH 1.8046 + else 1.8047 + # With GCC up to 2.95.x, collect2 would create an import file 1.8048 + # for dependence libraries. The import file would start with 1.8049 + # the line `#! .'. This would cause the generated library to 1.8050 + # depend on `.', always an invalid library. This was fixed in 1.8051 + # development snapshots of GCC prior to 3.0. 1.8052 + case $host_os in 1.8053 + aix4 | aix4.[01] | aix4.[01].*) 1.8054 + if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' 1.8055 + echo ' yes ' 1.8056 + echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then 1.8057 + : 1.8058 + else 1.8059 + can_build_shared=no 1.8060 + fi 1.8061 + ;; 1.8062 + esac 1.8063 + # AIX (on Power*) has no versioning support, so currently we can not hardcode correct 1.8064 + # soname into executable. Probably we can add versioning support to 1.8065 + # collect2, so additional links can be useful in future. 1.8066 + if test "$aix_use_runtimelinking" = yes; then 1.8067 + # If using run time linking (on AIX 4.2 or later) use lib<name>.so 1.8068 + # instead of lib<name>.a to let people know that these are not 1.8069 + # typical AIX shared libraries. 1.8070 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 1.8071 + else 1.8072 + # We preserve .a as extension for shared libraries through AIX4.2 1.8073 + # and later when we are not doing run time linking. 1.8074 + library_names_spec='${libname}${release}.a $libname.a' 1.8075 + soname_spec='${libname}${release}${shared_ext}$major' 1.8076 + fi 1.8077 + shlibpath_var=LIBPATH 1.8078 + fi 1.8079 + ;; 1.8080 + 1.8081 +amigaos*) 1.8082 + library_names_spec='$libname.ixlibrary $libname.a' 1.8083 + # Create ${libname}_ixlibrary.a entries in /sys/libs. 1.8084 + 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' 1.8085 + ;; 1.8086 + 1.8087 +beos*) 1.8088 + library_names_spec='${libname}${shared_ext}' 1.8089 + dynamic_linker="$host_os ld.so" 1.8090 + shlibpath_var=LIBRARY_PATH 1.8091 + ;; 1.8092 + 1.8093 +bsdi[45]*) 1.8094 + version_type=linux 1.8095 + need_version=no 1.8096 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 1.8097 + soname_spec='${libname}${release}${shared_ext}$major' 1.8098 + finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' 1.8099 + shlibpath_var=LD_LIBRARY_PATH 1.8100 + sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" 1.8101 + sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" 1.8102 + # the default ld.so.conf also contains /usr/contrib/lib and 1.8103 + # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow 1.8104 + # libtool to hard-code these into programs 1.8105 + ;; 1.8106 + 1.8107 +cygwin* | mingw* | pw32*) 1.8108 + version_type=windows 1.8109 + shrext_cmds=".dll" 1.8110 + need_version=no 1.8111 + need_lib_prefix=no 1.8112 + 1.8113 + case $GCC,$host_os in 1.8114 + yes,cygwin* | yes,mingw* | yes,pw32*) 1.8115 + library_names_spec='$libname.dll.a' 1.8116 + # DLL is installed to $(libdir)/../bin by postinstall_cmds 1.8117 + postinstall_cmds='base_file=`basename \${file}`~ 1.8118 + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~ 1.8119 + dldir=$destdir/`dirname \$dlpath`~ 1.8120 + test -d \$dldir || mkdir -p \$dldir~ 1.8121 + $install_prog $dir/$dlname \$dldir/$dlname~ 1.8122 + chmod a+x \$dldir/$dlname' 1.8123 + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ 1.8124 + dlpath=$dir/\$dldll~ 1.8125 + $rm \$dlpath' 1.8126 + shlibpath_overrides_runpath=yes 1.8127 + 1.8128 + case $host_os in 1.8129 + cygwin*) 1.8130 + # Cygwin DLLs use 'cyg' prefix rather than 'lib' 1.8131 + soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' 1.8132 + sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" 1.8133 + ;; 1.8134 + mingw*) 1.8135 + # MinGW DLLs use traditional 'lib' prefix 1.8136 + soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' 1.8137 + sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` 1.8138 + if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then 1.8139 + # It is most probably a Windows format PATH printed by 1.8140 + # mingw gcc, but we are running on Cygwin. Gcc prints its search 1.8141 + # path with ; separators, and with drive letters. We can handle the 1.8142 + # drive letters (cygwin fileutils understands them), so leave them, 1.8143 + # especially as we might pass files found there to a mingw objdump, 1.8144 + # which wouldn't understand a cygwinified path. Ahh. 1.8145 + sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` 1.8146 + else 1.8147 + sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` 1.8148 + fi 1.8149 + ;; 1.8150 + pw32*) 1.8151 + # pw32 DLLs use 'pw' prefix rather than 'lib' 1.8152 + library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' 1.8153 + ;; 1.8154 + esac 1.8155 + ;; 1.8156 + 1.8157 + *) 1.8158 + library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' 1.8159 + ;; 1.8160 + esac 1.8161 + dynamic_linker='Win32 ld.exe' 1.8162 + # FIXME: first we should search . and the directory the executable is in 1.8163 + shlibpath_var=PATH 1.8164 + ;; 1.8165 + 1.8166 +darwin* | rhapsody*) 1.8167 + dynamic_linker="$host_os dyld" 1.8168 + version_type=darwin 1.8169 + need_lib_prefix=no 1.8170 + need_version=no 1.8171 + library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext' 1.8172 + soname_spec='${libname}${release}${major}$shared_ext' 1.8173 + shlibpath_overrides_runpath=yes 1.8174 + shlibpath_var=DYLD_LIBRARY_PATH 1.8175 + shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' 1.8176 + # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same. 1.8177 + if test "$GCC" = yes; then 1.8178 + sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` 1.8179 + else 1.8180 + sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib' 1.8181 + fi 1.8182 + sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' 1.8183 + ;; 1.8184 + 1.8185 +dgux*) 1.8186 + version_type=linux 1.8187 + need_lib_prefix=no 1.8188 + need_version=no 1.8189 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' 1.8190 + soname_spec='${libname}${release}${shared_ext}$major' 1.8191 + shlibpath_var=LD_LIBRARY_PATH 1.8192 + ;; 1.8193 + 1.8194 +freebsd1*) 1.8195 + dynamic_linker=no 1.8196 + ;; 1.8197 + 1.8198 +kfreebsd*-gnu) 1.8199 + version_type=linux 1.8200 + need_lib_prefix=no 1.8201 + need_version=no 1.8202 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' 1.8203 + soname_spec='${libname}${release}${shared_ext}$major' 1.8204 + shlibpath_var=LD_LIBRARY_PATH 1.8205 + shlibpath_overrides_runpath=no 1.8206 + hardcode_into_libs=yes 1.8207 + dynamic_linker='GNU ld.so' 1.8208 + ;; 1.8209 + 1.8210 +freebsd* | dragonfly*) 1.8211 + # DragonFly does not have aout. When/if they implement a new 1.8212 + # versioning mechanism, adjust this. 1.8213 + if test -x /usr/bin/objformat; then 1.8214 + objformat=`/usr/bin/objformat` 1.8215 + else 1.8216 + case $host_os in 1.8217 + freebsd[123]*) objformat=aout ;; 1.8218 + *) objformat=elf ;; 1.8219 + esac 1.8220 + fi 1.8221 + version_type=freebsd-$objformat 1.8222 + case $version_type in 1.8223 + freebsd-elf*) 1.8224 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' 1.8225 + need_version=no 1.8226 + need_lib_prefix=no 1.8227 + ;; 1.8228 + freebsd-*) 1.8229 + library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' 1.8230 + need_version=yes 1.8231 + ;; 1.8232 + esac 1.8233 + shlibpath_var=LD_LIBRARY_PATH 1.8234 + case $host_os in 1.8235 + freebsd2*) 1.8236 + shlibpath_overrides_runpath=yes 1.8237 + ;; 1.8238 + freebsd3.[01]* | freebsdelf3.[01]*) 1.8239 + shlibpath_overrides_runpath=yes 1.8240 + hardcode_into_libs=yes 1.8241 + ;; 1.8242 + freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ 1.8243 + freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1) 1.8244 + shlibpath_overrides_runpath=no 1.8245 + hardcode_into_libs=yes 1.8246 + ;; 1.8247 + freebsd*) # from 4.6 on 1.8248 + shlibpath_overrides_runpath=yes 1.8249 + hardcode_into_libs=yes 1.8250 + ;; 1.8251 + esac 1.8252 + ;; 1.8253 + 1.8254 +gnu*) 1.8255 + version_type=linux 1.8256 + need_lib_prefix=no 1.8257 + need_version=no 1.8258 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' 1.8259 + soname_spec='${libname}${release}${shared_ext}$major' 1.8260 + shlibpath_var=LD_LIBRARY_PATH 1.8261 + hardcode_into_libs=yes 1.8262 + ;; 1.8263 + 1.8264 +hpux9* | hpux10* | hpux11*) 1.8265 + # Give a soname corresponding to the major version so that dld.sl refuses to 1.8266 + # link against other versions. 1.8267 + version_type=sunos 1.8268 + need_lib_prefix=no 1.8269 + need_version=no 1.8270 + case $host_cpu in 1.8271 + ia64*) 1.8272 + shrext_cmds='.so' 1.8273 + hardcode_into_libs=yes 1.8274 + dynamic_linker="$host_os dld.so" 1.8275 + shlibpath_var=LD_LIBRARY_PATH 1.8276 + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. 1.8277 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 1.8278 + soname_spec='${libname}${release}${shared_ext}$major' 1.8279 + if test "X$HPUX_IA64_MODE" = X32; then 1.8280 + sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" 1.8281 + else 1.8282 + sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" 1.8283 + fi 1.8284 + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec 1.8285 + ;; 1.8286 + hppa*64*) 1.8287 + shrext_cmds='.sl' 1.8288 + hardcode_into_libs=yes 1.8289 + dynamic_linker="$host_os dld.sl" 1.8290 + shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH 1.8291 + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. 1.8292 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 1.8293 + soname_spec='${libname}${release}${shared_ext}$major' 1.8294 + sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" 1.8295 + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec 1.8296 + ;; 1.8297 + *) 1.8298 + shrext_cmds='.sl' 1.8299 + dynamic_linker="$host_os dld.sl" 1.8300 + shlibpath_var=SHLIB_PATH 1.8301 + shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH 1.8302 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 1.8303 + soname_spec='${libname}${release}${shared_ext}$major' 1.8304 + ;; 1.8305 + esac 1.8306 + # HP-UX runs *really* slowly unless shared libraries are mode 555. 1.8307 + postinstall_cmds='chmod 555 $lib' 1.8308 + ;; 1.8309 + 1.8310 +interix3*) 1.8311 + version_type=linux 1.8312 + need_lib_prefix=no 1.8313 + need_version=no 1.8314 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' 1.8315 + soname_spec='${libname}${release}${shared_ext}$major' 1.8316 + dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' 1.8317 + shlibpath_var=LD_LIBRARY_PATH 1.8318 + shlibpath_overrides_runpath=no 1.8319 + hardcode_into_libs=yes 1.8320 + ;; 1.8321 + 1.8322 +irix5* | irix6* | nonstopux*) 1.8323 + case $host_os in 1.8324 + nonstopux*) version_type=nonstopux ;; 1.8325 + *) 1.8326 + if test "$lt_cv_prog_gnu_ld" = yes; then 1.8327 + version_type=linux 1.8328 + else 1.8329 + version_type=irix 1.8330 + fi ;; 1.8331 + esac 1.8332 + need_lib_prefix=no 1.8333 + need_version=no 1.8334 + soname_spec='${libname}${release}${shared_ext}$major' 1.8335 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' 1.8336 + case $host_os in 1.8337 + irix5* | nonstopux*) 1.8338 + libsuff= shlibsuff= 1.8339 + ;; 1.8340 + *) 1.8341 + case $LD in # libtool.m4 will add one of these switches to LD 1.8342 + *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") 1.8343 + libsuff= shlibsuff= libmagic=32-bit;; 1.8344 + *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") 1.8345 + libsuff=32 shlibsuff=N32 libmagic=N32;; 1.8346 + *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") 1.8347 + libsuff=64 shlibsuff=64 libmagic=64-bit;; 1.8348 + *) libsuff= shlibsuff= libmagic=never-match;; 1.8349 + esac 1.8350 + ;; 1.8351 + esac 1.8352 + shlibpath_var=LD_LIBRARY${shlibsuff}_PATH 1.8353 + shlibpath_overrides_runpath=no 1.8354 + sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" 1.8355 + sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" 1.8356 + hardcode_into_libs=yes 1.8357 + ;; 1.8358 + 1.8359 +# No shared lib support for Linux oldld, aout, or coff. 1.8360 +linux*oldld* | linux*aout* | linux*coff*) 1.8361 + dynamic_linker=no 1.8362 + ;; 1.8363 + 1.8364 +# This must be Linux ELF. 1.8365 +linux*) 1.8366 + version_type=linux 1.8367 + need_lib_prefix=no 1.8368 + need_version=no 1.8369 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 1.8370 + soname_spec='${libname}${release}${shared_ext}$major' 1.8371 + finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' 1.8372 + shlibpath_var=LD_LIBRARY_PATH 1.8373 + shlibpath_overrides_runpath=no 1.8374 + # This implies no fast_install, which is unacceptable. 1.8375 + # Some rework will be needed to allow for fast_install 1.8376 + # before this can be enabled. 1.8377 + hardcode_into_libs=yes 1.8378 + 1.8379 + # Append ld.so.conf contents to the search path 1.8380 + if test -f /etc/ld.so.conf; then 1.8381 + lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` 1.8382 + sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" 1.8383 + fi 1.8384 + 1.8385 + # We used to test for /lib/ld.so.1 and disable shared libraries on 1.8386 + # powerpc, because MkLinux only supported shared libraries with the 1.8387 + # GNU dynamic linker. Since this was broken with cross compilers, 1.8388 + # most powerpc-linux boxes support dynamic linking these days and 1.8389 + # people can always --disable-shared, the test was removed, and we 1.8390 + # assume the GNU/Linux dynamic linker is in use. 1.8391 + dynamic_linker='GNU/Linux ld.so' 1.8392 + ;; 1.8393 + 1.8394 +netbsdelf*-gnu) 1.8395 + version_type=linux 1.8396 + need_lib_prefix=no 1.8397 + need_version=no 1.8398 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' 1.8399 + soname_spec='${libname}${release}${shared_ext}$major' 1.8400 + shlibpath_var=LD_LIBRARY_PATH 1.8401 + shlibpath_overrides_runpath=no 1.8402 + hardcode_into_libs=yes 1.8403 + dynamic_linker='NetBSD ld.elf_so' 1.8404 + ;; 1.8405 + 1.8406 +knetbsd*-gnu) 1.8407 + version_type=linux 1.8408 + need_lib_prefix=no 1.8409 + need_version=no 1.8410 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' 1.8411 + soname_spec='${libname}${release}${shared_ext}$major' 1.8412 + shlibpath_var=LD_LIBRARY_PATH 1.8413 + shlibpath_overrides_runpath=no 1.8414 + hardcode_into_libs=yes 1.8415 + dynamic_linker='GNU ld.so' 1.8416 + ;; 1.8417 + 1.8418 +netbsd*) 1.8419 + version_type=sunos 1.8420 + need_lib_prefix=no 1.8421 + need_version=no 1.8422 + if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then 1.8423 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' 1.8424 + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' 1.8425 + dynamic_linker='NetBSD (a.out) ld.so' 1.8426 + else 1.8427 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' 1.8428 + soname_spec='${libname}${release}${shared_ext}$major' 1.8429 + dynamic_linker='NetBSD ld.elf_so' 1.8430 + fi 1.8431 + shlibpath_var=LD_LIBRARY_PATH 1.8432 + shlibpath_overrides_runpath=yes 1.8433 + hardcode_into_libs=yes 1.8434 + ;; 1.8435 + 1.8436 +newsos6) 1.8437 + version_type=linux 1.8438 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 1.8439 + shlibpath_var=LD_LIBRARY_PATH 1.8440 + shlibpath_overrides_runpath=yes 1.8441 + ;; 1.8442 + 1.8443 +nto-qnx*) 1.8444 + version_type=linux 1.8445 + need_lib_prefix=no 1.8446 + need_version=no 1.8447 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 1.8448 + soname_spec='${libname}${release}${shared_ext}$major' 1.8449 + shlibpath_var=LD_LIBRARY_PATH 1.8450 + shlibpath_overrides_runpath=yes 1.8451 + ;; 1.8452 + 1.8453 +openbsd*) 1.8454 + version_type=sunos 1.8455 + sys_lib_dlsearch_path_spec="/usr/lib" 1.8456 + need_lib_prefix=no 1.8457 + # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs. 1.8458 + case $host_os in 1.8459 + openbsd3.3 | openbsd3.3.*) need_version=yes ;; 1.8460 + *) need_version=no ;; 1.8461 + esac 1.8462 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' 1.8463 + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' 1.8464 + shlibpath_var=LD_LIBRARY_PATH 1.8465 + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then 1.8466 + case $host_os in 1.8467 + openbsd2.[89] | openbsd2.[89].*) 1.8468 + shlibpath_overrides_runpath=no 1.8469 + ;; 1.8470 + *) 1.8471 + shlibpath_overrides_runpath=yes 1.8472 + ;; 1.8473 + esac 1.8474 + else 1.8475 + shlibpath_overrides_runpath=yes 1.8476 + fi 1.8477 + ;; 1.8478 + 1.8479 +os2*) 1.8480 + libname_spec='$name' 1.8481 + shrext_cmds=".dll" 1.8482 + need_lib_prefix=no 1.8483 + library_names_spec='$libname${shared_ext} $libname.a' 1.8484 + dynamic_linker='OS/2 ld.exe' 1.8485 + shlibpath_var=LIBPATH 1.8486 + ;; 1.8487 + 1.8488 +osf3* | osf4* | osf5*) 1.8489 + version_type=osf 1.8490 + need_lib_prefix=no 1.8491 + need_version=no 1.8492 + soname_spec='${libname}${release}${shared_ext}$major' 1.8493 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 1.8494 + shlibpath_var=LD_LIBRARY_PATH 1.8495 + sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" 1.8496 + sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" 1.8497 + ;; 1.8498 + 1.8499 +solaris*) 1.8500 + version_type=linux 1.8501 + need_lib_prefix=no 1.8502 + need_version=no 1.8503 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 1.8504 + soname_spec='${libname}${release}${shared_ext}$major' 1.8505 + shlibpath_var=LD_LIBRARY_PATH 1.8506 + shlibpath_overrides_runpath=yes 1.8507 + hardcode_into_libs=yes 1.8508 + # ldd complains unless libraries are executable 1.8509 + postinstall_cmds='chmod +x $lib' 1.8510 + ;; 1.8511 + 1.8512 +sunos4*) 1.8513 + version_type=sunos 1.8514 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' 1.8515 + finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' 1.8516 + shlibpath_var=LD_LIBRARY_PATH 1.8517 + shlibpath_overrides_runpath=yes 1.8518 + if test "$with_gnu_ld" = yes; then 1.8519 + need_lib_prefix=no 1.8520 + fi 1.8521 + need_version=yes 1.8522 + ;; 1.8523 + 1.8524 +sysv4 | sysv4.3*) 1.8525 + version_type=linux 1.8526 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 1.8527 + soname_spec='${libname}${release}${shared_ext}$major' 1.8528 + shlibpath_var=LD_LIBRARY_PATH 1.8529 + case $host_vendor in 1.8530 + sni) 1.8531 + shlibpath_overrides_runpath=no 1.8532 + need_lib_prefix=no 1.8533 + export_dynamic_flag_spec='${wl}-Blargedynsym' 1.8534 + runpath_var=LD_RUN_PATH 1.8535 + ;; 1.8536 + siemens) 1.8537 + need_lib_prefix=no 1.8538 + ;; 1.8539 + motorola) 1.8540 + need_lib_prefix=no 1.8541 + need_version=no 1.8542 + shlibpath_overrides_runpath=no 1.8543 + sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' 1.8544 + ;; 1.8545 + esac 1.8546 + ;; 1.8547 + 1.8548 +sysv4*MP*) 1.8549 + if test -d /usr/nec ;then 1.8550 + version_type=linux 1.8551 + library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' 1.8552 + soname_spec='$libname${shared_ext}.$major' 1.8553 + shlibpath_var=LD_LIBRARY_PATH 1.8554 + fi 1.8555 + ;; 1.8556 + 1.8557 +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) 1.8558 + version_type=freebsd-elf 1.8559 + need_lib_prefix=no 1.8560 + need_version=no 1.8561 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' 1.8562 + soname_spec='${libname}${release}${shared_ext}$major' 1.8563 + shlibpath_var=LD_LIBRARY_PATH 1.8564 + hardcode_into_libs=yes 1.8565 + if test "$with_gnu_ld" = yes; then 1.8566 + sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' 1.8567 + shlibpath_overrides_runpath=no 1.8568 + else 1.8569 + sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' 1.8570 + shlibpath_overrides_runpath=yes 1.8571 + case $host_os in 1.8572 + sco3.2v5*) 1.8573 + sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" 1.8574 + ;; 1.8575 + esac 1.8576 + fi 1.8577 + sys_lib_dlsearch_path_spec='/usr/lib' 1.8578 + ;; 1.8579 + 1.8580 +uts4*) 1.8581 + version_type=linux 1.8582 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 1.8583 + soname_spec='${libname}${release}${shared_ext}$major' 1.8584 + shlibpath_var=LD_LIBRARY_PATH 1.8585 + ;; 1.8586 + 1.8587 +*) 1.8588 + dynamic_linker=no 1.8589 + ;; 1.8590 +esac 1.8591 +echo "$as_me:$LINENO: result: $dynamic_linker" >&5 1.8592 +echo "${ECHO_T}$dynamic_linker" >&6 1.8593 +test "$dynamic_linker" = no && can_build_shared=no 1.8594 + 1.8595 +variables_saved_for_relink="PATH $shlibpath_var $runpath_var" 1.8596 +if test "$GCC" = yes; then 1.8597 + variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" 1.8598 +fi 1.8599 + 1.8600 +echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 1.8601 +echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6 1.8602 +hardcode_action= 1.8603 +if test -n "$hardcode_libdir_flag_spec" || \ 1.8604 + test -n "$runpath_var" || \ 1.8605 + test "X$hardcode_automatic" = "Xyes" ; then 1.8606 + 1.8607 + # We can hardcode non-existant directories. 1.8608 + if test "$hardcode_direct" != no && 1.8609 + # If the only mechanism to avoid hardcoding is shlibpath_var, we 1.8610 + # have to relink, otherwise we might link with an installed library 1.8611 + # when we should be linking with a yet-to-be-installed one 1.8612 + ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, )" != no && 1.8613 + test "$hardcode_minus_L" != no; then 1.8614 + # Linking always hardcodes the temporary library directory. 1.8615 + hardcode_action=relink 1.8616 + else 1.8617 + # We can link without hardcoding, and we can hardcode nonexisting dirs. 1.8618 + hardcode_action=immediate 1.8619 + fi 1.8620 +else 1.8621 + # We cannot hardcode anything, or else we can only hardcode existing 1.8622 + # directories. 1.8623 + hardcode_action=unsupported 1.8624 +fi 1.8625 +echo "$as_me:$LINENO: result: $hardcode_action" >&5 1.8626 +echo "${ECHO_T}$hardcode_action" >&6 1.8627 + 1.8628 +if test "$hardcode_action" = relink; then 1.8629 + # Fast installation is not supported 1.8630 + enable_fast_install=no 1.8631 +elif test "$shlibpath_overrides_runpath" = yes || 1.8632 + test "$enable_shared" = no; then 1.8633 + # Fast installation is not necessary 1.8634 + enable_fast_install=needless 1.8635 +fi 1.8636 + 1.8637 +striplib= 1.8638 +old_striplib= 1.8639 +echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5 1.8640 +echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6 1.8641 +if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then 1.8642 + test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" 1.8643 + test -z "$striplib" && striplib="$STRIP --strip-unneeded" 1.8644 + echo "$as_me:$LINENO: result: yes" >&5 1.8645 +echo "${ECHO_T}yes" >&6 1.8646 +else 1.8647 +# FIXME - insert some real tests, host_os isn't really good enough 1.8648 + case $host_os in 1.8649 + darwin*) 1.8650 + if test -n "$STRIP" ; then 1.8651 + striplib="$STRIP -x" 1.8652 + echo "$as_me:$LINENO: result: yes" >&5 1.8653 +echo "${ECHO_T}yes" >&6 1.8654 + else 1.8655 + echo "$as_me:$LINENO: result: no" >&5 1.8656 +echo "${ECHO_T}no" >&6 1.8657 +fi 1.8658 + ;; 1.8659 + *) 1.8660 + echo "$as_me:$LINENO: result: no" >&5 1.8661 +echo "${ECHO_T}no" >&6 1.8662 + ;; 1.8663 + esac 1.8664 +fi 1.8665 + 1.8666 +if test "x$enable_dlopen" != xyes; then 1.8667 + enable_dlopen=unknown 1.8668 + enable_dlopen_self=unknown 1.8669 + enable_dlopen_self_static=unknown 1.8670 +else 1.8671 + lt_cv_dlopen=no 1.8672 + lt_cv_dlopen_libs= 1.8673 + 1.8674 + case $host_os in 1.8675 + beos*) 1.8676 + lt_cv_dlopen="load_add_on" 1.8677 + lt_cv_dlopen_libs= 1.8678 + lt_cv_dlopen_self=yes 1.8679 + ;; 1.8680 + 1.8681 + mingw* | pw32*) 1.8682 + lt_cv_dlopen="LoadLibrary" 1.8683 + lt_cv_dlopen_libs= 1.8684 + ;; 1.8685 + 1.8686 + cygwin*) 1.8687 + lt_cv_dlopen="dlopen" 1.8688 + lt_cv_dlopen_libs= 1.8689 + ;; 1.8690 + 1.8691 + darwin*) 1.8692 + # if libdl is installed we need to link against it 1.8693 + echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 1.8694 +echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6 1.8695 +if test "${ac_cv_lib_dl_dlopen+set}" = set; then 1.8696 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.8697 +else 1.8698 + ac_check_lib_save_LIBS=$LIBS 1.8699 +LIBS="-ldl $LIBS" 1.8700 +cat >conftest.$ac_ext <<_ACEOF 1.8701 +/* confdefs.h. */ 1.8702 +_ACEOF 1.8703 +cat confdefs.h >>conftest.$ac_ext 1.8704 +cat >>conftest.$ac_ext <<_ACEOF 1.8705 +/* end confdefs.h. */ 1.8706 + 1.8707 +/* Override any gcc2 internal prototype to avoid an error. */ 1.8708 +#ifdef __cplusplus 1.8709 +extern "C" 1.8710 +#endif 1.8711 +/* We use char because int might match the return type of a gcc2 1.8712 + builtin and then its argument prototype would still apply. */ 1.8713 +char dlopen (); 1.8714 +int 1.8715 +main () 1.8716 +{ 1.8717 +dlopen (); 1.8718 + ; 1.8719 + return 0; 1.8720 +} 1.8721 +_ACEOF 1.8722 +rm -f conftest.$ac_objext conftest$ac_exeext 1.8723 +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 1.8724 + (eval $ac_link) 2>conftest.er1 1.8725 + ac_status=$? 1.8726 + grep -v '^ *+' conftest.er1 >conftest.err 1.8727 + rm -f conftest.er1 1.8728 + cat conftest.err >&5 1.8729 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.8730 + (exit $ac_status); } && 1.8731 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 1.8732 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.8733 + (eval $ac_try) 2>&5 1.8734 + ac_status=$? 1.8735 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.8736 + (exit $ac_status); }; } && 1.8737 + { ac_try='test -s conftest$ac_exeext' 1.8738 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.8739 + (eval $ac_try) 2>&5 1.8740 + ac_status=$? 1.8741 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.8742 + (exit $ac_status); }; }; then 1.8743 + ac_cv_lib_dl_dlopen=yes 1.8744 +else 1.8745 + echo "$as_me: failed program was:" >&5 1.8746 +sed 's/^/| /' conftest.$ac_ext >&5 1.8747 + 1.8748 +ac_cv_lib_dl_dlopen=no 1.8749 +fi 1.8750 +rm -f conftest.err conftest.$ac_objext \ 1.8751 + conftest$ac_exeext conftest.$ac_ext 1.8752 +LIBS=$ac_check_lib_save_LIBS 1.8753 +fi 1.8754 +echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 1.8755 +echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6 1.8756 +if test $ac_cv_lib_dl_dlopen = yes; then 1.8757 + lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" 1.8758 +else 1.8759 + 1.8760 + lt_cv_dlopen="dyld" 1.8761 + lt_cv_dlopen_libs= 1.8762 + lt_cv_dlopen_self=yes 1.8763 + 1.8764 +fi 1.8765 + 1.8766 + ;; 1.8767 + 1.8768 + *) 1.8769 + echo "$as_me:$LINENO: checking for shl_load" >&5 1.8770 +echo $ECHO_N "checking for shl_load... $ECHO_C" >&6 1.8771 +if test "${ac_cv_func_shl_load+set}" = set; then 1.8772 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.8773 +else 1.8774 + cat >conftest.$ac_ext <<_ACEOF 1.8775 +/* confdefs.h. */ 1.8776 +_ACEOF 1.8777 +cat confdefs.h >>conftest.$ac_ext 1.8778 +cat >>conftest.$ac_ext <<_ACEOF 1.8779 +/* end confdefs.h. */ 1.8780 +/* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load. 1.8781 + For example, HP-UX 11i <limits.h> declares gettimeofday. */ 1.8782 +#define shl_load innocuous_shl_load 1.8783 + 1.8784 +/* System header to define __stub macros and hopefully few prototypes, 1.8785 + which can conflict with char shl_load (); below. 1.8786 + Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 1.8787 + <limits.h> exists even on freestanding compilers. */ 1.8788 + 1.8789 +#ifdef __STDC__ 1.8790 +# include <limits.h> 1.8791 +#else 1.8792 +# include <assert.h> 1.8793 +#endif 1.8794 + 1.8795 +#undef shl_load 1.8796 + 1.8797 +/* Override any gcc2 internal prototype to avoid an error. */ 1.8798 +#ifdef __cplusplus 1.8799 +extern "C" 1.8800 +{ 1.8801 +#endif 1.8802 +/* We use char because int might match the return type of a gcc2 1.8803 + builtin and then its argument prototype would still apply. */ 1.8804 +char shl_load (); 1.8805 +/* The GNU C library defines this for functions which it implements 1.8806 + to always fail with ENOSYS. Some functions are actually named 1.8807 + something starting with __ and the normal name is an alias. */ 1.8808 +#if defined (__stub_shl_load) || defined (__stub___shl_load) 1.8809 +choke me 1.8810 +#else 1.8811 +char (*f) () = shl_load; 1.8812 +#endif 1.8813 +#ifdef __cplusplus 1.8814 +} 1.8815 +#endif 1.8816 + 1.8817 +int 1.8818 +main () 1.8819 +{ 1.8820 +return f != shl_load; 1.8821 + ; 1.8822 + return 0; 1.8823 +} 1.8824 +_ACEOF 1.8825 +rm -f conftest.$ac_objext conftest$ac_exeext 1.8826 +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 1.8827 + (eval $ac_link) 2>conftest.er1 1.8828 + ac_status=$? 1.8829 + grep -v '^ *+' conftest.er1 >conftest.err 1.8830 + rm -f conftest.er1 1.8831 + cat conftest.err >&5 1.8832 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.8833 + (exit $ac_status); } && 1.8834 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 1.8835 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.8836 + (eval $ac_try) 2>&5 1.8837 + ac_status=$? 1.8838 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.8839 + (exit $ac_status); }; } && 1.8840 + { ac_try='test -s conftest$ac_exeext' 1.8841 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.8842 + (eval $ac_try) 2>&5 1.8843 + ac_status=$? 1.8844 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.8845 + (exit $ac_status); }; }; then 1.8846 + ac_cv_func_shl_load=yes 1.8847 +else 1.8848 + echo "$as_me: failed program was:" >&5 1.8849 +sed 's/^/| /' conftest.$ac_ext >&5 1.8850 + 1.8851 +ac_cv_func_shl_load=no 1.8852 +fi 1.8853 +rm -f conftest.err conftest.$ac_objext \ 1.8854 + conftest$ac_exeext conftest.$ac_ext 1.8855 +fi 1.8856 +echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5 1.8857 +echo "${ECHO_T}$ac_cv_func_shl_load" >&6 1.8858 +if test $ac_cv_func_shl_load = yes; then 1.8859 + lt_cv_dlopen="shl_load" 1.8860 +else 1.8861 + echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5 1.8862 +echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6 1.8863 +if test "${ac_cv_lib_dld_shl_load+set}" = set; then 1.8864 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.8865 +else 1.8866 + ac_check_lib_save_LIBS=$LIBS 1.8867 +LIBS="-ldld $LIBS" 1.8868 +cat >conftest.$ac_ext <<_ACEOF 1.8869 +/* confdefs.h. */ 1.8870 +_ACEOF 1.8871 +cat confdefs.h >>conftest.$ac_ext 1.8872 +cat >>conftest.$ac_ext <<_ACEOF 1.8873 +/* end confdefs.h. */ 1.8874 + 1.8875 +/* Override any gcc2 internal prototype to avoid an error. */ 1.8876 +#ifdef __cplusplus 1.8877 +extern "C" 1.8878 +#endif 1.8879 +/* We use char because int might match the return type of a gcc2 1.8880 + builtin and then its argument prototype would still apply. */ 1.8881 +char shl_load (); 1.8882 +int 1.8883 +main () 1.8884 +{ 1.8885 +shl_load (); 1.8886 + ; 1.8887 + return 0; 1.8888 +} 1.8889 +_ACEOF 1.8890 +rm -f conftest.$ac_objext conftest$ac_exeext 1.8891 +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 1.8892 + (eval $ac_link) 2>conftest.er1 1.8893 + ac_status=$? 1.8894 + grep -v '^ *+' conftest.er1 >conftest.err 1.8895 + rm -f conftest.er1 1.8896 + cat conftest.err >&5 1.8897 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.8898 + (exit $ac_status); } && 1.8899 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 1.8900 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.8901 + (eval $ac_try) 2>&5 1.8902 + ac_status=$? 1.8903 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.8904 + (exit $ac_status); }; } && 1.8905 + { ac_try='test -s conftest$ac_exeext' 1.8906 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.8907 + (eval $ac_try) 2>&5 1.8908 + ac_status=$? 1.8909 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.8910 + (exit $ac_status); }; }; then 1.8911 + ac_cv_lib_dld_shl_load=yes 1.8912 +else 1.8913 + echo "$as_me: failed program was:" >&5 1.8914 +sed 's/^/| /' conftest.$ac_ext >&5 1.8915 + 1.8916 +ac_cv_lib_dld_shl_load=no 1.8917 +fi 1.8918 +rm -f conftest.err conftest.$ac_objext \ 1.8919 + conftest$ac_exeext conftest.$ac_ext 1.8920 +LIBS=$ac_check_lib_save_LIBS 1.8921 +fi 1.8922 +echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5 1.8923 +echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6 1.8924 +if test $ac_cv_lib_dld_shl_load = yes; then 1.8925 + lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld" 1.8926 +else 1.8927 + echo "$as_me:$LINENO: checking for dlopen" >&5 1.8928 +echo $ECHO_N "checking for dlopen... $ECHO_C" >&6 1.8929 +if test "${ac_cv_func_dlopen+set}" = set; then 1.8930 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.8931 +else 1.8932 + cat >conftest.$ac_ext <<_ACEOF 1.8933 +/* confdefs.h. */ 1.8934 +_ACEOF 1.8935 +cat confdefs.h >>conftest.$ac_ext 1.8936 +cat >>conftest.$ac_ext <<_ACEOF 1.8937 +/* end confdefs.h. */ 1.8938 +/* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen. 1.8939 + For example, HP-UX 11i <limits.h> declares gettimeofday. */ 1.8940 +#define dlopen innocuous_dlopen 1.8941 + 1.8942 +/* System header to define __stub macros and hopefully few prototypes, 1.8943 + which can conflict with char dlopen (); below. 1.8944 + Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 1.8945 + <limits.h> exists even on freestanding compilers. */ 1.8946 + 1.8947 +#ifdef __STDC__ 1.8948 +# include <limits.h> 1.8949 +#else 1.8950 +# include <assert.h> 1.8951 +#endif 1.8952 + 1.8953 +#undef dlopen 1.8954 + 1.8955 +/* Override any gcc2 internal prototype to avoid an error. */ 1.8956 +#ifdef __cplusplus 1.8957 +extern "C" 1.8958 +{ 1.8959 +#endif 1.8960 +/* We use char because int might match the return type of a gcc2 1.8961 + builtin and then its argument prototype would still apply. */ 1.8962 +char dlopen (); 1.8963 +/* The GNU C library defines this for functions which it implements 1.8964 + to always fail with ENOSYS. Some functions are actually named 1.8965 + something starting with __ and the normal name is an alias. */ 1.8966 +#if defined (__stub_dlopen) || defined (__stub___dlopen) 1.8967 +choke me 1.8968 +#else 1.8969 +char (*f) () = dlopen; 1.8970 +#endif 1.8971 +#ifdef __cplusplus 1.8972 +} 1.8973 +#endif 1.8974 + 1.8975 +int 1.8976 +main () 1.8977 +{ 1.8978 +return f != dlopen; 1.8979 + ; 1.8980 + return 0; 1.8981 +} 1.8982 +_ACEOF 1.8983 +rm -f conftest.$ac_objext conftest$ac_exeext 1.8984 +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 1.8985 + (eval $ac_link) 2>conftest.er1 1.8986 + ac_status=$? 1.8987 + grep -v '^ *+' conftest.er1 >conftest.err 1.8988 + rm -f conftest.er1 1.8989 + cat conftest.err >&5 1.8990 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.8991 + (exit $ac_status); } && 1.8992 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 1.8993 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.8994 + (eval $ac_try) 2>&5 1.8995 + ac_status=$? 1.8996 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.8997 + (exit $ac_status); }; } && 1.8998 + { ac_try='test -s conftest$ac_exeext' 1.8999 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.9000 + (eval $ac_try) 2>&5 1.9001 + ac_status=$? 1.9002 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.9003 + (exit $ac_status); }; }; then 1.9004 + ac_cv_func_dlopen=yes 1.9005 +else 1.9006 + echo "$as_me: failed program was:" >&5 1.9007 +sed 's/^/| /' conftest.$ac_ext >&5 1.9008 + 1.9009 +ac_cv_func_dlopen=no 1.9010 +fi 1.9011 +rm -f conftest.err conftest.$ac_objext \ 1.9012 + conftest$ac_exeext conftest.$ac_ext 1.9013 +fi 1.9014 +echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5 1.9015 +echo "${ECHO_T}$ac_cv_func_dlopen" >&6 1.9016 +if test $ac_cv_func_dlopen = yes; then 1.9017 + lt_cv_dlopen="dlopen" 1.9018 +else 1.9019 + echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 1.9020 +echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6 1.9021 +if test "${ac_cv_lib_dl_dlopen+set}" = set; then 1.9022 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.9023 +else 1.9024 + ac_check_lib_save_LIBS=$LIBS 1.9025 +LIBS="-ldl $LIBS" 1.9026 +cat >conftest.$ac_ext <<_ACEOF 1.9027 +/* confdefs.h. */ 1.9028 +_ACEOF 1.9029 +cat confdefs.h >>conftest.$ac_ext 1.9030 +cat >>conftest.$ac_ext <<_ACEOF 1.9031 +/* end confdefs.h. */ 1.9032 + 1.9033 +/* Override any gcc2 internal prototype to avoid an error. */ 1.9034 +#ifdef __cplusplus 1.9035 +extern "C" 1.9036 +#endif 1.9037 +/* We use char because int might match the return type of a gcc2 1.9038 + builtin and then its argument prototype would still apply. */ 1.9039 +char dlopen (); 1.9040 +int 1.9041 +main () 1.9042 +{ 1.9043 +dlopen (); 1.9044 + ; 1.9045 + return 0; 1.9046 +} 1.9047 +_ACEOF 1.9048 +rm -f conftest.$ac_objext conftest$ac_exeext 1.9049 +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 1.9050 + (eval $ac_link) 2>conftest.er1 1.9051 + ac_status=$? 1.9052 + grep -v '^ *+' conftest.er1 >conftest.err 1.9053 + rm -f conftest.er1 1.9054 + cat conftest.err >&5 1.9055 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.9056 + (exit $ac_status); } && 1.9057 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 1.9058 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.9059 + (eval $ac_try) 2>&5 1.9060 + ac_status=$? 1.9061 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.9062 + (exit $ac_status); }; } && 1.9063 + { ac_try='test -s conftest$ac_exeext' 1.9064 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.9065 + (eval $ac_try) 2>&5 1.9066 + ac_status=$? 1.9067 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.9068 + (exit $ac_status); }; }; then 1.9069 + ac_cv_lib_dl_dlopen=yes 1.9070 +else 1.9071 + echo "$as_me: failed program was:" >&5 1.9072 +sed 's/^/| /' conftest.$ac_ext >&5 1.9073 + 1.9074 +ac_cv_lib_dl_dlopen=no 1.9075 +fi 1.9076 +rm -f conftest.err conftest.$ac_objext \ 1.9077 + conftest$ac_exeext conftest.$ac_ext 1.9078 +LIBS=$ac_check_lib_save_LIBS 1.9079 +fi 1.9080 +echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 1.9081 +echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6 1.9082 +if test $ac_cv_lib_dl_dlopen = yes; then 1.9083 + lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" 1.9084 +else 1.9085 + echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5 1.9086 +echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6 1.9087 +if test "${ac_cv_lib_svld_dlopen+set}" = set; then 1.9088 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.9089 +else 1.9090 + ac_check_lib_save_LIBS=$LIBS 1.9091 +LIBS="-lsvld $LIBS" 1.9092 +cat >conftest.$ac_ext <<_ACEOF 1.9093 +/* confdefs.h. */ 1.9094 +_ACEOF 1.9095 +cat confdefs.h >>conftest.$ac_ext 1.9096 +cat >>conftest.$ac_ext <<_ACEOF 1.9097 +/* end confdefs.h. */ 1.9098 + 1.9099 +/* Override any gcc2 internal prototype to avoid an error. */ 1.9100 +#ifdef __cplusplus 1.9101 +extern "C" 1.9102 +#endif 1.9103 +/* We use char because int might match the return type of a gcc2 1.9104 + builtin and then its argument prototype would still apply. */ 1.9105 +char dlopen (); 1.9106 +int 1.9107 +main () 1.9108 +{ 1.9109 +dlopen (); 1.9110 + ; 1.9111 + return 0; 1.9112 +} 1.9113 +_ACEOF 1.9114 +rm -f conftest.$ac_objext conftest$ac_exeext 1.9115 +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 1.9116 + (eval $ac_link) 2>conftest.er1 1.9117 + ac_status=$? 1.9118 + grep -v '^ *+' conftest.er1 >conftest.err 1.9119 + rm -f conftest.er1 1.9120 + cat conftest.err >&5 1.9121 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.9122 + (exit $ac_status); } && 1.9123 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 1.9124 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.9125 + (eval $ac_try) 2>&5 1.9126 + ac_status=$? 1.9127 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.9128 + (exit $ac_status); }; } && 1.9129 + { ac_try='test -s conftest$ac_exeext' 1.9130 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.9131 + (eval $ac_try) 2>&5 1.9132 + ac_status=$? 1.9133 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.9134 + (exit $ac_status); }; }; then 1.9135 + ac_cv_lib_svld_dlopen=yes 1.9136 +else 1.9137 + echo "$as_me: failed program was:" >&5 1.9138 +sed 's/^/| /' conftest.$ac_ext >&5 1.9139 + 1.9140 +ac_cv_lib_svld_dlopen=no 1.9141 +fi 1.9142 +rm -f conftest.err conftest.$ac_objext \ 1.9143 + conftest$ac_exeext conftest.$ac_ext 1.9144 +LIBS=$ac_check_lib_save_LIBS 1.9145 +fi 1.9146 +echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5 1.9147 +echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6 1.9148 +if test $ac_cv_lib_svld_dlopen = yes; then 1.9149 + lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld" 1.9150 +else 1.9151 + echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5 1.9152 +echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6 1.9153 +if test "${ac_cv_lib_dld_dld_link+set}" = set; then 1.9154 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.9155 +else 1.9156 + ac_check_lib_save_LIBS=$LIBS 1.9157 +LIBS="-ldld $LIBS" 1.9158 +cat >conftest.$ac_ext <<_ACEOF 1.9159 +/* confdefs.h. */ 1.9160 +_ACEOF 1.9161 +cat confdefs.h >>conftest.$ac_ext 1.9162 +cat >>conftest.$ac_ext <<_ACEOF 1.9163 +/* end confdefs.h. */ 1.9164 + 1.9165 +/* Override any gcc2 internal prototype to avoid an error. */ 1.9166 +#ifdef __cplusplus 1.9167 +extern "C" 1.9168 +#endif 1.9169 +/* We use char because int might match the return type of a gcc2 1.9170 + builtin and then its argument prototype would still apply. */ 1.9171 +char dld_link (); 1.9172 +int 1.9173 +main () 1.9174 +{ 1.9175 +dld_link (); 1.9176 + ; 1.9177 + return 0; 1.9178 +} 1.9179 +_ACEOF 1.9180 +rm -f conftest.$ac_objext conftest$ac_exeext 1.9181 +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 1.9182 + (eval $ac_link) 2>conftest.er1 1.9183 + ac_status=$? 1.9184 + grep -v '^ *+' conftest.er1 >conftest.err 1.9185 + rm -f conftest.er1 1.9186 + cat conftest.err >&5 1.9187 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.9188 + (exit $ac_status); } && 1.9189 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 1.9190 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.9191 + (eval $ac_try) 2>&5 1.9192 + ac_status=$? 1.9193 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.9194 + (exit $ac_status); }; } && 1.9195 + { ac_try='test -s conftest$ac_exeext' 1.9196 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.9197 + (eval $ac_try) 2>&5 1.9198 + ac_status=$? 1.9199 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.9200 + (exit $ac_status); }; }; then 1.9201 + ac_cv_lib_dld_dld_link=yes 1.9202 +else 1.9203 + echo "$as_me: failed program was:" >&5 1.9204 +sed 's/^/| /' conftest.$ac_ext >&5 1.9205 + 1.9206 +ac_cv_lib_dld_dld_link=no 1.9207 +fi 1.9208 +rm -f conftest.err conftest.$ac_objext \ 1.9209 + conftest$ac_exeext conftest.$ac_ext 1.9210 +LIBS=$ac_check_lib_save_LIBS 1.9211 +fi 1.9212 +echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5 1.9213 +echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6 1.9214 +if test $ac_cv_lib_dld_dld_link = yes; then 1.9215 + lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld" 1.9216 +fi 1.9217 + 1.9218 + 1.9219 +fi 1.9220 + 1.9221 + 1.9222 +fi 1.9223 + 1.9224 + 1.9225 +fi 1.9226 + 1.9227 + 1.9228 +fi 1.9229 + 1.9230 + 1.9231 +fi 1.9232 + 1.9233 + ;; 1.9234 + esac 1.9235 + 1.9236 + if test "x$lt_cv_dlopen" != xno; then 1.9237 + enable_dlopen=yes 1.9238 + else 1.9239 + enable_dlopen=no 1.9240 + fi 1.9241 + 1.9242 + case $lt_cv_dlopen in 1.9243 + dlopen) 1.9244 + save_CPPFLAGS="$CPPFLAGS" 1.9245 + test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" 1.9246 + 1.9247 + save_LDFLAGS="$LDFLAGS" 1.9248 + wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" 1.9249 + 1.9250 + save_LIBS="$LIBS" 1.9251 + LIBS="$lt_cv_dlopen_libs $LIBS" 1.9252 + 1.9253 + echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5 1.9254 +echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6 1.9255 +if test "${lt_cv_dlopen_self+set}" = set; then 1.9256 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.9257 +else 1.9258 + if test "$cross_compiling" = yes; then : 1.9259 + lt_cv_dlopen_self=cross 1.9260 +else 1.9261 + lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 1.9262 + lt_status=$lt_dlunknown 1.9263 + cat > conftest.$ac_ext <<EOF 1.9264 +#line 9261 "configure" 1.9265 +#include "confdefs.h" 1.9266 + 1.9267 +#if HAVE_DLFCN_H 1.9268 +#include <dlfcn.h> 1.9269 +#endif 1.9270 + 1.9271 +#include <stdio.h> 1.9272 + 1.9273 +#ifdef RTLD_GLOBAL 1.9274 +# define LT_DLGLOBAL RTLD_GLOBAL 1.9275 +#else 1.9276 +# ifdef DL_GLOBAL 1.9277 +# define LT_DLGLOBAL DL_GLOBAL 1.9278 +# else 1.9279 +# define LT_DLGLOBAL 0 1.9280 +# endif 1.9281 +#endif 1.9282 + 1.9283 +/* We may have to define LT_DLLAZY_OR_NOW in the command line if we 1.9284 + find out it does not work in some platform. */ 1.9285 +#ifndef LT_DLLAZY_OR_NOW 1.9286 +# ifdef RTLD_LAZY 1.9287 +# define LT_DLLAZY_OR_NOW RTLD_LAZY 1.9288 +# else 1.9289 +# ifdef DL_LAZY 1.9290 +# define LT_DLLAZY_OR_NOW DL_LAZY 1.9291 +# else 1.9292 +# ifdef RTLD_NOW 1.9293 +# define LT_DLLAZY_OR_NOW RTLD_NOW 1.9294 +# else 1.9295 +# ifdef DL_NOW 1.9296 +# define LT_DLLAZY_OR_NOW DL_NOW 1.9297 +# else 1.9298 +# define LT_DLLAZY_OR_NOW 0 1.9299 +# endif 1.9300 +# endif 1.9301 +# endif 1.9302 +# endif 1.9303 +#endif 1.9304 + 1.9305 +#ifdef __cplusplus 1.9306 +extern "C" void exit (int); 1.9307 +#endif 1.9308 + 1.9309 +void fnord() { int i=42;} 1.9310 +int main () 1.9311 +{ 1.9312 + void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); 1.9313 + int status = $lt_dlunknown; 1.9314 + 1.9315 + if (self) 1.9316 + { 1.9317 + if (dlsym (self,"fnord")) status = $lt_dlno_uscore; 1.9318 + else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; 1.9319 + /* dlclose (self); */ 1.9320 + } 1.9321 + else 1.9322 + puts (dlerror ()); 1.9323 + 1.9324 + exit (status); 1.9325 +} 1.9326 +EOF 1.9327 + if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 1.9328 + (eval $ac_link) 2>&5 1.9329 + ac_status=$? 1.9330 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.9331 + (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then 1.9332 + (./conftest; exit; ) >&5 2>/dev/null 1.9333 + lt_status=$? 1.9334 + case x$lt_status in 1.9335 + x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;; 1.9336 + x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;; 1.9337 + x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;; 1.9338 + esac 1.9339 + else : 1.9340 + # compilation failed 1.9341 + lt_cv_dlopen_self=no 1.9342 + fi 1.9343 +fi 1.9344 +rm -fr conftest* 1.9345 + 1.9346 + 1.9347 +fi 1.9348 +echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5 1.9349 +echo "${ECHO_T}$lt_cv_dlopen_self" >&6 1.9350 + 1.9351 + if test "x$lt_cv_dlopen_self" = xyes; then 1.9352 + wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" 1.9353 + echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5 1.9354 +echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6 1.9355 +if test "${lt_cv_dlopen_self_static+set}" = set; then 1.9356 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.9357 +else 1.9358 + if test "$cross_compiling" = yes; then : 1.9359 + lt_cv_dlopen_self_static=cross 1.9360 +else 1.9361 + lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 1.9362 + lt_status=$lt_dlunknown 1.9363 + cat > conftest.$ac_ext <<EOF 1.9364 +#line 9361 "configure" 1.9365 +#include "confdefs.h" 1.9366 + 1.9367 +#if HAVE_DLFCN_H 1.9368 +#include <dlfcn.h> 1.9369 +#endif 1.9370 + 1.9371 +#include <stdio.h> 1.9372 + 1.9373 +#ifdef RTLD_GLOBAL 1.9374 +# define LT_DLGLOBAL RTLD_GLOBAL 1.9375 +#else 1.9376 +# ifdef DL_GLOBAL 1.9377 +# define LT_DLGLOBAL DL_GLOBAL 1.9378 +# else 1.9379 +# define LT_DLGLOBAL 0 1.9380 +# endif 1.9381 +#endif 1.9382 + 1.9383 +/* We may have to define LT_DLLAZY_OR_NOW in the command line if we 1.9384 + find out it does not work in some platform. */ 1.9385 +#ifndef LT_DLLAZY_OR_NOW 1.9386 +# ifdef RTLD_LAZY 1.9387 +# define LT_DLLAZY_OR_NOW RTLD_LAZY 1.9388 +# else 1.9389 +# ifdef DL_LAZY 1.9390 +# define LT_DLLAZY_OR_NOW DL_LAZY 1.9391 +# else 1.9392 +# ifdef RTLD_NOW 1.9393 +# define LT_DLLAZY_OR_NOW RTLD_NOW 1.9394 +# else 1.9395 +# ifdef DL_NOW 1.9396 +# define LT_DLLAZY_OR_NOW DL_NOW 1.9397 +# else 1.9398 +# define LT_DLLAZY_OR_NOW 0 1.9399 +# endif 1.9400 +# endif 1.9401 +# endif 1.9402 +# endif 1.9403 +#endif 1.9404 + 1.9405 +#ifdef __cplusplus 1.9406 +extern "C" void exit (int); 1.9407 +#endif 1.9408 + 1.9409 +void fnord() { int i=42;} 1.9410 +int main () 1.9411 +{ 1.9412 + void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); 1.9413 + int status = $lt_dlunknown; 1.9414 + 1.9415 + if (self) 1.9416 + { 1.9417 + if (dlsym (self,"fnord")) status = $lt_dlno_uscore; 1.9418 + else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; 1.9419 + /* dlclose (self); */ 1.9420 + } 1.9421 + else 1.9422 + puts (dlerror ()); 1.9423 + 1.9424 + exit (status); 1.9425 +} 1.9426 +EOF 1.9427 + if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 1.9428 + (eval $ac_link) 2>&5 1.9429 + ac_status=$? 1.9430 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.9431 + (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then 1.9432 + (./conftest; exit; ) >&5 2>/dev/null 1.9433 + lt_status=$? 1.9434 + case x$lt_status in 1.9435 + x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;; 1.9436 + x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;; 1.9437 + x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;; 1.9438 + esac 1.9439 + else : 1.9440 + # compilation failed 1.9441 + lt_cv_dlopen_self_static=no 1.9442 + fi 1.9443 +fi 1.9444 +rm -fr conftest* 1.9445 + 1.9446 + 1.9447 +fi 1.9448 +echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5 1.9449 +echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6 1.9450 + fi 1.9451 + 1.9452 + CPPFLAGS="$save_CPPFLAGS" 1.9453 + LDFLAGS="$save_LDFLAGS" 1.9454 + LIBS="$save_LIBS" 1.9455 + ;; 1.9456 + esac 1.9457 + 1.9458 + case $lt_cv_dlopen_self in 1.9459 + yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; 1.9460 + *) enable_dlopen_self=unknown ;; 1.9461 + esac 1.9462 + 1.9463 + case $lt_cv_dlopen_self_static in 1.9464 + yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; 1.9465 + *) enable_dlopen_self_static=unknown ;; 1.9466 + esac 1.9467 +fi 1.9468 + 1.9469 + 1.9470 +# Report which library types will actually be built 1.9471 +echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5 1.9472 +echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6 1.9473 +echo "$as_me:$LINENO: result: $can_build_shared" >&5 1.9474 +echo "${ECHO_T}$can_build_shared" >&6 1.9475 + 1.9476 +echo "$as_me:$LINENO: checking whether to build shared libraries" >&5 1.9477 +echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6 1.9478 +test "$can_build_shared" = "no" && enable_shared=no 1.9479 + 1.9480 +# On AIX, shared libraries and static libraries use the same namespace, and 1.9481 +# are all built from PIC. 1.9482 +case $host_os in 1.9483 +aix3*) 1.9484 + test "$enable_shared" = yes && enable_static=no 1.9485 + if test -n "$RANLIB"; then 1.9486 + archive_cmds="$archive_cmds~\$RANLIB \$lib" 1.9487 + postinstall_cmds='$RANLIB $lib' 1.9488 + fi 1.9489 + ;; 1.9490 + 1.9491 +aix4* | aix5*) 1.9492 + if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then 1.9493 + test "$enable_shared" = yes && enable_static=no 1.9494 + fi 1.9495 + ;; 1.9496 +esac 1.9497 +echo "$as_me:$LINENO: result: $enable_shared" >&5 1.9498 +echo "${ECHO_T}$enable_shared" >&6 1.9499 + 1.9500 +echo "$as_me:$LINENO: checking whether to build static libraries" >&5 1.9501 +echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6 1.9502 +# Make sure either enable_shared or enable_static is yes. 1.9503 +test "$enable_shared" = yes || enable_static=yes 1.9504 +echo "$as_me:$LINENO: result: $enable_static" >&5 1.9505 +echo "${ECHO_T}$enable_static" >&6 1.9506 + 1.9507 +# The else clause should only fire when bootstrapping the 1.9508 +# libtool distribution, otherwise you forgot to ship ltmain.sh 1.9509 +# with your package, and you will get complaints that there are 1.9510 +# no rules to generate ltmain.sh. 1.9511 +if test -f "$ltmain"; then 1.9512 + # See if we are running on zsh, and set the options which allow our commands through 1.9513 + # without removal of \ escapes. 1.9514 + if test -n "${ZSH_VERSION+set}" ; then 1.9515 + setopt NO_GLOB_SUBST 1.9516 + fi 1.9517 + # Now quote all the things that may contain metacharacters while being 1.9518 + # careful not to overquote the AC_SUBSTed values. We take copies of the 1.9519 + # variables and quote the copies for generation of the libtool script. 1.9520 + for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \ 1.9521 + SED SHELL STRIP \ 1.9522 + libname_spec library_names_spec soname_spec extract_expsyms_cmds \ 1.9523 + old_striplib striplib file_magic_cmd finish_cmds finish_eval \ 1.9524 + deplibs_check_method reload_flag reload_cmds need_locks \ 1.9525 + lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \ 1.9526 + lt_cv_sys_global_symbol_to_c_name_address \ 1.9527 + sys_lib_search_path_spec sys_lib_dlsearch_path_spec \ 1.9528 + old_postinstall_cmds old_postuninstall_cmds \ 1.9529 + compiler \ 1.9530 + CC \ 1.9531 + LD \ 1.9532 + lt_prog_compiler_wl \ 1.9533 + lt_prog_compiler_pic \ 1.9534 + lt_prog_compiler_static \ 1.9535 + lt_prog_compiler_no_builtin_flag \ 1.9536 + export_dynamic_flag_spec \ 1.9537 + thread_safe_flag_spec \ 1.9538 + whole_archive_flag_spec \ 1.9539 + enable_shared_with_static_runtimes \ 1.9540 + old_archive_cmds \ 1.9541 + old_archive_from_new_cmds \ 1.9542 + predep_objects \ 1.9543 + postdep_objects \ 1.9544 + predeps \ 1.9545 + postdeps \ 1.9546 + compiler_lib_search_path \ 1.9547 + archive_cmds \ 1.9548 + archive_expsym_cmds \ 1.9549 + postinstall_cmds \ 1.9550 + postuninstall_cmds \ 1.9551 + old_archive_from_expsyms_cmds \ 1.9552 + allow_undefined_flag \ 1.9553 + no_undefined_flag \ 1.9554 + export_symbols_cmds \ 1.9555 + hardcode_libdir_flag_spec \ 1.9556 + hardcode_libdir_flag_spec_ld \ 1.9557 + hardcode_libdir_separator \ 1.9558 + hardcode_automatic \ 1.9559 + module_cmds \ 1.9560 + module_expsym_cmds \ 1.9561 + lt_cv_prog_compiler_c_o \ 1.9562 + exclude_expsyms \ 1.9563 + include_expsyms; do 1.9564 + 1.9565 + case $var in 1.9566 + old_archive_cmds | \ 1.9567 + old_archive_from_new_cmds | \ 1.9568 + archive_cmds | \ 1.9569 + archive_expsym_cmds | \ 1.9570 + module_cmds | \ 1.9571 + module_expsym_cmds | \ 1.9572 + old_archive_from_expsyms_cmds | \ 1.9573 + export_symbols_cmds | \ 1.9574 + extract_expsyms_cmds | reload_cmds | finish_cmds | \ 1.9575 + postinstall_cmds | postuninstall_cmds | \ 1.9576 + old_postinstall_cmds | old_postuninstall_cmds | \ 1.9577 + sys_lib_search_path_spec | sys_lib_dlsearch_path_spec) 1.9578 + # Double-quote double-evaled strings. 1.9579 + eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" 1.9580 + ;; 1.9581 + *) 1.9582 + eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"" 1.9583 + ;; 1.9584 + esac 1.9585 + done 1.9586 + 1.9587 + case $lt_echo in 1.9588 + *'\$0 --fallback-echo"') 1.9589 + lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'` 1.9590 + ;; 1.9591 + esac 1.9592 + 1.9593 +cfgfile="${ofile}T" 1.9594 + trap "$rm \"$cfgfile\"; exit 1" 1 2 15 1.9595 + $rm -f "$cfgfile" 1.9596 + { echo "$as_me:$LINENO: creating $ofile" >&5 1.9597 +echo "$as_me: creating $ofile" >&6;} 1.9598 + 1.9599 + cat <<__EOF__ >> "$cfgfile" 1.9600 +#! $SHELL 1.9601 + 1.9602 +# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services. 1.9603 +# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP) 1.9604 +# NOTE: Changes made to this file will be lost: look at ltmain.sh. 1.9605 +# 1.9606 +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001 1.9607 +# Free Software Foundation, Inc. 1.9608 +# 1.9609 +# This file is part of GNU Libtool: 1.9610 +# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 1.9611 +# 1.9612 +# This program is free software; you can redistribute it and/or modify 1.9613 +# it under the terms of the GNU General Public License as published by 1.9614 +# the Free Software Foundation; either version 2 of the License, or 1.9615 +# (at your option) any later version. 1.9616 +# 1.9617 +# This program is distributed in the hope that it will be useful, but 1.9618 +# WITHOUT ANY WARRANTY; without even the implied warranty of 1.9619 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 1.9620 +# General Public License for more details. 1.9621 +# 1.9622 +# You should have received a copy of the GNU General Public License 1.9623 +# along with this program; if not, write to the Free Software 1.9624 +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 1.9625 +# 1.9626 +# As a special exception to the GNU General Public License, if you 1.9627 +# distribute this file as part of a program that contains a 1.9628 +# configuration script generated by Autoconf, you may include it under 1.9629 +# the same distribution terms that you use for the rest of that program. 1.9630 + 1.9631 +# A sed program that does not truncate output. 1.9632 +SED=$lt_SED 1.9633 + 1.9634 +# Sed that helps us avoid accidentally triggering echo(1) options like -n. 1.9635 +Xsed="$SED -e 1s/^X//" 1.9636 + 1.9637 +# The HP-UX ksh and POSIX shell print the target directory to stdout 1.9638 +# if CDPATH is set. 1.9639 +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH 1.9640 + 1.9641 +# The names of the tagged configurations supported by this script. 1.9642 +available_tags= 1.9643 + 1.9644 +# ### BEGIN LIBTOOL CONFIG 1.9645 + 1.9646 +# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: 1.9647 + 1.9648 +# Shell to use when invoking shell scripts. 1.9649 +SHELL=$lt_SHELL 1.9650 + 1.9651 +# Whether or not to build shared libraries. 1.9652 +build_libtool_libs=$enable_shared 1.9653 + 1.9654 +# Whether or not to build static libraries. 1.9655 +build_old_libs=$enable_static 1.9656 + 1.9657 +# Whether or not to add -lc for building shared libraries. 1.9658 +build_libtool_need_lc=$archive_cmds_need_lc 1.9659 + 1.9660 +# Whether or not to disallow shared libs when runtime libs are static 1.9661 +allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes 1.9662 + 1.9663 +# Whether or not to optimize for fast installation. 1.9664 +fast_install=$enable_fast_install 1.9665 + 1.9666 +# The host system. 1.9667 +host_alias=$host_alias 1.9668 +host=$host 1.9669 +host_os=$host_os 1.9670 + 1.9671 +# The build system. 1.9672 +build_alias=$build_alias 1.9673 +build=$build 1.9674 +build_os=$build_os 1.9675 + 1.9676 +# An echo program that does not interpret backslashes. 1.9677 +echo=$lt_echo 1.9678 + 1.9679 +# The archiver. 1.9680 +AR=$lt_AR 1.9681 +AR_FLAGS=$lt_AR_FLAGS 1.9682 + 1.9683 +# A C compiler. 1.9684 +LTCC=$lt_LTCC 1.9685 + 1.9686 +# LTCC compiler flags. 1.9687 +LTCFLAGS=$lt_LTCFLAGS 1.9688 + 1.9689 +# A language-specific compiler. 1.9690 +CC=$lt_compiler 1.9691 + 1.9692 +# Is the compiler the GNU C compiler? 1.9693 +with_gcc=$GCC 1.9694 + 1.9695 +# An ERE matcher. 1.9696 +EGREP=$lt_EGREP 1.9697 + 1.9698 +# The linker used to build libraries. 1.9699 +LD=$lt_LD 1.9700 + 1.9701 +# Whether we need hard or soft links. 1.9702 +LN_S=$lt_LN_S 1.9703 + 1.9704 +# A BSD-compatible nm program. 1.9705 +NM=$lt_NM 1.9706 + 1.9707 +# A symbol stripping program 1.9708 +STRIP=$lt_STRIP 1.9709 + 1.9710 +# Used to examine libraries when file_magic_cmd begins "file" 1.9711 +MAGIC_CMD=$MAGIC_CMD 1.9712 + 1.9713 +# Used on cygwin: DLL creation program. 1.9714 +DLLTOOL="$DLLTOOL" 1.9715 + 1.9716 +# Used on cygwin: object dumper. 1.9717 +OBJDUMP="$OBJDUMP" 1.9718 + 1.9719 +# Used on cygwin: assembler. 1.9720 +AS="$AS" 1.9721 + 1.9722 +# The name of the directory that contains temporary libtool files. 1.9723 +objdir=$objdir 1.9724 + 1.9725 +# How to create reloadable object files. 1.9726 +reload_flag=$lt_reload_flag 1.9727 +reload_cmds=$lt_reload_cmds 1.9728 + 1.9729 +# How to pass a linker flag through the compiler. 1.9730 +wl=$lt_lt_prog_compiler_wl 1.9731 + 1.9732 +# Object file suffix (normally "o"). 1.9733 +objext="$ac_objext" 1.9734 + 1.9735 +# Old archive suffix (normally "a"). 1.9736 +libext="$libext" 1.9737 + 1.9738 +# Shared library suffix (normally ".so"). 1.9739 +shrext_cmds='$shrext_cmds' 1.9740 + 1.9741 +# Executable file suffix (normally ""). 1.9742 +exeext="$exeext" 1.9743 + 1.9744 +# Additional compiler flags for building library objects. 1.9745 +pic_flag=$lt_lt_prog_compiler_pic 1.9746 +pic_mode=$pic_mode 1.9747 + 1.9748 +# What is the maximum length of a command? 1.9749 +max_cmd_len=$lt_cv_sys_max_cmd_len 1.9750 + 1.9751 +# Does compiler simultaneously support -c and -o options? 1.9752 +compiler_c_o=$lt_lt_cv_prog_compiler_c_o 1.9753 + 1.9754 +# Must we lock files when doing compilation? 1.9755 +need_locks=$lt_need_locks 1.9756 + 1.9757 +# Do we need the lib prefix for modules? 1.9758 +need_lib_prefix=$need_lib_prefix 1.9759 + 1.9760 +# Do we need a version for libraries? 1.9761 +need_version=$need_version 1.9762 + 1.9763 +# Whether dlopen is supported. 1.9764 +dlopen_support=$enable_dlopen 1.9765 + 1.9766 +# Whether dlopen of programs is supported. 1.9767 +dlopen_self=$enable_dlopen_self 1.9768 + 1.9769 +# Whether dlopen of statically linked programs is supported. 1.9770 +dlopen_self_static=$enable_dlopen_self_static 1.9771 + 1.9772 +# Compiler flag to prevent dynamic linking. 1.9773 +link_static_flag=$lt_lt_prog_compiler_static 1.9774 + 1.9775 +# Compiler flag to turn off builtin functions. 1.9776 +no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag 1.9777 + 1.9778 +# Compiler flag to allow reflexive dlopens. 1.9779 +export_dynamic_flag_spec=$lt_export_dynamic_flag_spec 1.9780 + 1.9781 +# Compiler flag to generate shared objects directly from archives. 1.9782 +whole_archive_flag_spec=$lt_whole_archive_flag_spec 1.9783 + 1.9784 +# Compiler flag to generate thread-safe objects. 1.9785 +thread_safe_flag_spec=$lt_thread_safe_flag_spec 1.9786 + 1.9787 +# Library versioning type. 1.9788 +version_type=$version_type 1.9789 + 1.9790 +# Format of library name prefix. 1.9791 +libname_spec=$lt_libname_spec 1.9792 + 1.9793 +# List of archive names. First name is the real one, the rest are links. 1.9794 +# The last name is the one that the linker finds with -lNAME. 1.9795 +library_names_spec=$lt_library_names_spec 1.9796 + 1.9797 +# The coded name of the library, if different from the real name. 1.9798 +soname_spec=$lt_soname_spec 1.9799 + 1.9800 +# Commands used to build and install an old-style archive. 1.9801 +RANLIB=$lt_RANLIB 1.9802 +old_archive_cmds=$lt_old_archive_cmds 1.9803 +old_postinstall_cmds=$lt_old_postinstall_cmds 1.9804 +old_postuninstall_cmds=$lt_old_postuninstall_cmds 1.9805 + 1.9806 +# Create an old-style archive from a shared archive. 1.9807 +old_archive_from_new_cmds=$lt_old_archive_from_new_cmds 1.9808 + 1.9809 +# Create a temporary old-style archive to link instead of a shared archive. 1.9810 +old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds 1.9811 + 1.9812 +# Commands used to build and install a shared archive. 1.9813 +archive_cmds=$lt_archive_cmds 1.9814 +archive_expsym_cmds=$lt_archive_expsym_cmds 1.9815 +postinstall_cmds=$lt_postinstall_cmds 1.9816 +postuninstall_cmds=$lt_postuninstall_cmds 1.9817 + 1.9818 +# Commands used to build a loadable module (assumed same as above if empty) 1.9819 +module_cmds=$lt_module_cmds 1.9820 +module_expsym_cmds=$lt_module_expsym_cmds 1.9821 + 1.9822 +# Commands to strip libraries. 1.9823 +old_striplib=$lt_old_striplib 1.9824 +striplib=$lt_striplib 1.9825 + 1.9826 +# Dependencies to place before the objects being linked to create a 1.9827 +# shared library. 1.9828 +predep_objects=$lt_predep_objects 1.9829 + 1.9830 +# Dependencies to place after the objects being linked to create a 1.9831 +# shared library. 1.9832 +postdep_objects=$lt_postdep_objects 1.9833 + 1.9834 +# Dependencies to place before the objects being linked to create a 1.9835 +# shared library. 1.9836 +predeps=$lt_predeps 1.9837 + 1.9838 +# Dependencies to place after the objects being linked to create a 1.9839 +# shared library. 1.9840 +postdeps=$lt_postdeps 1.9841 + 1.9842 +# The library search path used internally by the compiler when linking 1.9843 +# a shared library. 1.9844 +compiler_lib_search_path=$lt_compiler_lib_search_path 1.9845 + 1.9846 +# Method to check whether dependent libraries are shared objects. 1.9847 +deplibs_check_method=$lt_deplibs_check_method 1.9848 + 1.9849 +# Command to use when deplibs_check_method == file_magic. 1.9850 +file_magic_cmd=$lt_file_magic_cmd 1.9851 + 1.9852 +# Flag that allows shared libraries with undefined symbols to be built. 1.9853 +allow_undefined_flag=$lt_allow_undefined_flag 1.9854 + 1.9855 +# Flag that forces no undefined symbols. 1.9856 +no_undefined_flag=$lt_no_undefined_flag 1.9857 + 1.9858 +# Commands used to finish a libtool library installation in a directory. 1.9859 +finish_cmds=$lt_finish_cmds 1.9860 + 1.9861 +# Same as above, but a single script fragment to be evaled but not shown. 1.9862 +finish_eval=$lt_finish_eval 1.9863 + 1.9864 +# Take the output of nm and produce a listing of raw symbols and C names. 1.9865 +global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe 1.9866 + 1.9867 +# Transform the output of nm in a proper C declaration 1.9868 +global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl 1.9869 + 1.9870 +# Transform the output of nm in a C name address pair 1.9871 +global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address 1.9872 + 1.9873 +# This is the shared library runtime path variable. 1.9874 +runpath_var=$runpath_var 1.9875 + 1.9876 +# This is the shared library path variable. 1.9877 +shlibpath_var=$shlibpath_var 1.9878 + 1.9879 +# Is shlibpath searched before the hard-coded library search path? 1.9880 +shlibpath_overrides_runpath=$shlibpath_overrides_runpath 1.9881 + 1.9882 +# How to hardcode a shared library path into an executable. 1.9883 +hardcode_action=$hardcode_action 1.9884 + 1.9885 +# Whether we should hardcode library paths into libraries. 1.9886 +hardcode_into_libs=$hardcode_into_libs 1.9887 + 1.9888 +# Flag to hardcode \$libdir into a binary during linking. 1.9889 +# This must work even if \$libdir does not exist. 1.9890 +hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec 1.9891 + 1.9892 +# If ld is used when linking, flag to hardcode \$libdir into 1.9893 +# a binary during linking. This must work even if \$libdir does 1.9894 +# not exist. 1.9895 +hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld 1.9896 + 1.9897 +# Whether we need a single -rpath flag with a separated argument. 1.9898 +hardcode_libdir_separator=$lt_hardcode_libdir_separator 1.9899 + 1.9900 +# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the 1.9901 +# resulting binary. 1.9902 +hardcode_direct=$hardcode_direct 1.9903 + 1.9904 +# Set to yes if using the -LDIR flag during linking hardcodes DIR into the 1.9905 +# resulting binary. 1.9906 +hardcode_minus_L=$hardcode_minus_L 1.9907 + 1.9908 +# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into 1.9909 +# the resulting binary. 1.9910 +hardcode_shlibpath_var=$hardcode_shlibpath_var 1.9911 + 1.9912 +# Set to yes if building a shared library automatically hardcodes DIR into the library 1.9913 +# and all subsequent libraries and executables linked against it. 1.9914 +hardcode_automatic=$hardcode_automatic 1.9915 + 1.9916 +# Variables whose values should be saved in libtool wrapper scripts and 1.9917 +# restored at relink time. 1.9918 +variables_saved_for_relink="$variables_saved_for_relink" 1.9919 + 1.9920 +# Whether libtool must link a program against all its dependency libraries. 1.9921 +link_all_deplibs=$link_all_deplibs 1.9922 + 1.9923 +# Compile-time system search path for libraries 1.9924 +sys_lib_search_path_spec=$lt_sys_lib_search_path_spec 1.9925 + 1.9926 +# Run-time system search path for libraries 1.9927 +sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec 1.9928 + 1.9929 +# Fix the shell variable \$srcfile for the compiler. 1.9930 +fix_srcfile_path="$fix_srcfile_path" 1.9931 + 1.9932 +# Set to yes if exported symbols are required. 1.9933 +always_export_symbols=$always_export_symbols 1.9934 + 1.9935 +# The commands to list exported symbols. 1.9936 +export_symbols_cmds=$lt_export_symbols_cmds 1.9937 + 1.9938 +# The commands to extract the exported symbol list from a shared archive. 1.9939 +extract_expsyms_cmds=$lt_extract_expsyms_cmds 1.9940 + 1.9941 +# Symbols that should not be listed in the preloaded symbols. 1.9942 +exclude_expsyms=$lt_exclude_expsyms 1.9943 + 1.9944 +# Symbols that must always be exported. 1.9945 +include_expsyms=$lt_include_expsyms 1.9946 + 1.9947 +# ### END LIBTOOL CONFIG 1.9948 + 1.9949 +__EOF__ 1.9950 + 1.9951 + 1.9952 + case $host_os in 1.9953 + aix3*) 1.9954 + cat <<\EOF >> "$cfgfile" 1.9955 + 1.9956 +# AIX sometimes has problems with the GCC collect2 program. For some 1.9957 +# reason, if we set the COLLECT_NAMES environment variable, the problems 1.9958 +# vanish in a puff of smoke. 1.9959 +if test "X${COLLECT_NAMES+set}" != Xset; then 1.9960 + COLLECT_NAMES= 1.9961 + export COLLECT_NAMES 1.9962 +fi 1.9963 +EOF 1.9964 + ;; 1.9965 + esac 1.9966 + 1.9967 + # We use sed instead of cat because bash on DJGPP gets confused if 1.9968 + # if finds mixed CR/LF and LF-only lines. Since sed operates in 1.9969 + # text mode, it properly converts lines to CR/LF. This bash problem 1.9970 + # is reportedly fixed, but why not run on old versions too? 1.9971 + sed '$q' "$ltmain" >> "$cfgfile" || (rm -f "$cfgfile"; exit 1) 1.9972 + 1.9973 + mv -f "$cfgfile" "$ofile" || \ 1.9974 + (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") 1.9975 + chmod +x "$ofile" 1.9976 + 1.9977 +else 1.9978 + # If there is no Makefile yet, we rely on a make rule to execute 1.9979 + # `config.status --recheck' to rerun these tests and create the 1.9980 + # libtool script then. 1.9981 + ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` 1.9982 + if test -f "$ltmain_in"; then 1.9983 + test -f Makefile && make "$ltmain" 1.9984 + fi 1.9985 +fi 1.9986 + 1.9987 + 1.9988 +ac_ext=c 1.9989 +ac_cpp='$CPP $CPPFLAGS' 1.9990 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1.9991 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1.9992 +ac_compiler_gnu=$ac_cv_c_compiler_gnu 1.9993 + 1.9994 +CC="$lt_save_CC" 1.9995 + 1.9996 + 1.9997 +# Check whether --with-tags or --without-tags was given. 1.9998 +if test "${with_tags+set}" = set; then 1.9999 + withval="$with_tags" 1.10000 + tagnames="$withval" 1.10001 +fi; 1.10002 + 1.10003 +if test -f "$ltmain" && test -n "$tagnames"; then 1.10004 + if test ! -f "${ofile}"; then 1.10005 + { echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not exist" >&5 1.10006 +echo "$as_me: WARNING: output file \`$ofile' does not exist" >&2;} 1.10007 + fi 1.10008 + 1.10009 + if test -z "$LTCC"; then 1.10010 + eval "`$SHELL ${ofile} --config | grep '^LTCC='`" 1.10011 + if test -z "$LTCC"; then 1.10012 + { echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not look like a libtool script" >&5 1.10013 +echo "$as_me: WARNING: output file \`$ofile' does not look like a libtool script" >&2;} 1.10014 + else 1.10015 + { echo "$as_me:$LINENO: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&5 1.10016 +echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;} 1.10017 + fi 1.10018 + fi 1.10019 + if test -z "$LTCFLAGS"; then 1.10020 + eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`" 1.10021 + fi 1.10022 + 1.10023 + # Extract list of available tagged configurations in $ofile. 1.10024 + # Note that this assumes the entire list is on one line. 1.10025 + available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'` 1.10026 + 1.10027 + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," 1.10028 + for tagname in $tagnames; do 1.10029 + IFS="$lt_save_ifs" 1.10030 + # Check whether tagname contains only valid characters 1.10031 + case `$echo "X$tagname" | $Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in 1.10032 + "") ;; 1.10033 + *) { { echo "$as_me:$LINENO: error: invalid tag name: $tagname" >&5 1.10034 +echo "$as_me: error: invalid tag name: $tagname" >&2;} 1.10035 + { (exit 1); exit 1; }; } 1.10036 + ;; 1.10037 + esac 1.10038 + 1.10039 + if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null 1.10040 + then 1.10041 + { { echo "$as_me:$LINENO: error: tag name \"$tagname\" already exists" >&5 1.10042 +echo "$as_me: error: tag name \"$tagname\" already exists" >&2;} 1.10043 + { (exit 1); exit 1; }; } 1.10044 + fi 1.10045 + 1.10046 + # Update the list of available tags. 1.10047 + if test -n "$tagname"; then 1.10048 + echo appending configuration tag \"$tagname\" to $ofile 1.10049 + 1.10050 + case $tagname in 1.10051 + CXX) 1.10052 + if test -n "$CXX" && ( test "X$CXX" != "Xno" && 1.10053 + ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) || 1.10054 + (test "X$CXX" != "Xg++"))) ; then 1.10055 + ac_ext=cc 1.10056 +ac_cpp='$CXXCPP $CPPFLAGS' 1.10057 +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1.10058 +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1.10059 +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 1.10060 + 1.10061 + 1.10062 + 1.10063 + 1.10064 +archive_cmds_need_lc_CXX=no 1.10065 +allow_undefined_flag_CXX= 1.10066 +always_export_symbols_CXX=no 1.10067 +archive_expsym_cmds_CXX= 1.10068 +export_dynamic_flag_spec_CXX= 1.10069 +hardcode_direct_CXX=no 1.10070 +hardcode_libdir_flag_spec_CXX= 1.10071 +hardcode_libdir_flag_spec_ld_CXX= 1.10072 +hardcode_libdir_separator_CXX= 1.10073 +hardcode_minus_L_CXX=no 1.10074 +hardcode_shlibpath_var_CXX=unsupported 1.10075 +hardcode_automatic_CXX=no 1.10076 +module_cmds_CXX= 1.10077 +module_expsym_cmds_CXX= 1.10078 +link_all_deplibs_CXX=unknown 1.10079 +old_archive_cmds_CXX=$old_archive_cmds 1.10080 +no_undefined_flag_CXX= 1.10081 +whole_archive_flag_spec_CXX= 1.10082 +enable_shared_with_static_runtimes_CXX=no 1.10083 + 1.10084 +# Dependencies to place before and after the object being linked: 1.10085 +predep_objects_CXX= 1.10086 +postdep_objects_CXX= 1.10087 +predeps_CXX= 1.10088 +postdeps_CXX= 1.10089 +compiler_lib_search_path_CXX= 1.10090 + 1.10091 +# Source file extension for C++ test sources. 1.10092 +ac_ext=cpp 1.10093 + 1.10094 +# Object file extension for compiled C++ test sources. 1.10095 +objext=o 1.10096 +objext_CXX=$objext 1.10097 + 1.10098 +# Code to be used in simple compile tests 1.10099 +lt_simple_compile_test_code="int some_variable = 0;\n" 1.10100 + 1.10101 +# Code to be used in simple link tests 1.10102 +lt_simple_link_test_code='int main(int, char *[]) { return(0); }\n' 1.10103 + 1.10104 +# ltmain only uses $CC for tagged configurations so make sure $CC is set. 1.10105 + 1.10106 +# If no C compiler was specified, use CC. 1.10107 +LTCC=${LTCC-"$CC"} 1.10108 + 1.10109 +# If no C compiler flags were specified, use CFLAGS. 1.10110 +LTCFLAGS=${LTCFLAGS-"$CFLAGS"} 1.10111 + 1.10112 +# Allow CC to be a program name with arguments. 1.10113 +compiler=$CC 1.10114 + 1.10115 + 1.10116 +# save warnings/boilerplate of simple test code 1.10117 +ac_outfile=conftest.$ac_objext 1.10118 +printf "$lt_simple_compile_test_code" >conftest.$ac_ext 1.10119 +eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err 1.10120 +_lt_compiler_boilerplate=`cat conftest.err` 1.10121 +$rm conftest* 1.10122 + 1.10123 +ac_outfile=conftest.$ac_objext 1.10124 +printf "$lt_simple_link_test_code" >conftest.$ac_ext 1.10125 +eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err 1.10126 +_lt_linker_boilerplate=`cat conftest.err` 1.10127 +$rm conftest* 1.10128 + 1.10129 + 1.10130 +# Allow CC to be a program name with arguments. 1.10131 +lt_save_CC=$CC 1.10132 +lt_save_LD=$LD 1.10133 +lt_save_GCC=$GCC 1.10134 +GCC=$GXX 1.10135 +lt_save_with_gnu_ld=$with_gnu_ld 1.10136 +lt_save_path_LD=$lt_cv_path_LD 1.10137 +if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then 1.10138 + lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx 1.10139 +else 1.10140 + $as_unset lt_cv_prog_gnu_ld 1.10141 +fi 1.10142 +if test -n "${lt_cv_path_LDCXX+set}"; then 1.10143 + lt_cv_path_LD=$lt_cv_path_LDCXX 1.10144 +else 1.10145 + $as_unset lt_cv_path_LD 1.10146 +fi 1.10147 +test -z "${LDCXX+set}" || LD=$LDCXX 1.10148 +CC=${CXX-"c++"} 1.10149 +compiler=$CC 1.10150 +compiler_CXX=$CC 1.10151 +for cc_temp in $compiler""; do 1.10152 + case $cc_temp in 1.10153 + compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; 1.10154 + distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; 1.10155 + \-*) ;; 1.10156 + *) break;; 1.10157 + esac 1.10158 +done 1.10159 +cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` 1.10160 + 1.10161 + 1.10162 +# We don't want -fno-exception wen compiling C++ code, so set the 1.10163 +# no_builtin_flag separately 1.10164 +if test "$GXX" = yes; then 1.10165 + lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin' 1.10166 +else 1.10167 + lt_prog_compiler_no_builtin_flag_CXX= 1.10168 +fi 1.10169 + 1.10170 +if test "$GXX" = yes; then 1.10171 + # Set up default GNU C++ configuration 1.10172 + 1.10173 + 1.10174 +# Check whether --with-gnu-ld or --without-gnu-ld was given. 1.10175 +if test "${with_gnu_ld+set}" = set; then 1.10176 + withval="$with_gnu_ld" 1.10177 + test "$withval" = no || with_gnu_ld=yes 1.10178 +else 1.10179 + with_gnu_ld=no 1.10180 +fi; 1.10181 +ac_prog=ld 1.10182 +if test "$GCC" = yes; then 1.10183 + # Check if gcc -print-prog-name=ld gives a path. 1.10184 + echo "$as_me:$LINENO: checking for ld used by $CC" >&5 1.10185 +echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6 1.10186 + case $host in 1.10187 + *-*-mingw*) 1.10188 + # gcc leaves a trailing carriage return which upsets mingw 1.10189 + ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; 1.10190 + *) 1.10191 + ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; 1.10192 + esac 1.10193 + case $ac_prog in 1.10194 + # Accept absolute paths. 1.10195 + [\\/]* | ?:[\\/]*) 1.10196 + re_direlt='/[^/][^/]*/\.\./' 1.10197 + # Canonicalize the pathname of ld 1.10198 + ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'` 1.10199 + while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do 1.10200 + ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"` 1.10201 + done 1.10202 + test -z "$LD" && LD="$ac_prog" 1.10203 + ;; 1.10204 + "") 1.10205 + # If it fails, then pretend we aren't using GCC. 1.10206 + ac_prog=ld 1.10207 + ;; 1.10208 + *) 1.10209 + # If it is relative, then search for the first ld in PATH. 1.10210 + with_gnu_ld=unknown 1.10211 + ;; 1.10212 + esac 1.10213 +elif test "$with_gnu_ld" = yes; then 1.10214 + echo "$as_me:$LINENO: checking for GNU ld" >&5 1.10215 +echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6 1.10216 +else 1.10217 + echo "$as_me:$LINENO: checking for non-GNU ld" >&5 1.10218 +echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6 1.10219 +fi 1.10220 +if test "${lt_cv_path_LD+set}" = set; then 1.10221 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.10222 +else 1.10223 + if test -z "$LD"; then 1.10224 + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR 1.10225 + for ac_dir in $PATH; do 1.10226 + IFS="$lt_save_ifs" 1.10227 + test -z "$ac_dir" && ac_dir=. 1.10228 + if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then 1.10229 + lt_cv_path_LD="$ac_dir/$ac_prog" 1.10230 + # Check to see if the program is GNU ld. I'd rather use --version, 1.10231 + # but apparently some variants of GNU ld only accept -v. 1.10232 + # Break only if it was the GNU/non-GNU ld that we prefer. 1.10233 + case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in 1.10234 + *GNU* | *'with BFD'*) 1.10235 + test "$with_gnu_ld" != no && break 1.10236 + ;; 1.10237 + *) 1.10238 + test "$with_gnu_ld" != yes && break 1.10239 + ;; 1.10240 + esac 1.10241 + fi 1.10242 + done 1.10243 + IFS="$lt_save_ifs" 1.10244 +else 1.10245 + lt_cv_path_LD="$LD" # Let the user override the test with a path. 1.10246 +fi 1.10247 +fi 1.10248 + 1.10249 +LD="$lt_cv_path_LD" 1.10250 +if test -n "$LD"; then 1.10251 + echo "$as_me:$LINENO: result: $LD" >&5 1.10252 +echo "${ECHO_T}$LD" >&6 1.10253 +else 1.10254 + echo "$as_me:$LINENO: result: no" >&5 1.10255 +echo "${ECHO_T}no" >&6 1.10256 +fi 1.10257 +test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5 1.10258 +echo "$as_me: error: no acceptable ld found in \$PATH" >&2;} 1.10259 + { (exit 1); exit 1; }; } 1.10260 +echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5 1.10261 +echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6 1.10262 +if test "${lt_cv_prog_gnu_ld+set}" = set; then 1.10263 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.10264 +else 1.10265 + # I'd rather use --version here, but apparently some GNU lds only accept -v. 1.10266 +case `$LD -v 2>&1 </dev/null` in 1.10267 +*GNU* | *'with BFD'*) 1.10268 + lt_cv_prog_gnu_ld=yes 1.10269 + ;; 1.10270 +*) 1.10271 + lt_cv_prog_gnu_ld=no 1.10272 + ;; 1.10273 +esac 1.10274 +fi 1.10275 +echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5 1.10276 +echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6 1.10277 +with_gnu_ld=$lt_cv_prog_gnu_ld 1.10278 + 1.10279 + 1.10280 + 1.10281 + # Check if GNU C++ uses GNU ld as the underlying linker, since the 1.10282 + # archiving commands below assume that GNU ld is being used. 1.10283 + if test "$with_gnu_ld" = yes; then 1.10284 + archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' 1.10285 + 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' 1.10286 + 1.10287 + hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir' 1.10288 + export_dynamic_flag_spec_CXX='${wl}--export-dynamic' 1.10289 + 1.10290 + # If archive_cmds runs LD, not CC, wlarc should be empty 1.10291 + # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to 1.10292 + # investigate it a little bit more. (MM) 1.10293 + wlarc='${wl}' 1.10294 + 1.10295 + # ancient GNU ld didn't support --whole-archive et. al. 1.10296 + if eval "`$CC -print-prog-name=ld` --help 2>&1" | \ 1.10297 + grep 'no-whole-archive' > /dev/null; then 1.10298 + whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' 1.10299 + else 1.10300 + whole_archive_flag_spec_CXX= 1.10301 + fi 1.10302 + else 1.10303 + with_gnu_ld=no 1.10304 + wlarc= 1.10305 + 1.10306 + # A generic and very simple default shared library creation 1.10307 + # command for GNU C++ for the case where it uses the native 1.10308 + # linker, instead of GNU ld. If possible, this setting should 1.10309 + # overridden to take advantage of the native linker features on 1.10310 + # the platform it is being used on. 1.10311 + archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' 1.10312 + fi 1.10313 + 1.10314 + # Commands to make compiler produce verbose output that lists 1.10315 + # what "hidden" libraries, object files and flags are used when 1.10316 + # linking a shared library. 1.10317 + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"' 1.10318 + 1.10319 +else 1.10320 + GXX=no 1.10321 + with_gnu_ld=no 1.10322 + wlarc= 1.10323 +fi 1.10324 + 1.10325 +# PORTME: fill in a description of your system's C++ link characteristics 1.10326 +echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 1.10327 +echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6 1.10328 +ld_shlibs_CXX=yes 1.10329 +case $host_os in 1.10330 + aix3*) 1.10331 + # FIXME: insert proper C++ library support 1.10332 + ld_shlibs_CXX=no 1.10333 + ;; 1.10334 + aix4* | aix5*) 1.10335 + if test "$host_cpu" = ia64; then 1.10336 + # On IA64, the linker does run time linking by default, so we don't 1.10337 + # have to do anything special. 1.10338 + aix_use_runtimelinking=no 1.10339 + exp_sym_flag='-Bexport' 1.10340 + no_entry_flag="" 1.10341 + else 1.10342 + aix_use_runtimelinking=no 1.10343 + 1.10344 + # Test if we are trying to use run time linking or normal 1.10345 + # AIX style linking. If -brtl is somewhere in LDFLAGS, we 1.10346 + # need to do runtime linking. 1.10347 + case $host_os in aix4.[23]|aix4.[23].*|aix5*) 1.10348 + for ld_flag in $LDFLAGS; do 1.10349 + case $ld_flag in 1.10350 + *-brtl*) 1.10351 + aix_use_runtimelinking=yes 1.10352 + break 1.10353 + ;; 1.10354 + esac 1.10355 + done 1.10356 + ;; 1.10357 + esac 1.10358 + 1.10359 + exp_sym_flag='-bexport' 1.10360 + no_entry_flag='-bnoentry' 1.10361 + fi 1.10362 + 1.10363 + # When large executables or shared objects are built, AIX ld can 1.10364 + # have problems creating the table of contents. If linking a library 1.10365 + # or program results in "error TOC overflow" add -mminimal-toc to 1.10366 + # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not 1.10367 + # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. 1.10368 + 1.10369 + archive_cmds_CXX='' 1.10370 + hardcode_direct_CXX=yes 1.10371 + hardcode_libdir_separator_CXX=':' 1.10372 + link_all_deplibs_CXX=yes 1.10373 + 1.10374 + if test "$GXX" = yes; then 1.10375 + case $host_os in aix4.[012]|aix4.[012].*) 1.10376 + # We only want to do this on AIX 4.2 and lower, the check 1.10377 + # below for broken collect2 doesn't work under 4.3+ 1.10378 + collect2name=`${CC} -print-prog-name=collect2` 1.10379 + if test -f "$collect2name" && \ 1.10380 + strings "$collect2name" | grep resolve_lib_name >/dev/null 1.10381 + then 1.10382 + # We have reworked collect2 1.10383 + hardcode_direct_CXX=yes 1.10384 + else 1.10385 + # We have old collect2 1.10386 + hardcode_direct_CXX=unsupported 1.10387 + # It fails to find uninstalled libraries when the uninstalled 1.10388 + # path is not listed in the libpath. Setting hardcode_minus_L 1.10389 + # to unsupported forces relinking 1.10390 + hardcode_minus_L_CXX=yes 1.10391 + hardcode_libdir_flag_spec_CXX='-L$libdir' 1.10392 + hardcode_libdir_separator_CXX= 1.10393 + fi 1.10394 + ;; 1.10395 + esac 1.10396 + shared_flag='-shared' 1.10397 + if test "$aix_use_runtimelinking" = yes; then 1.10398 + shared_flag="$shared_flag "'${wl}-G' 1.10399 + fi 1.10400 + else 1.10401 + # not using gcc 1.10402 + if test "$host_cpu" = ia64; then 1.10403 + # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release 1.10404 + # chokes on -Wl,-G. The following line is correct: 1.10405 + shared_flag='-G' 1.10406 + else 1.10407 + if test "$aix_use_runtimelinking" = yes; then 1.10408 + shared_flag='${wl}-G' 1.10409 + else 1.10410 + shared_flag='${wl}-bM:SRE' 1.10411 + fi 1.10412 + fi 1.10413 + fi 1.10414 + 1.10415 + # It seems that -bexpall does not export symbols beginning with 1.10416 + # underscore (_), so it is better to generate a list of symbols to export. 1.10417 + always_export_symbols_CXX=yes 1.10418 + if test "$aix_use_runtimelinking" = yes; then 1.10419 + # Warning - without using the other runtime loading flags (-brtl), 1.10420 + # -berok will link without error, but may produce a broken library. 1.10421 + allow_undefined_flag_CXX='-berok' 1.10422 + # Determine the default libpath from the value encoded in an empty executable. 1.10423 + cat >conftest.$ac_ext <<_ACEOF 1.10424 +/* confdefs.h. */ 1.10425 +_ACEOF 1.10426 +cat confdefs.h >>conftest.$ac_ext 1.10427 +cat >>conftest.$ac_ext <<_ACEOF 1.10428 +/* end confdefs.h. */ 1.10429 + 1.10430 +int 1.10431 +main () 1.10432 +{ 1.10433 + 1.10434 + ; 1.10435 + return 0; 1.10436 +} 1.10437 +_ACEOF 1.10438 +rm -f conftest.$ac_objext conftest$ac_exeext 1.10439 +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 1.10440 + (eval $ac_link) 2>conftest.er1 1.10441 + ac_status=$? 1.10442 + grep -v '^ *+' conftest.er1 >conftest.err 1.10443 + rm -f conftest.er1 1.10444 + cat conftest.err >&5 1.10445 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.10446 + (exit $ac_status); } && 1.10447 + { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 1.10448 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.10449 + (eval $ac_try) 2>&5 1.10450 + ac_status=$? 1.10451 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.10452 + (exit $ac_status); }; } && 1.10453 + { ac_try='test -s conftest$ac_exeext' 1.10454 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.10455 + (eval $ac_try) 2>&5 1.10456 + ac_status=$? 1.10457 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.10458 + (exit $ac_status); }; }; then 1.10459 + 1.10460 +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } 1.10461 +}'` 1.10462 +# Check for a 64-bit object if we didn't find anything. 1.10463 +if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } 1.10464 +}'`; fi 1.10465 +else 1.10466 + echo "$as_me: failed program was:" >&5 1.10467 +sed 's/^/| /' conftest.$ac_ext >&5 1.10468 + 1.10469 +fi 1.10470 +rm -f conftest.err conftest.$ac_objext \ 1.10471 + conftest$ac_exeext conftest.$ac_ext 1.10472 +if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi 1.10473 + 1.10474 + hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath" 1.10475 + 1.10476 + 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" 1.10477 + else 1.10478 + if test "$host_cpu" = ia64; then 1.10479 + hardcode_libdir_flag_spec_CXX='${wl}-R $libdir:/usr/lib:/lib' 1.10480 + allow_undefined_flag_CXX="-z nodefs" 1.10481 + 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" 1.10482 + else 1.10483 + # Determine the default libpath from the value encoded in an empty executable. 1.10484 + cat >conftest.$ac_ext <<_ACEOF 1.10485 +/* confdefs.h. */ 1.10486 +_ACEOF 1.10487 +cat confdefs.h >>conftest.$ac_ext 1.10488 +cat >>conftest.$ac_ext <<_ACEOF 1.10489 +/* end confdefs.h. */ 1.10490 + 1.10491 +int 1.10492 +main () 1.10493 +{ 1.10494 + 1.10495 + ; 1.10496 + return 0; 1.10497 +} 1.10498 +_ACEOF 1.10499 +rm -f conftest.$ac_objext conftest$ac_exeext 1.10500 +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 1.10501 + (eval $ac_link) 2>conftest.er1 1.10502 + ac_status=$? 1.10503 + grep -v '^ *+' conftest.er1 >conftest.err 1.10504 + rm -f conftest.er1 1.10505 + cat conftest.err >&5 1.10506 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.10507 + (exit $ac_status); } && 1.10508 + { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' 1.10509 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.10510 + (eval $ac_try) 2>&5 1.10511 + ac_status=$? 1.10512 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.10513 + (exit $ac_status); }; } && 1.10514 + { ac_try='test -s conftest$ac_exeext' 1.10515 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.10516 + (eval $ac_try) 2>&5 1.10517 + ac_status=$? 1.10518 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.10519 + (exit $ac_status); }; }; then 1.10520 + 1.10521 +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } 1.10522 +}'` 1.10523 +# Check for a 64-bit object if we didn't find anything. 1.10524 +if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } 1.10525 +}'`; fi 1.10526 +else 1.10527 + echo "$as_me: failed program was:" >&5 1.10528 +sed 's/^/| /' conftest.$ac_ext >&5 1.10529 + 1.10530 +fi 1.10531 +rm -f conftest.err conftest.$ac_objext \ 1.10532 + conftest$ac_exeext conftest.$ac_ext 1.10533 +if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi 1.10534 + 1.10535 + hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath" 1.10536 + # Warning - without using the other run time loading flags, 1.10537 + # -berok will link without error, but may produce a broken library. 1.10538 + no_undefined_flag_CXX=' ${wl}-bernotok' 1.10539 + allow_undefined_flag_CXX=' ${wl}-berok' 1.10540 + # Exported symbols can be pulled into shared objects from archives 1.10541 + whole_archive_flag_spec_CXX='$convenience' 1.10542 + archive_cmds_need_lc_CXX=yes 1.10543 + # This is similar to how AIX traditionally builds its shared libraries. 1.10544 + 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' 1.10545 + fi 1.10546 + fi 1.10547 + ;; 1.10548 + 1.10549 + beos*) 1.10550 + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 1.10551 + allow_undefined_flag_CXX=unsupported 1.10552 + # Joseph Beckenbach <jrb3@best.com> says some releases of gcc 1.10553 + # support --undefined. This deserves some investigation. FIXME 1.10554 + archive_cmds_CXX='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' 1.10555 + else 1.10556 + ld_shlibs_CXX=no 1.10557 + fi 1.10558 + ;; 1.10559 + 1.10560 + chorus*) 1.10561 + case $cc_basename in 1.10562 + *) 1.10563 + # FIXME: insert proper C++ library support 1.10564 + ld_shlibs_CXX=no 1.10565 + ;; 1.10566 + esac 1.10567 + ;; 1.10568 + 1.10569 + cygwin* | mingw* | pw32*) 1.10570 + # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless, 1.10571 + # as there is no search path for DLLs. 1.10572 + hardcode_libdir_flag_spec_CXX='-L$libdir' 1.10573 + allow_undefined_flag_CXX=unsupported 1.10574 + always_export_symbols_CXX=no 1.10575 + enable_shared_with_static_runtimes_CXX=yes 1.10576 + 1.10577 + if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then 1.10578 + 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' 1.10579 + # If the export-symbols file already is a .def file (1st line 1.10580 + # is EXPORTS), use it as is; otherwise, prepend... 1.10581 + archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then 1.10582 + cp $export_symbols $output_objdir/$soname.def; 1.10583 + else 1.10584 + echo EXPORTS > $output_objdir/$soname.def; 1.10585 + cat $export_symbols >> $output_objdir/$soname.def; 1.10586 + fi~ 1.10587 + $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' 1.10588 + else 1.10589 + ld_shlibs_CXX=no 1.10590 + fi 1.10591 + ;; 1.10592 + darwin* | rhapsody*) 1.10593 + case $host_os in 1.10594 + rhapsody* | darwin1.[012]) 1.10595 + allow_undefined_flag_CXX='${wl}-undefined ${wl}suppress' 1.10596 + ;; 1.10597 + *) # Darwin 1.3 on 1.10598 + if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then 1.10599 + allow_undefined_flag_CXX='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' 1.10600 + else 1.10601 + case ${MACOSX_DEPLOYMENT_TARGET} in 1.10602 + 10.[012]) 1.10603 + allow_undefined_flag_CXX='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' 1.10604 + ;; 1.10605 + 10.*) 1.10606 + allow_undefined_flag_CXX='${wl}-undefined ${wl}dynamic_lookup' 1.10607 + ;; 1.10608 + esac 1.10609 + fi 1.10610 + ;; 1.10611 + esac 1.10612 + archive_cmds_need_lc_CXX=no 1.10613 + hardcode_direct_CXX=no 1.10614 + hardcode_automatic_CXX=yes 1.10615 + hardcode_shlibpath_var_CXX=unsupported 1.10616 + whole_archive_flag_spec_CXX='' 1.10617 + link_all_deplibs_CXX=yes 1.10618 + 1.10619 + if test "$GXX" = yes ; then 1.10620 + lt_int_apple_cc_single_mod=no 1.10621 + output_verbose_link_cmd='echo' 1.10622 + if $CC -dumpspecs 2>&1 | $EGREP 'single_module' >/dev/null ; then 1.10623 + lt_int_apple_cc_single_mod=yes 1.10624 + fi 1.10625 + if test "X$lt_int_apple_cc_single_mod" = Xyes ; then 1.10626 + archive_cmds_CXX='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' 1.10627 + else 1.10628 + 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' 1.10629 + fi 1.10630 + module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' 1.10631 + # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds 1.10632 + if test "X$lt_int_apple_cc_single_mod" = Xyes ; then 1.10633 + archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 1.10634 + else 1.10635 + archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "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~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 1.10636 + fi 1.10637 + 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}' 1.10638 + else 1.10639 + case $cc_basename in 1.10640 + xlc*) 1.10641 + output_verbose_link_cmd='echo' 1.10642 + archive_cmds_CXX='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring' 1.10643 + module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' 1.10644 + # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds 1.10645 + 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 $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 1.10646 + 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}' 1.10647 + ;; 1.10648 + *) 1.10649 + ld_shlibs_CXX=no 1.10650 + ;; 1.10651 + esac 1.10652 + fi 1.10653 + ;; 1.10654 + 1.10655 + dgux*) 1.10656 + case $cc_basename in 1.10657 + ec++*) 1.10658 + # FIXME: insert proper C++ library support 1.10659 + ld_shlibs_CXX=no 1.10660 + ;; 1.10661 + ghcx*) 1.10662 + # Green Hills C++ Compiler 1.10663 + # FIXME: insert proper C++ library support 1.10664 + ld_shlibs_CXX=no 1.10665 + ;; 1.10666 + *) 1.10667 + # FIXME: insert proper C++ library support 1.10668 + ld_shlibs_CXX=no 1.10669 + ;; 1.10670 + esac 1.10671 + ;; 1.10672 + freebsd[12]*) 1.10673 + # C++ shared libraries reported to be fairly broken before switch to ELF 1.10674 + ld_shlibs_CXX=no 1.10675 + ;; 1.10676 + freebsd-elf*) 1.10677 + archive_cmds_need_lc_CXX=no 1.10678 + ;; 1.10679 + freebsd* | kfreebsd*-gnu | dragonfly*) 1.10680 + # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF 1.10681 + # conventions 1.10682 + ld_shlibs_CXX=yes 1.10683 + ;; 1.10684 + gnu*) 1.10685 + ;; 1.10686 + hpux9*) 1.10687 + hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir' 1.10688 + hardcode_libdir_separator_CXX=: 1.10689 + export_dynamic_flag_spec_CXX='${wl}-E' 1.10690 + hardcode_direct_CXX=yes 1.10691 + hardcode_minus_L_CXX=yes # Not in the search PATH, 1.10692 + # but as the default 1.10693 + # location of the library. 1.10694 + 1.10695 + case $cc_basename in 1.10696 + CC*) 1.10697 + # FIXME: insert proper C++ library support 1.10698 + ld_shlibs_CXX=no 1.10699 + ;; 1.10700 + aCC*) 1.10701 + 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' 1.10702 + # Commands to make compiler produce verbose output that lists 1.10703 + # what "hidden" libraries, object files and flags are used when 1.10704 + # linking a shared library. 1.10705 + # 1.10706 + # There doesn't appear to be a way to prevent this compiler from 1.10707 + # explicitly linking system object files so we need to strip them 1.10708 + # from the output so that they don't get included in the library 1.10709 + # dependencies. 1.10710 + 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' 1.10711 + ;; 1.10712 + *) 1.10713 + if test "$GXX" = yes; then 1.10714 + 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' 1.10715 + else 1.10716 + # FIXME: insert proper C++ library support 1.10717 + ld_shlibs_CXX=no 1.10718 + fi 1.10719 + ;; 1.10720 + esac 1.10721 + ;; 1.10722 + hpux10*|hpux11*) 1.10723 + if test $with_gnu_ld = no; then 1.10724 + hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir' 1.10725 + hardcode_libdir_separator_CXX=: 1.10726 + 1.10727 + case $host_cpu in 1.10728 + hppa*64*|ia64*) 1.10729 + hardcode_libdir_flag_spec_ld_CXX='+b $libdir' 1.10730 + ;; 1.10731 + *) 1.10732 + export_dynamic_flag_spec_CXX='${wl}-E' 1.10733 + ;; 1.10734 + esac 1.10735 + fi 1.10736 + case $host_cpu in 1.10737 + hppa*64*|ia64*) 1.10738 + hardcode_direct_CXX=no 1.10739 + hardcode_shlibpath_var_CXX=no 1.10740 + ;; 1.10741 + *) 1.10742 + hardcode_direct_CXX=yes 1.10743 + hardcode_minus_L_CXX=yes # Not in the search PATH, 1.10744 + # but as the default 1.10745 + # location of the library. 1.10746 + ;; 1.10747 + esac 1.10748 + 1.10749 + case $cc_basename in 1.10750 + CC*) 1.10751 + # FIXME: insert proper C++ library support 1.10752 + ld_shlibs_CXX=no 1.10753 + ;; 1.10754 + aCC*) 1.10755 + case $host_cpu in 1.10756 + hppa*64*) 1.10757 + archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' 1.10758 + ;; 1.10759 + ia64*) 1.10760 + archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' 1.10761 + ;; 1.10762 + *) 1.10763 + archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' 1.10764 + ;; 1.10765 + esac 1.10766 + # Commands to make compiler produce verbose output that lists 1.10767 + # what "hidden" libraries, object files and flags are used when 1.10768 + # linking a shared library. 1.10769 + # 1.10770 + # There doesn't appear to be a way to prevent this compiler from 1.10771 + # explicitly linking system object files so we need to strip them 1.10772 + # from the output so that they don't get included in the library 1.10773 + # dependencies. 1.10774 + 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' 1.10775 + ;; 1.10776 + *) 1.10777 + if test "$GXX" = yes; then 1.10778 + if test $with_gnu_ld = no; then 1.10779 + case $host_cpu in 1.10780 + hppa*64*) 1.10781 + archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' 1.10782 + ;; 1.10783 + ia64*) 1.10784 + archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' 1.10785 + ;; 1.10786 + *) 1.10787 + 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' 1.10788 + ;; 1.10789 + esac 1.10790 + fi 1.10791 + else 1.10792 + # FIXME: insert proper C++ library support 1.10793 + ld_shlibs_CXX=no 1.10794 + fi 1.10795 + ;; 1.10796 + esac 1.10797 + ;; 1.10798 + interix3*) 1.10799 + hardcode_direct_CXX=no 1.10800 + hardcode_shlibpath_var_CXX=no 1.10801 + hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' 1.10802 + export_dynamic_flag_spec_CXX='${wl}-E' 1.10803 + # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. 1.10804 + # Instead, shared libraries are loaded at an image base (0x10000000 by 1.10805 + # default) and relocated if they conflict, which is a slow very memory 1.10806 + # consuming and fragmenting process. To avoid this, we pick a random, 1.10807 + # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link 1.10808 + # time. Moving up from 0x10000000 also allows more sbrk(2) space. 1.10809 + 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' 1.10810 + 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' 1.10811 + ;; 1.10812 + irix5* | irix6*) 1.10813 + case $cc_basename in 1.10814 + CC*) 1.10815 + # SGI C++ 1.10816 + 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' 1.10817 + 1.10818 + # Archives containing C++ object files must be created using 1.10819 + # "CC -ar", where "CC" is the IRIX C++ compiler. This is 1.10820 + # necessary to make sure instantiated templates are included 1.10821 + # in the archive. 1.10822 + old_archive_cmds_CXX='$CC -ar -WR,-u -o $oldlib $oldobjs' 1.10823 + ;; 1.10824 + *) 1.10825 + if test "$GXX" = yes; then 1.10826 + if test "$with_gnu_ld" = no; then 1.10827 + 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' 1.10828 + else 1.10829 + 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' 1.10830 + fi 1.10831 + fi 1.10832 + link_all_deplibs_CXX=yes 1.10833 + ;; 1.10834 + esac 1.10835 + hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' 1.10836 + hardcode_libdir_separator_CXX=: 1.10837 + ;; 1.10838 + linux*) 1.10839 + case $cc_basename in 1.10840 + KCC*) 1.10841 + # Kuck and Associates, Inc. (KAI) C++ Compiler 1.10842 + 1.10843 + # KCC will only create a shared library if the output file 1.10844 + # ends with ".so" (or ".sl" for HP-UX), so rename the library 1.10845 + # to its proper name (with version) after linking. 1.10846 + 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' 1.10847 + 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' 1.10848 + # Commands to make compiler produce verbose output that lists 1.10849 + # what "hidden" libraries, object files and flags are used when 1.10850 + # linking a shared library. 1.10851 + # 1.10852 + # There doesn't appear to be a way to prevent this compiler from 1.10853 + # explicitly linking system object files so we need to strip them 1.10854 + # from the output so that they don't get included in the library 1.10855 + # dependencies. 1.10856 + 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' 1.10857 + 1.10858 + hardcode_libdir_flag_spec_CXX='${wl}--rpath,$libdir' 1.10859 + export_dynamic_flag_spec_CXX='${wl}--export-dynamic' 1.10860 + 1.10861 + # Archives containing C++ object files must be created using 1.10862 + # "CC -Bstatic", where "CC" is the KAI C++ compiler. 1.10863 + old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs' 1.10864 + ;; 1.10865 + icpc*) 1.10866 + # Intel C++ 1.10867 + with_gnu_ld=yes 1.10868 + # version 8.0 and above of icpc choke on multiply defined symbols 1.10869 + # if we add $predep_objects and $postdep_objects, however 7.1 and 1.10870 + # earlier do not add the objects themselves. 1.10871 + case `$CC -V 2>&1` in 1.10872 + *"Version 7."*) 1.10873 + archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' 1.10874 + 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' 1.10875 + ;; 1.10876 + *) # Version 8.0 or newer 1.10877 + tmp_idyn= 1.10878 + case $host_cpu in 1.10879 + ia64*) tmp_idyn=' -i_dynamic';; 1.10880 + esac 1.10881 + archive_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' 1.10882 + 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' 1.10883 + ;; 1.10884 + esac 1.10885 + archive_cmds_need_lc_CXX=no 1.10886 + hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' 1.10887 + export_dynamic_flag_spec_CXX='${wl}--export-dynamic' 1.10888 + whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive' 1.10889 + ;; 1.10890 + pgCC*) 1.10891 + # Portland Group C++ compiler 1.10892 + archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' 1.10893 + 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' 1.10894 + 1.10895 + hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir' 1.10896 + export_dynamic_flag_spec_CXX='${wl}--export-dynamic' 1.10897 + 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' 1.10898 + ;; 1.10899 + cxx*) 1.10900 + # Compaq C++ 1.10901 + archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' 1.10902 + 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' 1.10903 + 1.10904 + runpath_var=LD_RUN_PATH 1.10905 + hardcode_libdir_flag_spec_CXX='-rpath $libdir' 1.10906 + hardcode_libdir_separator_CXX=: 1.10907 + 1.10908 + # Commands to make compiler produce verbose output that lists 1.10909 + # what "hidden" libraries, object files and flags are used when 1.10910 + # linking a shared library. 1.10911 + # 1.10912 + # There doesn't appear to be a way to prevent this compiler from 1.10913 + # explicitly linking system object files so we need to strip them 1.10914 + # from the output so that they don't get included in the library 1.10915 + # dependencies. 1.10916 + 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' 1.10917 + ;; 1.10918 + esac 1.10919 + ;; 1.10920 + lynxos*) 1.10921 + # FIXME: insert proper C++ library support 1.10922 + ld_shlibs_CXX=no 1.10923 + ;; 1.10924 + m88k*) 1.10925 + # FIXME: insert proper C++ library support 1.10926 + ld_shlibs_CXX=no 1.10927 + ;; 1.10928 + mvs*) 1.10929 + case $cc_basename in 1.10930 + cxx*) 1.10931 + # FIXME: insert proper C++ library support 1.10932 + ld_shlibs_CXX=no 1.10933 + ;; 1.10934 + *) 1.10935 + # FIXME: insert proper C++ library support 1.10936 + ld_shlibs_CXX=no 1.10937 + ;; 1.10938 + esac 1.10939 + ;; 1.10940 + netbsd* | netbsdelf*-gnu | knetbsd*-gnu) 1.10941 + if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then 1.10942 + archive_cmds_CXX='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' 1.10943 + wlarc= 1.10944 + hardcode_libdir_flag_spec_CXX='-R$libdir' 1.10945 + hardcode_direct_CXX=yes 1.10946 + hardcode_shlibpath_var_CXX=no 1.10947 + fi 1.10948 + # Workaround some broken pre-1.5 toolchains 1.10949 + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"' 1.10950 + ;; 1.10951 + openbsd2*) 1.10952 + # C++ shared libraries are fairly broken 1.10953 + ld_shlibs_CXX=no 1.10954 + ;; 1.10955 + openbsd*) 1.10956 + hardcode_direct_CXX=yes 1.10957 + hardcode_shlibpath_var_CXX=no 1.10958 + archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' 1.10959 + hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' 1.10960 + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then 1.10961 + archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib' 1.10962 + export_dynamic_flag_spec_CXX='${wl}-E' 1.10963 + whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' 1.10964 + fi 1.10965 + output_verbose_link_cmd='echo' 1.10966 + ;; 1.10967 + osf3*) 1.10968 + case $cc_basename in 1.10969 + KCC*) 1.10970 + # Kuck and Associates, Inc. (KAI) C++ Compiler 1.10971 + 1.10972 + # KCC will only create a shared library if the output file 1.10973 + # ends with ".so" (or ".sl" for HP-UX), so rename the library 1.10974 + # to its proper name (with version) after linking. 1.10975 + 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' 1.10976 + 1.10977 + hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' 1.10978 + hardcode_libdir_separator_CXX=: 1.10979 + 1.10980 + # Archives containing C++ object files must be created using 1.10981 + # "CC -Bstatic", where "CC" is the KAI C++ compiler. 1.10982 + old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs' 1.10983 + 1.10984 + ;; 1.10985 + RCC*) 1.10986 + # Rational C++ 2.4.1 1.10987 + # FIXME: insert proper C++ library support 1.10988 + ld_shlibs_CXX=no 1.10989 + ;; 1.10990 + cxx*) 1.10991 + allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*' 1.10992 + 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' 1.10993 + 1.10994 + hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' 1.10995 + hardcode_libdir_separator_CXX=: 1.10996 + 1.10997 + # Commands to make compiler produce verbose output that lists 1.10998 + # what "hidden" libraries, object files and flags are used when 1.10999 + # linking a shared library. 1.11000 + # 1.11001 + # There doesn't appear to be a way to prevent this compiler from 1.11002 + # explicitly linking system object files so we need to strip them 1.11003 + # from the output so that they don't get included in the library 1.11004 + # dependencies. 1.11005 + 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' 1.11006 + ;; 1.11007 + *) 1.11008 + if test "$GXX" = yes && test "$with_gnu_ld" = no; then 1.11009 + allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*' 1.11010 + 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' 1.11011 + 1.11012 + hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' 1.11013 + hardcode_libdir_separator_CXX=: 1.11014 + 1.11015 + # Commands to make compiler produce verbose output that lists 1.11016 + # what "hidden" libraries, object files and flags are used when 1.11017 + # linking a shared library. 1.11018 + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"' 1.11019 + 1.11020 + else 1.11021 + # FIXME: insert proper C++ library support 1.11022 + ld_shlibs_CXX=no 1.11023 + fi 1.11024 + ;; 1.11025 + esac 1.11026 + ;; 1.11027 + osf4* | osf5*) 1.11028 + case $cc_basename in 1.11029 + KCC*) 1.11030 + # Kuck and Associates, Inc. (KAI) C++ Compiler 1.11031 + 1.11032 + # KCC will only create a shared library if the output file 1.11033 + # ends with ".so" (or ".sl" for HP-UX), so rename the library 1.11034 + # to its proper name (with version) after linking. 1.11035 + 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' 1.11036 + 1.11037 + hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' 1.11038 + hardcode_libdir_separator_CXX=: 1.11039 + 1.11040 + # Archives containing C++ object files must be created using 1.11041 + # the KAI C++ compiler. 1.11042 + old_archive_cmds_CXX='$CC -o $oldlib $oldobjs' 1.11043 + ;; 1.11044 + RCC*) 1.11045 + # Rational C++ 2.4.1 1.11046 + # FIXME: insert proper C++ library support 1.11047 + ld_shlibs_CXX=no 1.11048 + ;; 1.11049 + cxx*) 1.11050 + allow_undefined_flag_CXX=' -expect_unresolved \*' 1.11051 + 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' 1.11052 + archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ 1.11053 + echo "-hidden">> $lib.exp~ 1.11054 + $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~ 1.11055 + $rm $lib.exp' 1.11056 + 1.11057 + hardcode_libdir_flag_spec_CXX='-rpath $libdir' 1.11058 + hardcode_libdir_separator_CXX=: 1.11059 + 1.11060 + # Commands to make compiler produce verbose output that lists 1.11061 + # what "hidden" libraries, object files and flags are used when 1.11062 + # linking a shared library. 1.11063 + # 1.11064 + # There doesn't appear to be a way to prevent this compiler from 1.11065 + # explicitly linking system object files so we need to strip them 1.11066 + # from the output so that they don't get included in the library 1.11067 + # dependencies. 1.11068 + 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' 1.11069 + ;; 1.11070 + *) 1.11071 + if test "$GXX" = yes && test "$with_gnu_ld" = no; then 1.11072 + allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*' 1.11073 + 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' 1.11074 + 1.11075 + hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' 1.11076 + hardcode_libdir_separator_CXX=: 1.11077 + 1.11078 + # Commands to make compiler produce verbose output that lists 1.11079 + # what "hidden" libraries, object files and flags are used when 1.11080 + # linking a shared library. 1.11081 + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"' 1.11082 + 1.11083 + else 1.11084 + # FIXME: insert proper C++ library support 1.11085 + ld_shlibs_CXX=no 1.11086 + fi 1.11087 + ;; 1.11088 + esac 1.11089 + ;; 1.11090 + psos*) 1.11091 + # FIXME: insert proper C++ library support 1.11092 + ld_shlibs_CXX=no 1.11093 + ;; 1.11094 + sunos4*) 1.11095 + case $cc_basename in 1.11096 + CC*) 1.11097 + # Sun C++ 4.x 1.11098 + # FIXME: insert proper C++ library support 1.11099 + ld_shlibs_CXX=no 1.11100 + ;; 1.11101 + lcc*) 1.11102 + # Lucid 1.11103 + # FIXME: insert proper C++ library support 1.11104 + ld_shlibs_CXX=no 1.11105 + ;; 1.11106 + *) 1.11107 + # FIXME: insert proper C++ library support 1.11108 + ld_shlibs_CXX=no 1.11109 + ;; 1.11110 + esac 1.11111 + ;; 1.11112 + solaris*) 1.11113 + case $cc_basename in 1.11114 + CC*) 1.11115 + # Sun C++ 4.2, 5.x and Centerline C++ 1.11116 + archive_cmds_need_lc_CXX=yes 1.11117 + no_undefined_flag_CXX=' -zdefs' 1.11118 + archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' 1.11119 + archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ 1.11120 + $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' 1.11121 + 1.11122 + hardcode_libdir_flag_spec_CXX='-R$libdir' 1.11123 + hardcode_shlibpath_var_CXX=no 1.11124 + case $host_os in 1.11125 + solaris2.[0-5] | solaris2.[0-5].*) ;; 1.11126 + *) 1.11127 + # The C++ compiler is used as linker so we must use $wl 1.11128 + # flag to pass the commands to the underlying system 1.11129 + # linker. We must also pass each convience library through 1.11130 + # to the system linker between allextract/defaultextract. 1.11131 + # The C++ compiler will combine linker options so we 1.11132 + # cannot just pass the convience library names through 1.11133 + # without $wl. 1.11134 + # Supported since Solaris 2.6 (maybe 2.5.1?) 1.11135 + whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' 1.11136 + ;; 1.11137 + esac 1.11138 + link_all_deplibs_CXX=yes 1.11139 + 1.11140 + output_verbose_link_cmd='echo' 1.11141 + 1.11142 + # Archives containing C++ object files must be created using 1.11143 + # "CC -xar", where "CC" is the Sun C++ compiler. This is 1.11144 + # necessary to make sure instantiated templates are included 1.11145 + # in the archive. 1.11146 + old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs' 1.11147 + ;; 1.11148 + gcx*) 1.11149 + # Green Hills C++ Compiler 1.11150 + archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' 1.11151 + 1.11152 + # The C++ compiler must be used to create the archive. 1.11153 + old_archive_cmds_CXX='$CC $LDFLAGS -archive -o $oldlib $oldobjs' 1.11154 + ;; 1.11155 + *) 1.11156 + # GNU C++ compiler with Solaris linker 1.11157 + if test "$GXX" = yes && test "$with_gnu_ld" = no; then 1.11158 + no_undefined_flag_CXX=' ${wl}-z ${wl}defs' 1.11159 + if $CC --version | grep -v '^2\.7' > /dev/null; then 1.11160 + archive_cmds_CXX='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' 1.11161 + archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ 1.11162 + $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp' 1.11163 + 1.11164 + # Commands to make compiler produce verbose output that lists 1.11165 + # what "hidden" libraries, object files and flags are used when 1.11166 + # linking a shared library. 1.11167 + output_verbose_link_cmd="$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\"" 1.11168 + else 1.11169 + # g++ 2.7 appears to require `-G' NOT `-shared' on this 1.11170 + # platform. 1.11171 + archive_cmds_CXX='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' 1.11172 + archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ 1.11173 + $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp' 1.11174 + 1.11175 + # Commands to make compiler produce verbose output that lists 1.11176 + # what "hidden" libraries, object files and flags are used when 1.11177 + # linking a shared library. 1.11178 + output_verbose_link_cmd="$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\"" 1.11179 + fi 1.11180 + 1.11181 + hardcode_libdir_flag_spec_CXX='${wl}-R $wl$libdir' 1.11182 + fi 1.11183 + ;; 1.11184 + esac 1.11185 + ;; 1.11186 + sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) 1.11187 + no_undefined_flag_CXX='${wl}-z,text' 1.11188 + archive_cmds_need_lc_CXX=no 1.11189 + hardcode_shlibpath_var_CXX=no 1.11190 + runpath_var='LD_RUN_PATH' 1.11191 + 1.11192 + case $cc_basename in 1.11193 + CC*) 1.11194 + archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' 1.11195 + archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' 1.11196 + ;; 1.11197 + *) 1.11198 + archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' 1.11199 + archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' 1.11200 + ;; 1.11201 + esac 1.11202 + ;; 1.11203 + sysv5* | sco3.2v5* | sco5v6*) 1.11204 + # Note: We can NOT use -z defs as we might desire, because we do not 1.11205 + # link with -lc, and that would cause any symbols used from libc to 1.11206 + # always be unresolved, which means just about no library would 1.11207 + # ever link correctly. If we're not using GNU ld we use -z text 1.11208 + # though, which does catch some bad symbols but isn't as heavy-handed 1.11209 + # as -z defs. 1.11210 + # For security reasons, it is highly recommended that you always 1.11211 + # use absolute paths for naming shared libraries, and exclude the 1.11212 + # DT_RUNPATH tag from executables and libraries. But doing so 1.11213 + # requires that you compile everything twice, which is a pain. 1.11214 + # So that behaviour is only enabled if SCOABSPATH is set to a 1.11215 + # non-empty value in the environment. Most likely only useful for 1.11216 + # creating official distributions of packages. 1.11217 + # This is a hack until libtool officially supports absolute path 1.11218 + # names for shared libraries. 1.11219 + no_undefined_flag_CXX='${wl}-z,text' 1.11220 + allow_undefined_flag_CXX='${wl}-z,nodefs' 1.11221 + archive_cmds_need_lc_CXX=no 1.11222 + hardcode_shlibpath_var_CXX=no 1.11223 + hardcode_libdir_flag_spec_CXX='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`' 1.11224 + hardcode_libdir_separator_CXX=':' 1.11225 + link_all_deplibs_CXX=yes 1.11226 + export_dynamic_flag_spec_CXX='${wl}-Bexport' 1.11227 + runpath_var='LD_RUN_PATH' 1.11228 + 1.11229 + case $cc_basename in 1.11230 + CC*) 1.11231 + archive_cmds_CXX='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' 1.11232 + archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' 1.11233 + ;; 1.11234 + *) 1.11235 + archive_cmds_CXX='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' 1.11236 + archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' 1.11237 + ;; 1.11238 + esac 1.11239 + ;; 1.11240 + tandem*) 1.11241 + case $cc_basename in 1.11242 + NCC*) 1.11243 + # NonStop-UX NCC 3.20 1.11244 + # FIXME: insert proper C++ library support 1.11245 + ld_shlibs_CXX=no 1.11246 + ;; 1.11247 + *) 1.11248 + # FIXME: insert proper C++ library support 1.11249 + ld_shlibs_CXX=no 1.11250 + ;; 1.11251 + esac 1.11252 + ;; 1.11253 + vxworks*) 1.11254 + # FIXME: insert proper C++ library support 1.11255 + ld_shlibs_CXX=no 1.11256 + ;; 1.11257 + *) 1.11258 + # FIXME: insert proper C++ library support 1.11259 + ld_shlibs_CXX=no 1.11260 + ;; 1.11261 +esac 1.11262 +echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5 1.11263 +echo "${ECHO_T}$ld_shlibs_CXX" >&6 1.11264 +test "$ld_shlibs_CXX" = no && can_build_shared=no 1.11265 + 1.11266 +GCC_CXX="$GXX" 1.11267 +LD_CXX="$LD" 1.11268 + 1.11269 + 1.11270 +cat > conftest.$ac_ext <<EOF 1.11271 +class Foo 1.11272 +{ 1.11273 +public: 1.11274 + Foo (void) { a = 0; } 1.11275 +private: 1.11276 + int a; 1.11277 +}; 1.11278 +EOF 1.11279 + 1.11280 +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 1.11281 + (eval $ac_compile) 2>&5 1.11282 + ac_status=$? 1.11283 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.11284 + (exit $ac_status); }; then 1.11285 + # Parse the compiler output and extract the necessary 1.11286 + # objects, libraries and library flags. 1.11287 + 1.11288 + # Sentinel used to keep track of whether or not we are before 1.11289 + # the conftest object file. 1.11290 + pre_test_object_deps_done=no 1.11291 + 1.11292 + # The `*' in the case matches for architectures that use `case' in 1.11293 + # $output_verbose_cmd can trigger glob expansion during the loop 1.11294 + # eval without this substitution. 1.11295 + output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"` 1.11296 + 1.11297 + for p in `eval $output_verbose_link_cmd`; do 1.11298 + case $p in 1.11299 + 1.11300 + -L* | -R* | -l*) 1.11301 + # Some compilers place space between "-{L,R}" and the path. 1.11302 + # Remove the space. 1.11303 + if test $p = "-L" \ 1.11304 + || test $p = "-R"; then 1.11305 + prev=$p 1.11306 + continue 1.11307 + else 1.11308 + prev= 1.11309 + fi 1.11310 + 1.11311 + if test "$pre_test_object_deps_done" = no; then 1.11312 + case $p in 1.11313 + -L* | -R*) 1.11314 + # Internal compiler library paths should come after those 1.11315 + # provided the user. The postdeps already come after the 1.11316 + # user supplied libs so there is no need to process them. 1.11317 + if test -z "$compiler_lib_search_path_CXX"; then 1.11318 + compiler_lib_search_path_CXX="${prev}${p}" 1.11319 + else 1.11320 + compiler_lib_search_path_CXX="${compiler_lib_search_path_CXX} ${prev}${p}" 1.11321 + fi 1.11322 + ;; 1.11323 + # The "-l" case would never come before the object being 1.11324 + # linked, so don't bother handling this case. 1.11325 + esac 1.11326 + else 1.11327 + if test -z "$postdeps_CXX"; then 1.11328 + postdeps_CXX="${prev}${p}" 1.11329 + else 1.11330 + postdeps_CXX="${postdeps_CXX} ${prev}${p}" 1.11331 + fi 1.11332 + fi 1.11333 + ;; 1.11334 + 1.11335 + *.$objext) 1.11336 + # This assumes that the test object file only shows up 1.11337 + # once in the compiler output. 1.11338 + if test "$p" = "conftest.$objext"; then 1.11339 + pre_test_object_deps_done=yes 1.11340 + continue 1.11341 + fi 1.11342 + 1.11343 + if test "$pre_test_object_deps_done" = no; then 1.11344 + if test -z "$predep_objects_CXX"; then 1.11345 + predep_objects_CXX="$p" 1.11346 + else 1.11347 + predep_objects_CXX="$predep_objects_CXX $p" 1.11348 + fi 1.11349 + else 1.11350 + if test -z "$postdep_objects_CXX"; then 1.11351 + postdep_objects_CXX="$p" 1.11352 + else 1.11353 + postdep_objects_CXX="$postdep_objects_CXX $p" 1.11354 + fi 1.11355 + fi 1.11356 + ;; 1.11357 + 1.11358 + *) ;; # Ignore the rest. 1.11359 + 1.11360 + esac 1.11361 + done 1.11362 + 1.11363 + # Clean up. 1.11364 + rm -f a.out a.exe 1.11365 +else 1.11366 + echo "libtool.m4: error: problem compiling CXX test program" 1.11367 +fi 1.11368 + 1.11369 +$rm -f confest.$objext 1.11370 + 1.11371 +# PORTME: override above test on systems where it is broken 1.11372 +case $host_os in 1.11373 +interix3*) 1.11374 + # Interix 3.5 installs completely hosed .la files for C++, so rather than 1.11375 + # hack all around it, let's just trust "g++" to DTRT. 1.11376 + predep_objects_CXX= 1.11377 + postdep_objects_CXX= 1.11378 + postdeps_CXX= 1.11379 + ;; 1.11380 + 1.11381 +solaris*) 1.11382 + case $cc_basename in 1.11383 + CC*) 1.11384 + # Adding this requires a known-good setup of shared libraries for 1.11385 + # Sun compiler versions before 5.6, else PIC objects from an old 1.11386 + # archive will be linked into the output, leading to subtle bugs. 1.11387 + postdeps_CXX='-lCstd -lCrun' 1.11388 + ;; 1.11389 + esac 1.11390 + ;; 1.11391 +esac 1.11392 + 1.11393 + 1.11394 +case " $postdeps_CXX " in 1.11395 +*" -lc "*) archive_cmds_need_lc_CXX=no ;; 1.11396 +esac 1.11397 + 1.11398 +lt_prog_compiler_wl_CXX= 1.11399 +lt_prog_compiler_pic_CXX= 1.11400 +lt_prog_compiler_static_CXX= 1.11401 + 1.11402 +echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 1.11403 +echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6 1.11404 + 1.11405 + # C++ specific cases for pic, static, wl, etc. 1.11406 + if test "$GXX" = yes; then 1.11407 + lt_prog_compiler_wl_CXX='-Wl,' 1.11408 + lt_prog_compiler_static_CXX='-static' 1.11409 + 1.11410 + case $host_os in 1.11411 + aix*) 1.11412 + # All AIX code is PIC. 1.11413 + if test "$host_cpu" = ia64; then 1.11414 + # AIX 5 now supports IA64 processor 1.11415 + lt_prog_compiler_static_CXX='-Bstatic' 1.11416 + fi 1.11417 + ;; 1.11418 + amigaos*) 1.11419 + # FIXME: we need at least 68020 code to build shared libraries, but 1.11420 + # adding the `-m68020' flag to GCC prevents building anything better, 1.11421 + # like `-m68040'. 1.11422 + lt_prog_compiler_pic_CXX='-m68020 -resident32 -malways-restore-a4' 1.11423 + ;; 1.11424 + beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) 1.11425 + # PIC is the default for these OSes. 1.11426 + ;; 1.11427 + mingw* | os2* | pw32*) 1.11428 + # This hack is so that the source file can tell whether it is being 1.11429 + # built for inclusion in a dll (and should export symbols for example). 1.11430 + lt_prog_compiler_pic_CXX='-DDLL_EXPORT' 1.11431 + ;; 1.11432 + darwin* | rhapsody*) 1.11433 + # PIC is the default on this platform 1.11434 + # Common symbols not allowed in MH_DYLIB files 1.11435 + lt_prog_compiler_pic_CXX='-fno-common' 1.11436 + ;; 1.11437 + *djgpp*) 1.11438 + # DJGPP does not support shared libraries at all 1.11439 + lt_prog_compiler_pic_CXX= 1.11440 + ;; 1.11441 + interix3*) 1.11442 + # Interix 3.x gcc -fpic/-fPIC options generate broken code. 1.11443 + # Instead, we relocate shared libraries at runtime. 1.11444 + ;; 1.11445 + sysv4*MP*) 1.11446 + if test -d /usr/nec; then 1.11447 + lt_prog_compiler_pic_CXX=-Kconform_pic 1.11448 + fi 1.11449 + ;; 1.11450 + hpux*) 1.11451 + # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but 1.11452 + # not for PA HP-UX. 1.11453 + case $host_cpu in 1.11454 + hppa*64*|ia64*) 1.11455 + ;; 1.11456 + *) 1.11457 + lt_prog_compiler_pic_CXX='-fPIC' 1.11458 + ;; 1.11459 + esac 1.11460 + ;; 1.11461 + *) 1.11462 + lt_prog_compiler_pic_CXX='-fPIC' 1.11463 + ;; 1.11464 + esac 1.11465 + else 1.11466 + case $host_os in 1.11467 + aix4* | aix5*) 1.11468 + # All AIX code is PIC. 1.11469 + if test "$host_cpu" = ia64; then 1.11470 + # AIX 5 now supports IA64 processor 1.11471 + lt_prog_compiler_static_CXX='-Bstatic' 1.11472 + else 1.11473 + lt_prog_compiler_static_CXX='-bnso -bI:/lib/syscalls.exp' 1.11474 + fi 1.11475 + ;; 1.11476 + chorus*) 1.11477 + case $cc_basename in 1.11478 + cxch68*) 1.11479 + # Green Hills C++ Compiler 1.11480 + # _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" 1.11481 + ;; 1.11482 + esac 1.11483 + ;; 1.11484 + darwin*) 1.11485 + # PIC is the default on this platform 1.11486 + # Common symbols not allowed in MH_DYLIB files 1.11487 + case $cc_basename in 1.11488 + xlc*) 1.11489 + lt_prog_compiler_pic_CXX='-qnocommon' 1.11490 + lt_prog_compiler_wl_CXX='-Wl,' 1.11491 + ;; 1.11492 + esac 1.11493 + ;; 1.11494 + dgux*) 1.11495 + case $cc_basename in 1.11496 + ec++*) 1.11497 + lt_prog_compiler_pic_CXX='-KPIC' 1.11498 + ;; 1.11499 + ghcx*) 1.11500 + # Green Hills C++ Compiler 1.11501 + lt_prog_compiler_pic_CXX='-pic' 1.11502 + ;; 1.11503 + *) 1.11504 + ;; 1.11505 + esac 1.11506 + ;; 1.11507 + freebsd* | kfreebsd*-gnu | dragonfly*) 1.11508 + # FreeBSD uses GNU C++ 1.11509 + ;; 1.11510 + hpux9* | hpux10* | hpux11*) 1.11511 + case $cc_basename in 1.11512 + CC*) 1.11513 + lt_prog_compiler_wl_CXX='-Wl,' 1.11514 + lt_prog_compiler_static_CXX='${wl}-a ${wl}archive' 1.11515 + if test "$host_cpu" != ia64; then 1.11516 + lt_prog_compiler_pic_CXX='+Z' 1.11517 + fi 1.11518 + ;; 1.11519 + aCC*) 1.11520 + lt_prog_compiler_wl_CXX='-Wl,' 1.11521 + lt_prog_compiler_static_CXX='${wl}-a ${wl}archive' 1.11522 + case $host_cpu in 1.11523 + hppa*64*|ia64*) 1.11524 + # +Z the default 1.11525 + ;; 1.11526 + *) 1.11527 + lt_prog_compiler_pic_CXX='+Z' 1.11528 + ;; 1.11529 + esac 1.11530 + ;; 1.11531 + *) 1.11532 + ;; 1.11533 + esac 1.11534 + ;; 1.11535 + interix*) 1.11536 + # This is c89, which is MS Visual C++ (no shared libs) 1.11537 + # Anyone wants to do a port? 1.11538 + ;; 1.11539 + irix5* | irix6* | nonstopux*) 1.11540 + case $cc_basename in 1.11541 + CC*) 1.11542 + lt_prog_compiler_wl_CXX='-Wl,' 1.11543 + lt_prog_compiler_static_CXX='-non_shared' 1.11544 + # CC pic flag -KPIC is the default. 1.11545 + ;; 1.11546 + *) 1.11547 + ;; 1.11548 + esac 1.11549 + ;; 1.11550 + linux*) 1.11551 + case $cc_basename in 1.11552 + KCC*) 1.11553 + # KAI C++ Compiler 1.11554 + lt_prog_compiler_wl_CXX='--backend -Wl,' 1.11555 + lt_prog_compiler_pic_CXX='-fPIC' 1.11556 + ;; 1.11557 + icpc* | ecpc*) 1.11558 + # Intel C++ 1.11559 + lt_prog_compiler_wl_CXX='-Wl,' 1.11560 + lt_prog_compiler_pic_CXX='-KPIC' 1.11561 + lt_prog_compiler_static_CXX='-static' 1.11562 + ;; 1.11563 + pgCC*) 1.11564 + # Portland Group C++ compiler. 1.11565 + lt_prog_compiler_wl_CXX='-Wl,' 1.11566 + lt_prog_compiler_pic_CXX='-fpic' 1.11567 + lt_prog_compiler_static_CXX='-Bstatic' 1.11568 + ;; 1.11569 + cxx*) 1.11570 + # Compaq C++ 1.11571 + # Make sure the PIC flag is empty. It appears that all Alpha 1.11572 + # Linux and Compaq Tru64 Unix objects are PIC. 1.11573 + lt_prog_compiler_pic_CXX= 1.11574 + lt_prog_compiler_static_CXX='-non_shared' 1.11575 + ;; 1.11576 + *) 1.11577 + ;; 1.11578 + esac 1.11579 + ;; 1.11580 + lynxos*) 1.11581 + ;; 1.11582 + m88k*) 1.11583 + ;; 1.11584 + mvs*) 1.11585 + case $cc_basename in 1.11586 + cxx*) 1.11587 + lt_prog_compiler_pic_CXX='-W c,exportall' 1.11588 + ;; 1.11589 + *) 1.11590 + ;; 1.11591 + esac 1.11592 + ;; 1.11593 + netbsd* | netbsdelf*-gnu | knetbsd*-gnu) 1.11594 + ;; 1.11595 + osf3* | osf4* | osf5*) 1.11596 + case $cc_basename in 1.11597 + KCC*) 1.11598 + lt_prog_compiler_wl_CXX='--backend -Wl,' 1.11599 + ;; 1.11600 + RCC*) 1.11601 + # Rational C++ 2.4.1 1.11602 + lt_prog_compiler_pic_CXX='-pic' 1.11603 + ;; 1.11604 + cxx*) 1.11605 + # Digital/Compaq C++ 1.11606 + lt_prog_compiler_wl_CXX='-Wl,' 1.11607 + # Make sure the PIC flag is empty. It appears that all Alpha 1.11608 + # Linux and Compaq Tru64 Unix objects are PIC. 1.11609 + lt_prog_compiler_pic_CXX= 1.11610 + lt_prog_compiler_static_CXX='-non_shared' 1.11611 + ;; 1.11612 + *) 1.11613 + ;; 1.11614 + esac 1.11615 + ;; 1.11616 + psos*) 1.11617 + ;; 1.11618 + solaris*) 1.11619 + case $cc_basename in 1.11620 + CC*) 1.11621 + # Sun C++ 4.2, 5.x and Centerline C++ 1.11622 + lt_prog_compiler_pic_CXX='-KPIC' 1.11623 + lt_prog_compiler_static_CXX='-Bstatic' 1.11624 + lt_prog_compiler_wl_CXX='-Qoption ld ' 1.11625 + ;; 1.11626 + gcx*) 1.11627 + # Green Hills C++ Compiler 1.11628 + lt_prog_compiler_pic_CXX='-PIC' 1.11629 + ;; 1.11630 + *) 1.11631 + ;; 1.11632 + esac 1.11633 + ;; 1.11634 + sunos4*) 1.11635 + case $cc_basename in 1.11636 + CC*) 1.11637 + # Sun C++ 4.x 1.11638 + lt_prog_compiler_pic_CXX='-pic' 1.11639 + lt_prog_compiler_static_CXX='-Bstatic' 1.11640 + ;; 1.11641 + lcc*) 1.11642 + # Lucid 1.11643 + lt_prog_compiler_pic_CXX='-pic' 1.11644 + ;; 1.11645 + *) 1.11646 + ;; 1.11647 + esac 1.11648 + ;; 1.11649 + tandem*) 1.11650 + case $cc_basename in 1.11651 + NCC*) 1.11652 + # NonStop-UX NCC 3.20 1.11653 + lt_prog_compiler_pic_CXX='-KPIC' 1.11654 + ;; 1.11655 + *) 1.11656 + ;; 1.11657 + esac 1.11658 + ;; 1.11659 + sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) 1.11660 + case $cc_basename in 1.11661 + CC*) 1.11662 + lt_prog_compiler_wl_CXX='-Wl,' 1.11663 + lt_prog_compiler_pic_CXX='-KPIC' 1.11664 + lt_prog_compiler_static_CXX='-Bstatic' 1.11665 + ;; 1.11666 + esac 1.11667 + ;; 1.11668 + vxworks*) 1.11669 + ;; 1.11670 + *) 1.11671 + lt_prog_compiler_can_build_shared_CXX=no 1.11672 + ;; 1.11673 + esac 1.11674 + fi 1.11675 + 1.11676 +echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_CXX" >&5 1.11677 +echo "${ECHO_T}$lt_prog_compiler_pic_CXX" >&6 1.11678 + 1.11679 +# 1.11680 +# Check to make sure the PIC flag actually works. 1.11681 +# 1.11682 +if test -n "$lt_prog_compiler_pic_CXX"; then 1.11683 + 1.11684 +echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5 1.11685 +echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... $ECHO_C" >&6 1.11686 +if test "${lt_prog_compiler_pic_works_CXX+set}" = set; then 1.11687 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.11688 +else 1.11689 + lt_prog_compiler_pic_works_CXX=no 1.11690 + ac_outfile=conftest.$ac_objext 1.11691 + printf "$lt_simple_compile_test_code" > conftest.$ac_ext 1.11692 + lt_compiler_flag="$lt_prog_compiler_pic_CXX -DPIC" 1.11693 + # Insert the option either (1) after the last *FLAGS variable, or 1.11694 + # (2) before a word containing "conftest.", or (3) at the end. 1.11695 + # Note that $ac_compile itself does not contain backslashes and begins 1.11696 + # with a dollar sign (not a hyphen), so the echo should work correctly. 1.11697 + # The option is referenced via a variable to avoid confusing sed. 1.11698 + lt_compile=`echo "$ac_compile" | $SED \ 1.11699 + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 1.11700 + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 1.11701 + -e 's:$: $lt_compiler_flag:'` 1.11702 + (eval echo "\"\$as_me:11699: $lt_compile\"" >&5) 1.11703 + (eval "$lt_compile" 2>conftest.err) 1.11704 + ac_status=$? 1.11705 + cat conftest.err >&5 1.11706 + echo "$as_me:11703: \$? = $ac_status" >&5 1.11707 + if (exit $ac_status) && test -s "$ac_outfile"; then 1.11708 + # The compiler can only warn and ignore the option if not recognized 1.11709 + # So say no if there are warnings other than the usual output. 1.11710 + $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp 1.11711 + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 1.11712 + if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then 1.11713 + lt_prog_compiler_pic_works_CXX=yes 1.11714 + fi 1.11715 + fi 1.11716 + $rm conftest* 1.11717 + 1.11718 +fi 1.11719 +echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_CXX" >&5 1.11720 +echo "${ECHO_T}$lt_prog_compiler_pic_works_CXX" >&6 1.11721 + 1.11722 +if test x"$lt_prog_compiler_pic_works_CXX" = xyes; then 1.11723 + case $lt_prog_compiler_pic_CXX in 1.11724 + "" | " "*) ;; 1.11725 + *) lt_prog_compiler_pic_CXX=" $lt_prog_compiler_pic_CXX" ;; 1.11726 + esac 1.11727 +else 1.11728 + lt_prog_compiler_pic_CXX= 1.11729 + lt_prog_compiler_can_build_shared_CXX=no 1.11730 +fi 1.11731 + 1.11732 +fi 1.11733 +case $host_os in 1.11734 + # For platforms which do not support PIC, -DPIC is meaningless: 1.11735 + *djgpp*) 1.11736 + lt_prog_compiler_pic_CXX= 1.11737 + ;; 1.11738 + *) 1.11739 + lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC" 1.11740 + ;; 1.11741 +esac 1.11742 + 1.11743 +# 1.11744 +# Check to make sure the static flag actually works. 1.11745 +# 1.11746 +wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\" 1.11747 +echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5 1.11748 +echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6 1.11749 +if test "${lt_prog_compiler_static_works_CXX+set}" = set; then 1.11750 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.11751 +else 1.11752 + lt_prog_compiler_static_works_CXX=no 1.11753 + save_LDFLAGS="$LDFLAGS" 1.11754 + LDFLAGS="$LDFLAGS $lt_tmp_static_flag" 1.11755 + printf "$lt_simple_link_test_code" > conftest.$ac_ext 1.11756 + if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then 1.11757 + # The linker can only warn and ignore the option if not recognized 1.11758 + # So say no if there are warnings 1.11759 + if test -s conftest.err; then 1.11760 + # Append any errors to the config.log. 1.11761 + cat conftest.err 1>&5 1.11762 + $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp 1.11763 + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 1.11764 + if diff conftest.exp conftest.er2 >/dev/null; then 1.11765 + lt_prog_compiler_static_works_CXX=yes 1.11766 + fi 1.11767 + else 1.11768 + lt_prog_compiler_static_works_CXX=yes 1.11769 + fi 1.11770 + fi 1.11771 + $rm conftest* 1.11772 + LDFLAGS="$save_LDFLAGS" 1.11773 + 1.11774 +fi 1.11775 +echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works_CXX" >&5 1.11776 +echo "${ECHO_T}$lt_prog_compiler_static_works_CXX" >&6 1.11777 + 1.11778 +if test x"$lt_prog_compiler_static_works_CXX" = xyes; then 1.11779 + : 1.11780 +else 1.11781 + lt_prog_compiler_static_CXX= 1.11782 +fi 1.11783 + 1.11784 + 1.11785 +echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 1.11786 +echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6 1.11787 +if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then 1.11788 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.11789 +else 1.11790 + lt_cv_prog_compiler_c_o_CXX=no 1.11791 + $rm -r conftest 2>/dev/null 1.11792 + mkdir conftest 1.11793 + cd conftest 1.11794 + mkdir out 1.11795 + printf "$lt_simple_compile_test_code" > conftest.$ac_ext 1.11796 + 1.11797 + lt_compiler_flag="-o out/conftest2.$ac_objext" 1.11798 + # Insert the option either (1) after the last *FLAGS variable, or 1.11799 + # (2) before a word containing "conftest.", or (3) at the end. 1.11800 + # Note that $ac_compile itself does not contain backslashes and begins 1.11801 + # with a dollar sign (not a hyphen), so the echo should work correctly. 1.11802 + lt_compile=`echo "$ac_compile" | $SED \ 1.11803 + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 1.11804 + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 1.11805 + -e 's:$: $lt_compiler_flag:'` 1.11806 + (eval echo "\"\$as_me:11803: $lt_compile\"" >&5) 1.11807 + (eval "$lt_compile" 2>out/conftest.err) 1.11808 + ac_status=$? 1.11809 + cat out/conftest.err >&5 1.11810 + echo "$as_me:11807: \$? = $ac_status" >&5 1.11811 + if (exit $ac_status) && test -s out/conftest2.$ac_objext 1.11812 + then 1.11813 + # The compiler can only warn and ignore the option if not recognized 1.11814 + # So say no if there are warnings 1.11815 + $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp 1.11816 + $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 1.11817 + if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then 1.11818 + lt_cv_prog_compiler_c_o_CXX=yes 1.11819 + fi 1.11820 + fi 1.11821 + chmod u+w . 2>&5 1.11822 + $rm conftest* 1.11823 + # SGI C++ compiler will create directory out/ii_files/ for 1.11824 + # template instantiation 1.11825 + test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files 1.11826 + $rm out/* && rmdir out 1.11827 + cd .. 1.11828 + rmdir conftest 1.11829 + $rm conftest* 1.11830 + 1.11831 +fi 1.11832 +echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_CXX" >&5 1.11833 +echo "${ECHO_T}$lt_cv_prog_compiler_c_o_CXX" >&6 1.11834 + 1.11835 + 1.11836 +hard_links="nottested" 1.11837 +if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then 1.11838 + # do not overwrite the value of need_locks provided by the user 1.11839 + echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 1.11840 +echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6 1.11841 + hard_links=yes 1.11842 + $rm conftest* 1.11843 + ln conftest.a conftest.b 2>/dev/null && hard_links=no 1.11844 + touch conftest.a 1.11845 + ln conftest.a conftest.b 2>&5 || hard_links=no 1.11846 + ln conftest.a conftest.b 2>/dev/null && hard_links=no 1.11847 + echo "$as_me:$LINENO: result: $hard_links" >&5 1.11848 +echo "${ECHO_T}$hard_links" >&6 1.11849 + if test "$hard_links" = no; then 1.11850 + { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 1.11851 +echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} 1.11852 + need_locks=warn 1.11853 + fi 1.11854 +else 1.11855 + need_locks=no 1.11856 +fi 1.11857 + 1.11858 +echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 1.11859 +echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6 1.11860 + 1.11861 + export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' 1.11862 + case $host_os in 1.11863 + aix4* | aix5*) 1.11864 + # If we're using GNU nm, then we don't want the "-C" option. 1.11865 + # -C means demangle to AIX nm, but means don't demangle with GNU nm 1.11866 + if $NM -V 2>&1 | grep 'GNU' > /dev/null; then 1.11867 + 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' 1.11868 + else 1.11869 + 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' 1.11870 + fi 1.11871 + ;; 1.11872 + pw32*) 1.11873 + export_symbols_cmds_CXX="$ltdll_cmds" 1.11874 + ;; 1.11875 + cygwin* | mingw*) 1.11876 + 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' 1.11877 + ;; 1.11878 + kfreebsd*-gnu) 1.11879 + link_all_deplibs_CXX=no 1.11880 + ;; 1.11881 + linux*) 1.11882 + link_all_deplibs_CXX=no 1.11883 + ;; 1.11884 + *) 1.11885 + export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' 1.11886 + ;; 1.11887 + esac 1.11888 + 1.11889 +echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5 1.11890 +echo "${ECHO_T}$ld_shlibs_CXX" >&6 1.11891 +test "$ld_shlibs_CXX" = no && can_build_shared=no 1.11892 + 1.11893 +# 1.11894 +# Do we need to explicitly link libc? 1.11895 +# 1.11896 +case "x$archive_cmds_need_lc_CXX" in 1.11897 +x|xyes) 1.11898 + # Assume -lc should be added 1.11899 + archive_cmds_need_lc_CXX=yes 1.11900 + 1.11901 + if test "$enable_shared" = yes && test "$GCC" = yes; then 1.11902 + case $archive_cmds_CXX in 1.11903 + *'~'*) 1.11904 + # FIXME: we may have to deal with multi-command sequences. 1.11905 + ;; 1.11906 + '$CC '*) 1.11907 + # Test whether the compiler implicitly links with -lc since on some 1.11908 + # systems, -lgcc has to come before -lc. If gcc already passes -lc 1.11909 + # to ld, don't add -lc before -lgcc. 1.11910 + echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 1.11911 +echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6 1.11912 + $rm conftest* 1.11913 + printf "$lt_simple_compile_test_code" > conftest.$ac_ext 1.11914 + 1.11915 + if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 1.11916 + (eval $ac_compile) 2>&5 1.11917 + ac_status=$? 1.11918 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.11919 + (exit $ac_status); } 2>conftest.err; then 1.11920 + soname=conftest 1.11921 + lib=conftest 1.11922 + libobjs=conftest.$ac_objext 1.11923 + deplibs= 1.11924 + wl=$lt_prog_compiler_wl_CXX 1.11925 + pic_flag=$lt_prog_compiler_pic_CXX 1.11926 + compiler_flags=-v 1.11927 + linker_flags=-v 1.11928 + verstring= 1.11929 + output_objdir=. 1.11930 + libname=conftest 1.11931 + lt_save_allow_undefined_flag=$allow_undefined_flag_CXX 1.11932 + allow_undefined_flag_CXX= 1.11933 + if { (eval echo "$as_me:$LINENO: \"$archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5 1.11934 + (eval $archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5 1.11935 + ac_status=$? 1.11936 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.11937 + (exit $ac_status); } 1.11938 + then 1.11939 + archive_cmds_need_lc_CXX=no 1.11940 + else 1.11941 + archive_cmds_need_lc_CXX=yes 1.11942 + fi 1.11943 + allow_undefined_flag_CXX=$lt_save_allow_undefined_flag 1.11944 + else 1.11945 + cat conftest.err 1>&5 1.11946 + fi 1.11947 + $rm conftest* 1.11948 + echo "$as_me:$LINENO: result: $archive_cmds_need_lc_CXX" >&5 1.11949 +echo "${ECHO_T}$archive_cmds_need_lc_CXX" >&6 1.11950 + ;; 1.11951 + esac 1.11952 + fi 1.11953 + ;; 1.11954 +esac 1.11955 + 1.11956 +echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 1.11957 +echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6 1.11958 +library_names_spec= 1.11959 +libname_spec='lib$name' 1.11960 +soname_spec= 1.11961 +shrext_cmds=".so" 1.11962 +postinstall_cmds= 1.11963 +postuninstall_cmds= 1.11964 +finish_cmds= 1.11965 +finish_eval= 1.11966 +shlibpath_var= 1.11967 +shlibpath_overrides_runpath=unknown 1.11968 +version_type=none 1.11969 +dynamic_linker="$host_os ld.so" 1.11970 +sys_lib_dlsearch_path_spec="/lib /usr/lib" 1.11971 +if test "$GCC" = yes; then 1.11972 + sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` 1.11973 + if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then 1.11974 + # if the path contains ";" then we assume it to be the separator 1.11975 + # otherwise default to the standard path separator (i.e. ":") - it is 1.11976 + # assumed that no part of a normal pathname contains ";" but that should 1.11977 + # okay in the real world where ";" in dirpaths is itself problematic. 1.11978 + sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` 1.11979 + else 1.11980 + sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` 1.11981 + fi 1.11982 +else 1.11983 + sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" 1.11984 +fi 1.11985 +need_lib_prefix=unknown 1.11986 +hardcode_into_libs=no 1.11987 + 1.11988 +# when you set need_version to no, make sure it does not cause -set_version 1.11989 +# flags to be left without arguments 1.11990 +need_version=unknown 1.11991 + 1.11992 +case $host_os in 1.11993 +aix3*) 1.11994 + version_type=linux 1.11995 + library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' 1.11996 + shlibpath_var=LIBPATH 1.11997 + 1.11998 + # AIX 3 has no versioning support, so we append a major version to the name. 1.11999 + soname_spec='${libname}${release}${shared_ext}$major' 1.12000 + ;; 1.12001 + 1.12002 +aix4* | aix5*) 1.12003 + version_type=linux 1.12004 + need_lib_prefix=no 1.12005 + need_version=no 1.12006 + hardcode_into_libs=yes 1.12007 + if test "$host_cpu" = ia64; then 1.12008 + # AIX 5 supports IA64 1.12009 + library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' 1.12010 + shlibpath_var=LD_LIBRARY_PATH 1.12011 + else 1.12012 + # With GCC up to 2.95.x, collect2 would create an import file 1.12013 + # for dependence libraries. The import file would start with 1.12014 + # the line `#! .'. This would cause the generated library to 1.12015 + # depend on `.', always an invalid library. This was fixed in 1.12016 + # development snapshots of GCC prior to 3.0. 1.12017 + case $host_os in 1.12018 + aix4 | aix4.[01] | aix4.[01].*) 1.12019 + if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' 1.12020 + echo ' yes ' 1.12021 + echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then 1.12022 + : 1.12023 + else 1.12024 + can_build_shared=no 1.12025 + fi 1.12026 + ;; 1.12027 + esac 1.12028 + # AIX (on Power*) has no versioning support, so currently we can not hardcode correct 1.12029 + # soname into executable. Probably we can add versioning support to 1.12030 + # collect2, so additional links can be useful in future. 1.12031 + if test "$aix_use_runtimelinking" = yes; then 1.12032 + # If using run time linking (on AIX 4.2 or later) use lib<name>.so 1.12033 + # instead of lib<name>.a to let people know that these are not 1.12034 + # typical AIX shared libraries. 1.12035 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 1.12036 + else 1.12037 + # We preserve .a as extension for shared libraries through AIX4.2 1.12038 + # and later when we are not doing run time linking. 1.12039 + library_names_spec='${libname}${release}.a $libname.a' 1.12040 + soname_spec='${libname}${release}${shared_ext}$major' 1.12041 + fi 1.12042 + shlibpath_var=LIBPATH 1.12043 + fi 1.12044 + ;; 1.12045 + 1.12046 +amigaos*) 1.12047 + library_names_spec='$libname.ixlibrary $libname.a' 1.12048 + # Create ${libname}_ixlibrary.a entries in /sys/libs. 1.12049 + 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' 1.12050 + ;; 1.12051 + 1.12052 +beos*) 1.12053 + library_names_spec='${libname}${shared_ext}' 1.12054 + dynamic_linker="$host_os ld.so" 1.12055 + shlibpath_var=LIBRARY_PATH 1.12056 + ;; 1.12057 + 1.12058 +bsdi[45]*) 1.12059 + version_type=linux 1.12060 + need_version=no 1.12061 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 1.12062 + soname_spec='${libname}${release}${shared_ext}$major' 1.12063 + finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' 1.12064 + shlibpath_var=LD_LIBRARY_PATH 1.12065 + sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" 1.12066 + sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" 1.12067 + # the default ld.so.conf also contains /usr/contrib/lib and 1.12068 + # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow 1.12069 + # libtool to hard-code these into programs 1.12070 + ;; 1.12071 + 1.12072 +cygwin* | mingw* | pw32*) 1.12073 + version_type=windows 1.12074 + shrext_cmds=".dll" 1.12075 + need_version=no 1.12076 + need_lib_prefix=no 1.12077 + 1.12078 + case $GCC,$host_os in 1.12079 + yes,cygwin* | yes,mingw* | yes,pw32*) 1.12080 + library_names_spec='$libname.dll.a' 1.12081 + # DLL is installed to $(libdir)/../bin by postinstall_cmds 1.12082 + postinstall_cmds='base_file=`basename \${file}`~ 1.12083 + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~ 1.12084 + dldir=$destdir/`dirname \$dlpath`~ 1.12085 + test -d \$dldir || mkdir -p \$dldir~ 1.12086 + $install_prog $dir/$dlname \$dldir/$dlname~ 1.12087 + chmod a+x \$dldir/$dlname' 1.12088 + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ 1.12089 + dlpath=$dir/\$dldll~ 1.12090 + $rm \$dlpath' 1.12091 + shlibpath_overrides_runpath=yes 1.12092 + 1.12093 + case $host_os in 1.12094 + cygwin*) 1.12095 + # Cygwin DLLs use 'cyg' prefix rather than 'lib' 1.12096 + soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' 1.12097 + sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" 1.12098 + ;; 1.12099 + mingw*) 1.12100 + # MinGW DLLs use traditional 'lib' prefix 1.12101 + soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' 1.12102 + sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` 1.12103 + if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then 1.12104 + # It is most probably a Windows format PATH printed by 1.12105 + # mingw gcc, but we are running on Cygwin. Gcc prints its search 1.12106 + # path with ; separators, and with drive letters. We can handle the 1.12107 + # drive letters (cygwin fileutils understands them), so leave them, 1.12108 + # especially as we might pass files found there to a mingw objdump, 1.12109 + # which wouldn't understand a cygwinified path. Ahh. 1.12110 + sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` 1.12111 + else 1.12112 + sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` 1.12113 + fi 1.12114 + ;; 1.12115 + pw32*) 1.12116 + # pw32 DLLs use 'pw' prefix rather than 'lib' 1.12117 + library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' 1.12118 + ;; 1.12119 + esac 1.12120 + ;; 1.12121 + 1.12122 + *) 1.12123 + library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' 1.12124 + ;; 1.12125 + esac 1.12126 + dynamic_linker='Win32 ld.exe' 1.12127 + # FIXME: first we should search . and the directory the executable is in 1.12128 + shlibpath_var=PATH 1.12129 + ;; 1.12130 + 1.12131 +darwin* | rhapsody*) 1.12132 + dynamic_linker="$host_os dyld" 1.12133 + version_type=darwin 1.12134 + need_lib_prefix=no 1.12135 + need_version=no 1.12136 + library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext' 1.12137 + soname_spec='${libname}${release}${major}$shared_ext' 1.12138 + shlibpath_overrides_runpath=yes 1.12139 + shlibpath_var=DYLD_LIBRARY_PATH 1.12140 + shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' 1.12141 + # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same. 1.12142 + if test "$GCC" = yes; then 1.12143 + sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` 1.12144 + else 1.12145 + sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib' 1.12146 + fi 1.12147 + sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' 1.12148 + ;; 1.12149 + 1.12150 +dgux*) 1.12151 + version_type=linux 1.12152 + need_lib_prefix=no 1.12153 + need_version=no 1.12154 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' 1.12155 + soname_spec='${libname}${release}${shared_ext}$major' 1.12156 + shlibpath_var=LD_LIBRARY_PATH 1.12157 + ;; 1.12158 + 1.12159 +freebsd1*) 1.12160 + dynamic_linker=no 1.12161 + ;; 1.12162 + 1.12163 +kfreebsd*-gnu) 1.12164 + version_type=linux 1.12165 + need_lib_prefix=no 1.12166 + need_version=no 1.12167 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' 1.12168 + soname_spec='${libname}${release}${shared_ext}$major' 1.12169 + shlibpath_var=LD_LIBRARY_PATH 1.12170 + shlibpath_overrides_runpath=no 1.12171 + hardcode_into_libs=yes 1.12172 + dynamic_linker='GNU ld.so' 1.12173 + ;; 1.12174 + 1.12175 +freebsd* | dragonfly*) 1.12176 + # DragonFly does not have aout. When/if they implement a new 1.12177 + # versioning mechanism, adjust this. 1.12178 + if test -x /usr/bin/objformat; then 1.12179 + objformat=`/usr/bin/objformat` 1.12180 + else 1.12181 + case $host_os in 1.12182 + freebsd[123]*) objformat=aout ;; 1.12183 + *) objformat=elf ;; 1.12184 + esac 1.12185 + fi 1.12186 + version_type=freebsd-$objformat 1.12187 + case $version_type in 1.12188 + freebsd-elf*) 1.12189 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' 1.12190 + need_version=no 1.12191 + need_lib_prefix=no 1.12192 + ;; 1.12193 + freebsd-*) 1.12194 + library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' 1.12195 + need_version=yes 1.12196 + ;; 1.12197 + esac 1.12198 + shlibpath_var=LD_LIBRARY_PATH 1.12199 + case $host_os in 1.12200 + freebsd2*) 1.12201 + shlibpath_overrides_runpath=yes 1.12202 + ;; 1.12203 + freebsd3.[01]* | freebsdelf3.[01]*) 1.12204 + shlibpath_overrides_runpath=yes 1.12205 + hardcode_into_libs=yes 1.12206 + ;; 1.12207 + freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ 1.12208 + freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1) 1.12209 + shlibpath_overrides_runpath=no 1.12210 + hardcode_into_libs=yes 1.12211 + ;; 1.12212 + freebsd*) # from 4.6 on 1.12213 + shlibpath_overrides_runpath=yes 1.12214 + hardcode_into_libs=yes 1.12215 + ;; 1.12216 + esac 1.12217 + ;; 1.12218 + 1.12219 +gnu*) 1.12220 + version_type=linux 1.12221 + need_lib_prefix=no 1.12222 + need_version=no 1.12223 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' 1.12224 + soname_spec='${libname}${release}${shared_ext}$major' 1.12225 + shlibpath_var=LD_LIBRARY_PATH 1.12226 + hardcode_into_libs=yes 1.12227 + ;; 1.12228 + 1.12229 +hpux9* | hpux10* | hpux11*) 1.12230 + # Give a soname corresponding to the major version so that dld.sl refuses to 1.12231 + # link against other versions. 1.12232 + version_type=sunos 1.12233 + need_lib_prefix=no 1.12234 + need_version=no 1.12235 + case $host_cpu in 1.12236 + ia64*) 1.12237 + shrext_cmds='.so' 1.12238 + hardcode_into_libs=yes 1.12239 + dynamic_linker="$host_os dld.so" 1.12240 + shlibpath_var=LD_LIBRARY_PATH 1.12241 + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. 1.12242 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 1.12243 + soname_spec='${libname}${release}${shared_ext}$major' 1.12244 + if test "X$HPUX_IA64_MODE" = X32; then 1.12245 + sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" 1.12246 + else 1.12247 + sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" 1.12248 + fi 1.12249 + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec 1.12250 + ;; 1.12251 + hppa*64*) 1.12252 + shrext_cmds='.sl' 1.12253 + hardcode_into_libs=yes 1.12254 + dynamic_linker="$host_os dld.sl" 1.12255 + shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH 1.12256 + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. 1.12257 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 1.12258 + soname_spec='${libname}${release}${shared_ext}$major' 1.12259 + sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" 1.12260 + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec 1.12261 + ;; 1.12262 + *) 1.12263 + shrext_cmds='.sl' 1.12264 + dynamic_linker="$host_os dld.sl" 1.12265 + shlibpath_var=SHLIB_PATH 1.12266 + shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH 1.12267 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 1.12268 + soname_spec='${libname}${release}${shared_ext}$major' 1.12269 + ;; 1.12270 + esac 1.12271 + # HP-UX runs *really* slowly unless shared libraries are mode 555. 1.12272 + postinstall_cmds='chmod 555 $lib' 1.12273 + ;; 1.12274 + 1.12275 +interix3*) 1.12276 + version_type=linux 1.12277 + need_lib_prefix=no 1.12278 + need_version=no 1.12279 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' 1.12280 + soname_spec='${libname}${release}${shared_ext}$major' 1.12281 + dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' 1.12282 + shlibpath_var=LD_LIBRARY_PATH 1.12283 + shlibpath_overrides_runpath=no 1.12284 + hardcode_into_libs=yes 1.12285 + ;; 1.12286 + 1.12287 +irix5* | irix6* | nonstopux*) 1.12288 + case $host_os in 1.12289 + nonstopux*) version_type=nonstopux ;; 1.12290 + *) 1.12291 + if test "$lt_cv_prog_gnu_ld" = yes; then 1.12292 + version_type=linux 1.12293 + else 1.12294 + version_type=irix 1.12295 + fi ;; 1.12296 + esac 1.12297 + need_lib_prefix=no 1.12298 + need_version=no 1.12299 + soname_spec='${libname}${release}${shared_ext}$major' 1.12300 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' 1.12301 + case $host_os in 1.12302 + irix5* | nonstopux*) 1.12303 + libsuff= shlibsuff= 1.12304 + ;; 1.12305 + *) 1.12306 + case $LD in # libtool.m4 will add one of these switches to LD 1.12307 + *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") 1.12308 + libsuff= shlibsuff= libmagic=32-bit;; 1.12309 + *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") 1.12310 + libsuff=32 shlibsuff=N32 libmagic=N32;; 1.12311 + *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") 1.12312 + libsuff=64 shlibsuff=64 libmagic=64-bit;; 1.12313 + *) libsuff= shlibsuff= libmagic=never-match;; 1.12314 + esac 1.12315 + ;; 1.12316 + esac 1.12317 + shlibpath_var=LD_LIBRARY${shlibsuff}_PATH 1.12318 + shlibpath_overrides_runpath=no 1.12319 + sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" 1.12320 + sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" 1.12321 + hardcode_into_libs=yes 1.12322 + ;; 1.12323 + 1.12324 +# No shared lib support for Linux oldld, aout, or coff. 1.12325 +linux*oldld* | linux*aout* | linux*coff*) 1.12326 + dynamic_linker=no 1.12327 + ;; 1.12328 + 1.12329 +# This must be Linux ELF. 1.12330 +linux*) 1.12331 + version_type=linux 1.12332 + need_lib_prefix=no 1.12333 + need_version=no 1.12334 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 1.12335 + soname_spec='${libname}${release}${shared_ext}$major' 1.12336 + finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' 1.12337 + shlibpath_var=LD_LIBRARY_PATH 1.12338 + shlibpath_overrides_runpath=no 1.12339 + # This implies no fast_install, which is unacceptable. 1.12340 + # Some rework will be needed to allow for fast_install 1.12341 + # before this can be enabled. 1.12342 + hardcode_into_libs=yes 1.12343 + 1.12344 + # Append ld.so.conf contents to the search path 1.12345 + if test -f /etc/ld.so.conf; then 1.12346 + lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` 1.12347 + sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" 1.12348 + fi 1.12349 + 1.12350 + # We used to test for /lib/ld.so.1 and disable shared libraries on 1.12351 + # powerpc, because MkLinux only supported shared libraries with the 1.12352 + # GNU dynamic linker. Since this was broken with cross compilers, 1.12353 + # most powerpc-linux boxes support dynamic linking these days and 1.12354 + # people can always --disable-shared, the test was removed, and we 1.12355 + # assume the GNU/Linux dynamic linker is in use. 1.12356 + dynamic_linker='GNU/Linux ld.so' 1.12357 + ;; 1.12358 + 1.12359 +netbsdelf*-gnu) 1.12360 + version_type=linux 1.12361 + need_lib_prefix=no 1.12362 + need_version=no 1.12363 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' 1.12364 + soname_spec='${libname}${release}${shared_ext}$major' 1.12365 + shlibpath_var=LD_LIBRARY_PATH 1.12366 + shlibpath_overrides_runpath=no 1.12367 + hardcode_into_libs=yes 1.12368 + dynamic_linker='NetBSD ld.elf_so' 1.12369 + ;; 1.12370 + 1.12371 +knetbsd*-gnu) 1.12372 + version_type=linux 1.12373 + need_lib_prefix=no 1.12374 + need_version=no 1.12375 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' 1.12376 + soname_spec='${libname}${release}${shared_ext}$major' 1.12377 + shlibpath_var=LD_LIBRARY_PATH 1.12378 + shlibpath_overrides_runpath=no 1.12379 + hardcode_into_libs=yes 1.12380 + dynamic_linker='GNU ld.so' 1.12381 + ;; 1.12382 + 1.12383 +netbsd*) 1.12384 + version_type=sunos 1.12385 + need_lib_prefix=no 1.12386 + need_version=no 1.12387 + if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then 1.12388 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' 1.12389 + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' 1.12390 + dynamic_linker='NetBSD (a.out) ld.so' 1.12391 + else 1.12392 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' 1.12393 + soname_spec='${libname}${release}${shared_ext}$major' 1.12394 + dynamic_linker='NetBSD ld.elf_so' 1.12395 + fi 1.12396 + shlibpath_var=LD_LIBRARY_PATH 1.12397 + shlibpath_overrides_runpath=yes 1.12398 + hardcode_into_libs=yes 1.12399 + ;; 1.12400 + 1.12401 +newsos6) 1.12402 + version_type=linux 1.12403 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 1.12404 + shlibpath_var=LD_LIBRARY_PATH 1.12405 + shlibpath_overrides_runpath=yes 1.12406 + ;; 1.12407 + 1.12408 +nto-qnx*) 1.12409 + version_type=linux 1.12410 + need_lib_prefix=no 1.12411 + need_version=no 1.12412 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 1.12413 + soname_spec='${libname}${release}${shared_ext}$major' 1.12414 + shlibpath_var=LD_LIBRARY_PATH 1.12415 + shlibpath_overrides_runpath=yes 1.12416 + ;; 1.12417 + 1.12418 +openbsd*) 1.12419 + version_type=sunos 1.12420 + sys_lib_dlsearch_path_spec="/usr/lib" 1.12421 + need_lib_prefix=no 1.12422 + # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs. 1.12423 + case $host_os in 1.12424 + openbsd3.3 | openbsd3.3.*) need_version=yes ;; 1.12425 + *) need_version=no ;; 1.12426 + esac 1.12427 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' 1.12428 + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' 1.12429 + shlibpath_var=LD_LIBRARY_PATH 1.12430 + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then 1.12431 + case $host_os in 1.12432 + openbsd2.[89] | openbsd2.[89].*) 1.12433 + shlibpath_overrides_runpath=no 1.12434 + ;; 1.12435 + *) 1.12436 + shlibpath_overrides_runpath=yes 1.12437 + ;; 1.12438 + esac 1.12439 + else 1.12440 + shlibpath_overrides_runpath=yes 1.12441 + fi 1.12442 + ;; 1.12443 + 1.12444 +os2*) 1.12445 + libname_spec='$name' 1.12446 + shrext_cmds=".dll" 1.12447 + need_lib_prefix=no 1.12448 + library_names_spec='$libname${shared_ext} $libname.a' 1.12449 + dynamic_linker='OS/2 ld.exe' 1.12450 + shlibpath_var=LIBPATH 1.12451 + ;; 1.12452 + 1.12453 +osf3* | osf4* | osf5*) 1.12454 + version_type=osf 1.12455 + need_lib_prefix=no 1.12456 + need_version=no 1.12457 + soname_spec='${libname}${release}${shared_ext}$major' 1.12458 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 1.12459 + shlibpath_var=LD_LIBRARY_PATH 1.12460 + sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" 1.12461 + sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" 1.12462 + ;; 1.12463 + 1.12464 +solaris*) 1.12465 + version_type=linux 1.12466 + need_lib_prefix=no 1.12467 + need_version=no 1.12468 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 1.12469 + soname_spec='${libname}${release}${shared_ext}$major' 1.12470 + shlibpath_var=LD_LIBRARY_PATH 1.12471 + shlibpath_overrides_runpath=yes 1.12472 + hardcode_into_libs=yes 1.12473 + # ldd complains unless libraries are executable 1.12474 + postinstall_cmds='chmod +x $lib' 1.12475 + ;; 1.12476 + 1.12477 +sunos4*) 1.12478 + version_type=sunos 1.12479 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' 1.12480 + finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' 1.12481 + shlibpath_var=LD_LIBRARY_PATH 1.12482 + shlibpath_overrides_runpath=yes 1.12483 + if test "$with_gnu_ld" = yes; then 1.12484 + need_lib_prefix=no 1.12485 + fi 1.12486 + need_version=yes 1.12487 + ;; 1.12488 + 1.12489 +sysv4 | sysv4.3*) 1.12490 + version_type=linux 1.12491 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 1.12492 + soname_spec='${libname}${release}${shared_ext}$major' 1.12493 + shlibpath_var=LD_LIBRARY_PATH 1.12494 + case $host_vendor in 1.12495 + sni) 1.12496 + shlibpath_overrides_runpath=no 1.12497 + need_lib_prefix=no 1.12498 + export_dynamic_flag_spec='${wl}-Blargedynsym' 1.12499 + runpath_var=LD_RUN_PATH 1.12500 + ;; 1.12501 + siemens) 1.12502 + need_lib_prefix=no 1.12503 + ;; 1.12504 + motorola) 1.12505 + need_lib_prefix=no 1.12506 + need_version=no 1.12507 + shlibpath_overrides_runpath=no 1.12508 + sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' 1.12509 + ;; 1.12510 + esac 1.12511 + ;; 1.12512 + 1.12513 +sysv4*MP*) 1.12514 + if test -d /usr/nec ;then 1.12515 + version_type=linux 1.12516 + library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' 1.12517 + soname_spec='$libname${shared_ext}.$major' 1.12518 + shlibpath_var=LD_LIBRARY_PATH 1.12519 + fi 1.12520 + ;; 1.12521 + 1.12522 +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) 1.12523 + version_type=freebsd-elf 1.12524 + need_lib_prefix=no 1.12525 + need_version=no 1.12526 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' 1.12527 + soname_spec='${libname}${release}${shared_ext}$major' 1.12528 + shlibpath_var=LD_LIBRARY_PATH 1.12529 + hardcode_into_libs=yes 1.12530 + if test "$with_gnu_ld" = yes; then 1.12531 + sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' 1.12532 + shlibpath_overrides_runpath=no 1.12533 + else 1.12534 + sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' 1.12535 + shlibpath_overrides_runpath=yes 1.12536 + case $host_os in 1.12537 + sco3.2v5*) 1.12538 + sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" 1.12539 + ;; 1.12540 + esac 1.12541 + fi 1.12542 + sys_lib_dlsearch_path_spec='/usr/lib' 1.12543 + ;; 1.12544 + 1.12545 +uts4*) 1.12546 + version_type=linux 1.12547 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 1.12548 + soname_spec='${libname}${release}${shared_ext}$major' 1.12549 + shlibpath_var=LD_LIBRARY_PATH 1.12550 + ;; 1.12551 + 1.12552 +*) 1.12553 + dynamic_linker=no 1.12554 + ;; 1.12555 +esac 1.12556 +echo "$as_me:$LINENO: result: $dynamic_linker" >&5 1.12557 +echo "${ECHO_T}$dynamic_linker" >&6 1.12558 +test "$dynamic_linker" = no && can_build_shared=no 1.12559 + 1.12560 +variables_saved_for_relink="PATH $shlibpath_var $runpath_var" 1.12561 +if test "$GCC" = yes; then 1.12562 + variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" 1.12563 +fi 1.12564 + 1.12565 +echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 1.12566 +echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6 1.12567 +hardcode_action_CXX= 1.12568 +if test -n "$hardcode_libdir_flag_spec_CXX" || \ 1.12569 + test -n "$runpath_var_CXX" || \ 1.12570 + test "X$hardcode_automatic_CXX" = "Xyes" ; then 1.12571 + 1.12572 + # We can hardcode non-existant directories. 1.12573 + if test "$hardcode_direct_CXX" != no && 1.12574 + # If the only mechanism to avoid hardcoding is shlibpath_var, we 1.12575 + # have to relink, otherwise we might link with an installed library 1.12576 + # when we should be linking with a yet-to-be-installed one 1.12577 + ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, CXX)" != no && 1.12578 + test "$hardcode_minus_L_CXX" != no; then 1.12579 + # Linking always hardcodes the temporary library directory. 1.12580 + hardcode_action_CXX=relink 1.12581 + else 1.12582 + # We can link without hardcoding, and we can hardcode nonexisting dirs. 1.12583 + hardcode_action_CXX=immediate 1.12584 + fi 1.12585 +else 1.12586 + # We cannot hardcode anything, or else we can only hardcode existing 1.12587 + # directories. 1.12588 + hardcode_action_CXX=unsupported 1.12589 +fi 1.12590 +echo "$as_me:$LINENO: result: $hardcode_action_CXX" >&5 1.12591 +echo "${ECHO_T}$hardcode_action_CXX" >&6 1.12592 + 1.12593 +if test "$hardcode_action_CXX" = relink; then 1.12594 + # Fast installation is not supported 1.12595 + enable_fast_install=no 1.12596 +elif test "$shlibpath_overrides_runpath" = yes || 1.12597 + test "$enable_shared" = no; then 1.12598 + # Fast installation is not necessary 1.12599 + enable_fast_install=needless 1.12600 +fi 1.12601 + 1.12602 + 1.12603 +# The else clause should only fire when bootstrapping the 1.12604 +# libtool distribution, otherwise you forgot to ship ltmain.sh 1.12605 +# with your package, and you will get complaints that there are 1.12606 +# no rules to generate ltmain.sh. 1.12607 +if test -f "$ltmain"; then 1.12608 + # See if we are running on zsh, and set the options which allow our commands through 1.12609 + # without removal of \ escapes. 1.12610 + if test -n "${ZSH_VERSION+set}" ; then 1.12611 + setopt NO_GLOB_SUBST 1.12612 + fi 1.12613 + # Now quote all the things that may contain metacharacters while being 1.12614 + # careful not to overquote the AC_SUBSTed values. We take copies of the 1.12615 + # variables and quote the copies for generation of the libtool script. 1.12616 + for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \ 1.12617 + SED SHELL STRIP \ 1.12618 + libname_spec library_names_spec soname_spec extract_expsyms_cmds \ 1.12619 + old_striplib striplib file_magic_cmd finish_cmds finish_eval \ 1.12620 + deplibs_check_method reload_flag reload_cmds need_locks \ 1.12621 + lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \ 1.12622 + lt_cv_sys_global_symbol_to_c_name_address \ 1.12623 + sys_lib_search_path_spec sys_lib_dlsearch_path_spec \ 1.12624 + old_postinstall_cmds old_postuninstall_cmds \ 1.12625 + compiler_CXX \ 1.12626 + CC_CXX \ 1.12627 + LD_CXX \ 1.12628 + lt_prog_compiler_wl_CXX \ 1.12629 + lt_prog_compiler_pic_CXX \ 1.12630 + lt_prog_compiler_static_CXX \ 1.12631 + lt_prog_compiler_no_builtin_flag_CXX \ 1.12632 + export_dynamic_flag_spec_CXX \ 1.12633 + thread_safe_flag_spec_CXX \ 1.12634 + whole_archive_flag_spec_CXX \ 1.12635 + enable_shared_with_static_runtimes_CXX \ 1.12636 + old_archive_cmds_CXX \ 1.12637 + old_archive_from_new_cmds_CXX \ 1.12638 + predep_objects_CXX \ 1.12639 + postdep_objects_CXX \ 1.12640 + predeps_CXX \ 1.12641 + postdeps_CXX \ 1.12642 + compiler_lib_search_path_CXX \ 1.12643 + archive_cmds_CXX \ 1.12644 + archive_expsym_cmds_CXX \ 1.12645 + postinstall_cmds_CXX \ 1.12646 + postuninstall_cmds_CXX \ 1.12647 + old_archive_from_expsyms_cmds_CXX \ 1.12648 + allow_undefined_flag_CXX \ 1.12649 + no_undefined_flag_CXX \ 1.12650 + export_symbols_cmds_CXX \ 1.12651 + hardcode_libdir_flag_spec_CXX \ 1.12652 + hardcode_libdir_flag_spec_ld_CXX \ 1.12653 + hardcode_libdir_separator_CXX \ 1.12654 + hardcode_automatic_CXX \ 1.12655 + module_cmds_CXX \ 1.12656 + module_expsym_cmds_CXX \ 1.12657 + lt_cv_prog_compiler_c_o_CXX \ 1.12658 + exclude_expsyms_CXX \ 1.12659 + include_expsyms_CXX; do 1.12660 + 1.12661 + case $var in 1.12662 + old_archive_cmds_CXX | \ 1.12663 + old_archive_from_new_cmds_CXX | \ 1.12664 + archive_cmds_CXX | \ 1.12665 + archive_expsym_cmds_CXX | \ 1.12666 + module_cmds_CXX | \ 1.12667 + module_expsym_cmds_CXX | \ 1.12668 + old_archive_from_expsyms_cmds_CXX | \ 1.12669 + export_symbols_cmds_CXX | \ 1.12670 + extract_expsyms_cmds | reload_cmds | finish_cmds | \ 1.12671 + postinstall_cmds | postuninstall_cmds | \ 1.12672 + old_postinstall_cmds | old_postuninstall_cmds | \ 1.12673 + sys_lib_search_path_spec | sys_lib_dlsearch_path_spec) 1.12674 + # Double-quote double-evaled strings. 1.12675 + eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" 1.12676 + ;; 1.12677 + *) 1.12678 + eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"" 1.12679 + ;; 1.12680 + esac 1.12681 + done 1.12682 + 1.12683 + case $lt_echo in 1.12684 + *'\$0 --fallback-echo"') 1.12685 + lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'` 1.12686 + ;; 1.12687 + esac 1.12688 + 1.12689 +cfgfile="$ofile" 1.12690 + 1.12691 + cat <<__EOF__ >> "$cfgfile" 1.12692 +# ### BEGIN LIBTOOL TAG CONFIG: $tagname 1.12693 + 1.12694 +# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: 1.12695 + 1.12696 +# Shell to use when invoking shell scripts. 1.12697 +SHELL=$lt_SHELL 1.12698 + 1.12699 +# Whether or not to build shared libraries. 1.12700 +build_libtool_libs=$enable_shared 1.12701 + 1.12702 +# Whether or not to build static libraries. 1.12703 +build_old_libs=$enable_static 1.12704 + 1.12705 +# Whether or not to add -lc for building shared libraries. 1.12706 +build_libtool_need_lc=$archive_cmds_need_lc_CXX 1.12707 + 1.12708 +# Whether or not to disallow shared libs when runtime libs are static 1.12709 +allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX 1.12710 + 1.12711 +# Whether or not to optimize for fast installation. 1.12712 +fast_install=$enable_fast_install 1.12713 + 1.12714 +# The host system. 1.12715 +host_alias=$host_alias 1.12716 +host=$host 1.12717 +host_os=$host_os 1.12718 + 1.12719 +# The build system. 1.12720 +build_alias=$build_alias 1.12721 +build=$build 1.12722 +build_os=$build_os 1.12723 + 1.12724 +# An echo program that does not interpret backslashes. 1.12725 +echo=$lt_echo 1.12726 + 1.12727 +# The archiver. 1.12728 +AR=$lt_AR 1.12729 +AR_FLAGS=$lt_AR_FLAGS 1.12730 + 1.12731 +# A C compiler. 1.12732 +LTCC=$lt_LTCC 1.12733 + 1.12734 +# LTCC compiler flags. 1.12735 +LTCFLAGS=$lt_LTCFLAGS 1.12736 + 1.12737 +# A language-specific compiler. 1.12738 +CC=$lt_compiler_CXX 1.12739 + 1.12740 +# Is the compiler the GNU C compiler? 1.12741 +with_gcc=$GCC_CXX 1.12742 + 1.12743 +# An ERE matcher. 1.12744 +EGREP=$lt_EGREP 1.12745 + 1.12746 +# The linker used to build libraries. 1.12747 +LD=$lt_LD_CXX 1.12748 + 1.12749 +# Whether we need hard or soft links. 1.12750 +LN_S=$lt_LN_S 1.12751 + 1.12752 +# A BSD-compatible nm program. 1.12753 +NM=$lt_NM 1.12754 + 1.12755 +# A symbol stripping program 1.12756 +STRIP=$lt_STRIP 1.12757 + 1.12758 +# Used to examine libraries when file_magic_cmd begins "file" 1.12759 +MAGIC_CMD=$MAGIC_CMD 1.12760 + 1.12761 +# Used on cygwin: DLL creation program. 1.12762 +DLLTOOL="$DLLTOOL" 1.12763 + 1.12764 +# Used on cygwin: object dumper. 1.12765 +OBJDUMP="$OBJDUMP" 1.12766 + 1.12767 +# Used on cygwin: assembler. 1.12768 +AS="$AS" 1.12769 + 1.12770 +# The name of the directory that contains temporary libtool files. 1.12771 +objdir=$objdir 1.12772 + 1.12773 +# How to create reloadable object files. 1.12774 +reload_flag=$lt_reload_flag 1.12775 +reload_cmds=$lt_reload_cmds 1.12776 + 1.12777 +# How to pass a linker flag through the compiler. 1.12778 +wl=$lt_lt_prog_compiler_wl_CXX 1.12779 + 1.12780 +# Object file suffix (normally "o"). 1.12781 +objext="$ac_objext" 1.12782 + 1.12783 +# Old archive suffix (normally "a"). 1.12784 +libext="$libext" 1.12785 + 1.12786 +# Shared library suffix (normally ".so"). 1.12787 +shrext_cmds='$shrext_cmds' 1.12788 + 1.12789 +# Executable file suffix (normally ""). 1.12790 +exeext="$exeext" 1.12791 + 1.12792 +# Additional compiler flags for building library objects. 1.12793 +pic_flag=$lt_lt_prog_compiler_pic_CXX 1.12794 +pic_mode=$pic_mode 1.12795 + 1.12796 +# What is the maximum length of a command? 1.12797 +max_cmd_len=$lt_cv_sys_max_cmd_len 1.12798 + 1.12799 +# Does compiler simultaneously support -c and -o options? 1.12800 +compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX 1.12801 + 1.12802 +# Must we lock files when doing compilation? 1.12803 +need_locks=$lt_need_locks 1.12804 + 1.12805 +# Do we need the lib prefix for modules? 1.12806 +need_lib_prefix=$need_lib_prefix 1.12807 + 1.12808 +# Do we need a version for libraries? 1.12809 +need_version=$need_version 1.12810 + 1.12811 +# Whether dlopen is supported. 1.12812 +dlopen_support=$enable_dlopen 1.12813 + 1.12814 +# Whether dlopen of programs is supported. 1.12815 +dlopen_self=$enable_dlopen_self 1.12816 + 1.12817 +# Whether dlopen of statically linked programs is supported. 1.12818 +dlopen_self_static=$enable_dlopen_self_static 1.12819 + 1.12820 +# Compiler flag to prevent dynamic linking. 1.12821 +link_static_flag=$lt_lt_prog_compiler_static_CXX 1.12822 + 1.12823 +# Compiler flag to turn off builtin functions. 1.12824 +no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX 1.12825 + 1.12826 +# Compiler flag to allow reflexive dlopens. 1.12827 +export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX 1.12828 + 1.12829 +# Compiler flag to generate shared objects directly from archives. 1.12830 +whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX 1.12831 + 1.12832 +# Compiler flag to generate thread-safe objects. 1.12833 +thread_safe_flag_spec=$lt_thread_safe_flag_spec_CXX 1.12834 + 1.12835 +# Library versioning type. 1.12836 +version_type=$version_type 1.12837 + 1.12838 +# Format of library name prefix. 1.12839 +libname_spec=$lt_libname_spec 1.12840 + 1.12841 +# List of archive names. First name is the real one, the rest are links. 1.12842 +# The last name is the one that the linker finds with -lNAME. 1.12843 +library_names_spec=$lt_library_names_spec 1.12844 + 1.12845 +# The coded name of the library, if different from the real name. 1.12846 +soname_spec=$lt_soname_spec 1.12847 + 1.12848 +# Commands used to build and install an old-style archive. 1.12849 +RANLIB=$lt_RANLIB 1.12850 +old_archive_cmds=$lt_old_archive_cmds_CXX 1.12851 +old_postinstall_cmds=$lt_old_postinstall_cmds 1.12852 +old_postuninstall_cmds=$lt_old_postuninstall_cmds 1.12853 + 1.12854 +# Create an old-style archive from a shared archive. 1.12855 +old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX 1.12856 + 1.12857 +# Create a temporary old-style archive to link instead of a shared archive. 1.12858 +old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX 1.12859 + 1.12860 +# Commands used to build and install a shared archive. 1.12861 +archive_cmds=$lt_archive_cmds_CXX 1.12862 +archive_expsym_cmds=$lt_archive_expsym_cmds_CXX 1.12863 +postinstall_cmds=$lt_postinstall_cmds 1.12864 +postuninstall_cmds=$lt_postuninstall_cmds 1.12865 + 1.12866 +# Commands used to build a loadable module (assumed same as above if empty) 1.12867 +module_cmds=$lt_module_cmds_CXX 1.12868 +module_expsym_cmds=$lt_module_expsym_cmds_CXX 1.12869 + 1.12870 +# Commands to strip libraries. 1.12871 +old_striplib=$lt_old_striplib 1.12872 +striplib=$lt_striplib 1.12873 + 1.12874 +# Dependencies to place before the objects being linked to create a 1.12875 +# shared library. 1.12876 +predep_objects=$lt_predep_objects_CXX 1.12877 + 1.12878 +# Dependencies to place after the objects being linked to create a 1.12879 +# shared library. 1.12880 +postdep_objects=$lt_postdep_objects_CXX 1.12881 + 1.12882 +# Dependencies to place before the objects being linked to create a 1.12883 +# shared library. 1.12884 +predeps=$lt_predeps_CXX 1.12885 + 1.12886 +# Dependencies to place after the objects being linked to create a 1.12887 +# shared library. 1.12888 +postdeps=$lt_postdeps_CXX 1.12889 + 1.12890 +# The library search path used internally by the compiler when linking 1.12891 +# a shared library. 1.12892 +compiler_lib_search_path=$lt_compiler_lib_search_path_CXX 1.12893 + 1.12894 +# Method to check whether dependent libraries are shared objects. 1.12895 +deplibs_check_method=$lt_deplibs_check_method 1.12896 + 1.12897 +# Command to use when deplibs_check_method == file_magic. 1.12898 +file_magic_cmd=$lt_file_magic_cmd 1.12899 + 1.12900 +# Flag that allows shared libraries with undefined symbols to be built. 1.12901 +allow_undefined_flag=$lt_allow_undefined_flag_CXX 1.12902 + 1.12903 +# Flag that forces no undefined symbols. 1.12904 +no_undefined_flag=$lt_no_undefined_flag_CXX 1.12905 + 1.12906 +# Commands used to finish a libtool library installation in a directory. 1.12907 +finish_cmds=$lt_finish_cmds 1.12908 + 1.12909 +# Same as above, but a single script fragment to be evaled but not shown. 1.12910 +finish_eval=$lt_finish_eval 1.12911 + 1.12912 +# Take the output of nm and produce a listing of raw symbols and C names. 1.12913 +global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe 1.12914 + 1.12915 +# Transform the output of nm in a proper C declaration 1.12916 +global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl 1.12917 + 1.12918 +# Transform the output of nm in a C name address pair 1.12919 +global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address 1.12920 + 1.12921 +# This is the shared library runtime path variable. 1.12922 +runpath_var=$runpath_var 1.12923 + 1.12924 +# This is the shared library path variable. 1.12925 +shlibpath_var=$shlibpath_var 1.12926 + 1.12927 +# Is shlibpath searched before the hard-coded library search path? 1.12928 +shlibpath_overrides_runpath=$shlibpath_overrides_runpath 1.12929 + 1.12930 +# How to hardcode a shared library path into an executable. 1.12931 +hardcode_action=$hardcode_action_CXX 1.12932 + 1.12933 +# Whether we should hardcode library paths into libraries. 1.12934 +hardcode_into_libs=$hardcode_into_libs 1.12935 + 1.12936 +# Flag to hardcode \$libdir into a binary during linking. 1.12937 +# This must work even if \$libdir does not exist. 1.12938 +hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX 1.12939 + 1.12940 +# If ld is used when linking, flag to hardcode \$libdir into 1.12941 +# a binary during linking. This must work even if \$libdir does 1.12942 +# not exist. 1.12943 +hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX 1.12944 + 1.12945 +# Whether we need a single -rpath flag with a separated argument. 1.12946 +hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX 1.12947 + 1.12948 +# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the 1.12949 +# resulting binary. 1.12950 +hardcode_direct=$hardcode_direct_CXX 1.12951 + 1.12952 +# Set to yes if using the -LDIR flag during linking hardcodes DIR into the 1.12953 +# resulting binary. 1.12954 +hardcode_minus_L=$hardcode_minus_L_CXX 1.12955 + 1.12956 +# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into 1.12957 +# the resulting binary. 1.12958 +hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX 1.12959 + 1.12960 +# Set to yes if building a shared library automatically hardcodes DIR into the library 1.12961 +# and all subsequent libraries and executables linked against it. 1.12962 +hardcode_automatic=$hardcode_automatic_CXX 1.12963 + 1.12964 +# Variables whose values should be saved in libtool wrapper scripts and 1.12965 +# restored at relink time. 1.12966 +variables_saved_for_relink="$variables_saved_for_relink" 1.12967 + 1.12968 +# Whether libtool must link a program against all its dependency libraries. 1.12969 +link_all_deplibs=$link_all_deplibs_CXX 1.12970 + 1.12971 +# Compile-time system search path for libraries 1.12972 +sys_lib_search_path_spec=$lt_sys_lib_search_path_spec 1.12973 + 1.12974 +# Run-time system search path for libraries 1.12975 +sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec 1.12976 + 1.12977 +# Fix the shell variable \$srcfile for the compiler. 1.12978 +fix_srcfile_path="$fix_srcfile_path_CXX" 1.12979 + 1.12980 +# Set to yes if exported symbols are required. 1.12981 +always_export_symbols=$always_export_symbols_CXX 1.12982 + 1.12983 +# The commands to list exported symbols. 1.12984 +export_symbols_cmds=$lt_export_symbols_cmds_CXX 1.12985 + 1.12986 +# The commands to extract the exported symbol list from a shared archive. 1.12987 +extract_expsyms_cmds=$lt_extract_expsyms_cmds 1.12988 + 1.12989 +# Symbols that should not be listed in the preloaded symbols. 1.12990 +exclude_expsyms=$lt_exclude_expsyms_CXX 1.12991 + 1.12992 +# Symbols that must always be exported. 1.12993 +include_expsyms=$lt_include_expsyms_CXX 1.12994 + 1.12995 +# ### END LIBTOOL TAG CONFIG: $tagname 1.12996 + 1.12997 +__EOF__ 1.12998 + 1.12999 + 1.13000 +else 1.13001 + # If there is no Makefile yet, we rely on a make rule to execute 1.13002 + # `config.status --recheck' to rerun these tests and create the 1.13003 + # libtool script then. 1.13004 + ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` 1.13005 + if test -f "$ltmain_in"; then 1.13006 + test -f Makefile && make "$ltmain" 1.13007 + fi 1.13008 +fi 1.13009 + 1.13010 + 1.13011 +ac_ext=c 1.13012 +ac_cpp='$CPP $CPPFLAGS' 1.13013 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1.13014 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1.13015 +ac_compiler_gnu=$ac_cv_c_compiler_gnu 1.13016 + 1.13017 +CC=$lt_save_CC 1.13018 +LDCXX=$LD 1.13019 +LD=$lt_save_LD 1.13020 +GCC=$lt_save_GCC 1.13021 +with_gnu_ldcxx=$with_gnu_ld 1.13022 +with_gnu_ld=$lt_save_with_gnu_ld 1.13023 +lt_cv_path_LDCXX=$lt_cv_path_LD 1.13024 +lt_cv_path_LD=$lt_save_path_LD 1.13025 +lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld 1.13026 +lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld 1.13027 + 1.13028 + else 1.13029 + tagname="" 1.13030 + fi 1.13031 + ;; 1.13032 + 1.13033 + F77) 1.13034 + if test -n "$F77" && test "X$F77" != "Xno"; then 1.13035 + 1.13036 +ac_ext=f 1.13037 +ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5' 1.13038 +ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1.13039 +ac_compiler_gnu=$ac_cv_f77_compiler_gnu 1.13040 + 1.13041 + 1.13042 +archive_cmds_need_lc_F77=no 1.13043 +allow_undefined_flag_F77= 1.13044 +always_export_symbols_F77=no 1.13045 +archive_expsym_cmds_F77= 1.13046 +export_dynamic_flag_spec_F77= 1.13047 +hardcode_direct_F77=no 1.13048 +hardcode_libdir_flag_spec_F77= 1.13049 +hardcode_libdir_flag_spec_ld_F77= 1.13050 +hardcode_libdir_separator_F77= 1.13051 +hardcode_minus_L_F77=no 1.13052 +hardcode_automatic_F77=no 1.13053 +module_cmds_F77= 1.13054 +module_expsym_cmds_F77= 1.13055 +link_all_deplibs_F77=unknown 1.13056 +old_archive_cmds_F77=$old_archive_cmds 1.13057 +no_undefined_flag_F77= 1.13058 +whole_archive_flag_spec_F77= 1.13059 +enable_shared_with_static_runtimes_F77=no 1.13060 + 1.13061 +# Source file extension for f77 test sources. 1.13062 +ac_ext=f 1.13063 + 1.13064 +# Object file extension for compiled f77 test sources. 1.13065 +objext=o 1.13066 +objext_F77=$objext 1.13067 + 1.13068 +# Code to be used in simple compile tests 1.13069 +lt_simple_compile_test_code=" subroutine t\n return\n end\n" 1.13070 + 1.13071 +# Code to be used in simple link tests 1.13072 +lt_simple_link_test_code=" program t\n end\n" 1.13073 + 1.13074 +# ltmain only uses $CC for tagged configurations so make sure $CC is set. 1.13075 + 1.13076 +# If no C compiler was specified, use CC. 1.13077 +LTCC=${LTCC-"$CC"} 1.13078 + 1.13079 +# If no C compiler flags were specified, use CFLAGS. 1.13080 +LTCFLAGS=${LTCFLAGS-"$CFLAGS"} 1.13081 + 1.13082 +# Allow CC to be a program name with arguments. 1.13083 +compiler=$CC 1.13084 + 1.13085 + 1.13086 +# save warnings/boilerplate of simple test code 1.13087 +ac_outfile=conftest.$ac_objext 1.13088 +printf "$lt_simple_compile_test_code" >conftest.$ac_ext 1.13089 +eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err 1.13090 +_lt_compiler_boilerplate=`cat conftest.err` 1.13091 +$rm conftest* 1.13092 + 1.13093 +ac_outfile=conftest.$ac_objext 1.13094 +printf "$lt_simple_link_test_code" >conftest.$ac_ext 1.13095 +eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err 1.13096 +_lt_linker_boilerplate=`cat conftest.err` 1.13097 +$rm conftest* 1.13098 + 1.13099 + 1.13100 +# Allow CC to be a program name with arguments. 1.13101 +lt_save_CC="$CC" 1.13102 +CC=${F77-"f77"} 1.13103 +compiler=$CC 1.13104 +compiler_F77=$CC 1.13105 +for cc_temp in $compiler""; do 1.13106 + case $cc_temp in 1.13107 + compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; 1.13108 + distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; 1.13109 + \-*) ;; 1.13110 + *) break;; 1.13111 + esac 1.13112 +done 1.13113 +cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` 1.13114 + 1.13115 + 1.13116 +echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5 1.13117 +echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6 1.13118 +echo "$as_me:$LINENO: result: $can_build_shared" >&5 1.13119 +echo "${ECHO_T}$can_build_shared" >&6 1.13120 + 1.13121 +echo "$as_me:$LINENO: checking whether to build shared libraries" >&5 1.13122 +echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6 1.13123 +test "$can_build_shared" = "no" && enable_shared=no 1.13124 + 1.13125 +# On AIX, shared libraries and static libraries use the same namespace, and 1.13126 +# are all built from PIC. 1.13127 +case $host_os in 1.13128 +aix3*) 1.13129 + test "$enable_shared" = yes && enable_static=no 1.13130 + if test -n "$RANLIB"; then 1.13131 + archive_cmds="$archive_cmds~\$RANLIB \$lib" 1.13132 + postinstall_cmds='$RANLIB $lib' 1.13133 + fi 1.13134 + ;; 1.13135 +aix4* | aix5*) 1.13136 + if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then 1.13137 + test "$enable_shared" = yes && enable_static=no 1.13138 + fi 1.13139 + ;; 1.13140 +esac 1.13141 +echo "$as_me:$LINENO: result: $enable_shared" >&5 1.13142 +echo "${ECHO_T}$enable_shared" >&6 1.13143 + 1.13144 +echo "$as_me:$LINENO: checking whether to build static libraries" >&5 1.13145 +echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6 1.13146 +# Make sure either enable_shared or enable_static is yes. 1.13147 +test "$enable_shared" = yes || enable_static=yes 1.13148 +echo "$as_me:$LINENO: result: $enable_static" >&5 1.13149 +echo "${ECHO_T}$enable_static" >&6 1.13150 + 1.13151 +GCC_F77="$G77" 1.13152 +LD_F77="$LD" 1.13153 + 1.13154 +lt_prog_compiler_wl_F77= 1.13155 +lt_prog_compiler_pic_F77= 1.13156 +lt_prog_compiler_static_F77= 1.13157 + 1.13158 +echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 1.13159 +echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6 1.13160 + 1.13161 + if test "$GCC" = yes; then 1.13162 + lt_prog_compiler_wl_F77='-Wl,' 1.13163 + lt_prog_compiler_static_F77='-static' 1.13164 + 1.13165 + case $host_os in 1.13166 + aix*) 1.13167 + # All AIX code is PIC. 1.13168 + if test "$host_cpu" = ia64; then 1.13169 + # AIX 5 now supports IA64 processor 1.13170 + lt_prog_compiler_static_F77='-Bstatic' 1.13171 + fi 1.13172 + ;; 1.13173 + 1.13174 + amigaos*) 1.13175 + # FIXME: we need at least 68020 code to build shared libraries, but 1.13176 + # adding the `-m68020' flag to GCC prevents building anything better, 1.13177 + # like `-m68040'. 1.13178 + lt_prog_compiler_pic_F77='-m68020 -resident32 -malways-restore-a4' 1.13179 + ;; 1.13180 + 1.13181 + beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) 1.13182 + # PIC is the default for these OSes. 1.13183 + ;; 1.13184 + 1.13185 + mingw* | pw32* | os2*) 1.13186 + # This hack is so that the source file can tell whether it is being 1.13187 + # built for inclusion in a dll (and should export symbols for example). 1.13188 + lt_prog_compiler_pic_F77='-DDLL_EXPORT' 1.13189 + ;; 1.13190 + 1.13191 + darwin* | rhapsody*) 1.13192 + # PIC is the default on this platform 1.13193 + # Common symbols not allowed in MH_DYLIB files 1.13194 + lt_prog_compiler_pic_F77='-fno-common' 1.13195 + ;; 1.13196 + 1.13197 + interix3*) 1.13198 + # Interix 3.x gcc -fpic/-fPIC options generate broken code. 1.13199 + # Instead, we relocate shared libraries at runtime. 1.13200 + ;; 1.13201 + 1.13202 + msdosdjgpp*) 1.13203 + # Just because we use GCC doesn't mean we suddenly get shared libraries 1.13204 + # on systems that don't support them. 1.13205 + lt_prog_compiler_can_build_shared_F77=no 1.13206 + enable_shared=no 1.13207 + ;; 1.13208 + 1.13209 + sysv4*MP*) 1.13210 + if test -d /usr/nec; then 1.13211 + lt_prog_compiler_pic_F77=-Kconform_pic 1.13212 + fi 1.13213 + ;; 1.13214 + 1.13215 + hpux*) 1.13216 + # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but 1.13217 + # not for PA HP-UX. 1.13218 + case $host_cpu in 1.13219 + hppa*64*|ia64*) 1.13220 + # +Z the default 1.13221 + ;; 1.13222 + *) 1.13223 + lt_prog_compiler_pic_F77='-fPIC' 1.13224 + ;; 1.13225 + esac 1.13226 + ;; 1.13227 + 1.13228 + *) 1.13229 + lt_prog_compiler_pic_F77='-fPIC' 1.13230 + ;; 1.13231 + esac 1.13232 + else 1.13233 + # PORTME Check for flag to pass linker flags through the system compiler. 1.13234 + case $host_os in 1.13235 + aix*) 1.13236 + lt_prog_compiler_wl_F77='-Wl,' 1.13237 + if test "$host_cpu" = ia64; then 1.13238 + # AIX 5 now supports IA64 processor 1.13239 + lt_prog_compiler_static_F77='-Bstatic' 1.13240 + else 1.13241 + lt_prog_compiler_static_F77='-bnso -bI:/lib/syscalls.exp' 1.13242 + fi 1.13243 + ;; 1.13244 + darwin*) 1.13245 + # PIC is the default on this platform 1.13246 + # Common symbols not allowed in MH_DYLIB files 1.13247 + case $cc_basename in 1.13248 + xlc*) 1.13249 + lt_prog_compiler_pic_F77='-qnocommon' 1.13250 + lt_prog_compiler_wl_F77='-Wl,' 1.13251 + ;; 1.13252 + esac 1.13253 + ;; 1.13254 + 1.13255 + mingw* | pw32* | os2*) 1.13256 + # This hack is so that the source file can tell whether it is being 1.13257 + # built for inclusion in a dll (and should export symbols for example). 1.13258 + lt_prog_compiler_pic_F77='-DDLL_EXPORT' 1.13259 + ;; 1.13260 + 1.13261 + hpux9* | hpux10* | hpux11*) 1.13262 + lt_prog_compiler_wl_F77='-Wl,' 1.13263 + # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but 1.13264 + # not for PA HP-UX. 1.13265 + case $host_cpu in 1.13266 + hppa*64*|ia64*) 1.13267 + # +Z the default 1.13268 + ;; 1.13269 + *) 1.13270 + lt_prog_compiler_pic_F77='+Z' 1.13271 + ;; 1.13272 + esac 1.13273 + # Is there a better lt_prog_compiler_static that works with the bundled CC? 1.13274 + lt_prog_compiler_static_F77='${wl}-a ${wl}archive' 1.13275 + ;; 1.13276 + 1.13277 + irix5* | irix6* | nonstopux*) 1.13278 + lt_prog_compiler_wl_F77='-Wl,' 1.13279 + # PIC (with -KPIC) is the default. 1.13280 + lt_prog_compiler_static_F77='-non_shared' 1.13281 + ;; 1.13282 + 1.13283 + newsos6) 1.13284 + lt_prog_compiler_pic_F77='-KPIC' 1.13285 + lt_prog_compiler_static_F77='-Bstatic' 1.13286 + ;; 1.13287 + 1.13288 + linux*) 1.13289 + case $cc_basename in 1.13290 + icc* | ecc*) 1.13291 + lt_prog_compiler_wl_F77='-Wl,' 1.13292 + lt_prog_compiler_pic_F77='-KPIC' 1.13293 + lt_prog_compiler_static_F77='-static' 1.13294 + ;; 1.13295 + pgcc* | pgf77* | pgf90* | pgf95*) 1.13296 + # Portland Group compilers (*not* the Pentium gcc compiler, 1.13297 + # which looks to be a dead project) 1.13298 + lt_prog_compiler_wl_F77='-Wl,' 1.13299 + lt_prog_compiler_pic_F77='-fpic' 1.13300 + lt_prog_compiler_static_F77='-Bstatic' 1.13301 + ;; 1.13302 + ccc*) 1.13303 + lt_prog_compiler_wl_F77='-Wl,' 1.13304 + # All Alpha code is PIC. 1.13305 + lt_prog_compiler_static_F77='-non_shared' 1.13306 + ;; 1.13307 + esac 1.13308 + ;; 1.13309 + 1.13310 + osf3* | osf4* | osf5*) 1.13311 + lt_prog_compiler_wl_F77='-Wl,' 1.13312 + # All OSF/1 code is PIC. 1.13313 + lt_prog_compiler_static_F77='-non_shared' 1.13314 + ;; 1.13315 + 1.13316 + solaris*) 1.13317 + lt_prog_compiler_pic_F77='-KPIC' 1.13318 + lt_prog_compiler_static_F77='-Bstatic' 1.13319 + case $cc_basename in 1.13320 + f77* | f90* | f95*) 1.13321 + lt_prog_compiler_wl_F77='-Qoption ld ';; 1.13322 + *) 1.13323 + lt_prog_compiler_wl_F77='-Wl,';; 1.13324 + esac 1.13325 + ;; 1.13326 + 1.13327 + sunos4*) 1.13328 + lt_prog_compiler_wl_F77='-Qoption ld ' 1.13329 + lt_prog_compiler_pic_F77='-PIC' 1.13330 + lt_prog_compiler_static_F77='-Bstatic' 1.13331 + ;; 1.13332 + 1.13333 + sysv4 | sysv4.2uw2* | sysv4.3*) 1.13334 + lt_prog_compiler_wl_F77='-Wl,' 1.13335 + lt_prog_compiler_pic_F77='-KPIC' 1.13336 + lt_prog_compiler_static_F77='-Bstatic' 1.13337 + ;; 1.13338 + 1.13339 + sysv4*MP*) 1.13340 + if test -d /usr/nec ;then 1.13341 + lt_prog_compiler_pic_F77='-Kconform_pic' 1.13342 + lt_prog_compiler_static_F77='-Bstatic' 1.13343 + fi 1.13344 + ;; 1.13345 + 1.13346 + sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) 1.13347 + lt_prog_compiler_wl_F77='-Wl,' 1.13348 + lt_prog_compiler_pic_F77='-KPIC' 1.13349 + lt_prog_compiler_static_F77='-Bstatic' 1.13350 + ;; 1.13351 + 1.13352 + unicos*) 1.13353 + lt_prog_compiler_wl_F77='-Wl,' 1.13354 + lt_prog_compiler_can_build_shared_F77=no 1.13355 + ;; 1.13356 + 1.13357 + uts4*) 1.13358 + lt_prog_compiler_pic_F77='-pic' 1.13359 + lt_prog_compiler_static_F77='-Bstatic' 1.13360 + ;; 1.13361 + 1.13362 + *) 1.13363 + lt_prog_compiler_can_build_shared_F77=no 1.13364 + ;; 1.13365 + esac 1.13366 + fi 1.13367 + 1.13368 +echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_F77" >&5 1.13369 +echo "${ECHO_T}$lt_prog_compiler_pic_F77" >&6 1.13370 + 1.13371 +# 1.13372 +# Check to make sure the PIC flag actually works. 1.13373 +# 1.13374 +if test -n "$lt_prog_compiler_pic_F77"; then 1.13375 + 1.13376 +echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works" >&5 1.13377 +echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works... $ECHO_C" >&6 1.13378 +if test "${lt_prog_compiler_pic_works_F77+set}" = set; then 1.13379 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.13380 +else 1.13381 + lt_prog_compiler_pic_works_F77=no 1.13382 + ac_outfile=conftest.$ac_objext 1.13383 + printf "$lt_simple_compile_test_code" > conftest.$ac_ext 1.13384 + lt_compiler_flag="$lt_prog_compiler_pic_F77" 1.13385 + # Insert the option either (1) after the last *FLAGS variable, or 1.13386 + # (2) before a word containing "conftest.", or (3) at the end. 1.13387 + # Note that $ac_compile itself does not contain backslashes and begins 1.13388 + # with a dollar sign (not a hyphen), so the echo should work correctly. 1.13389 + # The option is referenced via a variable to avoid confusing sed. 1.13390 + lt_compile=`echo "$ac_compile" | $SED \ 1.13391 + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 1.13392 + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 1.13393 + -e 's:$: $lt_compiler_flag:'` 1.13394 + (eval echo "\"\$as_me:13391: $lt_compile\"" >&5) 1.13395 + (eval "$lt_compile" 2>conftest.err) 1.13396 + ac_status=$? 1.13397 + cat conftest.err >&5 1.13398 + echo "$as_me:13395: \$? = $ac_status" >&5 1.13399 + if (exit $ac_status) && test -s "$ac_outfile"; then 1.13400 + # The compiler can only warn and ignore the option if not recognized 1.13401 + # So say no if there are warnings other than the usual output. 1.13402 + $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp 1.13403 + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 1.13404 + if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then 1.13405 + lt_prog_compiler_pic_works_F77=yes 1.13406 + fi 1.13407 + fi 1.13408 + $rm conftest* 1.13409 + 1.13410 +fi 1.13411 +echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_F77" >&5 1.13412 +echo "${ECHO_T}$lt_prog_compiler_pic_works_F77" >&6 1.13413 + 1.13414 +if test x"$lt_prog_compiler_pic_works_F77" = xyes; then 1.13415 + case $lt_prog_compiler_pic_F77 in 1.13416 + "" | " "*) ;; 1.13417 + *) lt_prog_compiler_pic_F77=" $lt_prog_compiler_pic_F77" ;; 1.13418 + esac 1.13419 +else 1.13420 + lt_prog_compiler_pic_F77= 1.13421 + lt_prog_compiler_can_build_shared_F77=no 1.13422 +fi 1.13423 + 1.13424 +fi 1.13425 +case $host_os in 1.13426 + # For platforms which do not support PIC, -DPIC is meaningless: 1.13427 + *djgpp*) 1.13428 + lt_prog_compiler_pic_F77= 1.13429 + ;; 1.13430 + *) 1.13431 + lt_prog_compiler_pic_F77="$lt_prog_compiler_pic_F77" 1.13432 + ;; 1.13433 +esac 1.13434 + 1.13435 +# 1.13436 +# Check to make sure the static flag actually works. 1.13437 +# 1.13438 +wl=$lt_prog_compiler_wl_F77 eval lt_tmp_static_flag=\"$lt_prog_compiler_static_F77\" 1.13439 +echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5 1.13440 +echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6 1.13441 +if test "${lt_prog_compiler_static_works_F77+set}" = set; then 1.13442 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.13443 +else 1.13444 + lt_prog_compiler_static_works_F77=no 1.13445 + save_LDFLAGS="$LDFLAGS" 1.13446 + LDFLAGS="$LDFLAGS $lt_tmp_static_flag" 1.13447 + printf "$lt_simple_link_test_code" > conftest.$ac_ext 1.13448 + if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then 1.13449 + # The linker can only warn and ignore the option if not recognized 1.13450 + # So say no if there are warnings 1.13451 + if test -s conftest.err; then 1.13452 + # Append any errors to the config.log. 1.13453 + cat conftest.err 1>&5 1.13454 + $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp 1.13455 + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 1.13456 + if diff conftest.exp conftest.er2 >/dev/null; then 1.13457 + lt_prog_compiler_static_works_F77=yes 1.13458 + fi 1.13459 + else 1.13460 + lt_prog_compiler_static_works_F77=yes 1.13461 + fi 1.13462 + fi 1.13463 + $rm conftest* 1.13464 + LDFLAGS="$save_LDFLAGS" 1.13465 + 1.13466 +fi 1.13467 +echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works_F77" >&5 1.13468 +echo "${ECHO_T}$lt_prog_compiler_static_works_F77" >&6 1.13469 + 1.13470 +if test x"$lt_prog_compiler_static_works_F77" = xyes; then 1.13471 + : 1.13472 +else 1.13473 + lt_prog_compiler_static_F77= 1.13474 +fi 1.13475 + 1.13476 + 1.13477 +echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 1.13478 +echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6 1.13479 +if test "${lt_cv_prog_compiler_c_o_F77+set}" = set; then 1.13480 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.13481 +else 1.13482 + lt_cv_prog_compiler_c_o_F77=no 1.13483 + $rm -r conftest 2>/dev/null 1.13484 + mkdir conftest 1.13485 + cd conftest 1.13486 + mkdir out 1.13487 + printf "$lt_simple_compile_test_code" > conftest.$ac_ext 1.13488 + 1.13489 + lt_compiler_flag="-o out/conftest2.$ac_objext" 1.13490 + # Insert the option either (1) after the last *FLAGS variable, or 1.13491 + # (2) before a word containing "conftest.", or (3) at the end. 1.13492 + # Note that $ac_compile itself does not contain backslashes and begins 1.13493 + # with a dollar sign (not a hyphen), so the echo should work correctly. 1.13494 + lt_compile=`echo "$ac_compile" | $SED \ 1.13495 + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 1.13496 + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 1.13497 + -e 's:$: $lt_compiler_flag:'` 1.13498 + (eval echo "\"\$as_me:13495: $lt_compile\"" >&5) 1.13499 + (eval "$lt_compile" 2>out/conftest.err) 1.13500 + ac_status=$? 1.13501 + cat out/conftest.err >&5 1.13502 + echo "$as_me:13499: \$? = $ac_status" >&5 1.13503 + if (exit $ac_status) && test -s out/conftest2.$ac_objext 1.13504 + then 1.13505 + # The compiler can only warn and ignore the option if not recognized 1.13506 + # So say no if there are warnings 1.13507 + $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp 1.13508 + $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 1.13509 + if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then 1.13510 + lt_cv_prog_compiler_c_o_F77=yes 1.13511 + fi 1.13512 + fi 1.13513 + chmod u+w . 2>&5 1.13514 + $rm conftest* 1.13515 + # SGI C++ compiler will create directory out/ii_files/ for 1.13516 + # template instantiation 1.13517 + test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files 1.13518 + $rm out/* && rmdir out 1.13519 + cd .. 1.13520 + rmdir conftest 1.13521 + $rm conftest* 1.13522 + 1.13523 +fi 1.13524 +echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_F77" >&5 1.13525 +echo "${ECHO_T}$lt_cv_prog_compiler_c_o_F77" >&6 1.13526 + 1.13527 + 1.13528 +hard_links="nottested" 1.13529 +if test "$lt_cv_prog_compiler_c_o_F77" = no && test "$need_locks" != no; then 1.13530 + # do not overwrite the value of need_locks provided by the user 1.13531 + echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 1.13532 +echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6 1.13533 + hard_links=yes 1.13534 + $rm conftest* 1.13535 + ln conftest.a conftest.b 2>/dev/null && hard_links=no 1.13536 + touch conftest.a 1.13537 + ln conftest.a conftest.b 2>&5 || hard_links=no 1.13538 + ln conftest.a conftest.b 2>/dev/null && hard_links=no 1.13539 + echo "$as_me:$LINENO: result: $hard_links" >&5 1.13540 +echo "${ECHO_T}$hard_links" >&6 1.13541 + if test "$hard_links" = no; then 1.13542 + { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 1.13543 +echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} 1.13544 + need_locks=warn 1.13545 + fi 1.13546 +else 1.13547 + need_locks=no 1.13548 +fi 1.13549 + 1.13550 +echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 1.13551 +echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6 1.13552 + 1.13553 + runpath_var= 1.13554 + allow_undefined_flag_F77= 1.13555 + enable_shared_with_static_runtimes_F77=no 1.13556 + archive_cmds_F77= 1.13557 + archive_expsym_cmds_F77= 1.13558 + old_archive_From_new_cmds_F77= 1.13559 + old_archive_from_expsyms_cmds_F77= 1.13560 + export_dynamic_flag_spec_F77= 1.13561 + whole_archive_flag_spec_F77= 1.13562 + thread_safe_flag_spec_F77= 1.13563 + hardcode_libdir_flag_spec_F77= 1.13564 + hardcode_libdir_flag_spec_ld_F77= 1.13565 + hardcode_libdir_separator_F77= 1.13566 + hardcode_direct_F77=no 1.13567 + hardcode_minus_L_F77=no 1.13568 + hardcode_shlibpath_var_F77=unsupported 1.13569 + link_all_deplibs_F77=unknown 1.13570 + hardcode_automatic_F77=no 1.13571 + module_cmds_F77= 1.13572 + module_expsym_cmds_F77= 1.13573 + always_export_symbols_F77=no 1.13574 + export_symbols_cmds_F77='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' 1.13575 + # include_expsyms should be a list of space-separated symbols to be *always* 1.13576 + # included in the symbol list 1.13577 + include_expsyms_F77= 1.13578 + # exclude_expsyms can be an extended regexp of symbols to exclude 1.13579 + # it will be wrapped by ` (' and `)$', so one must not match beginning or 1.13580 + # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', 1.13581 + # as well as any symbol that contains `d'. 1.13582 + exclude_expsyms_F77="_GLOBAL_OFFSET_TABLE_" 1.13583 + # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out 1.13584 + # platforms (ab)use it in PIC code, but their linkers get confused if 1.13585 + # the symbol is explicitly referenced. Since portable code cannot 1.13586 + # rely on this symbol name, it's probably fine to never include it in 1.13587 + # preloaded symbol tables. 1.13588 + extract_expsyms_cmds= 1.13589 + # Just being paranoid about ensuring that cc_basename is set. 1.13590 + for cc_temp in $compiler""; do 1.13591 + case $cc_temp in 1.13592 + compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; 1.13593 + distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; 1.13594 + \-*) ;; 1.13595 + *) break;; 1.13596 + esac 1.13597 +done 1.13598 +cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` 1.13599 + 1.13600 + case $host_os in 1.13601 + cygwin* | mingw* | pw32*) 1.13602 + # FIXME: the MSVC++ port hasn't been tested in a loooong time 1.13603 + # When not using gcc, we currently assume that we are using 1.13604 + # Microsoft Visual C++. 1.13605 + if test "$GCC" != yes; then 1.13606 + with_gnu_ld=no 1.13607 + fi 1.13608 + ;; 1.13609 + interix*) 1.13610 + # we just hope/assume this is gcc and not c89 (= MSVC++) 1.13611 + with_gnu_ld=yes 1.13612 + ;; 1.13613 + openbsd*) 1.13614 + with_gnu_ld=no 1.13615 + ;; 1.13616 + esac 1.13617 + 1.13618 + ld_shlibs_F77=yes 1.13619 + if test "$with_gnu_ld" = yes; then 1.13620 + # If archive_cmds runs LD, not CC, wlarc should be empty 1.13621 + wlarc='${wl}' 1.13622 + 1.13623 + # Set some defaults for GNU ld with shared library support. These 1.13624 + # are reset later if shared libraries are not supported. Putting them 1.13625 + # here allows them to be overridden if necessary. 1.13626 + runpath_var=LD_RUN_PATH 1.13627 + hardcode_libdir_flag_spec_F77='${wl}--rpath ${wl}$libdir' 1.13628 + export_dynamic_flag_spec_F77='${wl}--export-dynamic' 1.13629 + # ancient GNU ld didn't support --whole-archive et. al. 1.13630 + if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then 1.13631 + whole_archive_flag_spec_F77="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' 1.13632 + else 1.13633 + whole_archive_flag_spec_F77= 1.13634 + fi 1.13635 + supports_anon_versioning=no 1.13636 + case `$LD -v 2>/dev/null` in 1.13637 + *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 1.13638 + *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... 1.13639 + *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... 1.13640 + *\ 2.11.*) ;; # other 2.11 versions 1.13641 + *) supports_anon_versioning=yes ;; 1.13642 + esac 1.13643 + 1.13644 + # See if GNU ld supports shared libraries. 1.13645 + case $host_os in 1.13646 + aix3* | aix4* | aix5*) 1.13647 + # On AIX/PPC, the GNU linker is very broken 1.13648 + if test "$host_cpu" != ia64; then 1.13649 + ld_shlibs_F77=no 1.13650 + cat <<EOF 1>&2 1.13651 + 1.13652 +*** Warning: the GNU linker, at least up to release 2.9.1, is reported 1.13653 +*** to be unable to reliably create shared libraries on AIX. 1.13654 +*** Therefore, libtool is disabling shared libraries support. If you 1.13655 +*** really care for shared libraries, you may want to modify your PATH 1.13656 +*** so that a non-GNU linker is found, and then restart. 1.13657 + 1.13658 +EOF 1.13659 + fi 1.13660 + ;; 1.13661 + 1.13662 + amigaos*) 1.13663 + 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)' 1.13664 + hardcode_libdir_flag_spec_F77='-L$libdir' 1.13665 + hardcode_minus_L_F77=yes 1.13666 + 1.13667 + # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports 1.13668 + # that the semantics of dynamic libraries on AmigaOS, at least up 1.13669 + # to version 4, is to share data among multiple programs linked 1.13670 + # with the same dynamic library. Since this doesn't match the 1.13671 + # behavior of shared libraries on other platforms, we can't use 1.13672 + # them. 1.13673 + ld_shlibs_F77=no 1.13674 + ;; 1.13675 + 1.13676 + beos*) 1.13677 + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 1.13678 + allow_undefined_flag_F77=unsupported 1.13679 + # Joseph Beckenbach <jrb3@best.com> says some releases of gcc 1.13680 + # support --undefined. This deserves some investigation. FIXME 1.13681 + archive_cmds_F77='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' 1.13682 + else 1.13683 + ld_shlibs_F77=no 1.13684 + fi 1.13685 + ;; 1.13686 + 1.13687 + cygwin* | mingw* | pw32*) 1.13688 + # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, F77) is actually meaningless, 1.13689 + # as there is no search path for DLLs. 1.13690 + hardcode_libdir_flag_spec_F77='-L$libdir' 1.13691 + allow_undefined_flag_F77=unsupported 1.13692 + always_export_symbols_F77=no 1.13693 + enable_shared_with_static_runtimes_F77=yes 1.13694 + export_symbols_cmds_F77='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols' 1.13695 + 1.13696 + if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then 1.13697 + archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' 1.13698 + # If the export-symbols file already is a .def file (1st line 1.13699 + # is EXPORTS), use it as is; otherwise, prepend... 1.13700 + archive_expsym_cmds_F77='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then 1.13701 + cp $export_symbols $output_objdir/$soname.def; 1.13702 + else 1.13703 + echo EXPORTS > $output_objdir/$soname.def; 1.13704 + cat $export_symbols >> $output_objdir/$soname.def; 1.13705 + fi~ 1.13706 + $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' 1.13707 + else 1.13708 + ld_shlibs_F77=no 1.13709 + fi 1.13710 + ;; 1.13711 + 1.13712 + interix3*) 1.13713 + hardcode_direct_F77=no 1.13714 + hardcode_shlibpath_var_F77=no 1.13715 + hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir' 1.13716 + export_dynamic_flag_spec_F77='${wl}-E' 1.13717 + # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. 1.13718 + # Instead, shared libraries are loaded at an image base (0x10000000 by 1.13719 + # default) and relocated if they conflict, which is a slow very memory 1.13720 + # consuming and fragmenting process. To avoid this, we pick a random, 1.13721 + # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link 1.13722 + # time. Moving up from 0x10000000 also allows more sbrk(2) space. 1.13723 + 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' 1.13724 + 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' 1.13725 + ;; 1.13726 + 1.13727 + linux*) 1.13728 + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 1.13729 + tmp_addflag= 1.13730 + case $cc_basename,$host_cpu in 1.13731 + pgcc*) # Portland Group C compiler 1.13732 + 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' 1.13733 + tmp_addflag=' $pic_flag' 1.13734 + ;; 1.13735 + pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers 1.13736 + 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' 1.13737 + tmp_addflag=' $pic_flag -Mnomain' ;; 1.13738 + ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 1.13739 + tmp_addflag=' -i_dynamic' ;; 1.13740 + efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 1.13741 + tmp_addflag=' -i_dynamic -nofor_main' ;; 1.13742 + ifc* | ifort*) # Intel Fortran compiler 1.13743 + tmp_addflag=' -nofor_main' ;; 1.13744 + esac 1.13745 + archive_cmds_F77='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' 1.13746 + 1.13747 + if test $supports_anon_versioning = yes; then 1.13748 + archive_expsym_cmds_F77='$echo "{ global:" > $output_objdir/$libname.ver~ 1.13749 + cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ 1.13750 + $echo "local: *; };" >> $output_objdir/$libname.ver~ 1.13751 + $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' 1.13752 + fi 1.13753 + link_all_deplibs_F77=no 1.13754 + else 1.13755 + ld_shlibs_F77=no 1.13756 + fi 1.13757 + ;; 1.13758 + 1.13759 + netbsd* | netbsdelf*-gnu | knetbsd*-gnu) 1.13760 + if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then 1.13761 + archive_cmds_F77='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' 1.13762 + wlarc= 1.13763 + else 1.13764 + archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' 1.13765 + archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' 1.13766 + fi 1.13767 + ;; 1.13768 + 1.13769 + solaris*) 1.13770 + if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then 1.13771 + ld_shlibs_F77=no 1.13772 + cat <<EOF 1>&2 1.13773 + 1.13774 +*** Warning: The releases 2.8.* of the GNU linker cannot reliably 1.13775 +*** create shared libraries on Solaris systems. Therefore, libtool 1.13776 +*** is disabling shared libraries support. We urge you to upgrade GNU 1.13777 +*** binutils to release 2.9.1 or newer. Another option is to modify 1.13778 +*** your PATH or compiler configuration so that the native linker is 1.13779 +*** used, and then restart. 1.13780 + 1.13781 +EOF 1.13782 + elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 1.13783 + archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' 1.13784 + archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' 1.13785 + else 1.13786 + ld_shlibs_F77=no 1.13787 + fi 1.13788 + ;; 1.13789 + 1.13790 + sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) 1.13791 + case `$LD -v 2>&1` in 1.13792 + *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) 1.13793 + ld_shlibs_F77=no 1.13794 + cat <<_LT_EOF 1>&2 1.13795 + 1.13796 +*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not 1.13797 +*** reliably create shared libraries on SCO systems. Therefore, libtool 1.13798 +*** is disabling shared libraries support. We urge you to upgrade GNU 1.13799 +*** binutils to release 2.16.91.0.3 or newer. Another option is to modify 1.13800 +*** your PATH or compiler configuration so that the native linker is 1.13801 +*** used, and then restart. 1.13802 + 1.13803 +_LT_EOF 1.13804 + ;; 1.13805 + *) 1.13806 + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 1.13807 + hardcode_libdir_flag_spec_F77='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`' 1.13808 + archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib' 1.13809 + archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib' 1.13810 + else 1.13811 + ld_shlibs_F77=no 1.13812 + fi 1.13813 + ;; 1.13814 + esac 1.13815 + ;; 1.13816 + 1.13817 + sunos4*) 1.13818 + archive_cmds_F77='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' 1.13819 + wlarc= 1.13820 + hardcode_direct_F77=yes 1.13821 + hardcode_shlibpath_var_F77=no 1.13822 + ;; 1.13823 + 1.13824 + *) 1.13825 + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 1.13826 + archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' 1.13827 + archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' 1.13828 + else 1.13829 + ld_shlibs_F77=no 1.13830 + fi 1.13831 + ;; 1.13832 + esac 1.13833 + 1.13834 + if test "$ld_shlibs_F77" = no; then 1.13835 + runpath_var= 1.13836 + hardcode_libdir_flag_spec_F77= 1.13837 + export_dynamic_flag_spec_F77= 1.13838 + whole_archive_flag_spec_F77= 1.13839 + fi 1.13840 + else 1.13841 + # PORTME fill in a description of your system's linker (not GNU ld) 1.13842 + case $host_os in 1.13843 + aix3*) 1.13844 + allow_undefined_flag_F77=unsupported 1.13845 + always_export_symbols_F77=yes 1.13846 + 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' 1.13847 + # Note: this linker hardcodes the directories in LIBPATH if there 1.13848 + # are no directories specified by -L. 1.13849 + hardcode_minus_L_F77=yes 1.13850 + if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then 1.13851 + # Neither direct hardcoding nor static linking is supported with a 1.13852 + # broken collect2. 1.13853 + hardcode_direct_F77=unsupported 1.13854 + fi 1.13855 + ;; 1.13856 + 1.13857 + aix4* | aix5*) 1.13858 + if test "$host_cpu" = ia64; then 1.13859 + # On IA64, the linker does run time linking by default, so we don't 1.13860 + # have to do anything special. 1.13861 + aix_use_runtimelinking=no 1.13862 + exp_sym_flag='-Bexport' 1.13863 + no_entry_flag="" 1.13864 + else 1.13865 + # If we're using GNU nm, then we don't want the "-C" option. 1.13866 + # -C means demangle to AIX nm, but means don't demangle with GNU nm 1.13867 + if $NM -V 2>&1 | grep 'GNU' > /dev/null; then 1.13868 + 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' 1.13869 + else 1.13870 + 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' 1.13871 + fi 1.13872 + aix_use_runtimelinking=no 1.13873 + 1.13874 + # Test if we are trying to use run time linking or normal 1.13875 + # AIX style linking. If -brtl is somewhere in LDFLAGS, we 1.13876 + # need to do runtime linking. 1.13877 + case $host_os in aix4.[23]|aix4.[23].*|aix5*) 1.13878 + for ld_flag in $LDFLAGS; do 1.13879 + if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then 1.13880 + aix_use_runtimelinking=yes 1.13881 + break 1.13882 + fi 1.13883 + done 1.13884 + ;; 1.13885 + esac 1.13886 + 1.13887 + exp_sym_flag='-bexport' 1.13888 + no_entry_flag='-bnoentry' 1.13889 + fi 1.13890 + 1.13891 + # When large executables or shared objects are built, AIX ld can 1.13892 + # have problems creating the table of contents. If linking a library 1.13893 + # or program results in "error TOC overflow" add -mminimal-toc to 1.13894 + # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not 1.13895 + # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. 1.13896 + 1.13897 + archive_cmds_F77='' 1.13898 + hardcode_direct_F77=yes 1.13899 + hardcode_libdir_separator_F77=':' 1.13900 + link_all_deplibs_F77=yes 1.13901 + 1.13902 + if test "$GCC" = yes; then 1.13903 + case $host_os in aix4.[012]|aix4.[012].*) 1.13904 + # We only want to do this on AIX 4.2 and lower, the check 1.13905 + # below for broken collect2 doesn't work under 4.3+ 1.13906 + collect2name=`${CC} -print-prog-name=collect2` 1.13907 + if test -f "$collect2name" && \ 1.13908 + strings "$collect2name" | grep resolve_lib_name >/dev/null 1.13909 + then 1.13910 + # We have reworked collect2 1.13911 + hardcode_direct_F77=yes 1.13912 + else 1.13913 + # We have old collect2 1.13914 + hardcode_direct_F77=unsupported 1.13915 + # It fails to find uninstalled libraries when the uninstalled 1.13916 + # path is not listed in the libpath. Setting hardcode_minus_L 1.13917 + # to unsupported forces relinking 1.13918 + hardcode_minus_L_F77=yes 1.13919 + hardcode_libdir_flag_spec_F77='-L$libdir' 1.13920 + hardcode_libdir_separator_F77= 1.13921 + fi 1.13922 + ;; 1.13923 + esac 1.13924 + shared_flag='-shared' 1.13925 + if test "$aix_use_runtimelinking" = yes; then 1.13926 + shared_flag="$shared_flag "'${wl}-G' 1.13927 + fi 1.13928 + else 1.13929 + # not using gcc 1.13930 + if test "$host_cpu" = ia64; then 1.13931 + # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release 1.13932 + # chokes on -Wl,-G. The following line is correct: 1.13933 + shared_flag='-G' 1.13934 + else 1.13935 + if test "$aix_use_runtimelinking" = yes; then 1.13936 + shared_flag='${wl}-G' 1.13937 + else 1.13938 + shared_flag='${wl}-bM:SRE' 1.13939 + fi 1.13940 + fi 1.13941 + fi 1.13942 + 1.13943 + # It seems that -bexpall does not export symbols beginning with 1.13944 + # underscore (_), so it is better to generate a list of symbols to export. 1.13945 + always_export_symbols_F77=yes 1.13946 + if test "$aix_use_runtimelinking" = yes; then 1.13947 + # Warning - without using the other runtime loading flags (-brtl), 1.13948 + # -berok will link without error, but may produce a broken library. 1.13949 + allow_undefined_flag_F77='-berok' 1.13950 + # Determine the default libpath from the value encoded in an empty executable. 1.13951 + cat >conftest.$ac_ext <<_ACEOF 1.13952 + program main 1.13953 + 1.13954 + end 1.13955 +_ACEOF 1.13956 +rm -f conftest.$ac_objext conftest$ac_exeext 1.13957 +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 1.13958 + (eval $ac_link) 2>conftest.er1 1.13959 + ac_status=$? 1.13960 + grep -v '^ *+' conftest.er1 >conftest.err 1.13961 + rm -f conftest.er1 1.13962 + cat conftest.err >&5 1.13963 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.13964 + (exit $ac_status); } && 1.13965 + { ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err' 1.13966 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.13967 + (eval $ac_try) 2>&5 1.13968 + ac_status=$? 1.13969 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.13970 + (exit $ac_status); }; } && 1.13971 + { ac_try='test -s conftest$ac_exeext' 1.13972 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.13973 + (eval $ac_try) 2>&5 1.13974 + ac_status=$? 1.13975 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.13976 + (exit $ac_status); }; }; then 1.13977 + 1.13978 +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } 1.13979 +}'` 1.13980 +# Check for a 64-bit object if we didn't find anything. 1.13981 +if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } 1.13982 +}'`; fi 1.13983 +else 1.13984 + echo "$as_me: failed program was:" >&5 1.13985 +sed 's/^/| /' conftest.$ac_ext >&5 1.13986 + 1.13987 +fi 1.13988 +rm -f conftest.err conftest.$ac_objext \ 1.13989 + conftest$ac_exeext conftest.$ac_ext 1.13990 +if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi 1.13991 + 1.13992 + hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath" 1.13993 + 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" 1.13994 + else 1.13995 + if test "$host_cpu" = ia64; then 1.13996 + hardcode_libdir_flag_spec_F77='${wl}-R $libdir:/usr/lib:/lib' 1.13997 + allow_undefined_flag_F77="-z nodefs" 1.13998 + 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" 1.13999 + else 1.14000 + # Determine the default libpath from the value encoded in an empty executable. 1.14001 + cat >conftest.$ac_ext <<_ACEOF 1.14002 + program main 1.14003 + 1.14004 + end 1.14005 +_ACEOF 1.14006 +rm -f conftest.$ac_objext conftest$ac_exeext 1.14007 +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 1.14008 + (eval $ac_link) 2>conftest.er1 1.14009 + ac_status=$? 1.14010 + grep -v '^ *+' conftest.er1 >conftest.err 1.14011 + rm -f conftest.er1 1.14012 + cat conftest.err >&5 1.14013 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.14014 + (exit $ac_status); } && 1.14015 + { ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err' 1.14016 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.14017 + (eval $ac_try) 2>&5 1.14018 + ac_status=$? 1.14019 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.14020 + (exit $ac_status); }; } && 1.14021 + { ac_try='test -s conftest$ac_exeext' 1.14022 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.14023 + (eval $ac_try) 2>&5 1.14024 + ac_status=$? 1.14025 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.14026 + (exit $ac_status); }; }; then 1.14027 + 1.14028 +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } 1.14029 +}'` 1.14030 +# Check for a 64-bit object if we didn't find anything. 1.14031 +if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } 1.14032 +}'`; fi 1.14033 +else 1.14034 + echo "$as_me: failed program was:" >&5 1.14035 +sed 's/^/| /' conftest.$ac_ext >&5 1.14036 + 1.14037 +fi 1.14038 +rm -f conftest.err conftest.$ac_objext \ 1.14039 + conftest$ac_exeext conftest.$ac_ext 1.14040 +if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi 1.14041 + 1.14042 + hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath" 1.14043 + # Warning - without using the other run time loading flags, 1.14044 + # -berok will link without error, but may produce a broken library. 1.14045 + no_undefined_flag_F77=' ${wl}-bernotok' 1.14046 + allow_undefined_flag_F77=' ${wl}-berok' 1.14047 + # Exported symbols can be pulled into shared objects from archives 1.14048 + whole_archive_flag_spec_F77='$convenience' 1.14049 + archive_cmds_need_lc_F77=yes 1.14050 + # This is similar to how AIX traditionally builds its shared libraries. 1.14051 + 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' 1.14052 + fi 1.14053 + fi 1.14054 + ;; 1.14055 + 1.14056 + amigaos*) 1.14057 + 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)' 1.14058 + hardcode_libdir_flag_spec_F77='-L$libdir' 1.14059 + hardcode_minus_L_F77=yes 1.14060 + # see comment about different semantics on the GNU ld section 1.14061 + ld_shlibs_F77=no 1.14062 + ;; 1.14063 + 1.14064 + bsdi[45]*) 1.14065 + export_dynamic_flag_spec_F77=-rdynamic 1.14066 + ;; 1.14067 + 1.14068 + cygwin* | mingw* | pw32*) 1.14069 + # When not using gcc, we currently assume that we are using 1.14070 + # Microsoft Visual C++. 1.14071 + # hardcode_libdir_flag_spec is actually meaningless, as there is 1.14072 + # no search path for DLLs. 1.14073 + hardcode_libdir_flag_spec_F77=' ' 1.14074 + allow_undefined_flag_F77=unsupported 1.14075 + # Tell ltmain to make .lib files, not .a files. 1.14076 + libext=lib 1.14077 + # Tell ltmain to make .dll files, not .so files. 1.14078 + shrext_cmds=".dll" 1.14079 + # FIXME: Setting linknames here is a bad hack. 1.14080 + archive_cmds_F77='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames=' 1.14081 + # The linker will automatically build a .lib file if we build a DLL. 1.14082 + old_archive_From_new_cmds_F77='true' 1.14083 + # FIXME: Should let the user specify the lib program. 1.14084 + old_archive_cmds_F77='lib /OUT:$oldlib$oldobjs$old_deplibs' 1.14085 + fix_srcfile_path_F77='`cygpath -w "$srcfile"`' 1.14086 + enable_shared_with_static_runtimes_F77=yes 1.14087 + ;; 1.14088 + 1.14089 + darwin* | rhapsody*) 1.14090 + case $host_os in 1.14091 + rhapsody* | darwin1.[012]) 1.14092 + allow_undefined_flag_F77='${wl}-undefined ${wl}suppress' 1.14093 + ;; 1.14094 + *) # Darwin 1.3 on 1.14095 + if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then 1.14096 + allow_undefined_flag_F77='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' 1.14097 + else 1.14098 + case ${MACOSX_DEPLOYMENT_TARGET} in 1.14099 + 10.[012]) 1.14100 + allow_undefined_flag_F77='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' 1.14101 + ;; 1.14102 + 10.*) 1.14103 + allow_undefined_flag_F77='${wl}-undefined ${wl}dynamic_lookup' 1.14104 + ;; 1.14105 + esac 1.14106 + fi 1.14107 + ;; 1.14108 + esac 1.14109 + archive_cmds_need_lc_F77=no 1.14110 + hardcode_direct_F77=no 1.14111 + hardcode_automatic_F77=yes 1.14112 + hardcode_shlibpath_var_F77=unsupported 1.14113 + whole_archive_flag_spec_F77='' 1.14114 + link_all_deplibs_F77=yes 1.14115 + if test "$GCC" = yes ; then 1.14116 + output_verbose_link_cmd='echo' 1.14117 + archive_cmds_F77='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' 1.14118 + module_cmds_F77='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' 1.14119 + # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds 1.14120 + archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 1.14121 + 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}' 1.14122 + else 1.14123 + case $cc_basename in 1.14124 + xlc*) 1.14125 + output_verbose_link_cmd='echo' 1.14126 + archive_cmds_F77='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring' 1.14127 + module_cmds_F77='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' 1.14128 + # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds 1.14129 + 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 $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 1.14130 + 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}' 1.14131 + ;; 1.14132 + *) 1.14133 + ld_shlibs_F77=no 1.14134 + ;; 1.14135 + esac 1.14136 + fi 1.14137 + ;; 1.14138 + 1.14139 + dgux*) 1.14140 + archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 1.14141 + hardcode_libdir_flag_spec_F77='-L$libdir' 1.14142 + hardcode_shlibpath_var_F77=no 1.14143 + ;; 1.14144 + 1.14145 + freebsd1*) 1.14146 + ld_shlibs_F77=no 1.14147 + ;; 1.14148 + 1.14149 + # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor 1.14150 + # support. Future versions do this automatically, but an explicit c++rt0.o 1.14151 + # does not break anything, and helps significantly (at the cost of a little 1.14152 + # extra space). 1.14153 + freebsd2.2*) 1.14154 + archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' 1.14155 + hardcode_libdir_flag_spec_F77='-R$libdir' 1.14156 + hardcode_direct_F77=yes 1.14157 + hardcode_shlibpath_var_F77=no 1.14158 + ;; 1.14159 + 1.14160 + # Unfortunately, older versions of FreeBSD 2 do not have this feature. 1.14161 + freebsd2*) 1.14162 + archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' 1.14163 + hardcode_direct_F77=yes 1.14164 + hardcode_minus_L_F77=yes 1.14165 + hardcode_shlibpath_var_F77=no 1.14166 + ;; 1.14167 + 1.14168 + # FreeBSD 3 and greater uses gcc -shared to do shared libraries. 1.14169 + freebsd* | dragonfly*) 1.14170 + archive_cmds_F77='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' 1.14171 + hardcode_libdir_flag_spec_F77='-R$libdir' 1.14172 + hardcode_direct_F77=yes 1.14173 + hardcode_shlibpath_var_F77=no 1.14174 + ;; 1.14175 + 1.14176 + # GNU/kFreeBSD uses gcc -shared to do shared libraries. 1.14177 + kfreebsd*-gnu) 1.14178 + archive_cmds_F77='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' 1.14179 + hardcode_libdir_flag_spec_F77='-R$libdir' 1.14180 + hardcode_direct_F77=yes 1.14181 + hardcode_shlibpath_var_F77=no 1.14182 + link_all_deplibs_F77=no 1.14183 + ;; 1.14184 + 1.14185 + hpux9*) 1.14186 + if test "$GCC" = yes; then 1.14187 + 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' 1.14188 + else 1.14189 + 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' 1.14190 + fi 1.14191 + hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir' 1.14192 + hardcode_libdir_separator_F77=: 1.14193 + hardcode_direct_F77=yes 1.14194 + 1.14195 + # hardcode_minus_L: Not really in the search PATH, 1.14196 + # but as the default location of the library. 1.14197 + hardcode_minus_L_F77=yes 1.14198 + export_dynamic_flag_spec_F77='${wl}-E' 1.14199 + ;; 1.14200 + 1.14201 + hpux10*) 1.14202 + if test "$GCC" = yes -a "$with_gnu_ld" = no; then 1.14203 + archive_cmds_F77='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' 1.14204 + else 1.14205 + archive_cmds_F77='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' 1.14206 + fi 1.14207 + if test "$with_gnu_ld" = no; then 1.14208 + hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir' 1.14209 + hardcode_libdir_separator_F77=: 1.14210 + 1.14211 + hardcode_direct_F77=yes 1.14212 + export_dynamic_flag_spec_F77='${wl}-E' 1.14213 + 1.14214 + # hardcode_minus_L: Not really in the search PATH, 1.14215 + # but as the default location of the library. 1.14216 + hardcode_minus_L_F77=yes 1.14217 + fi 1.14218 + ;; 1.14219 + 1.14220 + hpux11*) 1.14221 + if test "$GCC" = yes -a "$with_gnu_ld" = no; then 1.14222 + case $host_cpu in 1.14223 + hppa*64*) 1.14224 + archive_cmds_F77='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' 1.14225 + ;; 1.14226 + ia64*) 1.14227 + archive_cmds_F77='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' 1.14228 + ;; 1.14229 + *) 1.14230 + archive_cmds_F77='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' 1.14231 + ;; 1.14232 + esac 1.14233 + else 1.14234 + case $host_cpu in 1.14235 + hppa*64*) 1.14236 + archive_cmds_F77='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' 1.14237 + ;; 1.14238 + ia64*) 1.14239 + archive_cmds_F77='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' 1.14240 + ;; 1.14241 + *) 1.14242 + archive_cmds_F77='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' 1.14243 + ;; 1.14244 + esac 1.14245 + fi 1.14246 + if test "$with_gnu_ld" = no; then 1.14247 + hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir' 1.14248 + hardcode_libdir_separator_F77=: 1.14249 + 1.14250 + case $host_cpu in 1.14251 + hppa*64*|ia64*) 1.14252 + hardcode_libdir_flag_spec_ld_F77='+b $libdir' 1.14253 + hardcode_direct_F77=no 1.14254 + hardcode_shlibpath_var_F77=no 1.14255 + ;; 1.14256 + *) 1.14257 + hardcode_direct_F77=yes 1.14258 + export_dynamic_flag_spec_F77='${wl}-E' 1.14259 + 1.14260 + # hardcode_minus_L: Not really in the search PATH, 1.14261 + # but as the default location of the library. 1.14262 + hardcode_minus_L_F77=yes 1.14263 + ;; 1.14264 + esac 1.14265 + fi 1.14266 + ;; 1.14267 + 1.14268 + irix5* | irix6* | nonstopux*) 1.14269 + if test "$GCC" = yes; then 1.14270 + 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' 1.14271 + else 1.14272 + 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' 1.14273 + hardcode_libdir_flag_spec_ld_F77='-rpath $libdir' 1.14274 + fi 1.14275 + hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir' 1.14276 + hardcode_libdir_separator_F77=: 1.14277 + link_all_deplibs_F77=yes 1.14278 + ;; 1.14279 + 1.14280 + netbsd* | netbsdelf*-gnu | knetbsd*-gnu) 1.14281 + if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then 1.14282 + archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out 1.14283 + else 1.14284 + archive_cmds_F77='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF 1.14285 + fi 1.14286 + hardcode_libdir_flag_spec_F77='-R$libdir' 1.14287 + hardcode_direct_F77=yes 1.14288 + hardcode_shlibpath_var_F77=no 1.14289 + ;; 1.14290 + 1.14291 + newsos6) 1.14292 + archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 1.14293 + hardcode_direct_F77=yes 1.14294 + hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir' 1.14295 + hardcode_libdir_separator_F77=: 1.14296 + hardcode_shlibpath_var_F77=no 1.14297 + ;; 1.14298 + 1.14299 + openbsd*) 1.14300 + hardcode_direct_F77=yes 1.14301 + hardcode_shlibpath_var_F77=no 1.14302 + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then 1.14303 + archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' 1.14304 + archive_expsym_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' 1.14305 + hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir' 1.14306 + export_dynamic_flag_spec_F77='${wl}-E' 1.14307 + else 1.14308 + case $host_os in 1.14309 + openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) 1.14310 + archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' 1.14311 + hardcode_libdir_flag_spec_F77='-R$libdir' 1.14312 + ;; 1.14313 + *) 1.14314 + archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' 1.14315 + hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir' 1.14316 + ;; 1.14317 + esac 1.14318 + fi 1.14319 + ;; 1.14320 + 1.14321 + os2*) 1.14322 + hardcode_libdir_flag_spec_F77='-L$libdir' 1.14323 + hardcode_minus_L_F77=yes 1.14324 + allow_undefined_flag_F77=unsupported 1.14325 + 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' 1.14326 + old_archive_From_new_cmds_F77='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' 1.14327 + ;; 1.14328 + 1.14329 + osf3*) 1.14330 + if test "$GCC" = yes; then 1.14331 + allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*' 1.14332 + 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' 1.14333 + else 1.14334 + allow_undefined_flag_F77=' -expect_unresolved \*' 1.14335 + 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' 1.14336 + fi 1.14337 + hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir' 1.14338 + hardcode_libdir_separator_F77=: 1.14339 + ;; 1.14340 + 1.14341 + osf4* | osf5*) # as osf3* with the addition of -msym flag 1.14342 + if test "$GCC" = yes; then 1.14343 + allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*' 1.14344 + 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' 1.14345 + hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir' 1.14346 + else 1.14347 + allow_undefined_flag_F77=' -expect_unresolved \*' 1.14348 + 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' 1.14349 + 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~ 1.14350 + $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' 1.14351 + 1.14352 + # Both c and cxx compiler support -rpath directly 1.14353 + hardcode_libdir_flag_spec_F77='-rpath $libdir' 1.14354 + fi 1.14355 + hardcode_libdir_separator_F77=: 1.14356 + ;; 1.14357 + 1.14358 + solaris*) 1.14359 + no_undefined_flag_F77=' -z text' 1.14360 + if test "$GCC" = yes; then 1.14361 + wlarc='${wl}' 1.14362 + archive_cmds_F77='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' 1.14363 + archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ 1.14364 + $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp' 1.14365 + else 1.14366 + wlarc='' 1.14367 + archive_cmds_F77='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' 1.14368 + archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ 1.14369 + $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp' 1.14370 + fi 1.14371 + hardcode_libdir_flag_spec_F77='-R$libdir' 1.14372 + hardcode_shlibpath_var_F77=no 1.14373 + case $host_os in 1.14374 + solaris2.[0-5] | solaris2.[0-5].*) ;; 1.14375 + *) 1.14376 + # The compiler driver will combine linker options so we 1.14377 + # cannot just pass the convience library names through 1.14378 + # without $wl, iff we do not link with $LD. 1.14379 + # Luckily, gcc supports the same syntax we need for Sun Studio. 1.14380 + # Supported since Solaris 2.6 (maybe 2.5.1?) 1.14381 + case $wlarc in 1.14382 + '') 1.14383 + whole_archive_flag_spec_F77='-z allextract$convenience -z defaultextract' ;; 1.14384 + *) 1.14385 + whole_archive_flag_spec_F77='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;; 1.14386 + esac ;; 1.14387 + esac 1.14388 + link_all_deplibs_F77=yes 1.14389 + ;; 1.14390 + 1.14391 + sunos4*) 1.14392 + if test "x$host_vendor" = xsequent; then 1.14393 + # Use $CC to link under sequent, because it throws in some extra .o 1.14394 + # files that make .init and .fini sections work. 1.14395 + archive_cmds_F77='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' 1.14396 + else 1.14397 + archive_cmds_F77='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' 1.14398 + fi 1.14399 + hardcode_libdir_flag_spec_F77='-L$libdir' 1.14400 + hardcode_direct_F77=yes 1.14401 + hardcode_minus_L_F77=yes 1.14402 + hardcode_shlibpath_var_F77=no 1.14403 + ;; 1.14404 + 1.14405 + sysv4) 1.14406 + case $host_vendor in 1.14407 + sni) 1.14408 + archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 1.14409 + hardcode_direct_F77=yes # is this really true??? 1.14410 + ;; 1.14411 + siemens) 1.14412 + ## LD is ld it makes a PLAMLIB 1.14413 + ## CC just makes a GrossModule. 1.14414 + archive_cmds_F77='$LD -G -o $lib $libobjs $deplibs $linker_flags' 1.14415 + reload_cmds_F77='$CC -r -o $output$reload_objs' 1.14416 + hardcode_direct_F77=no 1.14417 + ;; 1.14418 + motorola) 1.14419 + archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 1.14420 + hardcode_direct_F77=no #Motorola manual says yes, but my tests say they lie 1.14421 + ;; 1.14422 + esac 1.14423 + runpath_var='LD_RUN_PATH' 1.14424 + hardcode_shlibpath_var_F77=no 1.14425 + ;; 1.14426 + 1.14427 + sysv4.3*) 1.14428 + archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 1.14429 + hardcode_shlibpath_var_F77=no 1.14430 + export_dynamic_flag_spec_F77='-Bexport' 1.14431 + ;; 1.14432 + 1.14433 + sysv4*MP*) 1.14434 + if test -d /usr/nec; then 1.14435 + archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 1.14436 + hardcode_shlibpath_var_F77=no 1.14437 + runpath_var=LD_RUN_PATH 1.14438 + hardcode_runpath_var=yes 1.14439 + ld_shlibs_F77=yes 1.14440 + fi 1.14441 + ;; 1.14442 + 1.14443 + sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7*) 1.14444 + no_undefined_flag_F77='${wl}-z,text' 1.14445 + archive_cmds_need_lc_F77=no 1.14446 + hardcode_shlibpath_var_F77=no 1.14447 + runpath_var='LD_RUN_PATH' 1.14448 + 1.14449 + if test "$GCC" = yes; then 1.14450 + archive_cmds_F77='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' 1.14451 + archive_expsym_cmds_F77='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' 1.14452 + else 1.14453 + archive_cmds_F77='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' 1.14454 + archive_expsym_cmds_F77='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' 1.14455 + fi 1.14456 + ;; 1.14457 + 1.14458 + sysv5* | sco3.2v5* | sco5v6*) 1.14459 + # Note: We can NOT use -z defs as we might desire, because we do not 1.14460 + # link with -lc, and that would cause any symbols used from libc to 1.14461 + # always be unresolved, which means just about no library would 1.14462 + # ever link correctly. If we're not using GNU ld we use -z text 1.14463 + # though, which does catch some bad symbols but isn't as heavy-handed 1.14464 + # as -z defs. 1.14465 + no_undefined_flag_F77='${wl}-z,text' 1.14466 + allow_undefined_flag_F77='${wl}-z,nodefs' 1.14467 + archive_cmds_need_lc_F77=no 1.14468 + hardcode_shlibpath_var_F77=no 1.14469 + hardcode_libdir_flag_spec_F77='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`' 1.14470 + hardcode_libdir_separator_F77=':' 1.14471 + link_all_deplibs_F77=yes 1.14472 + export_dynamic_flag_spec_F77='${wl}-Bexport' 1.14473 + runpath_var='LD_RUN_PATH' 1.14474 + 1.14475 + if test "$GCC" = yes; then 1.14476 + archive_cmds_F77='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' 1.14477 + archive_expsym_cmds_F77='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' 1.14478 + else 1.14479 + archive_cmds_F77='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' 1.14480 + archive_expsym_cmds_F77='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' 1.14481 + fi 1.14482 + ;; 1.14483 + 1.14484 + uts4*) 1.14485 + archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 1.14486 + hardcode_libdir_flag_spec_F77='-L$libdir' 1.14487 + hardcode_shlibpath_var_F77=no 1.14488 + ;; 1.14489 + 1.14490 + *) 1.14491 + ld_shlibs_F77=no 1.14492 + ;; 1.14493 + esac 1.14494 + fi 1.14495 + 1.14496 +echo "$as_me:$LINENO: result: $ld_shlibs_F77" >&5 1.14497 +echo "${ECHO_T}$ld_shlibs_F77" >&6 1.14498 +test "$ld_shlibs_F77" = no && can_build_shared=no 1.14499 + 1.14500 +# 1.14501 +# Do we need to explicitly link libc? 1.14502 +# 1.14503 +case "x$archive_cmds_need_lc_F77" in 1.14504 +x|xyes) 1.14505 + # Assume -lc should be added 1.14506 + archive_cmds_need_lc_F77=yes 1.14507 + 1.14508 + if test "$enable_shared" = yes && test "$GCC" = yes; then 1.14509 + case $archive_cmds_F77 in 1.14510 + *'~'*) 1.14511 + # FIXME: we may have to deal with multi-command sequences. 1.14512 + ;; 1.14513 + '$CC '*) 1.14514 + # Test whether the compiler implicitly links with -lc since on some 1.14515 + # systems, -lgcc has to come before -lc. If gcc already passes -lc 1.14516 + # to ld, don't add -lc before -lgcc. 1.14517 + echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 1.14518 +echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6 1.14519 + $rm conftest* 1.14520 + printf "$lt_simple_compile_test_code" > conftest.$ac_ext 1.14521 + 1.14522 + if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 1.14523 + (eval $ac_compile) 2>&5 1.14524 + ac_status=$? 1.14525 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.14526 + (exit $ac_status); } 2>conftest.err; then 1.14527 + soname=conftest 1.14528 + lib=conftest 1.14529 + libobjs=conftest.$ac_objext 1.14530 + deplibs= 1.14531 + wl=$lt_prog_compiler_wl_F77 1.14532 + pic_flag=$lt_prog_compiler_pic_F77 1.14533 + compiler_flags=-v 1.14534 + linker_flags=-v 1.14535 + verstring= 1.14536 + output_objdir=. 1.14537 + libname=conftest 1.14538 + lt_save_allow_undefined_flag=$allow_undefined_flag_F77 1.14539 + allow_undefined_flag_F77= 1.14540 + if { (eval echo "$as_me:$LINENO: \"$archive_cmds_F77 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5 1.14541 + (eval $archive_cmds_F77 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5 1.14542 + ac_status=$? 1.14543 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.14544 + (exit $ac_status); } 1.14545 + then 1.14546 + archive_cmds_need_lc_F77=no 1.14547 + else 1.14548 + archive_cmds_need_lc_F77=yes 1.14549 + fi 1.14550 + allow_undefined_flag_F77=$lt_save_allow_undefined_flag 1.14551 + else 1.14552 + cat conftest.err 1>&5 1.14553 + fi 1.14554 + $rm conftest* 1.14555 + echo "$as_me:$LINENO: result: $archive_cmds_need_lc_F77" >&5 1.14556 +echo "${ECHO_T}$archive_cmds_need_lc_F77" >&6 1.14557 + ;; 1.14558 + esac 1.14559 + fi 1.14560 + ;; 1.14561 +esac 1.14562 + 1.14563 +echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 1.14564 +echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6 1.14565 +library_names_spec= 1.14566 +libname_spec='lib$name' 1.14567 +soname_spec= 1.14568 +shrext_cmds=".so" 1.14569 +postinstall_cmds= 1.14570 +postuninstall_cmds= 1.14571 +finish_cmds= 1.14572 +finish_eval= 1.14573 +shlibpath_var= 1.14574 +shlibpath_overrides_runpath=unknown 1.14575 +version_type=none 1.14576 +dynamic_linker="$host_os ld.so" 1.14577 +sys_lib_dlsearch_path_spec="/lib /usr/lib" 1.14578 +if test "$GCC" = yes; then 1.14579 + sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` 1.14580 + if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then 1.14581 + # if the path contains ";" then we assume it to be the separator 1.14582 + # otherwise default to the standard path separator (i.e. ":") - it is 1.14583 + # assumed that no part of a normal pathname contains ";" but that should 1.14584 + # okay in the real world where ";" in dirpaths is itself problematic. 1.14585 + sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` 1.14586 + else 1.14587 + sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` 1.14588 + fi 1.14589 +else 1.14590 + sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" 1.14591 +fi 1.14592 +need_lib_prefix=unknown 1.14593 +hardcode_into_libs=no 1.14594 + 1.14595 +# when you set need_version to no, make sure it does not cause -set_version 1.14596 +# flags to be left without arguments 1.14597 +need_version=unknown 1.14598 + 1.14599 +case $host_os in 1.14600 +aix3*) 1.14601 + version_type=linux 1.14602 + library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' 1.14603 + shlibpath_var=LIBPATH 1.14604 + 1.14605 + # AIX 3 has no versioning support, so we append a major version to the name. 1.14606 + soname_spec='${libname}${release}${shared_ext}$major' 1.14607 + ;; 1.14608 + 1.14609 +aix4* | aix5*) 1.14610 + version_type=linux 1.14611 + need_lib_prefix=no 1.14612 + need_version=no 1.14613 + hardcode_into_libs=yes 1.14614 + if test "$host_cpu" = ia64; then 1.14615 + # AIX 5 supports IA64 1.14616 + library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' 1.14617 + shlibpath_var=LD_LIBRARY_PATH 1.14618 + else 1.14619 + # With GCC up to 2.95.x, collect2 would create an import file 1.14620 + # for dependence libraries. The import file would start with 1.14621 + # the line `#! .'. This would cause the generated library to 1.14622 + # depend on `.', always an invalid library. This was fixed in 1.14623 + # development snapshots of GCC prior to 3.0. 1.14624 + case $host_os in 1.14625 + aix4 | aix4.[01] | aix4.[01].*) 1.14626 + if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' 1.14627 + echo ' yes ' 1.14628 + echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then 1.14629 + : 1.14630 + else 1.14631 + can_build_shared=no 1.14632 + fi 1.14633 + ;; 1.14634 + esac 1.14635 + # AIX (on Power*) has no versioning support, so currently we can not hardcode correct 1.14636 + # soname into executable. Probably we can add versioning support to 1.14637 + # collect2, so additional links can be useful in future. 1.14638 + if test "$aix_use_runtimelinking" = yes; then 1.14639 + # If using run time linking (on AIX 4.2 or later) use lib<name>.so 1.14640 + # instead of lib<name>.a to let people know that these are not 1.14641 + # typical AIX shared libraries. 1.14642 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 1.14643 + else 1.14644 + # We preserve .a as extension for shared libraries through AIX4.2 1.14645 + # and later when we are not doing run time linking. 1.14646 + library_names_spec='${libname}${release}.a $libname.a' 1.14647 + soname_spec='${libname}${release}${shared_ext}$major' 1.14648 + fi 1.14649 + shlibpath_var=LIBPATH 1.14650 + fi 1.14651 + ;; 1.14652 + 1.14653 +amigaos*) 1.14654 + library_names_spec='$libname.ixlibrary $libname.a' 1.14655 + # Create ${libname}_ixlibrary.a entries in /sys/libs. 1.14656 + 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' 1.14657 + ;; 1.14658 + 1.14659 +beos*) 1.14660 + library_names_spec='${libname}${shared_ext}' 1.14661 + dynamic_linker="$host_os ld.so" 1.14662 + shlibpath_var=LIBRARY_PATH 1.14663 + ;; 1.14664 + 1.14665 +bsdi[45]*) 1.14666 + version_type=linux 1.14667 + need_version=no 1.14668 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 1.14669 + soname_spec='${libname}${release}${shared_ext}$major' 1.14670 + finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' 1.14671 + shlibpath_var=LD_LIBRARY_PATH 1.14672 + sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" 1.14673 + sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" 1.14674 + # the default ld.so.conf also contains /usr/contrib/lib and 1.14675 + # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow 1.14676 + # libtool to hard-code these into programs 1.14677 + ;; 1.14678 + 1.14679 +cygwin* | mingw* | pw32*) 1.14680 + version_type=windows 1.14681 + shrext_cmds=".dll" 1.14682 + need_version=no 1.14683 + need_lib_prefix=no 1.14684 + 1.14685 + case $GCC,$host_os in 1.14686 + yes,cygwin* | yes,mingw* | yes,pw32*) 1.14687 + library_names_spec='$libname.dll.a' 1.14688 + # DLL is installed to $(libdir)/../bin by postinstall_cmds 1.14689 + postinstall_cmds='base_file=`basename \${file}`~ 1.14690 + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~ 1.14691 + dldir=$destdir/`dirname \$dlpath`~ 1.14692 + test -d \$dldir || mkdir -p \$dldir~ 1.14693 + $install_prog $dir/$dlname \$dldir/$dlname~ 1.14694 + chmod a+x \$dldir/$dlname' 1.14695 + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ 1.14696 + dlpath=$dir/\$dldll~ 1.14697 + $rm \$dlpath' 1.14698 + shlibpath_overrides_runpath=yes 1.14699 + 1.14700 + case $host_os in 1.14701 + cygwin*) 1.14702 + # Cygwin DLLs use 'cyg' prefix rather than 'lib' 1.14703 + soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' 1.14704 + sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" 1.14705 + ;; 1.14706 + mingw*) 1.14707 + # MinGW DLLs use traditional 'lib' prefix 1.14708 + soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' 1.14709 + sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` 1.14710 + if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then 1.14711 + # It is most probably a Windows format PATH printed by 1.14712 + # mingw gcc, but we are running on Cygwin. Gcc prints its search 1.14713 + # path with ; separators, and with drive letters. We can handle the 1.14714 + # drive letters (cygwin fileutils understands them), so leave them, 1.14715 + # especially as we might pass files found there to a mingw objdump, 1.14716 + # which wouldn't understand a cygwinified path. Ahh. 1.14717 + sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` 1.14718 + else 1.14719 + sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` 1.14720 + fi 1.14721 + ;; 1.14722 + pw32*) 1.14723 + # pw32 DLLs use 'pw' prefix rather than 'lib' 1.14724 + library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' 1.14725 + ;; 1.14726 + esac 1.14727 + ;; 1.14728 + 1.14729 + *) 1.14730 + library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' 1.14731 + ;; 1.14732 + esac 1.14733 + dynamic_linker='Win32 ld.exe' 1.14734 + # FIXME: first we should search . and the directory the executable is in 1.14735 + shlibpath_var=PATH 1.14736 + ;; 1.14737 + 1.14738 +darwin* | rhapsody*) 1.14739 + dynamic_linker="$host_os dyld" 1.14740 + version_type=darwin 1.14741 + need_lib_prefix=no 1.14742 + need_version=no 1.14743 + library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext' 1.14744 + soname_spec='${libname}${release}${major}$shared_ext' 1.14745 + shlibpath_overrides_runpath=yes 1.14746 + shlibpath_var=DYLD_LIBRARY_PATH 1.14747 + shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' 1.14748 + # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same. 1.14749 + if test "$GCC" = yes; then 1.14750 + sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` 1.14751 + else 1.14752 + sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib' 1.14753 + fi 1.14754 + sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' 1.14755 + ;; 1.14756 + 1.14757 +dgux*) 1.14758 + version_type=linux 1.14759 + need_lib_prefix=no 1.14760 + need_version=no 1.14761 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' 1.14762 + soname_spec='${libname}${release}${shared_ext}$major' 1.14763 + shlibpath_var=LD_LIBRARY_PATH 1.14764 + ;; 1.14765 + 1.14766 +freebsd1*) 1.14767 + dynamic_linker=no 1.14768 + ;; 1.14769 + 1.14770 +kfreebsd*-gnu) 1.14771 + version_type=linux 1.14772 + need_lib_prefix=no 1.14773 + need_version=no 1.14774 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' 1.14775 + soname_spec='${libname}${release}${shared_ext}$major' 1.14776 + shlibpath_var=LD_LIBRARY_PATH 1.14777 + shlibpath_overrides_runpath=no 1.14778 + hardcode_into_libs=yes 1.14779 + dynamic_linker='GNU ld.so' 1.14780 + ;; 1.14781 + 1.14782 +freebsd* | dragonfly*) 1.14783 + # DragonFly does not have aout. When/if they implement a new 1.14784 + # versioning mechanism, adjust this. 1.14785 + if test -x /usr/bin/objformat; then 1.14786 + objformat=`/usr/bin/objformat` 1.14787 + else 1.14788 + case $host_os in 1.14789 + freebsd[123]*) objformat=aout ;; 1.14790 + *) objformat=elf ;; 1.14791 + esac 1.14792 + fi 1.14793 + version_type=freebsd-$objformat 1.14794 + case $version_type in 1.14795 + freebsd-elf*) 1.14796 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' 1.14797 + need_version=no 1.14798 + need_lib_prefix=no 1.14799 + ;; 1.14800 + freebsd-*) 1.14801 + library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' 1.14802 + need_version=yes 1.14803 + ;; 1.14804 + esac 1.14805 + shlibpath_var=LD_LIBRARY_PATH 1.14806 + case $host_os in 1.14807 + freebsd2*) 1.14808 + shlibpath_overrides_runpath=yes 1.14809 + ;; 1.14810 + freebsd3.[01]* | freebsdelf3.[01]*) 1.14811 + shlibpath_overrides_runpath=yes 1.14812 + hardcode_into_libs=yes 1.14813 + ;; 1.14814 + freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ 1.14815 + freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1) 1.14816 + shlibpath_overrides_runpath=no 1.14817 + hardcode_into_libs=yes 1.14818 + ;; 1.14819 + freebsd*) # from 4.6 on 1.14820 + shlibpath_overrides_runpath=yes 1.14821 + hardcode_into_libs=yes 1.14822 + ;; 1.14823 + esac 1.14824 + ;; 1.14825 + 1.14826 +gnu*) 1.14827 + version_type=linux 1.14828 + need_lib_prefix=no 1.14829 + need_version=no 1.14830 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' 1.14831 + soname_spec='${libname}${release}${shared_ext}$major' 1.14832 + shlibpath_var=LD_LIBRARY_PATH 1.14833 + hardcode_into_libs=yes 1.14834 + ;; 1.14835 + 1.14836 +hpux9* | hpux10* | hpux11*) 1.14837 + # Give a soname corresponding to the major version so that dld.sl refuses to 1.14838 + # link against other versions. 1.14839 + version_type=sunos 1.14840 + need_lib_prefix=no 1.14841 + need_version=no 1.14842 + case $host_cpu in 1.14843 + ia64*) 1.14844 + shrext_cmds='.so' 1.14845 + hardcode_into_libs=yes 1.14846 + dynamic_linker="$host_os dld.so" 1.14847 + shlibpath_var=LD_LIBRARY_PATH 1.14848 + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. 1.14849 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 1.14850 + soname_spec='${libname}${release}${shared_ext}$major' 1.14851 + if test "X$HPUX_IA64_MODE" = X32; then 1.14852 + sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" 1.14853 + else 1.14854 + sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" 1.14855 + fi 1.14856 + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec 1.14857 + ;; 1.14858 + hppa*64*) 1.14859 + shrext_cmds='.sl' 1.14860 + hardcode_into_libs=yes 1.14861 + dynamic_linker="$host_os dld.sl" 1.14862 + shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH 1.14863 + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. 1.14864 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 1.14865 + soname_spec='${libname}${release}${shared_ext}$major' 1.14866 + sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" 1.14867 + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec 1.14868 + ;; 1.14869 + *) 1.14870 + shrext_cmds='.sl' 1.14871 + dynamic_linker="$host_os dld.sl" 1.14872 + shlibpath_var=SHLIB_PATH 1.14873 + shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH 1.14874 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 1.14875 + soname_spec='${libname}${release}${shared_ext}$major' 1.14876 + ;; 1.14877 + esac 1.14878 + # HP-UX runs *really* slowly unless shared libraries are mode 555. 1.14879 + postinstall_cmds='chmod 555 $lib' 1.14880 + ;; 1.14881 + 1.14882 +interix3*) 1.14883 + version_type=linux 1.14884 + need_lib_prefix=no 1.14885 + need_version=no 1.14886 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' 1.14887 + soname_spec='${libname}${release}${shared_ext}$major' 1.14888 + dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' 1.14889 + shlibpath_var=LD_LIBRARY_PATH 1.14890 + shlibpath_overrides_runpath=no 1.14891 + hardcode_into_libs=yes 1.14892 + ;; 1.14893 + 1.14894 +irix5* | irix6* | nonstopux*) 1.14895 + case $host_os in 1.14896 + nonstopux*) version_type=nonstopux ;; 1.14897 + *) 1.14898 + if test "$lt_cv_prog_gnu_ld" = yes; then 1.14899 + version_type=linux 1.14900 + else 1.14901 + version_type=irix 1.14902 + fi ;; 1.14903 + esac 1.14904 + need_lib_prefix=no 1.14905 + need_version=no 1.14906 + soname_spec='${libname}${release}${shared_ext}$major' 1.14907 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' 1.14908 + case $host_os in 1.14909 + irix5* | nonstopux*) 1.14910 + libsuff= shlibsuff= 1.14911 + ;; 1.14912 + *) 1.14913 + case $LD in # libtool.m4 will add one of these switches to LD 1.14914 + *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") 1.14915 + libsuff= shlibsuff= libmagic=32-bit;; 1.14916 + *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") 1.14917 + libsuff=32 shlibsuff=N32 libmagic=N32;; 1.14918 + *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") 1.14919 + libsuff=64 shlibsuff=64 libmagic=64-bit;; 1.14920 + *) libsuff= shlibsuff= libmagic=never-match;; 1.14921 + esac 1.14922 + ;; 1.14923 + esac 1.14924 + shlibpath_var=LD_LIBRARY${shlibsuff}_PATH 1.14925 + shlibpath_overrides_runpath=no 1.14926 + sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" 1.14927 + sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" 1.14928 + hardcode_into_libs=yes 1.14929 + ;; 1.14930 + 1.14931 +# No shared lib support for Linux oldld, aout, or coff. 1.14932 +linux*oldld* | linux*aout* | linux*coff*) 1.14933 + dynamic_linker=no 1.14934 + ;; 1.14935 + 1.14936 +# This must be Linux ELF. 1.14937 +linux*) 1.14938 + version_type=linux 1.14939 + need_lib_prefix=no 1.14940 + need_version=no 1.14941 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 1.14942 + soname_spec='${libname}${release}${shared_ext}$major' 1.14943 + finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' 1.14944 + shlibpath_var=LD_LIBRARY_PATH 1.14945 + shlibpath_overrides_runpath=no 1.14946 + # This implies no fast_install, which is unacceptable. 1.14947 + # Some rework will be needed to allow for fast_install 1.14948 + # before this can be enabled. 1.14949 + hardcode_into_libs=yes 1.14950 + 1.14951 + # Append ld.so.conf contents to the search path 1.14952 + if test -f /etc/ld.so.conf; then 1.14953 + lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` 1.14954 + sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" 1.14955 + fi 1.14956 + 1.14957 + # We used to test for /lib/ld.so.1 and disable shared libraries on 1.14958 + # powerpc, because MkLinux only supported shared libraries with the 1.14959 + # GNU dynamic linker. Since this was broken with cross compilers, 1.14960 + # most powerpc-linux boxes support dynamic linking these days and 1.14961 + # people can always --disable-shared, the test was removed, and we 1.14962 + # assume the GNU/Linux dynamic linker is in use. 1.14963 + dynamic_linker='GNU/Linux ld.so' 1.14964 + ;; 1.14965 + 1.14966 +netbsdelf*-gnu) 1.14967 + version_type=linux 1.14968 + need_lib_prefix=no 1.14969 + need_version=no 1.14970 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' 1.14971 + soname_spec='${libname}${release}${shared_ext}$major' 1.14972 + shlibpath_var=LD_LIBRARY_PATH 1.14973 + shlibpath_overrides_runpath=no 1.14974 + hardcode_into_libs=yes 1.14975 + dynamic_linker='NetBSD ld.elf_so' 1.14976 + ;; 1.14977 + 1.14978 +knetbsd*-gnu) 1.14979 + version_type=linux 1.14980 + need_lib_prefix=no 1.14981 + need_version=no 1.14982 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' 1.14983 + soname_spec='${libname}${release}${shared_ext}$major' 1.14984 + shlibpath_var=LD_LIBRARY_PATH 1.14985 + shlibpath_overrides_runpath=no 1.14986 + hardcode_into_libs=yes 1.14987 + dynamic_linker='GNU ld.so' 1.14988 + ;; 1.14989 + 1.14990 +netbsd*) 1.14991 + version_type=sunos 1.14992 + need_lib_prefix=no 1.14993 + need_version=no 1.14994 + if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then 1.14995 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' 1.14996 + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' 1.14997 + dynamic_linker='NetBSD (a.out) ld.so' 1.14998 + else 1.14999 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' 1.15000 + soname_spec='${libname}${release}${shared_ext}$major' 1.15001 + dynamic_linker='NetBSD ld.elf_so' 1.15002 + fi 1.15003 + shlibpath_var=LD_LIBRARY_PATH 1.15004 + shlibpath_overrides_runpath=yes 1.15005 + hardcode_into_libs=yes 1.15006 + ;; 1.15007 + 1.15008 +newsos6) 1.15009 + version_type=linux 1.15010 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 1.15011 + shlibpath_var=LD_LIBRARY_PATH 1.15012 + shlibpath_overrides_runpath=yes 1.15013 + ;; 1.15014 + 1.15015 +nto-qnx*) 1.15016 + version_type=linux 1.15017 + need_lib_prefix=no 1.15018 + need_version=no 1.15019 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 1.15020 + soname_spec='${libname}${release}${shared_ext}$major' 1.15021 + shlibpath_var=LD_LIBRARY_PATH 1.15022 + shlibpath_overrides_runpath=yes 1.15023 + ;; 1.15024 + 1.15025 +openbsd*) 1.15026 + version_type=sunos 1.15027 + sys_lib_dlsearch_path_spec="/usr/lib" 1.15028 + need_lib_prefix=no 1.15029 + # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs. 1.15030 + case $host_os in 1.15031 + openbsd3.3 | openbsd3.3.*) need_version=yes ;; 1.15032 + *) need_version=no ;; 1.15033 + esac 1.15034 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' 1.15035 + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' 1.15036 + shlibpath_var=LD_LIBRARY_PATH 1.15037 + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then 1.15038 + case $host_os in 1.15039 + openbsd2.[89] | openbsd2.[89].*) 1.15040 + shlibpath_overrides_runpath=no 1.15041 + ;; 1.15042 + *) 1.15043 + shlibpath_overrides_runpath=yes 1.15044 + ;; 1.15045 + esac 1.15046 + else 1.15047 + shlibpath_overrides_runpath=yes 1.15048 + fi 1.15049 + ;; 1.15050 + 1.15051 +os2*) 1.15052 + libname_spec='$name' 1.15053 + shrext_cmds=".dll" 1.15054 + need_lib_prefix=no 1.15055 + library_names_spec='$libname${shared_ext} $libname.a' 1.15056 + dynamic_linker='OS/2 ld.exe' 1.15057 + shlibpath_var=LIBPATH 1.15058 + ;; 1.15059 + 1.15060 +osf3* | osf4* | osf5*) 1.15061 + version_type=osf 1.15062 + need_lib_prefix=no 1.15063 + need_version=no 1.15064 + soname_spec='${libname}${release}${shared_ext}$major' 1.15065 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 1.15066 + shlibpath_var=LD_LIBRARY_PATH 1.15067 + sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" 1.15068 + sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" 1.15069 + ;; 1.15070 + 1.15071 +solaris*) 1.15072 + version_type=linux 1.15073 + need_lib_prefix=no 1.15074 + need_version=no 1.15075 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 1.15076 + soname_spec='${libname}${release}${shared_ext}$major' 1.15077 + shlibpath_var=LD_LIBRARY_PATH 1.15078 + shlibpath_overrides_runpath=yes 1.15079 + hardcode_into_libs=yes 1.15080 + # ldd complains unless libraries are executable 1.15081 + postinstall_cmds='chmod +x $lib' 1.15082 + ;; 1.15083 + 1.15084 +sunos4*) 1.15085 + version_type=sunos 1.15086 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' 1.15087 + finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' 1.15088 + shlibpath_var=LD_LIBRARY_PATH 1.15089 + shlibpath_overrides_runpath=yes 1.15090 + if test "$with_gnu_ld" = yes; then 1.15091 + need_lib_prefix=no 1.15092 + fi 1.15093 + need_version=yes 1.15094 + ;; 1.15095 + 1.15096 +sysv4 | sysv4.3*) 1.15097 + version_type=linux 1.15098 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 1.15099 + soname_spec='${libname}${release}${shared_ext}$major' 1.15100 + shlibpath_var=LD_LIBRARY_PATH 1.15101 + case $host_vendor in 1.15102 + sni) 1.15103 + shlibpath_overrides_runpath=no 1.15104 + need_lib_prefix=no 1.15105 + export_dynamic_flag_spec='${wl}-Blargedynsym' 1.15106 + runpath_var=LD_RUN_PATH 1.15107 + ;; 1.15108 + siemens) 1.15109 + need_lib_prefix=no 1.15110 + ;; 1.15111 + motorola) 1.15112 + need_lib_prefix=no 1.15113 + need_version=no 1.15114 + shlibpath_overrides_runpath=no 1.15115 + sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' 1.15116 + ;; 1.15117 + esac 1.15118 + ;; 1.15119 + 1.15120 +sysv4*MP*) 1.15121 + if test -d /usr/nec ;then 1.15122 + version_type=linux 1.15123 + library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' 1.15124 + soname_spec='$libname${shared_ext}.$major' 1.15125 + shlibpath_var=LD_LIBRARY_PATH 1.15126 + fi 1.15127 + ;; 1.15128 + 1.15129 +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) 1.15130 + version_type=freebsd-elf 1.15131 + need_lib_prefix=no 1.15132 + need_version=no 1.15133 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' 1.15134 + soname_spec='${libname}${release}${shared_ext}$major' 1.15135 + shlibpath_var=LD_LIBRARY_PATH 1.15136 + hardcode_into_libs=yes 1.15137 + if test "$with_gnu_ld" = yes; then 1.15138 + sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' 1.15139 + shlibpath_overrides_runpath=no 1.15140 + else 1.15141 + sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' 1.15142 + shlibpath_overrides_runpath=yes 1.15143 + case $host_os in 1.15144 + sco3.2v5*) 1.15145 + sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" 1.15146 + ;; 1.15147 + esac 1.15148 + fi 1.15149 + sys_lib_dlsearch_path_spec='/usr/lib' 1.15150 + ;; 1.15151 + 1.15152 +uts4*) 1.15153 + version_type=linux 1.15154 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 1.15155 + soname_spec='${libname}${release}${shared_ext}$major' 1.15156 + shlibpath_var=LD_LIBRARY_PATH 1.15157 + ;; 1.15158 + 1.15159 +*) 1.15160 + dynamic_linker=no 1.15161 + ;; 1.15162 +esac 1.15163 +echo "$as_me:$LINENO: result: $dynamic_linker" >&5 1.15164 +echo "${ECHO_T}$dynamic_linker" >&6 1.15165 +test "$dynamic_linker" = no && can_build_shared=no 1.15166 + 1.15167 +variables_saved_for_relink="PATH $shlibpath_var $runpath_var" 1.15168 +if test "$GCC" = yes; then 1.15169 + variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" 1.15170 +fi 1.15171 + 1.15172 +echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 1.15173 +echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6 1.15174 +hardcode_action_F77= 1.15175 +if test -n "$hardcode_libdir_flag_spec_F77" || \ 1.15176 + test -n "$runpath_var_F77" || \ 1.15177 + test "X$hardcode_automatic_F77" = "Xyes" ; then 1.15178 + 1.15179 + # We can hardcode non-existant directories. 1.15180 + if test "$hardcode_direct_F77" != no && 1.15181 + # If the only mechanism to avoid hardcoding is shlibpath_var, we 1.15182 + # have to relink, otherwise we might link with an installed library 1.15183 + # when we should be linking with a yet-to-be-installed one 1.15184 + ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, F77)" != no && 1.15185 + test "$hardcode_minus_L_F77" != no; then 1.15186 + # Linking always hardcodes the temporary library directory. 1.15187 + hardcode_action_F77=relink 1.15188 + else 1.15189 + # We can link without hardcoding, and we can hardcode nonexisting dirs. 1.15190 + hardcode_action_F77=immediate 1.15191 + fi 1.15192 +else 1.15193 + # We cannot hardcode anything, or else we can only hardcode existing 1.15194 + # directories. 1.15195 + hardcode_action_F77=unsupported 1.15196 +fi 1.15197 +echo "$as_me:$LINENO: result: $hardcode_action_F77" >&5 1.15198 +echo "${ECHO_T}$hardcode_action_F77" >&6 1.15199 + 1.15200 +if test "$hardcode_action_F77" = relink; then 1.15201 + # Fast installation is not supported 1.15202 + enable_fast_install=no 1.15203 +elif test "$shlibpath_overrides_runpath" = yes || 1.15204 + test "$enable_shared" = no; then 1.15205 + # Fast installation is not necessary 1.15206 + enable_fast_install=needless 1.15207 +fi 1.15208 + 1.15209 + 1.15210 +# The else clause should only fire when bootstrapping the 1.15211 +# libtool distribution, otherwise you forgot to ship ltmain.sh 1.15212 +# with your package, and you will get complaints that there are 1.15213 +# no rules to generate ltmain.sh. 1.15214 +if test -f "$ltmain"; then 1.15215 + # See if we are running on zsh, and set the options which allow our commands through 1.15216 + # without removal of \ escapes. 1.15217 + if test -n "${ZSH_VERSION+set}" ; then 1.15218 + setopt NO_GLOB_SUBST 1.15219 + fi 1.15220 + # Now quote all the things that may contain metacharacters while being 1.15221 + # careful not to overquote the AC_SUBSTed values. We take copies of the 1.15222 + # variables and quote the copies for generation of the libtool script. 1.15223 + for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \ 1.15224 + SED SHELL STRIP \ 1.15225 + libname_spec library_names_spec soname_spec extract_expsyms_cmds \ 1.15226 + old_striplib striplib file_magic_cmd finish_cmds finish_eval \ 1.15227 + deplibs_check_method reload_flag reload_cmds need_locks \ 1.15228 + lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \ 1.15229 + lt_cv_sys_global_symbol_to_c_name_address \ 1.15230 + sys_lib_search_path_spec sys_lib_dlsearch_path_spec \ 1.15231 + old_postinstall_cmds old_postuninstall_cmds \ 1.15232 + compiler_F77 \ 1.15233 + CC_F77 \ 1.15234 + LD_F77 \ 1.15235 + lt_prog_compiler_wl_F77 \ 1.15236 + lt_prog_compiler_pic_F77 \ 1.15237 + lt_prog_compiler_static_F77 \ 1.15238 + lt_prog_compiler_no_builtin_flag_F77 \ 1.15239 + export_dynamic_flag_spec_F77 \ 1.15240 + thread_safe_flag_spec_F77 \ 1.15241 + whole_archive_flag_spec_F77 \ 1.15242 + enable_shared_with_static_runtimes_F77 \ 1.15243 + old_archive_cmds_F77 \ 1.15244 + old_archive_from_new_cmds_F77 \ 1.15245 + predep_objects_F77 \ 1.15246 + postdep_objects_F77 \ 1.15247 + predeps_F77 \ 1.15248 + postdeps_F77 \ 1.15249 + compiler_lib_search_path_F77 \ 1.15250 + archive_cmds_F77 \ 1.15251 + archive_expsym_cmds_F77 \ 1.15252 + postinstall_cmds_F77 \ 1.15253 + postuninstall_cmds_F77 \ 1.15254 + old_archive_from_expsyms_cmds_F77 \ 1.15255 + allow_undefined_flag_F77 \ 1.15256 + no_undefined_flag_F77 \ 1.15257 + export_symbols_cmds_F77 \ 1.15258 + hardcode_libdir_flag_spec_F77 \ 1.15259 + hardcode_libdir_flag_spec_ld_F77 \ 1.15260 + hardcode_libdir_separator_F77 \ 1.15261 + hardcode_automatic_F77 \ 1.15262 + module_cmds_F77 \ 1.15263 + module_expsym_cmds_F77 \ 1.15264 + lt_cv_prog_compiler_c_o_F77 \ 1.15265 + exclude_expsyms_F77 \ 1.15266 + include_expsyms_F77; do 1.15267 + 1.15268 + case $var in 1.15269 + old_archive_cmds_F77 | \ 1.15270 + old_archive_from_new_cmds_F77 | \ 1.15271 + archive_cmds_F77 | \ 1.15272 + archive_expsym_cmds_F77 | \ 1.15273 + module_cmds_F77 | \ 1.15274 + module_expsym_cmds_F77 | \ 1.15275 + old_archive_from_expsyms_cmds_F77 | \ 1.15276 + export_symbols_cmds_F77 | \ 1.15277 + extract_expsyms_cmds | reload_cmds | finish_cmds | \ 1.15278 + postinstall_cmds | postuninstall_cmds | \ 1.15279 + old_postinstall_cmds | old_postuninstall_cmds | \ 1.15280 + sys_lib_search_path_spec | sys_lib_dlsearch_path_spec) 1.15281 + # Double-quote double-evaled strings. 1.15282 + eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" 1.15283 + ;; 1.15284 + *) 1.15285 + eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"" 1.15286 + ;; 1.15287 + esac 1.15288 + done 1.15289 + 1.15290 + case $lt_echo in 1.15291 + *'\$0 --fallback-echo"') 1.15292 + lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'` 1.15293 + ;; 1.15294 + esac 1.15295 + 1.15296 +cfgfile="$ofile" 1.15297 + 1.15298 + cat <<__EOF__ >> "$cfgfile" 1.15299 +# ### BEGIN LIBTOOL TAG CONFIG: $tagname 1.15300 + 1.15301 +# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: 1.15302 + 1.15303 +# Shell to use when invoking shell scripts. 1.15304 +SHELL=$lt_SHELL 1.15305 + 1.15306 +# Whether or not to build shared libraries. 1.15307 +build_libtool_libs=$enable_shared 1.15308 + 1.15309 +# Whether or not to build static libraries. 1.15310 +build_old_libs=$enable_static 1.15311 + 1.15312 +# Whether or not to add -lc for building shared libraries. 1.15313 +build_libtool_need_lc=$archive_cmds_need_lc_F77 1.15314 + 1.15315 +# Whether or not to disallow shared libs when runtime libs are static 1.15316 +allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_F77 1.15317 + 1.15318 +# Whether or not to optimize for fast installation. 1.15319 +fast_install=$enable_fast_install 1.15320 + 1.15321 +# The host system. 1.15322 +host_alias=$host_alias 1.15323 +host=$host 1.15324 +host_os=$host_os 1.15325 + 1.15326 +# The build system. 1.15327 +build_alias=$build_alias 1.15328 +build=$build 1.15329 +build_os=$build_os 1.15330 + 1.15331 +# An echo program that does not interpret backslashes. 1.15332 +echo=$lt_echo 1.15333 + 1.15334 +# The archiver. 1.15335 +AR=$lt_AR 1.15336 +AR_FLAGS=$lt_AR_FLAGS 1.15337 + 1.15338 +# A C compiler. 1.15339 +LTCC=$lt_LTCC 1.15340 + 1.15341 +# LTCC compiler flags. 1.15342 +LTCFLAGS=$lt_LTCFLAGS 1.15343 + 1.15344 +# A language-specific compiler. 1.15345 +CC=$lt_compiler_F77 1.15346 + 1.15347 +# Is the compiler the GNU C compiler? 1.15348 +with_gcc=$GCC_F77 1.15349 + 1.15350 +# An ERE matcher. 1.15351 +EGREP=$lt_EGREP 1.15352 + 1.15353 +# The linker used to build libraries. 1.15354 +LD=$lt_LD_F77 1.15355 + 1.15356 +# Whether we need hard or soft links. 1.15357 +LN_S=$lt_LN_S 1.15358 + 1.15359 +# A BSD-compatible nm program. 1.15360 +NM=$lt_NM 1.15361 + 1.15362 +# A symbol stripping program 1.15363 +STRIP=$lt_STRIP 1.15364 + 1.15365 +# Used to examine libraries when file_magic_cmd begins "file" 1.15366 +MAGIC_CMD=$MAGIC_CMD 1.15367 + 1.15368 +# Used on cygwin: DLL creation program. 1.15369 +DLLTOOL="$DLLTOOL" 1.15370 + 1.15371 +# Used on cygwin: object dumper. 1.15372 +OBJDUMP="$OBJDUMP" 1.15373 + 1.15374 +# Used on cygwin: assembler. 1.15375 +AS="$AS" 1.15376 + 1.15377 +# The name of the directory that contains temporary libtool files. 1.15378 +objdir=$objdir 1.15379 + 1.15380 +# How to create reloadable object files. 1.15381 +reload_flag=$lt_reload_flag 1.15382 +reload_cmds=$lt_reload_cmds 1.15383 + 1.15384 +# How to pass a linker flag through the compiler. 1.15385 +wl=$lt_lt_prog_compiler_wl_F77 1.15386 + 1.15387 +# Object file suffix (normally "o"). 1.15388 +objext="$ac_objext" 1.15389 + 1.15390 +# Old archive suffix (normally "a"). 1.15391 +libext="$libext" 1.15392 + 1.15393 +# Shared library suffix (normally ".so"). 1.15394 +shrext_cmds='$shrext_cmds' 1.15395 + 1.15396 +# Executable file suffix (normally ""). 1.15397 +exeext="$exeext" 1.15398 + 1.15399 +# Additional compiler flags for building library objects. 1.15400 +pic_flag=$lt_lt_prog_compiler_pic_F77 1.15401 +pic_mode=$pic_mode 1.15402 + 1.15403 +# What is the maximum length of a command? 1.15404 +max_cmd_len=$lt_cv_sys_max_cmd_len 1.15405 + 1.15406 +# Does compiler simultaneously support -c and -o options? 1.15407 +compiler_c_o=$lt_lt_cv_prog_compiler_c_o_F77 1.15408 + 1.15409 +# Must we lock files when doing compilation? 1.15410 +need_locks=$lt_need_locks 1.15411 + 1.15412 +# Do we need the lib prefix for modules? 1.15413 +need_lib_prefix=$need_lib_prefix 1.15414 + 1.15415 +# Do we need a version for libraries? 1.15416 +need_version=$need_version 1.15417 + 1.15418 +# Whether dlopen is supported. 1.15419 +dlopen_support=$enable_dlopen 1.15420 + 1.15421 +# Whether dlopen of programs is supported. 1.15422 +dlopen_self=$enable_dlopen_self 1.15423 + 1.15424 +# Whether dlopen of statically linked programs is supported. 1.15425 +dlopen_self_static=$enable_dlopen_self_static 1.15426 + 1.15427 +# Compiler flag to prevent dynamic linking. 1.15428 +link_static_flag=$lt_lt_prog_compiler_static_F77 1.15429 + 1.15430 +# Compiler flag to turn off builtin functions. 1.15431 +no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_F77 1.15432 + 1.15433 +# Compiler flag to allow reflexive dlopens. 1.15434 +export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_F77 1.15435 + 1.15436 +# Compiler flag to generate shared objects directly from archives. 1.15437 +whole_archive_flag_spec=$lt_whole_archive_flag_spec_F77 1.15438 + 1.15439 +# Compiler flag to generate thread-safe objects. 1.15440 +thread_safe_flag_spec=$lt_thread_safe_flag_spec_F77 1.15441 + 1.15442 +# Library versioning type. 1.15443 +version_type=$version_type 1.15444 + 1.15445 +# Format of library name prefix. 1.15446 +libname_spec=$lt_libname_spec 1.15447 + 1.15448 +# List of archive names. First name is the real one, the rest are links. 1.15449 +# The last name is the one that the linker finds with -lNAME. 1.15450 +library_names_spec=$lt_library_names_spec 1.15451 + 1.15452 +# The coded name of the library, if different from the real name. 1.15453 +soname_spec=$lt_soname_spec 1.15454 + 1.15455 +# Commands used to build and install an old-style archive. 1.15456 +RANLIB=$lt_RANLIB 1.15457 +old_archive_cmds=$lt_old_archive_cmds_F77 1.15458 +old_postinstall_cmds=$lt_old_postinstall_cmds 1.15459 +old_postuninstall_cmds=$lt_old_postuninstall_cmds 1.15460 + 1.15461 +# Create an old-style archive from a shared archive. 1.15462 +old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_F77 1.15463 + 1.15464 +# Create a temporary old-style archive to link instead of a shared archive. 1.15465 +old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_F77 1.15466 + 1.15467 +# Commands used to build and install a shared archive. 1.15468 +archive_cmds=$lt_archive_cmds_F77 1.15469 +archive_expsym_cmds=$lt_archive_expsym_cmds_F77 1.15470 +postinstall_cmds=$lt_postinstall_cmds 1.15471 +postuninstall_cmds=$lt_postuninstall_cmds 1.15472 + 1.15473 +# Commands used to build a loadable module (assumed same as above if empty) 1.15474 +module_cmds=$lt_module_cmds_F77 1.15475 +module_expsym_cmds=$lt_module_expsym_cmds_F77 1.15476 + 1.15477 +# Commands to strip libraries. 1.15478 +old_striplib=$lt_old_striplib 1.15479 +striplib=$lt_striplib 1.15480 + 1.15481 +# Dependencies to place before the objects being linked to create a 1.15482 +# shared library. 1.15483 +predep_objects=$lt_predep_objects_F77 1.15484 + 1.15485 +# Dependencies to place after the objects being linked to create a 1.15486 +# shared library. 1.15487 +postdep_objects=$lt_postdep_objects_F77 1.15488 + 1.15489 +# Dependencies to place before the objects being linked to create a 1.15490 +# shared library. 1.15491 +predeps=$lt_predeps_F77 1.15492 + 1.15493 +# Dependencies to place after the objects being linked to create a 1.15494 +# shared library. 1.15495 +postdeps=$lt_postdeps_F77 1.15496 + 1.15497 +# The library search path used internally by the compiler when linking 1.15498 +# a shared library. 1.15499 +compiler_lib_search_path=$lt_compiler_lib_search_path_F77 1.15500 + 1.15501 +# Method to check whether dependent libraries are shared objects. 1.15502 +deplibs_check_method=$lt_deplibs_check_method 1.15503 + 1.15504 +# Command to use when deplibs_check_method == file_magic. 1.15505 +file_magic_cmd=$lt_file_magic_cmd 1.15506 + 1.15507 +# Flag that allows shared libraries with undefined symbols to be built. 1.15508 +allow_undefined_flag=$lt_allow_undefined_flag_F77 1.15509 + 1.15510 +# Flag that forces no undefined symbols. 1.15511 +no_undefined_flag=$lt_no_undefined_flag_F77 1.15512 + 1.15513 +# Commands used to finish a libtool library installation in a directory. 1.15514 +finish_cmds=$lt_finish_cmds 1.15515 + 1.15516 +# Same as above, but a single script fragment to be evaled but not shown. 1.15517 +finish_eval=$lt_finish_eval 1.15518 + 1.15519 +# Take the output of nm and produce a listing of raw symbols and C names. 1.15520 +global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe 1.15521 + 1.15522 +# Transform the output of nm in a proper C declaration 1.15523 +global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl 1.15524 + 1.15525 +# Transform the output of nm in a C name address pair 1.15526 +global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address 1.15527 + 1.15528 +# This is the shared library runtime path variable. 1.15529 +runpath_var=$runpath_var 1.15530 + 1.15531 +# This is the shared library path variable. 1.15532 +shlibpath_var=$shlibpath_var 1.15533 + 1.15534 +# Is shlibpath searched before the hard-coded library search path? 1.15535 +shlibpath_overrides_runpath=$shlibpath_overrides_runpath 1.15536 + 1.15537 +# How to hardcode a shared library path into an executable. 1.15538 +hardcode_action=$hardcode_action_F77 1.15539 + 1.15540 +# Whether we should hardcode library paths into libraries. 1.15541 +hardcode_into_libs=$hardcode_into_libs 1.15542 + 1.15543 +# Flag to hardcode \$libdir into a binary during linking. 1.15544 +# This must work even if \$libdir does not exist. 1.15545 +hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_F77 1.15546 + 1.15547 +# If ld is used when linking, flag to hardcode \$libdir into 1.15548 +# a binary during linking. This must work even if \$libdir does 1.15549 +# not exist. 1.15550 +hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_F77 1.15551 + 1.15552 +# Whether we need a single -rpath flag with a separated argument. 1.15553 +hardcode_libdir_separator=$lt_hardcode_libdir_separator_F77 1.15554 + 1.15555 +# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the 1.15556 +# resulting binary. 1.15557 +hardcode_direct=$hardcode_direct_F77 1.15558 + 1.15559 +# Set to yes if using the -LDIR flag during linking hardcodes DIR into the 1.15560 +# resulting binary. 1.15561 +hardcode_minus_L=$hardcode_minus_L_F77 1.15562 + 1.15563 +# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into 1.15564 +# the resulting binary. 1.15565 +hardcode_shlibpath_var=$hardcode_shlibpath_var_F77 1.15566 + 1.15567 +# Set to yes if building a shared library automatically hardcodes DIR into the library 1.15568 +# and all subsequent libraries and executables linked against it. 1.15569 +hardcode_automatic=$hardcode_automatic_F77 1.15570 + 1.15571 +# Variables whose values should be saved in libtool wrapper scripts and 1.15572 +# restored at relink time. 1.15573 +variables_saved_for_relink="$variables_saved_for_relink" 1.15574 + 1.15575 +# Whether libtool must link a program against all its dependency libraries. 1.15576 +link_all_deplibs=$link_all_deplibs_F77 1.15577 + 1.15578 +# Compile-time system search path for libraries 1.15579 +sys_lib_search_path_spec=$lt_sys_lib_search_path_spec 1.15580 + 1.15581 +# Run-time system search path for libraries 1.15582 +sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec 1.15583 + 1.15584 +# Fix the shell variable \$srcfile for the compiler. 1.15585 +fix_srcfile_path="$fix_srcfile_path_F77" 1.15586 + 1.15587 +# Set to yes if exported symbols are required. 1.15588 +always_export_symbols=$always_export_symbols_F77 1.15589 + 1.15590 +# The commands to list exported symbols. 1.15591 +export_symbols_cmds=$lt_export_symbols_cmds_F77 1.15592 + 1.15593 +# The commands to extract the exported symbol list from a shared archive. 1.15594 +extract_expsyms_cmds=$lt_extract_expsyms_cmds 1.15595 + 1.15596 +# Symbols that should not be listed in the preloaded symbols. 1.15597 +exclude_expsyms=$lt_exclude_expsyms_F77 1.15598 + 1.15599 +# Symbols that must always be exported. 1.15600 +include_expsyms=$lt_include_expsyms_F77 1.15601 + 1.15602 +# ### END LIBTOOL TAG CONFIG: $tagname 1.15603 + 1.15604 +__EOF__ 1.15605 + 1.15606 + 1.15607 +else 1.15608 + # If there is no Makefile yet, we rely on a make rule to execute 1.15609 + # `config.status --recheck' to rerun these tests and create the 1.15610 + # libtool script then. 1.15611 + ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` 1.15612 + if test -f "$ltmain_in"; then 1.15613 + test -f Makefile && make "$ltmain" 1.15614 + fi 1.15615 +fi 1.15616 + 1.15617 + 1.15618 +ac_ext=c 1.15619 +ac_cpp='$CPP $CPPFLAGS' 1.15620 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1.15621 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1.15622 +ac_compiler_gnu=$ac_cv_c_compiler_gnu 1.15623 + 1.15624 +CC="$lt_save_CC" 1.15625 + 1.15626 + else 1.15627 + tagname="" 1.15628 + fi 1.15629 + ;; 1.15630 + 1.15631 + GCJ) 1.15632 + if test -n "$GCJ" && test "X$GCJ" != "Xno"; then 1.15633 + 1.15634 + 1.15635 + 1.15636 +# Source file extension for Java test sources. 1.15637 +ac_ext=java 1.15638 + 1.15639 +# Object file extension for compiled Java test sources. 1.15640 +objext=o 1.15641 +objext_GCJ=$objext 1.15642 + 1.15643 +# Code to be used in simple compile tests 1.15644 +lt_simple_compile_test_code="class foo {}\n" 1.15645 + 1.15646 +# Code to be used in simple link tests 1.15647 +lt_simple_link_test_code='public class conftest { public static void main(String[] argv) {}; }\n' 1.15648 + 1.15649 +# ltmain only uses $CC for tagged configurations so make sure $CC is set. 1.15650 + 1.15651 +# If no C compiler was specified, use CC. 1.15652 +LTCC=${LTCC-"$CC"} 1.15653 + 1.15654 +# If no C compiler flags were specified, use CFLAGS. 1.15655 +LTCFLAGS=${LTCFLAGS-"$CFLAGS"} 1.15656 + 1.15657 +# Allow CC to be a program name with arguments. 1.15658 +compiler=$CC 1.15659 + 1.15660 + 1.15661 +# save warnings/boilerplate of simple test code 1.15662 +ac_outfile=conftest.$ac_objext 1.15663 +printf "$lt_simple_compile_test_code" >conftest.$ac_ext 1.15664 +eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err 1.15665 +_lt_compiler_boilerplate=`cat conftest.err` 1.15666 +$rm conftest* 1.15667 + 1.15668 +ac_outfile=conftest.$ac_objext 1.15669 +printf "$lt_simple_link_test_code" >conftest.$ac_ext 1.15670 +eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err 1.15671 +_lt_linker_boilerplate=`cat conftest.err` 1.15672 +$rm conftest* 1.15673 + 1.15674 + 1.15675 +# Allow CC to be a program name with arguments. 1.15676 +lt_save_CC="$CC" 1.15677 +CC=${GCJ-"gcj"} 1.15678 +compiler=$CC 1.15679 +compiler_GCJ=$CC 1.15680 +for cc_temp in $compiler""; do 1.15681 + case $cc_temp in 1.15682 + compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; 1.15683 + distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; 1.15684 + \-*) ;; 1.15685 + *) break;; 1.15686 + esac 1.15687 +done 1.15688 +cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` 1.15689 + 1.15690 + 1.15691 +# GCJ did not exist at the time GCC didn't implicitly link libc in. 1.15692 +archive_cmds_need_lc_GCJ=no 1.15693 + 1.15694 +old_archive_cmds_GCJ=$old_archive_cmds 1.15695 + 1.15696 + 1.15697 +lt_prog_compiler_no_builtin_flag_GCJ= 1.15698 + 1.15699 +if test "$GCC" = yes; then 1.15700 + lt_prog_compiler_no_builtin_flag_GCJ=' -fno-builtin' 1.15701 + 1.15702 + 1.15703 +echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 1.15704 +echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6 1.15705 +if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then 1.15706 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.15707 +else 1.15708 + lt_cv_prog_compiler_rtti_exceptions=no 1.15709 + ac_outfile=conftest.$ac_objext 1.15710 + printf "$lt_simple_compile_test_code" > conftest.$ac_ext 1.15711 + lt_compiler_flag="-fno-rtti -fno-exceptions" 1.15712 + # Insert the option either (1) after the last *FLAGS variable, or 1.15713 + # (2) before a word containing "conftest.", or (3) at the end. 1.15714 + # Note that $ac_compile itself does not contain backslashes and begins 1.15715 + # with a dollar sign (not a hyphen), so the echo should work correctly. 1.15716 + # The option is referenced via a variable to avoid confusing sed. 1.15717 + lt_compile=`echo "$ac_compile" | $SED \ 1.15718 + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 1.15719 + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 1.15720 + -e 's:$: $lt_compiler_flag:'` 1.15721 + (eval echo "\"\$as_me:15718: $lt_compile\"" >&5) 1.15722 + (eval "$lt_compile" 2>conftest.err) 1.15723 + ac_status=$? 1.15724 + cat conftest.err >&5 1.15725 + echo "$as_me:15722: \$? = $ac_status" >&5 1.15726 + if (exit $ac_status) && test -s "$ac_outfile"; then 1.15727 + # The compiler can only warn and ignore the option if not recognized 1.15728 + # So say no if there are warnings other than the usual output. 1.15729 + $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp 1.15730 + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 1.15731 + if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then 1.15732 + lt_cv_prog_compiler_rtti_exceptions=yes 1.15733 + fi 1.15734 + fi 1.15735 + $rm conftest* 1.15736 + 1.15737 +fi 1.15738 +echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 1.15739 +echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6 1.15740 + 1.15741 +if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then 1.15742 + lt_prog_compiler_no_builtin_flag_GCJ="$lt_prog_compiler_no_builtin_flag_GCJ -fno-rtti -fno-exceptions" 1.15743 +else 1.15744 + : 1.15745 +fi 1.15746 + 1.15747 +fi 1.15748 + 1.15749 +lt_prog_compiler_wl_GCJ= 1.15750 +lt_prog_compiler_pic_GCJ= 1.15751 +lt_prog_compiler_static_GCJ= 1.15752 + 1.15753 +echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 1.15754 +echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6 1.15755 + 1.15756 + if test "$GCC" = yes; then 1.15757 + lt_prog_compiler_wl_GCJ='-Wl,' 1.15758 + lt_prog_compiler_static_GCJ='-static' 1.15759 + 1.15760 + case $host_os in 1.15761 + aix*) 1.15762 + # All AIX code is PIC. 1.15763 + if test "$host_cpu" = ia64; then 1.15764 + # AIX 5 now supports IA64 processor 1.15765 + lt_prog_compiler_static_GCJ='-Bstatic' 1.15766 + fi 1.15767 + ;; 1.15768 + 1.15769 + amigaos*) 1.15770 + # FIXME: we need at least 68020 code to build shared libraries, but 1.15771 + # adding the `-m68020' flag to GCC prevents building anything better, 1.15772 + # like `-m68040'. 1.15773 + lt_prog_compiler_pic_GCJ='-m68020 -resident32 -malways-restore-a4' 1.15774 + ;; 1.15775 + 1.15776 + beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) 1.15777 + # PIC is the default for these OSes. 1.15778 + ;; 1.15779 + 1.15780 + mingw* | pw32* | os2*) 1.15781 + # This hack is so that the source file can tell whether it is being 1.15782 + # built for inclusion in a dll (and should export symbols for example). 1.15783 + lt_prog_compiler_pic_GCJ='-DDLL_EXPORT' 1.15784 + ;; 1.15785 + 1.15786 + darwin* | rhapsody*) 1.15787 + # PIC is the default on this platform 1.15788 + # Common symbols not allowed in MH_DYLIB files 1.15789 + lt_prog_compiler_pic_GCJ='-fno-common' 1.15790 + ;; 1.15791 + 1.15792 + interix3*) 1.15793 + # Interix 3.x gcc -fpic/-fPIC options generate broken code. 1.15794 + # Instead, we relocate shared libraries at runtime. 1.15795 + ;; 1.15796 + 1.15797 + msdosdjgpp*) 1.15798 + # Just because we use GCC doesn't mean we suddenly get shared libraries 1.15799 + # on systems that don't support them. 1.15800 + lt_prog_compiler_can_build_shared_GCJ=no 1.15801 + enable_shared=no 1.15802 + ;; 1.15803 + 1.15804 + sysv4*MP*) 1.15805 + if test -d /usr/nec; then 1.15806 + lt_prog_compiler_pic_GCJ=-Kconform_pic 1.15807 + fi 1.15808 + ;; 1.15809 + 1.15810 + hpux*) 1.15811 + # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but 1.15812 + # not for PA HP-UX. 1.15813 + case $host_cpu in 1.15814 + hppa*64*|ia64*) 1.15815 + # +Z the default 1.15816 + ;; 1.15817 + *) 1.15818 + lt_prog_compiler_pic_GCJ='-fPIC' 1.15819 + ;; 1.15820 + esac 1.15821 + ;; 1.15822 + 1.15823 + *) 1.15824 + lt_prog_compiler_pic_GCJ='-fPIC' 1.15825 + ;; 1.15826 + esac 1.15827 + else 1.15828 + # PORTME Check for flag to pass linker flags through the system compiler. 1.15829 + case $host_os in 1.15830 + aix*) 1.15831 + lt_prog_compiler_wl_GCJ='-Wl,' 1.15832 + if test "$host_cpu" = ia64; then 1.15833 + # AIX 5 now supports IA64 processor 1.15834 + lt_prog_compiler_static_GCJ='-Bstatic' 1.15835 + else 1.15836 + lt_prog_compiler_static_GCJ='-bnso -bI:/lib/syscalls.exp' 1.15837 + fi 1.15838 + ;; 1.15839 + darwin*) 1.15840 + # PIC is the default on this platform 1.15841 + # Common symbols not allowed in MH_DYLIB files 1.15842 + case $cc_basename in 1.15843 + xlc*) 1.15844 + lt_prog_compiler_pic_GCJ='-qnocommon' 1.15845 + lt_prog_compiler_wl_GCJ='-Wl,' 1.15846 + ;; 1.15847 + esac 1.15848 + ;; 1.15849 + 1.15850 + mingw* | pw32* | os2*) 1.15851 + # This hack is so that the source file can tell whether it is being 1.15852 + # built for inclusion in a dll (and should export symbols for example). 1.15853 + lt_prog_compiler_pic_GCJ='-DDLL_EXPORT' 1.15854 + ;; 1.15855 + 1.15856 + hpux9* | hpux10* | hpux11*) 1.15857 + lt_prog_compiler_wl_GCJ='-Wl,' 1.15858 + # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but 1.15859 + # not for PA HP-UX. 1.15860 + case $host_cpu in 1.15861 + hppa*64*|ia64*) 1.15862 + # +Z the default 1.15863 + ;; 1.15864 + *) 1.15865 + lt_prog_compiler_pic_GCJ='+Z' 1.15866 + ;; 1.15867 + esac 1.15868 + # Is there a better lt_prog_compiler_static that works with the bundled CC? 1.15869 + lt_prog_compiler_static_GCJ='${wl}-a ${wl}archive' 1.15870 + ;; 1.15871 + 1.15872 + irix5* | irix6* | nonstopux*) 1.15873 + lt_prog_compiler_wl_GCJ='-Wl,' 1.15874 + # PIC (with -KPIC) is the default. 1.15875 + lt_prog_compiler_static_GCJ='-non_shared' 1.15876 + ;; 1.15877 + 1.15878 + newsos6) 1.15879 + lt_prog_compiler_pic_GCJ='-KPIC' 1.15880 + lt_prog_compiler_static_GCJ='-Bstatic' 1.15881 + ;; 1.15882 + 1.15883 + linux*) 1.15884 + case $cc_basename in 1.15885 + icc* | ecc*) 1.15886 + lt_prog_compiler_wl_GCJ='-Wl,' 1.15887 + lt_prog_compiler_pic_GCJ='-KPIC' 1.15888 + lt_prog_compiler_static_GCJ='-static' 1.15889 + ;; 1.15890 + pgcc* | pgf77* | pgf90* | pgf95*) 1.15891 + # Portland Group compilers (*not* the Pentium gcc compiler, 1.15892 + # which looks to be a dead project) 1.15893 + lt_prog_compiler_wl_GCJ='-Wl,' 1.15894 + lt_prog_compiler_pic_GCJ='-fpic' 1.15895 + lt_prog_compiler_static_GCJ='-Bstatic' 1.15896 + ;; 1.15897 + ccc*) 1.15898 + lt_prog_compiler_wl_GCJ='-Wl,' 1.15899 + # All Alpha code is PIC. 1.15900 + lt_prog_compiler_static_GCJ='-non_shared' 1.15901 + ;; 1.15902 + esac 1.15903 + ;; 1.15904 + 1.15905 + osf3* | osf4* | osf5*) 1.15906 + lt_prog_compiler_wl_GCJ='-Wl,' 1.15907 + # All OSF/1 code is PIC. 1.15908 + lt_prog_compiler_static_GCJ='-non_shared' 1.15909 + ;; 1.15910 + 1.15911 + solaris*) 1.15912 + lt_prog_compiler_pic_GCJ='-KPIC' 1.15913 + lt_prog_compiler_static_GCJ='-Bstatic' 1.15914 + case $cc_basename in 1.15915 + f77* | f90* | f95*) 1.15916 + lt_prog_compiler_wl_GCJ='-Qoption ld ';; 1.15917 + *) 1.15918 + lt_prog_compiler_wl_GCJ='-Wl,';; 1.15919 + esac 1.15920 + ;; 1.15921 + 1.15922 + sunos4*) 1.15923 + lt_prog_compiler_wl_GCJ='-Qoption ld ' 1.15924 + lt_prog_compiler_pic_GCJ='-PIC' 1.15925 + lt_prog_compiler_static_GCJ='-Bstatic' 1.15926 + ;; 1.15927 + 1.15928 + sysv4 | sysv4.2uw2* | sysv4.3*) 1.15929 + lt_prog_compiler_wl_GCJ='-Wl,' 1.15930 + lt_prog_compiler_pic_GCJ='-KPIC' 1.15931 + lt_prog_compiler_static_GCJ='-Bstatic' 1.15932 + ;; 1.15933 + 1.15934 + sysv4*MP*) 1.15935 + if test -d /usr/nec ;then 1.15936 + lt_prog_compiler_pic_GCJ='-Kconform_pic' 1.15937 + lt_prog_compiler_static_GCJ='-Bstatic' 1.15938 + fi 1.15939 + ;; 1.15940 + 1.15941 + sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) 1.15942 + lt_prog_compiler_wl_GCJ='-Wl,' 1.15943 + lt_prog_compiler_pic_GCJ='-KPIC' 1.15944 + lt_prog_compiler_static_GCJ='-Bstatic' 1.15945 + ;; 1.15946 + 1.15947 + unicos*) 1.15948 + lt_prog_compiler_wl_GCJ='-Wl,' 1.15949 + lt_prog_compiler_can_build_shared_GCJ=no 1.15950 + ;; 1.15951 + 1.15952 + uts4*) 1.15953 + lt_prog_compiler_pic_GCJ='-pic' 1.15954 + lt_prog_compiler_static_GCJ='-Bstatic' 1.15955 + ;; 1.15956 + 1.15957 + *) 1.15958 + lt_prog_compiler_can_build_shared_GCJ=no 1.15959 + ;; 1.15960 + esac 1.15961 + fi 1.15962 + 1.15963 +echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_GCJ" >&5 1.15964 +echo "${ECHO_T}$lt_prog_compiler_pic_GCJ" >&6 1.15965 + 1.15966 +# 1.15967 +# Check to make sure the PIC flag actually works. 1.15968 +# 1.15969 +if test -n "$lt_prog_compiler_pic_GCJ"; then 1.15970 + 1.15971 +echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5 1.15972 +echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works... $ECHO_C" >&6 1.15973 +if test "${lt_prog_compiler_pic_works_GCJ+set}" = set; then 1.15974 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.15975 +else 1.15976 + lt_prog_compiler_pic_works_GCJ=no 1.15977 + ac_outfile=conftest.$ac_objext 1.15978 + printf "$lt_simple_compile_test_code" > conftest.$ac_ext 1.15979 + lt_compiler_flag="$lt_prog_compiler_pic_GCJ" 1.15980 + # Insert the option either (1) after the last *FLAGS variable, or 1.15981 + # (2) before a word containing "conftest.", or (3) at the end. 1.15982 + # Note that $ac_compile itself does not contain backslashes and begins 1.15983 + # with a dollar sign (not a hyphen), so the echo should work correctly. 1.15984 + # The option is referenced via a variable to avoid confusing sed. 1.15985 + lt_compile=`echo "$ac_compile" | $SED \ 1.15986 + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 1.15987 + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 1.15988 + -e 's:$: $lt_compiler_flag:'` 1.15989 + (eval echo "\"\$as_me:15986: $lt_compile\"" >&5) 1.15990 + (eval "$lt_compile" 2>conftest.err) 1.15991 + ac_status=$? 1.15992 + cat conftest.err >&5 1.15993 + echo "$as_me:15990: \$? = $ac_status" >&5 1.15994 + if (exit $ac_status) && test -s "$ac_outfile"; then 1.15995 + # The compiler can only warn and ignore the option if not recognized 1.15996 + # So say no if there are warnings other than the usual output. 1.15997 + $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp 1.15998 + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 1.15999 + if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then 1.16000 + lt_prog_compiler_pic_works_GCJ=yes 1.16001 + fi 1.16002 + fi 1.16003 + $rm conftest* 1.16004 + 1.16005 +fi 1.16006 +echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_GCJ" >&5 1.16007 +echo "${ECHO_T}$lt_prog_compiler_pic_works_GCJ" >&6 1.16008 + 1.16009 +if test x"$lt_prog_compiler_pic_works_GCJ" = xyes; then 1.16010 + case $lt_prog_compiler_pic_GCJ in 1.16011 + "" | " "*) ;; 1.16012 + *) lt_prog_compiler_pic_GCJ=" $lt_prog_compiler_pic_GCJ" ;; 1.16013 + esac 1.16014 +else 1.16015 + lt_prog_compiler_pic_GCJ= 1.16016 + lt_prog_compiler_can_build_shared_GCJ=no 1.16017 +fi 1.16018 + 1.16019 +fi 1.16020 +case $host_os in 1.16021 + # For platforms which do not support PIC, -DPIC is meaningless: 1.16022 + *djgpp*) 1.16023 + lt_prog_compiler_pic_GCJ= 1.16024 + ;; 1.16025 + *) 1.16026 + lt_prog_compiler_pic_GCJ="$lt_prog_compiler_pic_GCJ" 1.16027 + ;; 1.16028 +esac 1.16029 + 1.16030 +# 1.16031 +# Check to make sure the static flag actually works. 1.16032 +# 1.16033 +wl=$lt_prog_compiler_wl_GCJ eval lt_tmp_static_flag=\"$lt_prog_compiler_static_GCJ\" 1.16034 +echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5 1.16035 +echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6 1.16036 +if test "${lt_prog_compiler_static_works_GCJ+set}" = set; then 1.16037 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.16038 +else 1.16039 + lt_prog_compiler_static_works_GCJ=no 1.16040 + save_LDFLAGS="$LDFLAGS" 1.16041 + LDFLAGS="$LDFLAGS $lt_tmp_static_flag" 1.16042 + printf "$lt_simple_link_test_code" > conftest.$ac_ext 1.16043 + if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then 1.16044 + # The linker can only warn and ignore the option if not recognized 1.16045 + # So say no if there are warnings 1.16046 + if test -s conftest.err; then 1.16047 + # Append any errors to the config.log. 1.16048 + cat conftest.err 1>&5 1.16049 + $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp 1.16050 + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 1.16051 + if diff conftest.exp conftest.er2 >/dev/null; then 1.16052 + lt_prog_compiler_static_works_GCJ=yes 1.16053 + fi 1.16054 + else 1.16055 + lt_prog_compiler_static_works_GCJ=yes 1.16056 + fi 1.16057 + fi 1.16058 + $rm conftest* 1.16059 + LDFLAGS="$save_LDFLAGS" 1.16060 + 1.16061 +fi 1.16062 +echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works_GCJ" >&5 1.16063 +echo "${ECHO_T}$lt_prog_compiler_static_works_GCJ" >&6 1.16064 + 1.16065 +if test x"$lt_prog_compiler_static_works_GCJ" = xyes; then 1.16066 + : 1.16067 +else 1.16068 + lt_prog_compiler_static_GCJ= 1.16069 +fi 1.16070 + 1.16071 + 1.16072 +echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 1.16073 +echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6 1.16074 +if test "${lt_cv_prog_compiler_c_o_GCJ+set}" = set; then 1.16075 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.16076 +else 1.16077 + lt_cv_prog_compiler_c_o_GCJ=no 1.16078 + $rm -r conftest 2>/dev/null 1.16079 + mkdir conftest 1.16080 + cd conftest 1.16081 + mkdir out 1.16082 + printf "$lt_simple_compile_test_code" > conftest.$ac_ext 1.16083 + 1.16084 + lt_compiler_flag="-o out/conftest2.$ac_objext" 1.16085 + # Insert the option either (1) after the last *FLAGS variable, or 1.16086 + # (2) before a word containing "conftest.", or (3) at the end. 1.16087 + # Note that $ac_compile itself does not contain backslashes and begins 1.16088 + # with a dollar sign (not a hyphen), so the echo should work correctly. 1.16089 + lt_compile=`echo "$ac_compile" | $SED \ 1.16090 + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ 1.16091 + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 1.16092 + -e 's:$: $lt_compiler_flag:'` 1.16093 + (eval echo "\"\$as_me:16090: $lt_compile\"" >&5) 1.16094 + (eval "$lt_compile" 2>out/conftest.err) 1.16095 + ac_status=$? 1.16096 + cat out/conftest.err >&5 1.16097 + echo "$as_me:16094: \$? = $ac_status" >&5 1.16098 + if (exit $ac_status) && test -s out/conftest2.$ac_objext 1.16099 + then 1.16100 + # The compiler can only warn and ignore the option if not recognized 1.16101 + # So say no if there are warnings 1.16102 + $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp 1.16103 + $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 1.16104 + if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then 1.16105 + lt_cv_prog_compiler_c_o_GCJ=yes 1.16106 + fi 1.16107 + fi 1.16108 + chmod u+w . 2>&5 1.16109 + $rm conftest* 1.16110 + # SGI C++ compiler will create directory out/ii_files/ for 1.16111 + # template instantiation 1.16112 + test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files 1.16113 + $rm out/* && rmdir out 1.16114 + cd .. 1.16115 + rmdir conftest 1.16116 + $rm conftest* 1.16117 + 1.16118 +fi 1.16119 +echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_GCJ" >&5 1.16120 +echo "${ECHO_T}$lt_cv_prog_compiler_c_o_GCJ" >&6 1.16121 + 1.16122 + 1.16123 +hard_links="nottested" 1.16124 +if test "$lt_cv_prog_compiler_c_o_GCJ" = no && test "$need_locks" != no; then 1.16125 + # do not overwrite the value of need_locks provided by the user 1.16126 + echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 1.16127 +echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6 1.16128 + hard_links=yes 1.16129 + $rm conftest* 1.16130 + ln conftest.a conftest.b 2>/dev/null && hard_links=no 1.16131 + touch conftest.a 1.16132 + ln conftest.a conftest.b 2>&5 || hard_links=no 1.16133 + ln conftest.a conftest.b 2>/dev/null && hard_links=no 1.16134 + echo "$as_me:$LINENO: result: $hard_links" >&5 1.16135 +echo "${ECHO_T}$hard_links" >&6 1.16136 + if test "$hard_links" = no; then 1.16137 + { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 1.16138 +echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} 1.16139 + need_locks=warn 1.16140 + fi 1.16141 +else 1.16142 + need_locks=no 1.16143 +fi 1.16144 + 1.16145 +echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 1.16146 +echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6 1.16147 + 1.16148 + runpath_var= 1.16149 + allow_undefined_flag_GCJ= 1.16150 + enable_shared_with_static_runtimes_GCJ=no 1.16151 + archive_cmds_GCJ= 1.16152 + archive_expsym_cmds_GCJ= 1.16153 + old_archive_From_new_cmds_GCJ= 1.16154 + old_archive_from_expsyms_cmds_GCJ= 1.16155 + export_dynamic_flag_spec_GCJ= 1.16156 + whole_archive_flag_spec_GCJ= 1.16157 + thread_safe_flag_spec_GCJ= 1.16158 + hardcode_libdir_flag_spec_GCJ= 1.16159 + hardcode_libdir_flag_spec_ld_GCJ= 1.16160 + hardcode_libdir_separator_GCJ= 1.16161 + hardcode_direct_GCJ=no 1.16162 + hardcode_minus_L_GCJ=no 1.16163 + hardcode_shlibpath_var_GCJ=unsupported 1.16164 + link_all_deplibs_GCJ=unknown 1.16165 + hardcode_automatic_GCJ=no 1.16166 + module_cmds_GCJ= 1.16167 + module_expsym_cmds_GCJ= 1.16168 + always_export_symbols_GCJ=no 1.16169 + export_symbols_cmds_GCJ='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' 1.16170 + # include_expsyms should be a list of space-separated symbols to be *always* 1.16171 + # included in the symbol list 1.16172 + include_expsyms_GCJ= 1.16173 + # exclude_expsyms can be an extended regexp of symbols to exclude 1.16174 + # it will be wrapped by ` (' and `)$', so one must not match beginning or 1.16175 + # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', 1.16176 + # as well as any symbol that contains `d'. 1.16177 + exclude_expsyms_GCJ="_GLOBAL_OFFSET_TABLE_" 1.16178 + # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out 1.16179 + # platforms (ab)use it in PIC code, but their linkers get confused if 1.16180 + # the symbol is explicitly referenced. Since portable code cannot 1.16181 + # rely on this symbol name, it's probably fine to never include it in 1.16182 + # preloaded symbol tables. 1.16183 + extract_expsyms_cmds= 1.16184 + # Just being paranoid about ensuring that cc_basename is set. 1.16185 + for cc_temp in $compiler""; do 1.16186 + case $cc_temp in 1.16187 + compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; 1.16188 + distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; 1.16189 + \-*) ;; 1.16190 + *) break;; 1.16191 + esac 1.16192 +done 1.16193 +cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` 1.16194 + 1.16195 + case $host_os in 1.16196 + cygwin* | mingw* | pw32*) 1.16197 + # FIXME: the MSVC++ port hasn't been tested in a loooong time 1.16198 + # When not using gcc, we currently assume that we are using 1.16199 + # Microsoft Visual C++. 1.16200 + if test "$GCC" != yes; then 1.16201 + with_gnu_ld=no 1.16202 + fi 1.16203 + ;; 1.16204 + interix*) 1.16205 + # we just hope/assume this is gcc and not c89 (= MSVC++) 1.16206 + with_gnu_ld=yes 1.16207 + ;; 1.16208 + openbsd*) 1.16209 + with_gnu_ld=no 1.16210 + ;; 1.16211 + esac 1.16212 + 1.16213 + ld_shlibs_GCJ=yes 1.16214 + if test "$with_gnu_ld" = yes; then 1.16215 + # If archive_cmds runs LD, not CC, wlarc should be empty 1.16216 + wlarc='${wl}' 1.16217 + 1.16218 + # Set some defaults for GNU ld with shared library support. These 1.16219 + # are reset later if shared libraries are not supported. Putting them 1.16220 + # here allows them to be overridden if necessary. 1.16221 + runpath_var=LD_RUN_PATH 1.16222 + hardcode_libdir_flag_spec_GCJ='${wl}--rpath ${wl}$libdir' 1.16223 + export_dynamic_flag_spec_GCJ='${wl}--export-dynamic' 1.16224 + # ancient GNU ld didn't support --whole-archive et. al. 1.16225 + if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then 1.16226 + whole_archive_flag_spec_GCJ="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' 1.16227 + else 1.16228 + whole_archive_flag_spec_GCJ= 1.16229 + fi 1.16230 + supports_anon_versioning=no 1.16231 + case `$LD -v 2>/dev/null` in 1.16232 + *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 1.16233 + *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... 1.16234 + *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... 1.16235 + *\ 2.11.*) ;; # other 2.11 versions 1.16236 + *) supports_anon_versioning=yes ;; 1.16237 + esac 1.16238 + 1.16239 + # See if GNU ld supports shared libraries. 1.16240 + case $host_os in 1.16241 + aix3* | aix4* | aix5*) 1.16242 + # On AIX/PPC, the GNU linker is very broken 1.16243 + if test "$host_cpu" != ia64; then 1.16244 + ld_shlibs_GCJ=no 1.16245 + cat <<EOF 1>&2 1.16246 + 1.16247 +*** Warning: the GNU linker, at least up to release 2.9.1, is reported 1.16248 +*** to be unable to reliably create shared libraries on AIX. 1.16249 +*** Therefore, libtool is disabling shared libraries support. If you 1.16250 +*** really care for shared libraries, you may want to modify your PATH 1.16251 +*** so that a non-GNU linker is found, and then restart. 1.16252 + 1.16253 +EOF 1.16254 + fi 1.16255 + ;; 1.16256 + 1.16257 + amigaos*) 1.16258 + 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)' 1.16259 + hardcode_libdir_flag_spec_GCJ='-L$libdir' 1.16260 + hardcode_minus_L_GCJ=yes 1.16261 + 1.16262 + # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports 1.16263 + # that the semantics of dynamic libraries on AmigaOS, at least up 1.16264 + # to version 4, is to share data among multiple programs linked 1.16265 + # with the same dynamic library. Since this doesn't match the 1.16266 + # behavior of shared libraries on other platforms, we can't use 1.16267 + # them. 1.16268 + ld_shlibs_GCJ=no 1.16269 + ;; 1.16270 + 1.16271 + beos*) 1.16272 + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 1.16273 + allow_undefined_flag_GCJ=unsupported 1.16274 + # Joseph Beckenbach <jrb3@best.com> says some releases of gcc 1.16275 + # support --undefined. This deserves some investigation. FIXME 1.16276 + archive_cmds_GCJ='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' 1.16277 + else 1.16278 + ld_shlibs_GCJ=no 1.16279 + fi 1.16280 + ;; 1.16281 + 1.16282 + cygwin* | mingw* | pw32*) 1.16283 + # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, GCJ) is actually meaningless, 1.16284 + # as there is no search path for DLLs. 1.16285 + hardcode_libdir_flag_spec_GCJ='-L$libdir' 1.16286 + allow_undefined_flag_GCJ=unsupported 1.16287 + always_export_symbols_GCJ=no 1.16288 + enable_shared_with_static_runtimes_GCJ=yes 1.16289 + export_symbols_cmds_GCJ='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols' 1.16290 + 1.16291 + if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then 1.16292 + archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' 1.16293 + # If the export-symbols file already is a .def file (1st line 1.16294 + # is EXPORTS), use it as is; otherwise, prepend... 1.16295 + archive_expsym_cmds_GCJ='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then 1.16296 + cp $export_symbols $output_objdir/$soname.def; 1.16297 + else 1.16298 + echo EXPORTS > $output_objdir/$soname.def; 1.16299 + cat $export_symbols >> $output_objdir/$soname.def; 1.16300 + fi~ 1.16301 + $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' 1.16302 + else 1.16303 + ld_shlibs_GCJ=no 1.16304 + fi 1.16305 + ;; 1.16306 + 1.16307 + interix3*) 1.16308 + hardcode_direct_GCJ=no 1.16309 + hardcode_shlibpath_var_GCJ=no 1.16310 + hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir' 1.16311 + export_dynamic_flag_spec_GCJ='${wl}-E' 1.16312 + # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. 1.16313 + # Instead, shared libraries are loaded at an image base (0x10000000 by 1.16314 + # default) and relocated if they conflict, which is a slow very memory 1.16315 + # consuming and fragmenting process. To avoid this, we pick a random, 1.16316 + # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link 1.16317 + # time. Moving up from 0x10000000 also allows more sbrk(2) space. 1.16318 + 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' 1.16319 + 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' 1.16320 + ;; 1.16321 + 1.16322 + linux*) 1.16323 + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 1.16324 + tmp_addflag= 1.16325 + case $cc_basename,$host_cpu in 1.16326 + pgcc*) # Portland Group C compiler 1.16327 + 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' 1.16328 + tmp_addflag=' $pic_flag' 1.16329 + ;; 1.16330 + pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers 1.16331 + 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' 1.16332 + tmp_addflag=' $pic_flag -Mnomain' ;; 1.16333 + ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 1.16334 + tmp_addflag=' -i_dynamic' ;; 1.16335 + efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 1.16336 + tmp_addflag=' -i_dynamic -nofor_main' ;; 1.16337 + ifc* | ifort*) # Intel Fortran compiler 1.16338 + tmp_addflag=' -nofor_main' ;; 1.16339 + esac 1.16340 + archive_cmds_GCJ='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' 1.16341 + 1.16342 + if test $supports_anon_versioning = yes; then 1.16343 + archive_expsym_cmds_GCJ='$echo "{ global:" > $output_objdir/$libname.ver~ 1.16344 + cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ 1.16345 + $echo "local: *; };" >> $output_objdir/$libname.ver~ 1.16346 + $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' 1.16347 + fi 1.16348 + link_all_deplibs_GCJ=no 1.16349 + else 1.16350 + ld_shlibs_GCJ=no 1.16351 + fi 1.16352 + ;; 1.16353 + 1.16354 + netbsd* | netbsdelf*-gnu | knetbsd*-gnu) 1.16355 + if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then 1.16356 + archive_cmds_GCJ='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' 1.16357 + wlarc= 1.16358 + else 1.16359 + archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' 1.16360 + archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' 1.16361 + fi 1.16362 + ;; 1.16363 + 1.16364 + solaris*) 1.16365 + if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then 1.16366 + ld_shlibs_GCJ=no 1.16367 + cat <<EOF 1>&2 1.16368 + 1.16369 +*** Warning: The releases 2.8.* of the GNU linker cannot reliably 1.16370 +*** create shared libraries on Solaris systems. Therefore, libtool 1.16371 +*** is disabling shared libraries support. We urge you to upgrade GNU 1.16372 +*** binutils to release 2.9.1 or newer. Another option is to modify 1.16373 +*** your PATH or compiler configuration so that the native linker is 1.16374 +*** used, and then restart. 1.16375 + 1.16376 +EOF 1.16377 + elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 1.16378 + archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' 1.16379 + archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' 1.16380 + else 1.16381 + ld_shlibs_GCJ=no 1.16382 + fi 1.16383 + ;; 1.16384 + 1.16385 + sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) 1.16386 + case `$LD -v 2>&1` in 1.16387 + *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) 1.16388 + ld_shlibs_GCJ=no 1.16389 + cat <<_LT_EOF 1>&2 1.16390 + 1.16391 +*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not 1.16392 +*** reliably create shared libraries on SCO systems. Therefore, libtool 1.16393 +*** is disabling shared libraries support. We urge you to upgrade GNU 1.16394 +*** binutils to release 2.16.91.0.3 or newer. Another option is to modify 1.16395 +*** your PATH or compiler configuration so that the native linker is 1.16396 +*** used, and then restart. 1.16397 + 1.16398 +_LT_EOF 1.16399 + ;; 1.16400 + *) 1.16401 + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 1.16402 + hardcode_libdir_flag_spec_GCJ='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`' 1.16403 + archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib' 1.16404 + archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib' 1.16405 + else 1.16406 + ld_shlibs_GCJ=no 1.16407 + fi 1.16408 + ;; 1.16409 + esac 1.16410 + ;; 1.16411 + 1.16412 + sunos4*) 1.16413 + archive_cmds_GCJ='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' 1.16414 + wlarc= 1.16415 + hardcode_direct_GCJ=yes 1.16416 + hardcode_shlibpath_var_GCJ=no 1.16417 + ;; 1.16418 + 1.16419 + *) 1.16420 + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then 1.16421 + archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' 1.16422 + archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' 1.16423 + else 1.16424 + ld_shlibs_GCJ=no 1.16425 + fi 1.16426 + ;; 1.16427 + esac 1.16428 + 1.16429 + if test "$ld_shlibs_GCJ" = no; then 1.16430 + runpath_var= 1.16431 + hardcode_libdir_flag_spec_GCJ= 1.16432 + export_dynamic_flag_spec_GCJ= 1.16433 + whole_archive_flag_spec_GCJ= 1.16434 + fi 1.16435 + else 1.16436 + # PORTME fill in a description of your system's linker (not GNU ld) 1.16437 + case $host_os in 1.16438 + aix3*) 1.16439 + allow_undefined_flag_GCJ=unsupported 1.16440 + always_export_symbols_GCJ=yes 1.16441 + 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' 1.16442 + # Note: this linker hardcodes the directories in LIBPATH if there 1.16443 + # are no directories specified by -L. 1.16444 + hardcode_minus_L_GCJ=yes 1.16445 + if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then 1.16446 + # Neither direct hardcoding nor static linking is supported with a 1.16447 + # broken collect2. 1.16448 + hardcode_direct_GCJ=unsupported 1.16449 + fi 1.16450 + ;; 1.16451 + 1.16452 + aix4* | aix5*) 1.16453 + if test "$host_cpu" = ia64; then 1.16454 + # On IA64, the linker does run time linking by default, so we don't 1.16455 + # have to do anything special. 1.16456 + aix_use_runtimelinking=no 1.16457 + exp_sym_flag='-Bexport' 1.16458 + no_entry_flag="" 1.16459 + else 1.16460 + # If we're using GNU nm, then we don't want the "-C" option. 1.16461 + # -C means demangle to AIX nm, but means don't demangle with GNU nm 1.16462 + if $NM -V 2>&1 | grep 'GNU' > /dev/null; then 1.16463 + 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' 1.16464 + else 1.16465 + 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' 1.16466 + fi 1.16467 + aix_use_runtimelinking=no 1.16468 + 1.16469 + # Test if we are trying to use run time linking or normal 1.16470 + # AIX style linking. If -brtl is somewhere in LDFLAGS, we 1.16471 + # need to do runtime linking. 1.16472 + case $host_os in aix4.[23]|aix4.[23].*|aix5*) 1.16473 + for ld_flag in $LDFLAGS; do 1.16474 + if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then 1.16475 + aix_use_runtimelinking=yes 1.16476 + break 1.16477 + fi 1.16478 + done 1.16479 + ;; 1.16480 + esac 1.16481 + 1.16482 + exp_sym_flag='-bexport' 1.16483 + no_entry_flag='-bnoentry' 1.16484 + fi 1.16485 + 1.16486 + # When large executables or shared objects are built, AIX ld can 1.16487 + # have problems creating the table of contents. If linking a library 1.16488 + # or program results in "error TOC overflow" add -mminimal-toc to 1.16489 + # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not 1.16490 + # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. 1.16491 + 1.16492 + archive_cmds_GCJ='' 1.16493 + hardcode_direct_GCJ=yes 1.16494 + hardcode_libdir_separator_GCJ=':' 1.16495 + link_all_deplibs_GCJ=yes 1.16496 + 1.16497 + if test "$GCC" = yes; then 1.16498 + case $host_os in aix4.[012]|aix4.[012].*) 1.16499 + # We only want to do this on AIX 4.2 and lower, the check 1.16500 + # below for broken collect2 doesn't work under 4.3+ 1.16501 + collect2name=`${CC} -print-prog-name=collect2` 1.16502 + if test -f "$collect2name" && \ 1.16503 + strings "$collect2name" | grep resolve_lib_name >/dev/null 1.16504 + then 1.16505 + # We have reworked collect2 1.16506 + hardcode_direct_GCJ=yes 1.16507 + else 1.16508 + # We have old collect2 1.16509 + hardcode_direct_GCJ=unsupported 1.16510 + # It fails to find uninstalled libraries when the uninstalled 1.16511 + # path is not listed in the libpath. Setting hardcode_minus_L 1.16512 + # to unsupported forces relinking 1.16513 + hardcode_minus_L_GCJ=yes 1.16514 + hardcode_libdir_flag_spec_GCJ='-L$libdir' 1.16515 + hardcode_libdir_separator_GCJ= 1.16516 + fi 1.16517 + ;; 1.16518 + esac 1.16519 + shared_flag='-shared' 1.16520 + if test "$aix_use_runtimelinking" = yes; then 1.16521 + shared_flag="$shared_flag "'${wl}-G' 1.16522 + fi 1.16523 + else 1.16524 + # not using gcc 1.16525 + if test "$host_cpu" = ia64; then 1.16526 + # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release 1.16527 + # chokes on -Wl,-G. The following line is correct: 1.16528 + shared_flag='-G' 1.16529 + else 1.16530 + if test "$aix_use_runtimelinking" = yes; then 1.16531 + shared_flag='${wl}-G' 1.16532 + else 1.16533 + shared_flag='${wl}-bM:SRE' 1.16534 + fi 1.16535 + fi 1.16536 + fi 1.16537 + 1.16538 + # It seems that -bexpall does not export symbols beginning with 1.16539 + # underscore (_), so it is better to generate a list of symbols to export. 1.16540 + always_export_symbols_GCJ=yes 1.16541 + if test "$aix_use_runtimelinking" = yes; then 1.16542 + # Warning - without using the other runtime loading flags (-brtl), 1.16543 + # -berok will link without error, but may produce a broken library. 1.16544 + allow_undefined_flag_GCJ='-berok' 1.16545 + # Determine the default libpath from the value encoded in an empty executable. 1.16546 + cat >conftest.$ac_ext <<_ACEOF 1.16547 +/* confdefs.h. */ 1.16548 +_ACEOF 1.16549 +cat confdefs.h >>conftest.$ac_ext 1.16550 +cat >>conftest.$ac_ext <<_ACEOF 1.16551 +/* end confdefs.h. */ 1.16552 + 1.16553 +int 1.16554 +main () 1.16555 +{ 1.16556 + 1.16557 + ; 1.16558 + return 0; 1.16559 +} 1.16560 +_ACEOF 1.16561 +rm -f conftest.$ac_objext conftest$ac_exeext 1.16562 +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 1.16563 + (eval $ac_link) 2>conftest.er1 1.16564 + ac_status=$? 1.16565 + grep -v '^ *+' conftest.er1 >conftest.err 1.16566 + rm -f conftest.er1 1.16567 + cat conftest.err >&5 1.16568 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.16569 + (exit $ac_status); } && 1.16570 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 1.16571 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.16572 + (eval $ac_try) 2>&5 1.16573 + ac_status=$? 1.16574 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.16575 + (exit $ac_status); }; } && 1.16576 + { ac_try='test -s conftest$ac_exeext' 1.16577 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.16578 + (eval $ac_try) 2>&5 1.16579 + ac_status=$? 1.16580 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.16581 + (exit $ac_status); }; }; then 1.16582 + 1.16583 +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } 1.16584 +}'` 1.16585 +# Check for a 64-bit object if we didn't find anything. 1.16586 +if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } 1.16587 +}'`; fi 1.16588 +else 1.16589 + echo "$as_me: failed program was:" >&5 1.16590 +sed 's/^/| /' conftest.$ac_ext >&5 1.16591 + 1.16592 +fi 1.16593 +rm -f conftest.err conftest.$ac_objext \ 1.16594 + conftest$ac_exeext conftest.$ac_ext 1.16595 +if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi 1.16596 + 1.16597 + hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath" 1.16598 + 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" 1.16599 + else 1.16600 + if test "$host_cpu" = ia64; then 1.16601 + hardcode_libdir_flag_spec_GCJ='${wl}-R $libdir:/usr/lib:/lib' 1.16602 + allow_undefined_flag_GCJ="-z nodefs" 1.16603 + 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" 1.16604 + else 1.16605 + # Determine the default libpath from the value encoded in an empty executable. 1.16606 + cat >conftest.$ac_ext <<_ACEOF 1.16607 +/* confdefs.h. */ 1.16608 +_ACEOF 1.16609 +cat confdefs.h >>conftest.$ac_ext 1.16610 +cat >>conftest.$ac_ext <<_ACEOF 1.16611 +/* end confdefs.h. */ 1.16612 + 1.16613 +int 1.16614 +main () 1.16615 +{ 1.16616 + 1.16617 + ; 1.16618 + return 0; 1.16619 +} 1.16620 +_ACEOF 1.16621 +rm -f conftest.$ac_objext conftest$ac_exeext 1.16622 +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 1.16623 + (eval $ac_link) 2>conftest.er1 1.16624 + ac_status=$? 1.16625 + grep -v '^ *+' conftest.er1 >conftest.err 1.16626 + rm -f conftest.er1 1.16627 + cat conftest.err >&5 1.16628 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.16629 + (exit $ac_status); } && 1.16630 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 1.16631 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.16632 + (eval $ac_try) 2>&5 1.16633 + ac_status=$? 1.16634 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.16635 + (exit $ac_status); }; } && 1.16636 + { ac_try='test -s conftest$ac_exeext' 1.16637 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.16638 + (eval $ac_try) 2>&5 1.16639 + ac_status=$? 1.16640 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.16641 + (exit $ac_status); }; }; then 1.16642 + 1.16643 +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } 1.16644 +}'` 1.16645 +# Check for a 64-bit object if we didn't find anything. 1.16646 +if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } 1.16647 +}'`; fi 1.16648 +else 1.16649 + echo "$as_me: failed program was:" >&5 1.16650 +sed 's/^/| /' conftest.$ac_ext >&5 1.16651 + 1.16652 +fi 1.16653 +rm -f conftest.err conftest.$ac_objext \ 1.16654 + conftest$ac_exeext conftest.$ac_ext 1.16655 +if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi 1.16656 + 1.16657 + hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath" 1.16658 + # Warning - without using the other run time loading flags, 1.16659 + # -berok will link without error, but may produce a broken library. 1.16660 + no_undefined_flag_GCJ=' ${wl}-bernotok' 1.16661 + allow_undefined_flag_GCJ=' ${wl}-berok' 1.16662 + # Exported symbols can be pulled into shared objects from archives 1.16663 + whole_archive_flag_spec_GCJ='$convenience' 1.16664 + archive_cmds_need_lc_GCJ=yes 1.16665 + # This is similar to how AIX traditionally builds its shared libraries. 1.16666 + 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' 1.16667 + fi 1.16668 + fi 1.16669 + ;; 1.16670 + 1.16671 + amigaos*) 1.16672 + 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)' 1.16673 + hardcode_libdir_flag_spec_GCJ='-L$libdir' 1.16674 + hardcode_minus_L_GCJ=yes 1.16675 + # see comment about different semantics on the GNU ld section 1.16676 + ld_shlibs_GCJ=no 1.16677 + ;; 1.16678 + 1.16679 + bsdi[45]*) 1.16680 + export_dynamic_flag_spec_GCJ=-rdynamic 1.16681 + ;; 1.16682 + 1.16683 + cygwin* | mingw* | pw32*) 1.16684 + # When not using gcc, we currently assume that we are using 1.16685 + # Microsoft Visual C++. 1.16686 + # hardcode_libdir_flag_spec is actually meaningless, as there is 1.16687 + # no search path for DLLs. 1.16688 + hardcode_libdir_flag_spec_GCJ=' ' 1.16689 + allow_undefined_flag_GCJ=unsupported 1.16690 + # Tell ltmain to make .lib files, not .a files. 1.16691 + libext=lib 1.16692 + # Tell ltmain to make .dll files, not .so files. 1.16693 + shrext_cmds=".dll" 1.16694 + # FIXME: Setting linknames here is a bad hack. 1.16695 + archive_cmds_GCJ='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames=' 1.16696 + # The linker will automatically build a .lib file if we build a DLL. 1.16697 + old_archive_From_new_cmds_GCJ='true' 1.16698 + # FIXME: Should let the user specify the lib program. 1.16699 + old_archive_cmds_GCJ='lib /OUT:$oldlib$oldobjs$old_deplibs' 1.16700 + fix_srcfile_path_GCJ='`cygpath -w "$srcfile"`' 1.16701 + enable_shared_with_static_runtimes_GCJ=yes 1.16702 + ;; 1.16703 + 1.16704 + darwin* | rhapsody*) 1.16705 + case $host_os in 1.16706 + rhapsody* | darwin1.[012]) 1.16707 + allow_undefined_flag_GCJ='${wl}-undefined ${wl}suppress' 1.16708 + ;; 1.16709 + *) # Darwin 1.3 on 1.16710 + if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then 1.16711 + allow_undefined_flag_GCJ='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' 1.16712 + else 1.16713 + case ${MACOSX_DEPLOYMENT_TARGET} in 1.16714 + 10.[012]) 1.16715 + allow_undefined_flag_GCJ='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' 1.16716 + ;; 1.16717 + 10.*) 1.16718 + allow_undefined_flag_GCJ='${wl}-undefined ${wl}dynamic_lookup' 1.16719 + ;; 1.16720 + esac 1.16721 + fi 1.16722 + ;; 1.16723 + esac 1.16724 + archive_cmds_need_lc_GCJ=no 1.16725 + hardcode_direct_GCJ=no 1.16726 + hardcode_automatic_GCJ=yes 1.16727 + hardcode_shlibpath_var_GCJ=unsupported 1.16728 + whole_archive_flag_spec_GCJ='' 1.16729 + link_all_deplibs_GCJ=yes 1.16730 + if test "$GCC" = yes ; then 1.16731 + output_verbose_link_cmd='echo' 1.16732 + archive_cmds_GCJ='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' 1.16733 + module_cmds_GCJ='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' 1.16734 + # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds 1.16735 + archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 1.16736 + 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}' 1.16737 + else 1.16738 + case $cc_basename in 1.16739 + xlc*) 1.16740 + output_verbose_link_cmd='echo' 1.16741 + archive_cmds_GCJ='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring' 1.16742 + module_cmds_GCJ='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' 1.16743 + # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds 1.16744 + 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 $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 1.16745 + 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}' 1.16746 + ;; 1.16747 + *) 1.16748 + ld_shlibs_GCJ=no 1.16749 + ;; 1.16750 + esac 1.16751 + fi 1.16752 + ;; 1.16753 + 1.16754 + dgux*) 1.16755 + archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 1.16756 + hardcode_libdir_flag_spec_GCJ='-L$libdir' 1.16757 + hardcode_shlibpath_var_GCJ=no 1.16758 + ;; 1.16759 + 1.16760 + freebsd1*) 1.16761 + ld_shlibs_GCJ=no 1.16762 + ;; 1.16763 + 1.16764 + # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor 1.16765 + # support. Future versions do this automatically, but an explicit c++rt0.o 1.16766 + # does not break anything, and helps significantly (at the cost of a little 1.16767 + # extra space). 1.16768 + freebsd2.2*) 1.16769 + archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' 1.16770 + hardcode_libdir_flag_spec_GCJ='-R$libdir' 1.16771 + hardcode_direct_GCJ=yes 1.16772 + hardcode_shlibpath_var_GCJ=no 1.16773 + ;; 1.16774 + 1.16775 + # Unfortunately, older versions of FreeBSD 2 do not have this feature. 1.16776 + freebsd2*) 1.16777 + archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' 1.16778 + hardcode_direct_GCJ=yes 1.16779 + hardcode_minus_L_GCJ=yes 1.16780 + hardcode_shlibpath_var_GCJ=no 1.16781 + ;; 1.16782 + 1.16783 + # FreeBSD 3 and greater uses gcc -shared to do shared libraries. 1.16784 + freebsd* | dragonfly*) 1.16785 + archive_cmds_GCJ='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' 1.16786 + hardcode_libdir_flag_spec_GCJ='-R$libdir' 1.16787 + hardcode_direct_GCJ=yes 1.16788 + hardcode_shlibpath_var_GCJ=no 1.16789 + ;; 1.16790 + 1.16791 + # GNU/kFreeBSD uses gcc -shared to do shared libraries. 1.16792 + kfreebsd*-gnu) 1.16793 + archive_cmds_GCJ='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' 1.16794 + hardcode_libdir_flag_spec_GCJ='-R$libdir' 1.16795 + hardcode_direct_GCJ=yes 1.16796 + hardcode_shlibpath_var_GCJ=no 1.16797 + link_all_deplibs_GCJ=no 1.16798 + ;; 1.16799 + 1.16800 + hpux9*) 1.16801 + if test "$GCC" = yes; then 1.16802 + 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' 1.16803 + else 1.16804 + 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' 1.16805 + fi 1.16806 + hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir' 1.16807 + hardcode_libdir_separator_GCJ=: 1.16808 + hardcode_direct_GCJ=yes 1.16809 + 1.16810 + # hardcode_minus_L: Not really in the search PATH, 1.16811 + # but as the default location of the library. 1.16812 + hardcode_minus_L_GCJ=yes 1.16813 + export_dynamic_flag_spec_GCJ='${wl}-E' 1.16814 + ;; 1.16815 + 1.16816 + hpux10*) 1.16817 + if test "$GCC" = yes -a "$with_gnu_ld" = no; then 1.16818 + archive_cmds_GCJ='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' 1.16819 + else 1.16820 + archive_cmds_GCJ='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' 1.16821 + fi 1.16822 + if test "$with_gnu_ld" = no; then 1.16823 + hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir' 1.16824 + hardcode_libdir_separator_GCJ=: 1.16825 + 1.16826 + hardcode_direct_GCJ=yes 1.16827 + export_dynamic_flag_spec_GCJ='${wl}-E' 1.16828 + 1.16829 + # hardcode_minus_L: Not really in the search PATH, 1.16830 + # but as the default location of the library. 1.16831 + hardcode_minus_L_GCJ=yes 1.16832 + fi 1.16833 + ;; 1.16834 + 1.16835 + hpux11*) 1.16836 + if test "$GCC" = yes -a "$with_gnu_ld" = no; then 1.16837 + case $host_cpu in 1.16838 + hppa*64*) 1.16839 + archive_cmds_GCJ='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' 1.16840 + ;; 1.16841 + ia64*) 1.16842 + archive_cmds_GCJ='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' 1.16843 + ;; 1.16844 + *) 1.16845 + archive_cmds_GCJ='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' 1.16846 + ;; 1.16847 + esac 1.16848 + else 1.16849 + case $host_cpu in 1.16850 + hppa*64*) 1.16851 + archive_cmds_GCJ='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' 1.16852 + ;; 1.16853 + ia64*) 1.16854 + archive_cmds_GCJ='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' 1.16855 + ;; 1.16856 + *) 1.16857 + archive_cmds_GCJ='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' 1.16858 + ;; 1.16859 + esac 1.16860 + fi 1.16861 + if test "$with_gnu_ld" = no; then 1.16862 + hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir' 1.16863 + hardcode_libdir_separator_GCJ=: 1.16864 + 1.16865 + case $host_cpu in 1.16866 + hppa*64*|ia64*) 1.16867 + hardcode_libdir_flag_spec_ld_GCJ='+b $libdir' 1.16868 + hardcode_direct_GCJ=no 1.16869 + hardcode_shlibpath_var_GCJ=no 1.16870 + ;; 1.16871 + *) 1.16872 + hardcode_direct_GCJ=yes 1.16873 + export_dynamic_flag_spec_GCJ='${wl}-E' 1.16874 + 1.16875 + # hardcode_minus_L: Not really in the search PATH, 1.16876 + # but as the default location of the library. 1.16877 + hardcode_minus_L_GCJ=yes 1.16878 + ;; 1.16879 + esac 1.16880 + fi 1.16881 + ;; 1.16882 + 1.16883 + irix5* | irix6* | nonstopux*) 1.16884 + if test "$GCC" = yes; then 1.16885 + 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' 1.16886 + else 1.16887 + 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' 1.16888 + hardcode_libdir_flag_spec_ld_GCJ='-rpath $libdir' 1.16889 + fi 1.16890 + hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir' 1.16891 + hardcode_libdir_separator_GCJ=: 1.16892 + link_all_deplibs_GCJ=yes 1.16893 + ;; 1.16894 + 1.16895 + netbsd* | netbsdelf*-gnu | knetbsd*-gnu) 1.16896 + if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then 1.16897 + archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out 1.16898 + else 1.16899 + archive_cmds_GCJ='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF 1.16900 + fi 1.16901 + hardcode_libdir_flag_spec_GCJ='-R$libdir' 1.16902 + hardcode_direct_GCJ=yes 1.16903 + hardcode_shlibpath_var_GCJ=no 1.16904 + ;; 1.16905 + 1.16906 + newsos6) 1.16907 + archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 1.16908 + hardcode_direct_GCJ=yes 1.16909 + hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir' 1.16910 + hardcode_libdir_separator_GCJ=: 1.16911 + hardcode_shlibpath_var_GCJ=no 1.16912 + ;; 1.16913 + 1.16914 + openbsd*) 1.16915 + hardcode_direct_GCJ=yes 1.16916 + hardcode_shlibpath_var_GCJ=no 1.16917 + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then 1.16918 + archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' 1.16919 + archive_expsym_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' 1.16920 + hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir' 1.16921 + export_dynamic_flag_spec_GCJ='${wl}-E' 1.16922 + else 1.16923 + case $host_os in 1.16924 + openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) 1.16925 + archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' 1.16926 + hardcode_libdir_flag_spec_GCJ='-R$libdir' 1.16927 + ;; 1.16928 + *) 1.16929 + archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' 1.16930 + hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir' 1.16931 + ;; 1.16932 + esac 1.16933 + fi 1.16934 + ;; 1.16935 + 1.16936 + os2*) 1.16937 + hardcode_libdir_flag_spec_GCJ='-L$libdir' 1.16938 + hardcode_minus_L_GCJ=yes 1.16939 + allow_undefined_flag_GCJ=unsupported 1.16940 + 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' 1.16941 + old_archive_From_new_cmds_GCJ='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' 1.16942 + ;; 1.16943 + 1.16944 + osf3*) 1.16945 + if test "$GCC" = yes; then 1.16946 + allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*' 1.16947 + 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' 1.16948 + else 1.16949 + allow_undefined_flag_GCJ=' -expect_unresolved \*' 1.16950 + 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' 1.16951 + fi 1.16952 + hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir' 1.16953 + hardcode_libdir_separator_GCJ=: 1.16954 + ;; 1.16955 + 1.16956 + osf4* | osf5*) # as osf3* with the addition of -msym flag 1.16957 + if test "$GCC" = yes; then 1.16958 + allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*' 1.16959 + 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' 1.16960 + hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir' 1.16961 + else 1.16962 + allow_undefined_flag_GCJ=' -expect_unresolved \*' 1.16963 + 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' 1.16964 + 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~ 1.16965 + $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' 1.16966 + 1.16967 + # Both c and cxx compiler support -rpath directly 1.16968 + hardcode_libdir_flag_spec_GCJ='-rpath $libdir' 1.16969 + fi 1.16970 + hardcode_libdir_separator_GCJ=: 1.16971 + ;; 1.16972 + 1.16973 + solaris*) 1.16974 + no_undefined_flag_GCJ=' -z text' 1.16975 + if test "$GCC" = yes; then 1.16976 + wlarc='${wl}' 1.16977 + archive_cmds_GCJ='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' 1.16978 + archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ 1.16979 + $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp' 1.16980 + else 1.16981 + wlarc='' 1.16982 + archive_cmds_GCJ='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' 1.16983 + archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ 1.16984 + $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp' 1.16985 + fi 1.16986 + hardcode_libdir_flag_spec_GCJ='-R$libdir' 1.16987 + hardcode_shlibpath_var_GCJ=no 1.16988 + case $host_os in 1.16989 + solaris2.[0-5] | solaris2.[0-5].*) ;; 1.16990 + *) 1.16991 + # The compiler driver will combine linker options so we 1.16992 + # cannot just pass the convience library names through 1.16993 + # without $wl, iff we do not link with $LD. 1.16994 + # Luckily, gcc supports the same syntax we need for Sun Studio. 1.16995 + # Supported since Solaris 2.6 (maybe 2.5.1?) 1.16996 + case $wlarc in 1.16997 + '') 1.16998 + whole_archive_flag_spec_GCJ='-z allextract$convenience -z defaultextract' ;; 1.16999 + *) 1.17000 + whole_archive_flag_spec_GCJ='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;; 1.17001 + esac ;; 1.17002 + esac 1.17003 + link_all_deplibs_GCJ=yes 1.17004 + ;; 1.17005 + 1.17006 + sunos4*) 1.17007 + if test "x$host_vendor" = xsequent; then 1.17008 + # Use $CC to link under sequent, because it throws in some extra .o 1.17009 + # files that make .init and .fini sections work. 1.17010 + archive_cmds_GCJ='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' 1.17011 + else 1.17012 + archive_cmds_GCJ='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' 1.17013 + fi 1.17014 + hardcode_libdir_flag_spec_GCJ='-L$libdir' 1.17015 + hardcode_direct_GCJ=yes 1.17016 + hardcode_minus_L_GCJ=yes 1.17017 + hardcode_shlibpath_var_GCJ=no 1.17018 + ;; 1.17019 + 1.17020 + sysv4) 1.17021 + case $host_vendor in 1.17022 + sni) 1.17023 + archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 1.17024 + hardcode_direct_GCJ=yes # is this really true??? 1.17025 + ;; 1.17026 + siemens) 1.17027 + ## LD is ld it makes a PLAMLIB 1.17028 + ## CC just makes a GrossModule. 1.17029 + archive_cmds_GCJ='$LD -G -o $lib $libobjs $deplibs $linker_flags' 1.17030 + reload_cmds_GCJ='$CC -r -o $output$reload_objs' 1.17031 + hardcode_direct_GCJ=no 1.17032 + ;; 1.17033 + motorola) 1.17034 + archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 1.17035 + hardcode_direct_GCJ=no #Motorola manual says yes, but my tests say they lie 1.17036 + ;; 1.17037 + esac 1.17038 + runpath_var='LD_RUN_PATH' 1.17039 + hardcode_shlibpath_var_GCJ=no 1.17040 + ;; 1.17041 + 1.17042 + sysv4.3*) 1.17043 + archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 1.17044 + hardcode_shlibpath_var_GCJ=no 1.17045 + export_dynamic_flag_spec_GCJ='-Bexport' 1.17046 + ;; 1.17047 + 1.17048 + sysv4*MP*) 1.17049 + if test -d /usr/nec; then 1.17050 + archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 1.17051 + hardcode_shlibpath_var_GCJ=no 1.17052 + runpath_var=LD_RUN_PATH 1.17053 + hardcode_runpath_var=yes 1.17054 + ld_shlibs_GCJ=yes 1.17055 + fi 1.17056 + ;; 1.17057 + 1.17058 + sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7*) 1.17059 + no_undefined_flag_GCJ='${wl}-z,text' 1.17060 + archive_cmds_need_lc_GCJ=no 1.17061 + hardcode_shlibpath_var_GCJ=no 1.17062 + runpath_var='LD_RUN_PATH' 1.17063 + 1.17064 + if test "$GCC" = yes; then 1.17065 + archive_cmds_GCJ='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' 1.17066 + archive_expsym_cmds_GCJ='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' 1.17067 + else 1.17068 + archive_cmds_GCJ='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' 1.17069 + archive_expsym_cmds_GCJ='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' 1.17070 + fi 1.17071 + ;; 1.17072 + 1.17073 + sysv5* | sco3.2v5* | sco5v6*) 1.17074 + # Note: We can NOT use -z defs as we might desire, because we do not 1.17075 + # link with -lc, and that would cause any symbols used from libc to 1.17076 + # always be unresolved, which means just about no library would 1.17077 + # ever link correctly. If we're not using GNU ld we use -z text 1.17078 + # though, which does catch some bad symbols but isn't as heavy-handed 1.17079 + # as -z defs. 1.17080 + no_undefined_flag_GCJ='${wl}-z,text' 1.17081 + allow_undefined_flag_GCJ='${wl}-z,nodefs' 1.17082 + archive_cmds_need_lc_GCJ=no 1.17083 + hardcode_shlibpath_var_GCJ=no 1.17084 + hardcode_libdir_flag_spec_GCJ='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`' 1.17085 + hardcode_libdir_separator_GCJ=':' 1.17086 + link_all_deplibs_GCJ=yes 1.17087 + export_dynamic_flag_spec_GCJ='${wl}-Bexport' 1.17088 + runpath_var='LD_RUN_PATH' 1.17089 + 1.17090 + if test "$GCC" = yes; then 1.17091 + archive_cmds_GCJ='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' 1.17092 + archive_expsym_cmds_GCJ='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' 1.17093 + else 1.17094 + archive_cmds_GCJ='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' 1.17095 + archive_expsym_cmds_GCJ='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' 1.17096 + fi 1.17097 + ;; 1.17098 + 1.17099 + uts4*) 1.17100 + archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' 1.17101 + hardcode_libdir_flag_spec_GCJ='-L$libdir' 1.17102 + hardcode_shlibpath_var_GCJ=no 1.17103 + ;; 1.17104 + 1.17105 + *) 1.17106 + ld_shlibs_GCJ=no 1.17107 + ;; 1.17108 + esac 1.17109 + fi 1.17110 + 1.17111 +echo "$as_me:$LINENO: result: $ld_shlibs_GCJ" >&5 1.17112 +echo "${ECHO_T}$ld_shlibs_GCJ" >&6 1.17113 +test "$ld_shlibs_GCJ" = no && can_build_shared=no 1.17114 + 1.17115 +# 1.17116 +# Do we need to explicitly link libc? 1.17117 +# 1.17118 +case "x$archive_cmds_need_lc_GCJ" in 1.17119 +x|xyes) 1.17120 + # Assume -lc should be added 1.17121 + archive_cmds_need_lc_GCJ=yes 1.17122 + 1.17123 + if test "$enable_shared" = yes && test "$GCC" = yes; then 1.17124 + case $archive_cmds_GCJ in 1.17125 + *'~'*) 1.17126 + # FIXME: we may have to deal with multi-command sequences. 1.17127 + ;; 1.17128 + '$CC '*) 1.17129 + # Test whether the compiler implicitly links with -lc since on some 1.17130 + # systems, -lgcc has to come before -lc. If gcc already passes -lc 1.17131 + # to ld, don't add -lc before -lgcc. 1.17132 + echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 1.17133 +echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6 1.17134 + $rm conftest* 1.17135 + printf "$lt_simple_compile_test_code" > conftest.$ac_ext 1.17136 + 1.17137 + if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 1.17138 + (eval $ac_compile) 2>&5 1.17139 + ac_status=$? 1.17140 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.17141 + (exit $ac_status); } 2>conftest.err; then 1.17142 + soname=conftest 1.17143 + lib=conftest 1.17144 + libobjs=conftest.$ac_objext 1.17145 + deplibs= 1.17146 + wl=$lt_prog_compiler_wl_GCJ 1.17147 + pic_flag=$lt_prog_compiler_pic_GCJ 1.17148 + compiler_flags=-v 1.17149 + linker_flags=-v 1.17150 + verstring= 1.17151 + output_objdir=. 1.17152 + libname=conftest 1.17153 + lt_save_allow_undefined_flag=$allow_undefined_flag_GCJ 1.17154 + allow_undefined_flag_GCJ= 1.17155 + if { (eval echo "$as_me:$LINENO: \"$archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5 1.17156 + (eval $archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5 1.17157 + ac_status=$? 1.17158 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.17159 + (exit $ac_status); } 1.17160 + then 1.17161 + archive_cmds_need_lc_GCJ=no 1.17162 + else 1.17163 + archive_cmds_need_lc_GCJ=yes 1.17164 + fi 1.17165 + allow_undefined_flag_GCJ=$lt_save_allow_undefined_flag 1.17166 + else 1.17167 + cat conftest.err 1>&5 1.17168 + fi 1.17169 + $rm conftest* 1.17170 + echo "$as_me:$LINENO: result: $archive_cmds_need_lc_GCJ" >&5 1.17171 +echo "${ECHO_T}$archive_cmds_need_lc_GCJ" >&6 1.17172 + ;; 1.17173 + esac 1.17174 + fi 1.17175 + ;; 1.17176 +esac 1.17177 + 1.17178 +echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 1.17179 +echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6 1.17180 +library_names_spec= 1.17181 +libname_spec='lib$name' 1.17182 +soname_spec= 1.17183 +shrext_cmds=".so" 1.17184 +postinstall_cmds= 1.17185 +postuninstall_cmds= 1.17186 +finish_cmds= 1.17187 +finish_eval= 1.17188 +shlibpath_var= 1.17189 +shlibpath_overrides_runpath=unknown 1.17190 +version_type=none 1.17191 +dynamic_linker="$host_os ld.so" 1.17192 +sys_lib_dlsearch_path_spec="/lib /usr/lib" 1.17193 +if test "$GCC" = yes; then 1.17194 + sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` 1.17195 + if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then 1.17196 + # if the path contains ";" then we assume it to be the separator 1.17197 + # otherwise default to the standard path separator (i.e. ":") - it is 1.17198 + # assumed that no part of a normal pathname contains ";" but that should 1.17199 + # okay in the real world where ";" in dirpaths is itself problematic. 1.17200 + sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` 1.17201 + else 1.17202 + sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` 1.17203 + fi 1.17204 +else 1.17205 + sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" 1.17206 +fi 1.17207 +need_lib_prefix=unknown 1.17208 +hardcode_into_libs=no 1.17209 + 1.17210 +# when you set need_version to no, make sure it does not cause -set_version 1.17211 +# flags to be left without arguments 1.17212 +need_version=unknown 1.17213 + 1.17214 +case $host_os in 1.17215 +aix3*) 1.17216 + version_type=linux 1.17217 + library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' 1.17218 + shlibpath_var=LIBPATH 1.17219 + 1.17220 + # AIX 3 has no versioning support, so we append a major version to the name. 1.17221 + soname_spec='${libname}${release}${shared_ext}$major' 1.17222 + ;; 1.17223 + 1.17224 +aix4* | aix5*) 1.17225 + version_type=linux 1.17226 + need_lib_prefix=no 1.17227 + need_version=no 1.17228 + hardcode_into_libs=yes 1.17229 + if test "$host_cpu" = ia64; then 1.17230 + # AIX 5 supports IA64 1.17231 + library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' 1.17232 + shlibpath_var=LD_LIBRARY_PATH 1.17233 + else 1.17234 + # With GCC up to 2.95.x, collect2 would create an import file 1.17235 + # for dependence libraries. The import file would start with 1.17236 + # the line `#! .'. This would cause the generated library to 1.17237 + # depend on `.', always an invalid library. This was fixed in 1.17238 + # development snapshots of GCC prior to 3.0. 1.17239 + case $host_os in 1.17240 + aix4 | aix4.[01] | aix4.[01].*) 1.17241 + if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' 1.17242 + echo ' yes ' 1.17243 + echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then 1.17244 + : 1.17245 + else 1.17246 + can_build_shared=no 1.17247 + fi 1.17248 + ;; 1.17249 + esac 1.17250 + # AIX (on Power*) has no versioning support, so currently we can not hardcode correct 1.17251 + # soname into executable. Probably we can add versioning support to 1.17252 + # collect2, so additional links can be useful in future. 1.17253 + if test "$aix_use_runtimelinking" = yes; then 1.17254 + # If using run time linking (on AIX 4.2 or later) use lib<name>.so 1.17255 + # instead of lib<name>.a to let people know that these are not 1.17256 + # typical AIX shared libraries. 1.17257 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 1.17258 + else 1.17259 + # We preserve .a as extension for shared libraries through AIX4.2 1.17260 + # and later when we are not doing run time linking. 1.17261 + library_names_spec='${libname}${release}.a $libname.a' 1.17262 + soname_spec='${libname}${release}${shared_ext}$major' 1.17263 + fi 1.17264 + shlibpath_var=LIBPATH 1.17265 + fi 1.17266 + ;; 1.17267 + 1.17268 +amigaos*) 1.17269 + library_names_spec='$libname.ixlibrary $libname.a' 1.17270 + # Create ${libname}_ixlibrary.a entries in /sys/libs. 1.17271 + 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' 1.17272 + ;; 1.17273 + 1.17274 +beos*) 1.17275 + library_names_spec='${libname}${shared_ext}' 1.17276 + dynamic_linker="$host_os ld.so" 1.17277 + shlibpath_var=LIBRARY_PATH 1.17278 + ;; 1.17279 + 1.17280 +bsdi[45]*) 1.17281 + version_type=linux 1.17282 + need_version=no 1.17283 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 1.17284 + soname_spec='${libname}${release}${shared_ext}$major' 1.17285 + finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' 1.17286 + shlibpath_var=LD_LIBRARY_PATH 1.17287 + sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" 1.17288 + sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" 1.17289 + # the default ld.so.conf also contains /usr/contrib/lib and 1.17290 + # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow 1.17291 + # libtool to hard-code these into programs 1.17292 + ;; 1.17293 + 1.17294 +cygwin* | mingw* | pw32*) 1.17295 + version_type=windows 1.17296 + shrext_cmds=".dll" 1.17297 + need_version=no 1.17298 + need_lib_prefix=no 1.17299 + 1.17300 + case $GCC,$host_os in 1.17301 + yes,cygwin* | yes,mingw* | yes,pw32*) 1.17302 + library_names_spec='$libname.dll.a' 1.17303 + # DLL is installed to $(libdir)/../bin by postinstall_cmds 1.17304 + postinstall_cmds='base_file=`basename \${file}`~ 1.17305 + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~ 1.17306 + dldir=$destdir/`dirname \$dlpath`~ 1.17307 + test -d \$dldir || mkdir -p \$dldir~ 1.17308 + $install_prog $dir/$dlname \$dldir/$dlname~ 1.17309 + chmod a+x \$dldir/$dlname' 1.17310 + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ 1.17311 + dlpath=$dir/\$dldll~ 1.17312 + $rm \$dlpath' 1.17313 + shlibpath_overrides_runpath=yes 1.17314 + 1.17315 + case $host_os in 1.17316 + cygwin*) 1.17317 + # Cygwin DLLs use 'cyg' prefix rather than 'lib' 1.17318 + soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' 1.17319 + sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" 1.17320 + ;; 1.17321 + mingw*) 1.17322 + # MinGW DLLs use traditional 'lib' prefix 1.17323 + soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' 1.17324 + sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` 1.17325 + if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then 1.17326 + # It is most probably a Windows format PATH printed by 1.17327 + # mingw gcc, but we are running on Cygwin. Gcc prints its search 1.17328 + # path with ; separators, and with drive letters. We can handle the 1.17329 + # drive letters (cygwin fileutils understands them), so leave them, 1.17330 + # especially as we might pass files found there to a mingw objdump, 1.17331 + # which wouldn't understand a cygwinified path. Ahh. 1.17332 + sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` 1.17333 + else 1.17334 + sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` 1.17335 + fi 1.17336 + ;; 1.17337 + pw32*) 1.17338 + # pw32 DLLs use 'pw' prefix rather than 'lib' 1.17339 + library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' 1.17340 + ;; 1.17341 + esac 1.17342 + ;; 1.17343 + 1.17344 + *) 1.17345 + library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' 1.17346 + ;; 1.17347 + esac 1.17348 + dynamic_linker='Win32 ld.exe' 1.17349 + # FIXME: first we should search . and the directory the executable is in 1.17350 + shlibpath_var=PATH 1.17351 + ;; 1.17352 + 1.17353 +darwin* | rhapsody*) 1.17354 + dynamic_linker="$host_os dyld" 1.17355 + version_type=darwin 1.17356 + need_lib_prefix=no 1.17357 + need_version=no 1.17358 + library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext' 1.17359 + soname_spec='${libname}${release}${major}$shared_ext' 1.17360 + shlibpath_overrides_runpath=yes 1.17361 + shlibpath_var=DYLD_LIBRARY_PATH 1.17362 + shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' 1.17363 + # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same. 1.17364 + if test "$GCC" = yes; then 1.17365 + sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` 1.17366 + else 1.17367 + sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib' 1.17368 + fi 1.17369 + sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' 1.17370 + ;; 1.17371 + 1.17372 +dgux*) 1.17373 + version_type=linux 1.17374 + need_lib_prefix=no 1.17375 + need_version=no 1.17376 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' 1.17377 + soname_spec='${libname}${release}${shared_ext}$major' 1.17378 + shlibpath_var=LD_LIBRARY_PATH 1.17379 + ;; 1.17380 + 1.17381 +freebsd1*) 1.17382 + dynamic_linker=no 1.17383 + ;; 1.17384 + 1.17385 +kfreebsd*-gnu) 1.17386 + version_type=linux 1.17387 + need_lib_prefix=no 1.17388 + need_version=no 1.17389 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' 1.17390 + soname_spec='${libname}${release}${shared_ext}$major' 1.17391 + shlibpath_var=LD_LIBRARY_PATH 1.17392 + shlibpath_overrides_runpath=no 1.17393 + hardcode_into_libs=yes 1.17394 + dynamic_linker='GNU ld.so' 1.17395 + ;; 1.17396 + 1.17397 +freebsd* | dragonfly*) 1.17398 + # DragonFly does not have aout. When/if they implement a new 1.17399 + # versioning mechanism, adjust this. 1.17400 + if test -x /usr/bin/objformat; then 1.17401 + objformat=`/usr/bin/objformat` 1.17402 + else 1.17403 + case $host_os in 1.17404 + freebsd[123]*) objformat=aout ;; 1.17405 + *) objformat=elf ;; 1.17406 + esac 1.17407 + fi 1.17408 + version_type=freebsd-$objformat 1.17409 + case $version_type in 1.17410 + freebsd-elf*) 1.17411 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' 1.17412 + need_version=no 1.17413 + need_lib_prefix=no 1.17414 + ;; 1.17415 + freebsd-*) 1.17416 + library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' 1.17417 + need_version=yes 1.17418 + ;; 1.17419 + esac 1.17420 + shlibpath_var=LD_LIBRARY_PATH 1.17421 + case $host_os in 1.17422 + freebsd2*) 1.17423 + shlibpath_overrides_runpath=yes 1.17424 + ;; 1.17425 + freebsd3.[01]* | freebsdelf3.[01]*) 1.17426 + shlibpath_overrides_runpath=yes 1.17427 + hardcode_into_libs=yes 1.17428 + ;; 1.17429 + freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ 1.17430 + freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1) 1.17431 + shlibpath_overrides_runpath=no 1.17432 + hardcode_into_libs=yes 1.17433 + ;; 1.17434 + freebsd*) # from 4.6 on 1.17435 + shlibpath_overrides_runpath=yes 1.17436 + hardcode_into_libs=yes 1.17437 + ;; 1.17438 + esac 1.17439 + ;; 1.17440 + 1.17441 +gnu*) 1.17442 + version_type=linux 1.17443 + need_lib_prefix=no 1.17444 + need_version=no 1.17445 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' 1.17446 + soname_spec='${libname}${release}${shared_ext}$major' 1.17447 + shlibpath_var=LD_LIBRARY_PATH 1.17448 + hardcode_into_libs=yes 1.17449 + ;; 1.17450 + 1.17451 +hpux9* | hpux10* | hpux11*) 1.17452 + # Give a soname corresponding to the major version so that dld.sl refuses to 1.17453 + # link against other versions. 1.17454 + version_type=sunos 1.17455 + need_lib_prefix=no 1.17456 + need_version=no 1.17457 + case $host_cpu in 1.17458 + ia64*) 1.17459 + shrext_cmds='.so' 1.17460 + hardcode_into_libs=yes 1.17461 + dynamic_linker="$host_os dld.so" 1.17462 + shlibpath_var=LD_LIBRARY_PATH 1.17463 + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. 1.17464 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 1.17465 + soname_spec='${libname}${release}${shared_ext}$major' 1.17466 + if test "X$HPUX_IA64_MODE" = X32; then 1.17467 + sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" 1.17468 + else 1.17469 + sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" 1.17470 + fi 1.17471 + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec 1.17472 + ;; 1.17473 + hppa*64*) 1.17474 + shrext_cmds='.sl' 1.17475 + hardcode_into_libs=yes 1.17476 + dynamic_linker="$host_os dld.sl" 1.17477 + shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH 1.17478 + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. 1.17479 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 1.17480 + soname_spec='${libname}${release}${shared_ext}$major' 1.17481 + sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" 1.17482 + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec 1.17483 + ;; 1.17484 + *) 1.17485 + shrext_cmds='.sl' 1.17486 + dynamic_linker="$host_os dld.sl" 1.17487 + shlibpath_var=SHLIB_PATH 1.17488 + shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH 1.17489 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 1.17490 + soname_spec='${libname}${release}${shared_ext}$major' 1.17491 + ;; 1.17492 + esac 1.17493 + # HP-UX runs *really* slowly unless shared libraries are mode 555. 1.17494 + postinstall_cmds='chmod 555 $lib' 1.17495 + ;; 1.17496 + 1.17497 +interix3*) 1.17498 + version_type=linux 1.17499 + need_lib_prefix=no 1.17500 + need_version=no 1.17501 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' 1.17502 + soname_spec='${libname}${release}${shared_ext}$major' 1.17503 + dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' 1.17504 + shlibpath_var=LD_LIBRARY_PATH 1.17505 + shlibpath_overrides_runpath=no 1.17506 + hardcode_into_libs=yes 1.17507 + ;; 1.17508 + 1.17509 +irix5* | irix6* | nonstopux*) 1.17510 + case $host_os in 1.17511 + nonstopux*) version_type=nonstopux ;; 1.17512 + *) 1.17513 + if test "$lt_cv_prog_gnu_ld" = yes; then 1.17514 + version_type=linux 1.17515 + else 1.17516 + version_type=irix 1.17517 + fi ;; 1.17518 + esac 1.17519 + need_lib_prefix=no 1.17520 + need_version=no 1.17521 + soname_spec='${libname}${release}${shared_ext}$major' 1.17522 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' 1.17523 + case $host_os in 1.17524 + irix5* | nonstopux*) 1.17525 + libsuff= shlibsuff= 1.17526 + ;; 1.17527 + *) 1.17528 + case $LD in # libtool.m4 will add one of these switches to LD 1.17529 + *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") 1.17530 + libsuff= shlibsuff= libmagic=32-bit;; 1.17531 + *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") 1.17532 + libsuff=32 shlibsuff=N32 libmagic=N32;; 1.17533 + *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") 1.17534 + libsuff=64 shlibsuff=64 libmagic=64-bit;; 1.17535 + *) libsuff= shlibsuff= libmagic=never-match;; 1.17536 + esac 1.17537 + ;; 1.17538 + esac 1.17539 + shlibpath_var=LD_LIBRARY${shlibsuff}_PATH 1.17540 + shlibpath_overrides_runpath=no 1.17541 + sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" 1.17542 + sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" 1.17543 + hardcode_into_libs=yes 1.17544 + ;; 1.17545 + 1.17546 +# No shared lib support for Linux oldld, aout, or coff. 1.17547 +linux*oldld* | linux*aout* | linux*coff*) 1.17548 + dynamic_linker=no 1.17549 + ;; 1.17550 + 1.17551 +# This must be Linux ELF. 1.17552 +linux*) 1.17553 + version_type=linux 1.17554 + need_lib_prefix=no 1.17555 + need_version=no 1.17556 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 1.17557 + soname_spec='${libname}${release}${shared_ext}$major' 1.17558 + finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' 1.17559 + shlibpath_var=LD_LIBRARY_PATH 1.17560 + shlibpath_overrides_runpath=no 1.17561 + # This implies no fast_install, which is unacceptable. 1.17562 + # Some rework will be needed to allow for fast_install 1.17563 + # before this can be enabled. 1.17564 + hardcode_into_libs=yes 1.17565 + 1.17566 + # Append ld.so.conf contents to the search path 1.17567 + if test -f /etc/ld.so.conf; then 1.17568 + lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` 1.17569 + sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" 1.17570 + fi 1.17571 + 1.17572 + # We used to test for /lib/ld.so.1 and disable shared libraries on 1.17573 + # powerpc, because MkLinux only supported shared libraries with the 1.17574 + # GNU dynamic linker. Since this was broken with cross compilers, 1.17575 + # most powerpc-linux boxes support dynamic linking these days and 1.17576 + # people can always --disable-shared, the test was removed, and we 1.17577 + # assume the GNU/Linux dynamic linker is in use. 1.17578 + dynamic_linker='GNU/Linux ld.so' 1.17579 + ;; 1.17580 + 1.17581 +netbsdelf*-gnu) 1.17582 + version_type=linux 1.17583 + need_lib_prefix=no 1.17584 + need_version=no 1.17585 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' 1.17586 + soname_spec='${libname}${release}${shared_ext}$major' 1.17587 + shlibpath_var=LD_LIBRARY_PATH 1.17588 + shlibpath_overrides_runpath=no 1.17589 + hardcode_into_libs=yes 1.17590 + dynamic_linker='NetBSD ld.elf_so' 1.17591 + ;; 1.17592 + 1.17593 +knetbsd*-gnu) 1.17594 + version_type=linux 1.17595 + need_lib_prefix=no 1.17596 + need_version=no 1.17597 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' 1.17598 + soname_spec='${libname}${release}${shared_ext}$major' 1.17599 + shlibpath_var=LD_LIBRARY_PATH 1.17600 + shlibpath_overrides_runpath=no 1.17601 + hardcode_into_libs=yes 1.17602 + dynamic_linker='GNU ld.so' 1.17603 + ;; 1.17604 + 1.17605 +netbsd*) 1.17606 + version_type=sunos 1.17607 + need_lib_prefix=no 1.17608 + need_version=no 1.17609 + if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then 1.17610 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' 1.17611 + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' 1.17612 + dynamic_linker='NetBSD (a.out) ld.so' 1.17613 + else 1.17614 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' 1.17615 + soname_spec='${libname}${release}${shared_ext}$major' 1.17616 + dynamic_linker='NetBSD ld.elf_so' 1.17617 + fi 1.17618 + shlibpath_var=LD_LIBRARY_PATH 1.17619 + shlibpath_overrides_runpath=yes 1.17620 + hardcode_into_libs=yes 1.17621 + ;; 1.17622 + 1.17623 +newsos6) 1.17624 + version_type=linux 1.17625 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 1.17626 + shlibpath_var=LD_LIBRARY_PATH 1.17627 + shlibpath_overrides_runpath=yes 1.17628 + ;; 1.17629 + 1.17630 +nto-qnx*) 1.17631 + version_type=linux 1.17632 + need_lib_prefix=no 1.17633 + need_version=no 1.17634 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 1.17635 + soname_spec='${libname}${release}${shared_ext}$major' 1.17636 + shlibpath_var=LD_LIBRARY_PATH 1.17637 + shlibpath_overrides_runpath=yes 1.17638 + ;; 1.17639 + 1.17640 +openbsd*) 1.17641 + version_type=sunos 1.17642 + sys_lib_dlsearch_path_spec="/usr/lib" 1.17643 + need_lib_prefix=no 1.17644 + # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs. 1.17645 + case $host_os in 1.17646 + openbsd3.3 | openbsd3.3.*) need_version=yes ;; 1.17647 + *) need_version=no ;; 1.17648 + esac 1.17649 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' 1.17650 + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' 1.17651 + shlibpath_var=LD_LIBRARY_PATH 1.17652 + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then 1.17653 + case $host_os in 1.17654 + openbsd2.[89] | openbsd2.[89].*) 1.17655 + shlibpath_overrides_runpath=no 1.17656 + ;; 1.17657 + *) 1.17658 + shlibpath_overrides_runpath=yes 1.17659 + ;; 1.17660 + esac 1.17661 + else 1.17662 + shlibpath_overrides_runpath=yes 1.17663 + fi 1.17664 + ;; 1.17665 + 1.17666 +os2*) 1.17667 + libname_spec='$name' 1.17668 + shrext_cmds=".dll" 1.17669 + need_lib_prefix=no 1.17670 + library_names_spec='$libname${shared_ext} $libname.a' 1.17671 + dynamic_linker='OS/2 ld.exe' 1.17672 + shlibpath_var=LIBPATH 1.17673 + ;; 1.17674 + 1.17675 +osf3* | osf4* | osf5*) 1.17676 + version_type=osf 1.17677 + need_lib_prefix=no 1.17678 + need_version=no 1.17679 + soname_spec='${libname}${release}${shared_ext}$major' 1.17680 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 1.17681 + shlibpath_var=LD_LIBRARY_PATH 1.17682 + sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" 1.17683 + sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" 1.17684 + ;; 1.17685 + 1.17686 +solaris*) 1.17687 + version_type=linux 1.17688 + need_lib_prefix=no 1.17689 + need_version=no 1.17690 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 1.17691 + soname_spec='${libname}${release}${shared_ext}$major' 1.17692 + shlibpath_var=LD_LIBRARY_PATH 1.17693 + shlibpath_overrides_runpath=yes 1.17694 + hardcode_into_libs=yes 1.17695 + # ldd complains unless libraries are executable 1.17696 + postinstall_cmds='chmod +x $lib' 1.17697 + ;; 1.17698 + 1.17699 +sunos4*) 1.17700 + version_type=sunos 1.17701 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' 1.17702 + finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' 1.17703 + shlibpath_var=LD_LIBRARY_PATH 1.17704 + shlibpath_overrides_runpath=yes 1.17705 + if test "$with_gnu_ld" = yes; then 1.17706 + need_lib_prefix=no 1.17707 + fi 1.17708 + need_version=yes 1.17709 + ;; 1.17710 + 1.17711 +sysv4 | sysv4.3*) 1.17712 + version_type=linux 1.17713 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 1.17714 + soname_spec='${libname}${release}${shared_ext}$major' 1.17715 + shlibpath_var=LD_LIBRARY_PATH 1.17716 + case $host_vendor in 1.17717 + sni) 1.17718 + shlibpath_overrides_runpath=no 1.17719 + need_lib_prefix=no 1.17720 + export_dynamic_flag_spec='${wl}-Blargedynsym' 1.17721 + runpath_var=LD_RUN_PATH 1.17722 + ;; 1.17723 + siemens) 1.17724 + need_lib_prefix=no 1.17725 + ;; 1.17726 + motorola) 1.17727 + need_lib_prefix=no 1.17728 + need_version=no 1.17729 + shlibpath_overrides_runpath=no 1.17730 + sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' 1.17731 + ;; 1.17732 + esac 1.17733 + ;; 1.17734 + 1.17735 +sysv4*MP*) 1.17736 + if test -d /usr/nec ;then 1.17737 + version_type=linux 1.17738 + library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' 1.17739 + soname_spec='$libname${shared_ext}.$major' 1.17740 + shlibpath_var=LD_LIBRARY_PATH 1.17741 + fi 1.17742 + ;; 1.17743 + 1.17744 +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) 1.17745 + version_type=freebsd-elf 1.17746 + need_lib_prefix=no 1.17747 + need_version=no 1.17748 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' 1.17749 + soname_spec='${libname}${release}${shared_ext}$major' 1.17750 + shlibpath_var=LD_LIBRARY_PATH 1.17751 + hardcode_into_libs=yes 1.17752 + if test "$with_gnu_ld" = yes; then 1.17753 + sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' 1.17754 + shlibpath_overrides_runpath=no 1.17755 + else 1.17756 + sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' 1.17757 + shlibpath_overrides_runpath=yes 1.17758 + case $host_os in 1.17759 + sco3.2v5*) 1.17760 + sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" 1.17761 + ;; 1.17762 + esac 1.17763 + fi 1.17764 + sys_lib_dlsearch_path_spec='/usr/lib' 1.17765 + ;; 1.17766 + 1.17767 +uts4*) 1.17768 + version_type=linux 1.17769 + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' 1.17770 + soname_spec='${libname}${release}${shared_ext}$major' 1.17771 + shlibpath_var=LD_LIBRARY_PATH 1.17772 + ;; 1.17773 + 1.17774 +*) 1.17775 + dynamic_linker=no 1.17776 + ;; 1.17777 +esac 1.17778 +echo "$as_me:$LINENO: result: $dynamic_linker" >&5 1.17779 +echo "${ECHO_T}$dynamic_linker" >&6 1.17780 +test "$dynamic_linker" = no && can_build_shared=no 1.17781 + 1.17782 +variables_saved_for_relink="PATH $shlibpath_var $runpath_var" 1.17783 +if test "$GCC" = yes; then 1.17784 + variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" 1.17785 +fi 1.17786 + 1.17787 +echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 1.17788 +echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6 1.17789 +hardcode_action_GCJ= 1.17790 +if test -n "$hardcode_libdir_flag_spec_GCJ" || \ 1.17791 + test -n "$runpath_var_GCJ" || \ 1.17792 + test "X$hardcode_automatic_GCJ" = "Xyes" ; then 1.17793 + 1.17794 + # We can hardcode non-existant directories. 1.17795 + if test "$hardcode_direct_GCJ" != no && 1.17796 + # If the only mechanism to avoid hardcoding is shlibpath_var, we 1.17797 + # have to relink, otherwise we might link with an installed library 1.17798 + # when we should be linking with a yet-to-be-installed one 1.17799 + ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, GCJ)" != no && 1.17800 + test "$hardcode_minus_L_GCJ" != no; then 1.17801 + # Linking always hardcodes the temporary library directory. 1.17802 + hardcode_action_GCJ=relink 1.17803 + else 1.17804 + # We can link without hardcoding, and we can hardcode nonexisting dirs. 1.17805 + hardcode_action_GCJ=immediate 1.17806 + fi 1.17807 +else 1.17808 + # We cannot hardcode anything, or else we can only hardcode existing 1.17809 + # directories. 1.17810 + hardcode_action_GCJ=unsupported 1.17811 +fi 1.17812 +echo "$as_me:$LINENO: result: $hardcode_action_GCJ" >&5 1.17813 +echo "${ECHO_T}$hardcode_action_GCJ" >&6 1.17814 + 1.17815 +if test "$hardcode_action_GCJ" = relink; then 1.17816 + # Fast installation is not supported 1.17817 + enable_fast_install=no 1.17818 +elif test "$shlibpath_overrides_runpath" = yes || 1.17819 + test "$enable_shared" = no; then 1.17820 + # Fast installation is not necessary 1.17821 + enable_fast_install=needless 1.17822 +fi 1.17823 + 1.17824 + 1.17825 +# The else clause should only fire when bootstrapping the 1.17826 +# libtool distribution, otherwise you forgot to ship ltmain.sh 1.17827 +# with your package, and you will get complaints that there are 1.17828 +# no rules to generate ltmain.sh. 1.17829 +if test -f "$ltmain"; then 1.17830 + # See if we are running on zsh, and set the options which allow our commands through 1.17831 + # without removal of \ escapes. 1.17832 + if test -n "${ZSH_VERSION+set}" ; then 1.17833 + setopt NO_GLOB_SUBST 1.17834 + fi 1.17835 + # Now quote all the things that may contain metacharacters while being 1.17836 + # careful not to overquote the AC_SUBSTed values. We take copies of the 1.17837 + # variables and quote the copies for generation of the libtool script. 1.17838 + for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \ 1.17839 + SED SHELL STRIP \ 1.17840 + libname_spec library_names_spec soname_spec extract_expsyms_cmds \ 1.17841 + old_striplib striplib file_magic_cmd finish_cmds finish_eval \ 1.17842 + deplibs_check_method reload_flag reload_cmds need_locks \ 1.17843 + lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \ 1.17844 + lt_cv_sys_global_symbol_to_c_name_address \ 1.17845 + sys_lib_search_path_spec sys_lib_dlsearch_path_spec \ 1.17846 + old_postinstall_cmds old_postuninstall_cmds \ 1.17847 + compiler_GCJ \ 1.17848 + CC_GCJ \ 1.17849 + LD_GCJ \ 1.17850 + lt_prog_compiler_wl_GCJ \ 1.17851 + lt_prog_compiler_pic_GCJ \ 1.17852 + lt_prog_compiler_static_GCJ \ 1.17853 + lt_prog_compiler_no_builtin_flag_GCJ \ 1.17854 + export_dynamic_flag_spec_GCJ \ 1.17855 + thread_safe_flag_spec_GCJ \ 1.17856 + whole_archive_flag_spec_GCJ \ 1.17857 + enable_shared_with_static_runtimes_GCJ \ 1.17858 + old_archive_cmds_GCJ \ 1.17859 + old_archive_from_new_cmds_GCJ \ 1.17860 + predep_objects_GCJ \ 1.17861 + postdep_objects_GCJ \ 1.17862 + predeps_GCJ \ 1.17863 + postdeps_GCJ \ 1.17864 + compiler_lib_search_path_GCJ \ 1.17865 + archive_cmds_GCJ \ 1.17866 + archive_expsym_cmds_GCJ \ 1.17867 + postinstall_cmds_GCJ \ 1.17868 + postuninstall_cmds_GCJ \ 1.17869 + old_archive_from_expsyms_cmds_GCJ \ 1.17870 + allow_undefined_flag_GCJ \ 1.17871 + no_undefined_flag_GCJ \ 1.17872 + export_symbols_cmds_GCJ \ 1.17873 + hardcode_libdir_flag_spec_GCJ \ 1.17874 + hardcode_libdir_flag_spec_ld_GCJ \ 1.17875 + hardcode_libdir_separator_GCJ \ 1.17876 + hardcode_automatic_GCJ \ 1.17877 + module_cmds_GCJ \ 1.17878 + module_expsym_cmds_GCJ \ 1.17879 + lt_cv_prog_compiler_c_o_GCJ \ 1.17880 + exclude_expsyms_GCJ \ 1.17881 + include_expsyms_GCJ; do 1.17882 + 1.17883 + case $var in 1.17884 + old_archive_cmds_GCJ | \ 1.17885 + old_archive_from_new_cmds_GCJ | \ 1.17886 + archive_cmds_GCJ | \ 1.17887 + archive_expsym_cmds_GCJ | \ 1.17888 + module_cmds_GCJ | \ 1.17889 + module_expsym_cmds_GCJ | \ 1.17890 + old_archive_from_expsyms_cmds_GCJ | \ 1.17891 + export_symbols_cmds_GCJ | \ 1.17892 + extract_expsyms_cmds | reload_cmds | finish_cmds | \ 1.17893 + postinstall_cmds | postuninstall_cmds | \ 1.17894 + old_postinstall_cmds | old_postuninstall_cmds | \ 1.17895 + sys_lib_search_path_spec | sys_lib_dlsearch_path_spec) 1.17896 + # Double-quote double-evaled strings. 1.17897 + eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" 1.17898 + ;; 1.17899 + *) 1.17900 + eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"" 1.17901 + ;; 1.17902 + esac 1.17903 + done 1.17904 + 1.17905 + case $lt_echo in 1.17906 + *'\$0 --fallback-echo"') 1.17907 + lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'` 1.17908 + ;; 1.17909 + esac 1.17910 + 1.17911 +cfgfile="$ofile" 1.17912 + 1.17913 + cat <<__EOF__ >> "$cfgfile" 1.17914 +# ### BEGIN LIBTOOL TAG CONFIG: $tagname 1.17915 + 1.17916 +# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: 1.17917 + 1.17918 +# Shell to use when invoking shell scripts. 1.17919 +SHELL=$lt_SHELL 1.17920 + 1.17921 +# Whether or not to build shared libraries. 1.17922 +build_libtool_libs=$enable_shared 1.17923 + 1.17924 +# Whether or not to build static libraries. 1.17925 +build_old_libs=$enable_static 1.17926 + 1.17927 +# Whether or not to add -lc for building shared libraries. 1.17928 +build_libtool_need_lc=$archive_cmds_need_lc_GCJ 1.17929 + 1.17930 +# Whether or not to disallow shared libs when runtime libs are static 1.17931 +allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_GCJ 1.17932 + 1.17933 +# Whether or not to optimize for fast installation. 1.17934 +fast_install=$enable_fast_install 1.17935 + 1.17936 +# The host system. 1.17937 +host_alias=$host_alias 1.17938 +host=$host 1.17939 +host_os=$host_os 1.17940 + 1.17941 +# The build system. 1.17942 +build_alias=$build_alias 1.17943 +build=$build 1.17944 +build_os=$build_os 1.17945 + 1.17946 +# An echo program that does not interpret backslashes. 1.17947 +echo=$lt_echo 1.17948 + 1.17949 +# The archiver. 1.17950 +AR=$lt_AR 1.17951 +AR_FLAGS=$lt_AR_FLAGS 1.17952 + 1.17953 +# A C compiler. 1.17954 +LTCC=$lt_LTCC 1.17955 + 1.17956 +# LTCC compiler flags. 1.17957 +LTCFLAGS=$lt_LTCFLAGS 1.17958 + 1.17959 +# A language-specific compiler. 1.17960 +CC=$lt_compiler_GCJ 1.17961 + 1.17962 +# Is the compiler the GNU C compiler? 1.17963 +with_gcc=$GCC_GCJ 1.17964 + 1.17965 +# An ERE matcher. 1.17966 +EGREP=$lt_EGREP 1.17967 + 1.17968 +# The linker used to build libraries. 1.17969 +LD=$lt_LD_GCJ 1.17970 + 1.17971 +# Whether we need hard or soft links. 1.17972 +LN_S=$lt_LN_S 1.17973 + 1.17974 +# A BSD-compatible nm program. 1.17975 +NM=$lt_NM 1.17976 + 1.17977 +# A symbol stripping program 1.17978 +STRIP=$lt_STRIP 1.17979 + 1.17980 +# Used to examine libraries when file_magic_cmd begins "file" 1.17981 +MAGIC_CMD=$MAGIC_CMD 1.17982 + 1.17983 +# Used on cygwin: DLL creation program. 1.17984 +DLLTOOL="$DLLTOOL" 1.17985 + 1.17986 +# Used on cygwin: object dumper. 1.17987 +OBJDUMP="$OBJDUMP" 1.17988 + 1.17989 +# Used on cygwin: assembler. 1.17990 +AS="$AS" 1.17991 + 1.17992 +# The name of the directory that contains temporary libtool files. 1.17993 +objdir=$objdir 1.17994 + 1.17995 +# How to create reloadable object files. 1.17996 +reload_flag=$lt_reload_flag 1.17997 +reload_cmds=$lt_reload_cmds 1.17998 + 1.17999 +# How to pass a linker flag through the compiler. 1.18000 +wl=$lt_lt_prog_compiler_wl_GCJ 1.18001 + 1.18002 +# Object file suffix (normally "o"). 1.18003 +objext="$ac_objext" 1.18004 + 1.18005 +# Old archive suffix (normally "a"). 1.18006 +libext="$libext" 1.18007 + 1.18008 +# Shared library suffix (normally ".so"). 1.18009 +shrext_cmds='$shrext_cmds' 1.18010 + 1.18011 +# Executable file suffix (normally ""). 1.18012 +exeext="$exeext" 1.18013 + 1.18014 +# Additional compiler flags for building library objects. 1.18015 +pic_flag=$lt_lt_prog_compiler_pic_GCJ 1.18016 +pic_mode=$pic_mode 1.18017 + 1.18018 +# What is the maximum length of a command? 1.18019 +max_cmd_len=$lt_cv_sys_max_cmd_len 1.18020 + 1.18021 +# Does compiler simultaneously support -c and -o options? 1.18022 +compiler_c_o=$lt_lt_cv_prog_compiler_c_o_GCJ 1.18023 + 1.18024 +# Must we lock files when doing compilation? 1.18025 +need_locks=$lt_need_locks 1.18026 + 1.18027 +# Do we need the lib prefix for modules? 1.18028 +need_lib_prefix=$need_lib_prefix 1.18029 + 1.18030 +# Do we need a version for libraries? 1.18031 +need_version=$need_version 1.18032 + 1.18033 +# Whether dlopen is supported. 1.18034 +dlopen_support=$enable_dlopen 1.18035 + 1.18036 +# Whether dlopen of programs is supported. 1.18037 +dlopen_self=$enable_dlopen_self 1.18038 + 1.18039 +# Whether dlopen of statically linked programs is supported. 1.18040 +dlopen_self_static=$enable_dlopen_self_static 1.18041 + 1.18042 +# Compiler flag to prevent dynamic linking. 1.18043 +link_static_flag=$lt_lt_prog_compiler_static_GCJ 1.18044 + 1.18045 +# Compiler flag to turn off builtin functions. 1.18046 +no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_GCJ 1.18047 + 1.18048 +# Compiler flag to allow reflexive dlopens. 1.18049 +export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_GCJ 1.18050 + 1.18051 +# Compiler flag to generate shared objects directly from archives. 1.18052 +whole_archive_flag_spec=$lt_whole_archive_flag_spec_GCJ 1.18053 + 1.18054 +# Compiler flag to generate thread-safe objects. 1.18055 +thread_safe_flag_spec=$lt_thread_safe_flag_spec_GCJ 1.18056 + 1.18057 +# Library versioning type. 1.18058 +version_type=$version_type 1.18059 + 1.18060 +# Format of library name prefix. 1.18061 +libname_spec=$lt_libname_spec 1.18062 + 1.18063 +# List of archive names. First name is the real one, the rest are links. 1.18064 +# The last name is the one that the linker finds with -lNAME. 1.18065 +library_names_spec=$lt_library_names_spec 1.18066 + 1.18067 +# The coded name of the library, if different from the real name. 1.18068 +soname_spec=$lt_soname_spec 1.18069 + 1.18070 +# Commands used to build and install an old-style archive. 1.18071 +RANLIB=$lt_RANLIB 1.18072 +old_archive_cmds=$lt_old_archive_cmds_GCJ 1.18073 +old_postinstall_cmds=$lt_old_postinstall_cmds 1.18074 +old_postuninstall_cmds=$lt_old_postuninstall_cmds 1.18075 + 1.18076 +# Create an old-style archive from a shared archive. 1.18077 +old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_GCJ 1.18078 + 1.18079 +# Create a temporary old-style archive to link instead of a shared archive. 1.18080 +old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_GCJ 1.18081 + 1.18082 +# Commands used to build and install a shared archive. 1.18083 +archive_cmds=$lt_archive_cmds_GCJ 1.18084 +archive_expsym_cmds=$lt_archive_expsym_cmds_GCJ 1.18085 +postinstall_cmds=$lt_postinstall_cmds 1.18086 +postuninstall_cmds=$lt_postuninstall_cmds 1.18087 + 1.18088 +# Commands used to build a loadable module (assumed same as above if empty) 1.18089 +module_cmds=$lt_module_cmds_GCJ 1.18090 +module_expsym_cmds=$lt_module_expsym_cmds_GCJ 1.18091 + 1.18092 +# Commands to strip libraries. 1.18093 +old_striplib=$lt_old_striplib 1.18094 +striplib=$lt_striplib 1.18095 + 1.18096 +# Dependencies to place before the objects being linked to create a 1.18097 +# shared library. 1.18098 +predep_objects=$lt_predep_objects_GCJ 1.18099 + 1.18100 +# Dependencies to place after the objects being linked to create a 1.18101 +# shared library. 1.18102 +postdep_objects=$lt_postdep_objects_GCJ 1.18103 + 1.18104 +# Dependencies to place before the objects being linked to create a 1.18105 +# shared library. 1.18106 +predeps=$lt_predeps_GCJ 1.18107 + 1.18108 +# Dependencies to place after the objects being linked to create a 1.18109 +# shared library. 1.18110 +postdeps=$lt_postdeps_GCJ 1.18111 + 1.18112 +# The library search path used internally by the compiler when linking 1.18113 +# a shared library. 1.18114 +compiler_lib_search_path=$lt_compiler_lib_search_path_GCJ 1.18115 + 1.18116 +# Method to check whether dependent libraries are shared objects. 1.18117 +deplibs_check_method=$lt_deplibs_check_method 1.18118 + 1.18119 +# Command to use when deplibs_check_method == file_magic. 1.18120 +file_magic_cmd=$lt_file_magic_cmd 1.18121 + 1.18122 +# Flag that allows shared libraries with undefined symbols to be built. 1.18123 +allow_undefined_flag=$lt_allow_undefined_flag_GCJ 1.18124 + 1.18125 +# Flag that forces no undefined symbols. 1.18126 +no_undefined_flag=$lt_no_undefined_flag_GCJ 1.18127 + 1.18128 +# Commands used to finish a libtool library installation in a directory. 1.18129 +finish_cmds=$lt_finish_cmds 1.18130 + 1.18131 +# Same as above, but a single script fragment to be evaled but not shown. 1.18132 +finish_eval=$lt_finish_eval 1.18133 + 1.18134 +# Take the output of nm and produce a listing of raw symbols and C names. 1.18135 +global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe 1.18136 + 1.18137 +# Transform the output of nm in a proper C declaration 1.18138 +global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl 1.18139 + 1.18140 +# Transform the output of nm in a C name address pair 1.18141 +global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address 1.18142 + 1.18143 +# This is the shared library runtime path variable. 1.18144 +runpath_var=$runpath_var 1.18145 + 1.18146 +# This is the shared library path variable. 1.18147 +shlibpath_var=$shlibpath_var 1.18148 + 1.18149 +# Is shlibpath searched before the hard-coded library search path? 1.18150 +shlibpath_overrides_runpath=$shlibpath_overrides_runpath 1.18151 + 1.18152 +# How to hardcode a shared library path into an executable. 1.18153 +hardcode_action=$hardcode_action_GCJ 1.18154 + 1.18155 +# Whether we should hardcode library paths into libraries. 1.18156 +hardcode_into_libs=$hardcode_into_libs 1.18157 + 1.18158 +# Flag to hardcode \$libdir into a binary during linking. 1.18159 +# This must work even if \$libdir does not exist. 1.18160 +hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_GCJ 1.18161 + 1.18162 +# If ld is used when linking, flag to hardcode \$libdir into 1.18163 +# a binary during linking. This must work even if \$libdir does 1.18164 +# not exist. 1.18165 +hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_GCJ 1.18166 + 1.18167 +# Whether we need a single -rpath flag with a separated argument. 1.18168 +hardcode_libdir_separator=$lt_hardcode_libdir_separator_GCJ 1.18169 + 1.18170 +# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the 1.18171 +# resulting binary. 1.18172 +hardcode_direct=$hardcode_direct_GCJ 1.18173 + 1.18174 +# Set to yes if using the -LDIR flag during linking hardcodes DIR into the 1.18175 +# resulting binary. 1.18176 +hardcode_minus_L=$hardcode_minus_L_GCJ 1.18177 + 1.18178 +# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into 1.18179 +# the resulting binary. 1.18180 +hardcode_shlibpath_var=$hardcode_shlibpath_var_GCJ 1.18181 + 1.18182 +# Set to yes if building a shared library automatically hardcodes DIR into the library 1.18183 +# and all subsequent libraries and executables linked against it. 1.18184 +hardcode_automatic=$hardcode_automatic_GCJ 1.18185 + 1.18186 +# Variables whose values should be saved in libtool wrapper scripts and 1.18187 +# restored at relink time. 1.18188 +variables_saved_for_relink="$variables_saved_for_relink" 1.18189 + 1.18190 +# Whether libtool must link a program against all its dependency libraries. 1.18191 +link_all_deplibs=$link_all_deplibs_GCJ 1.18192 + 1.18193 +# Compile-time system search path for libraries 1.18194 +sys_lib_search_path_spec=$lt_sys_lib_search_path_spec 1.18195 + 1.18196 +# Run-time system search path for libraries 1.18197 +sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec 1.18198 + 1.18199 +# Fix the shell variable \$srcfile for the compiler. 1.18200 +fix_srcfile_path="$fix_srcfile_path_GCJ" 1.18201 + 1.18202 +# Set to yes if exported symbols are required. 1.18203 +always_export_symbols=$always_export_symbols_GCJ 1.18204 + 1.18205 +# The commands to list exported symbols. 1.18206 +export_symbols_cmds=$lt_export_symbols_cmds_GCJ 1.18207 + 1.18208 +# The commands to extract the exported symbol list from a shared archive. 1.18209 +extract_expsyms_cmds=$lt_extract_expsyms_cmds 1.18210 + 1.18211 +# Symbols that should not be listed in the preloaded symbols. 1.18212 +exclude_expsyms=$lt_exclude_expsyms_GCJ 1.18213 + 1.18214 +# Symbols that must always be exported. 1.18215 +include_expsyms=$lt_include_expsyms_GCJ 1.18216 + 1.18217 +# ### END LIBTOOL TAG CONFIG: $tagname 1.18218 + 1.18219 +__EOF__ 1.18220 + 1.18221 + 1.18222 +else 1.18223 + # If there is no Makefile yet, we rely on a make rule to execute 1.18224 + # `config.status --recheck' to rerun these tests and create the 1.18225 + # libtool script then. 1.18226 + ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` 1.18227 + if test -f "$ltmain_in"; then 1.18228 + test -f Makefile && make "$ltmain" 1.18229 + fi 1.18230 +fi 1.18231 + 1.18232 + 1.18233 +ac_ext=c 1.18234 +ac_cpp='$CPP $CPPFLAGS' 1.18235 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1.18236 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1.18237 +ac_compiler_gnu=$ac_cv_c_compiler_gnu 1.18238 + 1.18239 +CC="$lt_save_CC" 1.18240 + 1.18241 + else 1.18242 + tagname="" 1.18243 + fi 1.18244 + ;; 1.18245 + 1.18246 + RC) 1.18247 + 1.18248 + 1.18249 + 1.18250 +# Source file extension for RC test sources. 1.18251 +ac_ext=rc 1.18252 + 1.18253 +# Object file extension for compiled RC test sources. 1.18254 +objext=o 1.18255 +objext_RC=$objext 1.18256 + 1.18257 +# Code to be used in simple compile tests 1.18258 +lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }\n' 1.18259 + 1.18260 +# Code to be used in simple link tests 1.18261 +lt_simple_link_test_code="$lt_simple_compile_test_code" 1.18262 + 1.18263 +# ltmain only uses $CC for tagged configurations so make sure $CC is set. 1.18264 + 1.18265 +# If no C compiler was specified, use CC. 1.18266 +LTCC=${LTCC-"$CC"} 1.18267 + 1.18268 +# If no C compiler flags were specified, use CFLAGS. 1.18269 +LTCFLAGS=${LTCFLAGS-"$CFLAGS"} 1.18270 + 1.18271 +# Allow CC to be a program name with arguments. 1.18272 +compiler=$CC 1.18273 + 1.18274 + 1.18275 +# save warnings/boilerplate of simple test code 1.18276 +ac_outfile=conftest.$ac_objext 1.18277 +printf "$lt_simple_compile_test_code" >conftest.$ac_ext 1.18278 +eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err 1.18279 +_lt_compiler_boilerplate=`cat conftest.err` 1.18280 +$rm conftest* 1.18281 + 1.18282 +ac_outfile=conftest.$ac_objext 1.18283 +printf "$lt_simple_link_test_code" >conftest.$ac_ext 1.18284 +eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err 1.18285 +_lt_linker_boilerplate=`cat conftest.err` 1.18286 +$rm conftest* 1.18287 + 1.18288 + 1.18289 +# Allow CC to be a program name with arguments. 1.18290 +lt_save_CC="$CC" 1.18291 +CC=${RC-"windres"} 1.18292 +compiler=$CC 1.18293 +compiler_RC=$CC 1.18294 +for cc_temp in $compiler""; do 1.18295 + case $cc_temp in 1.18296 + compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; 1.18297 + distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; 1.18298 + \-*) ;; 1.18299 + *) break;; 1.18300 + esac 1.18301 +done 1.18302 +cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` 1.18303 + 1.18304 +lt_cv_prog_compiler_c_o_RC=yes 1.18305 + 1.18306 +# The else clause should only fire when bootstrapping the 1.18307 +# libtool distribution, otherwise you forgot to ship ltmain.sh 1.18308 +# with your package, and you will get complaints that there are 1.18309 +# no rules to generate ltmain.sh. 1.18310 +if test -f "$ltmain"; then 1.18311 + # See if we are running on zsh, and set the options which allow our commands through 1.18312 + # without removal of \ escapes. 1.18313 + if test -n "${ZSH_VERSION+set}" ; then 1.18314 + setopt NO_GLOB_SUBST 1.18315 + fi 1.18316 + # Now quote all the things that may contain metacharacters while being 1.18317 + # careful not to overquote the AC_SUBSTed values. We take copies of the 1.18318 + # variables and quote the copies for generation of the libtool script. 1.18319 + for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \ 1.18320 + SED SHELL STRIP \ 1.18321 + libname_spec library_names_spec soname_spec extract_expsyms_cmds \ 1.18322 + old_striplib striplib file_magic_cmd finish_cmds finish_eval \ 1.18323 + deplibs_check_method reload_flag reload_cmds need_locks \ 1.18324 + lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \ 1.18325 + lt_cv_sys_global_symbol_to_c_name_address \ 1.18326 + sys_lib_search_path_spec sys_lib_dlsearch_path_spec \ 1.18327 + old_postinstall_cmds old_postuninstall_cmds \ 1.18328 + compiler_RC \ 1.18329 + CC_RC \ 1.18330 + LD_RC \ 1.18331 + lt_prog_compiler_wl_RC \ 1.18332 + lt_prog_compiler_pic_RC \ 1.18333 + lt_prog_compiler_static_RC \ 1.18334 + lt_prog_compiler_no_builtin_flag_RC \ 1.18335 + export_dynamic_flag_spec_RC \ 1.18336 + thread_safe_flag_spec_RC \ 1.18337 + whole_archive_flag_spec_RC \ 1.18338 + enable_shared_with_static_runtimes_RC \ 1.18339 + old_archive_cmds_RC \ 1.18340 + old_archive_from_new_cmds_RC \ 1.18341 + predep_objects_RC \ 1.18342 + postdep_objects_RC \ 1.18343 + predeps_RC \ 1.18344 + postdeps_RC \ 1.18345 + compiler_lib_search_path_RC \ 1.18346 + archive_cmds_RC \ 1.18347 + archive_expsym_cmds_RC \ 1.18348 + postinstall_cmds_RC \ 1.18349 + postuninstall_cmds_RC \ 1.18350 + old_archive_from_expsyms_cmds_RC \ 1.18351 + allow_undefined_flag_RC \ 1.18352 + no_undefined_flag_RC \ 1.18353 + export_symbols_cmds_RC \ 1.18354 + hardcode_libdir_flag_spec_RC \ 1.18355 + hardcode_libdir_flag_spec_ld_RC \ 1.18356 + hardcode_libdir_separator_RC \ 1.18357 + hardcode_automatic_RC \ 1.18358 + module_cmds_RC \ 1.18359 + module_expsym_cmds_RC \ 1.18360 + lt_cv_prog_compiler_c_o_RC \ 1.18361 + exclude_expsyms_RC \ 1.18362 + include_expsyms_RC; do 1.18363 + 1.18364 + case $var in 1.18365 + old_archive_cmds_RC | \ 1.18366 + old_archive_from_new_cmds_RC | \ 1.18367 + archive_cmds_RC | \ 1.18368 + archive_expsym_cmds_RC | \ 1.18369 + module_cmds_RC | \ 1.18370 + module_expsym_cmds_RC | \ 1.18371 + old_archive_from_expsyms_cmds_RC | \ 1.18372 + export_symbols_cmds_RC | \ 1.18373 + extract_expsyms_cmds | reload_cmds | finish_cmds | \ 1.18374 + postinstall_cmds | postuninstall_cmds | \ 1.18375 + old_postinstall_cmds | old_postuninstall_cmds | \ 1.18376 + sys_lib_search_path_spec | sys_lib_dlsearch_path_spec) 1.18377 + # Double-quote double-evaled strings. 1.18378 + eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" 1.18379 + ;; 1.18380 + *) 1.18381 + eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"" 1.18382 + ;; 1.18383 + esac 1.18384 + done 1.18385 + 1.18386 + case $lt_echo in 1.18387 + *'\$0 --fallback-echo"') 1.18388 + lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'` 1.18389 + ;; 1.18390 + esac 1.18391 + 1.18392 +cfgfile="$ofile" 1.18393 + 1.18394 + cat <<__EOF__ >> "$cfgfile" 1.18395 +# ### BEGIN LIBTOOL TAG CONFIG: $tagname 1.18396 + 1.18397 +# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: 1.18398 + 1.18399 +# Shell to use when invoking shell scripts. 1.18400 +SHELL=$lt_SHELL 1.18401 + 1.18402 +# Whether or not to build shared libraries. 1.18403 +build_libtool_libs=$enable_shared 1.18404 + 1.18405 +# Whether or not to build static libraries. 1.18406 +build_old_libs=$enable_static 1.18407 + 1.18408 +# Whether or not to add -lc for building shared libraries. 1.18409 +build_libtool_need_lc=$archive_cmds_need_lc_RC 1.18410 + 1.18411 +# Whether or not to disallow shared libs when runtime libs are static 1.18412 +allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_RC 1.18413 + 1.18414 +# Whether or not to optimize for fast installation. 1.18415 +fast_install=$enable_fast_install 1.18416 + 1.18417 +# The host system. 1.18418 +host_alias=$host_alias 1.18419 +host=$host 1.18420 +host_os=$host_os 1.18421 + 1.18422 +# The build system. 1.18423 +build_alias=$build_alias 1.18424 +build=$build 1.18425 +build_os=$build_os 1.18426 + 1.18427 +# An echo program that does not interpret backslashes. 1.18428 +echo=$lt_echo 1.18429 + 1.18430 +# The archiver. 1.18431 +AR=$lt_AR 1.18432 +AR_FLAGS=$lt_AR_FLAGS 1.18433 + 1.18434 +# A C compiler. 1.18435 +LTCC=$lt_LTCC 1.18436 + 1.18437 +# LTCC compiler flags. 1.18438 +LTCFLAGS=$lt_LTCFLAGS 1.18439 + 1.18440 +# A language-specific compiler. 1.18441 +CC=$lt_compiler_RC 1.18442 + 1.18443 +# Is the compiler the GNU C compiler? 1.18444 +with_gcc=$GCC_RC 1.18445 + 1.18446 +# An ERE matcher. 1.18447 +EGREP=$lt_EGREP 1.18448 + 1.18449 +# The linker used to build libraries. 1.18450 +LD=$lt_LD_RC 1.18451 + 1.18452 +# Whether we need hard or soft links. 1.18453 +LN_S=$lt_LN_S 1.18454 + 1.18455 +# A BSD-compatible nm program. 1.18456 +NM=$lt_NM 1.18457 + 1.18458 +# A symbol stripping program 1.18459 +STRIP=$lt_STRIP 1.18460 + 1.18461 +# Used to examine libraries when file_magic_cmd begins "file" 1.18462 +MAGIC_CMD=$MAGIC_CMD 1.18463 + 1.18464 +# Used on cygwin: DLL creation program. 1.18465 +DLLTOOL="$DLLTOOL" 1.18466 + 1.18467 +# Used on cygwin: object dumper. 1.18468 +OBJDUMP="$OBJDUMP" 1.18469 + 1.18470 +# Used on cygwin: assembler. 1.18471 +AS="$AS" 1.18472 + 1.18473 +# The name of the directory that contains temporary libtool files. 1.18474 +objdir=$objdir 1.18475 + 1.18476 +# How to create reloadable object files. 1.18477 +reload_flag=$lt_reload_flag 1.18478 +reload_cmds=$lt_reload_cmds 1.18479 + 1.18480 +# How to pass a linker flag through the compiler. 1.18481 +wl=$lt_lt_prog_compiler_wl_RC 1.18482 + 1.18483 +# Object file suffix (normally "o"). 1.18484 +objext="$ac_objext" 1.18485 + 1.18486 +# Old archive suffix (normally "a"). 1.18487 +libext="$libext" 1.18488 + 1.18489 +# Shared library suffix (normally ".so"). 1.18490 +shrext_cmds='$shrext_cmds' 1.18491 + 1.18492 +# Executable file suffix (normally ""). 1.18493 +exeext="$exeext" 1.18494 + 1.18495 +# Additional compiler flags for building library objects. 1.18496 +pic_flag=$lt_lt_prog_compiler_pic_RC 1.18497 +pic_mode=$pic_mode 1.18498 + 1.18499 +# What is the maximum length of a command? 1.18500 +max_cmd_len=$lt_cv_sys_max_cmd_len 1.18501 + 1.18502 +# Does compiler simultaneously support -c and -o options? 1.18503 +compiler_c_o=$lt_lt_cv_prog_compiler_c_o_RC 1.18504 + 1.18505 +# Must we lock files when doing compilation? 1.18506 +need_locks=$lt_need_locks 1.18507 + 1.18508 +# Do we need the lib prefix for modules? 1.18509 +need_lib_prefix=$need_lib_prefix 1.18510 + 1.18511 +# Do we need a version for libraries? 1.18512 +need_version=$need_version 1.18513 + 1.18514 +# Whether dlopen is supported. 1.18515 +dlopen_support=$enable_dlopen 1.18516 + 1.18517 +# Whether dlopen of programs is supported. 1.18518 +dlopen_self=$enable_dlopen_self 1.18519 + 1.18520 +# Whether dlopen of statically linked programs is supported. 1.18521 +dlopen_self_static=$enable_dlopen_self_static 1.18522 + 1.18523 +# Compiler flag to prevent dynamic linking. 1.18524 +link_static_flag=$lt_lt_prog_compiler_static_RC 1.18525 + 1.18526 +# Compiler flag to turn off builtin functions. 1.18527 +no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_RC 1.18528 + 1.18529 +# Compiler flag to allow reflexive dlopens. 1.18530 +export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_RC 1.18531 + 1.18532 +# Compiler flag to generate shared objects directly from archives. 1.18533 +whole_archive_flag_spec=$lt_whole_archive_flag_spec_RC 1.18534 + 1.18535 +# Compiler flag to generate thread-safe objects. 1.18536 +thread_safe_flag_spec=$lt_thread_safe_flag_spec_RC 1.18537 + 1.18538 +# Library versioning type. 1.18539 +version_type=$version_type 1.18540 + 1.18541 +# Format of library name prefix. 1.18542 +libname_spec=$lt_libname_spec 1.18543 + 1.18544 +# List of archive names. First name is the real one, the rest are links. 1.18545 +# The last name is the one that the linker finds with -lNAME. 1.18546 +library_names_spec=$lt_library_names_spec 1.18547 + 1.18548 +# The coded name of the library, if different from the real name. 1.18549 +soname_spec=$lt_soname_spec 1.18550 + 1.18551 +# Commands used to build and install an old-style archive. 1.18552 +RANLIB=$lt_RANLIB 1.18553 +old_archive_cmds=$lt_old_archive_cmds_RC 1.18554 +old_postinstall_cmds=$lt_old_postinstall_cmds 1.18555 +old_postuninstall_cmds=$lt_old_postuninstall_cmds 1.18556 + 1.18557 +# Create an old-style archive from a shared archive. 1.18558 +old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_RC 1.18559 + 1.18560 +# Create a temporary old-style archive to link instead of a shared archive. 1.18561 +old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_RC 1.18562 + 1.18563 +# Commands used to build and install a shared archive. 1.18564 +archive_cmds=$lt_archive_cmds_RC 1.18565 +archive_expsym_cmds=$lt_archive_expsym_cmds_RC 1.18566 +postinstall_cmds=$lt_postinstall_cmds 1.18567 +postuninstall_cmds=$lt_postuninstall_cmds 1.18568 + 1.18569 +# Commands used to build a loadable module (assumed same as above if empty) 1.18570 +module_cmds=$lt_module_cmds_RC 1.18571 +module_expsym_cmds=$lt_module_expsym_cmds_RC 1.18572 + 1.18573 +# Commands to strip libraries. 1.18574 +old_striplib=$lt_old_striplib 1.18575 +striplib=$lt_striplib 1.18576 + 1.18577 +# Dependencies to place before the objects being linked to create a 1.18578 +# shared library. 1.18579 +predep_objects=$lt_predep_objects_RC 1.18580 + 1.18581 +# Dependencies to place after the objects being linked to create a 1.18582 +# shared library. 1.18583 +postdep_objects=$lt_postdep_objects_RC 1.18584 + 1.18585 +# Dependencies to place before the objects being linked to create a 1.18586 +# shared library. 1.18587 +predeps=$lt_predeps_RC 1.18588 + 1.18589 +# Dependencies to place after the objects being linked to create a 1.18590 +# shared library. 1.18591 +postdeps=$lt_postdeps_RC 1.18592 + 1.18593 +# The library search path used internally by the compiler when linking 1.18594 +# a shared library. 1.18595 +compiler_lib_search_path=$lt_compiler_lib_search_path_RC 1.18596 + 1.18597 +# Method to check whether dependent libraries are shared objects. 1.18598 +deplibs_check_method=$lt_deplibs_check_method 1.18599 + 1.18600 +# Command to use when deplibs_check_method == file_magic. 1.18601 +file_magic_cmd=$lt_file_magic_cmd 1.18602 + 1.18603 +# Flag that allows shared libraries with undefined symbols to be built. 1.18604 +allow_undefined_flag=$lt_allow_undefined_flag_RC 1.18605 + 1.18606 +# Flag that forces no undefined symbols. 1.18607 +no_undefined_flag=$lt_no_undefined_flag_RC 1.18608 + 1.18609 +# Commands used to finish a libtool library installation in a directory. 1.18610 +finish_cmds=$lt_finish_cmds 1.18611 + 1.18612 +# Same as above, but a single script fragment to be evaled but not shown. 1.18613 +finish_eval=$lt_finish_eval 1.18614 + 1.18615 +# Take the output of nm and produce a listing of raw symbols and C names. 1.18616 +global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe 1.18617 + 1.18618 +# Transform the output of nm in a proper C declaration 1.18619 +global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl 1.18620 + 1.18621 +# Transform the output of nm in a C name address pair 1.18622 +global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address 1.18623 + 1.18624 +# This is the shared library runtime path variable. 1.18625 +runpath_var=$runpath_var 1.18626 + 1.18627 +# This is the shared library path variable. 1.18628 +shlibpath_var=$shlibpath_var 1.18629 + 1.18630 +# Is shlibpath searched before the hard-coded library search path? 1.18631 +shlibpath_overrides_runpath=$shlibpath_overrides_runpath 1.18632 + 1.18633 +# How to hardcode a shared library path into an executable. 1.18634 +hardcode_action=$hardcode_action_RC 1.18635 + 1.18636 +# Whether we should hardcode library paths into libraries. 1.18637 +hardcode_into_libs=$hardcode_into_libs 1.18638 + 1.18639 +# Flag to hardcode \$libdir into a binary during linking. 1.18640 +# This must work even if \$libdir does not exist. 1.18641 +hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_RC 1.18642 + 1.18643 +# If ld is used when linking, flag to hardcode \$libdir into 1.18644 +# a binary during linking. This must work even if \$libdir does 1.18645 +# not exist. 1.18646 +hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_RC 1.18647 + 1.18648 +# Whether we need a single -rpath flag with a separated argument. 1.18649 +hardcode_libdir_separator=$lt_hardcode_libdir_separator_RC 1.18650 + 1.18651 +# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the 1.18652 +# resulting binary. 1.18653 +hardcode_direct=$hardcode_direct_RC 1.18654 + 1.18655 +# Set to yes if using the -LDIR flag during linking hardcodes DIR into the 1.18656 +# resulting binary. 1.18657 +hardcode_minus_L=$hardcode_minus_L_RC 1.18658 + 1.18659 +# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into 1.18660 +# the resulting binary. 1.18661 +hardcode_shlibpath_var=$hardcode_shlibpath_var_RC 1.18662 + 1.18663 +# Set to yes if building a shared library automatically hardcodes DIR into the library 1.18664 +# and all subsequent libraries and executables linked against it. 1.18665 +hardcode_automatic=$hardcode_automatic_RC 1.18666 + 1.18667 +# Variables whose values should be saved in libtool wrapper scripts and 1.18668 +# restored at relink time. 1.18669 +variables_saved_for_relink="$variables_saved_for_relink" 1.18670 + 1.18671 +# Whether libtool must link a program against all its dependency libraries. 1.18672 +link_all_deplibs=$link_all_deplibs_RC 1.18673 + 1.18674 +# Compile-time system search path for libraries 1.18675 +sys_lib_search_path_spec=$lt_sys_lib_search_path_spec 1.18676 + 1.18677 +# Run-time system search path for libraries 1.18678 +sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec 1.18679 + 1.18680 +# Fix the shell variable \$srcfile for the compiler. 1.18681 +fix_srcfile_path="$fix_srcfile_path_RC" 1.18682 + 1.18683 +# Set to yes if exported symbols are required. 1.18684 +always_export_symbols=$always_export_symbols_RC 1.18685 + 1.18686 +# The commands to list exported symbols. 1.18687 +export_symbols_cmds=$lt_export_symbols_cmds_RC 1.18688 + 1.18689 +# The commands to extract the exported symbol list from a shared archive. 1.18690 +extract_expsyms_cmds=$lt_extract_expsyms_cmds 1.18691 + 1.18692 +# Symbols that should not be listed in the preloaded symbols. 1.18693 +exclude_expsyms=$lt_exclude_expsyms_RC 1.18694 + 1.18695 +# Symbols that must always be exported. 1.18696 +include_expsyms=$lt_include_expsyms_RC 1.18697 + 1.18698 +# ### END LIBTOOL TAG CONFIG: $tagname 1.18699 + 1.18700 +__EOF__ 1.18701 + 1.18702 + 1.18703 +else 1.18704 + # If there is no Makefile yet, we rely on a make rule to execute 1.18705 + # `config.status --recheck' to rerun these tests and create the 1.18706 + # libtool script then. 1.18707 + ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` 1.18708 + if test -f "$ltmain_in"; then 1.18709 + test -f Makefile && make "$ltmain" 1.18710 + fi 1.18711 +fi 1.18712 + 1.18713 + 1.18714 +ac_ext=c 1.18715 +ac_cpp='$CPP $CPPFLAGS' 1.18716 +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1.18717 +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1.18718 +ac_compiler_gnu=$ac_cv_c_compiler_gnu 1.18719 + 1.18720 +CC="$lt_save_CC" 1.18721 + 1.18722 + ;; 1.18723 + 1.18724 + *) 1.18725 + { { echo "$as_me:$LINENO: error: Unsupported tag name: $tagname" >&5 1.18726 +echo "$as_me: error: Unsupported tag name: $tagname" >&2;} 1.18727 + { (exit 1); exit 1; }; } 1.18728 + ;; 1.18729 + esac 1.18730 + 1.18731 + # Append the new tag name to the list of available tags. 1.18732 + if test -n "$tagname" ; then 1.18733 + available_tags="$available_tags $tagname" 1.18734 + fi 1.18735 + fi 1.18736 + done 1.18737 + IFS="$lt_save_ifs" 1.18738 + 1.18739 + # Now substitute the updated list of available tags. 1.18740 + if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then 1.18741 + mv "${ofile}T" "$ofile" 1.18742 + chmod +x "$ofile" 1.18743 + else 1.18744 + rm -f "${ofile}T" 1.18745 + { { echo "$as_me:$LINENO: error: unable to update list of available tagged configurations." >&5 1.18746 +echo "$as_me: error: unable to update list of available tagged configurations." >&2;} 1.18747 + { (exit 1); exit 1; }; } 1.18748 + fi 1.18749 +fi 1.18750 + 1.18751 + 1.18752 + 1.18753 +# This can be used to rebuild libtool when needed 1.18754 +LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" 1.18755 + 1.18756 +# Always use our own libtool. 1.18757 +LIBTOOL='$(SHELL) $(top_builddir)/libtool' 1.18758 + 1.18759 +# Prevent multiple expansion 1.18760 + 1.18761 + 1.18762 + 1.18763 + 1.18764 + 1.18765 + 1.18766 + 1.18767 + 1.18768 + 1.18769 + 1.18770 + 1.18771 + 1.18772 + 1.18773 + 1.18774 + 1.18775 + 1.18776 + 1.18777 + 1.18778 + 1.18779 + 1.18780 + 1.18781 +PLUGIN_LDFLAGS="-module -avoid-version" 1.18782 + 1.18783 + 1.18784 +# work around a bug where need_version is set to no by the above 1.18785 +# -avoid-version call when this is not supported on OpenBSD (or am I 1.18786 +# completely wrong about this?) 1.18787 +case "${host_os}" in 1.18788 + openbsd*) 1.18789 + sed 's/^need_version=no$/need_version=yes/' < libtool > libtool.tmp && mv -f libtool.tmp libtool 1.18790 + ;; 1.18791 + esac 1.18792 + 1.18793 + 1.18794 + 1.18795 +# Extract the first word of "pkg-config", so it can be a program name with args. 1.18796 +set dummy pkg-config; ac_word=$2 1.18797 +echo "$as_me:$LINENO: checking for $ac_word" >&5 1.18798 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1.18799 +if test "${ac_cv_path_PKG_CONFIG+set}" = set; then 1.18800 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.18801 +else 1.18802 + case $PKG_CONFIG in 1.18803 + [\\/]* | ?:[\\/]*) 1.18804 + ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. 1.18805 + ;; 1.18806 + *) 1.18807 + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.18808 +for as_dir in $PATH 1.18809 +do 1.18810 + IFS=$as_save_IFS 1.18811 + test -z "$as_dir" && as_dir=. 1.18812 + for ac_exec_ext in '' $ac_executable_extensions; do 1.18813 + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1.18814 + ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" 1.18815 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1.18816 + break 2 1.18817 + fi 1.18818 +done 1.18819 +done 1.18820 + 1.18821 + ;; 1.18822 +esac 1.18823 +fi 1.18824 +PKG_CONFIG=$ac_cv_path_PKG_CONFIG 1.18825 + 1.18826 +if test -n "$PKG_CONFIG"; then 1.18827 + echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 1.18828 +echo "${ECHO_T}$PKG_CONFIG" >&6 1.18829 +else 1.18830 + echo "$as_me:$LINENO: result: no" >&5 1.18831 +echo "${ECHO_T}no" >&6 1.18832 +fi 1.18833 + 1.18834 + 1.18835 + if test x$prefix != xNONE; then 1.18836 + PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$prefix/lib/pkgconfig" 1.18837 + fi 1.18838 + 1.18839 + PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig" 1.18840 + export PKG_CONFIG_PATH 1.18841 + 1.18842 + 1.18843 + succeeded=no 1.18844 + 1.18845 + if test -z "$PKG_CONFIG"; then 1.18846 + # Extract the first word of "pkg-config", so it can be a program name with args. 1.18847 +set dummy pkg-config; ac_word=$2 1.18848 +echo "$as_me:$LINENO: checking for $ac_word" >&5 1.18849 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1.18850 +if test "${ac_cv_path_PKG_CONFIG+set}" = set; then 1.18851 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.18852 +else 1.18853 + case $PKG_CONFIG in 1.18854 + [\\/]* | ?:[\\/]*) 1.18855 + ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. 1.18856 + ;; 1.18857 + *) 1.18858 + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.18859 +for as_dir in $PATH 1.18860 +do 1.18861 + IFS=$as_save_IFS 1.18862 + test -z "$as_dir" && as_dir=. 1.18863 + for ac_exec_ext in '' $ac_executable_extensions; do 1.18864 + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1.18865 + ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" 1.18866 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1.18867 + break 2 1.18868 + fi 1.18869 +done 1.18870 +done 1.18871 + 1.18872 + test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no" 1.18873 + ;; 1.18874 +esac 1.18875 +fi 1.18876 +PKG_CONFIG=$ac_cv_path_PKG_CONFIG 1.18877 + 1.18878 +if test -n "$PKG_CONFIG"; then 1.18879 + echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 1.18880 +echo "${ECHO_T}$PKG_CONFIG" >&6 1.18881 +else 1.18882 + echo "$as_me:$LINENO: result: no" >&5 1.18883 +echo "${ECHO_T}no" >&6 1.18884 +fi 1.18885 + 1.18886 + fi 1.18887 + 1.18888 + if test "$PKG_CONFIG" = "no" ; then 1.18889 + echo "*** The pkg-config script could not be found. Make sure it is" 1.18890 + echo "*** in your path, or set the PKG_CONFIG environment variable" 1.18891 + echo "*** to the full path to pkg-config." 1.18892 + echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config." 1.18893 + else 1.18894 + PKG_CONFIG_MIN_VERSION=0.9.0 1.18895 + if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then 1.18896 + echo "$as_me:$LINENO: checking for libgift >= 0.11.4 libgift < 0.12.0" >&5 1.18897 +echo $ECHO_N "checking for libgift >= 0.11.4 libgift < 0.12.0... $ECHO_C" >&6 1.18898 + 1.18899 + if $PKG_CONFIG --exists "libgift >= 0.11.4 libgift < 0.12.0" ; then 1.18900 + echo "$as_me:$LINENO: result: yes" >&5 1.18901 +echo "${ECHO_T}yes" >&6 1.18902 + succeeded=yes 1.18903 + 1.18904 + echo "$as_me:$LINENO: checking GNUTELLA_CFLAGS" >&5 1.18905 +echo $ECHO_N "checking GNUTELLA_CFLAGS... $ECHO_C" >&6 1.18906 + GNUTELLA_CFLAGS=`$PKG_CONFIG --cflags "libgift >= 0.11.4 libgift < 0.12.0"` 1.18907 + echo "$as_me:$LINENO: result: $GNUTELLA_CFLAGS" >&5 1.18908 +echo "${ECHO_T}$GNUTELLA_CFLAGS" >&6 1.18909 + 1.18910 + echo "$as_me:$LINENO: checking GNUTELLA_LIBS" >&5 1.18911 +echo $ECHO_N "checking GNUTELLA_LIBS... $ECHO_C" >&6 1.18912 + GNUTELLA_LIBS=`$PKG_CONFIG --libs "libgift >= 0.11.4 libgift < 0.12.0"` 1.18913 + echo "$as_me:$LINENO: result: $GNUTELLA_LIBS" >&5 1.18914 +echo "${ECHO_T}$GNUTELLA_LIBS" >&6 1.18915 + else 1.18916 + GNUTELLA_CFLAGS="" 1.18917 + GNUTELLA_LIBS="" 1.18918 + ## If we have a custom action on failure, don't print errors, but 1.18919 + ## do set a variable so people can do so. 1.18920 + GNUTELLA_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libgift >= 0.11.4 libgift < 0.12.0"` 1.18921 + echo $GNUTELLA_PKG_ERRORS 1.18922 + fi 1.18923 + 1.18924 + 1.18925 + 1.18926 + else 1.18927 + echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer." 1.18928 + echo "*** See http://www.freedesktop.org/software/pkgconfig" 1.18929 + fi 1.18930 + fi 1.18931 + 1.18932 + if test $succeeded = yes; then 1.18933 + : 1.18934 + else 1.18935 + { { echo "$as_me:$LINENO: error: Library requirements (libgift >= 0.11.4 libgift < 0.12.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&5 1.18936 +echo "$as_me: error: Library requirements (libgift >= 0.11.4 libgift < 0.12.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&2;} 1.18937 + { (exit 1); exit 1; }; } 1.18938 + fi 1.18939 + 1.18940 + 1.18941 + # fudge libgiftproto in there which doesnt have any pkg-config entry 1.18942 + GNUTELLA_LIBS="$GNUTELLA_LIBS -lgiftproto" 1.18943 + 1.18944 + # hack to set libgift_version 1.18945 + libgift_version=`pkg-config libgift --modversion` 1.18946 + 1.18947 + 1.18948 + 1.18949 + 1.18950 + 1.18951 + 1.18952 + 1.18953 +# Get rid of -g[0-9] -Wall -O[0-9] and add them unconditionally if 1.18954 +# compiling in maintainer mode 1.18955 +if test x"$USE_MAINTAINER_MODE" = xyes; then 1.18956 + CFLAGS=`echo "$CFLAGS" | sed 's/-Wall\>//; s/-O[0-9]//; s/-g\([0-9]\)*//'` 1.18957 + CFLAGS="$CFLAGS -Wall -g3 -O0" 1.18958 +fi 1.18959 + 1.18960 + 1.18961 + 1.18962 + 1.18963 +for ac_func in getpid getppid 1.18964 +do 1.18965 +as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 1.18966 +echo "$as_me:$LINENO: checking for $ac_func" >&5 1.18967 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 1.18968 +if eval "test \"\${$as_ac_var+set}\" = set"; then 1.18969 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.18970 +else 1.18971 + cat >conftest.$ac_ext <<_ACEOF 1.18972 +/* confdefs.h. */ 1.18973 +_ACEOF 1.18974 +cat confdefs.h >>conftest.$ac_ext 1.18975 +cat >>conftest.$ac_ext <<_ACEOF 1.18976 +/* end confdefs.h. */ 1.18977 +/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. 1.18978 + For example, HP-UX 11i <limits.h> declares gettimeofday. */ 1.18979 +#define $ac_func innocuous_$ac_func 1.18980 + 1.18981 +/* System header to define __stub macros and hopefully few prototypes, 1.18982 + which can conflict with char $ac_func (); below. 1.18983 + Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 1.18984 + <limits.h> exists even on freestanding compilers. */ 1.18985 + 1.18986 +#ifdef __STDC__ 1.18987 +# include <limits.h> 1.18988 +#else 1.18989 +# include <assert.h> 1.18990 +#endif 1.18991 + 1.18992 +#undef $ac_func 1.18993 + 1.18994 +/* Override any gcc2 internal prototype to avoid an error. */ 1.18995 +#ifdef __cplusplus 1.18996 +extern "C" 1.18997 +{ 1.18998 +#endif 1.18999 +/* We use char because int might match the return type of a gcc2 1.19000 + builtin and then its argument prototype would still apply. */ 1.19001 +char $ac_func (); 1.19002 +/* The GNU C library defines this for functions which it implements 1.19003 + to always fail with ENOSYS. Some functions are actually named 1.19004 + something starting with __ and the normal name is an alias. */ 1.19005 +#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 1.19006 +choke me 1.19007 +#else 1.19008 +char (*f) () = $ac_func; 1.19009 +#endif 1.19010 +#ifdef __cplusplus 1.19011 +} 1.19012 +#endif 1.19013 + 1.19014 +int 1.19015 +main () 1.19016 +{ 1.19017 +return f != $ac_func; 1.19018 + ; 1.19019 + return 0; 1.19020 +} 1.19021 +_ACEOF 1.19022 +rm -f conftest.$ac_objext conftest$ac_exeext 1.19023 +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 1.19024 + (eval $ac_link) 2>conftest.er1 1.19025 + ac_status=$? 1.19026 + grep -v '^ *+' conftest.er1 >conftest.err 1.19027 + rm -f conftest.er1 1.19028 + cat conftest.err >&5 1.19029 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.19030 + (exit $ac_status); } && 1.19031 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 1.19032 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.19033 + (eval $ac_try) 2>&5 1.19034 + ac_status=$? 1.19035 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.19036 + (exit $ac_status); }; } && 1.19037 + { ac_try='test -s conftest$ac_exeext' 1.19038 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.19039 + (eval $ac_try) 2>&5 1.19040 + ac_status=$? 1.19041 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.19042 + (exit $ac_status); }; }; then 1.19043 + eval "$as_ac_var=yes" 1.19044 +else 1.19045 + echo "$as_me: failed program was:" >&5 1.19046 +sed 's/^/| /' conftest.$ac_ext >&5 1.19047 + 1.19048 +eval "$as_ac_var=no" 1.19049 +fi 1.19050 +rm -f conftest.err conftest.$ac_objext \ 1.19051 + conftest$ac_exeext conftest.$ac_ext 1.19052 +fi 1.19053 +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 1.19054 +echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 1.19055 +if test `eval echo '${'$as_ac_var'}'` = yes; then 1.19056 + cat >>confdefs.h <<_ACEOF 1.19057 +#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 1.19058 +_ACEOF 1.19059 + 1.19060 +fi 1.19061 +done 1.19062 + 1.19063 + 1.19064 + 1.19065 + 1.19066 +for ac_func in hstrerror 1.19067 +do 1.19068 +as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 1.19069 +echo "$as_me:$LINENO: checking for $ac_func" >&5 1.19070 +echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 1.19071 +if eval "test \"\${$as_ac_var+set}\" = set"; then 1.19072 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.19073 +else 1.19074 + cat >conftest.$ac_ext <<_ACEOF 1.19075 +/* confdefs.h. */ 1.19076 +_ACEOF 1.19077 +cat confdefs.h >>conftest.$ac_ext 1.19078 +cat >>conftest.$ac_ext <<_ACEOF 1.19079 +/* end confdefs.h. */ 1.19080 +/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. 1.19081 + For example, HP-UX 11i <limits.h> declares gettimeofday. */ 1.19082 +#define $ac_func innocuous_$ac_func 1.19083 + 1.19084 +/* System header to define __stub macros and hopefully few prototypes, 1.19085 + which can conflict with char $ac_func (); below. 1.19086 + Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 1.19087 + <limits.h> exists even on freestanding compilers. */ 1.19088 + 1.19089 +#ifdef __STDC__ 1.19090 +# include <limits.h> 1.19091 +#else 1.19092 +# include <assert.h> 1.19093 +#endif 1.19094 + 1.19095 +#undef $ac_func 1.19096 + 1.19097 +/* Override any gcc2 internal prototype to avoid an error. */ 1.19098 +#ifdef __cplusplus 1.19099 +extern "C" 1.19100 +{ 1.19101 +#endif 1.19102 +/* We use char because int might match the return type of a gcc2 1.19103 + builtin and then its argument prototype would still apply. */ 1.19104 +char $ac_func (); 1.19105 +/* The GNU C library defines this for functions which it implements 1.19106 + to always fail with ENOSYS. Some functions are actually named 1.19107 + something starting with __ and the normal name is an alias. */ 1.19108 +#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 1.19109 +choke me 1.19110 +#else 1.19111 +char (*f) () = $ac_func; 1.19112 +#endif 1.19113 +#ifdef __cplusplus 1.19114 +} 1.19115 +#endif 1.19116 + 1.19117 +int 1.19118 +main () 1.19119 +{ 1.19120 +return f != $ac_func; 1.19121 + ; 1.19122 + return 0; 1.19123 +} 1.19124 +_ACEOF 1.19125 +rm -f conftest.$ac_objext conftest$ac_exeext 1.19126 +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 1.19127 + (eval $ac_link) 2>conftest.er1 1.19128 + ac_status=$? 1.19129 + grep -v '^ *+' conftest.er1 >conftest.err 1.19130 + rm -f conftest.er1 1.19131 + cat conftest.err >&5 1.19132 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.19133 + (exit $ac_status); } && 1.19134 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 1.19135 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.19136 + (eval $ac_try) 2>&5 1.19137 + ac_status=$? 1.19138 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.19139 + (exit $ac_status); }; } && 1.19140 + { ac_try='test -s conftest$ac_exeext' 1.19141 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.19142 + (eval $ac_try) 2>&5 1.19143 + ac_status=$? 1.19144 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.19145 + (exit $ac_status); }; }; then 1.19146 + eval "$as_ac_var=yes" 1.19147 +else 1.19148 + echo "$as_me: failed program was:" >&5 1.19149 +sed 's/^/| /' conftest.$ac_ext >&5 1.19150 + 1.19151 +eval "$as_ac_var=no" 1.19152 +fi 1.19153 +rm -f conftest.err conftest.$ac_objext \ 1.19154 + conftest$ac_exeext conftest.$ac_ext 1.19155 +fi 1.19156 +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 1.19157 +echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 1.19158 +if test `eval echo '${'$as_ac_var'}'` = yes; then 1.19159 + cat >>confdefs.h <<_ACEOF 1.19160 +#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 1.19161 +_ACEOF 1.19162 + 1.19163 +fi 1.19164 +done 1.19165 + 1.19166 + 1.19167 + 1.19168 +OPT_ZLIB= 1.19169 + 1.19170 +# Check whether --with-zlib or --without-zlib was given. 1.19171 +if test "${with_zlib+set}" = set; then 1.19172 + withval="$with_zlib" 1.19173 + OPT_ZLIB=$withval 1.19174 +fi; 1.19175 + 1.19176 +if test x"$OPT_ZLIB" = xno; then 1.19177 + { { echo "$as_me:$LINENO: error: zlib support is required" >&5 1.19178 +echo "$as_me: error: zlib support is required" >&2;} 1.19179 + { (exit 1); exit 1; }; } 1.19180 +fi 1.19181 + 1.19182 + 1.19183 + # set the minimum ZLIB_VER we're willing to link against... 1.19184 + ZLIB_VER=1.1.4 1.19185 + 1.19186 + # for some reason Darwin has a 1.1.3 version with the 1.1.4 security fix 1.19187 + # applied backwards... 1.19188 + case "${host}" in 1.19189 + *-*-darwin* ) 1.19190 + ZLIB_VER=1.1.3 1.19191 + ;; 1.19192 + esac 1.19193 + 1.19194 + if test x"$OPT_ZLIB" = xno; then 1.19195 + zlib_ok=no 1.19196 + else 1.19197 + ZLIB_DIRS="$OPT_ZLIB /usr /usr/local /sw" 1.19198 + for ZLIB_DIR in $ZLIB_DIRS; 1.19199 + do 1.19200 + LIBS_SAVE="$LIBS" 1.19201 + CPPFLAGS_SAVE="$CPPFLAGS" 1.19202 + LIBS="$LIBS -L${ZLIB_DIR}/lib" 1.19203 + CPPFLAGS="$CPPFLAGS -I${ZLIB_DIR}/include" 1.19204 + echo "$as_me:$LINENO: checking for zlib version ${ZLIB_VER}+ in ${ZLIB_DIR}" >&5 1.19205 +echo $ECHO_N "checking for zlib version ${ZLIB_VER}+ in ${ZLIB_DIR}... $ECHO_C" >&6 1.19206 +if test "${zlib_ok+set}" = set; then 1.19207 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.19208 +else 1.19209 + if test "$cross_compiling" = yes; then 1.19210 + zlib_ok=yes 1.19211 +else 1.19212 + cat >conftest.$ac_ext <<_ACEOF 1.19213 +/* confdefs.h. */ 1.19214 +_ACEOF 1.19215 +cat confdefs.h >>conftest.$ac_ext 1.19216 +cat >>conftest.$ac_ext <<_ACEOF 1.19217 +/* end confdefs.h. */ 1.19218 +#include <zlib.h> 1.19219 + #include <string.h> 1.19220 + void main() { 1.19221 + exit(strcmp(ZLIB_VERSION, "${ZLIB_VER}") < 0); 1.19222 + } 1.19223 + 1.19224 +_ACEOF 1.19225 +rm -f conftest$ac_exeext 1.19226 +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 1.19227 + (eval $ac_link) 2>&5 1.19228 + ac_status=$? 1.19229 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.19230 + (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 1.19231 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.19232 + (eval $ac_try) 2>&5 1.19233 + ac_status=$? 1.19234 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.19235 + (exit $ac_status); }; }; then 1.19236 + zlib_ok=yes 1.19237 +else 1.19238 + echo "$as_me: program exited with status $ac_status" >&5 1.19239 +echo "$as_me: failed program was:" >&5 1.19240 +sed 's/^/| /' conftest.$ac_ext >&5 1.19241 + 1.19242 +( exit $ac_status ) 1.19243 +zlib_ok=no 1.19244 +fi 1.19245 +rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 1.19246 +fi 1.19247 +fi 1.19248 +echo "$as_me:$LINENO: result: $zlib_ok" >&5 1.19249 +echo "${ECHO_T}$zlib_ok" >&6 1.19250 + 1.19251 + if test "$zlib_ok" != "no"; then 1.19252 + echo "$as_me:$LINENO: checking for gzread" >&5 1.19253 +echo $ECHO_N "checking for gzread... $ECHO_C" >&6 1.19254 +if test "${ac_cv_func_gzread+set}" = set; then 1.19255 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.19256 +else 1.19257 + cat >conftest.$ac_ext <<_ACEOF 1.19258 +/* confdefs.h. */ 1.19259 +_ACEOF 1.19260 +cat confdefs.h >>conftest.$ac_ext 1.19261 +cat >>conftest.$ac_ext <<_ACEOF 1.19262 +/* end confdefs.h. */ 1.19263 +/* Define gzread to an innocuous variant, in case <limits.h> declares gzread. 1.19264 + For example, HP-UX 11i <limits.h> declares gettimeofday. */ 1.19265 +#define gzread innocuous_gzread 1.19266 + 1.19267 +/* System header to define __stub macros and hopefully few prototypes, 1.19268 + which can conflict with char gzread (); below. 1.19269 + Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 1.19270 + <limits.h> exists even on freestanding compilers. */ 1.19271 + 1.19272 +#ifdef __STDC__ 1.19273 +# include <limits.h> 1.19274 +#else 1.19275 +# include <assert.h> 1.19276 +#endif 1.19277 + 1.19278 +#undef gzread 1.19279 + 1.19280 +/* Override any gcc2 internal prototype to avoid an error. */ 1.19281 +#ifdef __cplusplus 1.19282 +extern "C" 1.19283 +{ 1.19284 +#endif 1.19285 +/* We use char because int might match the return type of a gcc2 1.19286 + builtin and then its argument prototype would still apply. */ 1.19287 +char gzread (); 1.19288 +/* The GNU C library defines this for functions which it implements 1.19289 + to always fail with ENOSYS. Some functions are actually named 1.19290 + something starting with __ and the normal name is an alias. */ 1.19291 +#if defined (__stub_gzread) || defined (__stub___gzread) 1.19292 +choke me 1.19293 +#else 1.19294 +char (*f) () = gzread; 1.19295 +#endif 1.19296 +#ifdef __cplusplus 1.19297 +} 1.19298 +#endif 1.19299 + 1.19300 +int 1.19301 +main () 1.19302 +{ 1.19303 +return f != gzread; 1.19304 + ; 1.19305 + return 0; 1.19306 +} 1.19307 +_ACEOF 1.19308 +rm -f conftest.$ac_objext conftest$ac_exeext 1.19309 +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 1.19310 + (eval $ac_link) 2>conftest.er1 1.19311 + ac_status=$? 1.19312 + grep -v '^ *+' conftest.er1 >conftest.err 1.19313 + rm -f conftest.er1 1.19314 + cat conftest.err >&5 1.19315 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.19316 + (exit $ac_status); } && 1.19317 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 1.19318 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.19319 + (eval $ac_try) 2>&5 1.19320 + ac_status=$? 1.19321 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.19322 + (exit $ac_status); }; } && 1.19323 + { ac_try='test -s conftest$ac_exeext' 1.19324 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.19325 + (eval $ac_try) 2>&5 1.19326 + ac_status=$? 1.19327 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.19328 + (exit $ac_status); }; }; then 1.19329 + ac_cv_func_gzread=yes 1.19330 +else 1.19331 + echo "$as_me: failed program was:" >&5 1.19332 +sed 's/^/| /' conftest.$ac_ext >&5 1.19333 + 1.19334 +ac_cv_func_gzread=no 1.19335 +fi 1.19336 +rm -f conftest.err conftest.$ac_objext \ 1.19337 + conftest$ac_exeext conftest.$ac_ext 1.19338 +fi 1.19339 +echo "$as_me:$LINENO: result: $ac_cv_func_gzread" >&5 1.19340 +echo "${ECHO_T}$ac_cv_func_gzread" >&6 1.19341 +if test $ac_cv_func_gzread = yes; then 1.19342 + : 1.19343 +else 1.19344 + 1.19345 +echo "$as_me:$LINENO: checking for gzread in -lz" >&5 1.19346 +echo $ECHO_N "checking for gzread in -lz... $ECHO_C" >&6 1.19347 +if test "${ac_cv_lib_z_gzread+set}" = set; then 1.19348 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.19349 +else 1.19350 + ac_check_lib_save_LIBS=$LIBS 1.19351 +LIBS="-lz $LIBS" 1.19352 +cat >conftest.$ac_ext <<_ACEOF 1.19353 +/* confdefs.h. */ 1.19354 +_ACEOF 1.19355 +cat confdefs.h >>conftest.$ac_ext 1.19356 +cat >>conftest.$ac_ext <<_ACEOF 1.19357 +/* end confdefs.h. */ 1.19358 + 1.19359 +/* Override any gcc2 internal prototype to avoid an error. */ 1.19360 +#ifdef __cplusplus 1.19361 +extern "C" 1.19362 +#endif 1.19363 +/* We use char because int might match the return type of a gcc2 1.19364 + builtin and then its argument prototype would still apply. */ 1.19365 +char gzread (); 1.19366 +int 1.19367 +main () 1.19368 +{ 1.19369 +gzread (); 1.19370 + ; 1.19371 + return 0; 1.19372 +} 1.19373 +_ACEOF 1.19374 +rm -f conftest.$ac_objext conftest$ac_exeext 1.19375 +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 1.19376 + (eval $ac_link) 2>conftest.er1 1.19377 + ac_status=$? 1.19378 + grep -v '^ *+' conftest.er1 >conftest.err 1.19379 + rm -f conftest.er1 1.19380 + cat conftest.err >&5 1.19381 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.19382 + (exit $ac_status); } && 1.19383 + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 1.19384 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.19385 + (eval $ac_try) 2>&5 1.19386 + ac_status=$? 1.19387 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.19388 + (exit $ac_status); }; } && 1.19389 + { ac_try='test -s conftest$ac_exeext' 1.19390 + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1.19391 + (eval $ac_try) 2>&5 1.19392 + ac_status=$? 1.19393 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 1.19394 + (exit $ac_status); }; }; then 1.19395 + ac_cv_lib_z_gzread=yes 1.19396 +else 1.19397 + echo "$as_me: failed program was:" >&5 1.19398 +sed 's/^/| /' conftest.$ac_ext >&5 1.19399 + 1.19400 +ac_cv_lib_z_gzread=no 1.19401 +fi 1.19402 +rm -f conftest.err conftest.$ac_objext \ 1.19403 + conftest$ac_exeext conftest.$ac_ext 1.19404 +LIBS=$ac_check_lib_save_LIBS 1.19405 +fi 1.19406 +echo "$as_me:$LINENO: result: $ac_cv_lib_z_gzread" >&5 1.19407 +echo "${ECHO_T}$ac_cv_lib_z_gzread" >&6 1.19408 +if test $ac_cv_lib_z_gzread = yes; then 1.19409 + cat >>confdefs.h <<_ACEOF 1.19410 +#define HAVE_LIBZ 1 1.19411 +_ACEOF 1.19412 + 1.19413 + LIBS="-lz $LIBS" 1.19414 + 1.19415 +fi 1.19416 + 1.19417 +fi 1.19418 + 1.19419 + cat >>confdefs.h <<\_ACEOF 1.19420 +#define USE_ZLIB 1 1.19421 +_ACEOF 1.19422 + 1.19423 + 1.19424 + break 1.19425 + fi 1.19426 + LIBS="$LIBS_SAVE" 1.19427 + CPPFLAGS="$CPPFLAGS_SAVE" 1.19428 + done 1.19429 + 1.19430 + if test "$zlib_ok" = "no"; then 1.19431 + { { echo "$as_me:$LINENO: error: 1.19432 +NOTE: The zlib compression library version ${ZLIB_VER} or greater was not found 1.19433 + on your system. 1.19434 + 1.19435 + If zlib ${ZLIB_VER}+ is not installed, install it. 1.19436 + " >&5 1.19437 +echo "$as_me: error: 1.19438 +NOTE: The zlib compression library version ${ZLIB_VER} or greater was not found 1.19439 + on your system. 1.19440 + 1.19441 + If zlib ${ZLIB_VER}+ is not installed, install it. 1.19442 + " >&2;} 1.19443 + { (exit 1); exit 1; }; } 1.19444 + fi 1.19445 + fi 1.19446 + 1.19447 + 1.19448 + 1.19449 +OPT_LIBXML=no 1.19450 + 1.19451 +# Check whether --with-libxml or --without-libxml was given. 1.19452 +if test "${with_libxml+set}" = set; then 1.19453 + withval="$with_libxml" 1.19454 + OPT_LIBXML=$withval 1.19455 +fi; 1.19456 + 1.19457 +echo "$as_me:$LINENO: checking whether libxml should be used" >&5 1.19458 +echo $ECHO_N "checking whether libxml should be used... $ECHO_C" >&6 1.19459 +use_libxml=no 1.19460 + 1.19461 +if test x"$OPT_LIBXML" != xno; then 1.19462 + echo "$as_me:$LINENO: result: yes" >&5 1.19463 +echo "${ECHO_T}yes" >&6 1.19464 + 1.19465 + # 1.19466 + # Check on the user's PATH if no path was specified in OPT_LIBXML, 1.19467 + # when the user has passed --with-libxml without a directory, 1.19468 + # or check the directory if one was supplied. 1.19469 + # 1.19470 + if test x"$OPT_LIBXML" = xyes; then 1.19471 + # Extract the first word of "xml2-config", so it can be a program name with args. 1.19472 +set dummy xml2-config; ac_word=$2 1.19473 +echo "$as_me:$LINENO: checking for $ac_word" >&5 1.19474 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1.19475 +if test "${ac_cv_path_XML2_CONFIG+set}" = set; then 1.19476 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.19477 +else 1.19478 + case $XML2_CONFIG in 1.19479 + [\\/]* | ?:[\\/]*) 1.19480 + ac_cv_path_XML2_CONFIG="$XML2_CONFIG" # Let the user override the test with a path. 1.19481 + ;; 1.19482 + *) 1.19483 + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.19484 +for as_dir in $PATH 1.19485 +do 1.19486 + IFS=$as_save_IFS 1.19487 + test -z "$as_dir" && as_dir=. 1.19488 + for ac_exec_ext in '' $ac_executable_extensions; do 1.19489 + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1.19490 + ac_cv_path_XML2_CONFIG="$as_dir/$ac_word$ac_exec_ext" 1.19491 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1.19492 + break 2 1.19493 + fi 1.19494 +done 1.19495 +done 1.19496 + 1.19497 + test -z "$ac_cv_path_XML2_CONFIG" && ac_cv_path_XML2_CONFIG="no" 1.19498 + ;; 1.19499 +esac 1.19500 +fi 1.19501 +XML2_CONFIG=$ac_cv_path_XML2_CONFIG 1.19502 + 1.19503 +if test -n "$XML2_CONFIG"; then 1.19504 + echo "$as_me:$LINENO: result: $XML2_CONFIG" >&5 1.19505 +echo "${ECHO_T}$XML2_CONFIG" >&6 1.19506 +else 1.19507 + echo "$as_me:$LINENO: result: no" >&5 1.19508 +echo "${ECHO_T}no" >&6 1.19509 +fi 1.19510 + 1.19511 + else 1.19512 + XMLPATH="$OPT_LIBXML/bin" 1.19513 + # Extract the first word of "xml2-config", so it can be a program name with args. 1.19514 +set dummy xml2-config; ac_word=$2 1.19515 +echo "$as_me:$LINENO: checking for $ac_word" >&5 1.19516 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1.19517 +if test "${ac_cv_path_XML2_CONFIG+set}" = set; then 1.19518 + echo $ECHO_N "(cached) $ECHO_C" >&6 1.19519 +else 1.19520 + case $XML2_CONFIG in 1.19521 + [\\/]* | ?:[\\/]*) 1.19522 + ac_cv_path_XML2_CONFIG="$XML2_CONFIG" # Let the user override the test with a path. 1.19523 + ;; 1.19524 + *) 1.19525 + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.19526 +for as_dir in $XMLPATH 1.19527 +do 1.19528 + IFS=$as_save_IFS 1.19529 + test -z "$as_dir" && as_dir=. 1.19530 + for ac_exec_ext in '' $ac_executable_extensions; do 1.19531 + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1.19532 + ac_cv_path_XML2_CONFIG="$as_dir/$ac_word$ac_exec_ext" 1.19533 + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1.19534 + break 2 1.19535 + fi 1.19536 +done 1.19537 +done 1.19538 + 1.19539 + test -z "$ac_cv_path_XML2_CONFIG" && ac_cv_path_XML2_CONFIG="no" 1.19540 + ;; 1.19541 +esac 1.19542 +fi 1.19543 +XML2_CONFIG=$ac_cv_path_XML2_CONFIG 1.19544 + 1.19545 +if test -n "$XML2_CONFIG"; then 1.19546 + echo "$as_me:$LINENO: result: $XML2_CONFIG" >&5 1.19547 +echo "${ECHO_T}$XML2_CONFIG" >&6 1.19548 +else 1.19549 + echo "$as_me:$LINENO: result: no" >&5 1.19550 +echo "${ECHO_T}no" >&6 1.19551 +fi 1.19552 + 1.19553 + fi 1.19554 + 1.19555 + if test x"$XML2_CONFIG" != xno; then 1.19556 + LIBXML2_CFLAGS=`$XML2_CONFIG --cflags` 1.19557 + LIBXML2_LIBS=`$XML2_CONFIG --libs` 1.19558 + 1.19559 + 1.19560 + 1.19561 + cat >>confdefs.h <<\_ACEOF 1.19562 +#define USE_LIBXML2 1 1.19563 +_ACEOF 1.19564 + 1.19565 + else 1.19566 + { { echo "$as_me:$LINENO: error: 1.19567 +Couldn't run ${OPT_LIBXML}/bin/xml2-config 1.19568 + 1.19569 +" >&5 1.19570 +echo "$as_me: error: 1.19571 +Couldn't run ${OPT_LIBXML}/bin/xml2-config 1.19572 + 1.19573 +" >&2;} 1.19574 + { (exit 1); exit 1; }; } 1.19575 + fi 1.19576 + 1.19577 + use_libxml=yes 1.19578 +else 1.19579 + echo "$as_me:$LINENO: result: no" >&5 1.19580 +echo "${ECHO_T}no" >&6 1.19581 +fi 1.19582 + 1.19583 + 1.19584 + ac_config_files="$ac_config_files Makefile m4/Makefile src/Makefile src/encoding/Makefile src/io/Makefile src/message/Makefile src/transfer/Makefile data/Makefile gnutella.spec" 1.19585 + 1.19586 + 1.19587 +cat >confcache <<\_ACEOF 1.19588 +# This file is a shell script that caches the results of configure 1.19589 +# tests run on this system so they can be shared between configure 1.19590 +# scripts and configure runs, see configure's option --config-cache. 1.19591 +# It is not useful on other systems. If it contains results you don't 1.19592 +# want to keep, you may remove or edit it. 1.19593 +# 1.19594 +# config.status only pays attention to the cache file if you give it 1.19595 +# the --recheck option to rerun configure. 1.19596 +# 1.19597 +# `ac_cv_env_foo' variables (set or unset) will be overridden when 1.19598 +# loading this file, other *unset* `ac_cv_foo' will be assigned the 1.19599 +# following values. 1.19600 + 1.19601 +_ACEOF 1.19602 + 1.19603 +# The following way of writing the cache mishandles newlines in values, 1.19604 +# but we know of no workaround that is simple, portable, and efficient. 1.19605 +# So, don't put newlines in cache variables' values. 1.19606 +# Ultrix sh set writes to stderr and can't be redirected directly, 1.19607 +# and sets the high bit in the cache file unless we assign to the vars. 1.19608 +{ 1.19609 + (set) 2>&1 | 1.19610 + case `(ac_space=' '; set | grep ac_space) 2>&1` in 1.19611 + *ac_space=\ *) 1.19612 + # `set' does not quote correctly, so add quotes (double-quote 1.19613 + # substitution turns \\\\ into \\, and sed turns \\ into \). 1.19614 + sed -n \ 1.19615 + "s/'/'\\\\''/g; 1.19616 + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" 1.19617 + ;; 1.19618 + *) 1.19619 + # `set' quotes correctly as required by POSIX, so do not add quotes. 1.19620 + sed -n \ 1.19621 + "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 1.19622 + ;; 1.19623 + esac; 1.19624 +} | 1.19625 + sed ' 1.19626 + t clear 1.19627 + : clear 1.19628 + s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ 1.19629 + t end 1.19630 + /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 1.19631 + : end' >>confcache 1.19632 +if diff $cache_file confcache >/dev/null 2>&1; then :; else 1.19633 + if test -w $cache_file; then 1.19634 + test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" 1.19635 + cat confcache >$cache_file 1.19636 + else 1.19637 + echo "not updating unwritable cache $cache_file" 1.19638 + fi 1.19639 +fi 1.19640 +rm -f confcache 1.19641 + 1.19642 +test "x$prefix" = xNONE && prefix=$ac_default_prefix 1.19643 +# Let make expand exec_prefix. 1.19644 +test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' 1.19645 + 1.19646 +# VPATH may cause trouble with some makes, so we remove $(srcdir), 1.19647 +# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and 1.19648 +# trailing colons and then remove the whole line if VPATH becomes empty 1.19649 +# (actually we leave an empty line to preserve line numbers). 1.19650 +if test "x$srcdir" = x.; then 1.19651 + ac_vpsub='/^[ ]*VPATH[ ]*=/{ 1.19652 +s/:*\$(srcdir):*/:/; 1.19653 +s/:*\${srcdir}:*/:/; 1.19654 +s/:*@srcdir@:*/:/; 1.19655 +s/^\([^=]*=[ ]*\):*/\1/; 1.19656 +s/:*$//; 1.19657 +s/^[^=]*=[ ]*$//; 1.19658 +}' 1.19659 +fi 1.19660 + 1.19661 +DEFS=-DHAVE_CONFIG_H 1.19662 + 1.19663 +ac_libobjs= 1.19664 +ac_ltlibobjs= 1.19665 +for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue 1.19666 + # 1. Remove the extension, and $U if already installed. 1.19667 + ac_i=`echo "$ac_i" | 1.19668 + sed 's/\$U\././;s/\.o$//;s/\.obj$//'` 1.19669 + # 2. Add them. 1.19670 + ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext" 1.19671 + ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo' 1.19672 +done 1.19673 +LIBOBJS=$ac_libobjs 1.19674 + 1.19675 +LTLIBOBJS=$ac_ltlibobjs 1.19676 + 1.19677 + 1.19678 +if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then 1.19679 + { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined. 1.19680 +Usually this means the macro was only invoked conditionally." >&5 1.19681 +echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined. 1.19682 +Usually this means the macro was only invoked conditionally." >&2;} 1.19683 + { (exit 1); exit 1; }; } 1.19684 +fi 1.19685 +if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then 1.19686 + { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined. 1.19687 +Usually this means the macro was only invoked conditionally." >&5 1.19688 +echo "$as_me: error: conditional \"AMDEP\" was never defined. 1.19689 +Usually this means the macro was only invoked conditionally." >&2;} 1.19690 + { (exit 1); exit 1; }; } 1.19691 +fi 1.19692 +if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then 1.19693 + { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined. 1.19694 +Usually this means the macro was only invoked conditionally." >&5 1.19695 +echo "$as_me: error: conditional \"am__fastdepCC\" was never defined. 1.19696 +Usually this means the macro was only invoked conditionally." >&2;} 1.19697 + { (exit 1); exit 1; }; } 1.19698 +fi 1.19699 +if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then 1.19700 + { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined. 1.19701 +Usually this means the macro was only invoked conditionally." >&5 1.19702 +echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined. 1.19703 +Usually this means the macro was only invoked conditionally." >&2;} 1.19704 + { (exit 1); exit 1; }; } 1.19705 +fi 1.19706 + 1.19707 +: ${CONFIG_STATUS=./config.status} 1.19708 +ac_clean_files_save=$ac_clean_files 1.19709 +ac_clean_files="$ac_clean_files $CONFIG_STATUS" 1.19710 +{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 1.19711 +echo "$as_me: creating $CONFIG_STATUS" >&6;} 1.19712 +cat >$CONFIG_STATUS <<_ACEOF 1.19713 +#! $SHELL 1.19714 +# Generated by $as_me. 1.19715 +# Run this file to recreate the current configuration. 1.19716 +# Compiler output produced by configure, useful for debugging 1.19717 +# configure, is in config.log if it exists. 1.19718 + 1.19719 +debug=false 1.19720 +ac_cs_recheck=false 1.19721 +ac_cs_silent=false 1.19722 +SHELL=\${CONFIG_SHELL-$SHELL} 1.19723 +_ACEOF 1.19724 + 1.19725 +cat >>$CONFIG_STATUS <<\_ACEOF 1.19726 +## --------------------- ## 1.19727 +## M4sh Initialization. ## 1.19728 +## --------------------- ## 1.19729 + 1.19730 +# Be Bourne compatible 1.19731 +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 1.19732 + emulate sh 1.19733 + NULLCMD=: 1.19734 + # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 1.19735 + # is contrary to our usage. Disable this feature. 1.19736 + alias -g '${1+"$@"}'='"$@"' 1.19737 +elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then 1.19738 + set -o posix 1.19739 +fi 1.19740 +DUALCASE=1; export DUALCASE # for MKS sh 1.19741 + 1.19742 +# Support unset when possible. 1.19743 +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 1.19744 + as_unset=unset 1.19745 +else 1.19746 + as_unset=false 1.19747 +fi 1.19748 + 1.19749 + 1.19750 +# Work around bugs in pre-3.0 UWIN ksh. 1.19751 +$as_unset ENV MAIL MAILPATH 1.19752 +PS1='$ ' 1.19753 +PS2='> ' 1.19754 +PS4='+ ' 1.19755 + 1.19756 +# NLS nuisances. 1.19757 +for as_var in \ 1.19758 + LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 1.19759 + LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 1.19760 + LC_TELEPHONE LC_TIME 1.19761 +do 1.19762 + if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 1.19763 + eval $as_var=C; export $as_var 1.19764 + else 1.19765 + $as_unset $as_var 1.19766 + fi 1.19767 +done 1.19768 + 1.19769 +# Required to use basename. 1.19770 +if expr a : '\(a\)' >/dev/null 2>&1; then 1.19771 + as_expr=expr 1.19772 +else 1.19773 + as_expr=false 1.19774 +fi 1.19775 + 1.19776 +if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then 1.19777 + as_basename=basename 1.19778 +else 1.19779 + as_basename=false 1.19780 +fi 1.19781 + 1.19782 + 1.19783 +# Name of the executable. 1.19784 +as_me=`$as_basename "$0" || 1.19785 +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 1.19786 + X"$0" : 'X\(//\)$' \| \ 1.19787 + X"$0" : 'X\(/\)$' \| \ 1.19788 + . : '\(.\)' 2>/dev/null || 1.19789 +echo X/"$0" | 1.19790 + sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } 1.19791 + /^X\/\(\/\/\)$/{ s//\1/; q; } 1.19792 + /^X\/\(\/\).*/{ s//\1/; q; } 1.19793 + s/.*/./; q'` 1.19794 + 1.19795 + 1.19796 +# PATH needs CR, and LINENO needs CR and PATH. 1.19797 +# Avoid depending upon Character Ranges. 1.19798 +as_cr_letters='abcdefghijklmnopqrstuvwxyz' 1.19799 +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 1.19800 +as_cr_Letters=$as_cr_letters$as_cr_LETTERS 1.19801 +as_cr_digits='0123456789' 1.19802 +as_cr_alnum=$as_cr_Letters$as_cr_digits 1.19803 + 1.19804 +# The user is always right. 1.19805 +if test "${PATH_SEPARATOR+set}" != set; then 1.19806 + echo "#! /bin/sh" >conf$$.sh 1.19807 + echo "exit 0" >>conf$$.sh 1.19808 + chmod +x conf$$.sh 1.19809 + if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 1.19810 + PATH_SEPARATOR=';' 1.19811 + else 1.19812 + PATH_SEPARATOR=: 1.19813 + fi 1.19814 + rm -f conf$$.sh 1.19815 +fi 1.19816 + 1.19817 + 1.19818 + as_lineno_1=$LINENO 1.19819 + as_lineno_2=$LINENO 1.19820 + as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 1.19821 + test "x$as_lineno_1" != "x$as_lineno_2" && 1.19822 + test "x$as_lineno_3" = "x$as_lineno_2" || { 1.19823 + # Find who we are. Look in the path if we contain no path at all 1.19824 + # relative or not. 1.19825 + case $0 in 1.19826 + *[\\/]* ) as_myself=$0 ;; 1.19827 + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.19828 +for as_dir in $PATH 1.19829 +do 1.19830 + IFS=$as_save_IFS 1.19831 + test -z "$as_dir" && as_dir=. 1.19832 + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 1.19833 +done 1.19834 + 1.19835 + ;; 1.19836 + esac 1.19837 + # We did not find ourselves, most probably we were run as `sh COMMAND' 1.19838 + # in which case we are not to be found in the path. 1.19839 + if test "x$as_myself" = x; then 1.19840 + as_myself=$0 1.19841 + fi 1.19842 + if test ! -f "$as_myself"; then 1.19843 + { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5 1.19844 +echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;} 1.19845 + { (exit 1); exit 1; }; } 1.19846 + fi 1.19847 + case $CONFIG_SHELL in 1.19848 + '') 1.19849 + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1.19850 +for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 1.19851 +do 1.19852 + IFS=$as_save_IFS 1.19853 + test -z "$as_dir" && as_dir=. 1.19854 + for as_base in sh bash ksh sh5; do 1.19855 + case $as_dir in 1.19856 + /*) 1.19857 + if ("$as_dir/$as_base" -c ' 1.19858 + as_lineno_1=$LINENO 1.19859 + as_lineno_2=$LINENO 1.19860 + as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 1.19861 + test "x$as_lineno_1" != "x$as_lineno_2" && 1.19862 + test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then 1.19863 + $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } 1.19864 + $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } 1.19865 + CONFIG_SHELL=$as_dir/$as_base 1.19866 + export CONFIG_SHELL 1.19867 + exec "$CONFIG_SHELL" "$0" ${1+"$@"} 1.19868 + fi;; 1.19869 + esac 1.19870 + done 1.19871 +done 1.19872 +;; 1.19873 + esac 1.19874 + 1.19875 + # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 1.19876 + # uniformly replaced by the line number. The first 'sed' inserts a 1.19877 + # line-number line before each line; the second 'sed' does the real 1.19878 + # work. The second script uses 'N' to pair each line-number line 1.19879 + # with the numbered line, and appends trailing '-' during 1.19880 + # substitution so that $LINENO is not a special case at line end. 1.19881 + # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 1.19882 + # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) 1.19883 + sed '=' <$as_myself | 1.19884 + sed ' 1.19885 + N 1.19886 + s,$,-, 1.19887 + : loop 1.19888 + s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, 1.19889 + t loop 1.19890 + s,-$,, 1.19891 + s,^['$as_cr_digits']*\n,, 1.19892 + ' >$as_me.lineno && 1.19893 + chmod +x $as_me.lineno || 1.19894 + { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5 1.19895 +echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;} 1.19896 + { (exit 1); exit 1; }; } 1.19897 + 1.19898 + # Don't try to exec as it changes $[0], causing all sort of problems 1.19899 + # (the dirname of $[0] is not the place where we might find the 1.19900 + # original and so on. Autoconf is especially sensible to this). 1.19901 + . ./$as_me.lineno 1.19902 + # Exit status is that of the last command. 1.19903 + exit 1.19904 +} 1.19905 + 1.19906 + 1.19907 +case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in 1.19908 + *c*,-n*) ECHO_N= ECHO_C=' 1.19909 +' ECHO_T=' ' ;; 1.19910 + *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; 1.19911 + *) ECHO_N= ECHO_C='\c' ECHO_T= ;; 1.19912 +esac 1.19913 + 1.19914 +if expr a : '\(a\)' >/dev/null 2>&1; then 1.19915 + as_expr=expr 1.19916 +else 1.19917 + as_expr=false 1.19918 +fi 1.19919 + 1.19920 +rm -f conf$$ conf$$.exe conf$$.file 1.19921 +echo >conf$$.file 1.19922 +if ln -s conf$$.file conf$$ 2>/dev/null; then 1.19923 + # We could just check for DJGPP; but this test a) works b) is more generic 1.19924 + # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). 1.19925 + if test -f conf$$.exe; then 1.19926 + # Don't use ln at all; we don't have any links 1.19927 + as_ln_s='cp -p' 1.19928 + else 1.19929 + as_ln_s='ln -s' 1.19930 + fi 1.19931 +elif ln conf$$.file conf$$ 2>/dev/null; then 1.19932 + as_ln_s=ln 1.19933 +else 1.19934 + as_ln_s='cp -p' 1.19935 +fi 1.19936 +rm -f conf$$ conf$$.exe conf$$.file 1.19937 + 1.19938 +if mkdir -p . 2>/dev/null; then 1.19939 + as_mkdir_p=: 1.19940 +else 1.19941 + test -d ./-p && rmdir ./-p 1.19942 + as_mkdir_p=false 1.19943 +fi 1.19944 + 1.19945 +as_executable_p="test -f" 1.19946 + 1.19947 +# Sed expression to map a string onto a valid CPP name. 1.19948 +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 1.19949 + 1.19950 +# Sed expression to map a string onto a valid variable name. 1.19951 +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 1.19952 + 1.19953 + 1.19954 +# IFS 1.19955 +# We need space, tab and new line, in precisely that order. 1.19956 +as_nl=' 1.19957 +' 1.19958 +IFS=" $as_nl" 1.19959 + 1.19960 +# CDPATH. 1.19961 +$as_unset CDPATH 1.19962 + 1.19963 +exec 6>&1 1.19964 + 1.19965 +# Open the log real soon, to keep \$[0] and so on meaningful, and to 1.19966 +# report actual input values of CONFIG_FILES etc. instead of their 1.19967 +# values after options handling. Logging --version etc. is OK. 1.19968 +exec 5>>config.log 1.19969 +{ 1.19970 + echo 1.19971 + sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX 1.19972 +## Running $as_me. ## 1.19973 +_ASBOX 1.19974 +} >&5 1.19975 +cat >&5 <<_CSEOF 1.19976 + 1.19977 +This file was extended by gift-gnutella $as_me 0.0.11, which was 1.19978 +generated by GNU Autoconf 2.59. Invocation command line was 1.19979 + 1.19980 + CONFIG_FILES = $CONFIG_FILES 1.19981 + CONFIG_HEADERS = $CONFIG_HEADERS 1.19982 + CONFIG_LINKS = $CONFIG_LINKS 1.19983 + CONFIG_COMMANDS = $CONFIG_COMMANDS 1.19984 + $ $0 $@ 1.19985 + 1.19986 +_CSEOF 1.19987 +echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5 1.19988 +echo >&5 1.19989 +_ACEOF 1.19990 + 1.19991 +# Files that config.status was made for. 1.19992 +if test -n "$ac_config_files"; then 1.19993 + echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS 1.19994 +fi 1.19995 + 1.19996 +if test -n "$ac_config_headers"; then 1.19997 + echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS 1.19998 +fi 1.19999 + 1.20000 +if test -n "$ac_config_links"; then 1.20001 + echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS 1.20002 +fi 1.20003 + 1.20004 +if test -n "$ac_config_commands"; then 1.20005 + echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS 1.20006 +fi 1.20007 + 1.20008 +cat >>$CONFIG_STATUS <<\_ACEOF 1.20009 + 1.20010 +ac_cs_usage="\ 1.20011 +\`$as_me' instantiates files from templates according to the 1.20012 +current configuration. 1.20013 + 1.20014 +Usage: $0 [OPTIONS] [FILE]... 1.20015 + 1.20016 + -h, --help print this help, then exit 1.20017 + -V, --version print version number, then exit 1.20018 + -q, --quiet do not print progress messages 1.20019 + -d, --debug don't remove temporary files 1.20020 + --recheck update $as_me by reconfiguring in the same conditions 1.20021 + --file=FILE[:TEMPLATE] 1.20022 + instantiate the configuration file FILE 1.20023 + --header=FILE[:TEMPLATE] 1.20024 + instantiate the configuration header FILE 1.20025 + 1.20026 +Configuration files: 1.20027 +$config_files 1.20028 + 1.20029 +Configuration headers: 1.20030 +$config_headers 1.20031 + 1.20032 +Configuration commands: 1.20033 +$config_commands 1.20034 + 1.20035 +Report bugs to <bug-autoconf@gnu.org>." 1.20036 +_ACEOF 1.20037 + 1.20038 +cat >>$CONFIG_STATUS <<_ACEOF 1.20039 +ac_cs_version="\\ 1.20040 +gift-gnutella config.status 0.0.11 1.20041 +configured by $0, generated by GNU Autoconf 2.59, 1.20042 + with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" 1.20043 + 1.20044 +Copyright (C) 2003 Free Software Foundation, Inc. 1.20045 +This config.status script is free software; the Free Software Foundation 1.20046 +gives unlimited permission to copy, distribute and modify it." 1.20047 +srcdir=$srcdir 1.20048 +INSTALL="$INSTALL" 1.20049 +_ACEOF 1.20050 + 1.20051 +cat >>$CONFIG_STATUS <<\_ACEOF 1.20052 +# If no file are specified by the user, then we need to provide default 1.20053 +# value. By we need to know if files were specified by the user. 1.20054 +ac_need_defaults=: 1.20055 +while test $# != 0 1.20056 +do 1.20057 + case $1 in 1.20058 + --*=*) 1.20059 + ac_option=`expr "x$1" : 'x\([^=]*\)='` 1.20060 + ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'` 1.20061 + ac_shift=: 1.20062 + ;; 1.20063 + -*) 1.20064 + ac_option=$1 1.20065 + ac_optarg=$2 1.20066 + ac_shift=shift 1.20067 + ;; 1.20068 + *) # This is not an option, so the user has probably given explicit 1.20069 + # arguments. 1.20070 + ac_option=$1 1.20071 + ac_need_defaults=false;; 1.20072 + esac 1.20073 + 1.20074 + case $ac_option in 1.20075 + # Handling of the options. 1.20076 +_ACEOF 1.20077 +cat >>$CONFIG_STATUS <<\_ACEOF 1.20078 + -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 1.20079 + ac_cs_recheck=: ;; 1.20080 + --version | --vers* | -V ) 1.20081 + echo "$ac_cs_version"; exit 0 ;; 1.20082 + --he | --h) 1.20083 + # Conflict between --help and --header 1.20084 + { { echo "$as_me:$LINENO: error: ambiguous option: $1 1.20085 +Try \`$0 --help' for more information." >&5 1.20086 +echo "$as_me: error: ambiguous option: $1 1.20087 +Try \`$0 --help' for more information." >&2;} 1.20088 + { (exit 1); exit 1; }; };; 1.20089 + --help | --hel | -h ) 1.20090 + echo "$ac_cs_usage"; exit 0 ;; 1.20091 + --debug | --d* | -d ) 1.20092 + debug=: ;; 1.20093 + --file | --fil | --fi | --f ) 1.20094 + $ac_shift 1.20095 + CONFIG_FILES="$CONFIG_FILES $ac_optarg" 1.20096 + ac_need_defaults=false;; 1.20097 + --header | --heade | --head | --hea ) 1.20098 + $ac_shift 1.20099 + CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" 1.20100 + ac_need_defaults=false;; 1.20101 + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 1.20102 + | -silent | --silent | --silen | --sile | --sil | --si | --s) 1.20103 + ac_cs_silent=: ;; 1.20104 + 1.20105 + # This is an error. 1.20106 + -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1 1.20107 +Try \`$0 --help' for more information." >&5 1.20108 +echo "$as_me: error: unrecognized option: $1 1.20109 +Try \`$0 --help' for more information." >&2;} 1.20110 + { (exit 1); exit 1; }; } ;; 1.20111 + 1.20112 + *) ac_config_targets="$ac_config_targets $1" ;; 1.20113 + 1.20114 + esac 1.20115 + shift 1.20116 +done 1.20117 + 1.20118 +ac_configure_extra_args= 1.20119 + 1.20120 +if $ac_cs_silent; then 1.20121 + exec 6>/dev/null 1.20122 + ac_configure_extra_args="$ac_configure_extra_args --silent" 1.20123 +fi 1.20124 + 1.20125 +_ACEOF 1.20126 +cat >>$CONFIG_STATUS <<_ACEOF 1.20127 +if \$ac_cs_recheck; then 1.20128 + echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 1.20129 + exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 1.20130 +fi 1.20131 + 1.20132 +_ACEOF 1.20133 + 1.20134 +cat >>$CONFIG_STATUS <<_ACEOF 1.20135 +# 1.20136 +# INIT-COMMANDS section. 1.20137 +# 1.20138 + 1.20139 +AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" 1.20140 + 1.20141 +_ACEOF 1.20142 + 1.20143 + 1.20144 + 1.20145 +cat >>$CONFIG_STATUS <<\_ACEOF 1.20146 +for ac_config_target in $ac_config_targets 1.20147 +do 1.20148 + case "$ac_config_target" in 1.20149 + # Handling of arguments. 1.20150 + "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; 1.20151 + "m4/Makefile" ) CONFIG_FILES="$CONFIG_FILES m4/Makefile" ;; 1.20152 + "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; 1.20153 + "src/encoding/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/encoding/Makefile" ;; 1.20154 + "src/io/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/io/Makefile" ;; 1.20155 + "src/message/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/message/Makefile" ;; 1.20156 + "src/transfer/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/transfer/Makefile" ;; 1.20157 + "data/Makefile" ) CONFIG_FILES="$CONFIG_FILES data/Makefile" ;; 1.20158 + "gnutella.spec" ) CONFIG_FILES="$CONFIG_FILES gnutella.spec" ;; 1.20159 + "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; 1.20160 + "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; 1.20161 + *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 1.20162 +echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 1.20163 + { (exit 1); exit 1; }; };; 1.20164 + esac 1.20165 +done 1.20166 + 1.20167 +# If the user did not use the arguments to specify the items to instantiate, 1.20168 +# then the envvar interface is used. Set only those that are not. 1.20169 +# We use the long form for the default assignment because of an extremely 1.20170 +# bizarre bug on SunOS 4.1.3. 1.20171 +if $ac_need_defaults; then 1.20172 + test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files 1.20173 + test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers 1.20174 + test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands 1.20175 +fi 1.20176 + 1.20177 +# Have a temporary directory for convenience. Make it in the build tree 1.20178 +# simply because there is no reason to put it here, and in addition, 1.20179 +# creating and moving files from /tmp can sometimes cause problems. 1.20180 +# Create a temporary directory, and hook for its removal unless debugging. 1.20181 +$debug || 1.20182 +{ 1.20183 + trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0 1.20184 + trap '{ (exit 1); exit 1; }' 1 2 13 15 1.20185 +} 1.20186 + 1.20187 +# Create a (secure) tmp directory for tmp files. 1.20188 + 1.20189 +{ 1.20190 + tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` && 1.20191 + test -n "$tmp" && test -d "$tmp" 1.20192 +} || 1.20193 +{ 1.20194 + tmp=./confstat$$-$RANDOM 1.20195 + (umask 077 && mkdir $tmp) 1.20196 +} || 1.20197 +{ 1.20198 + echo "$me: cannot create a temporary directory in ." >&2 1.20199 + { (exit 1); exit 1; } 1.20200 +} 1.20201 + 1.20202 +_ACEOF 1.20203 + 1.20204 +cat >>$CONFIG_STATUS <<_ACEOF 1.20205 + 1.20206 +# 1.20207 +# CONFIG_FILES section. 1.20208 +# 1.20209 + 1.20210 +# No need to generate the scripts if there are no CONFIG_FILES. 1.20211 +# This happens for instance when ./config.status config.h 1.20212 +if test -n "\$CONFIG_FILES"; then 1.20213 + # Protect against being on the right side of a sed subst in config.status. 1.20214 + sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g; 1.20215 + s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF 1.20216 +s,@SHELL@,$SHELL,;t t 1.20217 +s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t 1.20218 +s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t 1.20219 +s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t 1.20220 +s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t 1.20221 +s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t 1.20222 +s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t 1.20223 +s,@exec_prefix@,$exec_prefix,;t t 1.20224 +s,@prefix@,$prefix,;t t 1.20225 +s,@program_transform_name@,$program_transform_name,;t t 1.20226 +s,@bindir@,$bindir,;t t 1.20227 +s,@sbindir@,$sbindir,;t t 1.20228 +s,@libexecdir@,$libexecdir,;t t 1.20229 +s,@datadir@,$datadir,;t t 1.20230 +s,@sysconfdir@,$sysconfdir,;t t 1.20231 +s,@sharedstatedir@,$sharedstatedir,;t t 1.20232 +s,@localstatedir@,$localstatedir,;t t 1.20233 +s,@libdir@,$libdir,;t t 1.20234 +s,@includedir@,$includedir,;t t 1.20235 +s,@oldincludedir@,$oldincludedir,;t t 1.20236 +s,@infodir@,$infodir,;t t 1.20237 +s,@mandir@,$mandir,;t t 1.20238 +s,@build_alias@,$build_alias,;t t 1.20239 +s,@host_alias@,$host_alias,;t t 1.20240 +s,@target_alias@,$target_alias,;t t 1.20241 +s,@DEFS@,$DEFS,;t t 1.20242 +s,@ECHO_C@,$ECHO_C,;t t 1.20243 +s,@ECHO_N@,$ECHO_N,;t t 1.20244 +s,@ECHO_T@,$ECHO_T,;t t 1.20245 +s,@LIBS@,$LIBS,;t t 1.20246 +s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t 1.20247 +s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t 1.20248 +s,@INSTALL_DATA@,$INSTALL_DATA,;t t 1.20249 +s,@CYGPATH_W@,$CYGPATH_W,;t t 1.20250 +s,@PACKAGE@,$PACKAGE,;t t 1.20251 +s,@VERSION@,$VERSION,;t t 1.20252 +s,@ACLOCAL@,$ACLOCAL,;t t 1.20253 +s,@AUTOCONF@,$AUTOCONF,;t t 1.20254 +s,@AUTOMAKE@,$AUTOMAKE,;t t 1.20255 +s,@AUTOHEADER@,$AUTOHEADER,;t t 1.20256 +s,@MAKEINFO@,$MAKEINFO,;t t 1.20257 +s,@AMTAR@,$AMTAR,;t t 1.20258 +s,@install_sh@,$install_sh,;t t 1.20259 +s,@STRIP@,$STRIP,;t t 1.20260 +s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t 1.20261 +s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t 1.20262 +s,@AWK@,$AWK,;t t 1.20263 +s,@SET_MAKE@,$SET_MAKE,;t t 1.20264 +s,@am__leading_dot@,$am__leading_dot,;t t 1.20265 +s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t 1.20266 +s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t 1.20267 +s,@MAINT@,$MAINT,;t t 1.20268 +s,@CC@,$CC,;t t 1.20269 +s,@CFLAGS@,$CFLAGS,;t t 1.20270 +s,@LDFLAGS@,$LDFLAGS,;t t 1.20271 +s,@CPPFLAGS@,$CPPFLAGS,;t t 1.20272 +s,@ac_ct_CC@,$ac_ct_CC,;t t 1.20273 +s,@EXEEXT@,$EXEEXT,;t t 1.20274 +s,@OBJEXT@,$OBJEXT,;t t 1.20275 +s,@DEPDIR@,$DEPDIR,;t t 1.20276 +s,@am__include@,$am__include,;t t 1.20277 +s,@am__quote@,$am__quote,;t t 1.20278 +s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t 1.20279 +s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t 1.20280 +s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t 1.20281 +s,@CCDEPMODE@,$CCDEPMODE,;t t 1.20282 +s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t 1.20283 +s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t 1.20284 +s,@CPP@,$CPP,;t t 1.20285 +s,@EGREP@,$EGREP,;t t 1.20286 +s,@build@,$build,;t t 1.20287 +s,@build_cpu@,$build_cpu,;t t 1.20288 +s,@build_vendor@,$build_vendor,;t t 1.20289 +s,@build_os@,$build_os,;t t 1.20290 +s,@host@,$host,;t t 1.20291 +s,@host_cpu@,$host_cpu,;t t 1.20292 +s,@host_vendor@,$host_vendor,;t t 1.20293 +s,@host_os@,$host_os,;t t 1.20294 +s,@LN_S@,$LN_S,;t t 1.20295 +s,@ECHO@,$ECHO,;t t 1.20296 +s,@AR@,$AR,;t t 1.20297 +s,@ac_ct_AR@,$ac_ct_AR,;t t 1.20298 +s,@RANLIB@,$RANLIB,;t t 1.20299 +s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t 1.20300 +s,@CXX@,$CXX,;t t 1.20301 +s,@CXXFLAGS@,$CXXFLAGS,;t t 1.20302 +s,@ac_ct_CXX@,$ac_ct_CXX,;t t 1.20303 +s,@CXXDEPMODE@,$CXXDEPMODE,;t t 1.20304 +s,@am__fastdepCXX_TRUE@,$am__fastdepCXX_TRUE,;t t 1.20305 +s,@am__fastdepCXX_FALSE@,$am__fastdepCXX_FALSE,;t t 1.20306 +s,@CXXCPP@,$CXXCPP,;t t 1.20307 +s,@F77@,$F77,;t t 1.20308 +s,@FFLAGS@,$FFLAGS,;t t 1.20309 +s,@ac_ct_F77@,$ac_ct_F77,;t t 1.20310 +s,@LIBTOOL@,$LIBTOOL,;t t 1.20311 +s,@PLUGIN_LDFLAGS@,$PLUGIN_LDFLAGS,;t t 1.20312 +s,@PKG_CONFIG@,$PKG_CONFIG,;t t 1.20313 +s,@GNUTELLA_CFLAGS@,$GNUTELLA_CFLAGS,;t t 1.20314 +s,@GNUTELLA_LIBS@,$GNUTELLA_LIBS,;t t 1.20315 +s,@USE_ZLIB@,$USE_ZLIB,;t t 1.20316 +s,@XML2_CONFIG@,$XML2_CONFIG,;t t 1.20317 +s,@LIBXML2_CFLAGS@,$LIBXML2_CFLAGS,;t t 1.20318 +s,@LIBXML2_LIBS@,$LIBXML2_LIBS,;t t 1.20319 +s,@LIBOBJS@,$LIBOBJS,;t t 1.20320 +s,@LTLIBOBJS@,$LTLIBOBJS,;t t 1.20321 +CEOF 1.20322 + 1.20323 +_ACEOF 1.20324 + 1.20325 + cat >>$CONFIG_STATUS <<\_ACEOF 1.20326 + # Split the substitutions into bite-sized pieces for seds with 1.20327 + # small command number limits, like on Digital OSF/1 and HP-UX. 1.20328 + ac_max_sed_lines=48 1.20329 + ac_sed_frag=1 # Number of current file. 1.20330 + ac_beg=1 # First line for current file. 1.20331 + ac_end=$ac_max_sed_lines # Line after last line for current file. 1.20332 + ac_more_lines=: 1.20333 + ac_sed_cmds= 1.20334 + while $ac_more_lines; do 1.20335 + if test $ac_beg -gt 1; then 1.20336 + sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag 1.20337 + else 1.20338 + sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag 1.20339 + fi 1.20340 + if test ! -s $tmp/subs.frag; then 1.20341 + ac_more_lines=false 1.20342 + else 1.20343 + # The purpose of the label and of the branching condition is to 1.20344 + # speed up the sed processing (if there are no `@' at all, there 1.20345 + # is no need to browse any of the substitutions). 1.20346 + # These are the two extra sed commands mentioned above. 1.20347 + (echo ':t 1.20348 + /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed 1.20349 + if test -z "$ac_sed_cmds"; then 1.20350 + ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed" 1.20351 + else 1.20352 + ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed" 1.20353 + fi 1.20354 + ac_sed_frag=`expr $ac_sed_frag + 1` 1.20355 + ac_beg=$ac_end 1.20356 + ac_end=`expr $ac_end + $ac_max_sed_lines` 1.20357 + fi 1.20358 + done 1.20359 + if test -z "$ac_sed_cmds"; then 1.20360 + ac_sed_cmds=cat 1.20361 + fi 1.20362 +fi # test -n "$CONFIG_FILES" 1.20363 + 1.20364 +_ACEOF 1.20365 +cat >>$CONFIG_STATUS <<\_ACEOF 1.20366 +for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue 1.20367 + # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". 1.20368 + case $ac_file in 1.20369 + - | *:- | *:-:* ) # input from stdin 1.20370 + cat >$tmp/stdin 1.20371 + ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 1.20372 + ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 1.20373 + *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 1.20374 + ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 1.20375 + * ) ac_file_in=$ac_file.in ;; 1.20376 + esac 1.20377 + 1.20378 + # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories. 1.20379 + ac_dir=`(dirname "$ac_file") 2>/dev/null || 1.20380 +$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1.20381 + X"$ac_file" : 'X\(//\)[^/]' \| \ 1.20382 + X"$ac_file" : 'X\(//\)$' \| \ 1.20383 + X"$ac_file" : 'X\(/\)' \| \ 1.20384 + . : '\(.\)' 2>/dev/null || 1.20385 +echo X"$ac_file" | 1.20386 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 1.20387 + /^X\(\/\/\)[^/].*/{ s//\1/; q; } 1.20388 + /^X\(\/\/\)$/{ s//\1/; q; } 1.20389 + /^X\(\/\).*/{ s//\1/; q; } 1.20390 + s/.*/./; q'` 1.20391 + { if $as_mkdir_p; then 1.20392 + mkdir -p "$ac_dir" 1.20393 + else 1.20394 + as_dir="$ac_dir" 1.20395 + as_dirs= 1.20396 + while test ! -d "$as_dir"; do 1.20397 + as_dirs="$as_dir $as_dirs" 1.20398 + as_dir=`(dirname "$as_dir") 2>/dev/null || 1.20399 +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1.20400 + X"$as_dir" : 'X\(//\)[^/]' \| \ 1.20401 + X"$as_dir" : 'X\(//\)$' \| \ 1.20402 + X"$as_dir" : 'X\(/\)' \| \ 1.20403 + . : '\(.\)' 2>/dev/null || 1.20404 +echo X"$as_dir" | 1.20405 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 1.20406 + /^X\(\/\/\)[^/].*/{ s//\1/; q; } 1.20407 + /^X\(\/\/\)$/{ s//\1/; q; } 1.20408 + /^X\(\/\).*/{ s//\1/; q; } 1.20409 + s/.*/./; q'` 1.20410 + done 1.20411 + test ! -n "$as_dirs" || mkdir $as_dirs 1.20412 + fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 1.20413 +echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} 1.20414 + { (exit 1); exit 1; }; }; } 1.20415 + 1.20416 + ac_builddir=. 1.20417 + 1.20418 +if test "$ac_dir" != .; then 1.20419 + ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 1.20420 + # A "../" for each directory in $ac_dir_suffix. 1.20421 + ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` 1.20422 +else 1.20423 + ac_dir_suffix= ac_top_builddir= 1.20424 +fi 1.20425 + 1.20426 +case $srcdir in 1.20427 + .) # No --srcdir option. We are building in place. 1.20428 + ac_srcdir=. 1.20429 + if test -z "$ac_top_builddir"; then 1.20430 + ac_top_srcdir=. 1.20431 + else 1.20432 + ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` 1.20433 + fi ;; 1.20434 + [\\/]* | ?:[\\/]* ) # Absolute path. 1.20435 + ac_srcdir=$srcdir$ac_dir_suffix; 1.20436 + ac_top_srcdir=$srcdir ;; 1.20437 + *) # Relative path. 1.20438 + ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix 1.20439 + ac_top_srcdir=$ac_top_builddir$srcdir ;; 1.20440 +esac 1.20441 + 1.20442 +# Do not use `cd foo && pwd` to compute absolute paths, because 1.20443 +# the directories may not exist. 1.20444 +case `pwd` in 1.20445 +.) ac_abs_builddir="$ac_dir";; 1.20446 +*) 1.20447 + case "$ac_dir" in 1.20448 + .) ac_abs_builddir=`pwd`;; 1.20449 + [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; 1.20450 + *) ac_abs_builddir=`pwd`/"$ac_dir";; 1.20451 + esac;; 1.20452 +esac 1.20453 +case $ac_abs_builddir in 1.20454 +.) ac_abs_top_builddir=${ac_top_builddir}.;; 1.20455 +*) 1.20456 + case ${ac_top_builddir}. in 1.20457 + .) ac_abs_top_builddir=$ac_abs_builddir;; 1.20458 + [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; 1.20459 + *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; 1.20460 + esac;; 1.20461 +esac 1.20462 +case $ac_abs_builddir in 1.20463 +.) ac_abs_srcdir=$ac_srcdir;; 1.20464 +*) 1.20465 + case $ac_srcdir in 1.20466 + .) ac_abs_srcdir=$ac_abs_builddir;; 1.20467 + [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; 1.20468 + *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; 1.20469 + esac;; 1.20470 +esac 1.20471 +case $ac_abs_builddir in 1.20472 +.) ac_abs_top_srcdir=$ac_top_srcdir;; 1.20473 +*) 1.20474 + case $ac_top_srcdir in 1.20475 + .) ac_abs_top_srcdir=$ac_abs_builddir;; 1.20476 + [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; 1.20477 + *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; 1.20478 + esac;; 1.20479 +esac 1.20480 + 1.20481 + 1.20482 + case $INSTALL in 1.20483 + [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; 1.20484 + *) ac_INSTALL=$ac_top_builddir$INSTALL ;; 1.20485 + esac 1.20486 + 1.20487 + # Let's still pretend it is `configure' which instantiates (i.e., don't 1.20488 + # use $as_me), people would be surprised to read: 1.20489 + # /* config.h. Generated by config.status. */ 1.20490 + if test x"$ac_file" = x-; then 1.20491 + configure_input= 1.20492 + else 1.20493 + configure_input="$ac_file. " 1.20494 + fi 1.20495 + configure_input=$configure_input"Generated from `echo $ac_file_in | 1.20496 + sed 's,.*/,,'` by configure." 1.20497 + 1.20498 + # First look for the input files in the build tree, otherwise in the 1.20499 + # src tree. 1.20500 + ac_file_inputs=`IFS=: 1.20501 + for f in $ac_file_in; do 1.20502 + case $f in 1.20503 + -) echo $tmp/stdin ;; 1.20504 + [\\/$]*) 1.20505 + # Absolute (can't be DOS-style, as IFS=:) 1.20506 + test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 1.20507 +echo "$as_me: error: cannot find input file: $f" >&2;} 1.20508 + { (exit 1); exit 1; }; } 1.20509 + echo "$f";; 1.20510 + *) # Relative 1.20511 + if test -f "$f"; then 1.20512 + # Build tree 1.20513 + echo "$f" 1.20514 + elif test -f "$srcdir/$f"; then 1.20515 + # Source tree 1.20516 + echo "$srcdir/$f" 1.20517 + else 1.20518 + # /dev/null tree 1.20519 + { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 1.20520 +echo "$as_me: error: cannot find input file: $f" >&2;} 1.20521 + { (exit 1); exit 1; }; } 1.20522 + fi;; 1.20523 + esac 1.20524 + done` || { (exit 1); exit 1; } 1.20525 + 1.20526 + if test x"$ac_file" != x-; then 1.20527 + { echo "$as_me:$LINENO: creating $ac_file" >&5 1.20528 +echo "$as_me: creating $ac_file" >&6;} 1.20529 + rm -f "$ac_file" 1.20530 + fi 1.20531 +_ACEOF 1.20532 +cat >>$CONFIG_STATUS <<_ACEOF 1.20533 + sed "$ac_vpsub 1.20534 +$extrasub 1.20535 +_ACEOF 1.20536 +cat >>$CONFIG_STATUS <<\_ACEOF 1.20537 +:t 1.20538 +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b 1.20539 +s,@configure_input@,$configure_input,;t t 1.20540 +s,@srcdir@,$ac_srcdir,;t t 1.20541 +s,@abs_srcdir@,$ac_abs_srcdir,;t t 1.20542 +s,@top_srcdir@,$ac_top_srcdir,;t t 1.20543 +s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t 1.20544 +s,@builddir@,$ac_builddir,;t t 1.20545 +s,@abs_builddir@,$ac_abs_builddir,;t t 1.20546 +s,@top_builddir@,$ac_top_builddir,;t t 1.20547 +s,@abs_top_builddir@,$ac_abs_top_builddir,;t t 1.20548 +s,@INSTALL@,$ac_INSTALL,;t t 1.20549 +" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out 1.20550 + rm -f $tmp/stdin 1.20551 + if test x"$ac_file" != x-; then 1.20552 + mv $tmp/out $ac_file 1.20553 + else 1.20554 + cat $tmp/out 1.20555 + rm -f $tmp/out 1.20556 + fi 1.20557 + 1.20558 +done 1.20559 +_ACEOF 1.20560 +cat >>$CONFIG_STATUS <<\_ACEOF 1.20561 + 1.20562 +# 1.20563 +# CONFIG_HEADER section. 1.20564 +# 1.20565 + 1.20566 +# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where 1.20567 +# NAME is the cpp macro being defined and VALUE is the value it is being given. 1.20568 +# 1.20569 +# ac_d sets the value in "#define NAME VALUE" lines. 1.20570 +ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)' 1.20571 +ac_dB='[ ].*$,\1#\2' 1.20572 +ac_dC=' ' 1.20573 +ac_dD=',;t' 1.20574 +# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE". 1.20575 +ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' 1.20576 +ac_uB='$,\1#\2define\3' 1.20577 +ac_uC=' ' 1.20578 +ac_uD=',;t' 1.20579 + 1.20580 +for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue 1.20581 + # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". 1.20582 + case $ac_file in 1.20583 + - | *:- | *:-:* ) # input from stdin 1.20584 + cat >$tmp/stdin 1.20585 + ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 1.20586 + ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 1.20587 + *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 1.20588 + ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 1.20589 + * ) ac_file_in=$ac_file.in ;; 1.20590 + esac 1.20591 + 1.20592 + test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5 1.20593 +echo "$as_me: creating $ac_file" >&6;} 1.20594 + 1.20595 + # First look for the input files in the build tree, otherwise in the 1.20596 + # src tree. 1.20597 + ac_file_inputs=`IFS=: 1.20598 + for f in $ac_file_in; do 1.20599 + case $f in 1.20600 + -) echo $tmp/stdin ;; 1.20601 + [\\/$]*) 1.20602 + # Absolute (can't be DOS-style, as IFS=:) 1.20603 + test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 1.20604 +echo "$as_me: error: cannot find input file: $f" >&2;} 1.20605 + { (exit 1); exit 1; }; } 1.20606 + # Do quote $f, to prevent DOS paths from being IFS'd. 1.20607 + echo "$f";; 1.20608 + *) # Relative 1.20609 + if test -f "$f"; then 1.20610 + # Build tree 1.20611 + echo "$f" 1.20612 + elif test -f "$srcdir/$f"; then 1.20613 + # Source tree 1.20614 + echo "$srcdir/$f" 1.20615 + else 1.20616 + # /dev/null tree 1.20617 + { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 1.20618 +echo "$as_me: error: cannot find input file: $f" >&2;} 1.20619 + { (exit 1); exit 1; }; } 1.20620 + fi;; 1.20621 + esac 1.20622 + done` || { (exit 1); exit 1; } 1.20623 + # Remove the trailing spaces. 1.20624 + sed 's/[ ]*$//' $ac_file_inputs >$tmp/in 1.20625 + 1.20626 +_ACEOF 1.20627 + 1.20628 +# Transform confdefs.h into two sed scripts, `conftest.defines' and 1.20629 +# `conftest.undefs', that substitutes the proper values into 1.20630 +# config.h.in to produce config.h. The first handles `#define' 1.20631 +# templates, and the second `#undef' templates. 1.20632 +# And first: Protect against being on the right side of a sed subst in 1.20633 +# config.status. Protect against being in an unquoted here document 1.20634 +# in config.status. 1.20635 +rm -f conftest.defines conftest.undefs 1.20636 +# Using a here document instead of a string reduces the quoting nightmare. 1.20637 +# Putting comments in sed scripts is not portable. 1.20638 +# 1.20639 +# `end' is used to avoid that the second main sed command (meant for 1.20640 +# 0-ary CPP macros) applies to n-ary macro definitions. 1.20641 +# See the Autoconf documentation for `clear'. 1.20642 +cat >confdef2sed.sed <<\_ACEOF 1.20643 +s/[\\&,]/\\&/g 1.20644 +s,[\\$`],\\&,g 1.20645 +t clear 1.20646 +: clear 1.20647 +s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp 1.20648 +t end 1.20649 +s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp 1.20650 +: end 1.20651 +_ACEOF 1.20652 +# If some macros were called several times there might be several times 1.20653 +# the same #defines, which is useless. Nevertheless, we may not want to 1.20654 +# sort them, since we want the *last* AC-DEFINE to be honored. 1.20655 +uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines 1.20656 +sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs 1.20657 +rm -f confdef2sed.sed 1.20658 + 1.20659 +# This sed command replaces #undef with comments. This is necessary, for 1.20660 +# example, in the case of _POSIX_SOURCE, which is predefined and required 1.20661 +# on some systems where configure will not decide to define it. 1.20662 +cat >>conftest.undefs <<\_ACEOF 1.20663 +s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */, 1.20664 +_ACEOF 1.20665 + 1.20666 +# Break up conftest.defines because some shells have a limit on the size 1.20667 +# of here documents, and old seds have small limits too (100 cmds). 1.20668 +echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS 1.20669 +echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS 1.20670 +echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS 1.20671 +echo ' :' >>$CONFIG_STATUS 1.20672 +rm -f conftest.tail 1.20673 +while grep . conftest.defines >/dev/null 1.20674 +do 1.20675 + # Write a limited-size here document to $tmp/defines.sed. 1.20676 + echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS 1.20677 + # Speed up: don't consider the non `#define' lines. 1.20678 + echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS 1.20679 + # Work around the forget-to-reset-the-flag bug. 1.20680 + echo 't clr' >>$CONFIG_STATUS 1.20681 + echo ': clr' >>$CONFIG_STATUS 1.20682 + sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS 1.20683 + echo 'CEOF 1.20684 + sed -f $tmp/defines.sed $tmp/in >$tmp/out 1.20685 + rm -f $tmp/in 1.20686 + mv $tmp/out $tmp/in 1.20687 +' >>$CONFIG_STATUS 1.20688 + sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail 1.20689 + rm -f conftest.defines 1.20690 + mv conftest.tail conftest.defines 1.20691 +done 1.20692 +rm -f conftest.defines 1.20693 +echo ' fi # grep' >>$CONFIG_STATUS 1.20694 +echo >>$CONFIG_STATUS 1.20695 + 1.20696 +# Break up conftest.undefs because some shells have a limit on the size 1.20697 +# of here documents, and old seds have small limits too (100 cmds). 1.20698 +echo ' # Handle all the #undef templates' >>$CONFIG_STATUS 1.20699 +rm -f conftest.tail 1.20700 +while grep . conftest.undefs >/dev/null 1.20701 +do 1.20702 + # Write a limited-size here document to $tmp/undefs.sed. 1.20703 + echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS 1.20704 + # Speed up: don't consider the non `#undef' 1.20705 + echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS 1.20706 + # Work around the forget-to-reset-the-flag bug. 1.20707 + echo 't clr' >>$CONFIG_STATUS 1.20708 + echo ': clr' >>$CONFIG_STATUS 1.20709 + sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS 1.20710 + echo 'CEOF 1.20711 + sed -f $tmp/undefs.sed $tmp/in >$tmp/out 1.20712 + rm -f $tmp/in 1.20713 + mv $tmp/out $tmp/in 1.20714 +' >>$CONFIG_STATUS 1.20715 + sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail 1.20716 + rm -f conftest.undefs 1.20717 + mv conftest.tail conftest.undefs 1.20718 +done 1.20719 +rm -f conftest.undefs 1.20720 + 1.20721 +cat >>$CONFIG_STATUS <<\_ACEOF 1.20722 + # Let's still pretend it is `configure' which instantiates (i.e., don't 1.20723 + # use $as_me), people would be surprised to read: 1.20724 + # /* config.h. Generated by config.status. */ 1.20725 + if test x"$ac_file" = x-; then 1.20726 + echo "/* Generated by configure. */" >$tmp/config.h 1.20727 + else 1.20728 + echo "/* $ac_file. Generated by configure. */" >$tmp/config.h 1.20729 + fi 1.20730 + cat $tmp/in >>$tmp/config.h 1.20731 + rm -f $tmp/in 1.20732 + if test x"$ac_file" != x-; then 1.20733 + if diff $ac_file $tmp/config.h >/dev/null 2>&1; then 1.20734 + { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 1.20735 +echo "$as_me: $ac_file is unchanged" >&6;} 1.20736 + else 1.20737 + ac_dir=`(dirname "$ac_file") 2>/dev/null || 1.20738 +$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1.20739 + X"$ac_file" : 'X\(//\)[^/]' \| \ 1.20740 + X"$ac_file" : 'X\(//\)$' \| \ 1.20741 + X"$ac_file" : 'X\(/\)' \| \ 1.20742 + . : '\(.\)' 2>/dev/null || 1.20743 +echo X"$ac_file" | 1.20744 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 1.20745 + /^X\(\/\/\)[^/].*/{ s//\1/; q; } 1.20746 + /^X\(\/\/\)$/{ s//\1/; q; } 1.20747 + /^X\(\/\).*/{ s//\1/; q; } 1.20748 + s/.*/./; q'` 1.20749 + { if $as_mkdir_p; then 1.20750 + mkdir -p "$ac_dir" 1.20751 + else 1.20752 + as_dir="$ac_dir" 1.20753 + as_dirs= 1.20754 + while test ! -d "$as_dir"; do 1.20755 + as_dirs="$as_dir $as_dirs" 1.20756 + as_dir=`(dirname "$as_dir") 2>/dev/null || 1.20757 +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1.20758 + X"$as_dir" : 'X\(//\)[^/]' \| \ 1.20759 + X"$as_dir" : 'X\(//\)$' \| \ 1.20760 + X"$as_dir" : 'X\(/\)' \| \ 1.20761 + . : '\(.\)' 2>/dev/null || 1.20762 +echo X"$as_dir" | 1.20763 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 1.20764 + /^X\(\/\/\)[^/].*/{ s//\1/; q; } 1.20765 + /^X\(\/\/\)$/{ s//\1/; q; } 1.20766 + /^X\(\/\).*/{ s//\1/; q; } 1.20767 + s/.*/./; q'` 1.20768 + done 1.20769 + test ! -n "$as_dirs" || mkdir $as_dirs 1.20770 + fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 1.20771 +echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} 1.20772 + { (exit 1); exit 1; }; }; } 1.20773 + 1.20774 + rm -f $ac_file 1.20775 + mv $tmp/config.h $ac_file 1.20776 + fi 1.20777 + else 1.20778 + cat $tmp/config.h 1.20779 + rm -f $tmp/config.h 1.20780 + fi 1.20781 +# Compute $ac_file's index in $config_headers. 1.20782 +_am_stamp_count=1 1.20783 +for _am_header in $config_headers :; do 1.20784 + case $_am_header in 1.20785 + $ac_file | $ac_file:* ) 1.20786 + break ;; 1.20787 + * ) 1.20788 + _am_stamp_count=`expr $_am_stamp_count + 1` ;; 1.20789 + esac 1.20790 +done 1.20791 +echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null || 1.20792 +$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1.20793 + X$ac_file : 'X\(//\)[^/]' \| \ 1.20794 + X$ac_file : 'X\(//\)$' \| \ 1.20795 + X$ac_file : 'X\(/\)' \| \ 1.20796 + . : '\(.\)' 2>/dev/null || 1.20797 +echo X$ac_file | 1.20798 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 1.20799 + /^X\(\/\/\)[^/].*/{ s//\1/; q; } 1.20800 + /^X\(\/\/\)$/{ s//\1/; q; } 1.20801 + /^X\(\/\).*/{ s//\1/; q; } 1.20802 + s/.*/./; q'`/stamp-h$_am_stamp_count 1.20803 +done 1.20804 +_ACEOF 1.20805 +cat >>$CONFIG_STATUS <<\_ACEOF 1.20806 + 1.20807 +# 1.20808 +# CONFIG_COMMANDS section. 1.20809 +# 1.20810 +for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue 1.20811 + ac_dest=`echo "$ac_file" | sed 's,:.*,,'` 1.20812 + ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'` 1.20813 + ac_dir=`(dirname "$ac_dest") 2>/dev/null || 1.20814 +$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1.20815 + X"$ac_dest" : 'X\(//\)[^/]' \| \ 1.20816 + X"$ac_dest" : 'X\(//\)$' \| \ 1.20817 + X"$ac_dest" : 'X\(/\)' \| \ 1.20818 + . : '\(.\)' 2>/dev/null || 1.20819 +echo X"$ac_dest" | 1.20820 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 1.20821 + /^X\(\/\/\)[^/].*/{ s//\1/; q; } 1.20822 + /^X\(\/\/\)$/{ s//\1/; q; } 1.20823 + /^X\(\/\).*/{ s//\1/; q; } 1.20824 + s/.*/./; q'` 1.20825 + { if $as_mkdir_p; then 1.20826 + mkdir -p "$ac_dir" 1.20827 + else 1.20828 + as_dir="$ac_dir" 1.20829 + as_dirs= 1.20830 + while test ! -d "$as_dir"; do 1.20831 + as_dirs="$as_dir $as_dirs" 1.20832 + as_dir=`(dirname "$as_dir") 2>/dev/null || 1.20833 +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1.20834 + X"$as_dir" : 'X\(//\)[^/]' \| \ 1.20835 + X"$as_dir" : 'X\(//\)$' \| \ 1.20836 + X"$as_dir" : 'X\(/\)' \| \ 1.20837 + . : '\(.\)' 2>/dev/null || 1.20838 +echo X"$as_dir" | 1.20839 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 1.20840 + /^X\(\/\/\)[^/].*/{ s//\1/; q; } 1.20841 + /^X\(\/\/\)$/{ s//\1/; q; } 1.20842 + /^X\(\/\).*/{ s//\1/; q; } 1.20843 + s/.*/./; q'` 1.20844 + done 1.20845 + test ! -n "$as_dirs" || mkdir $as_dirs 1.20846 + fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 1.20847 +echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} 1.20848 + { (exit 1); exit 1; }; }; } 1.20849 + 1.20850 + ac_builddir=. 1.20851 + 1.20852 +if test "$ac_dir" != .; then 1.20853 + ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 1.20854 + # A "../" for each directory in $ac_dir_suffix. 1.20855 + ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` 1.20856 +else 1.20857 + ac_dir_suffix= ac_top_builddir= 1.20858 +fi 1.20859 + 1.20860 +case $srcdir in 1.20861 + .) # No --srcdir option. We are building in place. 1.20862 + ac_srcdir=. 1.20863 + if test -z "$ac_top_builddir"; then 1.20864 + ac_top_srcdir=. 1.20865 + else 1.20866 + ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` 1.20867 + fi ;; 1.20868 + [\\/]* | ?:[\\/]* ) # Absolute path. 1.20869 + ac_srcdir=$srcdir$ac_dir_suffix; 1.20870 + ac_top_srcdir=$srcdir ;; 1.20871 + *) # Relative path. 1.20872 + ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix 1.20873 + ac_top_srcdir=$ac_top_builddir$srcdir ;; 1.20874 +esac 1.20875 + 1.20876 +# Do not use `cd foo && pwd` to compute absolute paths, because 1.20877 +# the directories may not exist. 1.20878 +case `pwd` in 1.20879 +.) ac_abs_builddir="$ac_dir";; 1.20880 +*) 1.20881 + case "$ac_dir" in 1.20882 + .) ac_abs_builddir=`pwd`;; 1.20883 + [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; 1.20884 + *) ac_abs_builddir=`pwd`/"$ac_dir";; 1.20885 + esac;; 1.20886 +esac 1.20887 +case $ac_abs_builddir in 1.20888 +.) ac_abs_top_builddir=${ac_top_builddir}.;; 1.20889 +*) 1.20890 + case ${ac_top_builddir}. in 1.20891 + .) ac_abs_top_builddir=$ac_abs_builddir;; 1.20892 + [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; 1.20893 + *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; 1.20894 + esac;; 1.20895 +esac 1.20896 +case $ac_abs_builddir in 1.20897 +.) ac_abs_srcdir=$ac_srcdir;; 1.20898 +*) 1.20899 + case $ac_srcdir in 1.20900 + .) ac_abs_srcdir=$ac_abs_builddir;; 1.20901 + [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; 1.20902 + *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; 1.20903 + esac;; 1.20904 +esac 1.20905 +case $ac_abs_builddir in 1.20906 +.) ac_abs_top_srcdir=$ac_top_srcdir;; 1.20907 +*) 1.20908 + case $ac_top_srcdir in 1.20909 + .) ac_abs_top_srcdir=$ac_abs_builddir;; 1.20910 + [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; 1.20911 + *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; 1.20912 + esac;; 1.20913 +esac 1.20914 + 1.20915 + 1.20916 + { echo "$as_me:$LINENO: executing $ac_dest commands" >&5 1.20917 +echo "$as_me: executing $ac_dest commands" >&6;} 1.20918 + case $ac_dest in 1.20919 + depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do 1.20920 + # Strip MF so we end up with the name of the file. 1.20921 + mf=`echo "$mf" | sed -e 's/:.*$//'` 1.20922 + # Check whether this is an Automake generated Makefile or not. 1.20923 + # We used to match only the files named `Makefile.in', but 1.20924 + # some people rename them; so instead we look at the file content. 1.20925 + # Grep'ing the first line is not enough: some people post-process 1.20926 + # each Makefile.in and add a new line on top of each file to say so. 1.20927 + # So let's grep whole file. 1.20928 + if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then 1.20929 + dirpart=`(dirname "$mf") 2>/dev/null || 1.20930 +$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1.20931 + X"$mf" : 'X\(//\)[^/]' \| \ 1.20932 + X"$mf" : 'X\(//\)$' \| \ 1.20933 + X"$mf" : 'X\(/\)' \| \ 1.20934 + . : '\(.\)' 2>/dev/null || 1.20935 +echo X"$mf" | 1.20936 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 1.20937 + /^X\(\/\/\)[^/].*/{ s//\1/; q; } 1.20938 + /^X\(\/\/\)$/{ s//\1/; q; } 1.20939 + /^X\(\/\).*/{ s//\1/; q; } 1.20940 + s/.*/./; q'` 1.20941 + else 1.20942 + continue 1.20943 + fi 1.20944 + grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue 1.20945 + # Extract the definition of DEP_FILES from the Makefile without 1.20946 + # running `make'. 1.20947 + DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"` 1.20948 + test -z "$DEPDIR" && continue 1.20949 + # When using ansi2knr, U may be empty or an underscore; expand it 1.20950 + U=`sed -n -e '/^U = / s///p' < "$mf"` 1.20951 + test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR" 1.20952 + # We invoke sed twice because it is the simplest approach to 1.20953 + # changing $(DEPDIR) to its actual value in the expansion. 1.20954 + for file in `sed -n -e ' 1.20955 + /^DEP_FILES = .*\\\\$/ { 1.20956 + s/^DEP_FILES = // 1.20957 + :loop 1.20958 + s/\\\\$// 1.20959 + p 1.20960 + n 1.20961 + /\\\\$/ b loop 1.20962 + p 1.20963 + } 1.20964 + /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \ 1.20965 + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do 1.20966 + # Make sure the directory exists. 1.20967 + test -f "$dirpart/$file" && continue 1.20968 + fdir=`(dirname "$file") 2>/dev/null || 1.20969 +$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1.20970 + X"$file" : 'X\(//\)[^/]' \| \ 1.20971 + X"$file" : 'X\(//\)$' \| \ 1.20972 + X"$file" : 'X\(/\)' \| \ 1.20973 + . : '\(.\)' 2>/dev/null || 1.20974 +echo X"$file" | 1.20975 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 1.20976 + /^X\(\/\/\)[^/].*/{ s//\1/; q; } 1.20977 + /^X\(\/\/\)$/{ s//\1/; q; } 1.20978 + /^X\(\/\).*/{ s//\1/; q; } 1.20979 + s/.*/./; q'` 1.20980 + { if $as_mkdir_p; then 1.20981 + mkdir -p $dirpart/$fdir 1.20982 + else 1.20983 + as_dir=$dirpart/$fdir 1.20984 + as_dirs= 1.20985 + while test ! -d "$as_dir"; do 1.20986 + as_dirs="$as_dir $as_dirs" 1.20987 + as_dir=`(dirname "$as_dir") 2>/dev/null || 1.20988 +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1.20989 + X"$as_dir" : 'X\(//\)[^/]' \| \ 1.20990 + X"$as_dir" : 'X\(//\)$' \| \ 1.20991 + X"$as_dir" : 'X\(/\)' \| \ 1.20992 + . : '\(.\)' 2>/dev/null || 1.20993 +echo X"$as_dir" | 1.20994 + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 1.20995 + /^X\(\/\/\)[^/].*/{ s//\1/; q; } 1.20996 + /^X\(\/\/\)$/{ s//\1/; q; } 1.20997 + /^X\(\/\).*/{ s//\1/; q; } 1.20998 + s/.*/./; q'` 1.20999 + done 1.21000 + test ! -n "$as_dirs" || mkdir $as_dirs 1.21001 + fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5 1.21002 +echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;} 1.21003 + { (exit 1); exit 1; }; }; } 1.21004 + 1.21005 + # echo "creating $dirpart/$file" 1.21006 + echo '# dummy' > "$dirpart/$file" 1.21007 + done 1.21008 +done 1.21009 + ;; 1.21010 + esac 1.21011 +done 1.21012 +_ACEOF 1.21013 + 1.21014 +cat >>$CONFIG_STATUS <<\_ACEOF 1.21015 + 1.21016 +{ (exit 0); exit 0; } 1.21017 +_ACEOF 1.21018 +chmod +x $CONFIG_STATUS 1.21019 +ac_clean_files=$ac_clean_files_save 1.21020 + 1.21021 + 1.21022 +# configure is writing to config.log, and then calls config.status. 1.21023 +# config.status does its own redirection, appending to config.log. 1.21024 +# Unfortunately, on DOS this fails, as config.log is still kept open 1.21025 +# by configure, so config.status won't be able to write to it; its 1.21026 +# output is simply discarded. So we exec the FD to /dev/null, 1.21027 +# effectively closing config.log, so it can be properly (re)opened and 1.21028 +# appended to by config.status. When coming back to configure, we 1.21029 +# need to make the FD available again. 1.21030 +if test "$no_create" != yes; then 1.21031 + ac_cs_success=: 1.21032 + ac_config_status_args= 1.21033 + test "$silent" = yes && 1.21034 + ac_config_status_args="$ac_config_status_args --quiet" 1.21035 + exec 5>/dev/null 1.21036 + $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false 1.21037 + exec 5>>config.log 1.21038 + # Use ||, not &&, to avoid exiting from the if with $? = 1, which 1.21039 + # would make configure fail if this is the last instruction. 1.21040 + $ac_cs_success || { (exit 1); exit 1; } 1.21041 +fi 1.21042 + 1.21043 + 1.21044 + 1.21045 +echo 1.21046 +echo "$PACKAGE_NAME $VERSION" 1.21047 +echo 1.21048 +echo "-------------------- core ---" 1.21049 +echo 1.21050 +echo "libgift.................: $libgift_version" 1.21051 +echo "libgiftproto............: $libgift_version" 1.21052 +echo 1.21053 +echo "-------------- extensions ---" 1.21054 +echo 1.21055 +echo "use zlib................: yes (required)" 1.21056 +echo "use libxml..............: $use_libxml" 1.21057 +echo 1.21058 +echo "-----------------------------" 1.21059 +echo 1.21060 + 1.21061 + 1.21062 + 1.21063 + libgift_prefix=`pkg-config --variable=prefix libgift` 1.21064 + 1.21065 + gift_plugin_prefix=$prefix 1.21066 + if test x"$prefix" = xNONE; then 1.21067 + gift_plugin_prefix=/usr/local 1.21068 + fi 1.21069 + 1.21070 + if test x"$libgift_prefix" != x"$gift_plugin_prefix"; then 1.21071 + { echo "$as_me:$LINENO: WARNING: 1.21072 + You are trying to install in $gift_plugin_prefix, but I only 1.21073 + detected a giFT installation in $libgift_prefix. 1.21074 + You may be installing in the wrong place. 1.21075 + 1.21076 + You should probably supply --prefix=$libgift_prefix 1.21077 + to configure. Or, if you have a giFT installation in 1.21078 + $gift_plugin_prefix, you could add ${gift_plugin_prefix}/lib/pkgconfig 1.21079 + to the PKG_CONFIG_PATH environment variable, so I can detect it. 1.21080 +" >&5 1.21081 +echo "$as_me: WARNING: 1.21082 + You are trying to install in $gift_plugin_prefix, but I only 1.21083 + detected a giFT installation in $libgift_prefix. 1.21084 + You may be installing in the wrong place. 1.21085 + 1.21086 + You should probably supply --prefix=$libgift_prefix 1.21087 + to configure. Or, if you have a giFT installation in 1.21088 + $gift_plugin_prefix, you could add ${gift_plugin_prefix}/lib/pkgconfig 1.21089 + to the PKG_CONFIG_PATH environment variable, so I can detect it. 1.21090 +" >&2;} 1.21091 + fi 1.21092 + 1.21093 + 1.21094 + 1.21095 +echo 1.21096 +echo "Type 'make' ('gmake' on some systems) to compile gift-gnutella." 1.21097 +echo